Skip to content
Success

Console Output

Pull request #41527 updated
Started by user Sebastiaan van Stijn
Rebuilds build #3
18:00:30 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from cf7a5be0f2ee8bb4a3f7961682e13b89bc625299+1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b (13365e21d0577a0e5278ffe90c5514a9132a31b7)
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
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
18:00:32 [2020-10-05T18:00:32.642Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
18:00:32 [2020-10-05T18:00:32.644Z] Trying to pass milestone 3
[Pipeline] milestone
18:00:32 [2020-10-05T18:00:32.688Z] Trying to pass milestone 4
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
18:00:47 [2020-10-05T18:00:47.825Z] Still waiting to schedule task
18:00:47 [2020-10-05T18:00:47.827Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
18:00:57 [2020-10-05T18:00:57.593Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06ed6d3b8d5c80077) in /home/ubuntu/workspace/moby_PR-41527
[Pipeline] {
[Pipeline] checkout
18:00:57 [2020-10-05T18:00:57.640Z] using credential docker-jenkins-github-credentials
18:00:57 [2020-10-05T18:00:57.647Z] Cloning the remote Git repository
18:00:57 [2020-10-05T18:00:57.647Z] Cloning with configured refspecs honoured and without tags
18:00:57 [2020-10-05T18:00:57.649Z] Cloning repository https://github.com/moby/moby.git
18:00:57 [2020-10-05T18:00:57.649Z]  > git init /home/ubuntu/workspace/moby_PR-41527 # timeout=10
18:00:57 [2020-10-05T18:00:57.653Z] Fetching upstream changes from https://github.com/moby/moby.git
18:00:57 [2020-10-05T18:00:57.653Z]  > git --version # timeout=10
18:00:57 [2020-10-05T18:00:57.655Z]  > git --version # 'git version 2.17.1'
18:00:57 [2020-10-05T18:00:57.655Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:00:57 [2020-10-05T18:00:57.656Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:10 [2020-10-05T18:01:10.872Z] Fetching without tags
18:01:11 [2020-10-05T18:01:11.177Z] Merging remotes/origin/master commit 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b into PR head commit cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:11 [2020-10-05T18:01:11.729Z] Merge succeeded, producing cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:11 [2020-10-05T18:01:11.729Z] Checking out Revision cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 (PR-41527)
18:01:10 [2020-10-05T18:01:10.856Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:10 [2020-10-05T18:01:10.859Z]  > git config --add remote.origin.fetch +refs/pull/41527/head:refs/remotes/origin/PR-41527 # timeout=10
18:01:10 [2020-10-05T18:01:10.863Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:10 [2020-10-05T18:01:10.869Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:10 [2020-10-05T18:01:10.874Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:10 [2020-10-05T18:01:10.874Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:10 [2020-10-05T18:01:10.874Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:11 [2020-10-05T18:01:11.180Z]  > git config core.sparsecheckout # timeout=10
18:01:11 [2020-10-05T18:01:11.182Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:11 [2020-10-05T18:01:11.714Z]  > git remote # timeout=10
18:01:11 [2020-10-05T18:01:11.717Z]  > git config --get remote.origin.url # timeout=10
18:01:11 [2020-10-05T18:01:11.719Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:11 [2020-10-05T18:01:11.719Z]  > git merge 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b # timeout=10
18:01:11 [2020-10-05T18:01:11.726Z]  > git rev-parse HEAD^{commit} # timeout=10
18:01:11 [2020-10-05T18:01:11.731Z]  > git config core.sparsecheckout # timeout=10
18:01:11 [2020-10-05T18:01:11.738Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:12 [2020-10-05T18:01:12.237Z] Commit message: "daemon: don't adjust oom-score if score is 0"
18:01:12 [2020-10-05T18:01:12.239Z]  > git rev-list --no-walk cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:01:13 [2020-10-05T18:01:13.114Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41527:/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
18:01:15 [2020-10-05T18:01:15.652Z] 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: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
18:01:15 [2020-10-05T18:01:15.893Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0046002893a58b587) in /home/ubuntu/workspace/moby_PR-41527
18:01:15 [2020-10-05T18:01:15.893Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06ed6d3b8d5c80077) in /home/ubuntu/workspace/moby_PR-41527
[Pipeline] node
[Pipeline] node
18:01:15 [2020-10-05T18:01:15.896Z] Running on s390x-ubuntu-03 in /home/jenkins/workspace/moby_PR-41527
18:01:15 [2020-10-05T18:01:15.896Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0026d7920c42ce995) in /home/ubuntu/workspace/moby_PR-41527
[Pipeline] node
18:01:15 [2020-10-05T18:01:15.899Z] Running on ppc64le-ubuntu-12 in /home/docker/workspace/moby_PR-41527
18:01:15 [2020-10-05T18:01:15.899Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-094bb2db4570f74e6) in /home/ubuntu/workspace/moby_PR-41527
[Pipeline] node
18:01:15 [2020-10-05T18:01:15.901Z] Running on azwin-2-5049a0 in d:\jenkins\workspace\moby_PR-41527
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] ws
18:01:15 [2020-10-05T18:01:15.981Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] checkout
18:01:16 [2020-10-05T18:01:16.014Z] using credential docker-jenkins-github-credentials
[Pipeline] checkout
[Pipeline] checkout
18:01:16 [2020-10-05T18:01:16.027Z] using credential docker-jenkins-github-credentials
[Pipeline] checkout
18:01:16 [2020-10-05T18:01:16.029Z] Fetching changes from the remote Git repository
18:01:16 [2020-10-05T18:01:16.034Z] Fetching without tags
18:01:16 [2020-10-05T18:01:16.034Z] Cloning the remote Git repository
18:01:16 [2020-10-05T18:01:16.034Z] Cloning with configured refspecs honoured and without tags
18:01:16 [2020-10-05T18:01:16.040Z] using credential docker-jenkins-github-credentials
18:01:16 [2020-10-05T18:01:16.046Z] Cloning the remote Git repository
18:01:16 [2020-10-05T18:01:16.046Z] Cloning with configured refspecs honoured and without tags
18:01:16 [2020-10-05T18:01:16.048Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
18:01:16 [2020-10-05T18:01:16.054Z] using credential docker-jenkins-github-credentials
18:01:16 [2020-10-05T18:01:16.057Z] Cloning the remote Git repository
18:01:16 [2020-10-05T18:01:16.057Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
18:01:16 [2020-10-05T18:01:16.069Z] Cloning the remote Git repository
18:01:16 [2020-10-05T18:01:16.069Z] Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
18:01:16 [2020-10-05T18:01:16.080Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
18:01:16 [2020-10-05T18:01:16.095Z] Cloning the remote Git repository
18:01:16 [2020-10-05T18:01:16.095Z] Cloning with configured refspecs honoured and without tags
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:01:16 [2020-10-05T18:01:16.021Z]  > git rev-parse --is-inside-work-tree # timeout=10
18:01:16 [2020-10-05T18:01:16.031Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:16 [2020-10-05T18:01:16.037Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.037Z]  > git --version # timeout=10
18:01:16 [2020-10-05T18:01:16.039Z]  > git --version # 'git version 2.17.1'
18:01:16 [2020-10-05T18:01:16.039Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:16 [2020-10-05T18:01:16.040Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
18:01:16 [2020-10-05T18:01:16.292Z] Merging remotes/origin/master commit 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b into PR head commit cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
18:01:16 [2020-10-05T18:01:16.357Z] using credential docker-jenkins-github-credentials
18:01:16 [2020-10-05T18:01:16.374Z] Merge succeeded, producing cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:16 [2020-10-05T18:01:16.374Z] Checking out Revision cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 (PR-41527)
18:01:16 [2020-10-05T18:01:16.429Z] Commit message: "daemon: don't adjust oom-score if score is 0"
18:01:16 [2020-10-05T18:01:16.430Z] Cloning the remote Git repository
18:01:16 [2020-10-05T18:01:16.430Z] Cloning with configured refspecs honoured and without tags
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
18:01:16 [2020-10-05T18:01:16.051Z] Cloning repository https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.051Z]  > git init /home/ubuntu/workspace/moby_PR-41527 # timeout=10
18:01:16 [2020-10-05T18:01:16.058Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.058Z]  > git --version # timeout=10
18:01:16 [2020-10-05T18:01:16.115Z]  > git --version # 'git version 2.17.1'
18:01:16 [2020-10-05T18:01:16.115Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:16 [2020-10-05T18:01:16.116Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:16 [2020-10-05T18:01:16.295Z]  > git config core.sparsecheckout # timeout=10
18:01:16 [2020-10-05T18:01:16.300Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:16 [2020-10-05T18:01:16.347Z]  > git remote # timeout=10
18:01:16 [2020-10-05T18:01:16.349Z]  > git config --get remote.origin.url # timeout=10
18:01:16 [2020-10-05T18:01:16.351Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:16 [2020-10-05T18:01:16.351Z]  > git merge 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b # timeout=10
18:01:16 [2020-10-05T18:01:16.358Z]  > git rev-parse HEAD^{commit} # timeout=10
18:01:16 [2020-10-05T18:01:16.376Z]  > git config core.sparsecheckout # timeout=10
18:01:16 [2020-10-05T18:01:16.378Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:16 [2020-10-05T18:01:16.034Z] Cloning repository https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.034Z]  > git init /home/ubuntu/workspace/moby_PR-41527 # timeout=10
18:01:16 [2020-10-05T18:01:16.049Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.049Z]  > git --version # timeout=10
18:01:16 [2020-10-05T18:01:16.056Z]  > git --version # 'git version 2.17.1'
18:01:16 [2020-10-05T18:01:16.057Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:16 [2020-10-05T18:01:16.057Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:16 [2020-10-05T18:01:16.075Z] Cloning repository https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.075Z]  > git init /home/jenkins/workspace/moby_PR-41527 # timeout=10
18:01:16 [2020-10-05T18:01:16.081Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.081Z]  > git --version # timeout=10
18:01:16 [2020-10-05T18:01:16.082Z]  > git --version # 'git version 2.17.1'
18:01:16 [2020-10-05T18:01:16.082Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:16 [2020-10-05T18:01:16.082Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:16 [2020-10-05T18:01:16.063Z] Cloning repository https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.064Z]  > git init /home/ubuntu/workspace/moby_PR-41527 # timeout=10
18:01:16 [2020-10-05T18:01:16.071Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.071Z]  > git --version # timeout=10
18:01:16 [2020-10-05T18:01:16.074Z]  > git --version # 'git version 2.7.4'
18:01:16 [2020-10-05T18:01:16.075Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:16 [2020-10-05T18:01:16.076Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:16 [2020-10-05T18:01:16.104Z] Cloning repository https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.104Z]  > git init /home/docker/workspace/moby_PR-41527 # timeout=10
18:01:16 [2020-10-05T18:01:16.113Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.113Z]  > git --version # timeout=10
18:01:16 [2020-10-05T18:01:16.115Z]  > git --version # 'git version 2.7.4'
18:01:16 [2020-10-05T18:01:16.116Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:16 [2020-10-05T18:01:16.117Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:17 [2020-10-05T18:01:17.208Z] + docker version
18:01:17 [2020-10-05T18:01:17.208Z] Client: Docker Engine - Community
18:01:17 [2020-10-05T18:01:17.208Z]  Version:           19.03.13
18:01:17 [2020-10-05T18:01:17.208Z]  API version:       1.40
18:01:17 [2020-10-05T18:01:17.208Z]  Go version:        go1.13.15
18:01:17 [2020-10-05T18:01:17.208Z]  Git commit:        4484c46d9d
18:01:17 [2020-10-05T18:01:17.208Z]  Built:             Wed Sep 16 17:02:36 2020
18:01:17 [2020-10-05T18:01:17.208Z]  OS/Arch:           linux/amd64
18:01:17 [2020-10-05T18:01:17.208Z]  Experimental:      false
18:01:17 [2020-10-05T18:01:17.208Z] 
18:01:17 [2020-10-05T18:01:17.208Z] Server: Docker Engine - Community
18:01:17 [2020-10-05T18:01:17.208Z]  Engine:
18:01:17 [2020-10-05T18:01:17.208Z]   Version:          19.03.13
18:01:17 [2020-10-05T18:01:17.208Z]   API version:      1.40 (minimum version 1.12)
18:01:17 [2020-10-05T18:01:17.208Z]   Go version:       go1.13.15
18:01:17 [2020-10-05T18:01:17.208Z]   Git commit:       4484c46d9d
18:01:17 [2020-10-05T18:01:17.208Z]   Built:            Wed Sep 16 17:01:06 2020
18:01:17 [2020-10-05T18:01:17.208Z]   OS/Arch:          linux/amd64
18:01:17 [2020-10-05T18:01:17.208Z]   Experimental:     true
18:01:17 [2020-10-05T18:01:17.208Z]  containerd:
18:01:17 [2020-10-05T18:01:17.208Z]   Version:          1.3.7
18:01:17 [2020-10-05T18:01:17.208Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
18:01:17 [2020-10-05T18:01:17.208Z]  runc:
18:01:17 [2020-10-05T18:01:17.208Z]   Version:          1.0.0-rc10
18:01:17 [2020-10-05T18:01:17.208Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:17 [2020-10-05T18:01:17.208Z]  docker-init:
18:01:17 [2020-10-05T18:01:17.208Z]   Version:          0.18.0
18:01:17 [2020-10-05T18:01:17.208Z]   GitCommit:        fec3683
18:01:16 [2020-10-05T18:01:16.464Z] Cloning repository https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.465Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
18:01:16 [2020-10-05T18:01:16.526Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:16 [2020-10-05T18:01:16.526Z]  > git --version # timeout=10
18:01:16 [2020-10-05T18:01:16.573Z]  > git --version # 'git version 2.24.1.windows.2'
18:01:16 [2020-10-05T18:01:16.573Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:16 [2020-10-05T18:01:16.575Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] sh
18:01:17 [2020-10-05T18:01:17.491Z] + docker info
18:01:17 [2020-10-05T18:01:17.750Z] Client:
18:01:17 [2020-10-05T18:01:17.750Z]  Debug Mode: false
18:01:17 [2020-10-05T18:01:17.750Z] 
18:01:17 [2020-10-05T18:01:17.750Z] Server:
18:01:17 [2020-10-05T18:01:17.750Z]  Containers: 0
18:01:17 [2020-10-05T18:01:17.750Z]   Running: 0
18:01:17 [2020-10-05T18:01:17.750Z]   Paused: 0
18:01:17 [2020-10-05T18:01:17.750Z]   Stopped: 0
18:01:17 [2020-10-05T18:01:17.750Z]  Images: 5
18:01:17 [2020-10-05T18:01:17.750Z]  Server Version: 19.03.13
18:01:17 [2020-10-05T18:01:17.750Z]  Storage Driver: overlay2
18:01:17 [2020-10-05T18:01:17.750Z]   Backing Filesystem: extfs
18:01:17 [2020-10-05T18:01:17.750Z]   Supports d_type: true
18:01:17 [2020-10-05T18:01:17.750Z]   Native Overlay Diff: true
18:01:17 [2020-10-05T18:01:17.750Z]  Logging Driver: json-file
18:01:17 [2020-10-05T18:01:17.750Z]  Cgroup Driver: cgroupfs
18:01:17 [2020-10-05T18:01:17.750Z]  Plugins:
18:01:17 [2020-10-05T18:01:17.750Z]   Volume: local
18:01:17 [2020-10-05T18:01:17.750Z]   Network: bridge host ipvlan macvlan null overlay
18:01:17 [2020-10-05T18:01:17.750Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:01:17 [2020-10-05T18:01:17.750Z]  Swarm: inactive
18:01:17 [2020-10-05T18:01:17.750Z]  Runtimes: runc
18:01:17 [2020-10-05T18:01:17.750Z]  Default Runtime: runc
18:01:17 [2020-10-05T18:01:17.750Z]  Init Binary: docker-init
18:01:17 [2020-10-05T18:01:17.750Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
18:01:17 [2020-10-05T18:01:17.750Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:17 [2020-10-05T18:01:17.750Z]  init version: fec3683
18:01:17 [2020-10-05T18:01:17.750Z]  Security Options:
18:01:17 [2020-10-05T18:01:17.750Z]   apparmor
18:01:17 [2020-10-05T18:01:17.750Z]   seccomp
18:01:17 [2020-10-05T18:01:17.750Z]    Profile: default
18:01:17 [2020-10-05T18:01:17.750Z]  Kernel Version: 5.4.0-1025-aws
18:01:17 [2020-10-05T18:01:17.750Z]  Operating System: Ubuntu 18.04.5 LTS
18:01:17 [2020-10-05T18:01:17.750Z]  OSType: linux
18:01:17 [2020-10-05T18:01:17.750Z]  Architecture: x86_64
18:01:17 [2020-10-05T18:01:17.750Z]  CPUs: 2
18:01:17 [2020-10-05T18:01:17.750Z]  Total Memory: 7.569GiB
18:01:17 [2020-10-05T18:01:17.750Z]  Name: ip-10-100-38-182
18:01:17 [2020-10-05T18:01:17.750Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
18:01:17 [2020-10-05T18:01:17.750Z]  Docker Root Dir: /var/lib/docker
18:01:17 [2020-10-05T18:01:17.750Z]  Debug Mode: false
18:01:17 [2020-10-05T18:01:17.750Z]  Registry: https://index.docker.io/v1/
18:01:17 [2020-10-05T18:01:17.750Z]  Labels:
18:01:17 [2020-10-05T18:01:17.750Z]  Experimental: true
18:01:17 [2020-10-05T18:01:17.750Z]  Insecure Registries:
18:01:17 [2020-10-05T18:01:17.750Z]   127.0.0.0/8
18:01:17 [2020-10-05T18:01:17.750Z]  Live Restore Enabled: true
18:01:17 [2020-10-05T18:01:17.750Z] 
18:01:17 [2020-10-05T18:01:17.750Z] WARNING: No swap limit support
[Pipeline] sh
18:01:18 [2020-10-05T18:01:18.034Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:18 [2020-10-05T18:01:18.034Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:18 [2020-10-05T18:01:18.034Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41527/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
18:01:18 [2020-10-05T18:01:18.034Z] + bash /home/ubuntu/workspace/moby_PR-41527/check-config.sh
18:01:18 [2020-10-05T18:01:18.034Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
18:01:18 [2020-10-05T18:01:18.034Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
18:01:18 [2020-10-05T18:01:18.034Z] 
18:01:18 [2020-10-05T18:01:18.034Z] Generally Necessary:
18:01:18 [2020-10-05T18:01:18.034Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
18:01:18 [2020-10-05T18:01:18.034Z] - apparmor: enabled and tools installed
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NAMESPACES: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NET_NS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_PID_NS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_IPC_NS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_UTS_NS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUPS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUP_CPUACCT: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUP_DEVICE: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUP_FREEZER: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUP_SCHED: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CPUSETS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_MEMCG: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_KEYS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_VETH: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_BRIDGE: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NF_NAT_IPV4: missing
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_IP_NF_FILTER: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_IP_NF_NAT: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NF_NAT: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NF_NAT_NEEDED: missing
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_POSIX_MQUEUE: enabled
18:01:18 [2020-10-05T18:01:18.034Z] 
18:01:18 [2020-10-05T18:01:18.034Z] Optional Features:
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_USER_NS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_SECCOMP: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUP_PIDS: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_MEMCG_SWAP: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
18:01:18 [2020-10-05T18:01:18.034Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_BLK_CGROUP: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_BLK_DEV_THROTTLING: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_IOSCHED_CFQ: missing
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUP_PERF: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUP_HUGETLB: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CGROUP_NET_PRIO: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_CFS_BANDWIDTH: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_FAIR_GROUP_SCHED: enabled
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_RT_GROUP_SCHED: missing
18:01:18 [2020-10-05T18:01:18.034Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z] - CONFIG_IP_VS: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z] - CONFIG_IP_VS_NFCT: enabled
18:01:18 [2020-10-05T18:01:18.293Z] - CONFIG_IP_VS_PROTO_TCP: enabled
18:01:18 [2020-10-05T18:01:18.293Z] - CONFIG_IP_VS_PROTO_UDP: enabled
18:01:18 [2020-10-05T18:01:18.293Z] - CONFIG_IP_VS_RR: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z] - CONFIG_EXT4_FS: enabled
18:01:18 [2020-10-05T18:01:18.293Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
18:01:18 [2020-10-05T18:01:18.293Z] - CONFIG_EXT4_FS_SECURITY: enabled
18:01:18 [2020-10-05T18:01:18.293Z] - Network Drivers:
18:01:18 [2020-10-05T18:01:18.293Z]   - "overlay":
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_VXLAN: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
18:01:18 [2020-10-05T18:01:18.293Z]       Optional (for encrypted networks):
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_CRYPTO: enabled
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_CRYPTO_AEAD: enabled
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_CRYPTO_GCM: enabled
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_CRYPTO_SEQIV: enabled
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_CRYPTO_GHASH: enabled
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_XFRM: enabled
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_XFRM_USER: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_XFRM_ALGO: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_INET_ESP: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
18:01:18 [2020-10-05T18:01:18.293Z]   - "ipvlan":
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_IPVLAN: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]   - "macvlan":
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_MACVLAN: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_DUMMY: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]   - "ftp,tftp client in container":
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z] - Storage Drivers:
18:01:18 [2020-10-05T18:01:18.293Z]   - "aufs":
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_AUFS_FS: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]   - "btrfs":
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_BTRFS_FS: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
18:01:18 [2020-10-05T18:01:18.293Z]   - "devicemapper":
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_BLK_DEV_DM: enabled
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]   - "overlay":
18:01:18 [2020-10-05T18:01:18.293Z]     - CONFIG_OVERLAY_FS: enabled (as module)
18:01:18 [2020-10-05T18:01:18.293Z]   - "zfs":
18:01:18 [2020-10-05T18:01:18.293Z]     - /dev/zfs: present
18:01:18 [2020-10-05T18:01:18.293Z]     - zfs command: missing
18:01:18 [2020-10-05T18:01:18.293Z]     - zpool command: missing
18:01:18 [2020-10-05T18:01:18.293Z] 
18:01:18 [2020-10-05T18:01:18.293Z] Limits:
18:01:18 [2020-10-05T18:01:18.293Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
18:01:18 [2020-10-05T18:01:18.293Z] 
18:01:18 [2020-10-05T18:01:18.293Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
18:01:18 [2020-10-05T18:01:18.624Z] + sudo modprobe ip_vs
18:01:18 [2020-10-05T18:01:18.624Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 .
18:01:18 [2020-10-05T18:01:18.624Z] #2 [internal] load .dockerignore
18:01:18 [2020-10-05T18:01:18.624Z] #2 transferring context: 87B done
18:01:18 [2020-10-05T18:01:18.624Z] #2 DONE 0.0s
18:01:18 [2020-10-05T18:01:18.624Z] 
18:01:18 [2020-10-05T18:01:18.624Z] #1 [internal] load build definition from Dockerfile
18:01:18 [2020-10-05T18:01:18.624Z] #1 transferring dockerfile: 16.46kB done
18:01:18 [2020-10-05T18:01:18.624Z] #1 DONE 0.0s
18:01:18 [2020-10-05T18:01:18.624Z] 
18:01:18 [2020-10-05T18:01:18.624Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
18:01:18 [2020-10-05T18:01:18.624Z] #3 DONE 0.1s
18:01:18 [2020-10-05T18:01:18.891Z] 
18:01:18 [2020-10-05T18:01:18.891Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
18:01:18 [2020-10-05T18:01:18.891Z] #4 CACHED
18:01:18 [2020-10-05T18:01:18.891Z] 
18:01:18 [2020-10-05T18:01:18.891Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
18:01:18 [2020-10-05T18:01:18.891Z] #6 DONE 0.1s
18:01:18 [2020-10-05T18:01:18.891Z] 
18:01:18 [2020-10-05T18:01:18.891Z] #5 [internal] load metadata for docker.io/library/debian:buster
18:01:18 [2020-10-05T18:01:18.891Z] #5 DONE 0.1s
18:01:18 [2020-10-05T18:01:18.891Z] 
18:01:18 [2020-10-05T18:01:18.891Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
18:01:19 [2020-10-05T18:01:19.159Z] #7 DONE 0.1s
18:01:19 [2020-10-05T18:01:19.159Z] 
18:01:19 [2020-10-05T18:01:19.159Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
18:01:19 [2020-10-05T18:01:19.159Z] #60 DONE 0.0s
18:01:19 [2020-10-05T18:01:19.159Z] 
18:01:19 [2020-10-05T18:01:19.159Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae...
18:01:19 [2020-10-05T18:01:19.159Z] #24 DONE 0.0s
18:01:19 [2020-10-05T18:01:19.159Z] 
18:01:19 [2020-10-05T18:01:19.159Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
18:01:19 [2020-10-05T18:01:19.159Z] #8 DONE 0.0s
18:01:19 [2020-10-05T18:01:19.159Z] 
18:01:19 [2020-10-05T18:01:19.159Z] #21 [internal] load build context
18:01:20 [2020-10-05T18:01:20.114Z] #21 transferring context: 52.00MB 1.2s done
18:01:20 [2020-10-05T18:01:20.114Z] #21 DONE 1.2s
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
18:01:20 [2020-10-05T18:01:20.374Z] #13 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:20 [2020-10-05T18:01:20.374Z] #22 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
18:01:20 [2020-10-05T18:01:20.374Z] #25 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #50 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #61 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #44 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:01:20 [2020-10-05T18:01:20.374Z] #11 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
18:01:20 [2020-10-05T18:01:20.374Z] #42 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:01:20 [2020-10-05T18:01:20.374Z] #20 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
18:01:20 [2020-10-05T18:01:20.374Z] #15 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:20 [2020-10-05T18:01:20.374Z] #43 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
18:01:20 [2020-10-05T18:01:20.374Z] #9 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:01:20 [2020-10-05T18:01:20.374Z] #47 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
18:01:20 [2020-10-05T18:01:20.374Z] #37 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #55 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #63 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #17 [dev-systemd-false  6/26] RUN ldconfig
18:01:20 [2020-10-05T18:01:20.374Z] #17 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
18:01:20 [2020-10-05T18:01:20.374Z] #19 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
18:01:20 [2020-10-05T18:01:20.374Z] #23 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:01:20 [2020-10-05T18:01:20.374Z] #56 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:01:20 [2020-10-05T18:01:20.374Z] #34 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:01:20 [2020-10-05T18:01:20.374Z] #53 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
18:01:20 [2020-10-05T18:01:20.374Z] #16 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #59 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:01:20 [2020-10-05T18:01:20.374Z] #54 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:20 [2020-10-05T18:01:20.374Z] #49 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
18:01:20 [2020-10-05T18:01:20.374Z] #10 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:20 [2020-10-05T18:01:20.374Z] #51 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
18:01:20 [2020-10-05T18:01:20.374Z] #26 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:01:20 [2020-10-05T18:01:20.374Z] #18 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
18:01:20 [2020-10-05T18:01:20.374Z] #12 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:01:20 [2020-10-05T18:01:20.374Z] #27 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
18:01:20 [2020-10-05T18:01:20.374Z] #64 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #31 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
18:01:20 [2020-10-05T18:01:20.374Z] #14 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:20 [2020-10-05T18:01:20.374Z] #62 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:01:20 [2020-10-05T18:01:20.374Z] #38 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:20 [2020-10-05T18:01:20.374Z] #32 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:20 [2020-10-05T18:01:20.374Z] #35 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:01:20 [2020-10-05T18:01:20.374Z] #41 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
18:01:20 [2020-10-05T18:01:20.374Z] #28 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #46 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:01:20 [2020-10-05T18:01:20.374Z] #30 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #36 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #39 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
18:01:20 [2020-10-05T18:01:20.374Z] #57 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:20 [2020-10-05T18:01:20.374Z] #40 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #48 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
18:01:20 [2020-10-05T18:01:20.374Z] #29 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #33 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:20 [2020-10-05T18:01:20.374Z] #45 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
18:01:20 [2020-10-05T18:01:20.374Z] #52 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
18:01:20 [2020-10-05T18:01:20.374Z] #58 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
18:01:20 [2020-10-05T18:01:20.374Z] #65 CACHED
18:01:20 [2020-10-05T18:01:20.374Z] 
18:01:20 [2020-10-05T18:01:20.374Z] #66 exporting to image
18:01:20 [2020-10-05T18:01:20.374Z] #66 exporting layers done
18:01:20 [2020-10-05T18:01:20.374Z] #66 writing image sha256:045996cf0782b4a2524ed39aea568b3746d14c03ad3c7d9d209416a03fff5926 done
18:01:20 [2020-10-05T18:01:20.374Z] #66 naming to docker.io/library/docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 done
18:01:20 [2020-10-05T18:01:20.374Z] #66 DONE 0.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
18:01:20 [2020-10-05T18:01:20.712Z] + trap exit INT TERM
18:01:20 [2020-10-05T18:01:20.712Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
18:01:20 [2020-10-05T18:01:20.712Z] + CONTAINER_NAME=docker-pr4
18:01:20 [2020-10-05T18:01:20.712Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41527/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh dynbinary-daemon
18:01:20 [2020-10-05T18:01:20.972Z] 
18:01:21 [2020-10-05T18:01:21.232Z] Removing bundles/
18:01:21 [2020-10-05T18:01:21.232Z] 
18:01:21 [2020-10-05T18:01:21.232Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
18:01:21 [2020-10-05T18:01:21.232Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:01:21 [2020-10-05T18:01:21.232Z] GOOS="" GOARCH="" GOARM=""
18:01:25 [2020-10-05T18:01:25.852Z] Fetching without tags
18:01:26 [2020-10-05T18:01:26.182Z] Merging remotes/origin/master commit 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b into PR head commit cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:26 [2020-10-05T18:01:26.766Z] Merge succeeded, producing cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:26 [2020-10-05T18:01:26.767Z] Checking out Revision cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 (PR-41527)
18:01:25 [2020-10-05T18:01:25.823Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:25 [2020-10-05T18:01:25.825Z]  > git config --add remote.origin.fetch +refs/pull/41527/head:refs/remotes/origin/PR-41527 # timeout=10
18:01:25 [2020-10-05T18:01:25.827Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:25 [2020-10-05T18:01:25.843Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:25 [2020-10-05T18:01:25.859Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:25 [2020-10-05T18:01:25.859Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:25 [2020-10-05T18:01:25.859Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:26 [2020-10-05T18:01:26.188Z]  > git config core.sparsecheckout # timeout=10
18:01:26 [2020-10-05T18:01:26.193Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:26 [2020-10-05T18:01:26.735Z]  > git remote # timeout=10
18:01:26 [2020-10-05T18:01:26.736Z]  > git config --get remote.origin.url # timeout=10
18:01:26 [2020-10-05T18:01:26.741Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:26 [2020-10-05T18:01:26.742Z]  > git merge 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b # timeout=10
18:01:26 [2020-10-05T18:01:26.757Z]  > git rev-parse HEAD^{commit} # timeout=10
18:01:26 [2020-10-05T18:01:26.773Z]  > git config core.sparsecheckout # timeout=10
18:01:26 [2020-10-05T18:01:26.778Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:27 [2020-10-05T18:01:27.303Z] Commit message: "daemon: don't adjust oom-score if score is 0"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
18:01:28 [2020-10-05T18:01:28.149Z] + docker version
18:01:28 [2020-10-05T18:01:28.149Z] Client: Docker Engine - Community
18:01:28 [2020-10-05T18:01:28.149Z]  Version:           19.03.7
18:01:28 [2020-10-05T18:01:28.149Z]  API version:       1.40
18:01:28 [2020-10-05T18:01:28.149Z]  Go version:        go1.12.17
18:01:28 [2020-10-05T18:01:28.149Z]  Git commit:        7141c199a2
18:01:28 [2020-10-05T18:01:28.149Z]  Built:             Sat Mar  7 16:48:47 2020
18:01:28 [2020-10-05T18:01:28.149Z]  OS/Arch:           linux/s390x
18:01:28 [2020-10-05T18:01:28.149Z]  Experimental:      false
18:01:28 [2020-10-05T18:01:28.149Z] 
18:01:28 [2020-10-05T18:01:28.149Z] Server: Docker Engine - Community
18:01:28 [2020-10-05T18:01:28.149Z]  Engine:
18:01:28 [2020-10-05T18:01:28.149Z]   Version:          19.03.7
18:01:28 [2020-10-05T18:01:28.149Z]   API version:      1.40 (minimum version 1.12)
18:01:28 [2020-10-05T18:01:28.149Z]   Go version:       go1.12.17
18:01:28 [2020-10-05T18:01:28.149Z]   Git commit:       7141c199a2
18:01:28 [2020-10-05T18:01:28.149Z]   Built:            Sat Mar  7 16:47:46 2020
18:01:28 [2020-10-05T18:01:28.149Z]   OS/Arch:          linux/s390x
18:01:28 [2020-10-05T18:01:28.149Z]   Experimental:     true
18:01:28 [2020-10-05T18:01:28.149Z]  containerd:
18:01:28 [2020-10-05T18:01:28.149Z]   Version:          1.2.13
18:01:28 [2020-10-05T18:01:28.149Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
18:01:28 [2020-10-05T18:01:28.149Z]  runc:
18:01:28 [2020-10-05T18:01:28.149Z]   Version:          1.0.0-rc10
18:01:28 [2020-10-05T18:01:28.149Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:28 [2020-10-05T18:01:28.149Z]  docker-init:
18:01:28 [2020-10-05T18:01:28.149Z]   Version:          0.18.0
18:01:28 [2020-10-05T18:01:28.149Z]   GitCommit:        fec3683
[Pipeline] sh
18:01:28 [2020-10-05T18:01:28.530Z] + docker info
18:01:28 [2020-10-05T18:01:28.530Z] Client:
18:01:28 [2020-10-05T18:01:28.530Z]  Debug Mode: false
18:01:28 [2020-10-05T18:01:28.530Z] 
18:01:28 [2020-10-05T18:01:28.530Z] Server:
18:01:28 [2020-10-05T18:01:28.530Z]  Containers: 0
18:01:28 [2020-10-05T18:01:28.530Z]   Running: 0
18:01:28 [2020-10-05T18:01:28.530Z]   Paused: 0
18:01:28 [2020-10-05T18:01:28.530Z]   Stopped: 0
18:01:28 [2020-10-05T18:01:28.530Z]  Images: 1
18:01:28 [2020-10-05T18:01:28.530Z]  Server Version: 19.03.7
18:01:28 [2020-10-05T18:01:28.530Z]  Storage Driver: overlay2
18:01:28 [2020-10-05T18:01:28.530Z]   Backing Filesystem: <unknown>
18:01:28 [2020-10-05T18:01:28.530Z]   Supports d_type: true
18:01:28 [2020-10-05T18:01:28.530Z]   Native Overlay Diff: true
18:01:28 [2020-10-05T18:01:28.530Z]  Logging Driver: json-file
18:01:28 [2020-10-05T18:01:28.530Z]  Cgroup Driver: cgroupfs
18:01:28 [2020-10-05T18:01:28.530Z]  Plugins:
18:01:28 [2020-10-05T18:01:28.530Z]   Volume: local
18:01:28 [2020-10-05T18:01:28.530Z]   Network: bridge host ipvlan macvlan null overlay
18:01:28 [2020-10-05T18:01:28.530Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:01:28 [2020-10-05T18:01:28.530Z]  Swarm: inactive
18:01:28 [2020-10-05T18:01:28.530Z]  Runtimes: runc
18:01:28 [2020-10-05T18:01:28.530Z]  Default Runtime: runc
18:01:28 [2020-10-05T18:01:28.530Z]  Init Binary: docker-init
18:01:28 [2020-10-05T18:01:28.530Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
18:01:28 [2020-10-05T18:01:28.530Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:28 [2020-10-05T18:01:28.530Z]  init version: fec3683
18:01:28 [2020-10-05T18:01:28.530Z]  Security Options:
18:01:28 [2020-10-05T18:01:28.530Z]   apparmor
18:01:28 [2020-10-05T18:01:28.530Z]   seccomp
18:01:28 [2020-10-05T18:01:28.530Z]    Profile: default
18:01:28 [2020-10-05T18:01:28.530Z]  Kernel Version: 4.15.0-91-generic
18:01:28 [2020-10-05T18:01:28.530Z]  Operating System: Ubuntu 18.04.4 LTS
18:01:28 [2020-10-05T18:01:28.530Z]  OSType: linux
18:01:28 [2020-10-05T18:01:28.530Z]  Architecture: s390x
18:01:28 [2020-10-05T18:01:28.530Z]  CPUs: 2
18:01:28 [2020-10-05T18:01:28.530Z]  Total Memory: 7.861GiB
18:01:28 [2020-10-05T18:01:28.530Z]  Name: s390x-ubuntu-03
18:01:28 [2020-10-05T18:01:28.530Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
18:01:28 [2020-10-05T18:01:28.530Z]  Docker Root Dir: /var/lib/docker
18:01:28 [2020-10-05T18:01:28.530Z]  Debug Mode: false
18:01:28 [2020-10-05T18:01:28.530Z]  Username: dockerbuildbot
18:01:28 [2020-10-05T18:01:28.530Z]  Registry: https://index.docker.io/v1/
18:01:28 [2020-10-05T18:01:28.530Z]  Labels:
18:01:28 [2020-10-05T18:01:28.530Z]  Experimental: true
18:01:28 [2020-10-05T18:01:28.530Z]  Insecure Registries:
18:01:28 [2020-10-05T18:01:28.530Z]   127.0.0.0/8
18:01:28 [2020-10-05T18:01:28.530Z]  Live Restore Enabled: false
18:01:28 [2020-10-05T18:01:28.530Z] 
18:01:28 [2020-10-05T18:01:28.530Z] WARNING: No swap limit support
[Pipeline] sh
18:01:28 [2020-10-05T18:01:28.916Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:28 [2020-10-05T18:01:28.916Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:28 [2020-10-05T18:01:28.916Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41527/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
18:01:28 [2020-10-05T18:01:28.916Z] + bash /home/jenkins/workspace/moby_PR-41527/check-config.sh
18:01:28 [2020-10-05T18:01:28.916Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
18:01:28 [2020-10-05T18:01:28.916Z] info: reading kernel config from /boot/config-4.15.0-91-generic ...
18:01:28 [2020-10-05T18:01:28.916Z] 
18:01:28 [2020-10-05T18:01:28.916Z] Generally Necessary:
18:01:28 [2020-10-05T18:01:28.916Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
18:01:28 [2020-10-05T18:01:28.916Z] - apparmor: enabled and tools installed
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NAMESPACES: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NET_NS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_PID_NS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IPC_NS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_UTS_NS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUPS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUP_CPUACCT: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUP_DEVICE: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUP_FREEZER: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUP_SCHED: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CPUSETS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_MEMCG: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_KEYS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_VETH: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_BRIDGE: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_NF_FILTER: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_NF_NAT: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NF_NAT: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NF_NAT_NEEDED: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_POSIX_MQUEUE: enabled
18:01:28 [2020-10-05T18:01:28.916Z] 
18:01:28 [2020-10-05T18:01:28.916Z] Optional Features:
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_USER_NS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_SECCOMP: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUP_PIDS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_MEMCG_SWAP: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
18:01:28 [2020-10-05T18:01:28.916Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_BLK_CGROUP: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_BLK_DEV_THROTTLING: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IOSCHED_CFQ: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUP_PERF: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUP_HUGETLB: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CGROUP_NET_PRIO: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_CFS_BANDWIDTH: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_FAIR_GROUP_SCHED: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_RT_GROUP_SCHED: missing
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_VS: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_VS_NFCT: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_VS_PROTO_TCP: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_VS_PROTO_UDP: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_IP_VS_RR: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_EXT4_FS: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - CONFIG_EXT4_FS_SECURITY: enabled
18:01:28 [2020-10-05T18:01:28.916Z] - Network Drivers:
18:01:28 [2020-10-05T18:01:28.916Z]   - "overlay":
18:01:28 [2020-10-05T18:01:28.916Z]     - CONFIG_VXLAN: enabled (as module)
18:01:28 [2020-10-05T18:01:28.916Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
18:01:28 [2020-10-05T18:01:28.916Z]       Optional (for encrypted networks):
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_CRYPTO: enabled
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_CRYPTO_AEAD: enabled
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_CRYPTO_GCM: enabled
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_CRYPTO_SEQIV: enabled
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_CRYPTO_GHASH: enabled
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_XFRM: enabled
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_XFRM_USER: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_XFRM_ALGO: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_INET_ESP: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]   - "ipvlan":
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_IPVLAN: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]   - "macvlan":
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_MACVLAN: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_DUMMY: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]   - "ftp,tftp client in container":
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z] - Storage Drivers:
18:01:29 [2020-10-05T18:01:29.208Z]   - "aufs":
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_AUFS_FS: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]   - "btrfs":
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_BTRFS_FS: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
18:01:29 [2020-10-05T18:01:29.208Z]   - "devicemapper":
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_BLK_DEV_DM: enabled
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]   - "overlay":
18:01:29 [2020-10-05T18:01:29.208Z]     - CONFIG_OVERLAY_FS: enabled (as module)
18:01:29 [2020-10-05T18:01:29.208Z]   - "zfs":
18:01:29 [2020-10-05T18:01:29.208Z]     - /dev/zfs: missing
18:01:29 [2020-10-05T18:01:29.208Z]     - zfs command: missing
18:01:29 [2020-10-05T18:01:29.208Z]     - zpool command: missing
18:01:29 [2020-10-05T18:01:29.208Z] 
18:01:29 [2020-10-05T18:01:29.208Z] Limits:
18:01:29 [2020-10-05T18:01:29.208Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
18:01:29 [2020-10-05T18:01:29.208Z] 
18:01:29 [2020-10-05T18:01:29.208Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
18:01:29 [2020-10-05T18:01:29.430Z] Fetching without tags
18:01:29 [2020-10-05T18:01:29.609Z] Fetching without tags
18:01:29 [2020-10-05T18:01:29.637Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 .
18:01:29 [2020-10-05T18:01:29.637Z] #2 [internal] load .dockerignore
18:01:29 [2020-10-05T18:01:29.637Z] #2 transferring context: 87B done
18:01:29 [2020-10-05T18:01:29.637Z] #2 DONE 0.0s
18:01:29 [2020-10-05T18:01:29.637Z] 
18:01:29 [2020-10-05T18:01:29.637Z] #1 [internal] load build definition from Dockerfile
18:01:29 [2020-10-05T18:01:29.637Z] #1 transferring dockerfile: 16.46kB done
18:01:29 [2020-10-05T18:01:29.637Z] #1 DONE 0.1s
18:01:29 [2020-10-05T18:01:29.684Z] Merging remotes/origin/master commit 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b into PR head commit cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:29 [2020-10-05T18:01:29.853Z] Merging remotes/origin/master commit 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b into PR head commit cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:29 [2020-10-05T18:01:29.932Z] 
18:01:29 [2020-10-05T18:01:29.932Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
18:01:29 [2020-10-05T18:01:29.580Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:29 [2020-10-05T18:01:29.587Z]  > git config --add remote.origin.fetch +refs/pull/41527/head:refs/remotes/origin/PR-41527 # timeout=10
18:01:29 [2020-10-05T18:01:29.592Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:29 [2020-10-05T18:01:29.600Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:29 [2020-10-05T18:01:29.614Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:29 [2020-10-05T18:01:29.614Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:29 [2020-10-05T18:01:29.614Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:29 [2020-10-05T18:01:29.858Z]  > git config core.sparsecheckout # timeout=10
18:01:29 [2020-10-05T18:01:29.863Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:29 [2020-10-05T18:01:29.389Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:29 [2020-10-05T18:01:29.398Z]  > git config --add remote.origin.fetch +refs/pull/41527/head:refs/remotes/origin/PR-41527 # timeout=10
18:01:29 [2020-10-05T18:01:29.404Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:29 [2020-10-05T18:01:29.412Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:29 [2020-10-05T18:01:29.427Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:29 [2020-10-05T18:01:29.427Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:29 [2020-10-05T18:01:29.428Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:29 [2020-10-05T18:01:29.686Z]  > git config core.sparsecheckout # timeout=10
18:01:29 [2020-10-05T18:01:29.725Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:30 [2020-10-05T18:01:30.329Z] Merge succeeded, producing cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:30 [2020-10-05T18:01:30.329Z] Checking out Revision cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 (PR-41527)
18:01:30 [2020-10-05T18:01:30.425Z] Merge succeeded, producing cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:30 [2020-10-05T18:01:30.425Z] Checking out Revision cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 (PR-41527)
18:01:30 [2020-10-05T18:01:30.665Z] Commit message: "daemon: don't adjust oom-score if score is 0"
18:01:30 [2020-10-05T18:01:30.866Z] Commit message: "daemon: don't adjust oom-score if score is 0"
18:01:30 [2020-10-05T18:01:30.969Z] #3 DONE 1.2s
18:01:30 [2020-10-05T18:01:30.969Z] 
18:01:30 [2020-10-05T18:01:30.969Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
18:01:30 [2020-10-05T18:01:30.969Z] #4 CACHED
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
18:01:31 [2020-10-05T18:01:31.262Z] 
18:01:31 [2020-10-05T18:01:31.263Z] #7 [internal] load metadata for docker.io/library/debian:buster
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:01:31 [2020-10-05T18:01:31.465Z] + docker version
18:01:31 [2020-10-05T18:01:31.465Z] Client: Docker Engine - Community
18:01:31 [2020-10-05T18:01:31.465Z]  Version:           19.03.13
18:01:31 [2020-10-05T18:01:31.465Z]  API version:       1.40
18:01:31 [2020-10-05T18:01:31.465Z]  Go version:        go1.13.15
18:01:31 [2020-10-05T18:01:31.465Z]  Git commit:        4484c46d9d
18:01:31 [2020-10-05T18:01:31.465Z]  Built:             Wed Sep 16 17:02:36 2020
18:01:31 [2020-10-05T18:01:31.465Z]  OS/Arch:           linux/amd64
18:01:31 [2020-10-05T18:01:31.465Z]  Experimental:      false
18:01:31 [2020-10-05T18:01:31.465Z] 
18:01:31 [2020-10-05T18:01:31.465Z] Server: Docker Engine - Community
18:01:31 [2020-10-05T18:01:31.465Z]  Engine:
18:01:31 [2020-10-05T18:01:31.465Z]   Version:          19.03.13
18:01:31 [2020-10-05T18:01:31.465Z]   API version:      1.40 (minimum version 1.12)
18:01:31 [2020-10-05T18:01:31.465Z]   Go version:       go1.13.15
18:01:31 [2020-10-05T18:01:31.465Z]   Git commit:       4484c46d9d
18:01:31 [2020-10-05T18:01:31.465Z]   Built:            Wed Sep 16 17:01:06 2020
18:01:31 [2020-10-05T18:01:31.465Z]   OS/Arch:          linux/amd64
18:01:31 [2020-10-05T18:01:31.465Z]   Experimental:     true
18:01:31 [2020-10-05T18:01:31.465Z]  containerd:
18:01:31 [2020-10-05T18:01:31.465Z]   Version:          1.3.7
18:01:31 [2020-10-05T18:01:31.465Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
18:01:31 [2020-10-05T18:01:31.465Z]  runc:
18:01:31 [2020-10-05T18:01:31.465Z]   Version:          1.0.0-rc10
18:01:31 [2020-10-05T18:01:31.465Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:31 [2020-10-05T18:01:31.465Z]  docker-init:
18:01:31 [2020-10-05T18:01:31.465Z]   Version:          0.18.0
18:01:31 [2020-10-05T18:01:31.465Z]   GitCommit:        fec3683
[Pipeline] sh
18:01:31 [2020-10-05T18:01:31.554Z] #7 ...
18:01:31 [2020-10-05T18:01:31.554Z] 
18:01:31 [2020-10-05T18:01:31.554Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
18:01:31 [2020-10-05T18:01:31.554Z] #5 DONE 0.2s
18:01:31 [2020-10-05T18:01:31.554Z] 
18:01:31 [2020-10-05T18:01:31.554Z] #7 [internal] load metadata for docker.io/library/debian:buster
18:01:31 [2020-10-05T18:01:31.554Z] #7 DONE 0.2s
18:01:31 [2020-10-05T18:01:31.554Z] 
18:01:31 [2020-10-05T18:01:31.554Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
18:01:31 [2020-10-05T18:01:31.670Z] + [ PR != PR ]
18:01:31 [2020-10-05T18:01:31.671Z] + [ master != master ]
18:01:31 [2020-10-05T18:01:31.671Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
18:01:31 [2020-10-05T18:01:31.752Z] + docker info
[Pipeline] sh
18:01:30 [2020-10-05T18:01:30.389Z]  > git remote # timeout=10
18:01:30 [2020-10-05T18:01:30.395Z]  > git config --get remote.origin.url # timeout=10
18:01:30 [2020-10-05T18:01:30.410Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:30 [2020-10-05T18:01:30.411Z]  > git merge 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b # timeout=10
18:01:30 [2020-10-05T18:01:30.421Z]  > git rev-parse HEAD^{commit} # timeout=10
18:01:30 [2020-10-05T18:01:30.429Z]  > git config core.sparsecheckout # timeout=10
18:01:30 [2020-10-05T18:01:30.441Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:30 [2020-10-05T18:01:30.272Z]  > git remote # timeout=10
18:01:30 [2020-10-05T18:01:30.284Z]  > git config --get remote.origin.url # timeout=10
18:01:30 [2020-10-05T18:01:30.287Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:30 [2020-10-05T18:01:30.288Z]  > git merge 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b # timeout=10
18:01:30 [2020-10-05T18:01:30.309Z]  > git rev-parse HEAD^{commit} # timeout=10
18:01:30 [2020-10-05T18:01:30.325Z]  > git config core.sparsecheckout # timeout=10
18:01:30 [2020-10-05T18:01:30.332Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:31 [2020-10-05T18:01:31.997Z] Fetching without tags
18:01:32 [2020-10-05T18:01:32.010Z] Client:
18:01:32 [2020-10-05T18:01:32.011Z]  Debug Mode: false
18:01:32 [2020-10-05T18:01:32.011Z] 
18:01:32 [2020-10-05T18:01:32.011Z] Server:
18:01:32 [2020-10-05T18:01:32.011Z]  Containers: 0
18:01:32 [2020-10-05T18:01:32.011Z]   Running: 0
18:01:32 [2020-10-05T18:01:32.011Z]   Paused: 0
18:01:32 [2020-10-05T18:01:32.011Z]   Stopped: 0
18:01:32 [2020-10-05T18:01:32.011Z]  Images: 1
18:01:32 [2020-10-05T18:01:32.011Z]  Server Version: 19.03.13
18:01:32 [2020-10-05T18:01:32.011Z]  Storage Driver: overlay2
18:01:32 [2020-10-05T18:01:32.011Z]   Backing Filesystem: extfs
18:01:32 [2020-10-05T18:01:32.011Z]   Supports d_type: true
18:01:32 [2020-10-05T18:01:32.011Z]   Native Overlay Diff: true
18:01:32 [2020-10-05T18:01:32.011Z]  Logging Driver: json-file
18:01:32 [2020-10-05T18:01:32.011Z]  Cgroup Driver: cgroupfs
18:01:32 [2020-10-05T18:01:32.011Z]  Plugins:
18:01:32 [2020-10-05T18:01:32.011Z]   Volume: local
18:01:32 [2020-10-05T18:01:32.011Z]   Network: bridge host ipvlan macvlan null overlay
18:01:32 [2020-10-05T18:01:32.011Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:01:32 [2020-10-05T18:01:32.011Z]  Swarm: inactive
18:01:32 [2020-10-05T18:01:32.011Z]  Runtimes: runc
18:01:32 [2020-10-05T18:01:32.011Z]  Default Runtime: runc
18:01:32 [2020-10-05T18:01:32.011Z]  Init Binary: docker-init
18:01:32 [2020-10-05T18:01:32.011Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
18:01:32 [2020-10-05T18:01:32.011Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:32 [2020-10-05T18:01:32.011Z]  init version: fec3683
18:01:32 [2020-10-05T18:01:32.011Z]  Security Options:
18:01:32 [2020-10-05T18:01:32.011Z]   apparmor
18:01:32 [2020-10-05T18:01:32.011Z]   seccomp
18:01:32 [2020-10-05T18:01:32.011Z]    Profile: default
18:01:32 [2020-10-05T18:01:32.011Z]  Kernel Version: 5.4.0-1025-aws
18:01:32 [2020-10-05T18:01:32.011Z]  Operating System: Ubuntu 18.04.5 LTS
18:01:32 [2020-10-05T18:01:32.011Z]  OSType: linux
18:01:32 [2020-10-05T18:01:32.011Z]  Architecture: x86_64
18:01:32 [2020-10-05T18:01:32.011Z]  CPUs: 2
18:01:32 [2020-10-05T18:01:32.011Z]  Total Memory: 7.487GiB
18:01:32 [2020-10-05T18:01:32.011Z]  Name: ip-10-100-101-138
18:01:32 [2020-10-05T18:01:32.011Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
18:01:32 [2020-10-05T18:01:32.011Z]  Docker Root Dir: /var/lib/docker
18:01:32 [2020-10-05T18:01:32.011Z]  Debug Mode: false
18:01:32 [2020-10-05T18:01:32.011Z]  Registry: https://index.docker.io/v1/
18:01:32 [2020-10-05T18:01:32.011Z]  Labels:
18:01:32 [2020-10-05T18:01:32.011Z]  Experimental: true
18:01:32 [2020-10-05T18:01:32.011Z]  Insecure Registries:
18:01:32 [2020-10-05T18:01:32.011Z]   127.0.0.0/8
18:01:32 [2020-10-05T18:01:32.011Z]  Live Restore Enabled: true
18:01:32 [2020-10-05T18:01:32.011Z] 
18:01:32 [2020-10-05T18:01:32.011Z] WARNING: No swap limit support
[Pipeline] sh
18:01:32 [2020-10-05T18:01:32.082Z] + docker version
18:01:32 [2020-10-05T18:01:32.082Z] Client: Docker Engine - Community
18:01:32 [2020-10-05T18:01:32.082Z]  Version:           19.03.13
18:01:32 [2020-10-05T18:01:32.082Z]  API version:       1.40
18:01:32 [2020-10-05T18:01:32.082Z]  Go version:        go1.13.15
18:01:32 [2020-10-05T18:01:32.082Z]  Git commit:        4484c46d9d
18:01:32 [2020-10-05T18:01:32.082Z]  Built:             Wed Sep 16 17:02:36 2020
18:01:32 [2020-10-05T18:01:32.082Z]  OS/Arch:           linux/amd64
18:01:32 [2020-10-05T18:01:32.082Z]  Experimental:      false
18:01:32 [2020-10-05T18:01:32.082Z] 
18:01:32 [2020-10-05T18:01:32.082Z] Server: Docker Engine - Community
18:01:32 [2020-10-05T18:01:32.082Z]  Engine:
18:01:32 [2020-10-05T18:01:32.082Z]   Version:          19.03.13
18:01:32 [2020-10-05T18:01:32.082Z]   API version:      1.40 (minimum version 1.12)
18:01:32 [2020-10-05T18:01:32.082Z]   Go version:       go1.13.15
18:01:32 [2020-10-05T18:01:32.082Z]   Git commit:       4484c46d9d
18:01:32 [2020-10-05T18:01:32.082Z]   Built:            Wed Sep 16 17:01:06 2020
18:01:32 [2020-10-05T18:01:32.082Z]   OS/Arch:          linux/amd64
18:01:32 [2020-10-05T18:01:32.082Z]   Experimental:     true
18:01:32 [2020-10-05T18:01:32.082Z]  containerd:
18:01:32 [2020-10-05T18:01:32.082Z]   Version:          1.3.7
18:01:32 [2020-10-05T18:01:32.082Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
18:01:32 [2020-10-05T18:01:32.082Z]  runc:
18:01:32 [2020-10-05T18:01:32.082Z]   Version:          1.0.0-rc10
18:01:32 [2020-10-05T18:01:32.082Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:32 [2020-10-05T18:01:32.082Z]  docker-init:
18:01:32 [2020-10-05T18:01:32.082Z]   Version:          0.18.0
18:01:32 [2020-10-05T18:01:32.082Z]   GitCommit:        fec3683
[Pipeline] sh
18:01:31 [2020-10-05T18:01:31.676Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:31 [2020-10-05T18:01:31.728Z]  > git config --add remote.origin.fetch +refs/pull/41527/head:refs/remotes/origin/PR-41527 # timeout=10
18:01:31 [2020-10-05T18:01:31.785Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:31 [2020-10-05T18:01:31.909Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:32 [2020-10-05T18:01:32.031Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:32 [2020-10-05T18:01:32.031Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:32 [2020-10-05T18:01:32.032Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:32 [2020-10-05T18:01:32.192Z] #6 DONE 0.7s
18:01:32 [2020-10-05T18:01:32.192Z] 
18:01:32 [2020-10-05T18:01:32.192Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
18:01:32 [2020-10-05T18:01:32.192Z] #8 DONE 0.0s
18:01:32 [2020-10-05T18:01:32.192Z] 
18:01:32 [2020-10-05T18:01:32.192Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
18:01:32 [2020-10-05T18:01:32.192Z] #60 CACHED
18:01:32 [2020-10-05T18:01:32.192Z] 
18:01:32 [2020-10-05T18:01:32.192Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
18:01:32 [2020-10-05T18:01:32.192Z] #9 CACHED
18:01:32 [2020-10-05T18:01:32.192Z] 
18:01:32 [2020-10-05T18:01:32.192Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
18:01:32 [2020-10-05T18:01:32.192Z] #10 CACHED
18:01:32 [2020-10-05T18:01:32.192Z] 
18:01:32 [2020-10-05T18:01:32.192Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:01:32 [2020-10-05T18:01:32.192Z] #53 CACHED
18:01:32 [2020-10-05T18:01:32.192Z] 
18:01:32 [2020-10-05T18:01:32.192Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae...
18:01:32 [2020-10-05T18:01:32.192Z] #24 DONE 0.0s
18:01:32 [2020-10-05T18:01:32.192Z] 
18:01:32 [2020-10-05T18:01:32.192Z] #21 [internal] load build context
18:01:32 [2020-10-05T18:01:32.292Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:32 [2020-10-05T18:01:32.292Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:32 [2020-10-05T18:01:32.292Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41527/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
18:01:32 [2020-10-05T18:01:32.292Z] + bash /home/ubuntu/workspace/moby_PR-41527/check-config.sh
18:01:32 [2020-10-05T18:01:32.292Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
18:01:32 [2020-10-05T18:01:32.292Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
18:01:32 [2020-10-05T18:01:32.292Z] 
18:01:32 [2020-10-05T18:01:32.292Z] Generally Necessary:
18:01:32 [2020-10-05T18:01:32.292Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
18:01:32 [2020-10-05T18:01:32.292Z] - apparmor: enabled and tools installed
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_NAMESPACES: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_NET_NS: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_PID_NS: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_IPC_NS: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_UTS_NS: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_CGROUPS: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_CGROUP_CPUACCT: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_CGROUP_DEVICE: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_CGROUP_FREEZER: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_CGROUP_SCHED: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_CPUSETS: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_MEMCG: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_KEYS: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_VETH: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_BRIDGE: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_NF_NAT_IPV4: missing
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_IP_NF_FILTER: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_IP_NF_NAT: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_NF_NAT: enabled (as module)
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_NF_NAT_NEEDED: missing
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_POSIX_MQUEUE: enabled
18:01:32 [2020-10-05T18:01:32.292Z] 
18:01:32 [2020-10-05T18:01:32.292Z] Optional Features:
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_USER_NS: enabled
18:01:32 [2020-10-05T18:01:32.292Z] - CONFIG_SECCOMP: enabled
18:01:32 [2020-10-05T18:01:32.401Z] + docker info
18:01:32 [2020-10-05T18:01:32.401Z] Client:
18:01:32 [2020-10-05T18:01:32.401Z]  Debug Mode: false
18:01:32 [2020-10-05T18:01:32.401Z] 
18:01:32 [2020-10-05T18:01:32.401Z] Server:
18:01:32 [2020-10-05T18:01:32.401Z]  Containers: 0
18:01:32 [2020-10-05T18:01:32.401Z]   Running: 0
18:01:32 [2020-10-05T18:01:32.401Z]   Paused: 0
18:01:32 [2020-10-05T18:01:32.401Z]   Stopped: 0
18:01:32 [2020-10-05T18:01:32.401Z]  Images: 1
18:01:32 [2020-10-05T18:01:32.401Z]  Server Version: 19.03.13
18:01:32 [2020-10-05T18:01:32.401Z]  Storage Driver: overlay2
18:01:32 [2020-10-05T18:01:32.401Z]   Backing Filesystem: extfs
18:01:32 [2020-10-05T18:01:32.401Z]   Supports d_type: true
18:01:32 [2020-10-05T18:01:32.401Z]   Native Overlay Diff: true
18:01:32 [2020-10-05T18:01:32.401Z]  Logging Driver: json-file
18:01:32 [2020-10-05T18:01:32.401Z]  Cgroup Driver: cgroupfs
18:01:32 [2020-10-05T18:01:32.401Z]  Plugins:
18:01:32 [2020-10-05T18:01:32.401Z]   Volume: local
18:01:32 [2020-10-05T18:01:32.401Z]   Network: bridge host ipvlan macvlan null overlay
18:01:32 [2020-10-05T18:01:32.401Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:01:32 [2020-10-05T18:01:32.401Z]  Swarm: inactive
18:01:32 [2020-10-05T18:01:32.401Z]  Runtimes: runc
18:01:32 [2020-10-05T18:01:32.401Z]  Default Runtime: runc
18:01:32 [2020-10-05T18:01:32.401Z]  Init Binary: docker-init
18:01:32 [2020-10-05T18:01:32.401Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
18:01:32 [2020-10-05T18:01:32.401Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:32 [2020-10-05T18:01:32.401Z]  init version: fec3683
18:01:32 [2020-10-05T18:01:32.401Z]  Security Options:
18:01:32 [2020-10-05T18:01:32.401Z]   apparmor
18:01:32 [2020-10-05T18:01:32.401Z]   seccomp
18:01:32 [2020-10-05T18:01:32.401Z]    Profile: default
18:01:32 [2020-10-05T18:01:32.401Z]  Kernel Version: 5.4.0-1025-aws
18:01:32 [2020-10-05T18:01:32.401Z]  Operating System: Ubuntu 18.04.5 LTS
18:01:32 [2020-10-05T18:01:32.401Z]  OSType: linux
18:01:32 [2020-10-05T18:01:32.401Z]  Architecture: x86_64
18:01:32 [2020-10-05T18:01:32.401Z]  CPUs: 2
18:01:32 [2020-10-05T18:01:32.401Z]  Total Memory: 7.487GiB
18:01:32 [2020-10-05T18:01:32.401Z]  Name: ip-10-100-83-214
18:01:32 [2020-10-05T18:01:32.401Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
18:01:32 [2020-10-05T18:01:32.401Z]  Docker Root Dir: /var/lib/docker
18:01:32 [2020-10-05T18:01:32.401Z]  Debug Mode: false
18:01:32 [2020-10-05T18:01:32.401Z]  Registry: https://index.docker.io/v1/
18:01:32 [2020-10-05T18:01:32.401Z]  Labels:
18:01:32 [2020-10-05T18:01:32.401Z]  Experimental: true
18:01:32 [2020-10-05T18:01:32.401Z]  Insecure Registries:
18:01:32 [2020-10-05T18:01:32.401Z]   127.0.0.0/8
18:01:32 [2020-10-05T18:01:32.401Z]  Live Restore Enabled: true
18:01:32 [2020-10-05T18:01:32.401Z] 
18:01:32 [2020-10-05T18:01:32.401Z] WARNING: No swap limit support
[Pipeline] sh
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_CGROUP_PIDS: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_MEMCG_SWAP: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
18:01:32 [2020-10-05T18:01:32.551Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_BLK_CGROUP: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_BLK_DEV_THROTTLING: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_IOSCHED_CFQ: missing
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_CGROUP_PERF: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_CGROUP_HUGETLB: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_CGROUP_NET_PRIO: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_CFS_BANDWIDTH: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_FAIR_GROUP_SCHED: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_RT_GROUP_SCHED: missing
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_IP_VS: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_IP_VS_NFCT: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_IP_VS_PROTO_TCP: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_IP_VS_PROTO_UDP: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_IP_VS_RR: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_EXT4_FS: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - CONFIG_EXT4_FS_SECURITY: enabled
18:01:32 [2020-10-05T18:01:32.551Z] - Network Drivers:
18:01:32 [2020-10-05T18:01:32.551Z]   - "overlay":
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_VXLAN: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
18:01:32 [2020-10-05T18:01:32.551Z]       Optional (for encrypted networks):
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_CRYPTO: enabled
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_CRYPTO_AEAD: enabled
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_CRYPTO_GCM: enabled
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_CRYPTO_SEQIV: enabled
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_CRYPTO_GHASH: enabled
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_XFRM: enabled
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_XFRM_USER: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_XFRM_ALGO: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_INET_ESP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
18:01:32 [2020-10-05T18:01:32.551Z]   - "ipvlan":
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_IPVLAN: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]   - "macvlan":
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_MACVLAN: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_DUMMY: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]   - "ftp,tftp client in container":
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z] - Storage Drivers:
18:01:32 [2020-10-05T18:01:32.551Z]   - "aufs":
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_AUFS_FS: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]   - "btrfs":
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_BTRFS_FS: enabled (as module)
18:01:32 [2020-10-05T18:01:32.551Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
18:01:32 [2020-10-05T18:01:32.551Z]   - "devicemapper":
18:01:32 [2020-10-05T18:01:32.679Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:32 [2020-10-05T18:01:32.679Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:32 [2020-10-05T18:01:32.679Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41527/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
18:01:32 [2020-10-05T18:01:32.679Z] + bash /home/ubuntu/workspace/moby_PR-41527/check-config.sh
18:01:32 [2020-10-05T18:01:32.679Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
18:01:32 [2020-10-05T18:01:32.679Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
18:01:32 [2020-10-05T18:01:32.679Z] 
18:01:32 [2020-10-05T18:01:32.679Z] Generally Necessary:
18:01:32 [2020-10-05T18:01:32.679Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
18:01:32 [2020-10-05T18:01:32.679Z] - apparmor: enabled and tools installed
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_NAMESPACES: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_NET_NS: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_PID_NS: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_IPC_NS: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_UTS_NS: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_CGROUPS: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_CGROUP_CPUACCT: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_CGROUP_DEVICE: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_CGROUP_FREEZER: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_CGROUP_SCHED: enabled
18:01:32 [2020-10-05T18:01:32.679Z] - CONFIG_CPUSETS: enabled
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_MEMCG: enabled
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_KEYS: enabled
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_VETH: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_BRIDGE: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_NF_NAT_IPV4: missing
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_IP_NF_FILTER: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_IP_NF_NAT: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_NF_NAT: enabled (as module)
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_NF_NAT_NEEDED: missing
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_POSIX_MQUEUE: enabled
18:01:32 [2020-10-05T18:01:32.680Z] 
18:01:32 [2020-10-05T18:01:32.680Z] Optional Features:
18:01:32 [2020-10-05T18:01:32.680Z] - CONFIG_USER_NS: enabled
18:01:32 [2020-10-05T18:01:32.809Z]     - CONFIG_BLK_DEV_DM: enabled
18:01:32 [2020-10-05T18:01:32.809Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
18:01:32 [2020-10-05T18:01:32.809Z]   - "overlay":
18:01:32 [2020-10-05T18:01:32.809Z]     - CONFIG_OVERLAY_FS: enabled (as module)
18:01:32 [2020-10-05T18:01:32.809Z]   - "zfs":
18:01:32 [2020-10-05T18:01:32.809Z]     - /dev/zfs: present
18:01:32 [2020-10-05T18:01:32.809Z]     - zfs command: missing
18:01:32 [2020-10-05T18:01:32.809Z]     - zpool command: missing
18:01:32 [2020-10-05T18:01:32.809Z] 
18:01:32 [2020-10-05T18:01:32.809Z] Limits:
18:01:32 [2020-10-05T18:01:32.809Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
18:01:32 [2020-10-05T18:01:32.809Z] 
18:01:32 [2020-10-05T18:01:32.809Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_SECCOMP: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_CGROUP_PIDS: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_MEMCG_SWAP: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
18:01:32 [2020-10-05T18:01:32.935Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_BLK_CGROUP: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_BLK_DEV_THROTTLING: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_IOSCHED_CFQ: missing
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_CGROUP_PERF: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_CGROUP_HUGETLB: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_CGROUP_NET_PRIO: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_CFS_BANDWIDTH: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_FAIR_GROUP_SCHED: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_RT_GROUP_SCHED: missing
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_IP_VS: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_IP_VS_NFCT: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_IP_VS_PROTO_TCP: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_IP_VS_PROTO_UDP: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_IP_VS_RR: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_EXT4_FS: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - CONFIG_EXT4_FS_SECURITY: enabled
18:01:32 [2020-10-05T18:01:32.935Z] - Network Drivers:
18:01:32 [2020-10-05T18:01:32.935Z]   - "overlay":
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_VXLAN: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
18:01:32 [2020-10-05T18:01:32.935Z]       Optional (for encrypted networks):
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_CRYPTO: enabled
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_CRYPTO_AEAD: enabled
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_CRYPTO_GCM: enabled
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_CRYPTO_SEQIV: enabled
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_CRYPTO_GHASH: enabled
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_XFRM: enabled
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_XFRM_USER: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_XFRM_ALGO: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_INET_ESP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
18:01:32 [2020-10-05T18:01:32.935Z]   - "ipvlan":
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_IPVLAN: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]   - "macvlan":
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_MACVLAN: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_DUMMY: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]   - "ftp,tftp client in container":
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z] - Storage Drivers:
18:01:32 [2020-10-05T18:01:32.935Z]   - "aufs":
18:01:32 [2020-10-05T18:01:32.935Z]     - CONFIG_AUFS_FS: enabled (as module)
18:01:32 [2020-10-05T18:01:32.935Z]   - "btrfs":
18:01:33 [2020-10-05T18:01:33.144Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 .
18:01:33 [2020-10-05T18:01:33.144Z] #2 [internal] load .dockerignore
18:01:33 [2020-10-05T18:01:33.144Z] #2 transferring context: 87B done
18:01:33 [2020-10-05T18:01:33.144Z] #2 DONE 0.0s
18:01:33 [2020-10-05T18:01:33.144Z] 
18:01:33 [2020-10-05T18:01:33.144Z] #1 [internal] load build definition from Dockerfile
18:01:33 [2020-10-05T18:01:33.144Z] #1 transferring dockerfile: 16.46kB done
18:01:33 [2020-10-05T18:01:33.144Z] #1 DONE 0.0s
18:01:33 [2020-10-05T18:01:33.144Z] 
18:01:33 [2020-10-05T18:01:33.144Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
18:01:33 [2020-10-05T18:01:33.144Z] #3 DONE 0.1s
18:01:33 [2020-10-05T18:01:33.144Z] 
18:01:33 [2020-10-05T18:01:33.144Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
18:01:33 [2020-10-05T18:01:33.144Z] #4 CACHED
18:01:33 [2020-10-05T18:01:33.191Z]     - CONFIG_BTRFS_FS: enabled (as module)
18:01:33 [2020-10-05T18:01:33.191Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
18:01:33 [2020-10-05T18:01:33.191Z]   - "devicemapper":
18:01:33 [2020-10-05T18:01:33.191Z]     - CONFIG_BLK_DEV_DM: enabled
18:01:33 [2020-10-05T18:01:33.191Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
18:01:33 [2020-10-05T18:01:33.191Z]   - "overlay":
18:01:33 [2020-10-05T18:01:33.191Z]     - CONFIG_OVERLAY_FS: enabled (as module)
18:01:33 [2020-10-05T18:01:33.191Z]   - "zfs":
18:01:33 [2020-10-05T18:01:33.191Z]     - /dev/zfs: present
18:01:33 [2020-10-05T18:01:33.191Z]     - zfs command: missing
18:01:33 [2020-10-05T18:01:33.191Z]     - zpool command: missing
18:01:33 [2020-10-05T18:01:33.191Z] 
18:01:33 [2020-10-05T18:01:33.191Z] Limits:
18:01:33 [2020-10-05T18:01:33.191Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
18:01:33 [2020-10-05T18:01:33.191Z] 
18:01:33 [2020-10-05T18:01:33.191Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
18:01:33 [2020-10-05T18:01:33.241Z] #21 transferring context: 52.00MB 1.0s done
18:01:33 [2020-10-05T18:01:33.241Z] #21 DONE 1.0s
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:01:33 [2020-10-05T18:01:33.241Z] #54 ...
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:33 [2020-10-05T18:01:33.241Z] #62 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
18:01:33 [2020-10-05T18:01:33.241Z] #57 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:01:33 [2020-10-05T18:01:33.241Z] #56 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
18:01:33 [2020-10-05T18:01:33.241Z] #58 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
18:01:33 [2020-10-05T18:01:33.241Z] #26 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:01:33 [2020-10-05T18:01:33.241Z] #18 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:33 [2020-10-05T18:01:33.241Z] #51 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #36 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
18:01:33 [2020-10-05T18:01:33.241Z] #14 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:01:33 [2020-10-05T18:01:33.241Z] #47 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #39 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #44 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
18:01:33 [2020-10-05T18:01:33.241Z] #29 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:01:33 [2020-10-05T18:01:33.241Z] #11 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
18:01:33 [2020-10-05T18:01:33.241Z] #37 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:33 [2020-10-05T18:01:33.241Z] #35 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #31 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:01:33 [2020-10-05T18:01:33.241Z] #34 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:01:33 [2020-10-05T18:01:33.241Z] #41 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
18:01:33 [2020-10-05T18:01:33.241Z] #42 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
18:01:33 [2020-10-05T18:01:33.241Z] #16 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:33 [2020-10-05T18:01:33.241Z] #40 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:33 [2020-10-05T18:01:33.241Z] #22 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
18:01:33 [2020-10-05T18:01:33.241Z] #28 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:01:33 [2020-10-05T18:01:33.241Z] #27 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
18:01:33 [2020-10-05T18:01:33.241Z] #19 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:01:33 [2020-10-05T18:01:33.241Z] #38 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:01:33 [2020-10-05T18:01:33.241Z] #30 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #50 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
18:01:33 [2020-10-05T18:01:33.241Z] #25 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #33 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
18:01:33 [2020-10-05T18:01:33.241Z] #23 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #48 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #17 [dev-systemd-false  6/26] RUN ldconfig
18:01:33 [2020-10-05T18:01:33.241Z] #17 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:01:33 [2020-10-05T18:01:33.241Z] #20 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
18:01:33 [2020-10-05T18:01:33.241Z] #15 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:33 [2020-10-05T18:01:33.241Z] #45 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:33 [2020-10-05T18:01:33.241Z] #43 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:33 [2020-10-05T18:01:33.241Z] #49 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:33 [2020-10-05T18:01:33.241Z] #32 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #46 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
18:01:33 [2020-10-05T18:01:33.241Z] #12 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
18:01:33 [2020-10-05T18:01:33.241Z] #13 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
18:01:33 [2020-10-05T18:01:33.241Z] #52 CACHED
18:01:33 [2020-10-05T18:01:33.241Z] 
18:01:33 [2020-10-05T18:01:33.241Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
[Pipeline] sh
18:01:33 [2020-10-05T18:01:33.262Z] Merging remotes/origin/master commit 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b into PR head commit cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:33 [2020-10-05T18:01:33.402Z] 
18:01:33 [2020-10-05T18:01:33.402Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
18:01:33 [2020-10-05T18:01:33.516Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 .
18:01:33 [2020-10-05T18:01:33.516Z] #2 [internal] load .dockerignore
18:01:33 [2020-10-05T18:01:33.516Z] #2 transferring context: 87B done
18:01:33 [2020-10-05T18:01:33.516Z] #2 DONE 0.0s
18:01:33 [2020-10-05T18:01:33.516Z] 
18:01:33 [2020-10-05T18:01:33.516Z] #1 [internal] load build definition from Dockerfile
18:01:33 [2020-10-05T18:01:33.516Z] #1 transferring dockerfile: 16.46kB done
18:01:33 [2020-10-05T18:01:33.516Z] #1 DONE 0.0s
18:01:33 [2020-10-05T18:01:33.516Z] 
18:01:33 [2020-10-05T18:01:33.516Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.442 + RM_GOPATH=0
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.442 + TMP_GOPATH=
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.442 + : /build
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.442 + '[' -z '' ']'
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.442 ++ mktemp -d
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.442 + export GOPATH=/tmp/tmp.77p4QdQDcx
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.442 + GOPATH=/tmp/tmp.77p4QdQDcx
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.442 + RM_GOPATH=1
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.443 + case "$(go env GOARCH)" in
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.443 ++ go env GOARCH
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.446 + export GO_BUILDMODE=-buildmode=pie
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.446 + GO_BUILDMODE=-buildmode=pie
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.446 ++ dirname /tmp/install/install.sh
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.446 + dir=/tmp/install
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 + bin=containerd
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 + shift
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 + '[' '!' -f /tmp/install/containerd.installer ']'
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 + . /tmp/install/containerd.installer
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 ++ set -e
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 + install_containerd
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 + git clone https://github.com/containerd/containerd.git /tmp/tmp.77p4QdQDcx/src/github.com/containerd/containerd
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.447 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
18:01:33 [2020-10-05T18:01:33.533Z] #54 0.448 Cloning into '/tmp/tmp.77p4QdQDcx/src/github.com/containerd/containerd'...
18:01:33 [2020-10-05T18:01:33.612Z] Fetching without tags
18:01:33 [2020-10-05T18:01:33.663Z] #7 ...
18:01:33 [2020-10-05T18:01:33.663Z] 
18:01:33 [2020-10-05T18:01:33.663Z] #6 [internal] load metadata for docker.io/library/debian:buster
18:01:33 [2020-10-05T18:01:33.663Z] #6 DONE 0.3s
18:01:33 [2020-10-05T18:01:33.663Z] 
18:01:33 [2020-10-05T18:01:33.663Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
18:01:33 [2020-10-05T18:01:33.663Z] #5 DONE 0.3s
18:01:33 [2020-10-05T18:01:33.663Z] 
18:01:33 [2020-10-05T18:01:33.663Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
18:01:33 [2020-10-05T18:01:33.663Z] #7 DONE 0.5s
18:01:33 [2020-10-05T18:01:33.694Z] Fetching without tags
18:01:33 [2020-10-05T18:01:33.667Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:33 [2020-10-05T18:01:33.678Z]  > git config --add remote.origin.fetch +refs/pull/41527/head:refs/remotes/origin/PR-41527 # timeout=10
18:01:33 [2020-10-05T18:01:33.684Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:33 [2020-10-05T18:01:33.692Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:33 [2020-10-05T18:01:33.700Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:33 [2020-10-05T18:01:33.700Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:33 [2020-10-05T18:01:33.701Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:33 [2020-10-05T18:01:33.583Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:33 [2020-10-05T18:01:33.587Z]  > git config --add remote.origin.fetch +refs/pull/41527/head:refs/remotes/origin/PR-41527 # timeout=10
18:01:33 [2020-10-05T18:01:33.589Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:33 [2020-10-05T18:01:33.604Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:01:33 [2020-10-05T18:01:33.619Z] Fetching upstream changes from https://github.com/moby/moby.git
18:01:33 [2020-10-05T18:01:33.619Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:33 [2020-10-05T18:01:33.620Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41527/head:refs/remotes/origin/PR-41527 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:01:33 [2020-10-05T18:01:33.775Z] #3 DONE 0.3s
18:01:33 [2020-10-05T18:01:33.775Z] 
18:01:33 [2020-10-05T18:01:33.775Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
18:01:33 [2020-10-05T18:01:33.775Z] #4 CACHED
18:01:33 [2020-10-05T18:01:33.295Z]  > git config core.sparsecheckout # timeout=10
18:01:33 [2020-10-05T18:01:33.347Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae...
18:01:33 [2020-10-05T18:01:33.922Z] #24 DONE 0.0s
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
18:01:33 [2020-10-05T18:01:33.922Z] #8 DONE 0.0s
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
18:01:33 [2020-10-05T18:01:33.922Z] #9 CACHED
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
18:01:33 [2020-10-05T18:01:33.922Z] #29 CACHED
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
18:01:33 [2020-10-05T18:01:33.922Z] #60 CACHED
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:01:33 [2020-10-05T18:01:33.922Z] #53 CACHED
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
18:01:33 [2020-10-05T18:01:33.922Z] #10 CACHED
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
18:01:33 [2020-10-05T18:01:33.922Z] #37 CACHED
18:01:33 [2020-10-05T18:01:33.922Z] 
18:01:33 [2020-10-05T18:01:33.922Z] #21 [internal] load build context
18:01:34 [2020-10-05T18:01:34.020Z] Merging remotes/origin/master commit 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b into PR head commit cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:34 [2020-10-05T18:01:34.031Z] 
18:01:34 [2020-10-05T18:01:34.031Z] #7 [internal] load metadata for docker.io/library/debian:buster
18:01:34 [2020-10-05T18:01:34.131Z] Merging remotes/origin/master commit 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b into PR head commit cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:34 [2020-10-05T18:01:34.633Z] #7 ...
18:01:34 [2020-10-05T18:01:34.633Z] 
18:01:34 [2020-10-05T18:01:34.633Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
18:01:34 [2020-10-05T18:01:34.633Z] #6 DONE 0.7s
18:01:34 [2020-10-05T18:01:34.743Z] Merge succeeded, producing cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:34 [2020-10-05T18:01:34.743Z] Checking out Revision cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 (PR-41527)
18:01:34 [2020-10-05T18:01:34.932Z] 
18:01:34 [2020-10-05T18:01:34.932Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
18:01:34 [2020-10-05T18:01:34.932Z] #5 DONE 1.1s
18:01:34 [2020-10-05T18:01:34.932Z] 
18:01:34 [2020-10-05T18:01:34.932Z] #7 [internal] load metadata for docker.io/library/debian:buster
18:01:35 [2020-10-05T18:01:35.116Z] Merge succeeded, producing cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:35 [2020-10-05T18:01:35.116Z] Checking out Revision cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 (PR-41527)
18:01:35 [2020-10-05T18:01:35.270Z] Commit message: "daemon: don't adjust oom-score if score is 0"
18:01:34 [2020-10-05T18:01:34.137Z]  > git config core.sparsecheckout # timeout=10
18:01:34 [2020-10-05T18:01:34.141Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:35 [2020-10-05T18:01:35.089Z]  > git remote # timeout=10
18:01:35 [2020-10-05T18:01:35.094Z]  > git config --get remote.origin.url # timeout=10
18:01:35 [2020-10-05T18:01:35.098Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:35 [2020-10-05T18:01:35.099Z]  > git merge 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b # timeout=10
18:01:35 [2020-10-05T18:01:35.114Z]  > git rev-parse HEAD^{commit} # timeout=10
18:01:35 [2020-10-05T18:01:35.123Z]  > git config core.sparsecheckout # timeout=10
18:01:35 [2020-10-05T18:01:35.127Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:34 [2020-10-05T18:01:34.027Z]  > git config core.sparsecheckout # timeout=10
18:01:34 [2020-10-05T18:01:34.029Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:34 [2020-10-05T18:01:34.701Z]  > git remote # timeout=10
18:01:34 [2020-10-05T18:01:34.703Z]  > git config --get remote.origin.url # timeout=10
18:01:34 [2020-10-05T18:01:34.709Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:34 [2020-10-05T18:01:34.710Z]  > git merge 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b # timeout=10
18:01:34 [2020-10-05T18:01:34.735Z]  > git rev-parse HEAD^{commit} # timeout=10
18:01:34 [2020-10-05T18:01:34.749Z]  > git config core.sparsecheckout # timeout=10
18:01:34 [2020-10-05T18:01:34.752Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
[Pipeline] withEnv
[Pipeline] {
18:01:35 [2020-10-05T18:01:35.783Z] Commit message: "daemon: don't adjust oom-score if score is 0"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
18:01:36 [2020-10-05T18:01:36.127Z] + docker version
18:01:36 [2020-10-05T18:01:36.127Z] Client: Docker Engine - Community
18:01:36 [2020-10-05T18:01:36.127Z]  Version:           19.03.13
18:01:36 [2020-10-05T18:01:36.127Z]  API version:       1.40
18:01:36 [2020-10-05T18:01:36.127Z]  Go version:        go1.13.15
18:01:36 [2020-10-05T18:01:36.127Z]  Git commit:        4484c46
18:01:36 [2020-10-05T18:01:36.127Z]  Built:             Wed Sep 16 17:03:45 2020
18:01:36 [2020-10-05T18:01:36.127Z]  OS/Arch:           linux/arm64
18:01:36 [2020-10-05T18:01:36.127Z]  Experimental:      false
18:01:36 [2020-10-05T18:01:36.127Z] 
18:01:36 [2020-10-05T18:01:36.127Z] Server: Docker Engine - Community
18:01:36 [2020-10-05T18:01:36.127Z]  Engine:
18:01:36 [2020-10-05T18:01:36.127Z]   Version:          19.03.13
18:01:36 [2020-10-05T18:01:36.127Z]   API version:      1.40 (minimum version 1.12)
18:01:36 [2020-10-05T18:01:36.127Z]   Go version:       go1.13.15
18:01:36 [2020-10-05T18:01:36.127Z]   Git commit:       4484c46
18:01:36 [2020-10-05T18:01:36.127Z]   Built:            Wed Sep 16 17:02:17 2020
18:01:36 [2020-10-05T18:01:36.127Z]   OS/Arch:          linux/arm64
18:01:36 [2020-10-05T18:01:36.127Z]   Experimental:     true
18:01:36 [2020-10-05T18:01:36.127Z]  containerd:
18:01:36 [2020-10-05T18:01:36.127Z]   Version:          1.3.7
18:01:36 [2020-10-05T18:01:36.127Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
18:01:36 [2020-10-05T18:01:36.127Z]  runc:
18:01:36 [2020-10-05T18:01:36.127Z]   Version:          1.0.0-rc10
18:01:36 [2020-10-05T18:01:36.127Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:36 [2020-10-05T18:01:36.127Z]  docker-init:
18:01:36 [2020-10-05T18:01:36.127Z]   Version:          0.18.0
18:01:36 [2020-10-05T18:01:36.127Z]   GitCommit:        fec3683
[Pipeline] sh
18:01:36 [2020-10-05T18:01:36.421Z] + docker info
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
18:01:36 [2020-10-05T18:01:36.589Z] Merge succeeded, producing cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:01:36 [2020-10-05T18:01:36.589Z] Checking out Revision cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 (PR-41527)
18:01:36 [2020-10-05T18:01:36.682Z] Client:
18:01:36 [2020-10-05T18:01:36.683Z]  Debug Mode: false
18:01:36 [2020-10-05T18:01:36.683Z] 
18:01:36 [2020-10-05T18:01:36.683Z] Server:
18:01:36 [2020-10-05T18:01:36.683Z]  Containers: 0
18:01:36 [2020-10-05T18:01:36.683Z]   Running: 0
18:01:36 [2020-10-05T18:01:36.683Z]   Paused: 0
18:01:36 [2020-10-05T18:01:36.683Z]   Stopped: 0
18:01:36 [2020-10-05T18:01:36.683Z]  Images: 1
18:01:36 [2020-10-05T18:01:36.683Z]  Server Version: 19.03.13
18:01:36 [2020-10-05T18:01:36.683Z]  Storage Driver: overlay2
18:01:36 [2020-10-05T18:01:36.683Z]   Backing Filesystem: extfs
18:01:36 [2020-10-05T18:01:36.683Z]   Supports d_type: true
18:01:36 [2020-10-05T18:01:36.683Z]   Native Overlay Diff: true
18:01:36 [2020-10-05T18:01:36.683Z]  Logging Driver: json-file
18:01:36 [2020-10-05T18:01:36.683Z]  Cgroup Driver: cgroupfs
18:01:36 [2020-10-05T18:01:36.683Z]  Plugins:
18:01:36 [2020-10-05T18:01:36.683Z]   Volume: local
18:01:36 [2020-10-05T18:01:36.683Z]   Network: bridge host ipvlan macvlan null overlay
18:01:36 [2020-10-05T18:01:36.683Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:01:36 [2020-10-05T18:01:36.683Z]  Swarm: inactive
18:01:36 [2020-10-05T18:01:36.683Z]  Runtimes: runc
18:01:36 [2020-10-05T18:01:36.683Z]  Default Runtime: runc
18:01:36 [2020-10-05T18:01:36.683Z]  Init Binary: docker-init
18:01:36 [2020-10-05T18:01:36.683Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
18:01:36 [2020-10-05T18:01:36.683Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
18:01:36 [2020-10-05T18:01:36.683Z]  init version: fec3683
18:01:36 [2020-10-05T18:01:36.683Z]  Security Options:
18:01:36 [2020-10-05T18:01:36.683Z]   apparmor
18:01:36 [2020-10-05T18:01:36.683Z]   seccomp
18:01:36 [2020-10-05T18:01:36.683Z]    Profile: default
18:01:36 [2020-10-05T18:01:36.683Z]  Kernel Version: 4.15.0-1083-aws
18:01:36 [2020-10-05T18:01:36.683Z]  Operating System: Ubuntu 16.04.7 LTS
18:01:36 [2020-10-05T18:01:36.683Z]  OSType: linux
18:01:36 [2020-10-05T18:01:36.683Z]  Architecture: aarch64
18:01:36 [2020-10-05T18:01:36.683Z]  CPUs: 4
18:01:36 [2020-10-05T18:01:36.683Z]  Total Memory: 7.525GiB
18:01:36 [2020-10-05T18:01:36.683Z]  Name: ip-10-100-62-15
18:01:36 [2020-10-05T18:01:36.683Z]  ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW
18:01:36 [2020-10-05T18:01:36.683Z]  Docker Root Dir: /var/lib/docker
18:01:36 [2020-10-05T18:01:36.683Z]  Debug Mode: false
18:01:36 [2020-10-05T18:01:36.683Z]  Registry: https://index.docker.io/v1/
18:01:36 [2020-10-05T18:01:36.683Z]  Labels:
18:01:36 [2020-10-05T18:01:36.683Z]  Experimental: true
18:01:36 [2020-10-05T18:01:36.683Z]  Insecure Registries:
18:01:36 [2020-10-05T18:01:36.683Z]   127.0.0.0/8
18:01:36 [2020-10-05T18:01:36.683Z]  Live Restore Enabled: true
18:01:36 [2020-10-05T18:01:36.683Z] 
18:01:36 [2020-10-05T18:01:36.683Z] WARNING: No swap limit support
[Pipeline] sh
18:01:36 [2020-10-05T18:01:36.838Z] + docker version
18:01:36 [2020-10-05T18:01:36.838Z] Client:
18:01:36 [2020-10-05T18:01:36.838Z]  Version:           18.06.1-ce
18:01:36 [2020-10-05T18:01:36.838Z]  API version:       1.38
18:01:36 [2020-10-05T18:01:36.838Z]  Go version:        go1.10.3
18:01:36 [2020-10-05T18:01:36.838Z]  Git commit:        e68fc7a
18:01:36 [2020-10-05T18:01:36.838Z]  Built:             Tue Aug 21 17:26:10 2018
18:01:36 [2020-10-05T18:01:36.838Z]  OS/Arch:           linux/ppc64le
18:01:36 [2020-10-05T18:01:36.838Z]  Experimental:      false
18:01:36 [2020-10-05T18:01:36.838Z] 
18:01:36 [2020-10-05T18:01:36.838Z] Server:
18:01:36 [2020-10-05T18:01:36.838Z]  Engine:
18:01:36 [2020-10-05T18:01:36.838Z]   Version:          18.06.1-ce
18:01:36 [2020-10-05T18:01:36.838Z]   API version:      1.38 (minimum version 1.12)
18:01:36 [2020-10-05T18:01:36.838Z]   Go version:       go1.10.3
18:01:36 [2020-10-05T18:01:36.838Z]   Git commit:       e68fc7a
18:01:36 [2020-10-05T18:01:36.838Z]   Built:            Tue Aug 21 17:24:20 2018
18:01:36 [2020-10-05T18:01:36.838Z]   OS/Arch:          linux/ppc64le
18:01:36 [2020-10-05T18:01:36.838Z]   Experimental:     true
[Pipeline] sh
18:01:36 [2020-10-05T18:01:36.902Z] Commit message: "daemon: don't adjust oom-score if score is 0"
18:01:36 [2020-10-05T18:01:36.975Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:36 [2020-10-05T18:01:36.975Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:36 [2020-10-05T18:01:36.975Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41527/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
18:01:36 [2020-10-05T18:01:36.975Z] + bash /home/ubuntu/workspace/moby_PR-41527/check-config.sh
18:01:36 [2020-10-05T18:01:36.975Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
18:01:36 [2020-10-05T18:01:36.975Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ...
18:01:36 [2020-10-05T18:01:36.975Z] 
18:01:36 [2020-10-05T18:01:36.975Z] Generally Necessary:
18:01:36 [2020-10-05T18:01:36.975Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
18:01:36 [2020-10-05T18:01:36.975Z] - apparmor: enabled and tools installed
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_NAMESPACES: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_NET_NS: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_PID_NS: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_IPC_NS: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_UTS_NS: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_CGROUPS: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_CGROUP_CPUACCT: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_CGROUP_DEVICE: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_CGROUP_FREEZER: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_CGROUP_SCHED: enabled
18:01:36 [2020-10-05T18:01:36.975Z] - CONFIG_CPUSETS: enabled
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.788 + cd /tmp/tmp.77p4QdQDcx/src/github.com/containerd/containerd
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.788 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.985 + export 'BUILDTAGS=netgo osusergo static_build'
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.985 + BUILDTAGS='netgo osusergo static_build'
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.986 + export EXTRA_FLAGS=-buildmode=pie
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.986 + EXTRA_FLAGS=-buildmode=pie
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.986 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.986 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.986 + '[' '' = dynamic ']'
18:01:37 [2020-10-05T18:01:37.054Z] #54 3.986 + make
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_MEMCG: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_KEYS: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_VETH: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_BRIDGE: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_IP_NF_FILTER: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_IP_NF_NAT: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_NF_NAT: enabled (as module)
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_NF_NAT_NEEDED: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_POSIX_MQUEUE: enabled
18:01:37 [2020-10-05T18:01:37.237Z] 
18:01:37 [2020-10-05T18:01:37.237Z] Optional Features:
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_USER_NS: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_SECCOMP: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_CGROUP_PIDS: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_MEMCG_SWAP: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
18:01:37 [2020-10-05T18:01:37.237Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_BLK_CGROUP: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_BLK_DEV_THROTTLING: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_IOSCHED_CFQ: enabled
18:01:37 [2020-10-05T18:01:37.237Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
18:01:37 [2020-10-05T18:01:37.238Z] - CONFIG_CGROUP_PERF: enabled
18:01:37 [2020-10-05T18:01:37.263Z] + docker info
18:01:37 [2020-10-05T18:01:37.263Z] Containers: 1
18:01:37 [2020-10-05T18:01:37.263Z]  Running: 1
18:01:37 [2020-10-05T18:01:37.263Z]  Paused: 0
18:01:37 [2020-10-05T18:01:37.263Z]  Stopped: 0
18:01:37 [2020-10-05T18:01:37.263Z] Images: 13
18:01:37 [2020-10-05T18:01:37.263Z] Server Version: 18.06.1-ce
18:01:37 [2020-10-05T18:01:37.263Z] Storage Driver: overlay2
18:01:37 [2020-10-05T18:01:37.263Z]  Backing Filesystem: extfs
18:01:37 [2020-10-05T18:01:37.263Z]  Supports d_type: true
18:01:37 [2020-10-05T18:01:37.263Z]  Native Overlay Diff: true
18:01:37 [2020-10-05T18:01:37.263Z] Logging Driver: json-file
18:01:37 [2020-10-05T18:01:37.263Z] Cgroup Driver: cgroupfs
18:01:37 [2020-10-05T18:01:37.263Z] Plugins:
18:01:37 [2020-10-05T18:01:37.263Z]  Volume: local
18:01:37 [2020-10-05T18:01:37.263Z]  Network: bridge host ipvlan macvlan null overlay
18:01:37 [2020-10-05T18:01:37.263Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
18:01:37 [2020-10-05T18:01:37.263Z] Swarm: inactive
18:01:37 [2020-10-05T18:01:37.263Z] Runtimes: runc
18:01:37 [2020-10-05T18:01:37.263Z] Default Runtime: runc
18:01:37 [2020-10-05T18:01:37.263Z] Init Binary: docker-init
18:01:37 [2020-10-05T18:01:37.263Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
18:01:37 [2020-10-05T18:01:37.263Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
18:01:37 [2020-10-05T18:01:37.263Z] init version: fec3683
18:01:37 [2020-10-05T18:01:37.263Z] Security Options:
18:01:37 [2020-10-05T18:01:37.263Z]  apparmor
18:01:37 [2020-10-05T18:01:37.263Z]  seccomp
18:01:37 [2020-10-05T18:01:37.263Z]   Profile: default
18:01:37 [2020-10-05T18:01:37.263Z] Kernel Version: 4.4.0-139-generic
18:01:37 [2020-10-05T18:01:37.263Z] Operating System: Ubuntu 16.04.3 LTS
18:01:37 [2020-10-05T18:01:37.263Z] OSType: linux
18:01:37 [2020-10-05T18:01:37.263Z] Architecture: ppc64le
18:01:37 [2020-10-05T18:01:37.263Z] CPUs: 4
18:01:37 [2020-10-05T18:01:37.263Z] Total Memory: 7.972GiB
18:01:37 [2020-10-05T18:01:37.263Z] Name: ppc64le-ubuntu-12
18:01:37 [2020-10-05T18:01:37.263Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
18:01:37 [2020-10-05T18:01:37.263Z] Docker Root Dir: /var/lib/docker
18:01:37 [2020-10-05T18:01:37.263Z] Debug Mode (client): false
18:01:37 [2020-10-05T18:01:37.263Z] Debug Mode (server): false
18:01:37 [2020-10-05T18:01:37.263Z] Username: dockerbuildbot
18:01:37 [2020-10-05T18:01:37.263Z] Registry: https://index.docker.io/v1/
18:01:37 [2020-10-05T18:01:37.263Z] Labels:
18:01:37 [2020-10-05T18:01:37.263Z] Experimental: true
18:01:37 [2020-10-05T18:01:37.263Z] Insecure Registries:
18:01:37 [2020-10-05T18:01:37.263Z]  127.0.0.0/8
18:01:37 [2020-10-05T18:01:37.263Z] Live Restore Enabled: false
18:01:37 [2020-10-05T18:01:37.263Z] 
18:01:37 [2020-10-05T18:01:37.346Z] #54 4.205 + bin/ctr
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_CGROUP_HUGETLB: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_CGROUP_NET_PRIO: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_CFS_BANDWIDTH: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_FAIR_GROUP_SCHED: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_RT_GROUP_SCHED: missing
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_IP_VS: enabled (as module)
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_IP_VS_NFCT: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_IP_VS_PROTO_TCP: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_IP_VS_PROTO_UDP: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_IP_VS_RR: enabled (as module)
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_EXT4_FS: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - CONFIG_EXT4_FS_SECURITY: enabled
18:01:37 [2020-10-05T18:01:37.500Z] - Network Drivers:
18:01:37 [2020-10-05T18:01:37.500Z]   - "overlay":
18:01:37 [2020-10-05T18:01:37.500Z]     - CONFIG_VXLAN: enabled (as module)
18:01:37 [2020-10-05T18:01:37.500Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
18:01:37 [2020-10-05T18:01:37.500Z]       Optional (for encrypted networks):
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_CRYPTO: enabled
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_CRYPTO_AEAD: enabled
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_CRYPTO_GCM: enabled
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_CRYPTO_SEQIV: enabled
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_CRYPTO_GHASH: enabled
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_XFRM: enabled
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_XFRM_USER: enabled (as module)
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_XFRM_ALGO: enabled (as module)
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_INET_ESP: enabled (as module)
18:01:37 [2020-10-05T18:01:37.500Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
18:01:37 [2020-10-05T18:01:37.743Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:37 [2020-10-05T18:01:37.743Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
18:01:37 [2020-10-05T18:01:37.743Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41527/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
18:01:37 [2020-10-05T18:01:37.743Z] + bash /home/docker/workspace/moby_PR-41527/check-config.sh
18:01:37 [2020-10-05T18:01:37.743Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
18:01:37 [2020-10-05T18:01:37.743Z] info: reading kernel config from /boot/config-4.4.0-139-generic ...
18:01:37 [2020-10-05T18:01:37.743Z] 
18:01:37 [2020-10-05T18:01:37.743Z] Generally Necessary:
18:01:37 [2020-10-05T18:01:37.743Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
18:01:37 [2020-10-05T18:01:37.743Z] - apparmor: enabled and tools installed
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_NAMESPACES: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_NET_NS: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_PID_NS: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_IPC_NS: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_UTS_NS: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_CGROUPS: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_CGROUP_CPUACCT: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_CGROUP_DEVICE: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_CGROUP_FREEZER: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_CGROUP_SCHED: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_CPUSETS: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_MEMCG: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_KEYS: enabled
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_VETH: enabled (as module)
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_BRIDGE: enabled (as module)
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
18:01:37 [2020-10-05T18:01:37.743Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
18:01:36 [2020-10-05T18:01:36.270Z]  > git remote # timeout=10
18:01:36 [2020-10-05T18:01:36.320Z]  > git config --get remote.origin.url # timeout=10
18:01:36 [2020-10-05T18:01:36.366Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:01:36 [2020-10-05T18:01:36.368Z]  > git merge 1a5b7f50bcc0da1ba6072e12f7ae7b73a3e5a89b # timeout=10
18:01:36 [2020-10-05T18:01:36.491Z]  > git rev-parse "HEAD^{commit}" # timeout=10
18:01:36 [2020-10-05T18:01:36.623Z]  > git config core.sparsecheckout # timeout=10
18:01:36 [2020-10-05T18:01:36.673Z]  > git checkout -f cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 # timeout=10
18:01:37 [2020-10-05T18:01:37.761Z]   - "ipvlan":
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_IPVLAN: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]   - "macvlan":
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_MACVLAN: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_DUMMY: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]   - "ftp,tftp client in container":
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z] - Storage Drivers:
18:01:37 [2020-10-05T18:01:37.762Z]   - "aufs":
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_AUFS_FS: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]   - "btrfs":
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_BTRFS_FS: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
18:01:37 [2020-10-05T18:01:37.762Z]   - "devicemapper":
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_BLK_DEV_DM: enabled
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]   - "overlay":
18:01:37 [2020-10-05T18:01:37.762Z]     - CONFIG_OVERLAY_FS: enabled (as module)
18:01:37 [2020-10-05T18:01:37.762Z]   - "zfs":
18:01:37 [2020-10-05T18:01:37.762Z]     - /dev/zfs: missing
18:01:37 [2020-10-05T18:01:37.762Z]     - zfs command: missing
18:01:37 [2020-10-05T18:01:37.762Z]     - zpool command: missing
18:01:37 [2020-10-05T18:01:37.762Z] 
18:01:37 [2020-10-05T18:01:37.762Z] Limits:
18:01:37 [2020-10-05T18:01:37.762Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
18:01:37 [2020-10-05T18:01:37.762Z] 
18:01:37 [2020-10-05T18:01:37.762Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_NF_FILTER: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_NF_NAT: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_NF_NAT: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_NF_NAT_NEEDED: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_POSIX_MQUEUE: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
18:01:38 [2020-10-05T18:01:38.042Z] 
18:01:38 [2020-10-05T18:01:38.042Z] Optional Features:
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_USER_NS: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_SECCOMP: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_CGROUP_PIDS: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_MEMCG_SWAP: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
18:01:38 [2020-10-05T18:01:38.042Z]     (cgroup swap accounting is currently enabled)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_MEMCG_KMEM: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_BLK_CGROUP: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_BLK_DEV_THROTTLING: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IOSCHED_CFQ: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_CGROUP_PERF: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_CGROUP_HUGETLB: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_CGROUP_NET_PRIO: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_CFS_BANDWIDTH: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_FAIR_GROUP_SCHED: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_RT_GROUP_SCHED: missing
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_VS: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_VS_NFCT: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_VS_PROTO_TCP: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_VS_PROTO_UDP: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_IP_VS_RR: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_EXT4_FS: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - CONFIG_EXT4_FS_SECURITY: enabled
18:01:38 [2020-10-05T18:01:38.042Z] - Network Drivers:
18:01:38 [2020-10-05T18:01:38.042Z]   - "overlay":
18:01:38 [2020-10-05T18:01:38.042Z]     - CONFIG_VXLAN: enabled (as module)
18:01:38 [2020-10-05T18:01:38.042Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
18:01:38 [2020-10-05T18:01:38.042Z]       Optional (for encrypted networks):
18:01:38 [2020-10-05T18:01:38.119Z] #21 transferring context: 52.00MB 3.7s done
18:01:38 [2020-10-05T18:01:38.119Z] #21 DONE 3.8s
18:01:38 [2020-10-05T18:01:38.119Z] 
18:01:38 [2020-10-05T18:01:38.119Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
18:01:38 [2020-10-05T18:01:38.119Z] #26 CACHED
18:01:38 [2020-10-05T18:01:38.119Z] 
18:01:38 [2020-10-05T18:01:38.119Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
18:01:38 [2020-10-05T18:01:38.119Z] #25 CACHED
18:01:38 [2020-10-05T18:01:38.119Z] 
18:01:38 [2020-10-05T18:01:38.119Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:01:38 [2020-10-05T18:01:38.119Z] #27 CACHED
18:01:38 [2020-10-05T18:01:38.119Z] 
18:01:38 [2020-10-05T18:01:38.119Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:38 [2020-10-05T18:01:38.119Z] #62 CACHED
18:01:38 [2020-10-05T18:01:38.119Z] 
18:01:38 [2020-10-05T18:01:38.119Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:38 [2020-10-05T18:01:38.119Z] #32 ...
18:01:38 [2020-10-05T18:01:38.119Z] 
18:01:38 [2020-10-05T18:01:38.119Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:38 [2020-10-05T18:01:38.119Z] #22 CACHED
18:01:38 [2020-10-05T18:01:38.119Z] 
18:01:38 [2020-10-05T18:01:38.119Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:38 [2020-10-05T18:01:38.305Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 .
18:01:38 [2020-10-05T18:01:38.306Z] #1 [internal] load .dockerignore
18:01:38 [2020-10-05T18:01:38.306Z] #1 DONE 0.0s
18:01:38 [2020-10-05T18:01:38.306Z] 
18:01:38 [2020-10-05T18:01:38.306Z] #2 [internal] load build definition from Dockerfile
18:01:38 [2020-10-05T18:01:38.306Z] #2 DONE 0.0s
18:01:38 [2020-10-05T18:01:38.306Z] 
18:01:38 [2020-10-05T18:01:38.306Z] #1 [internal] load .dockerignore
18:01:38 [2020-10-05T18:01:38.306Z] #1 transferring context: 87B done
18:01:38 [2020-10-05T18:01:38.306Z] #1 DONE 0.0s
18:01:38 [2020-10-05T18:01:38.306Z] 
18:01:38 [2020-10-05T18:01:38.306Z] #2 [internal] load build definition from Dockerfile
18:01:38 [2020-10-05T18:01:38.306Z] #2 transferring dockerfile: 16.46kB done
18:01:38 [2020-10-05T18:01:38.306Z] #2 DONE 0.0s
18:01:38 [2020-10-05T18:01:38.306Z] 
18:01:38 [2020-10-05T18:01:38.306Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_CRYPTO: enabled
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_XFRM: enabled
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_XFRM_USER: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_XFRM_ALGO: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_INET_ESP: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]   - "ipvlan":
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_IPVLAN: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]   - "macvlan":
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_MACVLAN: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_DUMMY: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]   - "ftp,tftp client in container":
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z] - Storage Drivers:
18:01:38 [2020-10-05T18:01:38.335Z]   - "aufs":
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_AUFS_FS: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]   - "btrfs":
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_BTRFS_FS: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
18:01:38 [2020-10-05T18:01:38.335Z]   - "devicemapper":
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_BLK_DEV_DM: enabled
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]   - "overlay":
18:01:38 [2020-10-05T18:01:38.335Z]     - CONFIG_OVERLAY_FS: enabled (as module)
18:01:38 [2020-10-05T18:01:38.335Z]   - "zfs":
18:01:38 [2020-10-05T18:01:38.335Z]     - /dev/zfs: missing
18:01:38 [2020-10-05T18:01:38.335Z]     - zfs command: missing
18:01:38 [2020-10-05T18:01:38.335Z]     - zpool command: missing
18:01:38 [2020-10-05T18:01:38.335Z] 
18:01:38 [2020-10-05T18:01:38.335Z] Limits:
18:01:38 [2020-10-05T18:01:38.335Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
18:01:38 [2020-10-05T18:01:38.335Z] 
18:01:38 [2020-10-05T18:01:38.335Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
18:01:38 [2020-10-05T18:01:38.413Z] + docker version
18:01:38 [2020-10-05T18:01:38.413Z] Client: Docker Engine - Enterprise
18:01:38 [2020-10-05T18:01:38.413Z]  Version:           19.03.12
18:01:38 [2020-10-05T18:01:38.413Z]  API version:       1.40
18:01:38 [2020-10-05T18:01:38.413Z]  Go version:        go1.13.13
18:01:38 [2020-10-05T18:01:38.413Z]  Git commit:        4306744
18:01:38 [2020-10-05T18:01:38.413Z]  Built:             08/05/2020 19:27:53
18:01:38 [2020-10-05T18:01:38.413Z]  OS/Arch:           windows/amd64
18:01:38 [2020-10-05T18:01:38.413Z]  Experimental:      false
18:01:38 [2020-10-05T18:01:38.413Z] 
18:01:38 [2020-10-05T18:01:38.413Z] Server: Docker Engine - Enterprise
18:01:38 [2020-10-05T18:01:38.413Z]  Engine:
18:01:38 [2020-10-05T18:01:38.413Z]   Version:          19.03.12
18:01:38 [2020-10-05T18:01:38.413Z]   API version:      1.40 (minimum version 1.24)
18:01:38 [2020-10-05T18:01:38.413Z]   Go version:       go1.13.13
18:01:38 [2020-10-05T18:01:38.413Z]   Git commit:       f295753ffd
18:01:38 [2020-10-05T18:01:38.413Z]   Built:            08/05/2020 19:26:41
18:01:38 [2020-10-05T18:01:38.413Z]   OS/Arch:          windows/amd64
18:01:38 [2020-10-05T18:01:38.413Z]   Experimental:     true
[Pipeline] sh
[Pipeline] sh
18:01:38 [2020-10-05T18:01:38.567Z] #3 DONE 0.3s
18:01:38 [2020-10-05T18:01:38.567Z] 
18:01:38 [2020-10-05T18:01:38.567Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
18:01:38 [2020-10-05T18:01:38.567Z] #4 CACHED
18:01:38 [2020-10-05T18:01:38.779Z] + make bundles/buildx
18:01:38 [2020-10-05T18:01:38.829Z] 
18:01:38 [2020-10-05T18:01:38.829Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
18:01:38 [2020-10-05T18:01:38.829Z] #5 ...
18:01:38 [2020-10-05T18:01:38.829Z] 
18:01:38 [2020-10-05T18:01:38.829Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
18:01:38 [2020-10-05T18:01:38.829Z] #7 DONE 0.1s
18:01:39 [2020-10-05T18:01:39.074Z] make: command: Command not found
18:01:39 [2020-10-05T18:01:39.074Z] make: command: Command not found
18:01:39 [2020-10-05T18:01:39.074Z] mkdir bundles
18:01:39 [2020-10-05T18:01:39.074Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
18:01:39 [2020-10-05T18:01:39.074Z] 	--build-arg BUILDX_COMMIT \
18:01:39 [2020-10-05T18:01:39.074Z] 	--build-arg BUILDX_REPO \
18:01:39 [2020-10-05T18:01:39.075Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
18:01:39 [2020-10-05T18:01:39.075Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
18:01:39 [2020-10-05T18:01:39.075Z] 	.
18:01:39 [2020-10-05T18:01:39.075Z] /bin/sh: 4: go: not found
18:01:39 [2020-10-05T18:01:39.075Z] /bin/sh: 5: go: not found
18:01:39 [2020-10-05T18:01:39.091Z] 
18:01:39 [2020-10-05T18:01:39.091Z] #6 [internal] load metadata for docker.io/library/debian:buster
18:01:39 [2020-10-05T18:01:39.178Z] #7 DONE 5.1s
18:01:39 [2020-10-05T18:01:39.178Z] 
18:01:39 [2020-10-05T18:01:39.178Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
18:01:39 [2020-10-05T18:01:39.178Z] #8 DONE 0.0s
18:01:39 [2020-10-05T18:01:39.178Z] 
18:01:39 [2020-10-05T18:01:39.178Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae...
18:01:39 [2020-10-05T18:01:39.178Z] #24 DONE 0.0s
18:01:39 [2020-10-05T18:01:39.178Z] 
18:01:39 [2020-10-05T18:01:39.178Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
18:01:39 [2020-10-05T18:01:39.178Z] #9 CACHED
18:01:39 [2020-10-05T18:01:39.178Z] 
18:01:39 [2020-10-05T18:01:39.178Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
18:01:39 [2020-10-05T18:01:39.178Z] #29 CACHED
18:01:39 [2020-10-05T18:01:39.178Z] 
18:01:39 [2020-10-05T18:01:39.178Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
18:01:39 [2020-10-05T18:01:39.178Z] #60 CACHED
18:01:39 [2020-10-05T18:01:39.178Z] 
18:01:39 [2020-10-05T18:01:39.178Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
18:01:39 [2020-10-05T18:01:39.178Z] #10 CACHED
18:01:39 [2020-10-05T18:01:39.178Z] 
18:01:39 [2020-10-05T18:01:39.178Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
18:01:39 [2020-10-05T18:01:39.178Z] #37 CACHED
18:01:39 [2020-10-05T18:01:39.178Z] 
18:01:39 [2020-10-05T18:01:39.178Z] #21 [internal] load build context
18:01:39 [2020-10-05T18:01:39.178Z] #21 transferring context: 30B
18:01:39 [2020-10-05T18:01:39.362Z] #6 ...
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
18:01:39 [2020-10-05T18:01:39.362Z] #5 DONE 0.3s
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #6 [internal] load metadata for docker.io/library/debian:buster
18:01:39 [2020-10-05T18:01:39.362Z] #6 DONE 0.5s
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
18:01:39 [2020-10-05T18:01:39.362Z] #8 DONE 0.0s
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae...
18:01:39 [2020-10-05T18:01:39.362Z] #24 DONE 0.0s
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
18:01:39 [2020-10-05T18:01:39.362Z] #9 CACHED
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
18:01:39 [2020-10-05T18:01:39.362Z] #29 CACHED
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
18:01:39 [2020-10-05T18:01:39.362Z] #10 CACHED
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
18:01:39 [2020-10-05T18:01:39.362Z] #60 CACHED
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
18:01:39 [2020-10-05T18:01:39.362Z] #37 CACHED
18:01:39 [2020-10-05T18:01:39.362Z] 
18:01:39 [2020-10-05T18:01:39.362Z] #21 [internal] load build context
18:01:39 [2020-10-05T18:01:39.443Z] + docker info
18:01:39 [2020-10-05T18:01:39.901Z] Client:
18:01:39 [2020-10-05T18:01:39.901Z]  Debug Mode: false
18:01:39 [2020-10-05T18:01:39.901Z]  Plugins:
18:01:39 [2020-10-05T18:01:39.901Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
18:01:39 [2020-10-05T18:01:39.901Z] 
18:01:39 [2020-10-05T18:01:39.901Z] Server:
18:01:39 [2020-10-05T18:01:39.901Z]  Containers: 1
18:01:39 [2020-10-05T18:01:39.901Z]   Running: 0
18:01:39 [2020-10-05T18:01:39.901Z]   Paused: 0
18:01:39 [2020-10-05T18:01:39.901Z]   Stopped: 1
18:01:39 [2020-10-05T18:01:39.901Z]  Images: 10
18:01:39 [2020-10-05T18:01:39.901Z]  Server Version: 19.03.12
18:01:39 [2020-10-05T18:01:39.901Z]  Storage Driver: windowsfilter (windows) lcow (linux)
18:01:39 [2020-10-05T18:01:39.901Z]   Windows: 
18:01:39 [2020-10-05T18:01:39.901Z]   LCOW: 
18:01:39 [2020-10-05T18:01:39.901Z]  Logging Driver: json-file
18:01:39 [2020-10-05T18:01:39.901Z]  Plugins:
18:01:39 [2020-10-05T18:01:39.901Z]   Volume: local
18:01:39 [2020-10-05T18:01:39.901Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:01:39 [2020-10-05T18:01:39.901Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:01:39 [2020-10-05T18:01:39.902Z]  Swarm: inactive
18:01:39 [2020-10-05T18:01:39.902Z]  Default Isolation: process
18:01:39 [2020-10-05T18:01:39.902Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
18:01:39 [2020-10-05T18:01:39.902Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
18:01:39 [2020-10-05T18:01:39.902Z]  OSType: windows
18:01:39 [2020-10-05T18:01:39.902Z]  Architecture: x86_64
18:01:39 [2020-10-05T18:01:39.902Z]  CPUs: 4
18:01:39 [2020-10-05T18:01:39.902Z]  Total Memory: 32GiB
18:01:39 [2020-10-05T18:01:39.902Z]  Name: azwin-2-5049a0
18:01:39 [2020-10-05T18:01:39.902Z]  ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2
18:01:39 [2020-10-05T18:01:39.902Z]  Docker Root Dir: D:\docker
18:01:39 [2020-10-05T18:01:39.902Z]  Debug Mode: false
18:01:39 [2020-10-05T18:01:39.902Z]  Registry: https://index.docker.io/v1/
18:01:39 [2020-10-05T18:01:39.902Z]  Labels:
18:01:39 [2020-10-05T18:01:39.902Z]  Experimental: true
18:01:39 [2020-10-05T18:01:39.902Z]  Insecure Registries:
18:01:39 [2020-10-05T18:01:39.902Z]   10.0.0.4:5000
18:01:39 [2020-10-05T18:01:39.902Z]   127.0.0.0/8
18:01:39 [2020-10-05T18:01:39.902Z]  Registry Mirrors:
18:01:39 [2020-10-05T18:01:39.902Z]   http://10.0.0.4:5000/
18:01:39 [2020-10-05T18:01:39.902Z]  Live Restore Enabled: false
18:01:39 [2020-10-05T18:01:39.902Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
18:01:41 [2020-10-05T18:01:41.183Z] Sending build context to Docker daemon  56.82MB

18:01:41 [2020-10-05T18:01:41.183Z] Step 1/15 : ARG GO_VERSION=1.13.15
18:01:41 [2020-10-05T18:01:41.183Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1
18:01:41 [2020-10-05T18:01:41.183Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
18:01:41 [2020-10-05T18:01:41.183Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 805dc2d65d1c
18:01:41 [2020-10-05T18:01:41.183Z] Step 5/15 : ARG BUILDX_REPO
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 2c20fb8fc30c
18:01:41 [2020-10-05T18:01:41.183Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 993a7a0761fb
18:01:41 [2020-10-05T18:01:41.183Z] Step 7/15 : WORKDIR /buildx
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 5acaf461af8b
18:01:41 [2020-10-05T18:01:41.183Z] Step 8/15 : ARG BUILDX_COMMIT
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 64a338f0f667
18:01:41 [2020-10-05T18:01:41.183Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 50fbef337e0b
18:01:41 [2020-10-05T18:01:41.183Z] Step 10/15 : ARG GOOS
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 26f304462127
18:01:41 [2020-10-05T18:01:41.183Z] Step 11/15 : ARG GOARCH
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> b6700efc7327
18:01:41 [2020-10-05T18:01:41.183Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}";     pkg="github.com/docker/buildx";     ldflags="      -X \"${pkg}/version.Version=$(git describe --tags)\"       -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\"       -X \"${pkg}/version.Package=buildx\"     ";     go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 12c224476681
18:01:41 [2020-10-05T18:01:41.183Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 805dc2d65d1c
18:01:41 [2020-10-05T18:01:41.183Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> a37a7d9eda2f
18:01:41 [2020-10-05T18:01:41.183Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
18:01:41 [2020-10-05T18:01:41.183Z]  ---> Using cache
18:01:41 [2020-10-05T18:01:41.183Z]  ---> 070884979d37
18:01:41 [2020-10-05T18:01:41.183Z] Successfully built 070884979d37
18:01:41 [2020-10-05T18:01:41.183Z] Successfully tagged moby-buildx:latest
18:01:41 [2020-10-05T18:01:41.183Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
18:01:41 [2020-10-05T18:01:41.183Z] if [ -n "${id}" ]; then \
18:01:41 [2020-10-05T18:01:41.183Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
18:01:41 [2020-10-05T18:01:41.183Z] 	&& touch bundles/buildx; \
18:01:41 [2020-10-05T18:01:41.183Z] 	docker rm -f ${id}; \
18:01:41 [2020-10-05T18:01:41.183Z] fi
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.523 + RM_GOPATH=0
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.523 + TMP_GOPATH=
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.523 + : /build
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.523 + '[' -z '' ']'
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.523 ++ mktemp -d
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.528 + export GOPATH=/tmp/tmp.84nTmNbAoT
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.528 + GOPATH=/tmp/tmp.84nTmNbAoT
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.528 + RM_GOPATH=1
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.528 + case "$(go env GOARCH)" in
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.530 ++ go env GOARCH
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.573 + export GO_BUILDMODE=-buildmode=pie
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.573 + GO_BUILDMODE=-buildmode=pie
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.573 ++ dirname /tmp/install/install.sh
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 + dir=/tmp/install
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 + bin=vndr
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 + shift
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 + '[' '!' -f /tmp/install/vndr.installer ']'
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 + . /tmp/install/vndr.installer
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 + install_vndr
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.574 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.577 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.84nTmNbAoT/src/github.com/LK4D4/vndr
18:01:41 [2020-10-05T18:01:41.410Z] #43 3.592 Cloning into '/tmp/tmp.84nTmNbAoT/src/github.com/LK4D4/vndr'...
18:01:41 [2020-10-05T18:01:41.478Z] 630d4a47a9462be898c7e3fb8a7a757bf52e0e0b1edceae5455d04fce5958220
18:01:41 [2020-10-05T18:01:41.478Z] bundles/buildx version
18:01:41 [2020-10-05T18:01:41.478Z] buildx v0.3.1 6db68d0
18:01:41 [2020-10-05T18:01:41.478Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 .
18:01:41 [2020-10-05T18:01:41.772Z] #2 [internal] load .dockerignore
18:01:41 [2020-10-05T18:01:41.772Z] #2 transferring context: 87B done
18:01:41 [2020-10-05T18:01:41.772Z] #2 DONE 0.0s
18:01:41 [2020-10-05T18:01:41.772Z] 
18:01:41 [2020-10-05T18:01:41.772Z] #1 [internal] load build definition from Dockerfile
18:01:41 [2020-10-05T18:01:41.772Z] #1 transferring dockerfile: 16.45kB done
18:01:41 [2020-10-05T18:01:41.772Z] #1 DONE 0.0s
18:01:41 [2020-10-05T18:01:41.772Z] 
18:01:41 [2020-10-05T18:01:41.772Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
18:01:41 [2020-10-05T18:01:41.976Z] #43 4.254 + cd /tmp/tmp.84nTmNbAoT/src/github.com/LK4D4/vndr
18:01:41 [2020-10-05T18:01:41.977Z] #43 4.268 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:41 [2020-10-05T18:01:41.977Z] #43 4.274 + go build -buildmode=pie -v -o /build/vndr .
18:01:42 [2020-10-05T18:01:42.066Z] #3 DONE 0.3s
18:01:42 [2020-10-05T18:01:42.066Z] 
18:01:42 [2020-10-05T18:01:42.066Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
18:01:42 [2020-10-05T18:01:42.066Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
18:01:42 [2020-10-05T18:01:42.066Z] #4 CACHED
18:01:42 [2020-10-05T18:01:42.066Z] 
18:01:42 [2020-10-05T18:01:42.066Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
18:01:42 [2020-10-05T18:01:42.361Z] #6 ...
18:01:42 [2020-10-05T18:01:42.361Z] 
18:01:42 [2020-10-05T18:01:42.361Z] #5 [internal] load metadata for docker.io/library/debian:buster
18:01:42 [2020-10-05T18:01:42.361Z] #5 DONE 0.2s
18:01:42 [2020-10-05T18:01:42.654Z] 
18:01:42 [2020-10-05T18:01:42.654Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
18:01:42 [2020-10-05T18:01:42.654Z] #6 DONE 0.4s
18:01:42 [2020-10-05T18:01:42.654Z] 
18:01:42 [2020-10-05T18:01:42.654Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
18:01:42 [2020-10-05T18:01:42.957Z] #7 DONE 0.6s
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
18:01:42 [2020-10-05T18:01:42.957Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
18:01:42 [2020-10-05T18:01:42.957Z] #8 DONE 0.0s
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:439a6bae...
18:01:42 [2020-10-05T18:01:42.957Z] #24 resolve docker.io/library/debian:buster@sha256:439a6bae1ef351ba9308fc9a5e69ff7754c14516f6be8ca26975fb564cb7fb76 done
18:01:42 [2020-10-05T18:01:42.957Z] #24 DONE 0.0s
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
18:01:42 [2020-10-05T18:01:42.957Z] #9 CACHED
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
18:01:42 [2020-10-05T18:01:42.957Z] #10 CACHED
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:01:42 [2020-10-05T18:01:42.957Z] #34 CACHED
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
18:01:42 [2020-10-05T18:01:42.957Z] #37 CACHED
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
18:01:42 [2020-10-05T18:01:42.957Z] #29 CACHED
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:01:42 [2020-10-05T18:01:42.957Z] #53 CACHED
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
18:01:42 [2020-10-05T18:01:42.957Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
18:01:42 [2020-10-05T18:01:42.957Z] #60 CACHED
18:01:42 [2020-10-05T18:01:42.957Z] 
18:01:42 [2020-10-05T18:01:42.957Z] #21 [internal] load build context
18:01:43 [2020-10-05T18:01:43.353Z] #43 ...
18:01:43 [2020-10-05T18:01:43.353Z] 
18:01:43 [2020-10-05T18:01:43.353Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.708 + RM_GOPATH=0
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.708 + TMP_GOPATH=
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.708 + : /build
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.708 + '[' -z '' ']'
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.711 ++ mktemp -d
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.711 + export GOPATH=/tmp/tmp.6J6zVkkQtb
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.711 + GOPATH=/tmp/tmp.6J6zVkkQtb
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.711 + RM_GOPATH=1
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.711 + case "$(go env GOARCH)" in
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.726 ++ go env GOARCH
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.746 + export GO_BUILDMODE=-buildmode=pie
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.746 + GO_BUILDMODE=-buildmode=pie
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.749 ++ dirname /tmp/install/install.sh
18:01:43 [2020-10-05T18:01:43.353Z] #32 3.753 + dir=/tmp/install
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.753 + bin=tomlv
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.753 + shift
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.754 + '[' '!' -f /tmp/install/tomlv.installer ']'
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.754 + . /tmp/install/tomlv.installer
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.754 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.754 + install_tomlv
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.755 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.755 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.755 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.6J6zVkkQtb/src/github.com/BurntSushi/toml
18:01:43 [2020-10-05T18:01:43.354Z] #32 3.786 Cloning into '/tmp/tmp.6J6zVkkQtb/src/github.com/BurntSushi/toml'...
18:01:43 [2020-10-05T18:01:43.354Z] #32 4.662 + cd /tmp/tmp.6J6zVkkQtb/src/github.com/BurntSushi/toml
18:01:43 [2020-10-05T18:01:43.354Z] #32 4.662 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:43 [2020-10-05T18:01:43.354Z] #32 4.699 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
18:01:43 [2020-10-05T18:01:43.354Z] #32 5.502 syscall
18:01:43 [2020-10-05T18:01:43.354Z] #32 5.557 reflect
18:01:43 [2020-10-05T18:01:43.403Z] #21 transferring context: 52.00MB 4.3s done
18:01:43 [2020-10-05T18:01:43.403Z] #21 DONE 4.4s
18:01:43 [2020-10-05T18:01:43.403Z] 
18:01:43 [2020-10-05T18:01:43.403Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:43 [2020-10-05T18:01:43.403Z] #40 2.971 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:43 [2020-10-05T18:01:43.403Z] #40 2.971 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:43 [2020-10-05T18:01:43.403Z] #40 2.971 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:43 [2020-10-05T18:01:43.636Z] #21 transferring context: 52.00MB 3.4s done
18:01:43 [2020-10-05T18:01:43.636Z] #21 DONE 3.8s
18:01:43 [2020-10-05T18:01:43.636Z] 
18:01:43 [2020-10-05T18:01:43.636Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:01:43 [2020-10-05T18:01:43.636Z] #34 2.340 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
18:01:43 [2020-10-05T18:01:43.636Z] #34 2.422 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
18:01:43 [2020-10-05T18:01:43.636Z] #34 2.456 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
18:01:43 [2020-10-05T18:01:43.636Z] #34 3.100 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
18:01:43 [2020-10-05T18:01:43.636Z] #34 3.689 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [229 kB]
18:01:43 [2020-10-05T18:01:43.636Z] #34 ...
18:01:43 [2020-10-05T18:01:43.636Z] 
18:01:43 [2020-10-05T18:01:43.636Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
18:01:43 [2020-10-05T18:01:43.636Z] #25 CACHED
18:01:43 [2020-10-05T18:01:43.636Z] 
18:01:43 [2020-10-05T18:01:43.636Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
18:01:43 [2020-10-05T18:01:43.636Z] #26 CACHED
18:01:43 [2020-10-05T18:01:43.636Z] 
18:01:43 [2020-10-05T18:01:43.636Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:43 [2020-10-05T18:01:43.701Z] #40 ...
18:01:43 [2020-10-05T18:01:43.701Z] 
18:01:43 [2020-10-05T18:01:43.701Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
18:01:43 [2020-10-05T18:01:43.701Z] #25 CACHED
18:01:43 [2020-10-05T18:01:43.701Z] 
18:01:43 [2020-10-05T18:01:43.701Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
18:01:43 [2020-10-05T18:01:43.701Z] #26 CACHED
18:01:43 [2020-10-05T18:01:43.701Z] 
18:01:43 [2020-10-05T18:01:43.701Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:01:43 [2020-10-05T18:01:43.701Z] #27 CACHED
18:01:43 [2020-10-05T18:01:43.701Z] 
18:01:43 [2020-10-05T18:01:43.701Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:43 [2020-10-05T18:01:43.701Z] #62 CACHED
18:01:43 [2020-10-05T18:01:43.701Z] 
18:01:43 [2020-10-05T18:01:43.701Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:43 [2020-10-05T18:01:43.701Z] #22 CACHED
18:01:43 [2020-10-05T18:01:43.701Z] 
18:01:43 [2020-10-05T18:01:43.701Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:43 [2020-10-05T18:01:43.921Z] #32 ...
18:01:43 [2020-10-05T18:01:43.921Z] 
18:01:43 [2020-10-05T18:01:43.921Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:01:43 [2020-10-05T18:01:43.921Z] #30 1.921 + git clone https://github.com/kolyshkin/go-swagger.git .
18:01:43 [2020-10-05T18:01:43.921Z] #30 1.930 Cloning into '.'...
18:01:43 [2020-10-05T18:01:43.921Z] #30 ...
18:01:43 [2020-10-05T18:01:43.921Z] 
18:01:43 [2020-10-05T18:01:43.921Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:01:43 [2020-10-05T18:01:43.921Z] #34 2.301 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:43 [2020-10-05T18:01:43.921Z] #34 2.361 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:43 [2020-10-05T18:01:43.921Z] #34 2.361 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:44 [2020-10-05T18:01:44.180Z] #34 4.659 Reading package lists...
18:01:44 [2020-10-05T18:01:44.180Z] #34 ...
18:01:44 [2020-10-05T18:01:44.180Z] 
18:01:44 [2020-10-05T18:01:44.180Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:01:44 [2020-10-05T18:01:44.180Z] #11 2.492 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:44 [2020-10-05T18:01:44.180Z] #11 2.501 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:44 [2020-10-05T18:01:44.180Z] #11 2.501 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:44 [2020-10-05T18:01:44.180Z] #11 4.583 Reading package lists...
18:01:44 [2020-10-05T18:01:44.180Z] #11 10.33 Reading package lists...
18:01:44 [2020-10-05T18:01:44.180Z] #11 ...
18:01:44 [2020-10-05T18:01:44.180Z] 
18:01:44 [2020-10-05T18:01:44.180Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:01:44 [2020-10-05T18:01:44.180Z] #38 2.173 + git clone https://github.com/docker/distribution.git .
18:01:44 [2020-10-05T18:01:44.180Z] #38 2.173 Cloning into '.'...
18:01:44 [2020-10-05T18:01:44.439Z] #38 ...
18:01:44 [2020-10-05T18:01:44.439Z] 
18:01:44 [2020-10-05T18:01:44.439Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:44 [2020-10-05T18:01:44.439Z] #40 2.548 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:44 [2020-10-05T18:01:44.439Z] #40 2.548 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:44 [2020-10-05T18:01:44.439Z] #40 2.548 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:44 [2020-10-05T18:01:44.439Z] #40 4.590 Reading package lists...
18:01:44 [2020-10-05T18:01:44.439Z] #40 10.66 Reading package lists...
18:01:44 [2020-10-05T18:01:44.439Z] #40 ...
18:01:44 [2020-10-05T18:01:44.439Z] 
18:01:44 [2020-10-05T18:01:44.439Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 + RM_GOPATH=0
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 + TMP_GOPATH=
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 + : /build
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 + '[' -z '' ']'
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 ++ mktemp -d
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 + export GOPATH=/tmp/tmp.apDBPlZItp
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 + GOPATH=/tmp/tmp.apDBPlZItp
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 + RM_GOPATH=1
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 + case "$(go env GOARCH)" in
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.535 ++ go env GOARCH
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.641 + export GO_BUILDMODE=-buildmode=pie
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.641 + GO_BUILDMODE=-buildmode=pie
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.642 ++ dirname /tmp/install/install.sh
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.643 + dir=/tmp/install
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.643 + bin=gotestsum
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.643 + shift
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.643 + '[' '!' -f /tmp/install/gotestsum.installer ']'
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.644 + . /tmp/install/gotestsum.installer
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.644 ++ : v0.5.3
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.644 + install_gotestsum
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.644 + set -e
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.644 + export GO111MODULE=on
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.645 + GO111MODULE=on
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.645 + GOBIN=/build
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.645 + go get gotest.tools/gotestsum@v0.5.3
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.673 go: finding gotest.tools/gotestsum v0.5.3
18:01:44 [2020-10-05T18:01:44.439Z] #45 3.680 go: finding gotest.tools v0.5.3
18:01:44 [2020-10-05T18:01:44.439Z] #45 4.504 go: downloading gotest.tools/gotestsum v0.5.3
18:01:44 [2020-10-05T18:01:44.439Z] #45 5.079 go: extracting gotest.tools/gotestsum v0.5.3
18:01:44 [2020-10-05T18:01:44.439Z] #45 5.739 go: downloading github.com/pkg/errors v0.9.1
18:01:44 [2020-10-05T18:01:44.439Z] #45 5.743 go: downloading github.com/fatih/color v1.9.0
18:01:44 [2020-10-05T18:01:44.439Z] #45 5.855 go: downloading github.com/jonboulle/clockwork v0.1.0
18:01:44 [2020-10-05T18:01:44.439Z] #45 5.863 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:01:44 [2020-10-05T18:01:44.439Z] #45 5.890 go: downloading github.com/spf13/pflag v1.0.3
18:01:44 [2020-10-05T18:01:44.439Z] #45 5.900 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.024 go: extracting github.com/fatih/color v1.9.0
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.087 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.101 go: extracting github.com/pkg/errors v0.9.1
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.289 go: downloading github.com/mattn/go-colorable v0.1.6
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.391 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.460 go: downloading github.com/mattn/go-isatty v0.0.12
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.485 go: extracting github.com/jonboulle/clockwork v0.1.0
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.512 go: extracting github.com/mattn/go-colorable v0.1.6
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.599 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.715 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:44 [2020-10-05T18:01:44.439Z] #45 6.832 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:44 [2020-10-05T18:01:44.698Z] #45 6.946 go: extracting github.com/spf13/pflag v1.0.3
18:01:44 [2020-10-05T18:01:44.698Z] #45 7.064 go: extracting github.com/mattn/go-isatty v0.0.12
18:01:46 [2020-10-05T18:01:46.083Z] #45 8.543 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:01:46 [2020-10-05T18:01:46.211Z] #32 3.102 + RM_GOPATH=0
18:01:46 [2020-10-05T18:01:46.211Z] #32 3.102 + TMP_GOPATH=
18:01:46 [2020-10-05T18:01:46.211Z] #32 3.102 + : /build
18:01:46 [2020-10-05T18:01:46.211Z] #32 3.102 + '[' -z '' ']'
18:01:46 [2020-10-05T18:01:46.211Z] #32 3.102 ++ mktemp -d
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 + RM_GOPATH=0
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 + TMP_GOPATH=
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 + : /build
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 + '[' -z '' ']'
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 ++ mktemp -d
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 + export GOPATH=/tmp/tmp.zG0s8MwPBU
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 + GOPATH=/tmp/tmp.zG0s8MwPBU
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 + RM_GOPATH=1
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.566 + case "$(go env GOARCH)" in
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.568 ++ go env GOARCH
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + export GO_BUILDMODE=-buildmode=pie
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + GO_BUILDMODE=-buildmode=pie
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 ++ dirname /tmp/install/install.sh
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + dir=/tmp/install
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + bin=vndr
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + shift
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + '[' '!' -f /tmp/install/vndr.installer ']'
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + . /tmp/install/vndr.installer
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + install_vndr
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.zG0s8MwPBU/src/github.com/LK4D4/vndr
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.608 Cloning into '/tmp/tmp.zG0s8MwPBU/src/github.com/LK4D4/vndr'...
18:01:46 [2020-10-05T18:01:46.268Z] #43 2.609 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.116 + export GOPATH=/tmp/tmp.Bkps134Wa9
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.116 + GOPATH=/tmp/tmp.Bkps134Wa9
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.116 + RM_GOPATH=1
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.116 + case "$(go env GOARCH)" in
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.116 ++ go env GOARCH
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + export GO_BUILDMODE=-buildmode=pie
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + GO_BUILDMODE=-buildmode=pie
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 ++ dirname /tmp/install/install.sh
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + dir=/tmp/install
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + bin=tomlv
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + shift
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + '[' '!' -f /tmp/install/tomlv.installer ']'
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + . /tmp/install/tomlv.installer
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + install_tomlv
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Bkps134Wa9/src/github.com/BurntSushi/toml
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.147 Cloning into '/tmp/tmp.Bkps134Wa9/src/github.com/BurntSushi/toml'...
18:01:46 [2020-10-05T18:01:46.478Z] #32 3.146 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:46 [2020-10-05T18:01:46.643Z] #21 transferring context: 47.05MB 3.8s
18:01:46 [2020-10-05T18:01:46.831Z] #43 3.310 + cd /tmp/tmp.zG0s8MwPBU/src/github.com/LK4D4/vndr
18:01:46 [2020-10-05T18:01:46.831Z] #43 3.317 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:46 [2020-10-05T18:01:46.831Z] #43 3.323 + go build -buildmode=pie -v -o /build/vndr .
18:01:46 [2020-10-05T18:01:46.956Z] #21 transferring context: 52.00MB 4.0s done
18:01:46 [2020-10-05T18:01:46.956Z] #21 DONE 4.1s
18:01:46 [2020-10-05T18:01:46.956Z] 
18:01:46 [2020-10-05T18:01:46.956Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:46 [2020-10-05T18:01:46.956Z] #40 0.513 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:46 [2020-10-05T18:01:46.956Z] #40 0.513 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:46 [2020-10-05T18:01:46.956Z] #40 0.519 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:47 [2020-10-05T18:01:47.268Z] #40 3.828 Reading package lists...
18:01:47 [2020-10-05T18:01:47.268Z] #40 ...
18:01:47 [2020-10-05T18:01:47.268Z] 
18:01:47 [2020-10-05T18:01:47.268Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
18:01:47 [2020-10-05T18:01:47.268Z] #26 CACHED
18:01:47 [2020-10-05T18:01:47.268Z] 
18:01:47 [2020-10-05T18:01:47.268Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
18:01:47 [2020-10-05T18:01:47.268Z] #25 CACHED
18:01:47 [2020-10-05T18:01:47.268Z] 
18:01:47 [2020-10-05T18:01:47.268Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:01:47 [2020-10-05T18:01:47.268Z] #27 CACHED
18:01:47 [2020-10-05T18:01:47.268Z] 
18:01:47 [2020-10-05T18:01:47.268Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:47 [2020-10-05T18:01:47.268Z] #62 CACHED
18:01:47 [2020-10-05T18:01:47.268Z] 
18:01:47 [2020-10-05T18:01:47.268Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:01:47 [2020-10-05T18:01:47.435Z] #32 4.037 + cd /tmp/tmp.Bkps134Wa9/src/github.com/BurntSushi/toml
18:01:47 [2020-10-05T18:01:47.435Z] #32 4.037 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:47 [2020-10-05T18:01:47.435Z] #32 4.044 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
18:01:47 [2020-10-05T18:01:47.459Z] #45 9.496 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.557 + RM_GOPATH=0
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.558 + TMP_GOPATH=
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.559 + : /build
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.560 + '[' -z '' ']'
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.561 ++ mktemp -d
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.569 + export GOPATH=/tmp/tmp.FNe66vKL72
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.569 + GOPATH=/tmp/tmp.FNe66vKL72
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.570 + RM_GOPATH=1
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.576 + case "$(go env GOARCH)" in
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.577 ++ go env GOARCH
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.611 + export GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.614 + GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.620 ++ dirname /tmp/install/install.sh
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.630 + dir=/tmp/install
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.630 + bin=rootlesskit
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.630 + shift
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 + . /tmp/install/rootlesskit.installer
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 + install_rootlesskit
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 + case "$1" in
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 + export CGO_ENABLED=0
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 + CGO_ENABLED=0
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 + _install_rootlesskit
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.631 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.632 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.632 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.FNe66vKL72/src/github.com/rootless-containers/rootlesskit
18:01:47 [2020-10-05T18:01:47.593Z] #56 0.636 Cloning into '/tmp/tmp.FNe66vKL72/src/github.com/rootless-containers/rootlesskit'...
18:01:47 [2020-10-05T18:01:47.718Z] #45 ...
18:01:47 [2020-10-05T18:01:47.718Z] 
18:01:47 [2020-10-05T18:01:47.718Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 + RM_GOPATH=0
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 + TMP_GOPATH=
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 + : /build
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 + '[' -z '' ']'
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 ++ mktemp -d
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 + export GOPATH=/tmp/tmp.KGcG0lREOy
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 + GOPATH=/tmp/tmp.KGcG0lREOy
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 + RM_GOPATH=1
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 + case "$(go env GOARCH)" in
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.221 ++ go env GOARCH
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.288 + export GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.289 + GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.289 ++ dirname /tmp/install/install.sh
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.300 + dir=/tmp/install
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.300 + bin=containerd
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.300 + shift
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.300 + '[' '!' -f /tmp/install/containerd.installer ']'
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.300 + . /tmp/install/containerd.installer
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.300 ++ set -e
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.300 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.300 + install_containerd
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.301 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.305 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.305 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KGcG0lREOy/src/github.com/containerd/containerd
18:01:47 [2020-10-05T18:01:47.718Z] #54 3.305 Cloning into '/tmp/tmp.KGcG0lREOy/src/github.com/containerd/containerd'...
18:01:47 [2020-10-05T18:01:47.718Z] #54 ...
18:01:47 [2020-10-05T18:01:47.718Z] 
18:01:47 [2020-10-05T18:01:47.718Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.716 + RM_GOPATH=0
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.717 + TMP_GOPATH=
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.717 + : /build
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.717 + '[' -z '' ']'
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.719 ++ mktemp -d
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.721 + export GOPATH=/tmp/tmp.oORK4zykpu
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.721 + GOPATH=/tmp/tmp.oORK4zykpu
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.721 + RM_GOPATH=1
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.721 + case "$(go env GOARCH)" in
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.721 ++ go env GOARCH
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.754 + export GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.754 + GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.756 ++ dirname /tmp/install/install.sh
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.762 + dir=/tmp/install
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.762 + bin=shfmt
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.763 + shift
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.763 + '[' '!' -f /tmp/install/shfmt.installer ']'
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.763 + . /tmp/install/shfmt.installer
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.763 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.764 + install_shfmt
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.764 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.764 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.764 + git clone https://github.com/mvdan/sh.git /tmp/tmp.oORK4zykpu/src/github.com/mvdan/sh
18:01:47 [2020-10-05T18:01:47.718Z] #49 3.778 Cloning into '/tmp/tmp.oORK4zykpu/src/github.com/mvdan/sh'...
18:01:47 [2020-10-05T18:01:47.979Z] #49 ...
18:01:47 [2020-10-05T18:01:47.979Z] 
18:01:47 [2020-10-05T18:01:47.979Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 + RM_GOPATH=0
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 + TMP_GOPATH=
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 + : /build
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 + '[' -z '' ']'
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 ++ mktemp -d
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 + export GOPATH=/tmp/tmp.xASR22PsGV
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 + GOPATH=/tmp/tmp.xASR22PsGV
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 + RM_GOPATH=1
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 + case "$(go env GOARCH)" in
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.367 ++ go env GOARCH
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.372 + export GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.372 + GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.372 ++ dirname /tmp/install/install.sh
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 + dir=/tmp/install
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 + bin=golangci_lint
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 + shift
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 + . /tmp/install/golangci_lint.installer
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 ++ : v1.23.8
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 + install_golangci_lint
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 + echo 'Installing golangci-lint version v1.23.8'
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
18:01:47 [2020-10-05T18:01:47.979Z] #47 3.375 Installing golangci-lint version v1.23.8
18:01:47 [2020-10-05T18:01:47.979Z] #47 ...
18:01:47 [2020-10-05T18:01:47.979Z] 
18:01:47 [2020-10-05T18:01:47.979Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.737 + RM_GOPATH=0
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.737 + TMP_GOPATH=
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.737 + : /build
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.737 + '[' -z '' ']'
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.740 ++ mktemp -d
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.748 + export GOPATH=/tmp/tmp.wXZL6tEtMd
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.748 + GOPATH=/tmp/tmp.wXZL6tEtMd
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.748 + RM_GOPATH=1
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.748 + case "$(go env GOARCH)" in
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.748 ++ go env GOARCH
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.771 + export GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.771 + GO_BUILDMODE=-buildmode=pie
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.771 ++ dirname /tmp/install/install.sh
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.781 + dir=/tmp/install
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.785 + bin=rootlesskit
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.786 + shift
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.788 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.788 + . /tmp/install/rootlesskit.installer
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.788 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.789 + install_rootlesskit
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.792 + case "$1" in
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.792 + export CGO_ENABLED=0
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.793 + CGO_ENABLED=0
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.793 + _install_rootlesskit
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.793 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.794 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.794 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.wXZL6tEtMd/src/github.com/rootless-containers/rootlesskit
18:01:47 [2020-10-05T18:01:47.979Z] #56 3.811 Cloning into '/tmp/tmp.wXZL6tEtMd/src/github.com/rootless-containers/rootlesskit'...
18:01:47 [2020-10-05T18:01:47.979Z] #56 8.352 + cd /tmp/tmp.wXZL6tEtMd/src/github.com/rootless-containers/rootlesskit
18:01:47 [2020-10-05T18:01:47.979Z] #56 8.352 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:47 [2020-10-05T18:01:47.979Z] #56 8.984 + for f in rootlesskit rootlesskit-docker-proxy
18:01:47 [2020-10-05T18:01:47.979Z] #56 8.984 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
18:01:48 [2020-10-05T18:01:48.024Z] #32 4.652 unicode
18:01:48 [2020-10-05T18:01:48.024Z] #32 4.739 math
18:01:48 [2020-10-05T18:01:48.024Z] #32 4.830 runtime/cgo
18:01:48 [2020-10-05T18:01:48.290Z] #32 5.118 runtime
18:01:48 [2020-10-05T18:01:48.547Z] #56 ...
18:01:48 [2020-10-05T18:01:48.547Z] 
18:01:48 [2020-10-05T18:01:48.547Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:01:48 [2020-10-05T18:01:48.547Z] #38 14.68 Checking out files:  94% (1571/1665)   
Checking out files:  95% (1582/1665)   
Checking out files:  96% (1599/1665)   
Checking out files:  97% (1616/1665)   
Checking out files:  98% (1632/1665)   
Checking out files:  99% (1649/1665)   
Checking out files: 100% (1665/1665)   
Checking out files: 100% (1665/1665), done.
18:01:48 [2020-10-05T18:01:48.547Z] #38 14.77 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
18:01:48 [2020-10-05T18:01:48.724Z] #43 4.703 strconv
18:01:48 [2020-10-05T18:01:48.724Z] #43 4.756 bytes
18:01:48 [2020-10-05T18:01:48.869Z] #32 ...
18:01:48 [2020-10-05T18:01:48.869Z] 
18:01:48 [2020-10-05T18:01:48.869Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.787 + RM_GOPATH=0
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.787 + TMP_GOPATH=
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.787 + : /build
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.787 + '[' -z '' ']'
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.788 ++ mktemp -d
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.795 + export GOPATH=/tmp/tmp.mDRl2RM3O0
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.795 + GOPATH=/tmp/tmp.mDRl2RM3O0
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.795 + RM_GOPATH=1
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.795 + case "$(go env GOARCH)" in
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.798 ++ go env GOARCH
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.813 + export GO_BUILDMODE=-buildmode=pie
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.814 + GO_BUILDMODE=-buildmode=pie
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.815 ++ dirname /tmp/install/install.sh
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.821 + dir=/tmp/install
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.821 + bin=gotestsum
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.821 + shift
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.821 + '[' '!' -f /tmp/install/gotestsum.installer ']'
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.822 + . /tmp/install/gotestsum.installer
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.822 ++ : v0.5.3
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.822 + install_gotestsum
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.823 + set -e
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.824 + export GO111MODULE=on
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.824 + GO111MODULE=on
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.824 + GOBIN=/build
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.824 + go get gotest.tools/gotestsum@v0.5.3
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.883 go: finding gotest.tools v0.5.3
18:01:48 [2020-10-05T18:01:48.869Z] #45 3.884 go: finding gotest.tools/gotestsum v0.5.3
18:01:48 [2020-10-05T18:01:48.869Z] #45 4.817 go: downloading gotest.tools/gotestsum v0.5.3
18:01:48 [2020-10-05T18:01:48.869Z] #45 5.293 go: extracting gotest.tools/gotestsum v0.5.3
18:01:48 [2020-10-05T18:01:48.869Z] #45 5.752 go: downloading github.com/spf13/pflag v1.0.3
18:01:48 [2020-10-05T18:01:48.980Z] #43 ...
18:01:48 [2020-10-05T18:01:48.980Z] 
18:01:48 [2020-10-05T18:01:48.980Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:01:48 [2020-10-05T18:01:48.980Z] #53 2.896 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:48 [2020-10-05T18:01:48.980Z] #53 2.896 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:48 [2020-10-05T18:01:48.980Z] #53 2.896 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:49 [2020-10-05T18:01:49.133Z] #45 5.775 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:49 [2020-10-05T18:01:49.134Z] #45 5.796 go: downloading github.com/fatih/color v1.9.0
18:01:49 [2020-10-05T18:01:49.134Z] #45 5.928 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:49 [2020-10-05T18:01:49.134Z] #45 5.931 go: downloading github.com/pkg/errors v0.9.1
18:01:49 [2020-10-05T18:01:49.134Z] #45 6.016 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:49 [2020-10-05T18:01:49.236Z] #53 5.650 Reading package lists...
18:01:49 [2020-10-05T18:01:49.236Z] #53 ...
18:01:49 [2020-10-05T18:01:49.236Z] 
18:01:49 [2020-10-05T18:01:49.236Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:01:49 [2020-10-05T18:01:49.236Z] #30 2.127 + git clone https://github.com/kolyshkin/go-swagger.git .
18:01:49 [2020-10-05T18:01:49.236Z] #30 2.127 Cloning into '.'...
18:01:49 [2020-10-05T18:01:49.236Z] #30 ...
18:01:49 [2020-10-05T18:01:49.236Z] 
18:01:49 [2020-10-05T18:01:49.236Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:01:49 [2020-10-05T18:01:49.236Z] #38 2.763 + git clone https://github.com/docker/distribution.git .
18:01:49 [2020-10-05T18:01:49.236Z] #38 2.763 Cloning into '.'...
18:01:49 [2020-10-05T18:01:49.400Z] #45 6.019 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:01:49 [2020-10-05T18:01:49.400Z] #45 6.061 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:01:49 [2020-10-05T18:01:49.400Z] #45 6.072 go: extracting github.com/spf13/pflag v1.0.3
18:01:49 [2020-10-05T18:01:49.400Z] #45 6.120 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:01:49 [2020-10-05T18:01:49.400Z] #45 6.121 go: extracting github.com/fatih/color v1.9.0
18:01:49 [2020-10-05T18:01:49.400Z] #45 6.137 go: downloading github.com/mattn/go-colorable v0.1.6
18:01:49 [2020-10-05T18:01:49.400Z] #45 ...
18:01:49 [2020-10-05T18:01:49.400Z] 
18:01:49 [2020-10-05T18:01:49.400Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:49 [2020-10-05T18:01:49.400Z] #40 2.176 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
18:01:49 [2020-10-05T18:01:49.400Z] #40 2.192 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
18:01:49 [2020-10-05T18:01:49.400Z] #40 2.195 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
18:01:49 [2020-10-05T18:01:49.400Z] #40 3.055 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
18:01:49 [2020-10-05T18:01:49.400Z] #40 3.670 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [229 kB]
18:01:49 [2020-10-05T18:01:49.400Z] #40 5.012 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
18:01:49 [2020-10-05T18:01:49.400Z] #40 8.634 Fetched 7848 B in 7s (1157 B/s)
18:01:49 [2020-10-05T18:01:49.492Z] #38 ...
18:01:49 [2020-10-05T18:01:49.492Z] 
18:01:49 [2020-10-05T18:01:49.492Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:01:49 [2020-10-05T18:01:49.492Z] #11 3.158 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:49 [2020-10-05T18:01:49.492Z] #11 3.158 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:49 [2020-10-05T18:01:49.492Z] #11 3.158 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:49 [2020-10-05T18:01:49.492Z] #11 6.452 Reading package lists...
18:01:49 [2020-10-05T18:01:49.492Z] #11 ...
18:01:49 [2020-10-05T18:01:49.492Z] 
18:01:49 [2020-10-05T18:01:49.492Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:01:49 [2020-10-05T18:01:49.492Z] #34 2.757 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:49 [2020-10-05T18:01:49.492Z] #34 2.757 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:49 [2020-10-05T18:01:49.492Z] #34 2.757 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:49 [2020-10-05T18:01:49.665Z] #40 8.634 Reading package lists...
18:01:49 [2020-10-05T18:01:49.665Z] #40 ...
18:01:49 [2020-10-05T18:01:49.665Z] 
18:01:49 [2020-10-05T18:01:49.665Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:01:49 [2020-10-05T18:01:49.665Z] #53 2.129 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:49 [2020-10-05T18:01:49.665Z] #53 2.129 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:49 [2020-10-05T18:01:49.665Z] #53 2.129 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:49 [2020-10-05T18:01:49.665Z] #53 3.866 Reading package lists...
18:01:49 [2020-10-05T18:01:49.665Z] #53 7.487 Reading package lists...
18:01:49 [2020-10-05T18:01:49.665Z] #53 ...
18:01:49 [2020-10-05T18:01:49.665Z] 
18:01:49 [2020-10-05T18:01:49.665Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:01:49 [2020-10-05T18:01:49.665Z] #30 1.654 + git clone https://github.com/kolyshkin/go-swagger.git .
18:01:49 [2020-10-05T18:01:49.665Z] #30 1.654 Cloning into '.'...
18:01:49 [2020-10-05T18:01:49.757Z] #34 5.613 Reading package lists...
18:01:49 [2020-10-05T18:01:49.757Z] #34 ...
18:01:49 [2020-10-05T18:01:49.757Z] 
18:01:49 [2020-10-05T18:01:49.757Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.288 + RM_GOPATH=0
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.288 + TMP_GOPATH=
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.288 + : /build
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.288 + '[' -z '' ']'
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.289 ++ mktemp -d
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.290 + export GOPATH=/tmp/tmp.3Fakq6oOb4
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.290 + GOPATH=/tmp/tmp.3Fakq6oOb4
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.290 + RM_GOPATH=1
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.290 + case "$(go env GOARCH)" in
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.290 ++ go env GOARCH
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.326 + export GO_BUILDMODE=-buildmode=pie
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.327 + GO_BUILDMODE=-buildmode=pie
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.327 ++ dirname /tmp/install/install.sh
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + dir=/tmp/install
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + bin=gotestsum
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + shift
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + '[' '!' -f /tmp/install/gotestsum.installer ']'
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + . /tmp/install/gotestsum.installer
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 ++ : v0.5.3
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + install_gotestsum
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + set -e
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + export GO111MODULE=on
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + GO111MODULE=on
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + GOBIN=/build
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.337 + go get gotest.tools/gotestsum@v0.5.3
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.398 go: finding gotest.tools/gotestsum v0.5.3
18:01:49 [2020-10-05T18:01:49.757Z] #45 3.402 go: finding gotest.tools v0.5.3
18:01:49 [2020-10-05T18:01:49.757Z] #45 4.269 go: downloading gotest.tools/gotestsum v0.5.3
18:01:49 [2020-10-05T18:01:49.757Z] #45 4.832 go: extracting gotest.tools/gotestsum v0.5.3
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.568 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.651 go: downloading github.com/fatih/color v1.9.0
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.651 go: downloading github.com/jonboulle/clockwork v0.1.0
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.653 go: downloading github.com/spf13/pflag v1.0.3
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.653 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.654 go: downloading github.com/pkg/errors v0.9.1
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.771 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.825 go: extracting github.com/jonboulle/clockwork v0.1.0
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.845 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:49 [2020-10-05T18:01:49.757Z] #45 5.957 go: extracting github.com/fatih/color v1.9.0
18:01:49 [2020-10-05T18:01:49.757Z] #45 6.015 go: downloading github.com/mattn/go-isatty v0.0.12
18:01:49 [2020-10-05T18:01:49.757Z] #45 6.090 go: extracting github.com/pkg/errors v0.9.1
18:01:49 [2020-10-05T18:01:49.757Z] #45 6.202 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:01:49 [2020-10-05T18:01:49.757Z] #45 6.240 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:01:49 [2020-10-05T18:01:49.757Z] #45 6.301 go: downloading github.com/mattn/go-colorable v0.1.6
18:01:49 [2020-10-05T18:01:49.757Z] #45 6.305 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:49 [2020-10-05T18:01:49.930Z] #30 ...
18:01:49 [2020-10-05T18:01:49.930Z] 
18:01:49 [2020-10-05T18:01:49.930Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:01:49 [2020-10-05T18:01:49.930Z] #38 1.887 + git clone https://github.com/docker/distribution.git .
18:01:49 [2020-10-05T18:01:49.930Z] #38 1.896 Cloning into '.'...
18:01:49 [2020-10-05T18:01:49.930Z] #38 ...
18:01:49 [2020-10-05T18:01:49.930Z] 
18:01:49 [2020-10-05T18:01:49.930Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:01:49 [2020-10-05T18:01:49.930Z] #11 2.358 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:49 [2020-10-05T18:01:49.930Z] #11 2.420 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:49 [2020-10-05T18:01:49.930Z] #11 2.420 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:49 [2020-10-05T18:01:49.930Z] #11 3.903 Reading package lists...
18:01:50 [2020-10-05T18:01:50.014Z] #45 6.351 go: extracting github.com/spf13/pflag v1.0.3
18:01:50 [2020-10-05T18:01:50.195Z] #11 8.380 Reading package lists...
18:01:50 [2020-10-05T18:01:50.195Z] #11 ...
18:01:50 [2020-10-05T18:01:50.195Z] 
18:01:50 [2020-10-05T18:01:50.195Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:50 [2020-10-05T18:01:50.195Z] #45 6.297 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:50 [2020-10-05T18:01:50.195Z] #45 6.451 go: extracting github.com/pkg/errors v0.9.1
18:01:50 [2020-10-05T18:01:50.195Z] #45 6.470 go: downloading github.com/mattn/go-isatty v0.0.12
18:01:50 [2020-10-05T18:01:50.195Z] #45 6.520 go: downloading github.com/jonboulle/clockwork v0.1.0
18:01:50 [2020-10-05T18:01:50.195Z] #45 6.695 go: extracting github.com/mattn/go-colorable v0.1.6
18:01:50 [2020-10-05T18:01:50.195Z] #45 6.753 go: extracting github.com/mattn/go-isatty v0.0.12
18:01:50 [2020-10-05T18:01:50.195Z] #45 6.761 go: extracting github.com/jonboulle/clockwork v0.1.0
18:01:50 [2020-10-05T18:01:50.279Z] #45 6.668 go: extracting github.com/mattn/go-colorable v0.1.6
18:01:50 [2020-10-05T18:01:50.540Z] #45 6.901 go: extracting github.com/mattn/go-isatty v0.0.12
18:01:50 [2020-10-05T18:01:50.715Z] #38 16.71 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
18:01:50 [2020-10-05T18:01:50.799Z] #45 ...
18:01:50 [2020-10-05T18:01:50.799Z] 
18:01:50 [2020-10-05T18:01:50.799Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:50 [2020-10-05T18:01:50.799Z] #43 7.108 bufio
18:01:51 [2020-10-05T18:01:51.148Z] #45 7.949 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:01:51 [2020-10-05T18:01:51.730Z] #45 8.469 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:01:52 [2020-10-05T18:01:52.690Z] #43 8.761 reflect
18:01:52 [2020-10-05T18:01:52.690Z] #43 9.133 syscall
18:01:52 [2020-10-05T18:01:52.696Z] #54 19.11 + bin/containerd
18:01:53 [2020-10-05T18:01:53.128Z] #45 9.647 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:01:53 [2020-10-05T18:01:53.128Z] #45 ...
18:01:53 [2020-10-05T18:01:53.128Z] 
18:01:53 [2020-10-05T18:01:53.128Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.364 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.364 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.365 + : /build
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.365 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.379 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.379 + export GOPATH=/tmp/tmp.0gXGM9Rh9T
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.379 + GOPATH=/tmp/tmp.0gXGM9Rh9T
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.379 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.379 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.389 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.421 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.421 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.422 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 + bin=dockercli
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 + shift
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 + '[' '!' -f /tmp/install/dockercli.installer ']'
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 + . /tmp/install/dockercli.installer
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 ++ : stable
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 ++ : 17.06.2-ce
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 + install_dockercli
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 + echo 'Install docker/cli version 17.06.2-ce from stable'
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.428 ++ uname -m
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.429 Install docker/cli version 17.06.2-ce from stable
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.454 + arch=aarch64
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.454 + '[' aarch64 '!=' x86_64 ']'
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.454 + '[' aarch64 '!=' s390x ']'
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.454 + '[' aarch64 '!=' armhf ']'
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.454 + build_dockercli
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.454 + git clone https://github.com/docker/docker-ce /tmp/tmp.0gXGM9Rh9T/tmp/docker-ce
18:01:53 [2020-10-05T18:01:53.128Z] #22 3.459 Cloning into '/tmp/tmp.0gXGM9Rh9T/tmp/docker-ce'...
18:01:53 [2020-10-05T18:01:53.251Z] #38 ...
18:01:53 [2020-10-05T18:01:53.251Z] 
18:01:53 [2020-10-05T18:01:53.251Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:53 [2020-10-05T18:01:53.251Z] #43 5.623 reflect
18:01:53 [2020-10-05T18:01:53.251Z] #43 5.643 syscall
18:01:53 [2020-10-05T18:01:53.251Z] #43 13.66 time
18:01:53 [2020-10-05T18:01:53.251Z] #56 5.431 + cd /tmp/tmp.FNe66vKL72/src/github.com/rootless-containers/rootlesskit
18:01:53 [2020-10-05T18:01:53.251Z] #56 5.431 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:53 [2020-10-05T18:01:53.251Z] #56 ...
18:01:53 [2020-10-05T18:01:53.251Z] 
18:01:53 [2020-10-05T18:01:53.251Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.482 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.483 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.483 + : /build
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.483 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.484 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.486 + export GOPATH=/tmp/tmp.SKHPFp4uJW
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.486 + GOPATH=/tmp/tmp.SKHPFp4uJW
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.486 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.486 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.487 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.499 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.500 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.501 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.503 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.503 + bin=gotestsum
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.503 + shift
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.503 + '[' '!' -f /tmp/install/gotestsum.installer ']'
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.503 + . /tmp/install/gotestsum.installer
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.504 ++ : v0.5.3
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.504 + install_gotestsum
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.504 + set -e
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.505 + export GO111MODULE=on
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.505 + GO111MODULE=on
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.505 + GOBIN=/build
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.505 + go get gotest.tools/gotestsum@v0.5.3
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.520 go: finding gotest.tools v0.5.3
18:01:53 [2020-10-05T18:01:53.251Z] #45 0.521 go: finding gotest.tools/gotestsum v0.5.3
18:01:53 [2020-10-05T18:01:53.251Z] #45 1.590 go: downloading gotest.tools/gotestsum v0.5.3
18:01:53 [2020-10-05T18:01:53.251Z] #45 2.593 go: extracting gotest.tools/gotestsum v0.5.3
18:01:53 [2020-10-05T18:01:53.251Z] #45 3.961 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:53 [2020-10-05T18:01:53.251Z] #45 3.961 go: downloading github.com/spf13/pflag v1.0.3
18:01:53 [2020-10-05T18:01:53.251Z] #45 3.964 go: downloading github.com/fatih/color v1.9.0
18:01:53 [2020-10-05T18:01:53.251Z] #45 3.971 go: downloading github.com/jonboulle/clockwork v0.1.0
18:01:53 [2020-10-05T18:01:53.251Z] #45 3.974 go: downloading github.com/pkg/errors v0.9.1
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.028 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.028 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.183 go: extracting github.com/pkg/errors v0.9.1
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.192 go: extracting github.com/fatih/color v1.9.0
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.195 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.274 go: extracting github.com/jonboulle/clockwork v0.1.0
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.309 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.428 go: downloading github.com/mattn/go-colorable v0.1.6
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.443 go: extracting github.com/spf13/pflag v1.0.3
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.447 go: downloading github.com/mattn/go-isatty v0.0.12
18:01:53 [2020-10-05T18:01:53.251Z] #45 4.577 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:53 [2020-10-05T18:01:53.251Z] #45 5.220 go: extracting github.com/mattn/go-colorable v0.1.6
18:01:53 [2020-10-05T18:01:53.251Z] #45 5.312 go: extracting github.com/mattn/go-isatty v0.0.12
18:01:53 [2020-10-05T18:01:53.251Z] #45 5.333 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:53 [2020-10-05T18:01:53.251Z] #45 ...
18:01:53 [2020-10-05T18:01:53.251Z] 
18:01:53 [2020-10-05T18:01:53.251Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:01:53 [2020-10-05T18:01:53.251Z] #38 0.414 + git clone https://github.com/docker/distribution.git .
18:01:53 [2020-10-05T18:01:53.251Z] #38 0.419 Cloning into '.'...
18:01:53 [2020-10-05T18:01:53.251Z] #38 ...
18:01:53 [2020-10-05T18:01:53.251Z] 
18:01:53 [2020-10-05T18:01:53.251Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:01:53 [2020-10-05T18:01:53.251Z] #11 0.554 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
18:01:53 [2020-10-05T18:01:53.251Z] #11 0.554 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
18:01:53 [2020-10-05T18:01:53.251Z] #11 0.554 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
18:01:53 [2020-10-05T18:01:53.251Z] #11 3.733 Reading package lists...
18:01:53 [2020-10-05T18:01:53.251Z] #11 7.934 Reading package lists...
18:01:53 [2020-10-05T18:01:53.251Z] #11 ...
18:01:53 [2020-10-05T18:01:53.251Z] 
18:01:53 [2020-10-05T18:01:53.251Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:01:53 [2020-10-05T18:01:53.251Z] #30 0.358 + git clone https://github.com/kolyshkin/go-swagger.git .
18:01:53 [2020-10-05T18:01:53.251Z] #30 0.385 Cloning into '.'...
18:01:53 [2020-10-05T18:01:53.251Z] #30 ...
18:01:53 [2020-10-05T18:01:53.251Z] 
18:01:53 [2020-10-05T18:01:53.251Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:01:53 [2020-10-05T18:01:53.251Z] #56 6.035 + for f in rootlesskit rootlesskit-docker-proxy
18:01:53 [2020-10-05T18:01:53.251Z] #56 6.035 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
18:01:53 [2020-10-05T18:01:53.392Z] #22 ...
18:01:53 [2020-10-05T18:01:53.392Z] 
18:01:53 [2020-10-05T18:01:53.392Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.483 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.483 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.483 + : /build
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.483 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.483 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.486 + export GOPATH=/tmp/tmp.R1VIKlXbNU
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.489 + GOPATH=/tmp/tmp.R1VIKlXbNU
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.490 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.490 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.491 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.506 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.506 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.508 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 + bin=shfmt
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 + shift
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 + '[' '!' -f /tmp/install/shfmt.installer ']'
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 + . /tmp/install/shfmt.installer
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 + install_shfmt
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.510 + git clone https://github.com/mvdan/sh.git /tmp/tmp.R1VIKlXbNU/src/github.com/mvdan/sh
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.516 Cloning into '/tmp/tmp.R1VIKlXbNU/src/github.com/mvdan/sh'...
18:01:53 [2020-10-05T18:01:53.392Z] #49 3.518 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:53 [2020-10-05T18:01:53.392Z] #49 ...
18:01:53 [2020-10-05T18:01:53.392Z] 
18:01:53 [2020-10-05T18:01:53.392Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 + : /build
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 + export GOPATH=/tmp/tmp.RwD10SGw4X
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 + GOPATH=/tmp/tmp.RwD10SGw4X
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.603 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.611 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.611 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.612 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.625 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.625 + bin=vndr
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.625 + shift
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.625 + '[' '!' -f /tmp/install/vndr.installer ']'
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.625 + . /tmp/install/vndr.installer
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.625 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.638 + install_vndr
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.638 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.638 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.RwD10SGw4X/src/github.com/LK4D4/vndr
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.638 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:53 [2020-10-05T18:01:53.392Z] #43 3.641 Cloning into '/tmp/tmp.RwD10SGw4X/src/github.com/LK4D4/vndr'...
18:01:53 [2020-10-05T18:01:53.392Z] #43 4.448 + cd /tmp/tmp.RwD10SGw4X/src/github.com/LK4D4/vndr
18:01:53 [2020-10-05T18:01:53.392Z] #43 4.449 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:53 [2020-10-05T18:01:53.392Z] #43 4.467 + go build -buildmode=pie -v -o /build/vndr .
18:01:53 [2020-10-05T18:01:53.392Z] #43 5.918 math
18:01:53 [2020-10-05T18:01:53.392Z] #43 5.960 container/list
18:01:53 [2020-10-05T18:01:53.392Z] #43 6.099 unicode
18:01:53 [2020-10-05T18:01:53.392Z] #43 6.118 runtime
18:01:53 [2020-10-05T18:01:53.392Z] #43 7.347 crypto/internal/subtle
18:01:53 [2020-10-05T18:01:53.392Z] #43 7.675 crypto/subtle
18:01:53 [2020-10-05T18:01:53.392Z] #43 8.267 vendor/golang.org/x/crypto/cryptobyte/asn1
18:01:53 [2020-10-05T18:01:53.392Z] #43 8.483 internal/nettrace
18:01:53 [2020-10-05T18:01:53.392Z] #43 8.818 runtime/cgo
18:01:53 [2020-10-05T18:01:53.510Z] #43 ...
18:01:53 [2020-10-05T18:01:53.510Z] 
18:01:53 [2020-10-05T18:01:53.510Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:53 [2020-10-05T18:01:53.510Z] #49 12.19 + cd /tmp/tmp.oORK4zykpu/src/github.com/mvdan/sh
18:01:53 [2020-10-05T18:01:53.510Z] #49 12.20 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:53 [2020-10-05T18:01:53.511Z] #49 12.24 + GO111MODULE=on
18:01:53 [2020-10-05T18:01:53.511Z] #49 12.25 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
18:01:53 [2020-10-05T18:01:53.511Z] #49 13.46 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:01:53 [2020-10-05T18:01:53.511Z] #49 13.47 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:01:53 [2020-10-05T18:01:53.511Z] #49 13.57 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:01:53 [2020-10-05T18:01:53.511Z] #49 13.86 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:01:53 [2020-10-05T18:01:53.511Z] #49 13.87 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:01:53 [2020-10-05T18:01:53.511Z] #49 14.65 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:01:53 [2020-10-05T18:01:53.511Z] #49 15.25 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:01:53 [2020-10-05T18:01:53.620Z] #43 ...
18:01:53 [2020-10-05T18:01:53.620Z] 
18:01:53 [2020-10-05T18:01:53.620Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.313 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.313 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.313 + : /build
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.313 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.315 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.315 + export GOPATH=/tmp/tmp.w5atCY8exk
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.316 + GOPATH=/tmp/tmp.w5atCY8exk
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.316 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.316 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.316 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.343 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.343 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.343 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.352 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.362 + bin=golangci_lint
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.365 + shift
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.367 Installing golangci-lint version v1.23.8
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.367 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.367 + . /tmp/install/golangci_lint.installer
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.367 ++ : v1.23.8
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.367 + install_golangci_lint
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.367 + echo 'Installing golangci-lint version v1.23.8'
18:01:53 [2020-10-05T18:01:53.620Z] #47 3.367 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
18:01:53 [2020-10-05T18:01:53.655Z] #43 ...
18:01:53 [2020-10-05T18:01:53.655Z] 
18:01:53 [2020-10-05T18:01:53.655Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.743 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.743 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.743 + : /build
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.743 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.743 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.755 + export GOPATH=/tmp/tmp.P0f9s4Se5P
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.755 + GOPATH=/tmp/tmp.P0f9s4Se5P
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.755 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.756 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.756 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.790 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.791 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.791 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.801 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.813 + bin=golangci_lint
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.814 + shift
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.814 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.815 + . /tmp/install/golangci_lint.installer
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.816 ++ : v1.23.8
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.821 + install_golangci_lint
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.822 + echo 'Installing golangci-lint version v1.23.8'
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.828 Installing golangci-lint version v1.23.8
18:01:53 [2020-10-05T18:01:53.655Z] #47 3.829 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
18:01:53 [2020-10-05T18:01:53.655Z] #47 ...
18:01:53 [2020-10-05T18:01:53.655Z] 
18:01:53 [2020-10-05T18:01:53.655Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.622 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.622 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.622 + : /build
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.622 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.626 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.629 + export GOPATH=/tmp/tmp.IlJjl7mtAA
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.629 + GOPATH=/tmp/tmp.IlJjl7mtAA
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.629 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.629 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.634 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.648 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.648 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.650 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.650 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.650 + bin=rootlesskit
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.650 + shift
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.650 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.650 + . /tmp/install/rootlesskit.installer
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.651 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.651 + install_rootlesskit
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.651 + case "$1" in
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.651 + export CGO_ENABLED=0
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.651 + CGO_ENABLED=0
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.651 + _install_rootlesskit
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.651 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.652 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.IlJjl7mtAA/src/github.com/rootless-containers/rootlesskit
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.652 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:53 [2020-10-05T18:01:53.655Z] #56 3.660 Cloning into '/tmp/tmp.IlJjl7mtAA/src/github.com/rootless-containers/rootlesskit'...
18:01:53 [2020-10-05T18:01:53.655Z] #56 6.891 + cd /tmp/tmp.IlJjl7mtAA/src/github.com/rootless-containers/rootlesskit
18:01:53 [2020-10-05T18:01:53.655Z] #56 6.891 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:53 [2020-10-05T18:01:53.655Z] #56 7.396 + for f in rootlesskit rootlesskit-docker-proxy
18:01:53 [2020-10-05T18:01:53.655Z] #56 7.411 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
18:01:53 [2020-10-05T18:01:53.876Z] #47 ...
18:01:53 [2020-10-05T18:01:53.877Z] 
18:01:53 [2020-10-05T18:01:53.877Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.394 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.394 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.394 + : /build
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.394 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.397 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.422 + export GOPATH=/tmp/tmp.y98cwuOGZB
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.422 + GOPATH=/tmp/tmp.y98cwuOGZB
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.422 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.422 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.422 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.449 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.451 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.451 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.460 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.461 + bin=tomlv
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.461 + shift
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.461 + '[' '!' -f /tmp/install/tomlv.installer ']'
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.461 + . /tmp/install/tomlv.installer
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.461 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.463 + install_tomlv
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.463 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.464 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.464 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.y98cwuOGZB/src/github.com/BurntSushi/toml
18:01:53 [2020-10-05T18:01:53.877Z] #32 3.491 Cloning into '/tmp/tmp.y98cwuOGZB/src/github.com/BurntSushi/toml'...
18:01:53 [2020-10-05T18:01:53.877Z] #32 4.469 + cd /tmp/tmp.y98cwuOGZB/src/github.com/BurntSushi/toml
18:01:53 [2020-10-05T18:01:53.877Z] #32 4.470 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:53 [2020-10-05T18:01:53.877Z] #32 4.497 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
18:01:53 [2020-10-05T18:01:53.877Z] #32 5.199 strconv
18:01:53 [2020-10-05T18:01:53.877Z] #32 5.353 syscall
18:01:53 [2020-10-05T18:01:53.877Z] #32 8.918 reflect
18:01:53 [2020-10-05T18:01:53.877Z] #32 ...
18:01:53 [2020-10-05T18:01:53.877Z] 
18:01:53 [2020-10-05T18:01:53.877Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.410 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.410 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.410 + : /build
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.410 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.410 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.412 + export GOPATH=/tmp/tmp.3tWxM7VER3
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.412 + GOPATH=/tmp/tmp.3tWxM7VER3
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.412 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.412 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.416 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.469 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.469 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.470 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.471 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.471 + bin=rootlesskit
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.471 + shift
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.471 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.471 + . /tmp/install/rootlesskit.installer
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.471 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.471 + install_rootlesskit
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.474 + case "$1" in
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.474 + export CGO_ENABLED=0
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.474 + CGO_ENABLED=0
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.475 + _install_rootlesskit
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.475 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.475 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.3tWxM7VER3/src/github.com/rootless-containers/rootlesskit
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.475 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:53 [2020-10-05T18:01:53.877Z] #56 3.483 Cloning into '/tmp/tmp.3tWxM7VER3/src/github.com/rootless-containers/rootlesskit'...
18:01:53 [2020-10-05T18:01:53.877Z] #56 8.152 + cd /tmp/tmp.3tWxM7VER3/src/github.com/rootless-containers/rootlesskit
18:01:53 [2020-10-05T18:01:53.877Z] #56 8.152 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
18:01:53 [2020-10-05T18:01:53.877Z] #56 8.791 + for f in rootlesskit rootlesskit-docker-proxy
18:01:53 [2020-10-05T18:01:53.877Z] #56 8.791 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
18:01:53 [2020-10-05T18:01:53.919Z] #56 ...
18:01:53 [2020-10-05T18:01:53.919Z] 
18:01:53 [2020-10-05T18:01:53.919Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:01:53 [2020-10-05T18:01:53.919Z] #27 3.816 /download-frozen-image-v2.sh: line 208: type: go: not found
18:01:53 [2020-10-05T18:01:53.919Z] #27 6.629 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
18:01:53 [2020-10-05T18:01:53.919Z] #27 7.297 #=#=#                                                                         
##O#- #                                                                       
18:01:53 [2020-10-05T18:01:53.919Z] #27 7.901 
                                                                           0.0%
###                                                                        5.4%
#####                                                                      8.2%
#########                                                                 12.6%
############                                                              17.0%
#################                                                         24.1%
###################                                                       27.3%
######################                                                    30.6%
########################                                                  34.1%
##############################                                            42.2%
###############################                                           44.0%
####################################                                      50.1%
######################################                                    53.0%
#########################################                                 58.3%
##############################################                            64.2%
#################################################                         68.2%
##################################################                        70.4%
######################################################                    75.7%
########################################################                  79.2%
###########################################################               82.2%
###############################################################           88.5%
###################################################################       93.6%
######################################################################## 100.0%
18:01:53 [2020-10-05T18:01:53.919Z] #27 ...
18:01:53 [2020-10-05T18:01:53.919Z] 
18:01:53 [2020-10-05T18:01:53.919Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.559 + RM_GOPATH=0
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.559 + TMP_GOPATH=
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.559 + : /build
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.559 + '[' -z '' ']'
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.563 ++ mktemp -d
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.567 + export GOPATH=/tmp/tmp.DlcJgUzNTf
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.567 + GOPATH=/tmp/tmp.DlcJgUzNTf
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.567 + RM_GOPATH=1
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.567 + case "$(go env GOARCH)" in
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.571 ++ go env GOARCH
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.592 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + export GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + GO_BUILDMODE=-buildmode=pie
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 ++ dirname /tmp/install/install.sh
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + dir=/tmp/install
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + bin=proxy
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + shift
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + '[' '!' -f /tmp/install/proxy.installer ']'
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + . /tmp/install/proxy.installer
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + install_proxy
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + case "$1" in
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + export CGO_ENABLED=0
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + CGO_ENABLED=0
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + _install_proxy
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b'
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.594 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.DlcJgUzNTf/src/github.com/docker/libnetwork
18:01:53 [2020-10-05T18:01:53.919Z] #62 3.597 Cloning into '/tmp/tmp.DlcJgUzNTf/src/github.com/docker/libnetwork'...
18:01:54 [2020-10-05T18:01:54.080Z] #49 16.42 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:01:54 [2020-10-05T18:01:54.133Z] #56 ...
18:01:54 [2020-10-05T18:01:54.133Z] 
18:01:54 [2020-10-05T18:01:54.133Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 + RM_GOPATH=0
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 + TMP_GOPATH=
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 + : /build
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 + '[' -z '' ']'
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 ++ mktemp -d
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 + export GOPATH=/tmp/tmp.eBaD8doM62
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 + GOPATH=/tmp/tmp.eBaD8doM62
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 + RM_GOPATH=1
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.029 + case "$(go env GOARCH)" in
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.051 ++ go env GOARCH
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.076 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + export GO_BUILDMODE=-buildmode=pie
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + GO_BUILDMODE=-buildmode=pie
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 ++ dirname /tmp/install/install.sh
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + dir=/tmp/install
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + bin=shfmt
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + shift
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + '[' '!' -f /tmp/install/shfmt.installer ']'
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + . /tmp/install/shfmt.installer
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + install_shfmt
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.077 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.102 + git clone https://github.com/mvdan/sh.git /tmp/tmp.eBaD8doM62/src/github.com/mvdan/sh
18:01:54 [2020-10-05T18:01:54.133Z] #49 3.115 Cloning into '/tmp/tmp.eBaD8doM62/src/github.com/mvdan/sh'...
18:01:54 [2020-10-05T18:01:54.133Z] #49 ...
18:01:54 [2020-10-05T18:01:54.133Z] 
18:01:54 [2020-10-05T18:01:54.133Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:01:54 [2020-10-05T18:01:54.133Z] #11 6.452 Reading package lists...
18:01:54 [2020-10-05T18:01:54.183Z] #62 ...
18:01:54 [2020-10-05T18:01:54.183Z] 
18:01:54 [2020-10-05T18:01:54.183Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:54 [2020-10-05T18:01:54.183Z] #49 10.51 + cd /tmp/tmp.R1VIKlXbNU/src/github.com/mvdan/sh
18:01:54 [2020-10-05T18:01:54.183Z] #49 10.51 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:54 [2020-10-05T18:01:54.183Z] #49 10.64 + GO111MODULE=on
18:01:54 [2020-10-05T18:01:54.183Z] #49 10.64 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
18:01:54 [2020-10-05T18:01:54.340Z] #49 ...
18:01:54 [2020-10-05T18:01:54.340Z] 
18:01:54 [2020-10-05T18:01:54.340Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:01:54 [2020-10-05T18:01:54.340Z] #34 4.659 Reading package lists...
18:01:54 [2020-10-05T18:01:54.340Z] #34 10.81 Reading package lists...
18:01:54 [2020-10-05T18:01:54.340Z] #34 17.40 Building dependency tree...
18:01:54 [2020-10-05T18:01:54.340Z] #34 18.76 Reading state information...
18:01:54 [2020-10-05T18:01:54.340Z] #34 ...
18:01:54 [2020-10-05T18:01:54.340Z] 
18:01:54 [2020-10-05T18:01:54.340Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:54 [2020-10-05T18:01:54.340Z] #40 10.66 Reading package lists...
18:01:54 [2020-10-05T18:01:54.340Z] #40 16.85 Building dependency tree...
18:01:54 [2020-10-05T18:01:54.340Z] #40 18.30 Reading state information...
18:01:54 [2020-10-05T18:01:54.340Z] #40 20.36 The following additional packages will be installed:
18:01:54 [2020-10-05T18:01:54.340Z] #40 20.38   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
18:01:54 [2020-10-05T18:01:54.340Z] #40 20.38   libprotoc17 python-pkg-resources python-six zlib1g-dev
18:01:54 [2020-10-05T18:01:54.340Z] #40 20.39 Suggested packages:
18:01:54 [2020-10-05T18:01:54.340Z] #40 20.40   manpages-dev python-setuptools
18:01:54 [2020-10-05T18:01:54.765Z] #49 ...
18:01:54 [2020-10-05T18:01:54.765Z] 
18:01:54 [2020-10-05T18:01:54.765Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:01:54 [2020-10-05T18:01:54.765Z] #34 5.379 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
18:01:54 [2020-10-05T18:01:54.765Z] #34 9.231 Fetched 7972 kB in 7s (1088 kB/s)
18:01:54 [2020-10-05T18:01:54.765Z] #34 9.231 Reading package lists...
18:01:55 [2020-10-05T18:01:55.030Z] #34 14.39 Reading package lists...
18:01:55 [2020-10-05T18:01:55.030Z] #34 ...
18:01:55 [2020-10-05T18:01:55.030Z] 
18:01:55 [2020-10-05T18:01:55.030Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:01:55 [2020-10-05T18:01:55.030Z] #11 8.380 Reading package lists...
18:01:55 [2020-10-05T18:01:55.030Z] #11 12.73 Building dependency tree...
18:01:55 [2020-10-05T18:01:55.030Z] #11 15.24 The following additional packages will be installed:
18:01:55 [2020-10-05T18:01:55.030Z] #11 15.25   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
18:01:55 [2020-10-05T18:01:55.030Z] #11 15.25   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
18:01:55 [2020-10-05T18:01:55.030Z] #11 15.25   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
18:01:55 [2020-10-05T18:01:55.030Z] #11 15.27   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
18:01:55 [2020-10-05T18:01:55.030Z] #11 15.27 Suggested packages:
18:01:55 [2020-10-05T18:01:55.030Z] #11 15.28   gcc-8-locales seccomp wine64
18:01:55 [2020-10-05T18:01:55.065Z] #11 13.13 Reading package lists...
18:01:55 [2020-10-05T18:01:55.065Z] #11 ...
18:01:55 [2020-10-05T18:01:55.065Z] 
18:01:55 [2020-10-05T18:01:55.065Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:55 [2020-10-05T18:01:55.065Z] #40 5.695 Reading package lists...
18:01:55 [2020-10-05T18:01:55.065Z] #40 12.59 Reading package lists...
18:01:55 [2020-10-05T18:01:55.065Z] #40 ...
18:01:55 [2020-10-05T18:01:55.065Z] 
18:01:55 [2020-10-05T18:01:55.065Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:55 [2020-10-05T18:01:55.065Z] #49 11.33 + cd /tmp/tmp.eBaD8doM62/src/github.com/mvdan/sh
18:01:55 [2020-10-05T18:01:55.065Z] #49 11.33 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:55 [2020-10-05T18:01:55.065Z] #49 11.41 + GO111MODULE=on
18:01:55 [2020-10-05T18:01:55.065Z] #49 11.41 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
18:01:55 [2020-10-05T18:01:55.407Z] DEBUG: print all environment variables to check how Jenkins runs this script
18:01:55 [2020-10-05T18:01:55.407Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-9381dd4a\powershellScript.ps1'; exit $LASTEXITCODE;
18:01:55 [2020-10-05T18:01:55.407Z] ----------------------------------------------------------------------------
18:01:55 [2020-10-05T18:01:55.407Z] 
18:01:55 [2020-10-05T18:01:55.407Z] INFO: executeCI.ps1 starting at Mon Oct  5 18:01:53 CUT 2020
18:01:55 [2020-10-05T18:01:55.407Z] 
18:01:55 [2020-10-05T18:01:55.407Z] INFO: Script version 05-Feb-2019 09:03 PDT
18:01:55 [2020-10-05T18:01:55.407Z] INFO: Running git version 2.24.1.windows.2
18:01:55 [2020-10-05T18:01:55.407Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
18:01:55 [2020-10-05T18:01:55.407Z] INFO: Environment variables:
18:01:55 [2020-10-05T18:01:55.407Z] 
18:01:55 [2020-10-05T18:01:55.407Z] Name                           Value                                                                                   
18:01:55 [2020-10-05T18:01:55.407Z] ----                           -----                                                                                   
18:01:55 [2020-10-05T18:01:55.407Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
18:01:55 [2020-10-05T18:01:55.407Z] amd64                          true                                                                                    
18:01:55 [2020-10-05T18:01:55.407Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
18:01:55 [2020-10-05T18:01:55.407Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
18:01:55 [2020-10-05T18:01:55.407Z] arm64                          true                                                                                    
18:01:55 [2020-10-05T18:01:55.407Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
18:01:55 [2020-10-05T18:01:55.407Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
18:01:55 [2020-10-05T18:01:55.407Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
18:01:55 [2020-10-05T18:01:55.407Z] BRANCH_NAME                    PR-41527                                                                                
18:01:55 [2020-10-05T18:01:55.407Z] BUILD_DISPLAY_NAME             #4                                                                                      
18:01:55 [2020-10-05T18:01:55.407Z] BUILD_ID                       4                                                                                       
18:01:55 [2020-10-05T18:01:55.407Z] BUILD_NUMBER                   4                                                                                       
18:01:55 [2020-10-05T18:01:55.407Z] BUILD_TAG                      jenkins-moby-PR-41527-4                                                                 
18:01:55 [2020-10-05T18:01:55.407Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-41527/4/                              
18:01:55 [2020-10-05T18:01:55.407Z] CHANGE_AUTHOR                  thaJeztah                                                                               
18:01:55 [2020-10-05T18:01:55.407Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
18:01:55 [2020-10-05T18:01:55.407Z] CHANGE_BRANCH                  no_oom_score_adj                                                                        
18:01:55 [2020-10-05T18:01:55.407Z] CHANGE_FORK                    thaJeztah/docker                                                                        
18:01:55 [2020-10-05T18:01:55.407Z] CHANGE_ID                      41527                                                                                   
18:01:55 [2020-10-05T18:01:55.407Z] CHANGE_TARGET                  master                                                                                  
18:01:55 [2020-10-05T18:01:55.407Z] CHANGE_TITLE                   daemon: don't adjust oom-score if score is 0                                            
18:01:55 [2020-10-05T18:01:55.407Z] CHANGE_URL                     https://github.com/moby/moby/pull/41527                                                 
18:01:55 [2020-10-05T18:01:55.407Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
18:01:55 [2020-10-05T18:01:55.407Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
18:01:55 [2020-10-05T18:01:55.407Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
18:01:55 [2020-10-05T18:01:55.407Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
18:01:55 [2020-10-05T18:01:55.407Z] COMPUTERNAME                   azwin-2-5049a0                                                                          
18:01:55 [2020-10-05T18:01:55.407Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
18:01:55 [2020-10-05T18:01:55.407Z] ConfigSequenceNumber           0                                                                                       
18:01:55 [2020-10-05T18:01:55.407Z] dco                            true                                                                                    
18:01:55 [2020-10-05T18:01:55.407Z] DOCKER_BUILDKIT                0                                                                                       
18:01:55 [2020-10-05T18:01:55.407Z] DOCKER_DUT_DEBUG               1                                                                                       
18:01:55 [2020-10-05T18:01:55.407Z] DOCKER_EXPERIMENTAL            1                                                                                       
18:01:55 [2020-10-05T18:01:55.407Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
18:01:55 [2020-10-05T18:01:55.407Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
18:01:55 [2020-10-05T18:01:55.407Z] EXECUTOR_NUMBER                0                                                                                       
18:01:55 [2020-10-05T18:01:55.407Z] FQDN                           azwin-2-5049a0.westus.cloudapp.azure.com                                                
18:01:55 [2020-10-05T18:01:55.407Z] GIT_BRANCH                     PR-41527                                                                                
18:01:55 [2020-10-05T18:01:55.407Z] GIT_COMMIT                     cf7a5be0f2ee8bb4a3f7961682e13b89bc625299                                                
18:01:55 [2020-10-05T18:01:55.407Z] GIT_PREVIOUS_COMMIT            9bf2da569ec9fddc554f31685509f3166eb277d1                                                
18:01:55 [2020-10-05T18:01:55.407Z] GIT_URL                        https://github.com/moby/moby.git                                                        
18:01:55 [2020-10-05T18:01:55.407Z] HUDSON_COOKIE                  5ee6d422-3e58-4c94-aa04-a57f9033a253                                                    
18:01:55 [2020-10-05T18:01:55.407Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
18:01:55 [2020-10-05T18:01:55.407Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
18:01:55 [2020-10-05T18:01:55.407Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
18:01:55 [2020-10-05T18:01:55.407Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64                          
18:01:55 [2020-10-05T18:01:55.407Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
18:01:55 [2020-10-05T18:01:55.407Z] JENKINS_NODE_COOKIE            96d51702-d52b-4c6c-9595-104e220e3111                                                    
18:01:55 [2020-10-05T18:01:55.407Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
18:01:55 [2020-10-05T18:01:55.407Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
18:01:55 [2020-10-05T18:01:55.407Z] JOB_BASE_NAME                  PR-41527                                                                                
18:01:55 [2020-10-05T18:01:55.407Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41527/display/redirect                
18:01:55 [2020-10-05T18:01:55.407Z] JOB_NAME                       moby/PR-41527                                                                           
18:01:55 [2020-10-05T18:01:55.408Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-41527/                                
18:01:55 [2020-10-05T18:01:55.408Z] library.jps.version            master                                                                                  
18:01:55 [2020-10-05T18:01:55.408Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
18:01:55 [2020-10-05T18:01:55.408Z] NODE_LABELS                    amd64 azure azwin-2-5049a0 azwin-2019 docker west-us windows windows-2019 x86_64        
18:01:55 [2020-10-05T18:01:55.408Z] NODE_NAME                      azwin-2-5049a0                                                                          
18:01:55 [2020-10-05T18:01:55.408Z] NUMBER_OF_PROCESSORS           4                                                                                       
18:01:55 [2020-10-05T18:01:55.408Z] OS                             Windows_NT                                                                              
18:01:55 [2020-10-05T18:01:55.408Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
18:01:55 [2020-10-05T18:01:55.408Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
18:01:55 [2020-10-05T18:01:55.408Z] ppc64le                        true                                                                                    
18:01:55 [2020-10-05T18:01:55.408Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
18:01:55 [2020-10-05T18:01:55.408Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
18:01:55 [2020-10-05T18:01:55.408Z] PROCESSOR_LEVEL                6                                                                                       
18:01:55 [2020-10-05T18:01:55.408Z] PROCESSOR_REVISION             5504                                                                                    
18:01:55 [2020-10-05T18:01:55.408Z] ProgramData                    C:\ProgramData                                                                          
18:01:55 [2020-10-05T18:01:55.408Z] ProgramFiles                   C:\Program Files                                                                        
18:01:55 [2020-10-05T18:01:55.408Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
18:01:55 [2020-10-05T18:01:55.408Z] ProgramW6432                   C:\Program Files                                                                        
18:01:55 [2020-10-05T18:01:55.408Z] PROMPT                         $P$G                                                                                    
18:01:55 [2020-10-05T18:01:55.408Z] PSExecutionPolicyPreference    Bypass                                                                                  
18:01:55 [2020-10-05T18:01:55.408Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
18:01:55 [2020-10-05T18:01:55.408Z] PUBLIC                         C:\Users\Public                                                                         
18:01:55 [2020-10-05T18:01:55.408Z] rootless                       true                                                                                    
18:01:55 [2020-10-05T18:01:55.408Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-41527/4/display/redirect?page=changes 
18:01:55 [2020-10-05T18:01:55.408Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41527/4/display/redirect              
18:01:55 [2020-10-05T18:01:55.408Z] s390x                          true                                                                                    
18:01:55 [2020-10-05T18:01:55.408Z] SKIP_VALIDATION_TESTS          1                                                                                       
18:01:55 [2020-10-05T18:01:55.408Z] SOURCES_DRIVE                  d                                                                                       
18:01:55 [2020-10-05T18:01:55.408Z] SOURCES_SUBDIR                 gopath                                                                                  
18:01:55 [2020-10-05T18:01:55.408Z] STAGE_NAME                     Run tests                                                                               
18:01:55 [2020-10-05T18:01:55.408Z] SystemDrive                    C:                                                                                      
18:01:55 [2020-10-05T18:01:55.408Z] SystemRoot                     C:\windows                                                                              
18:01:55 [2020-10-05T18:01:55.408Z] TEMP                           C:\windows\TEMP                                                                         
18:01:55 [2020-10-05T18:01:55.408Z] TESTDEBUG                      0                                                                                       
18:01:55 [2020-10-05T18:01:55.408Z] TESTRUN_DRIVE                  d                                                                                       
18:01:55 [2020-10-05T18:01:55.408Z] TESTRUN_SUBDIR                 CI                                                                                      
18:01:55 [2020-10-05T18:01:55.408Z] TIMEOUT                        120m                                                                                    
18:01:55 [2020-10-05T18:01:55.408Z] TMP                            C:\windows\TEMP                                                                         
18:01:55 [2020-10-05T18:01:55.408Z] unit_validate                  true                                                                                    
18:01:55 [2020-10-05T18:01:55.408Z] USERDOMAIN                     WORKGROUP                                                                               
18:01:55 [2020-10-05T18:01:55.408Z] USERNAME                       azwin-2-5049a0$                                                                         
18:01:55 [2020-10-05T18:01:55.408Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
18:01:55 [2020-10-05T18:01:55.408Z] validate_force                 false                                                                                   
18:01:55 [2020-10-05T18:01:55.408Z] windir                         C:\windows                                                                              
18:01:55 [2020-10-05T18:01:55.408Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
18:01:55 [2020-10-05T18:01:55.408Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
18:01:55 [2020-10-05T18:01:55.408Z] windowsRS1                     false                                                                                   
18:01:55 [2020-10-05T18:01:55.408Z] windowsRS5                     true                                                                                    
18:01:55 [2020-10-05T18:01:55.408Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Sources under d:\gopath\...
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Test run under d:\CI\...
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Running in D:\gopath\src\github.com\docker\docker
18:01:55 [2020-10-05T18:01:55.408Z] INFO: docker/docker repository was found
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1457'
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Docker version of control daemon
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] Client: Docker Engine - Enterprise
18:01:55 [2020-10-05T18:01:55.408Z]  Version:           19.03.12
18:01:55 [2020-10-05T18:01:55.408Z]  API version:       1.40
18:01:55 [2020-10-05T18:01:55.408Z]  Go version:        go1.13.13
18:01:55 [2020-10-05T18:01:55.408Z]  Git commit:        4306744
18:01:55 [2020-10-05T18:01:55.408Z]  Built:             08/05/2020 19:27:53
18:01:55 [2020-10-05T18:01:55.408Z]  OS/Arch:           windows/amd64
18:01:55 [2020-10-05T18:01:55.408Z]  Experimental:      false
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] Server: Docker Engine - Enterprise
18:01:55 [2020-10-05T18:01:55.408Z]  Engine:
18:01:55 [2020-10-05T18:01:55.408Z]   Version:          19.03.12
18:01:55 [2020-10-05T18:01:55.408Z]   API version:      1.40 (minimum version 1.24)
18:01:55 [2020-10-05T18:01:55.408Z]   Go version:       go1.13.13
18:01:55 [2020-10-05T18:01:55.408Z]   Git commit:       f295753ffd
18:01:55 [2020-10-05T18:01:55.408Z]   Built:            08/05/2020 19:26:41
18:01:55 [2020-10-05T18:01:55.408Z]   OS/Arch:          windows/amd64
18:01:55 [2020-10-05T18:01:55.408Z]   Experimental:     true
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Docker info of control daemon
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] Client:
18:01:55 [2020-10-05T18:01:55.408Z]  Debug Mode: false
18:01:55 [2020-10-05T18:01:55.408Z]  Plugins:
18:01:55 [2020-10-05T18:01:55.408Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] Server:
18:01:55 [2020-10-05T18:01:55.408Z]  Containers: 1
18:01:55 [2020-10-05T18:01:55.408Z]   Running: 0
18:01:55 [2020-10-05T18:01:55.408Z]   Paused: 0
18:01:55 [2020-10-05T18:01:55.408Z]   Stopped: 1
18:01:55 [2020-10-05T18:01:55.408Z]  Images: 10
18:01:55 [2020-10-05T18:01:55.408Z]  Server Version: 19.03.12
18:01:55 [2020-10-05T18:01:55.408Z]  Storage Driver: windowsfilter (windows) lcow (linux)
18:01:55 [2020-10-05T18:01:55.408Z]   Windows: 
18:01:55 [2020-10-05T18:01:55.408Z]   LCOW: 
18:01:55 [2020-10-05T18:01:55.408Z]  Logging Driver: json-file
18:01:55 [2020-10-05T18:01:55.408Z]  Plugins:
18:01:55 [2020-10-05T18:01:55.408Z]   Volume: local
18:01:55 [2020-10-05T18:01:55.408Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:01:55 [2020-10-05T18:01:55.408Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:01:55 [2020-10-05T18:01:55.408Z]  Swarm: inactive
18:01:55 [2020-10-05T18:01:55.408Z]  Default Isolation: process
18:01:55 [2020-10-05T18:01:55.408Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
18:01:55 [2020-10-05T18:01:55.408Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
18:01:55 [2020-10-05T18:01:55.408Z]  OSType: windows
18:01:55 [2020-10-05T18:01:55.408Z]  Architecture: x86_64
18:01:55 [2020-10-05T18:01:55.408Z]  CPUs: 4
18:01:55 [2020-10-05T18:01:55.408Z]  Total Memory: 32GiB
18:01:55 [2020-10-05T18:01:55.408Z]  Name: azwin-2-5049a0
18:01:55 [2020-10-05T18:01:55.408Z]  ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2
18:01:55 [2020-10-05T18:01:55.408Z]  Docker Root Dir: D:\docker
18:01:55 [2020-10-05T18:01:55.408Z]  Debug Mode: false
18:01:55 [2020-10-05T18:01:55.408Z]  Registry: https://index.docker.io/v1/
18:01:55 [2020-10-05T18:01:55.408Z]  Labels:
18:01:55 [2020-10-05T18:01:55.408Z]  Experimental: true
18:01:55 [2020-10-05T18:01:55.408Z]  Insecure Registries:
18:01:55 [2020-10-05T18:01:55.408Z]   10.0.0.4:5000
18:01:55 [2020-10-05T18:01:55.408Z]   127.0.0.0/8
18:01:55 [2020-10-05T18:01:55.408Z]  Registry Mirrors:
18:01:55 [2020-10-05T18:01:55.408Z]   http://10.0.0.4:5000/
18:01:55 [2020-10-05T18:01:55.408Z]  Live Restore Enabled: false
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] 
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Commit hash is cf7a5be0f2
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Nuke-Everything...
18:01:55 [2020-10-05T18:01:55.408Z] INFO: Container count on control daemon to delete is 1
18:01:55 [2020-10-05T18:01:55.721Z] #40 21.71 The following NEW packages will be installed:
18:01:55 [2020-10-05T18:01:55.721Z] #40 21.71   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
18:01:55 [2020-10-05T18:01:55.721Z] #40 21.72   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
18:01:55 [2020-10-05T18:01:55.721Z] #40 21.72   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
18:01:55 [2020-10-05T18:01:55.721Z] #40 21.72   python-six zlib1g-dev
18:01:55 [2020-10-05T18:01:55.768Z] #11 16.44 The following NEW packages will be installed:
18:01:55 [2020-10-05T18:01:55.768Z] #11 16.44   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
18:01:55 [2020-10-05T18:01:55.768Z] #11 16.44   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
18:01:55 [2020-10-05T18:01:55.768Z] #11 16.44   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
18:01:55 [2020-10-05T18:01:55.768Z] #11 16.44   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
18:01:55 [2020-10-05T18:01:55.768Z] #11 16.44   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
18:01:55 [2020-10-05T18:01:55.768Z] #11 16.45   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
18:01:55 [2020-10-05T18:01:55.867Z] 9ca55b9e68ea
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.15 0 upgraded, 17 newly installed, 0 to remove and 2 not upgraded.
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.15 Need to get 4095 kB of archives.
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.15 After this operation, 22.5 MB of additional disk space will be used.
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
18:01:55 [2020-10-05T18:01:55.980Z] #40 22.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
18:01:55 [2020-10-05T18:01:55.981Z] #40 22.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
18:01:55 [2020-10-05T18:01:55.981Z] #40 22.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
18:01:55 [2020-10-05T18:01:55.981Z] #40 22.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
18:01:55 [2020-10-05T18:01:55.981Z] #40 22.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
18:01:56 [2020-10-05T18:01:56.240Z] #40 22.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
18:01:56 [2020-10-05T18:01:56.240Z] #40 22.47 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
18:01:56 [2020-10-05T18:01:56.240Z] #40 22.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
18:01:56 [2020-10-05T18:01:56.326Z] INFO: Nuking d:\CI
18:01:56 [2020-10-05T18:01:56.347Z] #11 16.86 0 upgraded, 25 newly installed, 0 to remove and 2 not upgraded.
18:01:56 [2020-10-05T18:01:56.347Z] #11 16.86 Need to get 73.3 MB of archives.
18:01:56 [2020-10-05T18:01:56.347Z] #11 16.86 After this operation, 472 MB of additional disk space will be used.
18:01:56 [2020-10-05T18:01:56.347Z] #11 16.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
18:01:56 [2020-10-05T18:01:56.347Z] #11 16.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
18:01:56 [2020-10-05T18:01:56.347Z] #11 17.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
18:01:56 [2020-10-05T18:01:56.347Z] #11 17.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
18:01:56 [2020-10-05T18:01:56.347Z] #11 17.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
18:01:56 [2020-10-05T18:01:56.347Z] #11 17.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
18:01:56 [2020-10-05T18:01:56.433Z] #49 12.53 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:01:56 [2020-10-05T18:01:56.433Z] #49 12.60 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:01:56 [2020-10-05T18:01:56.433Z] #49 12.62 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:01:56 [2020-10-05T18:01:56.433Z] #49 12.79 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:01:56 [2020-10-05T18:01:56.500Z] #40 22.55 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
18:01:56 [2020-10-05T18:01:56.500Z] #40 22.55 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
18:01:56 [2020-10-05T18:01:56.500Z] #40 22.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
18:01:56 [2020-10-05T18:01:56.500Z] #40 22.59 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
18:01:56 [2020-10-05T18:01:56.690Z] #49 12.96 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:01:56 [2020-10-05T18:01:56.832Z] #56 ...
18:01:56 [2020-10-05T18:01:56.832Z] 
18:01:56 [2020-10-05T18:01:56.832Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.591 + RM_GOPATH=0
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.591 + TMP_GOPATH=
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.591 + : /build
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.591 + '[' -z '' ']'
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.592 ++ mktemp -d
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.593 + export GOPATH=/tmp/tmp.0iHW372AzL
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.595 + GOPATH=/tmp/tmp.0iHW372AzL
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.596 + RM_GOPATH=1
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.596 + case "$(go env GOARCH)" in
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.599 ++ go env GOARCH
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.604 + export GO_BUILDMODE=-buildmode=pie
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.626 + GO_BUILDMODE=-buildmode=pie
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.652 ++ dirname /tmp/install/install.sh
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.653 + dir=/tmp/install
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.654 + bin=tini
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.654 + shift
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.654 + '[' '!' -f /tmp/install/tini.installer ']'
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.655 + . /tmp/install/tini.installer
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.655 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.655 + install_tini
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.656 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.656 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.656 + git clone https://github.com/krallin/tini.git /tmp/tmp.0iHW372AzL/tini
18:01:56 [2020-10-05T18:01:56.832Z] #35 0.674 Cloning into '/tmp/tmp.0iHW372AzL/tini'...
18:01:56 [2020-10-05T18:01:56.832Z] #35 1.632 + cd /tmp/tmp.0iHW372AzL/tini
18:01:56 [2020-10-05T18:01:56.832Z] #35 1.632 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
18:01:56 [2020-10-05T18:01:56.832Z] #35 1.660 + cmake .
18:01:56 [2020-10-05T18:01:56.832Z] #35 2.467 -- The C compiler identification is GNU 8.3.0
18:01:56 [2020-10-05T18:01:56.832Z] #35 2.552 -- Check for working C compiler: /usr/bin/cc
18:01:56 [2020-10-05T18:01:56.832Z] #35 3.298 -- Check for working C compiler: /usr/bin/cc -- works
18:01:56 [2020-10-05T18:01:56.832Z] #35 3.301 -- Detecting C compiler ABI info
18:01:56 [2020-10-05T18:01:56.832Z] #35 4.113 -- Detecting C compiler ABI info - done
18:01:56 [2020-10-05T18:01:56.832Z] #35 4.202 -- Detecting C compile features
18:01:56 [2020-10-05T18:01:56.832Z] #35 6.285 -- Detecting C compile features - done
18:01:56 [2020-10-05T18:01:56.832Z] #35 6.343 -- Performing Test HAS_BUILTIN_FORTIFY
18:01:56 [2020-10-05T18:01:56.833Z] #35 6.567 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
18:01:56 [2020-10-05T18:01:56.833Z] #35 6.763 -- Configuring done
18:01:56 [2020-10-05T18:01:56.833Z] #35 6.785 -- Generating done
18:01:56 [2020-10-05T18:01:56.833Z] #35 6.793 -- Build files have been written to: /tmp/tmp.0iHW372AzL/tini
18:01:56 [2020-10-05T18:01:56.833Z] #35 6.803 + make tini-static
18:01:56 [2020-10-05T18:01:56.833Z] #35 7.218 Scanning dependencies of target tini-static
18:01:56 [2020-10-05T18:01:56.833Z] #35 7.320 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
18:01:56 [2020-10-05T18:01:56.833Z] #35 9.002 [100%] Linking C executable tini-static
18:01:56 [2020-10-05T18:01:56.833Z] #35 9.578 [100%] Built target tini-static
18:01:56 [2020-10-05T18:01:56.833Z] #35 9.660 + mkdir -p /build
18:01:56 [2020-10-05T18:01:56.833Z] #35 9.664 + cp tini-static /build/docker-init
18:01:56 [2020-10-05T18:01:56.833Z] #35 DONE 9.8s
18:01:56 [2020-10-05T18:01:56.926Z] #11 17.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
18:01:57 [2020-10-05T18:01:57.070Z] #40 ...
18:01:57 [2020-10-05T18:01:57.070Z] 
18:01:57 [2020-10-05T18:01:57.070Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:57 [2020-10-05T18:01:57.070Z] #43 19.21 internal/poll
18:01:57 [2020-10-05T18:01:57.070Z] #43 19.60 internal/fmtsort
18:01:57 [2020-10-05T18:01:57.141Z] 
18:01:57 [2020-10-05T18:01:57.141Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.634 + RM_GOPATH=0
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.634 + TMP_GOPATH=
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.634 + : /build
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.634 + '[' -z '' ']'
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.646 ++ mktemp -d
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.648 + export GOPATH=/tmp/tmp.rYXdr6Rav9
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.648 + GOPATH=/tmp/tmp.rYXdr6Rav9
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.648 + RM_GOPATH=1
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.648 + case "$(go env GOARCH)" in
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.649 ++ go env GOARCH
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.661 + export GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.661 + GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.687 ++ dirname /tmp/install/install.sh
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.689 + dir=/tmp/install
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.708 + bin=dockercli
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.708 + shift
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.710 + '[' '!' -f /tmp/install/dockercli.installer ']'
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.710 + . /tmp/install/dockercli.installer
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.711 ++ : stable
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.711 ++ : 17.06.2-ce
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.713 + install_dockercli
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.718 + echo 'Install docker/cli version 17.06.2-ce from stable'
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.720 Install docker/cli version 17.06.2-ce from stable
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.721 ++ uname -m
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.746 + arch=ppc64le
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.750 + '[' ppc64le '!=' x86_64 ']'
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.751 + '[' ppc64le '!=' s390x ']'
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.751 + '[' ppc64le '!=' armhf ']'
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.751 + build_dockercli
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.752 + git clone https://github.com/docker/docker-ce /tmp/tmp.rYXdr6Rav9/tmp/docker-ce
18:01:57 [2020-10-05T18:01:57.141Z] #22 0.783 Cloning into '/tmp/tmp.rYXdr6Rav9/tmp/docker-ce'...
18:01:57 [2020-10-05T18:01:57.141Z] #22 ...
18:01:57 [2020-10-05T18:01:57.141Z] 
18:01:57 [2020-10-05T18:01:57.141Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.640 + RM_GOPATH=0
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.640 + TMP_GOPATH=
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.640 + : /build
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.640 + '[' -z '' ']'
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.642 ++ mktemp -d
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.654 + export GOPATH=/tmp/tmp.ELFARYb36t
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.654 + GOPATH=/tmp/tmp.ELFARYb36t
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.654 + RM_GOPATH=1
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.654 + case "$(go env GOARCH)" in
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.657 ++ go env GOARCH
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.712 + export GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.712 + GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.717 ++ dirname /tmp/install/install.sh
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.731 + dir=/tmp/install
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.746 + bin=containerd
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.746 + shift
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.747 + '[' '!' -f /tmp/install/containerd.installer ']'
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.747 + . /tmp/install/containerd.installer
18:01:57 [2020-10-05T18:01:57.141Z] #54 0.747 ++ set -e
18:01:57 [2020-10-05T18:01:57.142Z] #54 0.748 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
18:01:57 [2020-10-05T18:01:57.142Z] #54 0.748 + install_containerd
18:01:57 [2020-10-05T18:01:57.142Z] #54 0.749 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
18:01:57 [2020-10-05T18:01:57.142Z] #54 0.750 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ELFARYb36t/src/github.com/containerd/containerd
18:01:57 [2020-10-05T18:01:57.142Z] #54 0.750 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
18:01:57 [2020-10-05T18:01:57.142Z] #54 0.781 Cloning into '/tmp/tmp.ELFARYb36t/src/github.com/containerd/containerd'...
18:01:57 [2020-10-05T18:01:57.191Z] #11 ...
18:01:57 [2020-10-05T18:01:57.191Z] 
18:01:57 [2020-10-05T18:01:57.191Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:01:57 [2020-10-05T18:01:57.191Z] #27 11.05 #=#=#                                                                         
##O#- #                                                                       
##O=#  #                                                                      
18:01:57 [2020-10-05T18:01:57.191Z] #27 12.82 
                                                                           0.2%
#######################                                                   32.3%
###################################                                       48.6%
##################################################                        70.1%
######################################################################## 100.0%
18:01:57 [2020-10-05T18:01:57.253Z] #49 13.66 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:01:57 [2020-10-05T18:01:57.292Z] INFO: Zapped successfully
18:01:57 [2020-10-05T18:01:57.292Z] INFO: Location for testing is d:\CI\PR-41527\4
18:01:57 [2020-10-05T18:01:57.292Z] INFO: Validating GOLang consistency in Dockerfile.windows...
18:01:57 [2020-10-05T18:01:57.292Z] 
18:01:57 [2020-10-05T18:01:57.292Z] 
18:01:57 [2020-10-05T18:01:57.292Z] INFO: Building the image from Dockerfile.windows at 10/05/2020 18:01:57...
18:01:57 [2020-10-05T18:01:57.292Z] 
18:01:57 [2020-10-05T18:01:57.446Z] #54 ...
18:01:57 [2020-10-05T18:01:57.446Z] 
18:01:57 [2020-10-05T18:01:57.446Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.645 + RM_GOPATH=0
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.645 + TMP_GOPATH=
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.645 + : /build
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.645 + '[' -z '' ']'
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.646 ++ mktemp -d
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.651 + export GOPATH=/tmp/tmp.PjrVKrYWHJ
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.651 + GOPATH=/tmp/tmp.PjrVKrYWHJ
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.651 + RM_GOPATH=1
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.651 + case "$(go env GOARCH)" in
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.654 ++ go env GOARCH
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.706 + export GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.707 + GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.708 ++ dirname /tmp/install/install.sh
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.709 + dir=/tmp/install
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.709 + bin=tomlv
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.710 + shift
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.710 + '[' '!' -f /tmp/install/tomlv.installer ']'
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.710 + . /tmp/install/tomlv.installer
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.710 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.711 + install_tomlv
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.711 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.712 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.PjrVKrYWHJ/src/github.com/BurntSushi/toml
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.712 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:57 [2020-10-05T18:01:57.446Z] #32 0.724 Cloning into '/tmp/tmp.PjrVKrYWHJ/src/github.com/BurntSushi/toml'...
18:01:57 [2020-10-05T18:01:57.446Z] #32 1.951 + cd /tmp/tmp.PjrVKrYWHJ/src/github.com/BurntSushi/toml
18:01:57 [2020-10-05T18:01:57.446Z] #32 1.962 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
18:01:57 [2020-10-05T18:01:57.446Z] #32 1.975 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
18:01:57 [2020-10-05T18:01:57.446Z] #32 3.042 reflect
18:01:57 [2020-10-05T18:01:57.446Z] #32 3.046 strings
18:01:57 [2020-10-05T18:01:57.446Z] #32 3.070 bufio
18:01:57 [2020-10-05T18:01:57.446Z] #32 3.087 syscall
18:01:57 [2020-10-05T18:01:57.446Z] #32 9.098 text/tabwriter
18:01:57 [2020-10-05T18:01:57.446Z] #32 ...
18:01:57 [2020-10-05T18:01:57.446Z] 
18:01:57 [2020-10-05T18:01:57.446Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.580 + RM_GOPATH=0
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.586 + TMP_GOPATH=
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.588 + : /build
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.589 + '[' -z '' ']'
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.594 ++ mktemp -d
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.596 + export GOPATH=/tmp/tmp.HA7RQZis5I
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.596 + GOPATH=/tmp/tmp.HA7RQZis5I
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.596 + RM_GOPATH=1
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.596 + case "$(go env GOARCH)" in
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.596 ++ go env GOARCH
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.622 + export GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.625 + GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.652 ++ dirname /tmp/install/install.sh
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.664 + dir=/tmp/install
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.664 + bin=golangci_lint
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.664 + shift
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.665 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.665 + . /tmp/install/golangci_lint.installer
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.665 ++ : v1.23.8
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.666 + install_golangci_lint
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.666 + echo 'Installing golangci-lint version v1.23.8'
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.667 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
18:01:57 [2020-10-05T18:01:57.446Z] #47 0.667 Installing golangci-lint version v1.23.8
18:01:57 [2020-10-05T18:01:57.757Z] #47 ...
18:01:57 [2020-10-05T18:01:57.757Z] 
18:01:57 [2020-10-05T18:01:57.757Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.330 + RM_GOPATH=0
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.331 + TMP_GOPATH=
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.331 + : /build
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.331 + '[' -z '' ']'
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.332 ++ mktemp -d
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.337 + export GOPATH=/tmp/tmp.CI60ukcQG0
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.337 + GOPATH=/tmp/tmp.CI60ukcQG0
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.338 + RM_GOPATH=1
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.338 + case "$(go env GOARCH)" in
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.340 ++ go env GOARCH
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.355 + export GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.356 + GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.356 ++ dirname /tmp/install/install.sh
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.360 + dir=/tmp/install
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.361 + bin=shfmt
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.361 + shift
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.361 + '[' '!' -f /tmp/install/shfmt.installer ']'
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.361 + . /tmp/install/shfmt.installer
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.361 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.362 + install_shfmt
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.362 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
18:01:57 [2020-10-05T18:01:57.757Z] #49 0.362 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:57 [2020-10-05T18:01:57.758Z] #49 0.362 + git clone https://github.com/mvdan/sh.git /tmp/tmp.CI60ukcQG0/src/github.com/mvdan/sh
18:01:57 [2020-10-05T18:01:57.758Z] #49 0.365 Cloning into '/tmp/tmp.CI60ukcQG0/src/github.com/mvdan/sh'...
18:01:57 [2020-10-05T18:01:57.758Z] #49 8.420 + cd /tmp/tmp.CI60ukcQG0/src/github.com/mvdan/sh
18:01:57 [2020-10-05T18:01:57.758Z] #49 8.420 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
18:01:57 [2020-10-05T18:01:57.758Z] #49 8.558 + GO111MODULE=on
18:01:57 [2020-10-05T18:01:57.758Z] #49 8.558 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
18:01:57 [2020-10-05T18:01:57.758Z] #49 10.45 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:01:57 [2020-10-05T18:01:57.758Z] #49 10.45 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:01:57 [2020-10-05T18:01:57.758Z] #49 10.51 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:01:57 [2020-10-05T18:01:57.758Z] #49 ...
18:01:57 [2020-10-05T18:01:57.758Z] 
18:01:57 [2020-10-05T18:01:57.758Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.615 + RM_GOPATH=0
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.615 + TMP_GOPATH=
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.616 + : /build
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.616 + '[' -z '' ']'
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.616 ++ mktemp -d
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.617 + export GOPATH=/tmp/tmp.4Hxit1aZkI
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.618 + GOPATH=/tmp/tmp.4Hxit1aZkI
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.618 + RM_GOPATH=1
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.618 + case "$(go env GOARCH)" in
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.619 ++ go env GOARCH
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.657 + export GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.658 + GO_BUILDMODE=-buildmode=pie
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.662 ++ dirname /tmp/install/install.sh
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.663 + dir=/tmp/install
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.665 + bin=vndr
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.665 + shift
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.669 + '[' '!' -f /tmp/install/vndr.installer ']'
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.670 + . /tmp/install/vndr.installer
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.670 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.671 + install_vndr
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.674 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.675 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.675 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.4Hxit1aZkI/src/github.com/LK4D4/vndr
18:01:57 [2020-10-05T18:01:57.758Z] #43 0.678 Cloning into '/tmp/tmp.4Hxit1aZkI/src/github.com/LK4D4/vndr'...
18:01:57 [2020-10-05T18:01:57.758Z] #43 1.652 + cd /tmp/tmp.4Hxit1aZkI/src/github.com/LK4D4/vndr
18:01:57 [2020-10-05T18:01:57.758Z] #43 1.652 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
18:01:57 [2020-10-05T18:01:57.758Z] #43 1.697 + go build -buildmode=pie -v -o /build/vndr .
18:01:57 [2020-10-05T18:01:57.758Z] #43 3.450 github.com/LK4D4/vndr/godl/singleflight
18:01:57 [2020-10-05T18:01:57.758Z] #43 3.470 reflect
18:01:57 [2020-10-05T18:01:57.758Z] #43 3.511 bufio
18:01:57 [2020-10-05T18:01:57.758Z] #43 3.550 syscall
18:01:57 [2020-10-05T18:01:57.758Z] #43 4.217 strings
18:01:57 [2020-10-05T18:01:57.758Z] #43 9.472 hash/crc32
18:01:58 [2020-10-05T18:01:58.009Z] #43 20.36 internal/syscall/execenv
18:01:58 [2020-10-05T18:01:58.067Z] #43 ...
18:01:58 [2020-10-05T18:01:58.067Z] 
18:01:58 [2020-10-05T18:01:58.067Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:01:58 [2020-10-05T18:01:58.067Z] #49 10.84 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:01:58 [2020-10-05T18:01:58.067Z] #49 11.02 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:01:58 [2020-10-05T18:01:58.182Z] #49 14.40 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:01:58 [2020-10-05T18:01:58.269Z] #43 20.62 internal/syscall/unix
18:01:58 [2020-10-05T18:01:58.839Z] #43 21.04 strings
18:01:58 [2020-10-05T18:01:58.839Z] #43 ...
18:01:58 [2020-10-05T18:01:58.839Z] 
18:01:58 [2020-10-05T18:01:58.839Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:01:58 [2020-10-05T18:01:58.839Z] #45 11.12 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:01:58 [2020-10-05T18:01:58.839Z] #45 13.51 go: finding github.com/fatih/color v1.9.0
18:01:58 [2020-10-05T18:01:58.839Z] #45 13.54 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:01:58 [2020-10-05T18:01:58.839Z] #45 13.58 go: finding github.com/pkg/errors v0.9.1
18:01:58 [2020-10-05T18:01:58.839Z] #45 13.72 go: finding github.com/spf13/pflag v1.0.3
18:01:58 [2020-10-05T18:01:58.839Z] #45 13.73 go: finding github.com/mattn/go-colorable v0.1.6
18:01:58 [2020-10-05T18:01:58.839Z] #45 13.87 go: finding github.com/mattn/go-isatty v0.0.12
18:01:58 [2020-10-05T18:01:58.839Z] #45 14.00 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:01:58 [2020-10-05T18:01:58.839Z] #45 14.14 go: finding github.com/jonboulle/clockwork v0.1.0
18:01:58 [2020-10-05T18:01:58.839Z] #45 14.15 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:01:58 [2020-10-05T18:01:58.839Z] #45 14.21 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:01:58 [2020-10-05T18:01:58.839Z] #45 14.21 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:01:58 [2020-10-05T18:01:58.839Z] #45 ...
18:01:58 [2020-10-05T18:01:58.839Z] 
18:01:58 [2020-10-05T18:01:58.839Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:01:58 [2020-10-05T18:01:58.839Z] #40 23.76 debconf: delaying package configuration, since apt-utils is not installed
18:01:58 [2020-10-05T18:01:58.839Z] #40 23.97 Fetched 4095 kB in 1s (5512 kB/s)
18:01:58 [2020-10-05T18:01:58.839Z] #40 24.09 Selecting previously unselected package libcap-dev:amd64.
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.17 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.18 Unpacking libcap-dev:amd64 (1:2.25-2) ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.31 Selecting previously unselected package libnet1:amd64.
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.31 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.32 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.46 Selecting previously unselected package libnet1-dev.
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.48 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.50 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.71 Selecting previously unselected package libnl-3-200:amd64.
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.71 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.71 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.85 Selecting previously unselected package libnl-3-dev:amd64.
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.88 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 24.89 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
18:01:58 [2020-10-05T18:01:58.840Z] #40 25.13 Selecting previously unselected package libprotobuf-c1:amd64.
18:01:59 [2020-10-05T18:01:59.099Z] #40 25.13 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
18:01:59 [2020-10-05T18:01:59.099Z] #40 25.14 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:01:59 [2020-10-05T18:01:59.100Z] #40 25.26 Selecting previously unselected package libprotobuf-c-dev:amd64.
18:01:59 [2020-10-05T18:01:59.100Z] #40 25.29 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
18:01:59 [2020-10-05T18:01:59.100Z] #40 25.30 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
18:01:59 [2020-10-05T18:01:59.110Z] #27 13.80 #=#=#                                                                         
##O#- #                                                                       
##O=#  #                                                                      
18:01:59 [2020-10-05T18:01:59.144Z] #49 12.03 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:01:59 [2020-10-05T18:01:59.359Z] #40 25.39 Selecting previously unselected package zlib1g-dev:amd64.
18:01:59 [2020-10-05T18:01:59.359Z] #40 25.40 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
18:01:59 [2020-10-05T18:01:59.359Z] #40 25.40 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
18:01:59 [2020-10-05T18:01:59.592Z] #49 15.85 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:01:59 [2020-10-05T18:01:59.619Z] #40 25.66 Selecting previously unselected package libprotobuf17:amd64.
18:01:59 [2020-10-05T18:01:59.619Z] #40 25.66 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
18:01:59 [2020-10-05T18:01:59.619Z] #40 25.69 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
18:02:00 [2020-10-05T18:02:00.175Z] #27 16.08 
                                                                           0.2%
#                                                                          1.4%
###################                                                       26.7%
#################################                                         47.1%
##################################################                        69.6%
##############################################################            87.4%
######################################################################## 100.0%
18:02:00 [2020-10-05T18:02:00.189Z] #40 26.51 Selecting previously unselected package libprotobuf-lite17:amd64.
18:02:00 [2020-10-05T18:02:00.189Z] #40 26.51 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
18:02:00 [2020-10-05T18:02:00.189Z] #40 26.51 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
18:02:00 [2020-10-05T18:02:00.206Z] #49 12.87 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:02:00 [2020-10-05T18:02:00.452Z] #40 ...
18:02:00 [2020-10-05T18:02:00.452Z] 
18:02:00 [2020-10-05T18:02:00.452Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:00 [2020-10-05T18:02:00.452Z] #11 10.33 Reading package lists...
18:02:00 [2020-10-05T18:02:00.452Z] #11 16.84 Building dependency tree...
18:02:00 [2020-10-05T18:02:00.452Z] #11 20.17 The following additional packages will be installed:
18:02:00 [2020-10-05T18:02:00.452Z] #11 20.18   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
18:02:00 [2020-10-05T18:02:00.452Z] #11 20.18   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
18:02:00 [2020-10-05T18:02:00.452Z] #11 20.18   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
18:02:00 [2020-10-05T18:02:00.452Z] #11 20.18   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
18:02:00 [2020-10-05T18:02:00.452Z] #11 20.19 Suggested packages:
18:02:00 [2020-10-05T18:02:00.452Z] #11 20.19   gcc-8-locales seccomp wine64
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.42 The following NEW packages will be installed:
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.44   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.44   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.44   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.45   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.45   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.45   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.87 0 upgraded, 25 newly installed, 0 to remove and 2 not upgraded.
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.87 Need to get 77.7 MB of archives.
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.87 After this operation, 487 MB of additional disk space will be used.
18:02:00 [2020-10-05T18:02:00.452Z] #11 21.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
18:02:00 [2020-10-05T18:02:00.452Z] #11 22.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
18:02:00 [2020-10-05T18:02:00.452Z] #11 22.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
18:02:00 [2020-10-05T18:02:00.452Z] #11 22.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
18:02:00 [2020-10-05T18:02:00.452Z] #11 22.36 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
18:02:00 [2020-10-05T18:02:00.452Z] #11 22.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
18:02:00 [2020-10-05T18:02:00.452Z] #11 22.90 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
18:02:00 [2020-10-05T18:02:00.452Z] #11 23.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
18:02:00 [2020-10-05T18:02:00.452Z] #11 23.20 Get:9 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]
18:02:00 [2020-10-05T18:02:00.452Z] #11 26.28 Get:10 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]
18:02:00 [2020-10-05T18:02:00.522Z] #49 ...
18:02:00 [2020-10-05T18:02:00.522Z] 
18:02:00 [2020-10-05T18:02:00.522Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:00 [2020-10-05T18:02:00.522Z] #43 16.78 time
18:02:00 [2020-10-05T18:02:00.712Z] #11 ...
18:02:00 [2020-10-05T18:02:00.712Z] 
18:02:00 [2020-10-05T18:02:00.712Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:00 [2020-10-05T18:02:00.712Z] #32 12.95 time
18:02:00 [2020-10-05T18:02:00.712Z] #32 18.80 internal/poll
18:02:00 [2020-10-05T18:02:00.712Z] #32 19.91 internal/fmtsort
18:02:00 [2020-10-05T18:02:00.712Z] #32 20.60 internal/syscall/execenv
18:02:00 [2020-10-05T18:02:00.712Z] #32 20.79 internal/syscall/unix
18:02:00 [2020-10-05T18:02:00.712Z] #32 21.00 strings
18:02:00 [2020-10-05T18:02:00.712Z] #32 21.21 os
18:02:00 [2020-10-05T18:02:00.712Z] #32 ...
18:02:00 [2020-10-05T18:02:00.712Z] 
18:02:00 [2020-10-05T18:02:00.712Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:00 [2020-10-05T18:02:00.712Z] #40 26.74 Selecting previously unselected package libprotobuf-dev:amd64.
18:02:00 [2020-10-05T18:02:00.712Z] #40 26.74 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
18:02:00 [2020-10-05T18:02:00.712Z] #40 26.75 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
18:02:00 [2020-10-05T18:02:00.755Z] #27 17.26 #=#=#                                                                         
18:02:00 [2020-10-05T18:02:00.755Z] #27 ...
18:02:00 [2020-10-05T18:02:00.755Z] 
18:02:00 [2020-10-05T18:02:00.755Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:02:00 [2020-10-05T18:02:00.755Z] #38 11.27 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
18:02:00 [2020-10-05T18:02:00.755Z] #38 13.18 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
18:02:00 [2020-10-05T18:02:00.755Z] #38 ...
18:02:00 [2020-10-05T18:02:00.755Z] 
18:02:00 [2020-10-05T18:02:00.755Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:00 [2020-10-05T18:02:00.755Z] #62 16.00 Checking out files:  91% (1745/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.
18:02:00 [2020-10-05T18:02:00.755Z] #62 16.31 + cd /tmp/tmp.DlcJgUzNTf/src/github.com/docker/libnetwork
18:02:00 [2020-10-05T18:02:00.755Z] #62 16.31 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b
18:02:00 [2020-10-05T18:02:00.755Z] #62 16.73 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
18:02:00 [2020-10-05T18:02:00.778Z] #43 ...
18:02:00 [2020-10-05T18:02:00.778Z] 
18:02:00 [2020-10-05T18:02:00.778Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:00 [2020-10-05T18:02:00.778Z] #34 5.613 Reading package lists...
18:02:00 [2020-10-05T18:02:00.778Z] #34 11.97 Reading package lists...
18:02:00 [2020-10-05T18:02:00.778Z] #34 18.22 Building dependency tree...
18:02:00 [2020-10-05T18:02:00.866Z] #49 ...
18:02:00 [2020-10-05T18:02:00.866Z] 
18:02:00 [2020-10-05T18:02:00.866Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:00 [2020-10-05T18:02:00.866Z] #40 3.828 Reading package lists...
18:02:00 [2020-10-05T18:02:00.866Z] #40 8.257 Reading package lists...
18:02:00 [2020-10-05T18:02:00.866Z] #40 13.77 Building dependency tree...
18:02:00 [2020-10-05T18:02:00.866Z] #40 15.41 Reading state information...
18:02:00 [2020-10-05T18:02:00.866Z] #40 16.49 The following additional packages will be installed:
18:02:00 [2020-10-05T18:02:00.866Z] #40 16.49   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
18:02:00 [2020-10-05T18:02:00.866Z] #40 16.49   libprotoc17 python-pkg-resources python-six zlib1g-dev
18:02:00 [2020-10-05T18:02:00.866Z] #40 16.49 Suggested packages:
18:02:00 [2020-10-05T18:02:00.866Z] #40 16.50   manpages-dev python-setuptools
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.36 The following NEW packages will be installed:
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.36   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.37   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.37   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.37   python-six zlib1g-dev
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.44 0 upgraded, 17 newly installed, 0 to remove and 2 not upgraded.
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.44 Need to get 4075 kB of archives.
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.44 After this operation, 24.5 MB of additional disk space will be used.
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.47 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.61 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.70 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.82 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.92 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.93 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.94 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB]
18:02:00 [2020-10-05T18:02:00.866Z] #40 17.96 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB]
18:02:01 [2020-10-05T18:02:01.035Z] #34 21.75 The following additional packages will be installed:
18:02:01 [2020-10-05T18:02:01.035Z] #34 21.76   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
18:02:01 [2020-10-05T18:02:01.035Z] #34 21.79 Suggested packages:
18:02:01 [2020-10-05T18:02:01.035Z] #34 21.79   cmake-doc ninja-build lrzip
18:02:01 [2020-10-05T18:02:01.035Z] #34 21.79 Recommended packages:
18:02:01 [2020-10-05T18:02:01.035Z] #34 21.79   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
18:02:01 [2020-10-05T18:02:01.035Z] #34 ...
18:02:01 [2020-10-05T18:02:01.035Z] 
18:02:01 [2020-10-05T18:02:01.035Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:01 [2020-10-05T18:02:01.035Z] #49 16.99 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:02:01 [2020-10-05T18:02:01.035Z] #49 17.05 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:02:01 [2020-10-05T18:02:01.035Z] #49 17.18 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:02:01 [2020-10-05T18:02:01.035Z] #49 17.22 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:02:01 [2020-10-05T18:02:01.035Z] #49 ...
18:02:01 [2020-10-05T18:02:01.035Z] 
18:02:01 [2020-10-05T18:02:01.035Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:02:01 [2020-10-05T18:02:01.035Z] #53 5.650 Reading package lists...
18:02:01 [2020-10-05T18:02:01.035Z] #53 12.34 Reading package lists...
18:02:01 [2020-10-05T18:02:01.035Z] #53 18.78 Building dependency tree...
18:02:01 [2020-10-05T18:02:01.035Z] #53 20.15 Reading state information...
18:02:01 [2020-10-05T18:02:01.112Z] #62 ...
18:02:01 [2020-10-05T18:02:01.112Z] 
18:02:01 [2020-10-05T18:02:01.112Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:02:01 [2020-10-05T18:02:01.112Z] #53 7.487 Reading package lists...
18:02:01 [2020-10-05T18:02:01.112Z] #53 11.80 Building dependency tree...
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.23 The following additional packages will be installed:
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.25   libbtrfs0
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.36 The following NEW packages will be installed:
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.38   libbtrfs-dev libbtrfs0
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.77 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.77 Need to get 119 kB of archives.
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.77 After this operation, 387 kB of additional disk space will be used.
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
18:02:01 [2020-10-05T18:02:01.112Z] #53 14.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
18:02:01 [2020-10-05T18:02:01.112Z] #53 15.89 debconf: delaying package configuration, since apt-utils is not installed
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.21 Fetched 119 kB in 0s (420 kB/s)
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.29 Selecting previously unselected package libbtrfs0.
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.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 ... 15383 files and directories currently installed.)
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.35 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.37 Unpacking libbtrfs0 (4.20.1-2) ...
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.51 Selecting previously unselected package libbtrfs-dev.
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.54 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.55 Unpacking libbtrfs-dev (4.20.1-2) ...
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.83 Setting up libbtrfs0 (4.20.1-2) ...
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.86 Setting up libbtrfs-dev (4.20.1-2) ...
18:02:01 [2020-10-05T18:02:01.112Z] #53 16.90 Processing triggers for libc-bin (2.28-10) ...
18:02:01 [2020-10-05T18:02:01.169Z] #40 ...
18:02:01 [2020-10-05T18:02:01.170Z] 
18:02:01 [2020-10-05T18:02:01.170Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:01 [2020-10-05T18:02:01.170Z] #11 7.934 Reading package lists...
18:02:01 [2020-10-05T18:02:01.170Z] #11 13.57 Building dependency tree...
18:02:01 [2020-10-05T18:02:01.170Z] #11 14.95 Reading state information...
18:02:01 [2020-10-05T18:02:01.170Z] #11 16.27 The following additional packages will be installed:
18:02:01 [2020-10-05T18:02:01.170Z] #11 16.27   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
18:02:01 [2020-10-05T18:02:01.170Z] #11 16.27   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
18:02:01 [2020-10-05T18:02:01.170Z] #11 16.27   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
18:02:01 [2020-10-05T18:02:01.170Z] #11 16.27   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
18:02:01 [2020-10-05T18:02:01.170Z] #11 16.28 Suggested packages:
18:02:01 [2020-10-05T18:02:01.170Z] #11 16.29   gcc-8-locales seccomp wine64
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.29 The following NEW packages will be installed:
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.29   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.29   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.29   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.29   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.30   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.30   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.45 0 upgraded, 25 newly installed, 0 to remove and 2 not upgraded.
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.45 Need to get 78.9 MB of archives.
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.45 After this operation, 532 MB of additional disk space will be used.
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB]
18:02:01 [2020-10-05T18:02:01.170Z] #11 17.70 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB]
18:02:01 [2020-10-05T18:02:01.170Z] #11 18.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
18:02:01 [2020-10-05T18:02:01.170Z] #11 18.06 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB]
18:02:01 [2020-10-05T18:02:01.170Z] #11 18.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB]
18:02:01 [2020-10-05T18:02:01.170Z] #11 18.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB]
18:02:01 [2020-10-05T18:02:01.170Z] #11 18.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
18:02:01 [2020-10-05T18:02:01.291Z] #53 ...
18:02:01 [2020-10-05T18:02:01.291Z] 
18:02:01 [2020-10-05T18:02:01.291Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:02:01 [2020-10-05T18:02:01.291Z] #38 16.58 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
18:02:01 [2020-10-05T18:02:01.291Z] #38 18.60 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
18:02:01 [2020-10-05T18:02:01.291Z] #38 ...
18:02:01 [2020-10-05T18:02:01.291Z] 
18:02:01 [2020-10-05T18:02:01.291Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:02:01 [2020-10-05T18:02:01.291Z] #53 22.30 The following additional packages will be installed:
18:02:01 [2020-10-05T18:02:01.381Z] #53 ...
18:02:01 [2020-10-05T18:02:01.381Z] 
18:02:01 [2020-10-05T18:02:01.381Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:01 [2020-10-05T18:02:01.381Z] #27 17.26 #=#=#                                                                         
##O#- #                                                                       
18:02:01 [2020-10-05T18:02:01.549Z] #53 22.33   libbtrfs0
18:02:01 [2020-10-05T18:02:01.549Z] #53 22.53 The following NEW packages will be installed:
18:02:01 [2020-10-05T18:02:01.549Z] #53 22.58   libbtrfs-dev libbtrfs0
18:02:01 [2020-10-05T18:02:01.650Z] #40 27.99 Selecting previously unselected package libprotoc17:amd64.
18:02:01 [2020-10-05T18:02:01.650Z] #40 27.99 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
18:02:01 [2020-10-05T18:02:01.806Z] #53 ...
18:02:01 [2020-10-05T18:02:01.806Z] 
18:02:01 [2020-10-05T18:02:01.806Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:02:01 [2020-10-05T18:02:01.806Z] #45 8.307 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:02:01 [2020-10-05T18:02:01.806Z] #45 8.687 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:02:01 [2020-10-05T18:02:01.806Z] #45 10.94 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:02:01 [2020-10-05T18:02:01.806Z] #45 13.42 go: finding github.com/fatih/color v1.9.0
18:02:01 [2020-10-05T18:02:01.806Z] #45 13.54 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:02:01 [2020-10-05T18:02:01.806Z] #45 13.55 go: finding github.com/pkg/errors v0.9.1
18:02:01 [2020-10-05T18:02:01.806Z] #45 13.64 go: finding github.com/mattn/go-colorable v0.1.6
18:02:01 [2020-10-05T18:02:01.806Z] #45 13.64 go: finding github.com/spf13/pflag v1.0.3
18:02:01 [2020-10-05T18:02:01.806Z] #45 13.73 go: finding github.com/mattn/go-isatty v0.0.12
18:02:01 [2020-10-05T18:02:01.806Z] #45 13.90 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:02:01 [2020-10-05T18:02:01.806Z] #45 14.10 go: finding github.com/jonboulle/clockwork v0.1.0
18:02:01 [2020-10-05T18:02:01.806Z] #45 14.12 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:02:01 [2020-10-05T18:02:01.806Z] #45 14.15 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:02:01 [2020-10-05T18:02:01.806Z] #45 14.17 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:02:01 [2020-10-05T18:02:01.850Z] #11 18.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB]
18:02:01 [2020-10-05T18:02:01.851Z] #11 18.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB]
18:02:01 [2020-10-05T18:02:01.910Z] #40 28.00 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
18:02:02 [2020-10-05T18:02:02.063Z] #45 ...
18:02:02 [2020-10-05T18:02:02.063Z] 
18:02:02 [2020-10-05T18:02:02.063Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:02 [2020-10-05T18:02:02.063Z] #34 22.65 The following NEW packages will be installed:
18:02:02 [2020-10-05T18:02:02.063Z] #34 22.68   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
18:02:02 [2020-10-05T18:02:02.063Z] #34 22.68   vim-common xxd
18:02:02 [2020-10-05T18:02:02.063Z] #34 23.06 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
18:02:02 [2020-10-05T18:02:02.063Z] #34 23.06 Need to get 14.9 MB of archives.
18:02:02 [2020-10-05T18:02:02.063Z] #34 23.06 After this operation, 61.8 MB of additional disk space will be used.
18:02:02 [2020-10-05T18:02:02.063Z] #34 23.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
18:02:02 [2020-10-05T18:02:02.063Z] #34 23.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
18:02:02 [2020-10-05T18:02:02.063Z] #34 23.07 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
18:02:02 [2020-10-05T18:02:02.158Z] #11 ...
18:02:02 [2020-10-05T18:02:02.158Z] 
18:02:02 [2020-10-05T18:02:02.158Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:02 [2020-10-05T18:02:02.158Z] #40 19.40 debconf: delaying package configuration, since apt-utils is not installed
18:02:02 [2020-10-05T18:02:02.320Z] #34 23.21 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
18:02:02 [2020-10-05T18:02:02.478Z] #40 28.64 Selecting previously unselected package protobuf-c-compiler.
18:02:02 [2020-10-05T18:02:02.478Z] #40 28.66 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
18:02:02 [2020-10-05T18:02:02.478Z] #40 28.67 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
18:02:02 [2020-10-05T18:02:02.738Z] #40 28.86 Selecting previously unselected package protobuf-compiler.
18:02:02 [2020-10-05T18:02:02.738Z] #40 28.86 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
18:02:02 [2020-10-05T18:02:02.738Z] #40 28.87 Unpacking protobuf-compiler (3.6.1.3-2) ...
18:02:02 [2020-10-05T18:02:02.863Z] #40 19.72 Fetched 4075 kB in 1s (6952 kB/s)
18:02:02 [2020-10-05T18:02:02.863Z] #40 19.92 Selecting previously unselected package libcap-dev:ppc64el.
18:02:02 [2020-10-05T18:02:02.863Z] #40 19.92 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
18:02:02 [2020-10-05T18:02:02.863Z] #40 19.97 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ...
18:02:02 [2020-10-05T18:02:02.863Z] #40 19.98 Unpacking libcap-dev:ppc64el (1:2.25-2) ...
18:02:02 [2020-10-05T18:02:02.863Z] #40 20.10 Selecting previously unselected package libnet1:ppc64el.
18:02:02 [2020-10-05T18:02:02.998Z] #40 29.03 Selecting previously unselected package python-pkg-resources.
18:02:02 [2020-10-05T18:02:02.998Z] #40 29.03 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
18:02:02 [2020-10-05T18:02:02.998Z] #40 29.04 Unpacking python-pkg-resources (40.8.0-1) ...
18:02:02 [2020-10-05T18:02:02.998Z] #40 29.28 Selecting previously unselected package python-six.
18:02:03 [2020-10-05T18:02:03.019Z] #27 17.76 
                                                                           0.0%
                                                                           0.5%
###                                                                        4.8%
#####                                                                      8.3%
########                                                                  12.4%
###########                                                               15.7%
##############                                                            20.1%
##################                                                        25.4%
#####################                                                     30.4%
########################                                                  33.5%
##########################                                                36.7%
###########################                                               38.0%
##############################                                            43.0%
##################################                                        48.0%
#####################################                                     51.8%
########################################                                  55.6%
###########################################                               60.3%
##############################################                            64.9%
################################################                          67.7%
18:02:03 [2020-10-05T18:02:03.019Z] #27 ...
18:02:03 [2020-10-05T18:02:03.019Z] 
18:02:03 [2020-10-05T18:02:03.019Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:03 [2020-10-05T18:02:03.019Z] #40 8.634 Reading package lists...
18:02:03 [2020-10-05T18:02:03.019Z] #40 14.22 Reading package lists...
18:02:03 [2020-10-05T18:02:03.019Z] #40 18.52 Building dependency tree...
18:02:03 [2020-10-05T18:02:03.019Z] #40 20.43 The following additional packages will be installed:
18:02:03 [2020-10-05T18:02:03.019Z] #40 20.44   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
18:02:03 [2020-10-05T18:02:03.019Z] #40 20.45   libprotoc17 python-pkg-resources python-six zlib1g-dev
18:02:03 [2020-10-05T18:02:03.019Z] #40 20.46 Suggested packages:
18:02:03 [2020-10-05T18:02:03.019Z] #40 20.46   manpages-dev python-setuptools
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.36 The following NEW packages will be installed:
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.36   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.36   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.36   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.36   python-six zlib1g-dev
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.91 0 upgraded, 17 newly installed, 0 to remove and 2 not upgraded.
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.91 Need to get 3798 kB of archives.
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.91 After this operation, 21.6 MB of additional disk space will be used.
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 21.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.16 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.25 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.38 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.47 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.47 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
18:02:03 [2020-10-05T18:02:03.019Z] #40 22.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
18:02:03 [2020-10-05T18:02:03.084Z] Sending build context to Docker daemon  56.81MB
18:02:03 [2020-10-05T18:02:03.084Z] 
18:02:03 [2020-10-05T18:02:03.084Z] Step 1/10 : FROM microsoft/windowsservercore
18:02:03 [2020-10-05T18:02:03.084Z]  ---> 715aaeac112d
18:02:03 [2020-10-05T18:02:03.084Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
18:02:03 [2020-10-05T18:02:03.084Z]  ---> Using cache
18:02:03 [2020-10-05T18:02:03.084Z]  ---> 90c5b6c18685
18:02:03 [2020-10-05T18:02:03.084Z] Step 3/10 : ARG GO_VERSION=1.13.15
18:02:03 [2020-10-05T18:02:03.084Z]  ---> Using cache
18:02:03 [2020-10-05T18:02:03.084Z]  ---> defeef59003e
18:02:03 [2020-10-05T18:02:03.084Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
18:02:03 [2020-10-05T18:02:03.084Z]  ---> Using cache
18:02:03 [2020-10-05T18:02:03.084Z]  ---> 6fed48969059
18:02:03 [2020-10-05T18:02:03.084Z] 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}
18:02:03 [2020-10-05T18:02:03.084Z]  ---> Using cache
18:02:03 [2020-10-05T18:02:03.084Z]  ---> 13dace959d80
18:02:03 [2020-10-05T18:02:03.084Z] 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;
18:02:03 [2020-10-05T18:02:03.084Z]  ---> Using cache
18:02:03 [2020-10-05T18:02:03.084Z]  ---> aa6230b85661
18:02:03 [2020-10-05T18:02:03.084Z] 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
18:02:03 [2020-10-05T18:02:03.084Z]  ---> Using cache
18:02:03 [2020-10-05T18:02:03.084Z]  ---> 8ed6fd428a9b
18:02:03 [2020-10-05T18:02:03.084Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
18:02:03 [2020-10-05T18:02:03.084Z]  ---> Using cache
18:02:03 [2020-10-05T18:02:03.084Z]  ---> f8f405856ccb
18:02:03 [2020-10-05T18:02:03.084Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
18:02:03 [2020-10-05T18:02:03.084Z]  ---> Using cache
18:02:03 [2020-10-05T18:02:03.084Z]  ---> 9bb81831b184
18:02:03 [2020-10-05T18:02:03.084Z] Step 10/10 : COPY . .
18:02:03 [2020-10-05T18:02:03.168Z] #40 20.11 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
18:02:03 [2020-10-05T18:02:03.168Z] #40 20.12 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
18:02:03 [2020-10-05T18:02:03.168Z] #40 20.29 Selecting previously unselected package libnet1-dev.
18:02:03 [2020-10-05T18:02:03.168Z] #40 20.30 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ...
18:02:03 [2020-10-05T18:02:03.168Z] #40 20.31 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
18:02:03 [2020-10-05T18:02:03.257Z] #40 29.29 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
18:02:03 [2020-10-05T18:02:03.257Z] #40 29.31 Unpacking python-six (1.12.0-1) ...
18:02:03 [2020-10-05T18:02:03.257Z] #40 29.39 Selecting previously unselected package python-protobuf.
18:02:03 [2020-10-05T18:02:03.257Z] #40 29.39 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
18:02:03 [2020-10-05T18:02:03.257Z] #40 29.41 Unpacking python-protobuf (3.6.1.3-2) ...
18:02:03 [2020-10-05T18:02:03.288Z] #40 ...
18:02:03 [2020-10-05T18:02:03.288Z] 
18:02:03 [2020-10-05T18:02:03.288Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:03 [2020-10-05T18:02:03.297Z] #34 24.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
18:02:03 [2020-10-05T18:02:03.297Z] #34 24.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
18:02:03 [2020-10-05T18:02:03.297Z] #34 24.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
18:02:03 [2020-10-05T18:02:03.297Z] #34 24.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
18:02:03 [2020-10-05T18:02:03.297Z] #34 24.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
18:02:03 [2020-10-05T18:02:03.297Z] #34 24.29 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
18:02:03 [2020-10-05T18:02:03.468Z] #40 20.60 Selecting previously unselected package libnl-3-200:ppc64el.
18:02:03 [2020-10-05T18:02:03.468Z] #40 20.63 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ...
18:02:03 [2020-10-05T18:02:03.468Z] #40 20.65 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
18:02:03 [2020-10-05T18:02:03.782Z] #40 20.76 Selecting previously unselected package libnl-3-dev:ppc64el.
18:02:03 [2020-10-05T18:02:03.782Z] #40 20.78 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ...
18:02:03 [2020-10-05T18:02:03.782Z] #40 20.80 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ...
18:02:04 [2020-10-05T18:02:04.094Z] #40 21.05 Selecting previously unselected package libprotobuf-c1:ppc64el.
18:02:04 [2020-10-05T18:02:04.094Z] #40 21.08 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
18:02:04 [2020-10-05T18:02:04.094Z] #40 21.09 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
18:02:04 [2020-10-05T18:02:04.094Z] #40 21.26 Selecting previously unselected package libprotobuf-c-dev:ppc64el.
18:02:04 [2020-10-05T18:02:04.094Z] #40 21.27 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ...
18:02:04 [2020-10-05T18:02:04.094Z] #40 21.27 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
18:02:04 [2020-10-05T18:02:04.195Z] #40 30.11 Setting up python-pkg-resources (40.8.0-1) ...
18:02:04 [2020-10-05T18:02:04.385Z] #27 17.76 
                                                                           0.0%
                                                                           0.5%
###                                                                        4.8%
#####                                                                      8.3%
########                                                                  12.4%
###########                                                               15.7%
##############                                                            20.1%
##################                                                        25.4%
#####################                                                     30.4%
########################                                                  33.5%
##########################                                                36.7%
###########################                                               38.0%
##############################                                            43.0%
##################################                                        48.0%
#####################################                                     51.8%
########################################                                  55.6%
###########################################                               60.3%
##############################################                            64.9%
################################################                          67.7%
##################################################                        70.7%
###################################################                       72.1%
#####################################################                     73.9%
###########################################################               82.3%
##############################################################            87.4%
#################################################################         91.3%
###################################################################       93.4%
######################################################################## 100.0%
18:02:04 [2020-10-05T18:02:04.385Z] #27 ...
18:02:04 [2020-10-05T18:02:04.385Z] 
18:02:04 [2020-10-05T18:02:04.385Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:04 [2020-10-05T18:02:04.385Z] #43 11.03 vendor/golang.org/x/crypto/internal/subtle
18:02:04 [2020-10-05T18:02:04.385Z] #43 ...
18:02:04 [2020-10-05T18:02:04.385Z] 
18:02:04 [2020-10-05T18:02:04.385Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:04 [2020-10-05T18:02:04.385Z] #34 14.39 Reading package lists...
18:02:04 [2020-10-05T18:02:04.385Z] #34 18.91 Building dependency tree...
18:02:04 [2020-10-05T18:02:04.385Z] #34 21.31 The following additional packages will be installed:
18:02:04 [2020-10-05T18:02:04.385Z] #34 21.32   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
18:02:04 [2020-10-05T18:02:04.385Z] #34 21.33 Suggested packages:
18:02:04 [2020-10-05T18:02:04.385Z] #34 21.33   cmake-doc ninja-build lrzip
18:02:04 [2020-10-05T18:02:04.385Z] #34 21.33 Recommended packages:
18:02:04 [2020-10-05T18:02:04.385Z] #34 21.33   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.29 The following NEW packages will be installed:
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.31   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.32   vim-common xxd
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.68 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.68 Need to get 14.2 MB of archives.
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.68 After this operation, 60.0 MB of additional disk space will be used.
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 22.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 23.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 23.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 24.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 24.04 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 24.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 24.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
18:02:04 [2020-10-05T18:02:04.385Z] #34 24.17 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
18:02:04 [2020-10-05T18:02:04.396Z] #40 21.44 Selecting previously unselected package zlib1g-dev:ppc64el.
18:02:04 [2020-10-05T18:02:04.396Z] #40 21.45 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ...
18:02:04 [2020-10-05T18:02:04.396Z] #40 21.46 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
18:02:04 [2020-10-05T18:02:04.396Z] #40 ...
18:02:04 [2020-10-05T18:02:04.396Z] 
18:02:04 [2020-10-05T18:02:04.396Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:02:04 [2020-10-05T18:02:04.396Z] #45 7.235 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:02:04 [2020-10-05T18:02:04.396Z] #45 8.303 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:02:04 [2020-10-05T18:02:04.396Z] #45 9.787 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:02:04 [2020-10-05T18:02:04.396Z] #45 13.87 go: finding github.com/fatih/color v1.9.0
18:02:04 [2020-10-05T18:02:04.396Z] #45 13.87 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:02:04 [2020-10-05T18:02:04.396Z] #45 13.96 go: finding github.com/pkg/errors v0.9.1
18:02:04 [2020-10-05T18:02:04.396Z] #45 14.14 go: finding github.com/spf13/pflag v1.0.3
18:02:04 [2020-10-05T18:02:04.396Z] #45 14.28 go: finding github.com/mattn/go-colorable v0.1.6
18:02:04 [2020-10-05T18:02:04.396Z] #45 14.37 go: finding github.com/mattn/go-isatty v0.0.12
18:02:04 [2020-10-05T18:02:04.396Z] #45 14.58 go: finding github.com/jonboulle/clockwork v0.1.0
18:02:04 [2020-10-05T18:02:04.396Z] #45 14.67 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:02:04 [2020-10-05T18:02:04.396Z] #45 14.70 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:02:04 [2020-10-05T18:02:04.396Z] #45 14.72 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:02:04 [2020-10-05T18:02:04.396Z] #45 14.73 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:02:04 [2020-10-05T18:02:04.396Z] #45 ...
18:02:04 [2020-10-05T18:02:04.396Z] 
18:02:04 [2020-10-05T18:02:04.396Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:04 [2020-10-05T18:02:04.396Z] #49 14.50 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:02:04 [2020-10-05T18:02:04.396Z] #49 15.93 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:02:04 [2020-10-05T18:02:04.396Z] #49 15.97 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:02:04 [2020-10-05T18:02:04.396Z] #49 16.17 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:02:04 [2020-10-05T18:02:04.396Z] #49 16.36 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:02:04 [2020-10-05T18:02:04.396Z] #49 17.35 syscall
18:02:04 [2020-10-05T18:02:04.396Z] #49 17.41 regexp/syntax
18:02:04 [2020-10-05T18:02:04.396Z] #49 17.46 reflect
18:02:04 [2020-10-05T18:02:04.455Z] #40 ...
18:02:04 [2020-10-05T18:02:04.455Z] 
18:02:04 [2020-10-05T18:02:04.455Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:04 [2020-10-05T18:02:04.455Z] #34 20.70 The following additional packages will be installed:
18:02:04 [2020-10-05T18:02:04.455Z] #34 20.72   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
18:02:04 [2020-10-05T18:02:04.455Z] #34 20.72 Suggested packages:
18:02:04 [2020-10-05T18:02:04.455Z] #34 20.73   cmake-doc ninja-build lrzip
18:02:04 [2020-10-05T18:02:04.455Z] #34 20.73 Recommended packages:
18:02:04 [2020-10-05T18:02:04.455Z] #34 20.73   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
18:02:04 [2020-10-05T18:02:04.455Z] #34 21.70 The following NEW packages will be installed:
18:02:04 [2020-10-05T18:02:04.455Z] #34 21.70   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
18:02:04 [2020-10-05T18:02:04.455Z] #34 21.71   vim-common xxd
18:02:04 [2020-10-05T18:02:04.455Z] #34 22.09 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
18:02:04 [2020-10-05T18:02:04.455Z] #34 22.09 Need to get 14.9 MB of archives.
18:02:04 [2020-10-05T18:02:04.455Z] #34 22.09 After this operation, 61.8 MB of additional disk space will be used.
18:02:04 [2020-10-05T18:02:04.455Z] #34 22.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 22.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 22.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 22.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 23.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 23.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 23.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 23.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 23.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 23.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
18:02:04 [2020-10-05T18:02:04.455Z] #34 24.61 debconf: delaying package configuration, since apt-utils is not installed
18:02:04 [2020-10-05T18:02:04.455Z] #34 24.82 Fetched 14.9 MB in 2s (8752 kB/s)
18:02:04 [2020-10-05T18:02:04.455Z] #34 24.90 Selecting previously unselected package xxd.
18:02:04 [2020-10-05T18:02:04.455Z] #34 24.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.)
18:02:04 [2020-10-05T18:02:04.455Z] #34 24.98 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
18:02:04 [2020-10-05T18:02:04.455Z] #34 25.00 Unpacking xxd (2:8.1.0875-5) ...
18:02:04 [2020-10-05T18:02:04.455Z] #34 25.20 Selecting previously unselected package vim-common.
18:02:04 [2020-10-05T18:02:04.455Z] #34 25.20 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
18:02:04 [2020-10-05T18:02:04.455Z] #34 25.24 Unpacking vim-common (2:8.1.0875-5) ...
18:02:04 [2020-10-05T18:02:04.455Z] #34 25.56 Selecting previously unselected package cmake-data.
18:02:04 [2020-10-05T18:02:04.455Z] #34 25.56 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
18:02:04 [2020-10-05T18:02:04.455Z] #34 25.57 Unpacking cmake-data (3.13.4-1) ...
18:02:04 [2020-10-05T18:02:04.455Z] #34 28.60 Selecting previously unselected package libicu63:amd64.
18:02:04 [2020-10-05T18:02:04.455Z] #34 28.62 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
18:02:04 [2020-10-05T18:02:04.455Z] #34 28.63 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
18:02:04 [2020-10-05T18:02:04.624Z]  ---> Using cache
18:02:04 [2020-10-05T18:02:04.624Z]  ---> c6fd6043f59f
18:02:04 [2020-10-05T18:02:04.715Z] #34 ...
18:02:04 [2020-10-05T18:02:04.715Z] 
18:02:04 [2020-10-05T18:02:04.715Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.36 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.39 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.41 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.45 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.46 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.49 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.51 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.57 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.59 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.60 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 28.61 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
18:02:04 [2020-10-05T18:02:04.715Z] #11 29.81 debconf: delaying package configuration, since apt-utils is not installed
18:02:04 [2020-10-05T18:02:04.715Z] #11 30.07 Fetched 77.7 MB in 7s (11.1 MB/s)
18:02:04 [2020-10-05T18:02:04.715Z] #11 30.17 Selecting previously unselected package binutils-mingw-w64-i686.
18:02:04 [2020-10-05T18:02:04.715Z] #11 30.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
18:02:04 [2020-10-05T18:02:04.715Z] #11 30.31 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
18:02:04 [2020-10-05T18:02:04.715Z] #11 30.32 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:02:05 [2020-10-05T18:02:05.081Z] #34 ...
18:02:05 [2020-10-05T18:02:05.081Z] 
18:02:05 [2020-10-05T18:02:05.081Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:05 [2020-10-05T18:02:05.234Z] #34 ...
18:02:05 [2020-10-05T18:02:05.234Z] 
18:02:05 [2020-10-05T18:02:05.234Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:02:05 [2020-10-05T18:02:05.234Z] #53 23.09 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
18:02:05 [2020-10-05T18:02:05.234Z] #53 23.09 Need to get 119 kB of archives.
18:02:05 [2020-10-05T18:02:05.234Z] #53 23.09 After this operation, 387 kB of additional disk space will be used.
18:02:05 [2020-10-05T18:02:05.234Z] #53 23.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
18:02:05 [2020-10-05T18:02:05.234Z] #53 23.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
18:02:05 [2020-10-05T18:02:05.234Z] #53 24.29 debconf: delaying package configuration, since apt-utils is not installed
18:02:05 [2020-10-05T18:02:05.234Z] #53 24.48 Fetched 119 kB in 0s (427 kB/s)
18:02:05 [2020-10-05T18:02:05.234Z] #53 24.57 Selecting previously unselected package libbtrfs0.
18:02:05 [2020-10-05T18:02:05.235Z] #53 24.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
18:02:05 [2020-10-05T18:02:05.235Z] #53 24.62 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
18:02:05 [2020-10-05T18:02:05.235Z] #53 24.66 Unpacking libbtrfs0 (4.20.1-2) ...
18:02:05 [2020-10-05T18:02:05.235Z] #53 24.78 Selecting previously unselected package libbtrfs-dev.
18:02:05 [2020-10-05T18:02:05.235Z] #53 24.78 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
18:02:05 [2020-10-05T18:02:05.235Z] #53 24.81 Unpacking libbtrfs-dev (4.20.1-2) ...
18:02:05 [2020-10-05T18:02:05.235Z] #53 25.15 Setting up libbtrfs0 (4.20.1-2) ...
18:02:05 [2020-10-05T18:02:05.235Z] #53 25.22 Setting up libbtrfs-dev (4.20.1-2) ...
18:02:05 [2020-10-05T18:02:05.235Z] #53 25.23 Processing triggers for libc-bin (2.28-10) ...
18:02:05 [2020-10-05T18:02:05.235Z] #53 DONE 26.0s
18:02:05 [2020-10-05T18:02:05.235Z] 
18:02:05 [2020-10-05T18:02:05.235Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:05 [2020-10-05T18:02:05.235Z] #34 26.00 debconf: delaying package configuration, since apt-utils is not installed
18:02:05 [2020-10-05T18:02:05.284Z] #11 ...
18:02:05 [2020-10-05T18:02:05.284Z] 
18:02:05 [2020-10-05T18:02:05.284Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:05 [2020-10-05T18:02:05.284Z] #49 17.49 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:02:05 [2020-10-05T18:02:05.284Z] #49 17.61 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:02:05 [2020-10-05T18:02:05.285Z] #49 17.73 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:02:05 [2020-10-05T18:02:05.285Z] #49 17.78 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:02:05 [2020-10-05T18:02:05.285Z] #49 18.63 reflect
18:02:05 [2020-10-05T18:02:05.285Z] #49 18.66 time
18:02:05 [2020-10-05T18:02:05.285Z] #49 24.93 context
18:02:05 [2020-10-05T18:02:05.285Z] #49 25.90 path/filepath
18:02:05 [2020-10-05T18:02:05.285Z] #49 27.40 io/ioutil
18:02:05 [2020-10-05T18:02:05.285Z] #49 ...
18:02:05 [2020-10-05T18:02:05.285Z] 
18:02:05 [2020-10-05T18:02:05.285Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:05 [2020-10-05T18:02:05.285Z] #32 24.03 path
18:02:05 [2020-10-05T18:02:05.285Z] #32 24.70 text/tabwriter
18:02:05 [2020-10-05T18:02:05.285Z] #32 25.38 fmt
18:02:05 [2020-10-05T18:02:05.285Z] #32 25.39 path/filepath
18:02:05 [2020-10-05T18:02:05.285Z] #32 26.96 io/ioutil
18:02:05 [2020-10-05T18:02:05.414Z] #27 21.44 #=#=#                                                                         
18:02:05 [2020-10-05T18:02:05.414Z] #27 ...
18:02:05 [2020-10-05T18:02:05.414Z] 
18:02:05 [2020-10-05T18:02:05.414Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:05 [2020-10-05T18:02:05.414Z] #49 11.94 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:02:05 [2020-10-05T18:02:05.414Z] #49 11.97 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:02:05 [2020-10-05T18:02:05.414Z] #49 11.97 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:02:05 [2020-10-05T18:02:05.414Z] #49 12.02 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:02:05 [2020-10-05T18:02:05.414Z] #49 12.08 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:02:05 [2020-10-05T18:02:05.414Z] #49 14.69 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:02:05 [2020-10-05T18:02:05.414Z] #49 15.28 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:02:05 [2020-10-05T18:02:05.414Z] #49 16.36 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:02:05 [2020-10-05T18:02:05.415Z] #49 17.25 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
18:02:05 [2020-10-05T18:02:05.415Z] #49 17.28 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
18:02:05 [2020-10-05T18:02:05.415Z] #49 17.56 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
18:02:05 [2020-10-05T18:02:05.415Z] #49 17.78 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
18:02:05 [2020-10-05T18:02:05.415Z] #49 18.80 runtime
18:02:05 [2020-10-05T18:02:05.511Z] #34 26.43 Fetched 14.9 MB in 2s (8108 kB/s)
18:02:05 [2020-10-05T18:02:05.679Z] #49 ...
18:02:05 [2020-10-05T18:02:05.679Z] 
18:02:05 [2020-10-05T18:02:05.679Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:02:05 [2020-10-05T18:02:05.679Z] #30 25.86 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
18:02:05 [2020-10-05T18:02:05.679Z] #30 26.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
18:02:05 [2020-10-05T18:02:05.679Z] #30 ...
18:02:05 [2020-10-05T18:02:05.679Z] 
18:02:05 [2020-10-05T18:02:05.679Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:02:05 [2020-10-05T18:02:05.679Z] #45 12.49 go: finding github.com/fatih/color v1.9.0
18:02:05 [2020-10-05T18:02:05.679Z] #45 12.52 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
18:02:05 [2020-10-05T18:02:05.679Z] #45 12.52 go: finding github.com/pkg/errors v0.9.1
18:02:05 [2020-10-05T18:02:05.679Z] #45 12.70 go: finding github.com/spf13/pflag v1.0.3
18:02:05 [2020-10-05T18:02:05.679Z] #45 12.74 go: finding github.com/mattn/go-colorable v0.1.6
18:02:05 [2020-10-05T18:02:05.679Z] #45 12.79 go: finding github.com/mattn/go-isatty v0.0.12
18:02:05 [2020-10-05T18:02:05.679Z] #45 13.15 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
18:02:05 [2020-10-05T18:02:05.679Z] #45 13.16 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
18:02:05 [2020-10-05T18:02:05.679Z] #45 13.20 go: finding github.com/jonboulle/clockwork v0.1.0
18:02:05 [2020-10-05T18:02:05.679Z] #45 13.29 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
18:02:05 [2020-10-05T18:02:05.679Z] #45 13.35 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
18:02:05 [2020-10-05T18:02:05.857Z] #34 26.73 Selecting previously unselected package xxd.
18:02:05 [2020-10-05T18:02:05.857Z] #34 26.73 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
18:02:05 [2020-10-05T18:02:05.857Z] #34 26.89 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
18:02:05 [2020-10-05T18:02:05.943Z] #45 ...
18:02:05 [2020-10-05T18:02:05.943Z] 
18:02:05 [2020-10-05T18:02:05.943Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:05 [2020-10-05T18:02:05.949Z] #49 ...
18:02:05 [2020-10-05T18:02:05.949Z] 
18:02:05 [2020-10-05T18:02:05.949Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:02:05 [2020-10-05T18:02:05.949Z] #38 13.03 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
18:02:05 [2020-10-05T18:02:05.949Z] #38 15.94 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
18:02:06 [2020-10-05T18:02:06.114Z] #34 26.94 Unpacking xxd (2:8.1.0875-5) ...
18:02:06 [2020-10-05T18:02:06.160Z] Successfully built c6fd6043f59f
18:02:06 [2020-10-05T18:02:06.160Z] Successfully tagged docker:latest
18:02:06 [2020-10-05T18:02:06.160Z] INFO: Image build ended at 10/05/2020 18:02:05. Duration:00:00:08.4494849
18:02:06 [2020-10-05T18:02:06.160Z] 
18:02:06 [2020-10-05T18:02:06.160Z] 
18:02:06 [2020-10-05T18:02:06.160Z] INFO: Building the test binaries at 10/05/2020 18:02:05...
18:02:06 [2020-10-05T18:02:06.247Z] #38 ...
18:02:06 [2020-10-05T18:02:06.247Z] 
18:02:06 [2020-10-05T18:02:06.247Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:06 [2020-10-05T18:02:06.247Z] #40 21.74 Selecting previously unselected package libprotobuf17:ppc64el.
18:02:06 [2020-10-05T18:02:06.247Z] #40 21.74 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ...
18:02:06 [2020-10-05T18:02:06.247Z] #40 21.74 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ...
18:02:06 [2020-10-05T18:02:06.247Z] #40 22.45 Selecting previously unselected package libprotobuf-lite17:ppc64el.
18:02:06 [2020-10-05T18:02:06.247Z] #40 22.47 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ...
18:02:06 [2020-10-05T18:02:06.247Z] #40 22.49 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
18:02:06 [2020-10-05T18:02:06.247Z] #40 22.73 Selecting previously unselected package libprotobuf-dev:ppc64el.
18:02:06 [2020-10-05T18:02:06.247Z] #40 22.77 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
18:02:06 [2020-10-05T18:02:06.247Z] #40 22.77 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ...
18:02:06 [2020-10-05T18:02:06.371Z] #34 27.27 Selecting previously unselected package vim-common.
18:02:06 [2020-10-05T18:02:06.371Z] #34 27.27 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
18:02:06 [2020-10-05T18:02:06.371Z] #34 27.34 Unpacking vim-common (2:8.1.0875-5) ...
18:02:06 [2020-10-05T18:02:06.546Z] #40 23.76 Selecting previously unselected package libprotoc17:ppc64el.
18:02:06 [2020-10-05T18:02:06.546Z] #40 23.79 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ...
18:02:06 [2020-10-05T18:02:06.546Z] #40 23.79 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ...
18:02:06 [2020-10-05T18:02:06.578Z] #27 21.44 #=#=#                                                                         
##O#- #                                                                       
##O=#  #                                                                      
18:02:06 [2020-10-05T18:02:06.664Z] #32 ...
18:02:06 [2020-10-05T18:02:06.664Z] 
18:02:06 [2020-10-05T18:02:06.664Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:06 [2020-10-05T18:02:06.923Z] #11 32.98 Selecting previously unselected package binutils-mingw-w64-x86-64.
18:02:06 [2020-10-05T18:02:06.923Z] #11 33.02 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
18:02:06 [2020-10-05T18:02:06.923Z] #11 33.03 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:02:06 [2020-10-05T18:02:06.933Z] #34 ...
18:02:06 [2020-10-05T18:02:06.933Z] 
18:02:06 [2020-10-05T18:02:06.933Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:06 [2020-10-05T18:02:06.933Z] #32 13.33 time
18:02:06 [2020-10-05T18:02:06.933Z] #32 18.88 internal/poll
18:02:06 [2020-10-05T18:02:06.933Z] #32 21.62 internal/syscall/execenv
18:02:06 [2020-10-05T18:02:06.933Z] #32 21.92 internal/syscall/unix
18:02:06 [2020-10-05T18:02:06.933Z] #32 22.59 os
18:02:06 [2020-10-05T18:02:06.933Z] #32 23.13 strings
18:02:06 [2020-10-05T18:02:06.933Z] #32 ...
18:02:06 [2020-10-05T18:02:06.933Z] 
18:02:06 [2020-10-05T18:02:06.933Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:06 [2020-10-05T18:02:06.933Z] #34 27.75 Selecting previously unselected package cmake-data.
18:02:06 [2020-10-05T18:02:06.933Z] #34 27.75 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
18:02:06 [2020-10-05T18:02:06.933Z] #34 27.76 Unpacking cmake-data (3.13.4-1) ...
18:02:07 [2020-10-05T18:02:07.226Z] #40 24.24 Selecting previously unselected package protobuf-c-compiler.
18:02:07 [2020-10-05T18:02:07.226Z] #40 24.25 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ...
18:02:07 [2020-10-05T18:02:07.226Z] #40 24.25 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
18:02:07 [2020-10-05T18:02:07.226Z] #40 24.36 Selecting previously unselected package protobuf-compiler.
18:02:07 [2020-10-05T18:02:07.226Z] #40 24.36 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ...
18:02:07 [2020-10-05T18:02:07.226Z] #40 24.36 Unpacking protobuf-compiler (3.6.1.3-2) ...
18:02:07 [2020-10-05T18:02:07.404Z] #27 23.31 
                                                                           0.0%
                                                                           0.6%
#                                                                          2.1%
##                                                                         3.6%
###   
18:02:07 [2020-10-05T18:02:07.404Z] #27 ...
18:02:07 [2020-10-05T18:02:07.404Z] 
18:02:07 [2020-10-05T18:02:07.404Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:07 [2020-10-05T18:02:07.404Z] #11 17.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 17.88 Get:9 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]
18:02:07 [2020-10-05T18:02:07.404Z] #11 21.40 Get:10 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]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.78 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.78 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.86 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.88 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.90 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.95 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 23.96 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 24.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 24.04 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 24.05 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 24.05 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB]
18:02:07 [2020-10-05T18:02:07.404Z] #11 26.27 debconf: delaying package configuration, since apt-utils is not installed
18:02:07 [2020-10-05T18:02:07.404Z] #11 27.69 Fetched 73.3 MB in 8s (9670 kB/s)
18:02:07 [2020-10-05T18:02:07.404Z] #11 ...
18:02:07 [2020-10-05T18:02:07.404Z] 
18:02:07 [2020-10-05T18:02:07.404Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:07 [2020-10-05T18:02:07.531Z] #40 24.47 Selecting previously unselected package python-pkg-resources.
18:02:07 [2020-10-05T18:02:07.531Z] #40 24.47 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
18:02:07 [2020-10-05T18:02:07.531Z] #40 24.47 Unpacking python-pkg-resources (40.8.0-1) ...
18:02:07 [2020-10-05T18:02:07.531Z] #40 24.69 Selecting previously unselected package python-six.
18:02:07 [2020-10-05T18:02:07.531Z] #40 24.70 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
18:02:07 [2020-10-05T18:02:07.531Z] #40 24.71 Unpacking python-six (1.12.0-1) ...
18:02:07 [2020-10-05T18:02:07.531Z] #40 24.81 Selecting previously unselected package python-protobuf.
18:02:07 [2020-10-05T18:02:07.832Z] #40 24.84 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ...
18:02:07 [2020-10-05T18:02:07.832Z] #40 24.86 Unpacking python-protobuf (3.6.1.3-2) ...
18:02:07 [2020-10-05T18:02:07.860Z] #34 ...
18:02:07 [2020-10-05T18:02:07.861Z] 
18:02:07 [2020-10-05T18:02:07.861Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:07 [2020-10-05T18:02:07.861Z] #40 12.59 Reading package lists...
18:02:07 [2020-10-05T18:02:07.861Z] #40 18.84 Building dependency tree...
18:02:07 [2020-10-05T18:02:07.861Z] #40 20.26 Reading state information...
18:02:07 [2020-10-05T18:02:07.861Z] #40 22.21 The following additional packages will be installed:
18:02:07 [2020-10-05T18:02:07.861Z] #40 22.22   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
18:02:07 [2020-10-05T18:02:07.861Z] #40 22.23   libprotoc17 python-pkg-resources python-six zlib1g-dev
18:02:07 [2020-10-05T18:02:07.861Z] #40 22.23 Suggested packages:
18:02:07 [2020-10-05T18:02:07.861Z] #40 22.23   manpages-dev python-setuptools
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.38 The following NEW packages will be installed:
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.39   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.39   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.39   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.40   python-six zlib1g-dev
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.93 0 upgraded, 17 newly installed, 0 to remove and 2 not upgraded.
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.93 Need to get 4095 kB of archives.
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.93 After this operation, 22.5 MB of additional disk space will be used.
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 23.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 24.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 24.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 24.21 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 24.28 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 24.28 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 24.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 24.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 24.29 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
18:02:07 [2020-10-05T18:02:07.861Z] #40 25.53 debconf: delaying package configuration, since apt-utils is not installed
18:02:07 [2020-10-05T18:02:07.861Z] #40 25.99 Fetched 4095 kB in 1s (5810 kB/s)
18:02:07 [2020-10-05T18:02:07.861Z] #40 26.26 Selecting previously unselected package libcap-dev:amd64.
18:02:07 [2020-10-05T18:02:07.861Z] #40 26.26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
18:02:07 [2020-10-05T18:02:07.861Z] #40 26.39 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 26.43 Unpacking libcap-dev:amd64 (1:2.25-2) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 26.84 Selecting previously unselected package libnet1:amd64.
18:02:07 [2020-10-05T18:02:07.861Z] #40 26.84 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 26.86 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.19 Selecting previously unselected package libnet1-dev.
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.20 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.25 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.45 Selecting previously unselected package libnl-3-200:amd64.
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.46 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.48 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.59 Selecting previously unselected package libnl-3-dev:amd64.
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.59 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.61 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.91 Selecting previously unselected package libprotobuf-c1:amd64.
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.91 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 27.91 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.01 Selecting previously unselected package libprotobuf-c-dev:amd64.
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.01 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.04 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.12 Selecting previously unselected package zlib1g-dev:amd64.
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.13 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.14 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.39 Selecting previously unselected package libprotobuf17:amd64.
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.39 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 28.40 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
18:02:07 [2020-10-05T18:02:07.861Z] #40 ...
18:02:07 [2020-10-05T18:02:07.861Z] 
18:02:07 [2020-10-05T18:02:07.861Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.085 + RM_GOPATH=0
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.085 + TMP_GOPATH=
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.086 + : /build
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.086 + '[' -z '' ']'
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.087 ++ mktemp -d
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.090 + export GOPATH=/tmp/tmp.S1AWJ9lOmr
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.090 + GOPATH=/tmp/tmp.S1AWJ9lOmr
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.091 + RM_GOPATH=1
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.091 + case "$(go env GOARCH)" in
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.091 ++ go env GOARCH
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.115 + export GO_BUILDMODE=-buildmode=pie
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.115 + GO_BUILDMODE=-buildmode=pie
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.124 ++ dirname /tmp/install/install.sh
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.129 + dir=/tmp/install
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.129 + bin=containerd
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.129 + shift
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.129 + '[' '!' -f /tmp/install/containerd.installer ']'
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.129 + . /tmp/install/containerd.installer
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.129 ++ set -e
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.129 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.129 + install_containerd
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.134 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.134 + git clone https://github.com/containerd/containerd.git /tmp/tmp.S1AWJ9lOmr/src/github.com/containerd/containerd
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.134 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
18:02:07 [2020-10-05T18:02:07.861Z] #54 1.147 Cloning into '/tmp/tmp.S1AWJ9lOmr/src/github.com/containerd/containerd'...
18:02:08 [2020-10-05T18:02:08.139Z] #40 25.34 Setting up python-pkg-resources (40.8.0-1) ...
18:02:08 [2020-10-05T18:02:08.424Z] #54 ...
18:02:08 [2020-10-05T18:02:08.424Z] 
18:02:08 [2020-10-05T18:02:08.424Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:08 [2020-10-05T18:02:08.424Z] #11 13.13 Reading package lists...
18:02:08 [2020-10-05T18:02:08.424Z] #11 19.52 Building dependency tree...
18:02:08 [2020-10-05T18:02:08.424Z] #11 22.99 The following additional packages will be installed:
18:02:08 [2020-10-05T18:02:08.424Z] #11 22.99   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
18:02:08 [2020-10-05T18:02:08.424Z] #11 22.99   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
18:02:08 [2020-10-05T18:02:08.424Z] #11 23.00   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
18:02:08 [2020-10-05T18:02:08.424Z] #11 23.00   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
18:02:08 [2020-10-05T18:02:08.424Z] #11 23.02 Suggested packages:
18:02:08 [2020-10-05T18:02:08.424Z] #11 23.03   gcc-8-locales seccomp wine64
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.27 The following NEW packages will be installed:
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.29   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.29   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.29   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.29   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.31   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.31   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.74 0 upgraded, 25 newly installed, 0 to remove and 2 not upgraded.
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.74 Need to get 77.7 MB of archives.
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.74 After this operation, 487 MB of additional disk space will be used.
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
18:02:08 [2020-10-05T18:02:08.424Z] #11 24.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
18:02:08 [2020-10-05T18:02:08.424Z] #11 25.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
18:02:08 [2020-10-05T18:02:08.424Z] #11 25.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
18:02:08 [2020-10-05T18:02:08.424Z] #11 25.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
18:02:08 [2020-10-05T18:02:08.424Z] #11 25.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
18:02:08 [2020-10-05T18:02:08.425Z] #11 25.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
18:02:08 [2020-10-05T18:02:08.425Z] #11 26.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
18:02:08 [2020-10-05T18:02:08.425Z] #11 26.39 Get:9 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]
18:02:08 [2020-10-05T18:02:08.682Z] #11 ...
18:02:08 [2020-10-05T18:02:08.682Z] 
18:02:08 [2020-10-05T18:02:08.682Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:08 [2020-10-05T18:02:08.682Z] #40 29.17 Selecting previously unselected package libprotobuf-lite17:amd64.
18:02:08 [2020-10-05T18:02:08.682Z] #40 29.18 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
18:02:08 [2020-10-05T18:02:08.682Z] #40 29.18 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
18:02:08 [2020-10-05T18:02:08.682Z] #40 29.41 Selecting previously unselected package libprotobuf-dev:amd64.
18:02:08 [2020-10-05T18:02:08.682Z] #40 29.44 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
18:02:08 [2020-10-05T18:02:08.682Z] #40 29.44 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
18:02:09 [2020-10-05T18:02:09.458Z] #11 ...
18:02:09 [2020-10-05T18:02:09.458Z] 
18:02:09 [2020-10-05T18:02:09.458Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:09 [2020-10-05T18:02:09.458Z] #43 21.48 os
18:02:09 [2020-10-05T18:02:09.458Z] #43 24.22 regexp/syntax
18:02:09 [2020-10-05T18:02:09.458Z] #43 25.70 fmt
18:02:09 [2020-10-05T18:02:09.458Z] #43 29.78 regexp
18:02:09 [2020-10-05T18:02:09.458Z] #43 31.09 flag
18:02:09 [2020-10-05T18:02:09.458Z] #43 ...
18:02:09 [2020-10-05T18:02:09.458Z] 
18:02:09 [2020-10-05T18:02:09.458Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:09 [2020-10-05T18:02:09.458Z] #40 34.55 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
18:02:09 [2020-10-05T18:02:09.458Z] #40 34.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:02:09 [2020-10-05T18:02:09.458Z] #40 34.57 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:02:09 [2020-10-05T18:02:09.458Z] #40 34.59 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
18:02:09 [2020-10-05T18:02:09.458Z] #40 34.60 Setting up python-six (1.12.0-1) ...
18:02:09 [2020-10-05T18:02:09.705Z] #40 ...
18:02:09 [2020-10-05T18:02:09.705Z] 
18:02:09 [2020-10-05T18:02:09.705Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:09 [2020-10-05T18:02:09.705Z] #43 12.69 crypto
18:02:09 [2020-10-05T18:02:09.705Z] #43 13.40 crypto/internal/randutil
18:02:09 [2020-10-05T18:02:09.705Z] #43 13.61 crypto/hmac
18:02:09 [2020-10-05T18:02:09.705Z] #43 13.87 crypto/rc4
18:02:09 [2020-10-05T18:02:09.705Z] #43 14.43 vendor/golang.org/x/net/dns/dnsmessage
18:02:09 [2020-10-05T18:02:09.705Z] #43 14.98 regexp/syntax
18:02:09 [2020-10-05T18:02:09.900Z] INFO: make.ps1 starting at 10/05/2020 18:02:09
18:02:10 [2020-10-05T18:02:10.004Z] #43 ...
18:02:10 [2020-10-05T18:02:10.004Z] 
18:02:10 [2020-10-05T18:02:10.004Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:10 [2020-10-05T18:02:10.004Z] #11 21.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.29 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.31 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.33 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.35 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.35 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.37 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 23.42 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB]
18:02:10 [2020-10-05T18:02:10.004Z] #11 24.47 debconf: delaying package configuration, since apt-utils is not installed
18:02:10 [2020-10-05T18:02:10.004Z] #11 24.84 Fetched 78.9 MB in 6s (13.1 MB/s)
18:02:10 [2020-10-05T18:02:10.004Z] #11 24.96 Selecting previously unselected package binutils-mingw-w64-i686.
18:02:10 [2020-10-05T18:02:10.004Z] #11 24.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 ... 15339 files and directories currently installed.)
18:02:10 [2020-10-05T18:02:10.004Z] #11 25.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ...
18:02:10 [2020-10-05T18:02:10.004Z] #11 25.06 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:02:10 [2020-10-05T18:02:10.004Z] #11 ...
18:02:10 [2020-10-05T18:02:10.004Z] 
18:02:10 [2020-10-05T18:02:10.004Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:10 [2020-10-05T18:02:10.004Z] #32 12.93 path
18:02:10 [2020-10-05T18:02:10.004Z] #32 18.79 internal/syscall/execenv
18:02:10 [2020-10-05T18:02:10.004Z] #32 18.80 internal/syscall/unix
18:02:10 [2020-10-05T18:02:10.004Z] #32 18.86 time
18:02:10 [2020-10-05T18:02:10.061Z] #40 30.87 Selecting previously unselected package libprotoc17:amd64.
18:02:10 [2020-10-05T18:02:10.061Z] #40 30.90 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
18:02:10 [2020-10-05T18:02:10.061Z] #40 30.91 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
18:02:10 [2020-10-05T18:02:10.303Z] #32 ...
18:02:10 [2020-10-05T18:02:10.303Z] 
18:02:10 [2020-10-05T18:02:10.303Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:10 [2020-10-05T18:02:10.303Z] #11 27.49 Selecting previously unselected package binutils-mingw-w64-x86-64.
18:02:10 [2020-10-05T18:02:10.360Z] INFO: Git commit (cf7a5be0f2) assumed from DOCKER_GITCOMMIT environment variable
18:02:10 [2020-10-05T18:02:10.360Z] INFO: Invoking autogen...
18:02:10 [2020-10-05T18:02:10.603Z] #11 27.50 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ...
18:02:10 [2020-10-05T18:02:10.603Z] #11 27.51 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:02:10 [2020-10-05T18:02:10.625Z] #40 31.46 Selecting previously unselected package protobuf-c-compiler.
18:02:10 [2020-10-05T18:02:10.625Z] #40 31.48 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
18:02:10 [2020-10-05T18:02:10.625Z] #40 31.49 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
18:02:10 [2020-10-05T18:02:10.925Z] #40 31.65 Selecting previously unselected package protobuf-compiler.
18:02:10 [2020-10-05T18:02:10.925Z] #40 31.66 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
18:02:10 [2020-10-05T18:02:10.925Z] #40 31.67 Unpacking protobuf-compiler (3.6.1.3-2) ...
18:02:10 [2020-10-05T18:02:10.925Z] #40 31.84 Selecting previously unselected package python-pkg-resources.
18:02:11 [2020-10-05T18:02:11.183Z] #40 31.87 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
18:02:11 [2020-10-05T18:02:11.183Z] #40 31.90 Unpacking python-pkg-resources (40.8.0-1) ...
18:02:11 [2020-10-05T18:02:11.183Z] #40 32.14 Selecting previously unselected package python-six.
18:02:11 [2020-10-05T18:02:11.286Z] #54 37.80 + bin/containerd-stress
18:02:11 [2020-10-05T18:02:11.331Z] INFO: Building daemon...
18:02:11 [2020-10-05T18:02:11.440Z] #40 32.16 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
18:02:11 [2020-10-05T18:02:11.440Z] #40 32.17 Unpacking python-six (1.12.0-1) ...
18:02:11 [2020-10-05T18:02:11.440Z] #40 32.33 Selecting previously unselected package python-protobuf.
18:02:11 [2020-10-05T18:02:11.440Z] #40 32.33 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
18:02:11 [2020-10-05T18:02:11.440Z] #40 32.35 Unpacking python-protobuf (3.6.1.3-2) ...
18:02:11 [2020-10-05T18:02:11.696Z] #40 ...
18:02:11 [2020-10-05T18:02:11.696Z] 
18:02:11 [2020-10-05T18:02:11.696Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:11 [2020-10-05T18:02:11.696Z] #49 18.10 time
18:02:11 [2020-10-05T18:02:11.696Z] #49 18.10 reflect
18:02:11 [2020-10-05T18:02:11.696Z] #49 24.52 context
18:02:11 [2020-10-05T18:02:11.696Z] #49 25.41 os
18:02:11 [2020-10-05T18:02:11.696Z] #49 ...
18:02:11 [2020-10-05T18:02:11.696Z] 
18:02:11 [2020-10-05T18:02:11.696Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:11 [2020-10-05T18:02:11.696Z] #32 26.37 path
18:02:11 [2020-10-05T18:02:11.696Z] #32 26.41 fmt
18:02:11 [2020-10-05T18:02:11.696Z] #32 27.19 path/filepath
18:02:12 [2020-10-05T18:02:12.302Z] #32 28.73 io/ioutil
18:02:12 [2020-10-05T18:02:12.322Z] #54 39.13 + bin/containerd-shim
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.65 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.66 Setting up libnl-3-200:amd64 (3.4.0-1) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.68 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.70 Setting up libcap-dev:amd64 (1:2.25-2) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.72 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.73 Setting up protobuf-compiler (3.6.1.3-2) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.74 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.74 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.75 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
18:02:12 [2020-10-05T18:02:12.763Z] #40 38.78 Setting up python-protobuf (3.6.1.3-2) ...
18:02:13 [2020-10-05T18:02:13.276Z] #32 29.54 text/tabwriter
18:02:13 [2020-10-05T18:02:13.400Z] #27 23.31 
                                                                           0.0%
                                                                           0.6%
#                                                                          2.1%
##                                                                         3.6%
###                                                                        5.5%
###                                                                        5.5%
#####                                                                      7.1%
#####                                                                      8.3%
#######                                                                    9.7%
########                                                                  11.2%
########                                                                  12.0%
##########                                                                14.1%
##########                                                                14.1%
##########                                                                15.3%
###########                                                               15.6%
############                                                              16.8%
############                                                              17.8%
#############                                                             18.7%
##############                                                            20.2%
###############                                                           21.2%
###############                                                           22.1%
#################                                                         24.0%
##################                                                        25.3%
##################                                                        25.7%
##################                                                        25.7%
###################                                                       26.9%
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    31.0%
######################                                                    31.9%
######################                                                    31.9%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.2%
###########################                                               37.6%
###########################                                               38.6%
###########################                                               38.6%
############################                                              40.1%
#############################                                             41.2%
##############################                                            42.5%
###############################                                           44.0%
#################################                                         46.4%
##################################                                        48.5%
###################################                                       49.2%
####################################                                      50.4%
#####################################                                     52.3%
#######################################                                   54.2%
#######################################                                   55.1%
########################################                                  56.1%
########################################                                  56.7%
#########################################                                 58.2%
18:02:13 [2020-10-05T18:02:13.400Z] #27 ...
18:02:13 [2020-10-05T18:02:13.400Z] 
18:02:13 [2020-10-05T18:02:13.400Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:13 [2020-10-05T18:02:13.400Z] #40 24.05 debconf: delaying package configuration, since apt-utils is not installed
18:02:13 [2020-10-05T18:02:13.400Z] #40 25.01 Fetched 3798 kB in 1s (3263 kB/s)
18:02:13 [2020-10-05T18:02:13.400Z] #40 26.74 Selecting previously unselected package libcap-dev:arm64.
18:02:13 [2020-10-05T18:02:13.400Z] #40 26.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
18:02:13 [2020-10-05T18:02:13.400Z] #40 26.79 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
18:02:13 [2020-10-05T18:02:13.400Z] #40 27.95 Unpacking libcap-dev:arm64 (1:2.25-2) ...
18:02:13 [2020-10-05T18:02:13.400Z] #40 30.27 Selecting previously unselected package libnet1:arm64.
18:02:13 [2020-10-05T18:02:13.400Z] #40 30.27 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
18:02:13 [2020-10-05T18:02:13.400Z] #40 32.57 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
18:02:13 [2020-10-05T18:02:13.400Z] #40 ...
18:02:13 [2020-10-05T18:02:13.400Z] 
18:02:13 [2020-10-05T18:02:13.400Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
18:02:13 [2020-10-05T18:02:13.400Z] #53 DONE 34.1s
18:02:13 [2020-10-05T18:02:13.400Z] 
18:02:13 [2020-10-05T18:02:13.400Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.08 Selecting previously unselected package binutils-mingw-w64.
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.09 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.09 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.24 Selecting previously unselected package libdevmapper1.02.1:ppc64el.
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.24 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ...
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.24 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.44 Selecting previously unselected package dmsetup.
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.44 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.45 Unpacking dmsetup (2:1.02.155-3) ...
18:02:13 [2020-10-05T18:02:13.409Z] #11 30.68 Selecting previously unselected package mingw-w64-common.
18:02:13 [2020-10-05T18:02:13.709Z] #11 30.70 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
18:02:13 [2020-10-05T18:02:13.709Z] #11 30.72 Unpacking mingw-w64-common (6.0.0-3) ...
18:02:14 [2020-10-05T18:02:14.164Z] #40 ...
18:02:14 [2020-10-05T18:02:14.164Z] 
18:02:14 [2020-10-05T18:02:14.164Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:02:14 [2020-10-05T18:02:14.164Z] #30 38.53 Checking out files:  85% (1298/1521)   
Checking out files:  86% (1309/1521)   
Checking out files:  87% (1324/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
18:02:14 [2020-10-05T18:02:14.164Z] #30 39.25 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
18:02:14 [2020-10-05T18:02:14.164Z] #30 39.99 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
18:02:15 [2020-10-05T18:02:15.168Z] #32 31.35 github.com/BurntSushi/toml
18:02:15 [2020-10-05T18:02:15.168Z] #32 31.37 flag
18:02:15 [2020-10-05T18:02:15.168Z] #32 ...
18:02:15 [2020-10-05T18:02:15.168Z] 
18:02:15 [2020-10-05T18:02:15.168Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:15 [2020-10-05T18:02:15.168Z] #43 21.51 internal/fmtsort
18:02:15 [2020-10-05T18:02:15.168Z] #43 22.77 strings
18:02:15 [2020-10-05T18:02:15.168Z] #43 23.65 os
18:02:15 [2020-10-05T18:02:15.168Z] #43 26.17 regexp/syntax
18:02:15 [2020-10-05T18:02:15.168Z] #43 27.81 fmt
18:02:15 [2020-10-05T18:02:15.168Z] #43 31.32 regexp
18:02:15 [2020-10-05T18:02:15.426Z] #43 ...
18:02:15 [2020-10-05T18:02:15.426Z] 
18:02:15 [2020-10-05T18:02:15.426Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:15 [2020-10-05T18:02:15.426Z] #11 30.54 Get:10 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]
18:02:15 [2020-10-05T18:02:15.426Z] #11 32.97 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 32.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 32.97 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 32.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 32.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 32.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.04 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.08 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.11 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.13 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.19 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.20 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.20 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 33.21 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
18:02:15 [2020-10-05T18:02:15.426Z] #11 34.51 debconf: delaying package configuration, since apt-utils is not installed
18:02:15 [2020-10-05T18:02:15.426Z] #11 34.73 Fetched 77.7 MB in 9s (8836 kB/s)
18:02:15 [2020-10-05T18:02:15.426Z] #11 34.84 Selecting previously unselected package binutils-mingw-w64-i686.
18:02:15 [2020-10-05T18:02:15.426Z] #11 34.85 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
18:02:15 [2020-10-05T18:02:15.426Z] #11 35.00 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
18:02:15 [2020-10-05T18:02:15.426Z] #11 35.01 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:02:15 [2020-10-05T18:02:15.601Z] #27 23.31 
                                                                           0.0%
                                                                           0.6%
#                                                                          2.1%
##                                                                         3.6%
###                                                                        5.5%
###                                                                        5.5%
#####                                                                      7.1%
#####                                                                      8.3%
#######                                                                    9.7%
########                                                                  11.2%
########                                                                  12.0%
##########                                                                14.1%
##########                                                                14.1%
##########                                                                15.3%
###########                                                               15.6%
############                                                              16.8%
############                                                              17.8%
#############                                                             18.7%
##############                                                            20.2%
###############                                                           21.2%
###############                                                           22.1%
#################                                                         24.0%
##################                                                        25.3%
##################                                                        25.7%
##################                                                        25.7%
###################                                                       26.9%
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    31.0%
######################                                                    31.9%
######################                                                    31.9%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.2%
###########################                                               37.6%
###########################                                               38.6%
###########################                                               38.6%
############################                                              40.1%
#############################                                             41.2%
##############################                                            42.5%
###############################                                           44.0%
#################################                                         46.4%
##################################                                        48.5%
###################################                                       49.2%
####################################                                      50.4%
#####################################                                     52.3%
#######################################                                   54.2%
#######################################                                   55.1%
########################################                                  56.1%
########################################                                  56.7%
#########################################                                 58.2%
###########################################                               60.0%
############################################                              61.3%
#############################################                             62.9%
##############################################                            64.1%
##############################################                            64.2%
##############################################                            65.2%
###############################################                           65.9%
################################################                          67.1%
#################################################                         68.8%
##################################################                        69.6%
##################################################                        70.2%
###################################################                       71.7%
###################################################                       72.1%
####################################################                      73.0%
####################################################                      73.5%
#####################################################                     74.5%
####################################
18:02:15 [2020-10-05T18:02:15.601Z] #27 ...
18:02:15 [2020-10-05T18:02:15.601Z] 
18:02:15 [2020-10-05T18:02:15.601Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:15 [2020-10-05T18:02:15.601Z] #62 DONE 32.4s
18:02:15 [2020-10-05T18:02:15.601Z] 
18:02:15 [2020-10-05T18:02:15.601Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:16 [2020-10-05T18:02:16.071Z] #30 ...
18:02:16 [2020-10-05T18:02:16.071Z] 
18:02:16 [2020-10-05T18:02:16.071Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:16 [2020-10-05T18:02:16.071Z] #49 28.09 regexp/syntax
18:02:16 [2020-10-05T18:02:16.071Z] #49 32.80 encoding/base64
18:02:16 [2020-10-05T18:02:16.071Z] #49 33.46 github.com/pkg/diff
18:02:16 [2020-10-05T18:02:16.071Z] #49 33.82 encoding/json
18:02:16 [2020-10-05T18:02:16.071Z] #49 35.20 go/scanner
18:02:16 [2020-10-05T18:02:16.071Z] #49 36.99 go/ast
18:02:16 [2020-10-05T18:02:16.071Z] #49 ...
18:02:16 [2020-10-05T18:02:16.071Z] 
18:02:16 [2020-10-05T18:02:16.071Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:16 [2020-10-05T18:02:16.071Z] #34 35.13 Selecting previously unselected package libxml2:amd64.
18:02:16 [2020-10-05T18:02:16.071Z] #34 35.13 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 35.13 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 35.85 Selecting previously unselected package libarchive13:amd64.
18:02:16 [2020-10-05T18:02:16.071Z] #34 35.87 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 35.88 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.24 Selecting previously unselected package libjsoncpp1:amd64.
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.27 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.28 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.42 Selecting previously unselected package librhash0:amd64.
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.45 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.46 Unpacking librhash0:amd64 (1.3.8-1) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.62 Selecting previously unselected package libuv1:amd64.
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.64 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.65 Unpacking libuv1:amd64 (1.24.1-1) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.91 Selecting previously unselected package cmake.
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.91 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 36.92 Unpacking cmake (3.13.4-1) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 40.44 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 40.79 Setting up xxd (2:8.1.0875-5) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 40.81 Setting up libuv1:amd64 (1.24.1-1) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 40.83 Setting up vim-common (2:8.1.0875-5) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 40.88 Setting up librhash0:amd64 (1.3.8-1) ...
18:02:16 [2020-10-05T18:02:16.071Z] #34 40.90 Setting up cmake-data (3.13.4-1) ...
18:02:16 [2020-10-05T18:02:16.072Z] #34 40.92 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
18:02:16 [2020-10-05T18:02:16.072Z] #34 40.94 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
18:02:16 [2020-10-05T18:02:16.072Z] #34 40.95 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
18:02:16 [2020-10-05T18:02:16.072Z] #34 40.97 Setting up cmake (3.13.4-1) ...
18:02:16 [2020-10-05T18:02:16.072Z] #34 40.98 Processing triggers for libc-bin (2.28-10) ...
18:02:16 [2020-10-05T18:02:16.072Z] #34 41.10 Processing triggers for mime-support (3.62) ...
18:02:16 [2020-10-05T18:02:16.072Z] #34 ...
18:02:16 [2020-10-05T18:02:16.072Z] 
18:02:16 [2020-10-05T18:02:16.072Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:02:16 [2020-10-05T18:02:16.218Z] #27 23.31 
                                                                           0.0%
                                                                           0.6%
#                                                                          2.1%
##                                                                         3.6%
###                                                                        5.5%
###                                                                        5.5%
#####                                                                      7.1%
#####                                                                      8.3%
#######                                                                    9.7%
########                                                                  11.2%
########                                                                  12.0%
##########                                                                14.1%
##########                                                                14.1%
##########                                                                15.3%
###########                                                               15.6%
############                                                              16.8%
############                                                              17.8%
#############                                                             18.7%
##############                                                            20.2%
###############                                                           21.2%
###############                                                           22.1%
#################                                                         24.0%
##################                                                        25.3%
##################                                                        25.7%
##################                                                        25.7%
###################                                                       26.9%
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    31.0%
######################                                                    31.9%
######################                                                    31.9%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.2%
###########################                                               37.6%
###########################                                               38.6%
###########################                                               38.6%
############################                                              40.1%
#############################                                             41.2%
##############################                                            42.5%
###############################                                           44.0%
#################################                                         46.4%
##################################                                        48.5%
###################################                                       49.2%
####################################                                      50.4%
#####################################                                     52.3%
#######################################                                   54.2%
#######################################                                   55.1%
########################################                                  56.1%
########################################                                  56.7%
#########################################                                 58.2%
###########################################                               60.0%
############################################                              61.3%
#############################################                             62.9%
##############################################                            64.1%
##############################################                            64.2%
##############################################                            65.2%
###############################################                           65.9%
################################################                          67.1%
#################################################                         68.8%
##################################################                        69.6%
##################################################                        70.2%
###################################################                       71.7%
###################################################                       72.1%
####################################################                      73.0%
####################################################                      73.5%
#####################################################                     74.5%
######################################################                    75.4%
######################################################                    76.1%
#######################################################                   76.7%
#######################################################                   77.3%
########################################################                  78.2%
########################################################                  78.9%
#########################################################                 79.5%
18:02:16 [2020-10-05T18:02:16.218Z] #27 ...
18:02:16 [2020-10-05T18:02:16.218Z] 
18:02:16 [2020-10-05T18:02:16.218Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:16 [2020-10-05T18:02:16.218Z] #34 26.87 debconf: delaying package configuration, since apt-utils is not installed
18:02:16 [2020-10-05T18:02:16.218Z] #34 28.00 Fetched 14.2 MB in 2s (5803 kB/s)
18:02:16 [2020-10-05T18:02:16.218Z] #34 28.98 Selecting previously unselected package xxd.
18:02:16 [2020-10-05T18:02:16.218Z] #34 28.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 ... 15383 files and directories currently installed.)
18:02:16 [2020-10-05T18:02:16.218Z] #34 29.06 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
18:02:16 [2020-10-05T18:02:16.218Z] #34 29.20 Unpacking xxd (2:8.1.0875-5) ...
18:02:16 [2020-10-05T18:02:16.218Z] #34 35.60 Selecting previously unselected package vim-common.
18:02:16 [2020-10-05T18:02:16.218Z] #34 35.61 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
18:02:16 [2020-10-05T18:02:16.218Z] #34 36.35 Unpacking vim-common (2:8.1.0875-5) ...
18:02:16 [2020-10-05T18:02:16.493Z] #34 ...
18:02:16 [2020-10-05T18:02:16.493Z] 
18:02:16 [2020-10-05T18:02:16.493Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:16 [2020-10-05T18:02:16.778Z] #54 43.33 + bin/containerd-shim-runc-v1
18:02:16 [2020-10-05T18:02:16.838Z] #11 37.84 Selecting previously unselected package binutils-mingw-w64-x86-64.
18:02:16 [2020-10-05T18:02:16.838Z] #11 37.84 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
18:02:16 [2020-10-05T18:02:16.838Z] #11 37.85 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:02:16 [2020-10-05T18:02:16.851Z] #54 38.47 Checking out files:  34% (1140/3264)   
Checking out files:  35% (1143/3264)   
Checking out files:  36% (1176/3264)   
Checking out files:  37% (1208/3264)   
Checking out files:  38% (1241/3264)   
Checking out files:  39% (1273/3264)   
Checking out files:  40% (1306/3264)   
Checking out files:  41% (1339/3264)   
Checking out files:  42% (1371/3264)   
Checking out files:  43% (1404/3264)   
Checking out files:  44% (1437/3264)   
Checking out files:  45% (1469/3264)   
Checking out files:  46% (1502/3264)   
Checking out files:  47% (1535/3264)   
Checking out files:  48% (1567/3264)   
Checking out files:  49% (1600/3264)   
Checking out files:  50% (1632/3264)   
Checking out files:  51% (1665/3264)   
Checking out files:  52% (1698/3264)   
Checking out files:  53% (1730/3264)   
Checking out files:  54% (1763/3264)   
Checking out files:  55% (1796/3264)   
Checking out files:  56% (1828/3264)   
Checking out files:  57% (1861/3264)   
18:02:16 [2020-10-05T18:02:16.851Z] #54 ...
18:02:16 [2020-10-05T18:02:16.851Z] 
18:02:16 [2020-10-05T18:02:16.851Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:16 [2020-10-05T18:02:16.851Z] #34 DONE 42.9s
18:02:16 [2020-10-05T18:02:16.851Z] 
18:02:16 [2020-10-05T18:02:16.851Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:16 [2020-10-05T18:02:16.851Z] #32 29.31 flag
18:02:16 [2020-10-05T18:02:16.851Z] #32 29.31 github.com/BurntSushi/toml
18:02:16 [2020-10-05T18:02:16.851Z] #32 31.33 log
18:02:16 [2020-10-05T18:02:16.851Z] #32 33.97 github.com/BurntSushi/toml/cmd/tomlv
18:02:16 [2020-10-05T18:02:16.851Z] #32 DONE 39.1s
18:02:16 [2020-10-05T18:02:16.851Z] 
18:02:16 [2020-10-05T18:02:16.851Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:02:17 [2020-10-05T18:02:17.136Z] #11 ...
18:02:17 [2020-10-05T18:02:17.136Z] 
18:02:17 [2020-10-05T18:02:17.136Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:17 [2020-10-05T18:02:17.136Z] #43 33.47 go/token
18:02:17 [2020-10-05T18:02:17.165Z] #27 23.31 
                                                                           0.0%
                                                                           0.6%
#                                                                          2.1%
##                                                                         3.6%
###                                                                        5.5%
###                                                                        5.5%
#####                                                                      7.1%
#####                                                                      8.3%
#######                                                                    9.7%
########                                                                  11.2%
########                                                                  12.0%
##########                                                                14.1%
##########                                                                14.1%
##########                                                                15.3%
###########                                                               15.6%
############                                                              16.8%
############                                                              17.8%
#############                                                             18.7%
##############                                                            20.2%
###############                                                           21.2%
###############                                                           22.1%
#################                                                         24.0%
##################                                                        25.3%
##################                                                        25.7%
##################                                                        25.7%
###################                                                       26.9%
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    31.0%
######################                                                    31.9%
######################                                                    31.9%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.2%
###########################                                               37.6%
###########################                                               38.6%
###########################                                               38.6%
############################                                              40.1%
#############################                                             41.2%
##############################                                            42.5%
###############################                                           44.0%
#################################                                         46.4%
##################################                                        48.5%
###################################                                       49.2%
####################################                                      50.4%
#####################################                                     52.3%
#######################################                                   54.2%
#######################################                                   55.1%
########################################                                  56.1%
########################################                                  56.7%
#########################################                                 58.2%
###########################################                               60.0%
############################################                              61.3%
#############################################                             62.9%
##############################################                            64.1%
##############################################                            64.2%
##############################################                            65.2%
###############################################                           65.9%
################################################                          67.1%
#################################################                         68.8%
##################################################                        69.6%
##################################################                        70.2%
###################################################                       71.7%
###################################################                       72.1%
####################################################                      73.0%
####################################################                      73.5%
#####################################################                     74.5%
######################################################                    75.4%
######################################################                    76.1%
#######################################################                   76.7%
#######################################################                   77.3%
########################################################                  78.2%
########################################################                  78.9%
#########################################################                 79.5%
#########################################################                 80.1%
###########################################################               82.4%
############################################################              83.9%
############################################################              84.7%
#############################################################             85.2%
##############################################################            86.4%
###############################################################           88.4%
################################################################          89.2%
18:02:17 [2020-10-05T18:02:17.165Z] #27 ...
18:02:17 [2020-10-05T18:02:17.165Z] 
18:02:17 [2020-10-05T18:02:17.165Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:17 [2020-10-05T18:02:17.165Z] #32 23.95 sync
18:02:17 [2020-10-05T18:02:17.165Z] #32 23.95 internal/reflectlite
18:02:17 [2020-10-05T18:02:17.165Z] #32 25.84 sort
18:02:17 [2020-10-05T18:02:17.165Z] #32 25.86 errors
18:02:17 [2020-10-05T18:02:17.165Z] #32 26.39 strconv
18:02:17 [2020-10-05T18:02:17.165Z] #32 26.39 internal/oserror
18:02:17 [2020-10-05T18:02:17.165Z] #32 26.39 io
18:02:17 [2020-10-05T18:02:17.165Z] #32 26.52 syscall
18:02:17 [2020-10-05T18:02:17.165Z] #32 27.08 strings
18:02:17 [2020-10-05T18:02:17.165Z] #32 27.09 bytes
18:02:17 [2020-10-05T18:02:17.165Z] #32 29.59 bufio
18:02:17 [2020-10-05T18:02:17.165Z] #32 29.85 reflect
18:02:17 [2020-10-05T18:02:17.165Z] #32 29.90 path
18:02:17 [2020-10-05T18:02:17.165Z] #32 30.88 text/tabwriter
18:02:17 [2020-10-05T18:02:17.165Z] #32 33.25 internal/syscall/execenv
18:02:17 [2020-10-05T18:02:17.165Z] #32 33.26 internal/syscall/unix
18:02:17 [2020-10-05T18:02:17.165Z] #32 33.29 time
18:02:17 [2020-10-05T18:02:17.367Z] #11 ...
18:02:17 [2020-10-05T18:02:17.367Z] 
18:02:17 [2020-10-05T18:02:17.367Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:17 [2020-10-05T18:02:17.367Z] #49 29.68 regexp
18:02:17 [2020-10-05T18:02:17.478Z] #32 ...
18:02:17 [2020-10-05T18:02:17.478Z] 
18:02:17 [2020-10-05T18:02:17.478Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:18 [2020-10-05T18:02:18.071Z] #43 34.50 go/scanner
18:02:18 [2020-10-05T18:02:18.298Z] #27 23.31 
                                                                           0.0%
                                                                           0.6%
#                                                                          2.1%
##                                                                         3.6%
###                                                                        5.5%
###                                                                        5.5%
#####                                                                      7.1%
#####                                                                      8.3%
#######                                                                    9.7%
########                                                                  11.2%
########                                                                  12.0%
##########                                                                14.1%
##########                                                                14.1%
##########                                                                15.3%
###########                                                               15.6%
############                                                              16.8%
############                                                              17.8%
#############                                                             18.7%
##############                                                            20.2%
###############                                                           21.2%
###############                                                           22.1%
#################                                                         24.0%
##################                                                        25.3%
##################                                                        25.7%
##################                                                        25.7%
###################                                                       26.9%
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    31.0%
######################                                                    31.9%
######################                                                    31.9%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.2%
###########################                                               37.6%
###########################                                               38.6%
###########################                                               38.6%
############################                                              40.1%
#############################                                             41.2%
##############################                                            42.5%
###############################                                           44.0%
#################################                                         46.4%
##################################                                        48.5%
###################################                                       49.2%
####################################                                      50.4%
#####################################                                     52.3%
#######################################                                   54.2%
#######################################                                   55.1%
########################################                                  56.1%
########################################                                  56.7%
#########################################                                 58.2%
###########################################                               60.0%
############################################                              61.3%
#############################################                             62.9%
##############################################                            64.1%
##############################################                            64.2%
##############################################                            65.2%
###############################################                           65.9%
################################################                          67.1%
#################################################                         68.8%
##################################################                        69.6%
##################################################                        70.2%
###################################################                       71.7%
###################################################                       72.1%
####################################################                      73.0%
####################################################                      73.5%
#####################################################                     74.5%
######################################################                    75.4%
######################################################                    76.1%
#######################################################                   76.7%
#######################################################                   77.3%
########################################################                  78.2%
########################################################                  78.9%
#########################################################                 79.5%
#########################################################                 80.1%
###########################################################               82.4%
############################################################              83.9%
############################################################              84.7%
#############################################################             85.2%
##############################################################            86.4%
###############################################################           88.4%
################################################################          89.2%
################################################################          89.2%
################################################################          90.1%
#################################################################         90.9%
#################################################################         91.6%
##################################################################        91.9%
##################################################################        93.0%
####################################################################      95.3%
#####################################################################     96.3%
18:02:18 [2020-10-05T18:02:18.298Z] #27 ...
18:02:18 [2020-10-05T18:02:18.298Z] 
18:02:18 [2020-10-05T18:02:18.298Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:18 [2020-10-05T18:02:18.298Z] #11 28.97 Selecting previously unselected package binutils-mingw-w64-i686.
18:02:18 [2020-10-05T18:02:18.298Z] #11 28.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 ... 15383 files and directories currently installed.)
18:02:18 [2020-10-05T18:02:18.298Z] #11 29.06 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
18:02:18 [2020-10-05T18:02:18.298Z] #11 29.20 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:02:18 [2020-10-05T18:02:18.298Z] #11 36.30 Selecting previously unselected package binutils-mingw-w64-x86-64.
18:02:18 [2020-10-05T18:02:18.298Z] #11 36.32 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
18:02:18 [2020-10-05T18:02:18.298Z] #11 36.34 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:02:18 [2020-10-05T18:02:18.657Z] #11 ...
18:02:18 [2020-10-05T18:02:18.657Z] 
18:02:18 [2020-10-05T18:02:18.657Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:18 [2020-10-05T18:02:18.658Z] #27 23.31 
                                                                           0.0%
                                                                           0.6%
#                                                                          2.1%
##                                                                         3.6%
###                                                                        5.5%
###                                                                        5.5%
#####                                                                      7.1%
#####                                                                      8.3%
#######                                                                    9.7%
########                                                                  11.2%
########                                                                  12.0%
##########                                                                14.1%
##########                                                                14.1%
##########                                                                15.3%
###########                                                               15.6%
############                                                              16.8%
############                                                              17.8%
#############                                                             18.7%
##############                                                            20.2%
###############                                                           21.2%
###############                                                           22.1%
#################                                                         24.0%
##################                                                        25.3%
##################                                                        25.7%
##################                                                        25.7%
###################                                                       26.9%
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    31.0%
######################                                                    31.9%
######################                                                    31.9%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.2%
###########################                                               37.6%
###########################                                               38.6%
###########################                                               38.6%
############################                                              40.1%
#############################                                             41.2%
##############################                                            42.5%
###############################                                           44.0%
#################################                                         46.4%
##################################                                        48.5%
###################################                                       49.2%
####################################                                      50.4%
#####################################                                     52.3%
#######################################                                   54.2%
#######################################                                   55.1%
########################################                                  56.1%
########################################                                  56.7%
#########################################                                 58.2%
###########################################                               60.0%
############################################                              61.3%
#############################################                             62.9%
##############################################                            64.1%
##############################################                            64.2%
##############################################                            65.2%
###############################################                           65.9%
################################################                          67.1%
#################################################                         68.8%
##################################################                        69.6%
##################################################                        70.2%
###################################################                       71.7%
###################################################                       72.1%
####################################################                      73.0%
####################################################                      73.5%
#####################################################                     74.5%
######################################################                    75.4%
######################################################                    76.1%
#######################################################                   76.7%
#######################################################                   77.3%
########################################################                  78.2%
########################################################                  78.9%
#########################################################                 79.5%
#########################################################                 80.1%
###########################################################               82.4%
############################################################              83.9%
############################################################              84.7%
#############################################################             85.2%
##############################################################            86.4%
###############################################################           88.4%
################################################################          89.2%
################################################################          89.2%
################################################################          90.1%
#################################################################         90.9%
#################################################################         91.6%
##################################################################        91.9%
##################################################################        93.0%
####################################################################      95.3%
#####################################################################     96.3%
######################################################################    97.7%
######################################################################## 100.0%
18:02:18 [2020-10-05T18:02:18.658Z] #27 35.36 
18:02:18 [2020-10-05T18:02:18.919Z] #54 38.47 Checking out files:  34% (1140/3264)   
Checking out files:  35% (1143/3264)   
Checking out files:  36% (1176/3264)   
Checking out files:  37% (1208/3264)   
Checking out files:  38% (1241/3264)   
Checking out files:  39% (1273/3264)   
Checking out files:  40% (1306/3264)   
Checking out files:  41% (1339/3264)   
Checking out files:  42% (1371/3264)   
Checking out files:  43% (1404/3264)   
Checking out files:  44% (1437/3264)   
Checking out files:  45% (1469/3264)   
Checking out files:  46% (1502/3264)   
Checking out files:  47% (1535/3264)   
Checking out files:  48% (1567/3264)   
Checking out files:  49% (1600/3264)   
Checking out files:  50% (1632/3264)   
Checking out files:  51% (1665/3264)   
Checking out files:  52% (1698/3264)   
Checking out files:  53% (1730/3264)   
Checking out files:  54% (1763/3264)   
Checking out files:  55% (1796/3264)   
Checking out files:  56% (1828/3264)   
Checking out files:  57% (1861/3264)   
Checking out files:  58% (1894/3264)   
Checking out files:  59% (1926/3264)   
Checking out files:  60% (1959/3264)   
Checking out files:  61% (1992/3264)   
Checking out files:  62% (2024/3264)   
Checking out files:  63% (2057/3264)   
Checking out files:  64% (2089/3264)   
Checking out files:  65% (2122/3264)   
Checking out files:  66% (2155/3264)   
Checking out files:  67% (2187/3264)   
Checking out files:  68% (2220/3264)   
Checking out files:  68% (2246/3264)   
Checking out files:  69% (2253/3264)   
Checking out files:  70% (2285/3264)   
Checking out files:  71% (2318/3264)   
Checking out files:  72% (2351/3264)   
Checking out files:  73% (2383/3264)   
Checking out files:  74% (2416/3264)   
Checking out files:  75% (2448/3264)   
Checking out files:  76% (2481/3264)   
Checking out files:  77% (2514/3264)   
Checking out files:  78% (2546/3264)   
Checking out files:  79% (2579/3264)   
Checking out files:  80% (2612/3264)   
Checking out files:  81% (2644/3264)   
Checking out files:  82% (2677/3264)   
Checking out files:  83% (2710/3264)   
Checking out files:  84% (2742/3264)   
Checking out files:  85% (2775/3264)   
Checking out files:  85% (2792/3264)   
Checking out files:  86% (2808/3264)   
Checking out files:  87% (2840/3264)   
Checking out files:  88% (2873/3264)   
Checking out files:  89% (2905/3264)   
Checking out files:  90% (2938/3264)   
Checking out files:  91% (2971/3264)   
Checking out files:  92% (3003/3264)   
Checking out files:  93% (3036/3264)   
Checking out files:  94% (3069/3264)   
Checking out files:  95% (3101/3264)   
Checking out files:  96% (3134/3264)   
Checking out files:  97% (3167/3264)   
Checking out files:  98% (3199/3264)   
Checking out files:  99% (3232/3264)   
Checking out files: 100% (3264/3264)   
Checking out files: 100% (3264/3264), done.
18:02:18 [2020-10-05T18:02:18.920Z] #54 41.35 + cd /tmp/tmp.KGcG0lREOy/src/github.com/containerd/containerd
18:02:18 [2020-10-05T18:02:18.920Z] #54 41.36 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
18:02:19 [2020-10-05T18:02:19.514Z] #54 46.29 + bin/containerd-shim-runc-v2
18:02:19 [2020-10-05T18:02:19.669Z] #27 35.86 /download-frozen-image-v2.sh: line 208: type: go: not found
18:02:19 [2020-10-05T18:02:19.856Z] #54 42.10 + export 'BUILDTAGS=netgo osusergo static_build'
18:02:19 [2020-10-05T18:02:19.856Z] #54 42.12 + BUILDTAGS='netgo osusergo static_build'
18:02:19 [2020-10-05T18:02:19.856Z] #54 42.12 + export EXTRA_FLAGS=-buildmode=pie
18:02:19 [2020-10-05T18:02:19.856Z] #54 42.12 + EXTRA_FLAGS=-buildmode=pie
18:02:19 [2020-10-05T18:02:19.856Z] #54 42.12 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
18:02:19 [2020-10-05T18:02:19.856Z] #54 42.12 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
18:02:19 [2020-10-05T18:02:19.856Z] #54 42.12 + '[' '' = dynamic ']'
18:02:19 [2020-10-05T18:02:19.856Z] #54 42.12 + make
18:02:19 [2020-10-05T18:02:19.856Z] #54 ...
18:02:19 [2020-10-05T18:02:19.856Z] 
18:02:19 [2020-10-05T18:02:19.856Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.09 Selecting previously unselected package binutils-mingw-w64.
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.12 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.13 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.27 Selecting previously unselected package libdevmapper1.02.1:amd64.
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.27 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.46 Selecting previously unselected package dmsetup.
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.47 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.47 Unpacking dmsetup (2:1.02.155-3) ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.63 Selecting previously unselected package mingw-w64-common.
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.64 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 36.65 Unpacking mingw-w64-common (6.0.0-3) ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 43.60 Selecting previously unselected package mingw-w64-x86-64-dev.
18:02:19 [2020-10-05T18:02:19.856Z] #11 43.60 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
18:02:19 [2020-10-05T18:02:19.856Z] #11 43.61 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
18:02:20 [2020-10-05T18:02:20.015Z] #43 36.10 go/ast
18:02:20 [2020-10-05T18:02:20.016Z] #43 36.17 internal/lazyregexp
18:02:20 [2020-10-05T18:02:20.016Z] #43 ...
18:02:20 [2020-10-05T18:02:20.016Z] 
18:02:20 [2020-10-05T18:02:20.016Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:20 [2020-10-05T18:02:20.016Z] #34 30.63 Selecting previously unselected package libicu63:amd64.
18:02:20 [2020-10-05T18:02:20.016Z] #34 30.65 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 30.66 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 37.76 Selecting previously unselected package libxml2:amd64.
18:02:20 [2020-10-05T18:02:20.016Z] #34 37.80 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 37.80 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 38.45 Selecting previously unselected package libarchive13:amd64.
18:02:20 [2020-10-05T18:02:20.016Z] #34 38.45 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 38.46 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 38.83 Selecting previously unselected package libjsoncpp1:amd64.
18:02:20 [2020-10-05T18:02:20.016Z] #34 38.85 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 38.86 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.02 Selecting previously unselected package librhash0:amd64.
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.03 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.04 Unpacking librhash0:amd64 (1.3.8-1) ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.28 Selecting previously unselected package libuv1:amd64.
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.32 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.33 Unpacking libuv1:amd64 (1.24.1-1) ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.51 Selecting previously unselected package cmake.
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.52 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 39.53 Unpacking cmake (3.13.4-1) ...
18:02:20 [2020-10-05T18:02:20.016Z] #34 ...
18:02:20 [2020-10-05T18:02:20.016Z] 
18:02:20 [2020-10-05T18:02:20.016Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:20 [2020-10-05T18:02:20.016Z] #11 40.65 Selecting previously unselected package binutils-mingw-w64.
18:02:20 [2020-10-05T18:02:20.016Z] #11 40.68 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #11 40.69 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
18:02:20 [2020-10-05T18:02:20.016Z] #11 40.88 Selecting previously unselected package libdevmapper1.02.1:amd64.
18:02:20 [2020-10-05T18:02:20.016Z] #11 40.91 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.016Z] #11 40.93 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
18:02:20 [2020-10-05T18:02:20.120Z] #11 ...
18:02:20 [2020-10-05T18:02:20.120Z] 
18:02:20 [2020-10-05T18:02:20.120Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:20 [2020-10-05T18:02:20.120Z] #40 45.84 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
18:02:20 [2020-10-05T18:02:20.120Z] #40 45.86 Processing triggers for libc-bin (2.28-10) ...
18:02:20 [2020-10-05T18:02:20.120Z] #40 DONE 46.2s
18:02:20 [2020-10-05T18:02:20.120Z] 
18:02:20 [2020-10-05T18:02:20.120Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:20 [2020-10-05T18:02:20.149Z] #54 46.98 + binaries
18:02:20 [2020-10-05T18:02:20.149Z] #54 46.98 + install -D bin/containerd /build/containerd
18:02:20 [2020-10-05T18:02:20.149Z] #54 47.01 + install -D bin/containerd-shim /build/containerd-shim
18:02:20 [2020-10-05T18:02:20.149Z] #54 47.02 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:02:20 [2020-10-05T18:02:20.149Z] #54 47.03 + install -D bin/ctr /build/ctr
18:02:20 [2020-10-05T18:02:20.176Z] #49 33.22 io/ioutil
18:02:20 [2020-10-05T18:02:20.273Z] #11 41.19 Selecting previously unselected package dmsetup.
18:02:20 [2020-10-05T18:02:20.273Z] #11 41.19 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
18:02:20 [2020-10-05T18:02:20.273Z] #11 41.19 Unpacking dmsetup (2:1.02.155-3) ...
18:02:20 [2020-10-05T18:02:20.530Z] #11 41.45 Selecting previously unselected package mingw-w64-common.
18:02:20 [2020-10-05T18:02:20.530Z] #11 41.46 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
18:02:20 [2020-10-05T18:02:20.530Z] #11 41.46 Unpacking mingw-w64-common (6.0.0-3) ...
18:02:20 [2020-10-05T18:02:20.653Z] #27 ...
18:02:20 [2020-10-05T18:02:20.653Z] 
18:02:20 [2020-10-05T18:02:20.653Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:20 [2020-10-05T18:02:20.653Z] #43 27.14 github.com/LK4D4/vndr/godl/singleflight
18:02:20 [2020-10-05T18:02:20.653Z] #43 27.15 math/rand
18:02:20 [2020-10-05T18:02:20.653Z] #43 27.35 strconv
18:02:20 [2020-10-05T18:02:20.653Z] #43 27.36 bytes
18:02:20 [2020-10-05T18:02:20.653Z] #43 27.47 syscall
18:02:20 [2020-10-05T18:02:20.653Z] #43 28.46 strings
18:02:20 [2020-10-05T18:02:20.653Z] #43 29.64 bufio
18:02:20 [2020-10-05T18:02:20.653Z] #43 30.56 reflect
18:02:20 [2020-10-05T18:02:20.653Z] #43 30.97 hash/crc32
18:02:20 [2020-10-05T18:02:20.653Z] #43 31.80 regexp/syntax
18:02:20 [2020-10-05T18:02:20.653Z] #43 32.18 vendor/golang.org/x/text/transform
18:02:20 [2020-10-05T18:02:20.653Z] #43 36.90 time
18:02:20 [2020-10-05T18:02:20.653Z] #43 37.25 regexp
18:02:20 [2020-10-05T18:02:20.653Z] #43 ...
18:02:20 [2020-10-05T18:02:20.653Z] 
18:02:20 [2020-10-05T18:02:20.653Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:20 [2020-10-05T18:02:20.653Z] #32 37.32 internal/poll
18:02:20 [2020-10-05T18:02:20.782Z] #54 DONE 47.6s
18:02:21 [2020-10-05T18:02:21.065Z] #41 ...
18:02:21 [2020-10-05T18:02:21.065Z] 
18:02:21 [2020-10-05T18:02:21.065Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:21 [2020-10-05T18:02:21.065Z] #43 33.28 go/token
18:02:21 [2020-10-05T18:02:21.065Z] #43 34.13 internal/lazyregexp
18:02:21 [2020-10-05T18:02:21.065Z] #43 34.35 go/scanner
18:02:21 [2020-10-05T18:02:21.065Z] #43 34.53 net/url
18:02:21 [2020-10-05T18:02:21.065Z] #43 36.16 go/ast
18:02:21 [2020-10-05T18:02:21.065Z] #43 36.80 text/template/parse
18:02:21 [2020-10-05T18:02:21.065Z] #43 42.78 go/parser
18:02:21 [2020-10-05T18:02:21.065Z] #43 43.47 text/template
18:02:21 [2020-10-05T18:02:21.065Z] #43 ...
18:02:21 [2020-10-05T18:02:21.065Z] 
18:02:21 [2020-10-05T18:02:21.065Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:02:21 [2020-10-05T18:02:21.065Z] #54 43.36 + bin/ctr
18:02:21 [2020-10-05T18:02:21.417Z] 
18:02:21 [2020-10-05T18:02:21.417Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
18:02:21 [2020-10-05T18:02:21.711Z] #55 DONE 0.3s
18:02:21 [2020-10-05T18:02:21.711Z] 
18:02:21 [2020-10-05T18:02:21.711Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
18:02:21 [2020-10-05T18:02:21.728Z] #49 ...
18:02:21 [2020-10-05T18:02:21.728Z] 
18:02:21 [2020-10-05T18:02:21.728Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:02:21 [2020-10-05T18:02:21.728Z] #30 37.48 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.
18:02:21 [2020-10-05T18:02:21.728Z] #30 37.68 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
18:02:21 [2020-10-05T18:02:21.728Z] #30 38.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
18:02:22 [2020-10-05T18:02:22.003Z] #59 DONE 0.2s
18:02:22 [2020-10-05T18:02:22.004Z] 
18:02:22 [2020-10-05T18:02:22.004Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
18:02:22 [2020-10-05T18:02:22.004Z] #61 DONE 0.1s
18:02:22 [2020-10-05T18:02:22.004Z] 
18:02:22 [2020-10-05T18:02:22.004Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
18:02:22 [2020-10-05T18:02:22.030Z] #30 ...
18:02:22 [2020-10-05T18:02:22.030Z] 
18:02:22 [2020-10-05T18:02:22.030Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:22 [2020-10-05T18:02:22.030Z] #40 29.06 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 29.06 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 29.07 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 29.07 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 29.08 Setting up python-six (1.12.0-1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.83 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.84 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.85 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.86 Setting up libcap-dev:ppc64el (1:2.25-2) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.88 Setting up libprotoc17:ppc64el (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.90 Setting up protobuf-compiler (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.91 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.92 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.92 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 32.93 Setting up python-protobuf (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 39.11 Setting up libnl-3-dev:ppc64el (3.4.0-1) ...
18:02:22 [2020-10-05T18:02:22.030Z] #40 39.12 Processing triggers for libc-bin (2.28-10) ...
18:02:22 [2020-10-05T18:02:22.050Z] #32 38.61 internal/fmtsort
18:02:22 [2020-10-05T18:02:22.050Z] #32 38.72 os
18:02:22 [2020-10-05T18:02:22.050Z] #32 ...
18:02:22 [2020-10-05T18:02:22.050Z] 
18:02:22 [2020-10-05T18:02:22.050Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:02:22 [2020-10-05T18:02:22.050Z] #45 DONE 38.8s
18:02:22 [2020-10-05T18:02:22.296Z] #63 DONE 0.1s
18:02:22 [2020-10-05T18:02:22.296Z] 
18:02:22 [2020-10-05T18:02:22.296Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
18:02:22 [2020-10-05T18:02:22.296Z] #64 DONE 0.0s
18:02:22 [2020-10-05T18:02:22.296Z] 
18:02:22 [2020-10-05T18:02:22.296Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
18:02:22 [2020-10-05T18:02:22.317Z] 
18:02:22 [2020-10-05T18:02:22.317Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:22 [2020-10-05T18:02:22.317Z] #11 41.68 Selecting previously unselected package binutils-mingw-w64.
18:02:22 [2020-10-05T18:02:22.317Z] #11 41.69 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
18:02:22 [2020-10-05T18:02:22.317Z] #11 41.71 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
18:02:22 [2020-10-05T18:02:22.317Z] #11 41.88 Selecting previously unselected package libdevmapper1.02.1:arm64.
18:02:22 [2020-10-05T18:02:22.317Z] #11 41.91 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
18:02:22 [2020-10-05T18:02:22.317Z] #11 41.92 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
18:02:22 [2020-10-05T18:02:22.317Z] #11 42.66 Selecting previously unselected package dmsetup.
18:02:22 [2020-10-05T18:02:22.317Z] #11 42.67 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
18:02:22 [2020-10-05T18:02:22.317Z] #11 42.71 Unpacking dmsetup (2:1.02.155-3) ...
18:02:22 [2020-10-05T18:02:22.317Z] #11 42.87 Selecting previously unselected package mingw-w64-common.
18:02:22 [2020-10-05T18:02:22.317Z] #11 42.88 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
18:02:22 [2020-10-05T18:02:22.317Z] #11 42.91 Unpacking mingw-w64-common (6.0.0-3) ...
18:02:22 [2020-10-05T18:02:22.333Z] #40 DONE 39.4s
18:02:22 [2020-10-05T18:02:22.333Z] 
18:02:22 [2020-10-05T18:02:22.333Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:22 [2020-10-05T18:02:22.333Z] #11 36.26 Selecting previously unselected package mingw-w64-x86-64-dev.
18:02:22 [2020-10-05T18:02:22.333Z] #11 36.29 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
18:02:22 [2020-10-05T18:02:22.333Z] #11 36.30 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
18:02:22 [2020-10-05T18:02:22.425Z] #11 ...
18:02:22 [2020-10-05T18:02:22.425Z] 
18:02:22 [2020-10-05T18:02:22.425Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:22 [2020-10-05T18:02:22.425Z] #40 33.17 Setting up python-pkg-resources (40.8.0-1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 37.91 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 37.93 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 37.94 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 37.96 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 37.97 Setting up python-six (1.12.0-1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 41.87 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 41.89 Setting up libnl-3-200:amd64 (3.4.0-1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 41.91 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 41.92 Setting up libcap-dev:amd64 (1:2.25-2) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 41.93 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 41.95 Setting up protobuf-compiler (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 41.97 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 41.99 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 42.02 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 42.05 Setting up python-protobuf (3.6.1.3-2) ...
18:02:22 [2020-10-05T18:02:22.425Z] #40 ...
18:02:22 [2020-10-05T18:02:22.425Z] 
18:02:22 [2020-10-05T18:02:22.425Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.66 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.69 Setting up xxd (2:8.1.0875-5) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.70 Setting up libuv1:amd64 (1.24.1-1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.71 Setting up vim-common (2:8.1.0875-5) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.76 Setting up librhash0:amd64 (1.3.8-1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.85 Setting up cmake-data (3.13.4-1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.89 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.91 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.92 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.93 Setting up cmake (3.13.4-1) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 42.95 Processing triggers for libc-bin (2.28-10) ...
18:02:22 [2020-10-05T18:02:22.425Z] #34 43.06 Processing triggers for mime-support (3.62) ...
18:02:22 [2020-10-05T18:02:22.642Z] #11 ...
18:02:22 [2020-10-05T18:02:22.643Z] 
18:02:22 [2020-10-05T18:02:22.643Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:22 [2020-10-05T18:02:22.643Z] #32 25.63 internal/poll
18:02:22 [2020-10-05T18:02:22.643Z] #32 27.13 internal/fmtsort
18:02:22 [2020-10-05T18:02:22.643Z] #32 28.47 os
18:02:22 [2020-10-05T18:02:22.643Z] #32 30.70 path/filepath
18:02:22 [2020-10-05T18:02:22.643Z] #32 30.71 fmt
18:02:22 [2020-10-05T18:02:22.643Z] #32 33.07 io/ioutil
18:02:22 [2020-10-05T18:02:22.930Z] #65 DONE 0.7s
18:02:22 [2020-10-05T18:02:22.949Z] #32 35.86 log
18:02:22 [2020-10-05T18:02:22.949Z] #32 ...
18:02:22 [2020-10-05T18:02:22.949Z] 
18:02:22 [2020-10-05T18:02:22.949Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:23 [2020-10-05T18:02:23.223Z] 
18:02:23 [2020-10-05T18:02:23.223Z] #66 exporting to image
18:02:23 [2020-10-05T18:02:23.223Z] #66 exporting layers
18:02:23 [2020-10-05T18:02:23.398Z] #34 ...
18:02:23 [2020-10-05T18:02:23.398Z] 
18:02:23 [2020-10-05T18:02:23.398Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:23 [2020-10-05T18:02:23.398Z] #49 29.79 regexp/syntax
18:02:23 [2020-10-05T18:02:23.398Z] #49 32.73 encoding/binary
18:02:23 [2020-10-05T18:02:23.398Z] #49 35.09 encoding/base64
18:02:23 [2020-10-05T18:02:23.398Z] #49 36.10 github.com/pkg/diff
18:02:23 [2020-10-05T18:02:23.398Z] #49 36.18 encoding/json
18:02:23 [2020-10-05T18:02:23.398Z] #49 37.99 go/ast
18:02:23 [2020-10-05T18:02:23.398Z] #49 ...
18:02:23 [2020-10-05T18:02:23.398Z] 
18:02:23 [2020-10-05T18:02:23.398Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:02:23 [2020-10-05T18:02:23.398Z] #30 38.12 Checking out files:  87% (1334/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
18:02:23 [2020-10-05T18:02:23.398Z] #30 38.77 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
18:02:23 [2020-10-05T18:02:23.398Z] #30 39.26 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
18:02:23 [2020-10-05T18:02:23.747Z] #11 ...
18:02:23 [2020-10-05T18:02:23.747Z] 
18:02:23 [2020-10-05T18:02:23.747Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.509 + RM_GOPATH=0
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.509 + TMP_GOPATH=
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.509 + : /build
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.509 + '[' -z '' ']'
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.515 ++ mktemp -d
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.516 + export GOPATH=/tmp/tmp.hFqniqCe6y
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.522 + GOPATH=/tmp/tmp.hFqniqCe6y
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.522 + RM_GOPATH=1
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.522 + case "$(go env GOARCH)" in
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.523 ++ go env GOARCH
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.536 + export GO_BUILDMODE=-buildmode=pie
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.536 + GO_BUILDMODE=-buildmode=pie
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.537 ++ dirname /tmp/install/install.sh
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.548 + dir=/tmp/install
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.554 + bin=containerd
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.554 + shift
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.554 + '[' '!' -f /tmp/install/containerd.installer ']'
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.554 + . /tmp/install/containerd.installer
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.555 ++ set -e
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.555 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.556 + install_containerd
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.591 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.591 + git clone https://github.com/containerd/containerd.git /tmp/tmp.hFqniqCe6y/src/github.com/containerd/containerd
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.595 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
18:02:23 [2020-10-05T18:02:23.747Z] #54 3.608 Cloning into '/tmp/tmp.hFqniqCe6y/src/github.com/containerd/containerd'...
18:02:24 [2020-10-05T18:02:24.011Z] #54 ...
18:02:24 [2020-10-05T18:02:24.011Z] 
18:02:24 [2020-10-05T18:02:24.011Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:24 [2020-10-05T18:02:24.011Z] #43 40.47 github.com/LK4D4/vndr/versioned
18:02:24 [2020-10-05T18:02:24.284Z] #43 ...
18:02:24 [2020-10-05T18:02:24.284Z] 
18:02:24 [2020-10-05T18:02:24.284Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:24 [2020-10-05T18:02:24.284Z] #49 31.17 text/tabwriter
18:02:24 [2020-10-05T18:02:24.284Z] #49 31.17 syscall
18:02:24 [2020-10-05T18:02:24.284Z] #49 31.21 reflect
18:02:24 [2020-10-05T18:02:24.284Z] #49 31.22 regexp/syntax
18:02:24 [2020-10-05T18:02:24.284Z] #49 37.14 regexp
18:02:24 [2020-10-05T18:02:24.284Z] #49 39.55 os
18:02:24 [2020-10-05T18:02:24.284Z] #49 39.58 context
18:02:24 [2020-10-05T18:02:24.333Z] #30 ...
18:02:24 [2020-10-05T18:02:24.333Z] 
18:02:24 [2020-10-05T18:02:24.333Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:24 [2020-10-05T18:02:24.333Z] #34 DONE 45.0s
18:02:24 [2020-10-05T18:02:24.333Z] 
18:02:24 [2020-10-05T18:02:24.333Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:24 [2020-10-05T18:02:24.514Z] #41 1.857 Note: Building without setproctitle() and strlcpy() support.
18:02:24 [2020-10-05T18:02:24.514Z] #41 1.857       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:02:24 [2020-10-05T18:02:24.514Z] #41 1.864 Note: Building without GnuTLS support
18:02:24 [2020-10-05T18:02:24.514Z] #41 1.867 Makefile.config:39: Warn: you have no libnftables installed
18:02:24 [2020-10-05T18:02:24.514Z] #41 1.867 Makefile.config:40: Warn: Building without nftables support
18:02:24 [2020-10-05T18:02:24.547Z] #49 ...
18:02:24 [2020-10-05T18:02:24.547Z] 
18:02:24 [2020-10-05T18:02:24.547Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:24 [2020-10-05T18:02:24.547Z] #32 40.97 path/filepath
18:02:24 [2020-10-05T18:02:24.547Z] #32 40.98 fmt
18:02:25 [2020-10-05T18:02:25.127Z] #32 42.01 io/ioutil
18:02:25 [2020-10-05T18:02:25.253Z] #41 ...
18:02:25 [2020-10-05T18:02:25.253Z] 
18:02:25 [2020-10-05T18:02:25.253Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:25 [2020-10-05T18:02:25.253Z] #43 28.33 internal/poll
18:02:25 [2020-10-05T18:02:25.253Z] #43 29.82 context
18:02:25 [2020-10-05T18:02:25.253Z] #43 33.11 regexp
18:02:25 [2020-10-05T18:02:25.253Z] #43 33.97 os/exec
18:02:25 [2020-10-05T18:02:25.253Z] #43 33.98 net
18:02:25 [2020-10-05T18:02:25.261Z] #35 ...
18:02:25 [2020-10-05T18:02:25.261Z] 
18:02:25 [2020-10-05T18:02:25.261Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:25 [2020-10-05T18:02:25.261Z] #32 33.50 log
18:02:25 [2020-10-05T18:02:25.261Z] #32 36.47 github.com/BurntSushi/toml/cmd/tomlv
18:02:25 [2020-10-05T18:02:25.261Z] #32 DONE 41.6s
18:02:25 [2020-10-05T18:02:25.261Z] 
18:02:25 [2020-10-05T18:02:25.261Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 + RM_GOPATH=0
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 + TMP_GOPATH=
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 + : /build
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 + '[' -z '' ']'
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 ++ mktemp -d
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 + export GOPATH=/tmp/tmp.QqGME7D28j
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 + GOPATH=/tmp/tmp.QqGME7D28j
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 + RM_GOPATH=1
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.091 + case "$(go env GOARCH)" in
18:02:25 [2020-10-05T18:02:25.261Z] #35 1.109 ++ go env GOARCH
18:02:25 [2020-10-05T18:02:25.391Z] #32 ...
18:02:25 [2020-10-05T18:02:25.391Z] 
18:02:25 [2020-10-05T18:02:25.391Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:25 [2020-10-05T18:02:25.391Z] #40 35.99 Selecting previously unselected package libnet1-dev.
18:02:25 [2020-10-05T18:02:25.391Z] #40 36.00 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 36.29 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 36.87 Selecting previously unselected package libnl-3-200:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 36.88 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 36.88 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 37.99 Selecting previously unselected package libnl-3-dev:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 37.99 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 38.28 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 40.24 Selecting previously unselected package libprotobuf-c1:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 40.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 41.36 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 41.69 Selecting previously unselected package libprotobuf-c-dev:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 41.70 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 41.72 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 41.84 Selecting previously unselected package zlib1g-dev:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 41.84 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 41.85 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 42.77 Selecting previously unselected package libprotobuf17:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 42.78 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 42.80 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 43.76 Selecting previously unselected package libprotobuf-lite17:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 43.76 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 43.94 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 44.80 Selecting previously unselected package libprotobuf-dev:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 44.81 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 44.83 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 45.82 Selecting previously unselected package libprotoc17:arm64.
18:02:25 [2020-10-05T18:02:25.391Z] #40 45.86 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
18:02:25 [2020-10-05T18:02:25.391Z] #40 45.88 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.193 + export GO_BUILDMODE=-buildmode=pie
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.193 + GO_BUILDMODE=-buildmode=pie
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.193 ++ dirname /tmp/install/install.sh
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.210 + dir=/tmp/install
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.210 + bin=tini
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.210 + shift
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.210 + '[' '!' -f /tmp/install/tini.installer ']'
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.210 + . /tmp/install/tini.installer
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.211 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.211 + install_tini
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.218 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.218 + git clone https://github.com/krallin/tini.git /tmp/tmp.QqGME7D28j/tini
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.225 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
18:02:25 [2020-10-05T18:02:25.517Z] #35 1.227 Cloning into '/tmp/tmp.QqGME7D28j/tini'...
18:02:25 [2020-10-05T18:02:25.554Z] #43 ...
18:02:25 [2020-10-05T18:02:25.554Z] 
18:02:25 [2020-10-05T18:02:25.554Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:25 [2020-10-05T18:02:25.554Z] #11 42.49 Selecting previously unselected package gcc-mingw-w64-base.
18:02:25 [2020-10-05T18:02:25.554Z] #11 42.50 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
18:02:25 [2020-10-05T18:02:25.554Z] #11 42.50 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
18:02:25 [2020-10-05T18:02:25.554Z] #11 42.77 Selecting previously unselected package gcc-mingw-w64-x86-64.
18:02:25 [2020-10-05T18:02:25.554Z] #11 42.81 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
18:02:25 [2020-10-05T18:02:25.655Z] #40 ...
18:02:25 [2020-10-05T18:02:25.655Z] 
18:02:25 [2020-10-05T18:02:25.655Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:25 [2020-10-05T18:02:25.655Z] #43 41.87 path/filepath
18:02:25 [2020-10-05T18:02:25.655Z] #43 41.87 internal/lazyregexp
18:02:25 [2020-10-05T18:02:25.655Z] #43 41.90 net
18:02:25 [2020-10-05T18:02:25.856Z] #11 42.82 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:02:25 [2020-10-05T18:02:25.958Z] #66 exporting layers 2.4s done
18:02:25 [2020-10-05T18:02:25.958Z] #66 writing image sha256:e80071404b3af280434ad316c112c2d9e5b3b76ab08faecc9858b259b5435f41 done
18:02:25 [2020-10-05T18:02:25.958Z] #66 naming to docker.io/library/docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 done
18:02:25 [2020-10-05T18:02:25.958Z] #66 DONE 2.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
18:02:26 [2020-10-05T18:02:26.336Z] #54 ...
18:02:26 [2020-10-05T18:02:26.336Z] 
18:02:26 [2020-10-05T18:02:26.336Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:26 [2020-10-05T18:02:26.336Z] #11 50.70 Selecting previously unselected package gcc-mingw-w64-base.
18:02:26 [2020-10-05T18:02:26.336Z] #11 50.70 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
18:02:26 [2020-10-05T18:02:26.336Z] #11 50.71 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
18:02:26 [2020-10-05T18:02:26.336Z] #11 50.87 Selecting previously unselected package gcc-mingw-w64-x86-64.
18:02:26 [2020-10-05T18:02:26.336Z] #11 50.89 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
18:02:26 [2020-10-05T18:02:26.336Z] #11 50.90 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:02:26 [2020-10-05T18:02:26.391Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/test/unit
18:02:26 [2020-10-05T18:02:26.444Z] #35 2.345 + cd /tmp/tmp.QqGME7D28j/tini
18:02:26 [2020-10-05T18:02:26.444Z] #35 2.345 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
18:02:26 [2020-10-05T18:02:26.444Z] #35 2.350 + cmake .
18:02:26 [2020-10-05T18:02:26.905Z] #11 ...
18:02:26 [2020-10-05T18:02:26.905Z] 
18:02:26 [2020-10-05T18:02:26.905Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.661 + RM_GOPATH=0
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.661 + TMP_GOPATH=
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.661 + : /build
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.661 + '[' -z '' ']'
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.661 ++ mktemp -d
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.673 + export GOPATH=/tmp/tmp.DLdrHdvnSJ
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.673 + GOPATH=/tmp/tmp.DLdrHdvnSJ
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.673 + RM_GOPATH=1
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.673 + case "$(go env GOARCH)" in
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.673 ++ go env GOARCH
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.731 + export GO_BUILDMODE=-buildmode=pie
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.731 + GO_BUILDMODE=-buildmode=pie
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.731 ++ dirname /tmp/install/install.sh
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 + dir=/tmp/install
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 + bin=tini
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 + shift
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 + '[' '!' -f /tmp/install/tini.installer ']'
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 + . /tmp/install/tini.installer
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 + install_tini
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.738 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.749 + git clone https://github.com/krallin/tini.git /tmp/tmp.DLdrHdvnSJ/tini
18:02:26 [2020-10-05T18:02:26.905Z] #35 1.749 Cloning into '/tmp/tmp.DLdrHdvnSJ/tini'...
18:02:26 [2020-10-05T18:02:26.905Z] #35 2.595 + cd /tmp/tmp.DLdrHdvnSJ/tini
18:02:26 [2020-10-05T18:02:26.905Z] #35 2.596 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
18:02:26 [2020-10-05T18:02:26.905Z] #35 2.620 + cmake .
18:02:26 [2020-10-05T18:02:26.905Z] #35 3.406 -- The C compiler identification is GNU 8.3.0
18:02:26 [2020-10-05T18:02:26.905Z] #35 3.589 -- Check for working C compiler: /usr/bin/cc
18:02:26 [2020-10-05T18:02:26.905Z] #35 4.488 -- Check for working C compiler: /usr/bin/cc -- works
18:02:26 [2020-10-05T18:02:26.905Z] #35 4.496 -- Detecting C compiler ABI info
18:02:26 [2020-10-05T18:02:26.905Z] #35 5.092 -- Detecting C compiler ABI info - done
18:02:26 [2020-10-05T18:02:26.905Z] #35 5.127 -- Detecting C compile features
18:02:26 [2020-10-05T18:02:26.905Z] #35 7.384 -- Detecting C compile features - done
18:02:26 [2020-10-05T18:02:26.905Z] #35 7.426 -- Performing Test HAS_BUILTIN_FORTIFY
18:02:26 [2020-10-05T18:02:26.905Z] #35 7.778 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
18:02:26 [2020-10-05T18:02:26.905Z] #35 7.871 -- Configuring done
18:02:26 [2020-10-05T18:02:26.905Z] #35 7.888 -- Generating done
18:02:26 [2020-10-05T18:02:26.905Z] #35 7.904 -- Build files have been written to: /tmp/tmp.DLdrHdvnSJ/tini
18:02:26 [2020-10-05T18:02:26.905Z] #35 7.918 + make tini-static
18:02:26 [2020-10-05T18:02:26.905Z] #35 8.341 Scanning dependencies of target tini-static
18:02:26 [2020-10-05T18:02:26.905Z] #35 8.539 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
18:02:26 [2020-10-05T18:02:26.905Z] #35 9.886 [100%] Linking C executable tini-static
18:02:26 [2020-10-05T18:02:26.905Z] #35 ...
18:02:26 [2020-10-05T18:02:26.905Z] 
18:02:26 [2020-10-05T18:02:26.905Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:26 [2020-10-05T18:02:26.905Z] #41 2.334 Note: Building without setproctitle() and strlcpy() support.
18:02:26 [2020-10-05T18:02:26.905Z] #41 2.334       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:02:26 [2020-10-05T18:02:26.905Z] #41 2.345 Note: Building without GnuTLS support
18:02:26 [2020-10-05T18:02:26.905Z] #41 2.355 Makefile.config:39: Warn: you have no libnftables installed
18:02:26 [2020-10-05T18:02:26.905Z] #41 2.356 Makefile.config:40: Warn: Building without nftables support
18:02:26 [2020-10-05T18:02:26.905Z] #41 4.429 fatal: not a git repository (or any of the parent directories): .git
18:02:26 [2020-10-05T18:02:26.905Z] #41 4.490   GEN      .gitid
18:02:26 [2020-10-05T18:02:26.905Z] #41 4.532   GEN      criu/include/version.h
18:02:26 [2020-10-05T18:02:26.905Z] #41 4.603   GEN      include/common/asm
18:02:26 [2020-10-05T18:02:26.905Z] #41 6.271   PBCC     images/timens.pb-c.c
18:02:26 [2020-10-05T18:02:26.905Z] #41 6.296   DEP      images/timens.pb-c.d
18:02:26 [2020-10-05T18:02:26.905Z] #41 6.328   PBCC     images/fown.pb-c.c
18:02:26 [2020-10-05T18:02:26.906Z] #41 6.352   PBCC     images/google/protobuf/descriptor.pb-c.c
18:02:26 [2020-10-05T18:02:26.906Z] #41 6.437   PBCC     images/opts.pb-c.c
18:02:26 [2020-10-05T18:02:26.906Z] #41 6.528   PBCC     images/memfd.pb-c.c
18:02:26 [2020-10-05T18:02:26.906Z] #41 6.641   DEP      images/fown.pb-c.d
18:02:26 [2020-10-05T18:02:26.906Z] #41 6.747   DEP      images/google/protobuf/descriptor.pb-c.d
18:02:26 [2020-10-05T18:02:26.906Z] #41 6.848   DEP      images/opts.pb-c.d
18:02:26 [2020-10-05T18:02:26.906Z] #41 ...
18:02:26 [2020-10-05T18:02:26.906Z] 
18:02:26 [2020-10-05T18:02:26.906Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:02:26 [2020-10-05T18:02:26.906Z] #45 DONE 49.3s
18:02:26 [2020-10-05T18:02:26.906Z] 
18:02:26 [2020-10-05T18:02:26.906Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:26 [2020-10-05T18:02:26.906Z] #41 6.938   DEP      images/memfd.pb-c.d
18:02:27 [2020-10-05T18:02:27.050Z] #35 3.026 -- The C compiler identification is GNU 8.3.0
18:02:27 [2020-10-05T18:02:27.050Z] #35 3.092 -- Check for working C compiler: /usr/bin/cc
18:02:27 [2020-10-05T18:02:27.054Z] #43 43.50 os/exec
18:02:27 [2020-10-05T18:02:27.054Z] #43 ...
18:02:27 [2020-10-05T18:02:27.054Z] 
18:02:27 [2020-10-05T18:02:27.054Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:27 [2020-10-05T18:02:27.054Z] #34 37.38 Selecting previously unselected package cmake-data.
18:02:27 [2020-10-05T18:02:27.054Z] #34 37.38 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
18:02:27 [2020-10-05T18:02:27.054Z] #34 37.40 Unpacking cmake-data (3.13.4-1) ...
18:02:27 [2020-10-05T18:02:27.054Z] #34 45.06 Selecting previously unselected package libicu63:arm64.
18:02:27 [2020-10-05T18:02:27.054Z] #34 45.11 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
18:02:27 [2020-10-05T18:02:27.054Z] #34 45.13 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
18:02:27 [2020-10-05T18:02:27.054Z] #34 ...
18:02:27 [2020-10-05T18:02:27.054Z] 
18:02:27 [2020-10-05T18:02:27.054Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:27 [2020-10-05T18:02:27.054Z] #32 43.64 flag
18:02:27 [2020-10-05T18:02:27.054Z] #32 43.65 log
18:02:27 [2020-10-05T18:02:27.054Z] #32 43.65 github.com/BurntSushi/toml
18:02:27 [2020-10-05T18:02:27.164Z] #41 7.065   PBCC     images/sit.pb-c.c
18:02:27 [2020-10-05T18:02:27.164Z] #41 7.195   DEP      images/sit.pb-c.d
18:02:27 [2020-10-05T18:02:27.164Z] #41 7.298   PBCC     images/macvlan.pb-c.c
18:02:27 [2020-10-05T18:02:27.422Z] #41 7.382   DEP      images/macvlan.pb-c.d
18:02:27 [2020-10-05T18:02:27.422Z] #41 7.401   PBCC     images/autofs.pb-c.c
18:02:27 [2020-10-05T18:02:27.422Z] #41 7.433   DEP      images/autofs.pb-c.d
18:02:27 [2020-10-05T18:02:27.422Z] #41 7.493   PBCC     images/sysctl.pb-c.c
18:02:27 [2020-10-05T18:02:27.422Z] #41 7.518   DEP      images/sysctl.pb-c.d
18:02:27 [2020-10-05T18:02:27.681Z] #41 7.553   PBCC     images/time.pb-c.c
18:02:27 [2020-10-05T18:02:27.681Z] #41 7.588   DEP      images/time.pb-c.d
18:02:27 [2020-10-05T18:02:27.681Z] #41 7.624   PBCC     images/binfmt-misc.pb-c.c
18:02:27 [2020-10-05T18:02:27.681Z] #41 7.654   DEP      images/binfmt-misc.pb-c.d
18:02:27 [2020-10-05T18:02:27.940Z] #41 7.847   PBCC     images/seccomp.pb-c.c
18:02:27 [2020-10-05T18:02:27.940Z] #41 7.903   DEP      images/seccomp.pb-c.d
18:02:27 [2020-10-05T18:02:27.940Z] #41 ...
18:02:27 [2020-10-05T18:02:27.940Z] 
18:02:27 [2020-10-05T18:02:27.940Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:27 [2020-10-05T18:02:27.940Z] #35 10.83 [100%] Built target tini-static
18:02:27 [2020-10-05T18:02:27.940Z] #35 11.04 + mkdir -p /build
18:02:27 [2020-10-05T18:02:27.940Z] #35 11.04 + cp tini-static /build/docker-init
18:02:27 [2020-10-05T18:02:27.940Z] #35 DONE 11.2s
18:02:27 [2020-10-05T18:02:27.940Z] 
18:02:27 [2020-10-05T18:02:27.940Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:27 [2020-10-05T18:02:27.940Z] #41 8.007   PBCC     images/userns.pb-c.c
18:02:27 [2020-10-05T18:02:27.980Z] #35 3.807 -- Check for working C compiler: /usr/bin/cc -- works
18:02:27 [2020-10-05T18:02:27.980Z] #35 3.808 -- Detecting C compiler ABI info
18:02:28 [2020-10-05T18:02:28.198Z] #41 8.017   DEP      images/userns.pb-c.d
18:02:28 [2020-10-05T18:02:28.198Z] #41 8.137   PBCC     images/cgroup.pb-c.c
18:02:28 [2020-10-05T18:02:28.198Z] #41 8.185   DEP      images/cgroup.pb-c.d
18:02:28 [2020-10-05T18:02:28.458Z] #41 8.289   PBCC     images/ext-file.pb-c.c
18:02:28 [2020-10-05T18:02:28.459Z] #41 8.320   DEP      images/ext-file.pb-c.d
18:02:28 [2020-10-05T18:02:28.459Z] #41 8.501   PBCC     images/rpc.pb-c.c
18:02:28 [2020-10-05T18:02:28.717Z] #41 8.617   DEP      images/rpc.pb-c.d
18:02:28 [2020-10-05T18:02:28.717Z] #41 8.673   PBCC     images/siginfo.pb-c.c
18:02:28 [2020-10-05T18:02:28.717Z] #41 8.709   DEP      images/siginfo.pb-c.d
18:02:28 [2020-10-05T18:02:28.717Z] #41 8.801   PBCC     images/pagemap.pb-c.c
18:02:28 [2020-10-05T18:02:28.911Z] #35 4.617 -- Detecting C compiler ABI info - done
18:02:28 [2020-10-05T18:02:28.911Z] #35 4.671 -- Detecting C compile features
18:02:28 [2020-10-05T18:02:28.911Z] #35 ...
18:02:28 [2020-10-05T18:02:28.911Z] 
18:02:28 [2020-10-05T18:02:28.911Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:28 [2020-10-05T18:02:28.911Z] #40 49.45 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
18:02:28 [2020-10-05T18:02:28.911Z] #40 49.46 Processing triggers for libc-bin (2.28-10) ...
18:02:28 [2020-10-05T18:02:28.911Z] #40 DONE 49.8s
18:02:28 [2020-10-05T18:02:28.976Z] #41 8.973   DEP      images/pagemap.pb-c.d
18:02:29 [2020-10-05T18:02:29.125Z] ?   	github.com/docker/docker/api	[no test files]
18:02:29 [2020-10-05T18:02:29.168Z] 
18:02:29 [2020-10-05T18:02:29.168Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:29 [2020-10-05T18:02:29.235Z] #41 9.156   PBCC     images/rlimit.pb-c.c
18:02:29 [2020-10-05T18:02:29.493Z] #41 9.273   DEP      images/rlimit.pb-c.d
18:02:29 [2020-10-05T18:02:29.493Z] #41 9.403   PBCC     images/file-lock.pb-c.c
18:02:29 [2020-10-05T18:02:29.493Z] #41 9.420   DEP      images/file-lock.pb-c.d
18:02:29 [2020-10-05T18:02:29.493Z] #41 9.473   PBCC     images/tty.pb-c.c
18:02:29 [2020-10-05T18:02:29.493Z] #41 9.518   DEP      images/tty.pb-c.d
18:02:29 [2020-10-05T18:02:29.751Z] #41 9.569   PBCC     images/tun.pb-c.c
18:02:29 [2020-10-05T18:02:29.751Z] #41 9.588   PBCC     images/netdev.pb-c.c
18:02:29 [2020-10-05T18:02:29.751Z] #41 9.650   DEP      images/tun.pb-c.d
18:02:29 [2020-10-05T18:02:29.751Z] #41 ...
18:02:29 [2020-10-05T18:02:29.751Z] 
18:02:29 [2020-10-05T18:02:29.751Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:29 [2020-10-05T18:02:29.751Z] #49 42.05 golang.org/x/sys/unix
18:02:29 [2020-10-05T18:02:29.751Z] #49 42.88 mvdan.cc/editorconfig
18:02:29 [2020-10-05T18:02:29.751Z] #49 44.33 mvdan.cc/sh/v3/fileutil
18:02:29 [2020-10-05T18:02:29.751Z] #49 44.57 mvdan.cc/sh/v3/syntax
18:02:29 [2020-10-05T18:02:29.751Z] #49 ...
18:02:29 [2020-10-05T18:02:29.751Z] 
18:02:29 [2020-10-05T18:02:29.751Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:29 [2020-10-05T18:02:29.751Z] #41 9.721   DEP      images/netdev.pb-c.d
18:02:30 [2020-10-05T18:02:30.010Z] #41 9.802   PBCC     images/vma.pb-c.c
18:02:30 [2020-10-05T18:02:30.010Z] #41 9.850   DEP      images/vma.pb-c.d
18:02:30 [2020-10-05T18:02:30.010Z] #41 9.900   PBCC     images/creds.pb-c.c
18:02:30 [2020-10-05T18:02:30.010Z] #41 9.928   DEP      images/creds.pb-c.d
18:02:30 [2020-10-05T18:02:30.010Z] #41 9.977   PBCC     images/utsns.pb-c.c
18:02:30 [2020-10-05T18:02:30.010Z] #41 10.01   DEP      images/utsns.pb-c.d
18:02:30 [2020-10-05T18:02:30.010Z] #41 10.09   PBCC     images/ipc-desc.pb-c.c
18:02:30 [2020-10-05T18:02:30.010Z] #41 10.09   PBCC     images/ipc-sem.pb-c.c
18:02:30 [2020-10-05T18:02:30.010Z] #41 10.12   DEP      images/ipc-desc.pb-c.d
18:02:30 [2020-10-05T18:02:30.098Z] #41 ...
18:02:30 [2020-10-05T18:02:30.098Z] 
18:02:30 [2020-10-05T18:02:30.098Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:30 [2020-10-05T18:02:30.098Z] #43 36.53 net/url
18:02:30 [2020-10-05T18:02:30.098Z] #43 38.71 text/template/parse
18:02:30 [2020-10-05T18:02:30.098Z] #43 42.73 go/parser
18:02:30 [2020-10-05T18:02:30.098Z] #43 44.87 text/template
18:02:30 [2020-10-05T18:02:30.269Z] #41 10.15   DEP      images/ipc-sem.pb-c.d
18:02:30 [2020-10-05T18:02:30.269Z] #41 10.18   PBCC     images/ipc-msg.pb-c.c
18:02:30 [2020-10-05T18:02:30.269Z] #41 10.22   DEP      images/ipc-msg.pb-c.d
18:02:30 [2020-10-05T18:02:30.269Z] #41 10.26   PBCC     images/ipc-shm.pb-c.c
18:02:30 [2020-10-05T18:02:30.269Z] #41 10.28   DEP      images/ipc-shm.pb-c.d
18:02:30 [2020-10-05T18:02:30.269Z] #41 10.32   PBCC     images/ipc-var.pb-c.c
18:02:30 [2020-10-05T18:02:30.269Z] #41 10.34   DEP      images/ipc-var.pb-c.d
18:02:30 [2020-10-05T18:02:30.269Z] #41 10.40   PBCC     images/sk-opts.pb-c.c
18:02:30 [2020-10-05T18:02:30.355Z] #43 ...
18:02:30 [2020-10-05T18:02:30.355Z] 
18:02:30 [2020-10-05T18:02:30.355Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:30 [2020-10-05T18:02:30.355Z] #11 48.62 Selecting previously unselected package mingw-w64-x86-64-dev.
18:02:30 [2020-10-05T18:02:30.355Z] #11 48.63 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
18:02:30 [2020-10-05T18:02:30.355Z] #11 48.64 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
18:02:30 [2020-10-05T18:02:30.380Z] #32 46.90 github.com/BurntSushi/toml/cmd/tomlv
18:02:30 [2020-10-05T18:02:30.528Z] #41 10.44   PBCC     images/packet-sock.pb-c.c
18:02:30 [2020-10-05T18:02:30.528Z] #41 10.52   DEP      images/sk-opts.pb-c.d
18:02:30 [2020-10-05T18:02:30.528Z] #41 10.57   DEP      images/packet-sock.pb-c.d
18:02:30 [2020-10-05T18:02:30.528Z] #41 10.62   PBCC     images/sk-netlink.pb-c.c
18:02:30 [2020-10-05T18:02:30.787Z] #41 10.66   DEP      images/sk-netlink.pb-c.d
18:02:30 [2020-10-05T18:02:30.787Z] #41 10.70   PBCC     images/sk-inet.pb-c.c
18:02:30 [2020-10-05T18:02:30.787Z] #41 10.80   DEP      images/sk-inet.pb-c.d
18:02:30 [2020-10-05T18:02:30.787Z] #41 10.86   PBCC     images/sk-unix.pb-c.c
18:02:30 [2020-10-05T18:02:30.787Z] #41 10.92   DEP      images/sk-unix.pb-c.d
18:02:31 [2020-10-05T18:02:31.046Z] #41 10.98   PBCC     images/mm.pb-c.c
18:02:31 [2020-10-05T18:02:31.046Z] #41 11.04   DEP      images/mm.pb-c.d
18:02:31 [2020-10-05T18:02:31.305Z] #41 11.09   PBCC     images/timerfd.pb-c.c
18:02:31 [2020-10-05T18:02:31.305Z] #41 11.13   DEP      images/timerfd.pb-c.d
18:02:31 [2020-10-05T18:02:31.305Z] #41 11.21   PBCC     images/timer.pb-c.c
18:02:31 [2020-10-05T18:02:31.305Z] #41 11.27   DEP      images/timer.pb-c.d
18:02:31 [2020-10-05T18:02:31.305Z] #41 11.31   PBCC     images/sa.pb-c.c
18:02:31 [2020-10-05T18:02:31.523Z] #11 ...
18:02:31 [2020-10-05T18:02:31.523Z] 
18:02:31 [2020-10-05T18:02:31.523Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:02:31 [2020-10-05T18:02:31.523Z] #54 37.72 Checking out files:  51% (1680/3264)   
Checking out files:  52% (1698/3264)   
Checking out files:  53% (1730/3264)   
Checking out files:  54% (1763/3264)   
Checking out files:  55% (1796/3264)   
Checking out files:  56% (1828/3264)   
Checking out files:  57% (1861/3264)   
Checking out files:  58% (1894/3264)   
Checking out files:  59% (1926/3264)   
Checking out files:  60% (1959/3264)   
Checking out files:  61% (1992/3264)   
Checking out files:  62% (2024/3264)   
Checking out files:  63% (2057/3264)   
Checking out files:  64% (2089/3264)   
Checking out files:  65% (2122/3264)   
Checking out files:  66% (2155/3264)   
Checking out files:  67% (2187/3264)   
Checking out files:  68% (2220/3264)   
Checking out files:  69% (2253/3264)   
Checking out files:  70% (2285/3264)   
Checking out files:  71% (2318/3264)   
Checking out files:  72% (2351/3264)   
Checking out files:  73% (2383/3264)   
Checking out files:  74% (2416/3264)   
Checking out files:  75% (2448/3264)   
Checking out files:  76% (2481/3264)   
Checking out files:  77% (2514/3264)   
Checking out files:  78% (2546/3264)   
Checking out files:  79% (2579/3264)   
Checking out files:  80% (2612/3264)   
Checking out files:  81% (2644/3264)   
Checking out files:  82% (2677/3264)   
Checking out files:  83% (2710/3264)   
Checking out files:  84% (2742/3264)   
Checking out files:  85% (2775/3264)   
Checking out files:  86% (2808/3264)   
Checking out files:  87% (2840/3264)   
Checking out files:  88% (2873/3264)   
Checking out files:  89% (2905/3264)   
Checking out files:  90% (2938/3264)   
Checking out files:  91% (2971/3264)   
Checking out files:  91% (2986/3264)   
Checking out files:  92% (3003/3264)   
Checking out files:  93% (3036/3264)   
Checking out files:  94% (3069/3264)   
Checking out files:  95% (3101/3264)   
Checking out files:  96% (3134/3264)   
Checking out files:  97% (3167/3264)   
Checking out files:  98% (3199/3264)   
Checking out files:  99% (3232/3264)   
Checking out files: 100% (3264/3264)   
Checking out files: 100% (3264/3264), done.
18:02:31 [2020-10-05T18:02:31.523Z] #54 38.94 + cd /tmp/tmp.ELFARYb36t/src/github.com/containerd/containerd
18:02:31 [2020-10-05T18:02:31.523Z] #54 38.95 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
18:02:31 [2020-10-05T18:02:31.523Z] #54 39.91 + export 'BUILDTAGS=netgo osusergo static_build'
18:02:31 [2020-10-05T18:02:31.523Z] #54 39.92 + BUILDTAGS='netgo osusergo static_build'
18:02:31 [2020-10-05T18:02:31.523Z] #54 39.92 + export EXTRA_FLAGS=-buildmode=pie
18:02:31 [2020-10-05T18:02:31.523Z] #54 39.92 + EXTRA_FLAGS=-buildmode=pie
18:02:31 [2020-10-05T18:02:31.523Z] #54 39.92 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
18:02:31 [2020-10-05T18:02:31.523Z] #54 39.92 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
18:02:31 [2020-10-05T18:02:31.523Z] #54 39.92 + '[' '' = dynamic ']'
18:02:31 [2020-10-05T18:02:31.523Z] #54 39.92 + make
18:02:31 [2020-10-05T18:02:31.523Z] #54 40.79 + bin/ctr
18:02:31 [2020-10-05T18:02:31.565Z] #41 11.34   DEP      images/sa.pb-c.d
18:02:31 [2020-10-05T18:02:31.565Z] #41 11.36   PBCC     images/pipe-data.pb-c.c
18:02:31 [2020-10-05T18:02:31.565Z] #41 11.39   DEP      images/pipe-data.pb-c.d
18:02:31 [2020-10-05T18:02:31.565Z] #41 11.47   PBCC     images/mnt.pb-c.c
18:02:31 [2020-10-05T18:02:31.565Z] #41 11.52   DEP      images/mnt.pb-c.d
18:02:31 [2020-10-05T18:02:31.565Z] #41 11.58   PBCC     images/sk-packet.pb-c.c
18:02:31 [2020-10-05T18:02:31.825Z] #41 11.61   DEP      images/sk-packet.pb-c.d
18:02:31 [2020-10-05T18:02:31.825Z] #41 11.68   PBCC     images/tcp-stream.pb-c.c
18:02:31 [2020-10-05T18:02:31.825Z] #41 11.74   DEP      images/tcp-stream.pb-c.d
18:02:31 [2020-10-05T18:02:31.825Z] #41 11.84   PBCC     images/pipe.pb-c.c
18:02:31 [2020-10-05T18:02:31.825Z] #41 11.89   DEP      images/pipe.pb-c.d
18:02:31 [2020-10-05T18:02:31.825Z] #41 11.95   PBCC     images/pstree.pb-c.c
18:02:32 [2020-10-05T18:02:32.084Z] #41 11.96   DEP      images/pstree.pb-c.d
18:02:32 [2020-10-05T18:02:32.084Z] #41 12.00   PBCC     images/fs.pb-c.c
18:02:32 [2020-10-05T18:02:32.084Z] #41 12.03   DEP      images/fs.pb-c.d
18:02:32 [2020-10-05T18:02:32.084Z] #41 12.10   PBCC     images/signalfd.pb-c.c
18:02:32 [2020-10-05T18:02:32.084Z] #41 12.17   DEP      images/signalfd.pb-c.d
18:02:32 [2020-10-05T18:02:32.084Z] #41 12.20   PBCC     images/fh.pb-c.c
18:02:32 [2020-10-05T18:02:32.320Z] #32 ...
18:02:32 [2020-10-05T18:02:32.320Z] 
18:02:32 [2020-10-05T18:02:32.320Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:32 [2020-10-05T18:02:32.320Z] #27 43.03 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
18:02:32 [2020-10-05T18:02:32.320Z] #27 43.62 #=#=#                                                                         
##O#- #                                                                       
##O=#  #                                                                      
18:02:32 [2020-10-05T18:02:32.320Z] #27 45.15 
#                                                                          2.0%
######################################################################## 100.0%
18:02:32 [2020-10-05T18:02:32.320Z] #27 45.25 
18:02:32 [2020-10-05T18:02:32.320Z] #27 45.63 /download-frozen-image-v2.sh: line 208: type: go: not found
18:02:32 [2020-10-05T18:02:32.320Z] #27 47.72 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
18:02:32 [2020-10-05T18:02:32.343Z] #41 12.23   PBCC     images/fsnotify.pb-c.c
18:02:32 [2020-10-05T18:02:32.343Z] #41 12.26   DEP      images/fh.pb-c.d
18:02:32 [2020-10-05T18:02:32.343Z] #41 12.31   DEP      images/fsnotify.pb-c.d
18:02:32 [2020-10-05T18:02:32.343Z] #41 12.36   PBCC     images/eventpoll.pb-c.c
18:02:32 [2020-10-05T18:02:32.343Z] #41 12.39   DEP      images/eventpoll.pb-c.d
18:02:32 [2020-10-05T18:02:32.343Z] #41 12.44   PBCC     images/eventfd.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #54 ...
18:02:32 [2020-10-05T18:02:32.591Z] 
18:02:32 [2020-10-05T18:02:32.591Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:32 [2020-10-05T18:02:32.591Z] #41 3.338 fatal: not a git repository (or any of the parent directories): .git
18:02:32 [2020-10-05T18:02:32.591Z] #41 3.372   GEN      .gitid
18:02:32 [2020-10-05T18:02:32.591Z] #41 3.420   GEN      criu/include/version.h
18:02:32 [2020-10-05T18:02:32.591Z] #41 3.497   GEN      include/common/asm
18:02:32 [2020-10-05T18:02:32.591Z] #41 5.610   PBCC     images/timens.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 5.665   DEP      images/timens.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 5.750   PBCC     images/fown.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 5.785   PBCC     images/google/protobuf/descriptor.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.041   PBCC     images/opts.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.077   PBCC     images/memfd.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.168   DEP      images/fown.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.204   DEP      images/google/protobuf/descriptor.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.285   DEP      images/opts.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.346   DEP      images/memfd.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.412   PBCC     images/sit.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.438   DEP      images/sit.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.492   PBCC     images/macvlan.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.530   DEP      images/macvlan.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.589   PBCC     images/autofs.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.624   DEP      images/autofs.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.714   PBCC     images/sysctl.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.741   DEP      images/sysctl.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.789   PBCC     images/time.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.822   DEP      images/time.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.863   PBCC     images/binfmt-misc.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.888   DEP      images/binfmt-misc.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 6.979   PBCC     images/seccomp.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.006   DEP      images/seccomp.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.083   PBCC     images/userns.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.102   DEP      images/userns.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.163   PBCC     images/cgroup.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.204   DEP      images/cgroup.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.241   PBCC     images/ext-file.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.260   DEP      images/ext-file.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.307   PBCC     images/rpc.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.360   DEP      images/rpc.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.454   PBCC     images/siginfo.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.490   DEP      images/siginfo.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.569   PBCC     images/pagemap.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.607   DEP      images/pagemap.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.672   PBCC     images/rlimit.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.718   DEP      images/rlimit.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.869   PBCC     images/file-lock.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.925   DEP      images/file-lock.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 7.977   PBCC     images/tty.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.051   DEP      images/tty.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.180   PBCC     images/tun.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.251   PBCC     images/netdev.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.398   DEP      images/tun.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.491   DEP      images/netdev.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.549   PBCC     images/vma.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.605   DEP      images/vma.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.650   PBCC     images/creds.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.679   DEP      images/creds.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.771   PBCC     images/utsns.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.786   DEP      images/utsns.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.889   PBCC     images/ipc-desc.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.921   PBCC     images/ipc-sem.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 8.992   DEP      images/ipc-desc.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.052   DEP      images/ipc-sem.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.129   PBCC     images/ipc-msg.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.169   DEP      images/ipc-msg.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.294   PBCC     images/ipc-shm.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.312   DEP      images/ipc-shm.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.365   PBCC     images/ipc-var.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.401   DEP      images/ipc-var.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.473   PBCC     images/sk-opts.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.519   PBCC     images/packet-sock.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.571   DEP      images/sk-opts.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.641   DEP      images/packet-sock.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.704   PBCC     images/sk-netlink.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.840   DEP      images/sk-netlink.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.895   PBCC     images/sk-inet.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 9.960   DEP      images/sk-inet.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 10.01   PBCC     images/sk-unix.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 10.14   DEP      images/sk-unix.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 10.21   PBCC     images/mm.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 10.27   DEP      images/mm.pb-c.d
18:02:32 [2020-10-05T18:02:32.591Z] #41 10.34   PBCC     images/timerfd.pb-c.c
18:02:32 [2020-10-05T18:02:32.591Z] #41 10.39   DEP      images/timerfd.pb-c.d
18:02:32 [2020-10-05T18:02:32.602Z] #41 12.49   DEP      images/eventfd.pb-c.d
18:02:32 [2020-10-05T18:02:32.602Z] #41 12.53   PBCC     images/remap-file-path.pb-c.c
18:02:32 [2020-10-05T18:02:32.602Z] #41 12.57   DEP      images/remap-file-path.pb-c.d
18:02:32 [2020-10-05T18:02:32.602Z] #41 12.61   PBCC     images/fifo.pb-c.c
18:02:32 [2020-10-05T18:02:32.602Z] #41 12.63   DEP      images/fifo.pb-c.d
18:02:32 [2020-10-05T18:02:32.602Z] #41 12.67   PBCC     images/ghost-file.pb-c.c
18:02:32 [2020-10-05T18:02:32.602Z] #41 12.71   DEP      images/ghost-file.pb-c.d
18:02:32 [2020-10-05T18:02:32.858Z] #27 48.38 #=#=#                                                                         
##O#- #                                                                       
##O=#  #                                                                      
18:02:32 [2020-10-05T18:02:32.861Z] #41 12.77   PBCC     images/regfile.pb-c.c
18:02:32 [2020-10-05T18:02:32.861Z] #41 12.80   DEP      images/regfile.pb-c.d
18:02:32 [2020-10-05T18:02:32.861Z] #41 12.85   PBCC     images/ns.pb-c.c
18:02:32 [2020-10-05T18:02:32.861Z] #41 12.89   DEP      images/ns.pb-c.d
18:02:32 [2020-10-05T18:02:32.861Z] #41 12.94   PBCC     images/fdinfo.pb-c.c
18:02:32 [2020-10-05T18:02:32.893Z] #41 10.53   PBCC     images/timer.pb-c.c
18:02:32 [2020-10-05T18:02:32.893Z] #41 10.55   DEP      images/timer.pb-c.d
18:02:32 [2020-10-05T18:02:32.893Z] #41 10.60   PBCC     images/sa.pb-c.c
18:02:32 [2020-10-05T18:02:32.893Z] #41 10.67   DEP      images/sa.pb-c.d
18:02:32 [2020-10-05T18:02:32.893Z] #41 ...
18:02:32 [2020-10-05T18:02:32.893Z] 
18:02:32 [2020-10-05T18:02:32.893Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:32 [2020-10-05T18:02:32.893Z] #32 35.86 github.com/BurntSushi/toml
18:02:32 [2020-10-05T18:02:32.893Z] #32 35.90 flag
18:02:32 [2020-10-05T18:02:32.893Z] #32 41.46 github.com/BurntSushi/toml/cmd/tomlv
18:02:32 [2020-10-05T18:02:32.893Z] #32 ...
18:02:32 [2020-10-05T18:02:32.893Z] 
18:02:32 [2020-10-05T18:02:32.893Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:32 [2020-10-05T18:02:32.893Z] #41 10.76   PBCC     images/pipe-data.pb-c.c
18:02:32 [2020-10-05T18:02:32.893Z] #41 10.77   DEP      images/pipe-data.pb-c.d
18:02:33 [2020-10-05T18:02:33.120Z] #41 13.07   DEP      images/fdinfo.pb-c.d
18:02:33 [2020-10-05T18:02:33.120Z] #41 13.11   PBCC     images/core-aarch64.pb-c.c
18:02:33 [2020-10-05T18:02:33.195Z] #41 10.88   PBCC     images/mnt.pb-c.c
18:02:33 [2020-10-05T18:02:33.195Z] #41 ...
18:02:33 [2020-10-05T18:02:33.195Z] 
18:02:33 [2020-10-05T18:02:33.195Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:33 [2020-10-05T18:02:33.195Z] #32 DONE 46.2s
18:02:33 [2020-10-05T18:02:33.195Z] 
18:02:33 [2020-10-05T18:02:33.195Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:33 [2020-10-05T18:02:33.195Z] #41 10.98   DEP      images/mnt.pb-c.d
18:02:33 [2020-10-05T18:02:33.379Z] #41 13.19   PBCC     images/core-arm.pb-c.c
18:02:33 [2020-10-05T18:02:33.379Z] #41 13.28   PBCC     images/core-ppc64.pb-c.c
18:02:33 [2020-10-05T18:02:33.379Z] #41 13.34   PBCC     images/core-s390.pb-c.c
18:02:33 [2020-10-05T18:02:33.379Z] #41 13.39   PBCC     images/core-x86.pb-c.c
18:02:33 [2020-10-05T18:02:33.379Z] #41 13.44   PBCC     images/core.pb-c.c
18:02:33 [2020-10-05T18:02:33.379Z] #41 13.51   PBCC     images/inventory.pb-c.c
18:02:33 [2020-10-05T18:02:33.387Z] #27 49.83 #=#=#                                                                         

#########################                                                 35.1%
######################################################################## 100.0%
18:02:33 [2020-10-05T18:02:33.387Z] #27 50.08 
18:02:33 [2020-10-05T18:02:33.502Z] #41 11.04   PBCC     images/sk-packet.pb-c.c
18:02:33 [2020-10-05T18:02:33.502Z] #41 11.07   DEP      images/sk-packet.pb-c.d
18:02:33 [2020-10-05T18:02:33.502Z] #41 11.15   PBCC     images/tcp-stream.pb-c.c
18:02:33 [2020-10-05T18:02:33.502Z] #41 11.24   DEP      images/tcp-stream.pb-c.d
18:02:33 [2020-10-05T18:02:33.502Z] #41 11.34   PBCC     images/pipe.pb-c.c
18:02:33 [2020-10-05T18:02:33.628Z] #11 ...
18:02:33 [2020-10-05T18:02:33.628Z] 
18:02:33 [2020-10-05T18:02:33.628Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:33 [2020-10-05T18:02:33.628Z] #35 7.234 -- Detecting C compile features - done
18:02:33 [2020-10-05T18:02:33.628Z] #35 7.271 -- Performing Test HAS_BUILTIN_FORTIFY
18:02:33 [2020-10-05T18:02:33.628Z] #35 7.518 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
18:02:33 [2020-10-05T18:02:33.628Z] #35 7.624 -- Configuring done
18:02:33 [2020-10-05T18:02:33.628Z] #35 7.648 -- Generating done
18:02:33 [2020-10-05T18:02:33.628Z] #35 7.654 -- Build files have been written to: /tmp/tmp.QqGME7D28j/tini
18:02:33 [2020-10-05T18:02:33.628Z] #35 7.659 + make tini-static
18:02:33 [2020-10-05T18:02:33.628Z] #35 8.054 Scanning dependencies of target tini-static
18:02:33 [2020-10-05T18:02:33.628Z] #35 8.245 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
18:02:33 [2020-10-05T18:02:33.637Z] #41 13.59   DEP      images/core-aarch64.pb-c.d
18:02:33 [2020-10-05T18:02:33.637Z] #41 13.65   DEP      images/core-arm.pb-c.d
18:02:33 [2020-10-05T18:02:33.803Z] #41 11.45   DEP      images/pipe.pb-c.d
18:02:33 [2020-10-05T18:02:33.803Z] #41 11.49   PBCC     images/pstree.pb-c.c
18:02:33 [2020-10-05T18:02:33.803Z] #41 11.61   DEP      images/pstree.pb-c.d
18:02:33 [2020-10-05T18:02:33.885Z] #35 9.702 [100%] Linking C executable tini-static
18:02:33 [2020-10-05T18:02:33.896Z] #41 13.73   DEP      images/core-ppc64.pb-c.d
18:02:33 [2020-10-05T18:02:33.896Z] #41 13.82   DEP      images/core-s390.pb-c.d
18:02:33 [2020-10-05T18:02:33.896Z] #41 13.88   DEP      images/core-x86.pb-c.d
18:02:33 [2020-10-05T18:02:33.896Z] #41 13.92   DEP      images/core.pb-c.d
18:02:33 [2020-10-05T18:02:33.964Z] #27 50.50 /download-frozen-image-v2.sh: line 208: type: go: not found
18:02:34 [2020-10-05T18:02:34.103Z] #41 11.76   PBCC     images/fs.pb-c.c
18:02:34 [2020-10-05T18:02:34.103Z] #41 11.79   DEP      images/fs.pb-c.d
18:02:34 [2020-10-05T18:02:34.103Z] #41 11.84   PBCC     images/signalfd.pb-c.c
18:02:34 [2020-10-05T18:02:34.103Z] #41 11.92   DEP      images/signalfd.pb-c.d
18:02:34 [2020-10-05T18:02:34.103Z] #41 11.96   PBCC     images/fh.pb-c.c
18:02:34 [2020-10-05T18:02:34.154Z] #41 14.01   DEP      images/inventory.pb-c.d
18:02:34 [2020-10-05T18:02:34.154Z] #41 14.11   PBCC     images/cpuinfo.pb-c.c
18:02:34 [2020-10-05T18:02:34.154Z] #41 14.12   DEP      images/cpuinfo.pb-c.d
18:02:34 [2020-10-05T18:02:34.154Z] #41 14.15   PBCC     images/stats.pb-c.c
18:02:34 [2020-10-05T18:02:34.154Z] #41 14.17   DEP      images/stats.pb-c.d
18:02:34 [2020-10-05T18:02:34.402Z] #41 12.04   PBCC     images/fsnotify.pb-c.c
18:02:34 [2020-10-05T18:02:34.402Z] #41 ...
18:02:34 [2020-10-05T18:02:34.402Z] 
18:02:34 [2020-10-05T18:02:34.402Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:34 [2020-10-05T18:02:34.402Z] #49 37.23 mvdan.cc/sh/v3/fileutil
18:02:34 [2020-10-05T18:02:34.402Z] #49 39.47 encoding/binary
18:02:34 [2020-10-05T18:02:34.402Z] #49 39.51 github.com/pkg/diff
18:02:34 [2020-10-05T18:02:34.402Z] #49 39.53 go/token
18:02:34 [2020-10-05T18:02:34.402Z] #49 39.59 mvdan.cc/editorconfig
18:02:34 [2020-10-05T18:02:34.402Z] #49 43.64 go/scanner
18:02:34 [2020-10-05T18:02:34.402Z] #49 45.20 mvdan.cc/sh/v3/syntax
18:02:34 [2020-10-05T18:02:34.402Z] #49 46.41 encoding/base64
18:02:34 [2020-10-05T18:02:34.402Z] #49 46.56 golang.org/x/sys/unix
18:02:34 [2020-10-05T18:02:34.402Z] #49 ...
18:02:34 [2020-10-05T18:02:34.402Z] 
18:02:34 [2020-10-05T18:02:34.402Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:34 [2020-10-05T18:02:34.402Z] #41 12.25   DEP      images/fh.pb-c.d
18:02:34 [2020-10-05T18:02:34.414Z] #41 ...
18:02:34 [2020-10-05T18:02:34.414Z] 
18:02:34 [2020-10-05T18:02:34.414Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:34 [2020-10-05T18:02:34.414Z] #43 46.90 encoding/xml
18:02:34 [2020-10-05T18:02:34.414Z] #43 49.25 go/doc
18:02:34 [2020-10-05T18:02:34.414Z] #43 53.66 github.com/LK4D4/vndr/godl/singleflight
18:02:34 [2020-10-05T18:02:34.414Z] #43 53.85 github.com/LK4D4/vndr/versioned
18:02:34 [2020-10-05T18:02:34.414Z] #43 53.87 github.com/LK4D4/vndr/build
18:02:34 [2020-10-05T18:02:34.414Z] #43 53.94 compress/flate
18:02:34 [2020-10-05T18:02:34.414Z] #43 56.29 hash/crc32
18:02:34 [2020-10-05T18:02:34.414Z] #43 56.80 compress/gzip
18:02:34 [2020-10-05T18:02:34.449Z] #35 10.32 [100%] Built target tini-static
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.27   DEP      images/fsnotify.pb-c.d
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.30   PBCC     images/eventpoll.pb-c.c
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.31   DEP      images/eventpoll.pb-c.d
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.33   PBCC     images/eventfd.pb-c.c
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.34   DEP      images/eventfd.pb-c.d
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.38   PBCC     images/remap-file-path.pb-c.c
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.41   DEP      images/remap-file-path.pb-c.d
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.45   PBCC     images/fifo.pb-c.c
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.46   DEP      images/fifo.pb-c.d
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.50   PBCC     images/ghost-file.pb-c.c
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.54   DEP      images/ghost-file.pb-c.d
18:02:34 [2020-10-05T18:02:34.703Z] #41 12.61   PBCC     images/regfile.pb-c.c
18:02:34 [2020-10-05T18:02:34.707Z] #35 10.41 + mkdir -p /build
18:02:34 [2020-10-05T18:02:34.707Z] #35 10.41 + cp tini-static /build/docker-init
18:02:34 [2020-10-05T18:02:34.982Z] #43 57.26 vendor/golang.org/x/crypto/cryptobyte
18:02:35 [2020-10-05T18:02:35.005Z] #41 12.70   DEP      images/regfile.pb-c.d
18:02:35 [2020-10-05T18:02:35.005Z] #41 12.79   PBCC     images/ns.pb-c.c
18:02:35 [2020-10-05T18:02:35.005Z] #41 12.81   DEP      images/ns.pb-c.d
18:02:35 [2020-10-05T18:02:35.008Z] #35 DONE 10.7s
18:02:35 [2020-10-05T18:02:35.008Z] 
18:02:35 [2020-10-05T18:02:35.008Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:35 [2020-10-05T18:02:35.008Z] #11 55.00 Selecting previously unselected package gcc-mingw-w64-base.
18:02:35 [2020-10-05T18:02:35.008Z] #11 55.01 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
18:02:35 [2020-10-05T18:02:35.008Z] #11 55.02 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
18:02:35 [2020-10-05T18:02:35.008Z] #11 55.34 Selecting previously unselected package gcc-mingw-w64-x86-64.
18:02:35 [2020-10-05T18:02:35.008Z] #11 55.35 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
18:02:35 [2020-10-05T18:02:35.008Z] #11 55.36 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:02:35 [2020-10-05T18:02:35.242Z] #43 57.45 net
18:02:35 [2020-10-05T18:02:35.306Z] #41 12.88   PBCC     images/fdinfo.pb-c.c
18:02:35 [2020-10-05T18:02:35.306Z] #41 12.95   DEP      images/fdinfo.pb-c.d
18:02:35 [2020-10-05T18:02:35.306Z] #41 13.05   PBCC     images/core-aarch64.pb-c.c
18:02:35 [2020-10-05T18:02:35.306Z] #41 13.09   PBCC     images/core-arm.pb-c.c
18:02:35 [2020-10-05T18:02:35.373Z] #27 51.99 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
18:02:35 [2020-10-05T18:02:35.373Z] #27 52.07 skipping existing 9a99313a2c50
18:02:35 [2020-10-05T18:02:35.605Z] #41 13.20   PBCC     images/core-ppc64.pb-c.c
18:02:35 [2020-10-05T18:02:35.605Z] #41 13.26   PBCC     images/core-s390.pb-c.c
18:02:35 [2020-10-05T18:02:35.605Z] #41 13.39   PBCC     images/core-x86.pb-c.c
18:02:35 [2020-10-05T18:02:35.605Z] #41 13.45   PBCC     images/core.pb-c.c
18:02:35 [2020-10-05T18:02:35.673Z] #27 52.32 
18:02:35 [2020-10-05T18:02:35.811Z] #43 ...
18:02:35 [2020-10-05T18:02:35.811Z] 
18:02:35 [2020-10-05T18:02:35.811Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:35 [2020-10-05T18:02:35.811Z] #41 15.59 make[1]: Nothing to be done for 'all'.
18:02:35 [2020-10-05T18:02:35.905Z] #41 13.59   PBCC     images/inventory.pb-c.c
18:02:35 [2020-10-05T18:02:35.905Z] #41 13.70   DEP      images/core-aarch64.pb-c.d
18:02:35 [2020-10-05T18:02:35.937Z] #27 ...
18:02:35 [2020-10-05T18:02:35.937Z] 
18:02:35 [2020-10-05T18:02:35.937Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:35 [2020-10-05T18:02:35.937Z] #40 46.59 Selecting previously unselected package protobuf-c-compiler.
18:02:35 [2020-10-05T18:02:35.937Z] #40 46.59 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 46.60 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 46.70 Selecting previously unselected package protobuf-compiler.
18:02:35 [2020-10-05T18:02:35.937Z] #40 46.71 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 46.72 Unpacking protobuf-compiler (3.6.1.3-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.00 Selecting previously unselected package python-pkg-resources.
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.02 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.03 Unpacking python-pkg-resources (40.8.0-1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.34 Selecting previously unselected package python-six.
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.34 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.36 Unpacking python-six (1.12.0-1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.55 Selecting previously unselected package python-protobuf.
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.55 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 47.58 Unpacking python-protobuf (3.6.1.3-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 48.10 Setting up python-pkg-resources (40.8.0-1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 50.35 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 50.37 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 50.40 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 50.42 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 50.44 Setting up python-six (1.12.0-1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.13 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.14 Setting up libnl-3-200:arm64 (3.4.0-1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.18 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.21 Setting up libcap-dev:arm64 (1:2.25-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.22 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.24 Setting up protobuf-compiler (3.6.1.3-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.26 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.29 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.31 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 52.33 Setting up python-protobuf (3.6.1.3-2) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 56.31 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
18:02:35 [2020-10-05T18:02:35.937Z] #40 56.40 Processing triggers for libc-bin (2.28-10) ...
18:02:35 [2020-10-05T18:02:35.993Z] #11 ...
18:02:35 [2020-10-05T18:02:35.993Z] 
18:02:35 [2020-10-05T18:02:35.993Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:02:35 [2020-10-05T18:02:35.993Z] #45 DONE 52.2s
18:02:35 [2020-10-05T18:02:35.993Z] 
18:02:35 [2020-10-05T18:02:35.993Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:35 [2020-10-05T18:02:35.993Z] #41 2.247 Note: Building without setproctitle() and strlcpy() support.
18:02:35 [2020-10-05T18:02:35.993Z] #41 2.248       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:02:35 [2020-10-05T18:02:35.993Z] #41 2.255 Note: Building without GnuTLS support
18:02:35 [2020-10-05T18:02:35.993Z] #41 2.259 Makefile.config:39: Warn: you have no libnftables installed
18:02:35 [2020-10-05T18:02:35.993Z] #41 2.260 Makefile.config:40: Warn: Building without nftables support
18:02:35 [2020-10-05T18:02:35.993Z] #41 4.276 fatal: not a git repository (or any of the parent directories): .git
18:02:35 [2020-10-05T18:02:35.993Z] #41 4.330   GEN      .gitid
18:02:35 [2020-10-05T18:02:35.993Z] #41 4.380   GEN      criu/include/version.h
18:02:35 [2020-10-05T18:02:35.993Z] #41 4.454   GEN      include/common/asm
18:02:35 [2020-10-05T18:02:35.993Z] #41 6.752   PBCC     images/timens.pb-c.c
18:02:35 [2020-10-05T18:02:35.993Z] #41 6.787   DEP      images/timens.pb-c.d
18:02:35 [2020-10-05T18:02:35.993Z] #41 6.899   PBCC     images/fown.pb-c.c
18:02:35 [2020-10-05T18:02:35.993Z] #41 6.952   PBCC     images/google/protobuf/descriptor.pb-c.c
18:02:36 [2020-10-05T18:02:36.200Z] #40 ...
18:02:36 [2020-10-05T18:02:36.200Z] 
18:02:36 [2020-10-05T18:02:36.200Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:36 [2020-10-05T18:02:36.200Z] #34 49.79 Selecting previously unselected package libxml2:arm64.
18:02:36 [2020-10-05T18:02:36.200Z] #34 49.80 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 49.81 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 50.36 Selecting previously unselected package libarchive13:arm64.
18:02:36 [2020-10-05T18:02:36.200Z] #34 50.37 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 50.38 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 50.76 Selecting previously unselected package libjsoncpp1:arm64.
18:02:36 [2020-10-05T18:02:36.200Z] #34 50.79 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 50.80 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 50.98 Selecting previously unselected package librhash0:arm64.
18:02:36 [2020-10-05T18:02:36.200Z] #34 51.01 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 51.04 Unpacking librhash0:arm64 (1.3.8-1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 51.34 Selecting previously unselected package libuv1:arm64.
18:02:36 [2020-10-05T18:02:36.200Z] #34 51.35 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 51.36 Unpacking libuv1:arm64 (1.24.1-1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 51.59 Selecting previously unselected package cmake.
18:02:36 [2020-10-05T18:02:36.200Z] #34 51.60 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 51.61 Unpacking cmake (3.13.4-1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 53.71 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 53.74 Setting up xxd (2:8.1.0875-5) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 53.75 Setting up libuv1:arm64 (1.24.1-1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 53.77 Setting up vim-common (2:8.1.0875-5) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 53.87 Setting up librhash0:arm64 (1.3.8-1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 53.90 Setting up cmake-data (3.13.4-1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 53.93 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 54.03 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 54.04 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 54.09 Setting up cmake (3.13.4-1) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 54.13 Processing triggers for libc-bin (2.28-10) ...
18:02:36 [2020-10-05T18:02:36.200Z] #34 54.27 Processing triggers for mime-support (3.62) ...
18:02:36 [2020-10-05T18:02:36.215Z] #41 13.77   DEP      images/core-arm.pb-c.d
18:02:36 [2020-10-05T18:02:36.215Z] #41 13.84   DEP      images/core-ppc64.pb-c.d
18:02:36 [2020-10-05T18:02:36.215Z] #41 13.93   DEP      images/core-s390.pb-c.d
18:02:36 [2020-10-05T18:02:36.215Z] #41 14.01   DEP      images/core-x86.pb-c.d
18:02:36 [2020-10-05T18:02:36.215Z] #41 14.11   DEP      images/core.pb-c.d
18:02:36 [2020-10-05T18:02:36.252Z] #41 7.272   PBCC     images/opts.pb-c.c
18:02:36 [2020-10-05T18:02:36.252Z] #41 7.307   PBCC     images/memfd.pb-c.c
18:02:36 [2020-10-05T18:02:36.464Z] #34 ...
18:02:36 [2020-10-05T18:02:36.464Z] 
18:02:36 [2020-10-05T18:02:36.464Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:36 [2020-10-05T18:02:36.464Z] #49 43.22 mvdan.cc/sh/v3/fileutil
18:02:36 [2020-10-05T18:02:36.464Z] #49 43.80 flag
18:02:36 [2020-10-05T18:02:36.464Z] #49 43.83 go/token
18:02:36 [2020-10-05T18:02:36.464Z] #49 43.84 github.com/pkg/diff
18:02:36 [2020-10-05T18:02:36.464Z] #49 43.86 encoding/binary
18:02:36 [2020-10-05T18:02:36.464Z] #49 45.28 go/scanner
18:02:36 [2020-10-05T18:02:36.464Z] #49 46.52 encoding/base64
18:02:36 [2020-10-05T18:02:36.464Z] #49 46.66 golang.org/x/sys/unix
18:02:36 [2020-10-05T18:02:36.464Z] #49 46.87 mvdan.cc/editorconfig
18:02:36 [2020-10-05T18:02:36.464Z] #49 47.20 go/ast
18:02:36 [2020-10-05T18:02:36.464Z] #49 47.68 encoding/json
18:02:36 [2020-10-05T18:02:36.464Z] #49 48.81 mvdan.cc/sh/v3/syntax
18:02:36 [2020-10-05T18:02:36.508Z] #41 7.481   DEP      images/fown.pb-c.d
18:02:36 [2020-10-05T18:02:36.508Z] #41 7.560   DEP      images/google/protobuf/descriptor.pb-c.d
18:02:36 [2020-10-05T18:02:36.508Z] #41 7.683   DEP      images/opts.pb-c.d
18:02:36 [2020-10-05T18:02:36.544Z] #41 14.18   DEP      images/inventory.pb-c.d
18:02:36 [2020-10-05T18:02:36.544Z] #41 14.24   PBCC     images/cpuinfo.pb-c.c
18:02:36 [2020-10-05T18:02:36.544Z] #41 14.28   DEP      images/cpuinfo.pb-c.d
18:02:36 [2020-10-05T18:02:36.544Z] #41 14.36   PBCC     images/stats.pb-c.c
18:02:36 [2020-10-05T18:02:36.728Z] #49 ...
18:02:36 [2020-10-05T18:02:36.728Z] 
18:02:36 [2020-10-05T18:02:36.728Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:36 [2020-10-05T18:02:36.728Z] #32 DONE 53.5s
18:02:36 [2020-10-05T18:02:36.728Z] 
18:02:36 [2020-10-05T18:02:36.728Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
18:02:36 [2020-10-05T18:02:36.728Z] #34 DONE 57.4s
18:02:36 [2020-10-05T18:02:36.728Z] 
18:02:36 [2020-10-05T18:02:36.728Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:36 [2020-10-05T18:02:36.728Z] #27 53.05 /download-frozen-image-v2.sh: line 208: type: go: not found
18:02:36 [2020-10-05T18:02:36.765Z] #41 7.780   DEP      images/memfd.pb-c.d
18:02:36 [2020-10-05T18:02:36.765Z] #41 7.944   PBCC     images/sit.pb-c.c
18:02:36 [2020-10-05T18:02:36.845Z] #41 14.44   DEP      images/stats.pb-c.d
18:02:37 [2020-10-05T18:02:37.022Z] #41 8.048   DEP      images/sit.pb-c.d
18:02:37 [2020-10-05T18:02:37.022Z] #41 8.142   PBCC     images/macvlan.pb-c.c
18:02:37 [2020-10-05T18:02:37.187Z] #41 16.99   CC       images/stats.o
18:02:37 [2020-10-05T18:02:37.281Z] #41 8.234   DEP      images/macvlan.pb-c.d
18:02:37 [2020-10-05T18:02:37.281Z] #41 8.320   PBCC     images/autofs.pb-c.c
18:02:37 [2020-10-05T18:02:37.281Z] #41 8.397   DEP      images/autofs.pb-c.d
18:02:37 [2020-10-05T18:02:37.281Z] #41 ...
18:02:37 [2020-10-05T18:02:37.281Z] 
18:02:37 [2020-10-05T18:02:37.281Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:37 [2020-10-05T18:02:37.281Z] #49 43.78 golang.org/x/sys/unix
18:02:37 [2020-10-05T18:02:37.281Z] #49 45.32 mvdan.cc/editorconfig
18:02:37 [2020-10-05T18:02:37.281Z] #49 47.12 mvdan.cc/sh/v3/fileutil
18:02:37 [2020-10-05T18:02:37.281Z] #49 47.29 mvdan.cc/sh/v3/syntax
18:02:37 [2020-10-05T18:02:37.281Z] #49 53.84 golang.org/x/crypto/ssh/terminal
18:02:37 [2020-10-05T18:02:37.446Z] #41 17.35   CC       images/core.o
18:02:37 [2020-10-05T18:02:37.579Z] #49 ...
18:02:37 [2020-10-05T18:02:37.579Z] 
18:02:37 [2020-10-05T18:02:37.579Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:37 [2020-10-05T18:02:37.579Z] #41 8.528   PBCC     images/sysctl.pb-c.c
18:02:37 [2020-10-05T18:02:37.579Z] #41 8.613   DEP      images/sysctl.pb-c.d
18:02:37 [2020-10-05T18:02:37.579Z] #41 8.672   PBCC     images/time.pb-c.c
18:02:37 [2020-10-05T18:02:37.579Z] #41 8.698   DEP      images/time.pb-c.d
18:02:37 [2020-10-05T18:02:37.608Z] ok  	github.com/docker/docker/api/server	0.003s	coverage: 9.0% of statements
18:02:37 [2020-10-05T18:02:37.681Z] #27 ...
18:02:37 [2020-10-05T18:02:37.681Z] 
18:02:37 [2020-10-05T18:02:37.681Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
18:02:37 [2020-10-05T18:02:37.681Z] #40 DONE 58.0s
18:02:37 [2020-10-05T18:02:37.681Z] 
18:02:37 [2020-10-05T18:02:37.681Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:37 [2020-10-05T18:02:37.681Z] #43 44.17 encoding/binary
18:02:37 [2020-10-05T18:02:37.681Z] #43 44.22 flag
18:02:37 [2020-10-05T18:02:37.681Z] #43 46.06 go/scanner
18:02:37 [2020-10-05T18:02:37.681Z] #43 46.64 net/url
18:02:37 [2020-10-05T18:02:37.681Z] #43 46.74 text/template/parse
18:02:37 [2020-10-05T18:02:37.681Z] #43 47.77 go/ast
18:02:37 [2020-10-05T18:02:37.681Z] #43 49.02 encoding/json
18:02:37 [2020-10-05T18:02:37.681Z] #43 52.51 go/parser
18:02:37 [2020-10-05T18:02:37.681Z] #43 53.38 text/template
18:02:37 [2020-10-05T18:02:37.681Z] #43 ...
18:02:37 [2020-10-05T18:02:37.681Z] 
18:02:37 [2020-10-05T18:02:37.681Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:37 [2020-10-05T18:02:37.681Z] #11 48.13 Selecting previously unselected package mingw-w64-x86-64-dev.
18:02:37 [2020-10-05T18:02:37.681Z] #11 48.13 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
18:02:37 [2020-10-05T18:02:37.681Z] #11 48.14 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
18:02:37 [2020-10-05T18:02:37.681Z] #11 53.81 Selecting previously unselected package gcc-mingw-w64-base.
18:02:37 [2020-10-05T18:02:37.681Z] #11 53.82 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
18:02:37 [2020-10-05T18:02:37.681Z] #11 53.87 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
18:02:37 [2020-10-05T18:02:37.681Z] #11 54.11 Selecting previously unselected package gcc-mingw-w64-x86-64.
18:02:37 [2020-10-05T18:02:37.681Z] #11 54.12 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
18:02:37 [2020-10-05T18:02:37.681Z] #11 54.13 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:02:37 [2020-10-05T18:02:37.681Z] #11 ...
18:02:37 [2020-10-05T18:02:37.681Z] 
18:02:37 [2020-10-05T18:02:37.681Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:37 [2020-10-05T18:02:37.836Z] #41 8.773   PBCC     images/binfmt-misc.pb-c.c
18:02:37 [2020-10-05T18:02:37.836Z] #41 8.782   DEP      images/binfmt-misc.pb-c.d
18:02:37 [2020-10-05T18:02:37.836Z] #41 8.818   PBCC     images/seccomp.pb-c.c
18:02:37 [2020-10-05T18:02:37.836Z] #41 8.836   DEP      images/seccomp.pb-c.d
18:02:37 [2020-10-05T18:02:37.836Z] #41 8.916   PBCC     images/userns.pb-c.c
18:02:37 [2020-10-05T18:02:37.836Z] #41 8.936   DEP      images/userns.pb-c.d
18:02:38 [2020-10-05T18:02:38.092Z] #41 8.966   PBCC     images/cgroup.pb-c.c
18:02:38 [2020-10-05T18:02:38.092Z] #41 8.973   DEP      images/cgroup.pb-c.d
18:02:38 [2020-10-05T18:02:38.092Z] #41 9.020   PBCC     images/ext-file.pb-c.c
18:02:38 [2020-10-05T18:02:38.092Z] #41 9.034   DEP      images/ext-file.pb-c.d
18:02:38 [2020-10-05T18:02:38.092Z] #41 9.100   PBCC     images/rpc.pb-c.c
18:02:38 [2020-10-05T18:02:38.092Z] #41 9.149   DEP      images/rpc.pb-c.d
18:02:38 [2020-10-05T18:02:38.092Z] #41 9.203   PBCC     images/siginfo.pb-c.c
18:02:38 [2020-10-05T18:02:38.349Z] #41 9.224   DEP      images/siginfo.pb-c.d
18:02:38 [2020-10-05T18:02:38.349Z] #41 9.267   PBCC     images/pagemap.pb-c.c
18:02:38 [2020-10-05T18:02:38.349Z] #41 9.303   DEP      images/pagemap.pb-c.d
18:02:38 [2020-10-05T18:02:38.349Z] #41 9.357   PBCC     images/rlimit.pb-c.c
18:02:38 [2020-10-05T18:02:38.349Z] #41 9.377   DEP      images/rlimit.pb-c.d
18:02:38 [2020-10-05T18:02:38.349Z] #41 9.419   PBCC     images/file-lock.pb-c.c
18:02:38 [2020-10-05T18:02:38.349Z] #41 9.450   DEP      images/file-lock.pb-c.d
18:02:38 [2020-10-05T18:02:38.349Z] #41 9.489   PBCC     images/tty.pb-c.c
18:02:38 [2020-10-05T18:02:38.384Z] #41 18.06   CC       images/core-x86.o
18:02:38 [2020-10-05T18:02:38.416Z] #41 16.23 make[1]: Nothing to be done for 'all'.
18:02:38 [2020-10-05T18:02:38.606Z] #41 9.515   DEP      images/tty.pb-c.d
18:02:38 [2020-10-05T18:02:38.606Z] #41 9.553   PBCC     images/tun.pb-c.c
18:02:38 [2020-10-05T18:02:38.606Z] #41 9.610   PBCC     images/netdev.pb-c.c
18:02:38 [2020-10-05T18:02:38.606Z] #41 9.664   DEP      images/tun.pb-c.d
18:02:38 [2020-10-05T18:02:38.606Z] #41 9.720   DEP      images/netdev.pb-c.d
18:02:38 [2020-10-05T18:02:38.606Z] #41 9.804   PBCC     images/vma.pb-c.c
18:02:38 [2020-10-05T18:02:38.606Z] #41 9.840   DEP      images/vma.pb-c.d
18:02:38 [2020-10-05T18:02:38.644Z] #41 18.55   CC       images/core-arm.o
18:02:38 [2020-10-05T18:02:38.644Z] #41 ...
18:02:38 [2020-10-05T18:02:38.644Z] 
18:02:38 [2020-10-05T18:02:38.644Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:38 [2020-10-05T18:02:38.644Z] #49 52.59 golang.org/x/crypto/ssh/terminal
18:02:38 [2020-10-05T18:02:38.644Z] #49 55.34 mvdan.cc/sh/v3/cmd/shfmt
18:02:38 [2020-10-05T18:02:38.644Z] #49 DONE 61.1s
18:02:38 [2020-10-05T18:02:38.904Z] #41 9.904   PBCC     images/creds.pb-c.c
18:02:38 [2020-10-05T18:02:38.904Z] #41 9.920   DEP      images/creds.pb-c.d
18:02:38 [2020-10-05T18:02:38.904Z] #41 9.973   PBCC     images/utsns.pb-c.c
18:02:38 [2020-10-05T18:02:38.904Z] #41 10.01   DEP      images/utsns.pb-c.d
18:02:38 [2020-10-05T18:02:38.904Z] #41 10.06   PBCC     images/ipc-desc.pb-c.c
18:02:38 [2020-10-05T18:02:38.904Z] #41 10.07   PBCC     images/ipc-sem.pb-c.c
18:02:38 [2020-10-05T18:02:38.904Z] #41 10.10   DEP      images/ipc-desc.pb-c.d
18:02:38 [2020-10-05T18:02:38.905Z] 
18:02:38 [2020-10-05T18:02:38.905Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:38 [2020-10-05T18:02:38.905Z] #43 59.52 vendor/golang.org/x/sys/cpu
18:02:38 [2020-10-05T18:02:38.905Z] #43 59.85 vendor/golang.org/x/crypto/chacha20poly1305
18:02:38 [2020-10-05T18:02:38.905Z] #43 61.02 vendor/golang.org/x/crypto/hkdf
18:02:38 [2020-10-05T18:02:38.905Z] #43 61.29 vendor/golang.org/x/text/transform
18:02:39 [2020-10-05T18:02:39.067Z] #41 ...
18:02:39 [2020-10-05T18:02:39.067Z] 
18:02:39 [2020-10-05T18:02:39.067Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:39 [2020-10-05T18:02:39.067Z] #43 41.99 github.com/LK4D4/vndr/versioned
18:02:39 [2020-10-05T18:02:39.067Z] #43 42.01 internal/lazyregexp
18:02:39 [2020-10-05T18:02:39.067Z] #43 43.78 net/url
18:02:39 [2020-10-05T18:02:39.067Z] #43 43.79 text/template/parse
18:02:39 [2020-10-05T18:02:39.067Z] #43 43.80 go/scanner
18:02:39 [2020-10-05T18:02:39.067Z] #43 48.21 go/ast
18:02:39 [2020-10-05T18:02:39.067Z] #43 49.35 encoding/base64
18:02:39 [2020-10-05T18:02:39.067Z] #43 51.73 encoding/json
18:02:39 [2020-10-05T18:02:39.161Z] #41 10.15   DEP      images/ipc-sem.pb-c.d
18:02:39 [2020-10-05T18:02:39.161Z] #41 10.21   PBCC     images/ipc-msg.pb-c.c
18:02:39 [2020-10-05T18:02:39.161Z] #41 10.25   DEP      images/ipc-msg.pb-c.d
18:02:39 [2020-10-05T18:02:39.161Z] #41 10.29   PBCC     images/ipc-shm.pb-c.c
18:02:39 [2020-10-05T18:02:39.161Z] #41 10.31   DEP      images/ipc-shm.pb-c.d
18:02:39 [2020-10-05T18:02:39.418Z] #41 10.37   PBCC     images/ipc-var.pb-c.c
18:02:39 [2020-10-05T18:02:39.418Z] #41 10.43   DEP      images/ipc-var.pb-c.d
18:02:39 [2020-10-05T18:02:39.418Z] #41 10.49   PBCC     images/sk-opts.pb-c.c
18:02:39 [2020-10-05T18:02:39.418Z] #41 10.52   PBCC     images/packet-sock.pb-c.c
18:02:39 [2020-10-05T18:02:39.418Z] #41 10.56   DEP      images/sk-opts.pb-c.d
18:02:39 [2020-10-05T18:02:39.674Z] #41 10.61   DEP      images/packet-sock.pb-c.d
18:02:39 [2020-10-05T18:02:39.675Z] #41 10.66   PBCC     images/sk-netlink.pb-c.c
18:02:39 [2020-10-05T18:02:39.675Z] #41 10.71   DEP      images/sk-netlink.pb-c.d
18:02:39 [2020-10-05T18:02:39.675Z] #41 10.73   PBCC     images/sk-inet.pb-c.c
18:02:39 [2020-10-05T18:02:39.675Z] #41 10.79   DEP      images/sk-inet.pb-c.d
18:02:39 [2020-10-05T18:02:39.675Z] #41 10.84   PBCC     images/sk-unix.pb-c.c
18:02:39 [2020-10-05T18:02:39.675Z] #41 10.89   DEP      images/sk-unix.pb-c.d
18:02:39 [2020-10-05T18:02:39.841Z] #43 62.25 vendor/golang.org/x/text/unicode/bidi
18:02:39 [2020-10-05T18:02:39.932Z] #41 10.92   PBCC     images/mm.pb-c.c
18:02:39 [2020-10-05T18:02:39.932Z] #41 10.98   DEP      images/mm.pb-c.d
18:02:39 [2020-10-05T18:02:39.932Z] #41 11.04   PBCC     images/timerfd.pb-c.c
18:02:39 [2020-10-05T18:02:39.932Z] #41 11.14   DEP      images/timerfd.pb-c.d
18:02:40 [2020-10-05T18:02:40.189Z] #41 11.18   PBCC     images/timer.pb-c.c
18:02:40 [2020-10-05T18:02:40.189Z] #41 11.20   DEP      images/timer.pb-c.d
18:02:40 [2020-10-05T18:02:40.189Z] #41 11.22   PBCC     images/sa.pb-c.c
18:02:40 [2020-10-05T18:02:40.189Z] #41 11.28   DEP      images/sa.pb-c.d
18:02:40 [2020-10-05T18:02:40.189Z] #41 11.31   PBCC     images/pipe-data.pb-c.c
18:02:40 [2020-10-05T18:02:40.189Z] #41 11.35   DEP      images/pipe-data.pb-c.d
18:02:40 [2020-10-05T18:02:40.189Z] #41 11.40   PBCC     images/mnt.pb-c.c
18:02:40 [2020-10-05T18:02:40.446Z] #41 11.48   DEP      images/mnt.pb-c.d
18:02:40 [2020-10-05T18:02:40.446Z] #41 11.53   PBCC     images/sk-packet.pb-c.c
18:02:40 [2020-10-05T18:02:40.511Z] #41 2.984 Note: Building without setproctitle() and strlcpy() support.
18:02:40 [2020-10-05T18:02:40.511Z] #41 2.984       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:02:40 [2020-10-05T18:02:40.511Z] #41 2.999 Note: Building without GnuTLS support
18:02:40 [2020-10-05T18:02:40.511Z] #41 3.010 Makefile.config:39: Warn: you have no libnftables installed
18:02:40 [2020-10-05T18:02:40.511Z] #41 3.011 Makefile.config:40: Warn: Building without nftables support
18:02:40 [2020-10-05T18:02:40.618Z] #43 ...
18:02:40 [2020-10-05T18:02:40.618Z] 
18:02:40 [2020-10-05T18:02:40.618Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:40 [2020-10-05T18:02:40.618Z] #41 18.32   CC       images/stats.o
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.54   DEP      images/sk-packet.pb-c.d
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.60   PBCC     images/tcp-stream.pb-c.c
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.63   DEP      images/tcp-stream.pb-c.d
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.69   PBCC     images/pipe.pb-c.c
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.77   DEP      images/pipe.pb-c.d
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.81   PBCC     images/pstree.pb-c.c
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.84   DEP      images/pstree.pb-c.d
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.88   PBCC     images/fs.pb-c.c
18:02:40 [2020-10-05T18:02:40.703Z] #41 11.92   DEP      images/fs.pb-c.d
18:02:40 [2020-10-05T18:02:40.960Z] #41 11.98   PBCC     images/signalfd.pb-c.c
18:02:40 [2020-10-05T18:02:40.960Z] #41 12.04   DEP      images/signalfd.pb-c.d
18:02:40 [2020-10-05T18:02:40.960Z] #41 12.09   PBCC     images/fh.pb-c.c
18:02:40 [2020-10-05T18:02:40.960Z] #41 12.15   PBCC     images/fsnotify.pb-c.c
18:02:41 [2020-10-05T18:02:41.217Z] #41 12.25   DEP      images/fh.pb-c.d
18:02:41 [2020-10-05T18:02:41.217Z] #41 12.32   DEP      images/fsnotify.pb-c.d
18:02:41 [2020-10-05T18:02:41.309Z] #41 18.78   CC       images/core.o
18:02:41 [2020-10-05T18:02:41.516Z] #41 12.39   PBCC     images/eventpoll.pb-c.c
18:02:41 [2020-10-05T18:02:41.516Z] #41 12.43   DEP      images/eventpoll.pb-c.d
18:02:41 [2020-10-05T18:02:41.516Z] #41 12.49   PBCC     images/eventfd.pb-c.c
18:02:41 [2020-10-05T18:02:41.516Z] #41 12.53   DEP      images/eventfd.pb-c.d
18:02:41 [2020-10-05T18:02:41.516Z] #41 12.60   PBCC     images/remap-file-path.pb-c.c
18:02:41 [2020-10-05T18:02:41.516Z] #41 12.62   DEP      images/remap-file-path.pb-c.d
18:02:41 [2020-10-05T18:02:41.745Z] #43 63.98 vendor/golang.org/x/text/secure/bidirule
18:02:41 [2020-10-05T18:02:41.773Z] #41 12.71   PBCC     images/fifo.pb-c.c
18:02:41 [2020-10-05T18:02:41.773Z] #41 12.75   DEP      images/fifo.pb-c.d
18:02:41 [2020-10-05T18:02:41.773Z] #41 12.80   PBCC     images/ghost-file.pb-c.c
18:02:41 [2020-10-05T18:02:41.773Z] #41 ...
18:02:41 [2020-10-05T18:02:41.773Z] 
18:02:41 [2020-10-05T18:02:41.773Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:41 [2020-10-05T18:02:41.773Z] #43 48.05 encoding/xml
18:02:41 [2020-10-05T18:02:41.773Z] #43 51.09 go/doc
18:02:41 [2020-10-05T18:02:41.773Z] #43 54.80 github.com/LK4D4/vndr/build
18:02:41 [2020-10-05T18:02:41.773Z] #43 55.59 github.com/LK4D4/vndr/godl/singleflight
18:02:41 [2020-10-05T18:02:41.773Z] #43 55.87 github.com/LK4D4/vndr/versioned
18:02:41 [2020-10-05T18:02:41.773Z] #43 55.96 compress/flate
18:02:41 [2020-10-05T18:02:41.773Z] #43 57.61 hash/crc32
18:02:41 [2020-10-05T18:02:41.773Z] #43 ...
18:02:41 [2020-10-05T18:02:41.773Z] 
18:02:41 [2020-10-05T18:02:41.773Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:02:41 [2020-10-05T18:02:41.964Z] #41 19.68   CC       images/core-x86.o
18:02:42 [2020-10-05T18:02:42.005Z] #43 64.23 vendor/golang.org/x/text/unicode/norm
18:02:42 [2020-10-05T18:02:42.441Z] #41 5.024 fatal: not a git repository (or any of the parent directories): .git
18:02:42 [2020-10-05T18:02:42.441Z] #41 5.064   GEN      .gitid
18:02:42 [2020-10-05T18:02:42.441Z] #41 5.114   GEN      criu/include/version.h
18:02:42 [2020-10-05T18:02:42.620Z] #41 20.43   CC       images/core-arm.o
18:02:42 [2020-10-05T18:02:42.705Z] #41 5.192   GEN      include/common/asm
18:02:42 [2020-10-05T18:02:42.705Z] #41 ...
18:02:42 [2020-10-05T18:02:42.705Z] 
18:02:42 [2020-10-05T18:02:42.705Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
18:02:42 [2020-10-05T18:02:42.705Z] #27 55.84 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
18:02:42 [2020-10-05T18:02:42.705Z] #27 56.33 #=#=#                                                                         
##O#- #                                                                       
##O=#  #                                                                      
18:02:42 [2020-10-05T18:02:42.705Z] #27 58.04 
######################################################################## 100.0%
18:02:42 [2020-10-05T18:02:42.705Z] #27 58.17 
18:02:42 [2020-10-05T18:02:42.705Z] #27 58.24 Download of images into '/build' complete.
18:02:42 [2020-10-05T18:02:42.705Z] #27 58.24 Use something like the following to load the result into a Docker daemon:
18:02:42 [2020-10-05T18:02:42.705Z] #27 58.25   tar -cC '/build' . | docker load
18:02:42 [2020-10-05T18:02:42.801Z] #54 36.20 Checking out files:  55% (1808/3264)   
Checking out files:  56% (1828/3264)   
Checking out files:  57% (1861/3264)   
Checking out files:  58% (1894/3264)   
Checking out files:  59% (1926/3264)   
Checking out files:  60% (1959/3264)   
Checking out files:  61% (1992/3264)   
Checking out files:  62% (2024/3264)   
Checking out files:  63% (2057/3264)   
Checking out files:  64% (2089/3264)   
Checking out files:  65% (2122/3264)   
Checking out files:  66% (2155/3264)   
Checking out files:  67% (2187/3264)   
Checking out files:  68% (2220/3264)   
Checking out files:  69% (2253/3264)   
Checking out files:  70% (2285/3264)   
Checking out files:  71% (2318/3264)   
Checking out files:  72% (2351/3264)   
Checking out files:  73% (2383/3264)   
Checking out files:  74% (2416/3264)   
Checking out files:  75% (2448/3264)   
Checking out files:  76% (2481/3264)   
Checking out files:  77% (2514/3264)   
Checking out files:  78% (2546/3264)   
Checking out files:  79% (2579/3264)   
Checking out files:  80% (2612/3264)   
Checking out files:  81% (2644/3264)   
Checking out files:  82% (2677/3264)   
Checking out files:  83% (2710/3264)   
Checking out files:  84% (2742/3264)   
Checking out files:  85% (2775/3264)   
Checking out files:  86% (2808/3264)   
Checking out files:  87% (2840/3264)   
Checking out files:  88% (2873/3264)   
Checking out files:  89% (2905/3264)   
Checking out files:  90% (2938/3264)   
Checking out files:  91% (2971/3264)   
Checking out files:  91% (2986/3264)   
Checking out files:  92% (3003/3264)   
Checking out files:  93% (3036/3264)   
Checking out files:  94% (3069/3264)   
Checking out files:  95% (3101/3264)   
Checking out files:  96% (3134/3264)   
Checking out files:  97% (3167/3264)   
Checking out files:  98% (3199/3264)   
Checking out files:  99% (3232/3264)   
Checking out files: 100% (3264/3264)   
Checking out files: 100% (3264/3264), done.
18:02:42 [2020-10-05T18:02:42.801Z] #54 37.54 + cd /tmp/tmp.S1AWJ9lOmr/src/github.com/containerd/containerd
18:02:42 [2020-10-05T18:02:42.801Z] #54 37.54 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
18:02:42 [2020-10-05T18:02:42.969Z] #27 DONE 59.6s
18:02:42 [2020-10-05T18:02:42.969Z] 
18:02:42 [2020-10-05T18:02:42.969Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:02:42 [2020-10-05T18:02:42.969Z] #54 26.61 Checking out files:  68% (2231/3264)   
Checking out files:  69% (2253/3264)   
Checking out files:  70% (2285/3264)   
Checking out files:  71% (2318/3264)   
Checking out files:  72% (2351/3264)   
Checking out files:  73% (2383/3264)   
Checking out files:  74% (2416/3264)   
Checking out files:  75% (2448/3264)   
Checking out files:  76% (2481/3264)   
Checking out files:  77% (2514/3264)   
Checking out files:  78% (2546/3264)   
Checking out files:  79% (2579/3264)   
Checking out files:  80% (2612/3264)   
Checking out files:  81% (2644/3264)   
Checking out files:  82% (2677/3264)   
Checking out files:  83% (2710/3264)   
Checking out files:  84% (2742/3264)   
Checking out files:  85% (2775/3264)   
Checking out files:  86% (2808/3264)   
Checking out files:  87% (2840/3264)   
Checking out files:  88% (2873/3264)   
Checking out files:  89% (2905/3264)   
Checking out files:  90% (2938/3264)   
Checking out files:  91% (2971/3264)   
Checking out files:  92% (3003/3264)   
Checking out files:  93% (3036/3264)   
Checking out files:  94% (3069/3264)   
Checking out files:  95% (3101/3264)   
Checking out files:  96% (3134/3264)   
Checking out files:  97% (3167/3264)   
Checking out files:  98% (3199/3264)   
Checking out files:  99% (3232/3264)   
Checking out files: 100% (3264/3264)   
Checking out files: 100% (3264/3264), done.
18:02:42 [2020-10-05T18:02:42.969Z] #54 27.51 + cd /tmp/tmp.hFqniqCe6y/src/github.com/containerd/containerd
18:02:42 [2020-10-05T18:02:42.969Z] #54 27.51 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
18:02:42 [2020-10-05T18:02:42.969Z] #54 28.33 + export 'BUILDTAGS=netgo osusergo static_build'
18:02:42 [2020-10-05T18:02:42.969Z] #54 28.33 + BUILDTAGS='netgo osusergo static_build'
18:02:42 [2020-10-05T18:02:42.969Z] #54 28.33 + export EXTRA_FLAGS=-buildmode=pie
18:02:42 [2020-10-05T18:02:42.969Z] #54 28.34 + EXTRA_FLAGS=-buildmode=pie
18:02:42 [2020-10-05T18:02:42.969Z] #54 28.34 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
18:02:42 [2020-10-05T18:02:42.969Z] #54 28.34 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
18:02:42 [2020-10-05T18:02:42.969Z] #54 28.34 + '[' '' = dynamic ']'
18:02:42 [2020-10-05T18:02:42.969Z] #54 28.34 + make
18:02:42 [2020-10-05T18:02:42.969Z] #54 29.30 + bin/ctr
18:02:43 [2020-10-05T18:02:43.058Z] #54 38.10 + export 'BUILDTAGS=netgo osusergo static_build'
18:02:43 [2020-10-05T18:02:43.293Z] #41 21.00   CC       images/core-aarch64.o
18:02:43 [2020-10-05T18:02:43.316Z] #54 38.10 + BUILDTAGS='netgo osusergo static_build'
18:02:43 [2020-10-05T18:02:43.316Z] #54 38.10 + export EXTRA_FLAGS=-buildmode=pie
18:02:43 [2020-10-05T18:02:43.316Z] #54 38.10 + EXTRA_FLAGS=-buildmode=pie
18:02:43 [2020-10-05T18:02:43.316Z] #54 38.10 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
18:02:43 [2020-10-05T18:02:43.316Z] #54 38.10 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
18:02:43 [2020-10-05T18:02:43.316Z] #54 38.11 + '[' '' = dynamic ']'
18:02:43 [2020-10-05T18:02:43.316Z] #54 38.11 + make
18:02:43 [2020-10-05T18:02:43.912Z] #43 ...
18:02:43 [2020-10-05T18:02:43.912Z] 
18:02:43 [2020-10-05T18:02:43.912Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:43 [2020-10-05T18:02:43.912Z] #41 19.02   CC       images/core-aarch64.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 19.65   CC       images/core-ppc64.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 20.39   CC       images/core-s390.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 21.08   CC       images/cpuinfo.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 21.46   CC       images/inventory.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 21.74   CC       images/fdinfo.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 22.16   CC       images/fown.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 22.39   CC       images/ns.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 22.55   CC       images/regfile.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 22.80   CC       images/ghost-file.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 23.15   CC       images/fifo.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 23.33   CC       images/remap-file-path.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 23.55   CC       images/eventfd.o
18:02:43 [2020-10-05T18:02:43.912Z] #41 23.82   CC       images/eventpoll.o
18:02:43 [2020-10-05T18:02:43.920Z] #54 38.65 + bin/ctr
18:02:43 [2020-10-05T18:02:43.942Z] #41 21.49   CC       images/core-ppc64.o
18:02:44 [2020-10-05T18:02:44.173Z] #41 24.04   CC       images/fh.o
18:02:44 [2020-10-05T18:02:44.432Z] #41 24.37   CC       images/fsnotify.o
18:02:44 [2020-10-05T18:02:44.590Z] #41 22.31   CC       images/core-s390.o
18:02:45 [2020-10-05T18:02:45.001Z] #41 24.92   CC       images/signalfd.o
18:02:45 [2020-10-05T18:02:45.238Z] #41 ...
18:02:45 [2020-10-05T18:02:45.238Z] 
18:02:45 [2020-10-05T18:02:45.238Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:45 [2020-10-05T18:02:45.238Z] #49 48.14 go/ast
18:02:45 [2020-10-05T18:02:45.238Z] #49 49.51 encoding/json
18:02:45 [2020-10-05T18:02:45.238Z] #49 ...
18:02:45 [2020-10-05T18:02:45.238Z] 
18:02:45 [2020-10-05T18:02:45.238Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:45 [2020-10-05T18:02:45.238Z] #43 56.58 text/template
18:02:45 [2020-10-05T18:02:45.261Z] #41 25.21   CC       images/fs.o
18:02:45 [2020-10-05T18:02:45.261Z] #41 25.39   CC       images/pstree.o
18:02:45 [2020-10-05T18:02:45.520Z] #41 ...
18:02:45 [2020-10-05T18:02:45.520Z] 
18:02:45 [2020-10-05T18:02:45.520Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:45 [2020-10-05T18:02:45.520Z] #43 67.90 vendor/golang.org/x/net/idna
18:02:46 [2020-10-05T18:02:46.780Z] #43 ...
18:02:46 [2020-10-05T18:02:46.780Z] 
18:02:46 [2020-10-05T18:02:46.780Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:02:46 [2020-10-05T18:02:46.780Z] #45 DONE 59.5s
18:02:46 [2020-10-05T18:02:46.780Z] 
18:02:46 [2020-10-05T18:02:46.780Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:46 [2020-10-05T18:02:46.780Z] #41 23.16   CC       images/cpuinfo.o
18:02:46 [2020-10-05T18:02:46.780Z] #41 23.75   CC       images/inventory.o
18:02:46 [2020-10-05T18:02:46.780Z] #41 24.03   CC       images/fdinfo.o
18:02:46 [2020-10-05T18:02:46.780Z] #41 24.53   CC       images/fown.o
18:02:47 [2020-10-05T18:02:47.080Z] #41 24.86   CC       images/ns.o
18:02:47 [2020-10-05T18:02:47.192Z] #54 ...
18:02:47 [2020-10-05T18:02:47.192Z] 
18:02:47 [2020-10-05T18:02:47.192Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:47 [2020-10-05T18:02:47.192Z] #49 57.78 mvdan.cc/sh/v3/cmd/shfmt
18:02:47 [2020-10-05T18:02:47.192Z] #49 DONE 63.8s
18:02:47 [2020-10-05T18:02:47.192Z] 
18:02:47 [2020-10-05T18:02:47.192Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:47 [2020-10-05T18:02:47.192Z] #41 12.86   DEP      images/ghost-file.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 12.91   PBCC     images/regfile.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 12.95   DEP      images/regfile.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 12.98   PBCC     images/ns.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.01   DEP      images/ns.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.04   PBCC     images/fdinfo.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.12   DEP      images/fdinfo.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.16   PBCC     images/core-aarch64.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.24   PBCC     images/core-arm.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.31   PBCC     images/core-ppc64.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.34   PBCC     images/core-s390.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.38   PBCC     images/core-x86.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.44   PBCC     images/core.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.51   PBCC     images/inventory.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.57   DEP      images/core-aarch64.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.64   DEP      images/core-arm.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.73   DEP      images/core-ppc64.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.78   DEP      images/core-s390.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.86   DEP      images/core-x86.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 13.94   DEP      images/core.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 14.04   DEP      images/inventory.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 14.13   PBCC     images/cpuinfo.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 14.14   DEP      images/cpuinfo.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 14.21   PBCC     images/stats.pb-c.c
18:02:47 [2020-10-05T18:02:47.192Z] #41 14.26   DEP      images/stats.pb-c.d
18:02:47 [2020-10-05T18:02:47.192Z] #41 15.83 make[1]: Nothing to be done for 'all'.
18:02:47 [2020-10-05T18:02:47.192Z] #41 17.29   CC       images/stats.o
18:02:47 [2020-10-05T18:02:47.192Z] #41 17.60   CC       images/core.o
18:02:47 [2020-10-05T18:02:47.192Z] #41 18.17   CC       images/core-x86.o
18:02:47 [2020-10-05T18:02:47.213Z] #54 ...
18:02:47 [2020-10-05T18:02:47.213Z] 
18:02:47 [2020-10-05T18:02:47.213Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 + RM_GOPATH=0
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 + TMP_GOPATH=
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 + : /build
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 + '[' -z '' ']'
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 ++ mktemp -d
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 + export GOPATH=/tmp/tmp.lpwNrMESJ3
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 + GOPATH=/tmp/tmp.lpwNrMESJ3
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 + RM_GOPATH=1
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 + case "$(go env GOARCH)" in
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.852 ++ go env GOARCH
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.871 + export GO_BUILDMODE=-buildmode=pie
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.871 + GO_BUILDMODE=-buildmode=pie
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.873 ++ dirname /tmp/install/install.sh
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 + dir=/tmp/install
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 + bin=tini
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 + shift
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 + '[' '!' -f /tmp/install/tini.installer ']'
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 + . /tmp/install/tini.installer
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 + install_tini
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 + git clone https://github.com/krallin/tini.git /tmp/tmp.lpwNrMESJ3/tini
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.904 Cloning into '/tmp/tmp.lpwNrMESJ3/tini'...
18:02:47 [2020-10-05T18:02:47.213Z] #35 1.910 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
18:02:47 [2020-10-05T18:02:47.213Z] #35 2.754 + cd /tmp/tmp.lpwNrMESJ3/tini
18:02:47 [2020-10-05T18:02:47.213Z] #35 2.755 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
18:02:47 [2020-10-05T18:02:47.213Z] #35 2.762 + cmake .
18:02:47 [2020-10-05T18:02:47.213Z] #35 3.464 -- The C compiler identification is GNU 8.3.0
18:02:47 [2020-10-05T18:02:47.213Z] #35 3.499 -- Check for working C compiler: /usr/bin/cc
18:02:47 [2020-10-05T18:02:47.213Z] #35 4.382 -- Check for working C compiler: /usr/bin/cc -- works
18:02:47 [2020-10-05T18:02:47.213Z] #35 4.391 -- Detecting C compiler ABI info
18:02:47 [2020-10-05T18:02:47.213Z] #35 4.859 -- Detecting C compiler ABI info - done
18:02:47 [2020-10-05T18:02:47.213Z] #35 4.898 -- Detecting C compile features
18:02:47 [2020-10-05T18:02:47.213Z] #35 6.880 -- Detecting C compile features - done
18:02:47 [2020-10-05T18:02:47.213Z] #35 6.924 -- Performing Test HAS_BUILTIN_FORTIFY
18:02:47 [2020-10-05T18:02:47.213Z] #35 7.314 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
18:02:47 [2020-10-05T18:02:47.213Z] #35 7.437 -- Configuring done
18:02:47 [2020-10-05T18:02:47.213Z] #35 7.447 -- Generating done
18:02:47 [2020-10-05T18:02:47.213Z] #35 7.465 -- Build files have been written to: /tmp/tmp.lpwNrMESJ3/tini
18:02:47 [2020-10-05T18:02:47.213Z] #35 7.470 + make tini-static
18:02:47 [2020-10-05T18:02:47.213Z] #35 7.815 Scanning dependencies of target tini-static
18:02:47 [2020-10-05T18:02:47.213Z] #35 7.932 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
18:02:47 [2020-10-05T18:02:47.213Z] #35 9.243 [100%] Linking C executable tini-static
18:02:47 [2020-10-05T18:02:47.213Z] #35 9.762 [100%] Built target tini-static
18:02:47 [2020-10-05T18:02:47.213Z] #35 9.853 + mkdir -p /build
18:02:47 [2020-10-05T18:02:47.213Z] #35 9.855 + cp tini-static /build/docker-init
18:02:47 [2020-10-05T18:02:47.213Z] #35 ...
18:02:47 [2020-10-05T18:02:47.213Z] 
18:02:47 [2020-10-05T18:02:47.213Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:47 [2020-10-05T18:02:47.213Z] #41 6.797   PBCC     images/timens.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 6.865   DEP      images/timens.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 6.940   PBCC     images/fown.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 6.952   PBCC     images/google/protobuf/descriptor.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.065   PBCC     images/opts.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.108   PBCC     images/memfd.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.144   DEP      images/fown.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.176   DEP      images/google/protobuf/descriptor.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.248   DEP      images/opts.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.305   DEP      images/memfd.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.349   PBCC     images/sit.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.409   DEP      images/sit.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.511   PBCC     images/macvlan.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.553   DEP      images/macvlan.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.619   PBCC     images/autofs.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.634   DEP      images/autofs.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.716   PBCC     images/sysctl.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.748   DEP      images/sysctl.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.804   PBCC     images/time.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.840   DEP      images/time.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.908   PBCC     images/binfmt-misc.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.936   DEP      images/binfmt-misc.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 7.969   PBCC     images/seccomp.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.004   DEP      images/seccomp.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.063   PBCC     images/userns.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.082   DEP      images/userns.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.156   PBCC     images/cgroup.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.200   DEP      images/cgroup.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.246   PBCC     images/ext-file.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.268   DEP      images/ext-file.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.372   PBCC     images/rpc.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.427   DEP      images/rpc.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.529   PBCC     images/siginfo.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.540   DEP      images/siginfo.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.593   PBCC     images/pagemap.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.635   DEP      images/pagemap.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.691   PBCC     images/rlimit.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.701   DEP      images/rlimit.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.768   PBCC     images/file-lock.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.796   DEP      images/file-lock.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.884   PBCC     images/tty.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 8.945   DEP      images/tty.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.003   PBCC     images/tun.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.037   PBCC     images/netdev.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.096   DEP      images/tun.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.147   DEP      images/netdev.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.252   PBCC     images/vma.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.340   DEP      images/vma.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.374   PBCC     images/creds.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.401   DEP      images/creds.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.465   PBCC     images/utsns.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.488   DEP      images/utsns.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.576   PBCC     images/ipc-desc.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.598   PBCC     images/ipc-sem.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.622   DEP      images/ipc-desc.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.653   DEP      images/ipc-sem.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.687   PBCC     images/ipc-msg.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.716   DEP      images/ipc-msg.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.784   PBCC     images/ipc-shm.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.797   DEP      images/ipc-shm.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.846   PBCC     images/ipc-var.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 ...
18:02:47 [2020-10-05T18:02:47.213Z] 
18:02:47 [2020-10-05T18:02:47.213Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:47 [2020-10-05T18:02:47.213Z] #35 DONE 10.6s
18:02:47 [2020-10-05T18:02:47.213Z] 
18:02:47 [2020-10-05T18:02:47.213Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.860   DEP      images/ipc-var.pb-c.d
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.903   PBCC     images/sk-opts.pb-c.c
18:02:47 [2020-10-05T18:02:47.213Z] #41 9.921   PBCC     images/packet-sock.pb-c.c
18:02:47 [2020-10-05T18:02:47.479Z] #41 ...
18:02:47 [2020-10-05T18:02:47.479Z] 
18:02:47 [2020-10-05T18:02:47.479Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:47 [2020-10-05T18:02:47.479Z] #49 56.50 golang.org/x/crypto/ssh/terminal
18:02:47 [2020-10-05T18:02:47.479Z] #49 59.13 mvdan.cc/sh/v3/cmd/shfmt
18:02:47 [2020-10-05T18:02:47.479Z] #49 DONE 64.1s
18:02:47 [2020-10-05T18:02:47.479Z] 
18:02:47 [2020-10-05T18:02:47.479Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:47 [2020-10-05T18:02:47.479Z] #41 10.12   DEP      images/sk-opts.pb-c.d
18:02:47 [2020-10-05T18:02:47.479Z] #41 10.18   DEP      images/packet-sock.pb-c.d
18:02:47 [2020-10-05T18:02:47.479Z] #41 10.24   PBCC     images/sk-netlink.pb-c.c
18:02:47 [2020-10-05T18:02:47.733Z] #41 25.35   CC       images/regfile.o
18:02:47 [2020-10-05T18:02:47.742Z] #41 10.35   DEP      images/sk-netlink.pb-c.d
18:02:47 [2020-10-05T18:02:47.742Z] #41 10.46   PBCC     images/sk-inet.pb-c.c
18:02:48 [2020-10-05T18:02:48.006Z] #41 10.49   DEP      images/sk-inet.pb-c.d
18:02:48 [2020-10-05T18:02:48.006Z] #41 10.54   PBCC     images/sk-unix.pb-c.c
18:02:48 [2020-10-05T18:02:48.006Z] #41 10.64   DEP      images/sk-unix.pb-c.d
18:02:48 [2020-10-05T18:02:48.006Z] #41 10.73   PBCC     images/mm.pb-c.c
18:02:48 [2020-10-05T18:02:48.035Z] #41 25.66   CC       images/ghost-file.o
18:02:48 [2020-10-05T18:02:48.058Z] #43 70.21 vendor/golang.org/x/net/http2/hpack
18:02:48 [2020-10-05T18:02:48.121Z] #41 19.00   CC       images/core-arm.o
18:02:48 [2020-10-05T18:02:48.270Z] #41 10.86   DEP      images/mm.pb-c.d
18:02:48 [2020-10-05T18:02:48.271Z] #41 10.91   PBCC     images/timerfd.pb-c.c
18:02:48 [2020-10-05T18:02:48.271Z] #41 10.98   DEP      images/timerfd.pb-c.d
18:02:48 [2020-10-05T18:02:48.335Z] #41 25.97   CC       images/fifo.o
18:02:48 [2020-10-05T18:02:48.335Z] #41 26.16   CC       images/remap-file-path.o
18:02:48 [2020-10-05T18:02:48.378Z] #41 19.55   CC       images/core-aarch64.o
18:02:48 [2020-10-05T18:02:48.535Z] #41 11.06   PBCC     images/timer.pb-c.c
18:02:48 [2020-10-05T18:02:48.535Z] #41 11.12   DEP      images/timer.pb-c.d
18:02:48 [2020-10-05T18:02:48.639Z] #41 26.43   CC       images/eventfd.o
18:02:48 [2020-10-05T18:02:48.801Z] #41 11.23   PBCC     images/sa.pb-c.c
18:02:48 [2020-10-05T18:02:48.801Z] #41 11.39   DEP      images/sa.pb-c.d
18:02:48 [2020-10-05T18:02:48.801Z] #41 11.42   PBCC     images/pipe-data.pb-c.c
18:02:48 [2020-10-05T18:02:48.801Z] #41 11.45   DEP      images/pipe-data.pb-c.d
18:02:48 [2020-10-05T18:02:48.941Z] #41 26.67   CC       images/eventpoll.o
18:02:48 [2020-10-05T18:02:48.986Z] #41 20.01   CC       images/core-ppc64.o
18:02:48 [2020-10-05T18:02:48.996Z] #43 71.26 mime
18:02:49 [2020-10-05T18:02:49.081Z] #41 11.58   PBCC     images/mnt.pb-c.c
18:02:49 [2020-10-05T18:02:49.081Z] #41 11.63   DEP      images/mnt.pb-c.d
18:02:49 [2020-10-05T18:02:49.081Z] #41 11.76   PBCC     images/sk-packet.pb-c.c
18:02:49 [2020-10-05T18:02:49.242Z] #41 26.99   CC       images/fh.o
18:02:49 [2020-10-05T18:02:49.346Z] #41 11.85   DEP      images/sk-packet.pb-c.d
18:02:49 [2020-10-05T18:02:49.346Z] #41 11.90   PBCC     images/tcp-stream.pb-c.c
18:02:49 [2020-10-05T18:02:49.346Z] #41 11.95   DEP      images/tcp-stream.pb-c.d
18:02:49 [2020-10-05T18:02:49.346Z] #41 12.04   PBCC     images/pipe.pb-c.c
18:02:49 [2020-10-05T18:02:49.564Z] #41 20.67   CC       images/core-s390.o
18:02:49 [2020-10-05T18:02:49.641Z] #41 12.10   DEP      images/pipe.pb-c.d
18:02:49 [2020-10-05T18:02:49.641Z] #41 12.12   PBCC     images/pstree.pb-c.c
18:02:49 [2020-10-05T18:02:49.641Z] #41 12.13   DEP      images/pstree.pb-c.d
18:02:49 [2020-10-05T18:02:49.641Z] #41 12.15   PBCC     images/fs.pb-c.c
18:02:49 [2020-10-05T18:02:49.894Z] #41 27.51   CC       images/fsnotify.o
18:02:49 [2020-10-05T18:02:49.905Z] #41 12.16   DEP      images/fs.pb-c.d
18:02:49 [2020-10-05T18:02:49.905Z] #41 12.18   PBCC     images/signalfd.pb-c.c
18:02:49 [2020-10-05T18:02:49.905Z] #41 12.20   DEP      images/signalfd.pb-c.d
18:02:49 [2020-10-05T18:02:49.905Z] #41 12.24   PBCC     images/fh.pb-c.c
18:02:49 [2020-10-05T18:02:49.905Z] #41 12.41   PBCC     images/fsnotify.pb-c.c
18:02:49 [2020-10-05T18:02:49.905Z] #41 12.48   DEP      images/fh.pb-c.d
18:02:50 [2020-10-05T18:02:50.171Z] #41 12.58   DEP      images/fsnotify.pb-c.d
18:02:50 [2020-10-05T18:02:50.171Z] #41 12.65   PBCC     images/eventpoll.pb-c.c
18:02:50 [2020-10-05T18:02:50.171Z] #41 12.66   DEP      images/eventpoll.pb-c.d
18:02:50 [2020-10-05T18:02:50.172Z] #41 12.69   PBCC     images/eventfd.pb-c.c
18:02:50 [2020-10-05T18:02:50.172Z] #41 12.72   DEP      images/eventfd.pb-c.d
18:02:50 [2020-10-05T18:02:50.436Z] #41 12.85   PBCC     images/remap-file-path.pb-c.c
18:02:50 [2020-10-05T18:02:50.436Z] #41 12.87   DEP      images/remap-file-path.pb-c.d
18:02:50 [2020-10-05T18:02:50.436Z] #41 12.91   PBCC     images/fifo.pb-c.c
18:02:50 [2020-10-05T18:02:50.436Z] #41 12.93   DEP      images/fifo.pb-c.d
18:02:50 [2020-10-05T18:02:50.436Z] #41 12.97   PBCC     images/ghost-file.pb-c.c
18:02:50 [2020-10-05T18:02:50.436Z] #41 13.02   DEP      images/ghost-file.pb-c.d
18:02:50 [2020-10-05T18:02:50.436Z] #41 13.09   PBCC     images/regfile.pb-c.c
18:02:50 [2020-10-05T18:02:50.495Z] #41 21.43   CC       images/cpuinfo.o
18:02:50 [2020-10-05T18:02:50.544Z] #41 28.16   CC       images/signalfd.o
18:02:50 [2020-10-05T18:02:50.544Z] #41 28.46   CC       images/fs.o
18:02:50 [2020-10-05T18:02:50.700Z] #41 13.14   DEP      images/regfile.pb-c.d
18:02:50 [2020-10-05T18:02:50.701Z] #41 13.24   PBCC     images/ns.pb-c.c
18:02:50 [2020-10-05T18:02:50.701Z] #41 13.27   DEP      images/ns.pb-c.d
18:02:50 [2020-10-05T18:02:50.701Z] #41 13.31   PBCC     images/fdinfo.pb-c.c
18:02:50 [2020-10-05T18:02:50.751Z] #41 21.84   CC       images/inventory.o
18:02:50 [2020-10-05T18:02:50.845Z] #41 28.71   CC       images/pstree.o
18:02:50 [2020-10-05T18:02:50.905Z] #43 73.18 mime/quotedprintable
18:02:50 [2020-10-05T18:02:50.965Z] #41 13.39   DEP      images/fdinfo.pb-c.d
18:02:50 [2020-10-05T18:02:50.965Z] #41 13.48   PBCC     images/core-aarch64.pb-c.c
18:02:50 [2020-10-05T18:02:50.965Z] #41 13.54   PBCC     images/core-arm.pb-c.c
18:02:50 [2020-10-05T18:02:50.965Z] #41 13.59   PBCC     images/core-ppc64.pb-c.c
18:02:50 [2020-10-05T18:02:50.965Z] #41 13.62   PBCC     images/core-s390.pb-c.c
18:02:50 [2020-10-05T18:02:50.965Z] #41 13.66   PBCC     images/core-x86.pb-c.c
18:02:51 [2020-10-05T18:02:51.010Z] #41 22.08   CC       images/fdinfo.o
18:02:51 [2020-10-05T18:02:51.161Z] #41 28.91   CC       images/pipe.o
18:02:51 [2020-10-05T18:02:51.164Z] #43 73.47 net/http/internal
18:02:51 [2020-10-05T18:02:51.229Z] #41 13.69   PBCC     images/core.pb-c.c
18:02:51 [2020-10-05T18:02:51.229Z] #41 13.72   PBCC     images/inventory.pb-c.c
18:02:51 [2020-10-05T18:02:51.229Z] #41 13.76   DEP      images/core-aarch64.pb-c.d
18:02:51 [2020-10-05T18:02:51.229Z] #41 13.79   DEP      images/core-arm.pb-c.d
18:02:51 [2020-10-05T18:02:51.229Z] #41 13.84   DEP      images/core-ppc64.pb-c.d
18:02:51 [2020-10-05T18:02:51.229Z] #41 13.91   DEP      images/core-s390.pb-c.d
18:02:51 [2020-10-05T18:02:51.229Z] #41 ...
18:02:51 [2020-10-05T18:02:51.229Z] 
18:02:51 [2020-10-05T18:02:51.229Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:51 [2020-10-05T18:02:51.229Z] #43 57.95 encoding/xml
18:02:51 [2020-10-05T18:02:51.229Z] #43 58.71 compress/flate
18:02:51 [2020-10-05T18:02:51.229Z] #43 59.51 go/doc
18:02:51 [2020-10-05T18:02:51.229Z] #43 63.88 compress/gzip
18:02:51 [2020-10-05T18:02:51.229Z] #43 64.96 github.com/LK4D4/vndr/build
18:02:51 [2020-10-05T18:02:51.229Z] #43 65.38 encoding/asn1
18:02:51 [2020-10-05T18:02:51.229Z] #43 67.70 vendor/golang.org/x/text/unicode/bidi
18:02:51 [2020-10-05T18:02:51.424Z] #43 ...
18:02:51 [2020-10-05T18:02:51.424Z] 
18:02:51 [2020-10-05T18:02:51.424Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:51 [2020-10-05T18:02:51.424Z] #41 25.63   CC       images/pipe.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 25.81   CC       images/tcp-stream.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 26.00   CC       images/sk-packet.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 26.30   CC       images/mnt.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 26.52   CC       images/pipe-data.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 26.72   CC       images/sa.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 26.92   CC       images/timer.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 27.22   CC       images/timerfd.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 27.54   CC       images/mm.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 27.82   CC       images/sk-opts.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 28.08   CC       images/sk-unix.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 28.40   CC       images/sk-inet.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 28.83   CC       images/tun.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 29.15   CC       images/sk-netlink.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 29.33   CC       images/packet-sock.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 29.61   CC       images/ipc-var.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 29.83   CC       images/ipc-desc.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 29.98   CC       images/ipc-shm.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 30.17   CC       images/ipc-msg.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 30.43   CC       images/ipc-sem.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 30.60   CC       images/utsns.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 30.81   CC       images/creds.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 31.07   CC       images/vma.o
18:02:51 [2020-10-05T18:02:51.424Z] #41 31.30   CC       images/netdev.o
18:02:51 [2020-10-05T18:02:51.459Z] #41 29.16   CC       images/tcp-stream.o
18:02:51 [2020-10-05T18:02:51.517Z] #43 ...
18:02:51 [2020-10-05T18:02:51.517Z] 
18:02:51 [2020-10-05T18:02:51.517Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:51 [2020-10-05T18:02:51.517Z] #41 13.99   DEP      images/core-x86.pb-c.d
18:02:51 [2020-10-05T18:02:51.517Z] #41 14.04   DEP      images/core.pb-c.d
18:02:51 [2020-10-05T18:02:51.517Z] #41 14.09   DEP      images/inventory.pb-c.d
18:02:51 [2020-10-05T18:02:51.517Z] #41 14.15   PBCC     images/cpuinfo.pb-c.c
18:02:51 [2020-10-05T18:02:51.573Z] #41 22.39   CC       images/fown.o
18:02:51 [2020-10-05T18:02:51.573Z] #41 22.56   CC       images/ns.o
18:02:51 [2020-10-05T18:02:51.684Z] #41 31.66   CC       images/tty.o
18:02:51 [2020-10-05T18:02:51.770Z] #41 29.57   CC       images/sk-packet.o
18:02:51 [2020-10-05T18:02:51.782Z] #41 14.18   DEP      images/cpuinfo.pb-c.d
18:02:51 [2020-10-05T18:02:51.782Z] #41 14.23   PBCC     images/stats.pb-c.c
18:02:51 [2020-10-05T18:02:51.782Z] #41 14.24   DEP      images/stats.pb-c.d
18:02:51 [2020-10-05T18:02:51.872Z] #41 22.75   CC       images/regfile.o
18:02:51 [2020-10-05T18:02:51.872Z] #41 22.95   CC       images/ghost-file.o
18:02:51 [2020-10-05T18:02:51.872Z] #41 ...
18:02:51 [2020-10-05T18:02:51.872Z] 
18:02:51 [2020-10-05T18:02:51.872Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:51 [2020-10-05T18:02:51.872Z] #43 58.42 crypto/x509/pkix
18:02:51 [2020-10-05T18:02:51.872Z] #43 58.64 compress/gzip
18:02:51 [2020-10-05T18:02:51.872Z] #43 59.01 vendor/golang.org/x/crypto/cryptobyte
18:02:51 [2020-10-05T18:02:51.872Z] #43 59.22 net
18:02:51 [2020-10-05T18:02:51.872Z] #43 61.04 vendor/golang.org/x/crypto/internal/chacha20
18:02:51 [2020-10-05T18:02:51.872Z] #43 61.59 vendor/golang.org/x/crypto/poly1305
18:02:51 [2020-10-05T18:02:51.872Z] #43 62.21 vendor/golang.org/x/sys/cpu
18:02:51 [2020-10-05T18:02:51.872Z] #43 62.48 vendor/golang.org/x/crypto/chacha20poly1305
18:02:51 [2020-10-05T18:02:51.872Z] #43 64.21 vendor/golang.org/x/text/transform
18:02:51 [2020-10-05T18:02:51.872Z] #43 65.09 vendor/golang.org/x/text/unicode/bidi
18:02:51 [2020-10-05T18:02:51.872Z] #43 67.05 vendor/golang.org/x/text/secure/bidirule
18:02:51 [2020-10-05T18:02:51.872Z] #43 67.35 vendor/golang.org/x/text/unicode/norm
18:02:52 [2020-10-05T18:02:52.070Z] #41 29.85   CC       images/mnt.o
18:02:52 [2020-10-05T18:02:52.128Z] #43 ...
18:02:52 [2020-10-05T18:02:52.128Z] 
18:02:52 [2020-10-05T18:02:52.128Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:52 [2020-10-05T18:02:52.128Z] #41 23.22   CC       images/fifo.o
18:02:52 [2020-10-05T18:02:52.253Z] #41 32.23   CC       images/file-lock.o
18:02:52 [2020-10-05T18:02:52.384Z] #41 23.49   CC       images/remap-file-path.o
18:02:52 [2020-10-05T18:02:52.513Z] #41 32.40   CC       images/rlimit.o
18:02:52 [2020-10-05T18:02:52.513Z] #41 32.63   CC       images/pagemap.o
18:02:52 [2020-10-05T18:02:52.641Z] #41 23.73   CC       images/eventfd.o
18:02:52 [2020-10-05T18:02:52.730Z] #41 30.20   CC       images/pipe-data.o
18:02:52 [2020-10-05T18:02:52.731Z] #41 30.50   CC       images/sa.o
18:02:52 [2020-10-05T18:02:52.897Z] #41 23.91   CC       images/eventpoll.o
18:02:53 [2020-10-05T18:02:53.030Z] #41 30.71   CC       images/timer.o
18:02:53 [2020-10-05T18:02:53.081Z] #41 32.94   CC       images/siginfo.o
18:02:53 [2020-10-05T18:02:53.154Z] #41 24.18   CC       images/fh.o
18:02:53 [2020-10-05T18:02:53.179Z] #41 15.56 make[1]: Nothing to be done for 'all'.
18:02:53 [2020-10-05T18:02:53.330Z] #41 31.12   CC       images/timerfd.o
18:02:53 [2020-10-05T18:02:53.343Z] #41 33.25   CC       images/rpc.o
18:02:53 [2020-10-05T18:02:53.411Z] #41 24.46   CC       images/fsnotify.o
18:02:53 [2020-10-05T18:02:53.630Z] #41 31.32   CC       images/mm.o
18:02:53 [2020-10-05T18:02:53.913Z] #41 ...
18:02:53 [2020-10-05T18:02:53.913Z] 
18:02:53 [2020-10-05T18:02:53.913Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:53 [2020-10-05T18:02:53.913Z] #43 76.16 crypto/tls
18:02:53 [2020-10-05T18:02:53.930Z] #41 31.62   CC       images/sk-opts.o
18:02:53 [2020-10-05T18:02:53.974Z] #41 24.95   CC       images/signalfd.o
18:02:54 [2020-10-05T18:02:54.230Z] #41 31.80   CC       images/sk-unix.o
18:02:54 [2020-10-05T18:02:54.278Z] #41 25.31   CC       images/fs.o
18:02:54 [2020-10-05T18:02:54.531Z] #41 32.06   CC       images/sk-inet.o
18:02:54 [2020-10-05T18:02:54.535Z] #41 25.53   CC       images/pstree.o
18:02:54 [2020-10-05T18:02:54.535Z] #41 25.72   CC       images/pipe.o
18:02:54 [2020-10-05T18:02:54.577Z] #41 16.85   CC       images/stats.o
18:02:54 [2020-10-05T18:02:54.577Z] #41 17.24   CC       images/core.o
18:02:54 [2020-10-05T18:02:54.791Z] #41 25.99   CC       images/tcp-stream.o
18:02:54 [2020-10-05T18:02:54.832Z] #41 32.41   CC       images/tun.o
18:02:54 [2020-10-05T18:02:54.832Z] #41 ...
18:02:54 [2020-10-05T18:02:54.832Z] 
18:02:54 [2020-10-05T18:02:54.832Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:02:54 [2020-10-05T18:02:54.832Z] #49 67.61 golang.org/x/crypto/ssh/terminal
18:02:55 [2020-10-05T18:02:55.157Z] #41 17.84   CC       images/core-x86.o
18:02:55 [2020-10-05T18:02:55.396Z] #41 26.21   CC       images/sk-packet.o
18:02:55 [2020-10-05T18:02:55.396Z] #41 26.51   CC       images/mnt.o
18:02:55 [2020-10-05T18:02:55.653Z] #41 26.76   CC       images/pipe-data.o
18:02:55 [2020-10-05T18:02:55.911Z] #41 26.98   CC       images/sa.o
18:02:56 [2020-10-05T18:02:56.109Z] #41 18.52   CC       images/core-arm.o
18:02:56 [2020-10-05T18:02:56.171Z] #41 27.19   CC       images/timer.o
18:02:56 [2020-10-05T18:02:56.373Z] #41 19.01   CC       images/core-aarch64.o
18:02:56 [2020-10-05T18:02:56.427Z] #41 27.53   CC       images/timerfd.o
18:02:56 [2020-10-05T18:02:56.638Z] #41 19.28   CC       images/core-ppc64.o
18:02:56 [2020-10-05T18:02:56.683Z] #41 27.77   CC       images/mm.o
18:02:57 [2020-10-05T18:02:57.246Z] #41 28.13   CC       images/sk-opts.o
18:02:57 [2020-10-05T18:02:57.246Z] #41 28.37   CC       images/sk-unix.o
18:02:57 [2020-10-05T18:02:57.250Z] #43 ...
18:02:57 [2020-10-05T18:02:57.250Z] 
18:02:57 [2020-10-05T18:02:57.250Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:02:57 [2020-10-05T18:02:57.250Z] #11 73.01 Selecting previously unselected package g++-mingw-w64-x86-64.
18:02:57 [2020-10-05T18:02:57.250Z] #11 73.01 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
18:02:57 [2020-10-05T18:02:57.250Z] #11 73.01 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:02:57 [2020-10-05T18:02:57.250Z] #11 ...
18:02:57 [2020-10-05T18:02:57.250Z] 
18:02:57 [2020-10-05T18:02:57.250Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:57 [2020-10-05T18:02:57.250Z] #41 34.45   CC       images/ext-file.o
18:02:57 [2020-10-05T18:02:57.250Z] #41 34.64   CC       images/cgroup.o
18:02:57 [2020-10-05T18:02:57.250Z] #41 35.28   CC       images/userns.o
18:02:57 [2020-10-05T18:02:57.250Z] #41 35.54   CC       images/google/protobuf/descriptor.o
18:02:57 [2020-10-05T18:02:57.250Z] #41 37.06   CC       images/opts.o
18:02:57 [2020-10-05T18:02:57.250Z] #41 37.28   CC       images/seccomp.o
18:02:57 [2020-10-05T18:02:57.509Z] #41 37.62   CC       images/binfmt-misc.o
18:02:57 [2020-10-05T18:02:57.590Z] #41 19.89   CC       images/core-s390.o
18:02:57 [2020-10-05T18:02:57.711Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:02:57 [2020-10-05T18:02:57.711Z] 
18:02:57 [2020-10-05T18:02:57.711Z] + TEST_INTEGRATION_DEST=2
18:02:57 [2020-10-05T18:02:57.711Z] + CONTAINER_NAME=docker-pr4-2
18:02:57 [2020-10-05T18:02:57.711Z] + TEST_SKIP_INTEGRATION=1
18:02:57 [2020-10-05T18:02:57.711Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
18:02:57 [2020-10-05T18:02:57.711Z] + run_tests
18:02:57 [2020-10-05T18:02:57.711Z] + c=0
18:02:57 [2020-10-05T18:02:57.711Z] + '[' -n 0 ']'
18:02:57 [2020-10-05T18:02:57.711Z] + rm=
18:02:57 [2020-10-05T18:02:57.711Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41527/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41527/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh '' test-integration
18:02:57 [2020-10-05T18:02:57.711Z] + TEST_INTEGRATION_DEST=1
18:02:57 [2020-10-05T18:02:57.711Z] + CONTAINER_NAME=docker-pr4-1
18:02:57 [2020-10-05T18:02:57.711Z] + TEST_SKIP_INTEGRATION_CLI=1
18:02:57 [2020-10-05T18:02:57.711Z] + run_tests test-integration-flaky
18:02:57 [2020-10-05T18:02:57.711Z] + '[' -n 0 ']'
18:02:57 [2020-10-05T18:02:57.711Z] + rm=
18:02:57 [2020-10-05T18:02:57.711Z] + TEST_INTEGRATION_DEST=3
18:02:57 [2020-10-05T18:02:57.711Z] + CONTAINER_NAME=docker-pr4-3
18:02:57 [2020-10-05T18:02:57.711Z] + TEST_SKIP_INTEGRATION=1
18:02:57 [2020-10-05T18:02:57.711Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
18:02:57 [2020-10-05T18:02:57.711Z] + run_tests
18:02:57 [2020-10-05T18:02:57.711Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41527/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41527/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh test-integration-flaky test-integration
18:02:57 [2020-10-05T18:02:57.711Z] + '[' -n 0 ']'
18:02:57 [2020-10-05T18:02:57.711Z] + rm=
18:02:57 [2020-10-05T18:02:57.711Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41527/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41527/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh '' test-integration
18:02:57 [2020-10-05T18:02:57.711Z] ++ jobs -p
18:02:57 [2020-10-05T18:02:57.711Z] + for job in $(jobs -p)
18:02:57 [2020-10-05T18:02:57.711Z] + wait 10070
18:02:57 [2020-10-05T18:02:57.711Z] 
18:02:57 [2020-10-05T18:02:57.711Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:02:57 [2020-10-05T18:02:57.711Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:02:57 [2020-10-05T18:02:57.711Z] HOSTNAME=768dd9da9fe6
18:02:57 [2020-10-05T18:02:57.711Z] TEST_SKIP_INTEGRATION=1
18:02:57 [2020-10-05T18:02:57.711Z] TESTDEBUG=0
18:02:57 [2020-10-05T18:02:57.711Z] DEST=bundles/test-integration
18:02:57 [2020-10-05T18:02:57.711Z] PWD=/go/src/github.com/docker/docker
18:02:57 [2020-10-05T18:02:57.711Z] KEEPBUNDLE=1
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:02:57 [2020-10-05T18:02:57.711Z] container=docker
18:02:57 [2020-10-05T18:02:57.711Z] HOME=/root
18:02:57 [2020-10-05T18:02:57.711Z] GOLANG_VERSION=1.13.15
18:02:57 [2020-10-05T18:02:57.711Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:02:57 [2020-10-05T18:02:57.711Z] VALIDATE_BRANCH=master
18:02:57 [2020-10-05T18:02:57.711Z] TERM=xterm
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_PKG=github.com/docker/docker
18:02:57 [2020-10-05T18:02:57.711Z] SHLVL=1
18:02:57 [2020-10-05T18:02:57.711Z] TIMEOUT=120m
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_GRAPHDRIVER=overlay2
18:02:57 [2020-10-05T18:02:57.711Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
18:02:57 [2020-10-05T18:02:57.711Z] GO111MODULE=off
18:02:57 [2020-10-05T18:02:57.711Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:02:57 [2020-10-05T18:02:57.711Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:02:57 [2020-10-05T18:02:57.711Z] GOPATH=/go
18:02:57 [2020-10-05T18:02:57.711Z] PKG_CONFIG=pkg-config
18:02:57 [2020-10-05T18:02:57.711Z] _=/usr/bin/env
18:02:57 [2020-10-05T18:02:57.711Z] Building test suite binary ./integration-cli/test.main
18:02:57 [2020-10-05T18:02:57.711Z] 
18:02:57 [2020-10-05T18:02:57.711Z] 
18:02:57 [2020-10-05T18:02:57.711Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
18:02:57 [2020-10-05T18:02:57.711Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:02:57 [2020-10-05T18:02:57.711Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:02:57 [2020-10-05T18:02:57.711Z] HOSTNAME=e4898544bdb7
18:02:57 [2020-10-05T18:02:57.711Z] TEST_SKIP_INTEGRATION=1
18:02:57 [2020-10-05T18:02:57.711Z] TESTDEBUG=0
18:02:57 [2020-10-05T18:02:57.711Z] DEST=bundles/test-integration
18:02:57 [2020-10-05T18:02:57.711Z] PWD=/go/src/github.com/docker/docker
18:02:57 [2020-10-05T18:02:57.711Z] KEEPBUNDLE=1
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:02:57 [2020-10-05T18:02:57.711Z] container=docker
18:02:57 [2020-10-05T18:02:57.711Z] HOME=/root
18:02:57 [2020-10-05T18:02:57.711Z] GOLANG_VERSION=1.13.15
18:02:57 [2020-10-05T18:02:57.711Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:02:57 [2020-10-05T18:02:57.711Z] VALIDATE_BRANCH=master
18:02:57 [2020-10-05T18:02:57.711Z] TERM=xterm
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_PKG=github.com/docker/docker
18:02:57 [2020-10-05T18:02:57.711Z] SHLVL=1
18:02:57 [2020-10-05T18:02:57.711Z] TIMEOUT=120m
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_GRAPHDRIVER=overlay2
18:02:57 [2020-10-05T18:02:57.711Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
18:02:57 [2020-10-05T18:02:57.711Z] GO111MODULE=off
18:02:57 [2020-10-05T18:02:57.711Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:02:57 [2020-10-05T18:02:57.711Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:02:57 [2020-10-05T18:02:57.711Z] GOPATH=/go
18:02:57 [2020-10-05T18:02:57.711Z] PKG_CONFIG=pkg-config
18:02:57 [2020-10-05T18:02:57.711Z] _=/usr/bin/env
18:02:57 [2020-10-05T18:02:57.711Z] Building test suite binary ./integration-cli/test.main
18:02:57 [2020-10-05T18:02:57.711Z] No new tests added to integration.
18:02:57 [2020-10-05T18:02:57.711Z] 
18:02:57 [2020-10-05T18:02:57.711Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:02:57 [2020-10-05T18:02:57.711Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:02:57 [2020-10-05T18:02:57.711Z] HOSTNAME=185e2e85ca93
18:02:57 [2020-10-05T18:02:57.711Z] TESTDEBUG=0
18:02:57 [2020-10-05T18:02:57.711Z] DEST=bundles/test-integration
18:02:57 [2020-10-05T18:02:57.711Z] PWD=/go/src/github.com/docker/docker
18:02:57 [2020-10-05T18:02:57.711Z] KEEPBUNDLE=1
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:02:57 [2020-10-05T18:02:57.711Z] container=docker
18:02:57 [2020-10-05T18:02:57.711Z] HOME=/root
18:02:57 [2020-10-05T18:02:57.711Z] GOLANG_VERSION=1.13.15
18:02:57 [2020-10-05T18:02:57.711Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:02:57 [2020-10-05T18:02:57.711Z] VALIDATE_BRANCH=master
18:02:57 [2020-10-05T18:02:57.711Z] TERM=xterm
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_PKG=github.com/docker/docker
18:02:57 [2020-10-05T18:02:57.711Z] SHLVL=1
18:02:57 [2020-10-05T18:02:57.711Z] TIMEOUT=120m
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
18:02:57 [2020-10-05T18:02:57.711Z] DOCKER_GRAPHDRIVER=overlay2
18:02:57 [2020-10-05T18:02:57.711Z] GO111MODULE=off
18:02:57 [2020-10-05T18:02:57.711Z] TEST_SKIP_INTEGRATION_CLI=1
18:02:57 [2020-10-05T18:02:57.711Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:02:57 [2020-10-05T18:02:57.711Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:02:57 [2020-10-05T18:02:57.711Z] GOPATH=/go
18:02:57 [2020-10-05T18:02:57.711Z] PKG_CONFIG=pkg-config
18:02:57 [2020-10-05T18:02:57.711Z] _=/usr/bin/env
18:02:57 [2020-10-05T18:02:57.711Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:02:57 [2020-10-05T18:02:57.850Z] #41 28.74   CC       images/sk-inet.o
18:02:57 [2020-10-05T18:02:57.855Z] #41 20.52   CC       images/cpuinfo.o
18:02:58 [2020-10-05T18:02:58.077Z] #41 37.83   CC       images/time.o
18:02:58 [2020-10-05T18:02:58.106Z] #41 29.13   CC       images/tun.o
18:02:58 [2020-10-05T18:02:58.335Z] #41 38.11   CC       images/sysctl.o
18:02:58 [2020-10-05T18:02:58.335Z] #41 38.33   CC       images/autofs.o
18:02:58 [2020-10-05T18:02:58.363Z] #41 29.49   CC       images/sk-netlink.o
18:02:58 [2020-10-05T18:02:58.433Z] #41 21.03   CC       images/inventory.o
18:02:58 [2020-10-05T18:02:58.485Z] #49 70.87 mvdan.cc/sh/v3/cmd/shfmt
18:02:58 [2020-10-05T18:02:58.594Z] #41 38.54   CC       images/macvlan.o
18:02:58 [2020-10-05T18:02:58.697Z] #41 21.27   CC       images/fdinfo.o
18:02:58 [2020-10-05T18:02:58.784Z] #49 ...
18:02:58 [2020-10-05T18:02:58.784Z] 
18:02:58 [2020-10-05T18:02:58.784Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:58 [2020-10-05T18:02:58.784Z] #43 61.83 go/parser
18:02:58 [2020-10-05T18:02:58.784Z] #43 67.79 encoding/xml
18:02:58 [2020-10-05T18:02:58.784Z] #43 71.08 go/doc
18:02:58 [2020-10-05T18:02:58.784Z] #43 ...
18:02:58 [2020-10-05T18:02:58.784Z] 
18:02:58 [2020-10-05T18:02:58.784Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:58 [2020-10-05T18:02:58.784Z] #41 32.65   CC       images/sk-netlink.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 32.91   CC       images/packet-sock.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 33.38   CC       images/ipc-var.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 33.58   CC       images/ipc-desc.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 33.83   CC       images/ipc-shm.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 34.09   CC       images/ipc-msg.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 34.42   CC       images/ipc-sem.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 34.70   CC       images/utsns.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 34.93   CC       images/creds.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 35.17   CC       images/vma.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 35.40   CC       images/netdev.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 35.81   CC       images/tty.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 36.47   CC       images/file-lock.o
18:02:58 [2020-10-05T18:02:58.784Z] #41 36.69   CC       images/rlimit.o
18:02:58 [2020-10-05T18:02:58.853Z] #41 38.76   CC       images/sit.o
18:02:58 [2020-10-05T18:02:58.925Z] #41 29.73   CC       images/packet-sock.o
18:02:58 [2020-10-05T18:02:58.962Z] #41 ...
18:02:58 [2020-10-05T18:02:58.962Z] 
18:02:58 [2020-10-05T18:02:58.962Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:02:58 [2020-10-05T18:02:58.962Z] #56 69.66 + for f in rootlesskit rootlesskit-docker-proxy
18:02:58 [2020-10-05T18:02:58.962Z] #56 69.66 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
18:02:58 [2020-10-05T18:02:58.962Z] #56 DONE 75.8s
18:02:58 [2020-10-05T18:02:58.962Z] 
18:02:58 [2020-10-05T18:02:58.962Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:58 [2020-10-05T18:02:58.962Z] #41 21.57   CC       images/fown.o
18:02:58 [2020-10-05T18:02:58.962Z] #41 ...
18:02:58 [2020-10-05T18:02:58.962Z] 
18:02:58 [2020-10-05T18:02:58.962Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:02:58 [2020-10-05T18:02:58.962Z] #43 68.91 vendor/golang.org/x/crypto/cryptobyte
18:02:58 [2020-10-05T18:02:58.962Z] #43 69.83 vendor/golang.org/x/text/unicode/norm
18:02:58 [2020-10-05T18:02:58.962Z] #43 70.66 vendor/golang.org/x/net/http2/hpack
18:02:58 [2020-10-05T18:02:58.962Z] #43 71.40 mime
18:02:58 [2020-10-05T18:02:58.962Z] #43 73.57 vendor/golang.org/x/net/idna
18:02:58 [2020-10-05T18:02:58.962Z] #43 74.65 net/textproto
18:02:58 [2020-10-05T18:02:58.962Z] #43 74.65 crypto/x509
18:02:58 [2020-10-05T18:02:58.962Z] #43 75.03 vendor/golang.org/x/net/http/httpproxy
18:02:58 [2020-10-05T18:02:58.962Z] #43 75.65 vendor/golang.org/x/net/http/httpguts
18:02:58 [2020-10-05T18:02:58.962Z] #43 75.65 mime/multipart
18:02:59 [2020-10-05T18:02:59.084Z] #41 36.92   CC       images/pagemap.o
18:02:59 [2020-10-05T18:02:59.112Z] #41 38.98   CC       images/memfd.o
18:02:59 [2020-10-05T18:02:59.182Z] #41 30.12   CC       images/ipc-var.o
18:02:59 [2020-10-05T18:02:59.182Z] #41 30.30   CC       images/ipc-desc.o
18:02:59 [2020-10-05T18:02:59.236Z] #43 ...
18:02:59 [2020-10-05T18:02:59.236Z] 
18:02:59 [2020-10-05T18:02:59.236Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
18:02:59 [2020-10-05T18:02:59.236Z] #57 DONE 0.3s
18:02:59 [2020-10-05T18:02:59.236Z] 
18:02:59 [2020-10-05T18:02:59.236Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:59 [2020-10-05T18:02:59.236Z] #41 21.83   CC       images/ns.o
18:02:59 [2020-10-05T18:02:59.372Z] #41 39.23   CC       images/timens.o
18:02:59 [2020-10-05T18:02:59.383Z] #41 37.27   CC       images/siginfo.o
18:02:59 [2020-10-05T18:02:59.480Z] #41 30.53   CC       images/ipc-shm.o
18:02:59 [2020-10-05T18:02:59.500Z] #41 ...
18:02:59 [2020-10-05T18:02:59.500Z] 
18:02:59 [2020-10-05T18:02:59.500Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
18:02:59 [2020-10-05T18:02:59.500Z] #58 DONE 0.3s
18:02:59 [2020-10-05T18:02:59.500Z] 
18:02:59 [2020-10-05T18:02:59.500Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:02:59 [2020-10-05T18:02:59.500Z] #41 22.06   CC       images/regfile.o
18:02:59 [2020-10-05T18:02:59.631Z] #41 39.56   LINK     images/built-in.o
18:02:59 [2020-10-05T18:02:59.684Z] #41 37.51   CC       images/rpc.o
18:02:59 [2020-10-05T18:02:59.737Z] #41 30.81   CC       images/ipc-msg.o
18:02:59 [2020-10-05T18:02:59.764Z] #41 22.23   CC       images/ghost-file.o
18:02:59 [2020-10-05T18:02:59.764Z] #41 22.41   CC       images/fifo.o
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.71   GEN      compel/include/asm
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.73   GEN      compel/include/version.h
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.75 touch .config
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.79   GEN      include/common/config.h
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.84   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.86   GEN      compel/plugins/include/uapi/std/syscall-64.h
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.88   GEN      compel/arch/x86/plugins/std/syscalls-64.S
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.89   DEP      compel/arch/x86/plugins/std/syscalls-64.d
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.92   DEP      compel/arch/x86/plugins/std/memcpy.d
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.95   DEP      compel/arch/x86/plugins/std/parasite-head.d
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.97   GEN      compel/plugins/include/uapi/std/syscall.h
18:02:59 [2020-10-05T18:02:59.890Z] #41 39.99   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
18:02:59 [2020-10-05T18:02:59.994Z] #41 31.11   CC       images/ipc-sem.o
18:03:00 [2020-10-05T18:03:00.030Z] #41 22.54   CC       images/remap-file-path.o
18:03:00 [2020-10-05T18:03:00.030Z] #41 22.73   CC       images/eventfd.o
18:03:00 [2020-10-05T18:03:00.150Z] #41 40.02   GEN      compel/plugins/include/uapi/std/syscall-codes.h
18:03:00 [2020-10-05T18:03:00.150Z] #41 40.05   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
18:03:00 [2020-10-05T18:03:00.150Z] #41 40.06   DEP      compel/plugins/std/infect.d
18:03:00 [2020-10-05T18:03:00.250Z] #41 31.31   CC       images/utsns.o
18:03:00 [2020-10-05T18:03:00.336Z] #41 ...
18:03:00 [2020-10-05T18:03:00.336Z] 
18:03:00 [2020-10-05T18:03:00.336Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:03:00 [2020-10-05T18:03:00.336Z] #11 67.33 Selecting previously unselected package g++-mingw-w64-x86-64.
18:03:00 [2020-10-05T18:03:00.336Z] #11 67.34 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
18:03:00 [2020-10-05T18:03:00.336Z] #11 67.35 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:00 [2020-10-05T18:03:00.336Z] #11 ...
18:03:00 [2020-10-05T18:03:00.336Z] 
18:03:00 [2020-10-05T18:03:00.336Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:00 [2020-10-05T18:03:00.336Z] #43 73.34 math/big
18:03:00 [2020-10-05T18:03:00.409Z] #41 40.14   DEP      compel/plugins/std/string.d
18:03:00 [2020-10-05T18:03:00.409Z] #41 40.21   DEP      compel/plugins/std/log.d
18:03:00 [2020-10-05T18:03:00.409Z] #41 40.32   DEP      compel/plugins/std/fds.d
18:03:00 [2020-10-05T18:03:00.409Z] #41 40.43   DEP      compel/plugins/std/std.d
18:03:00 [2020-10-05T18:03:00.506Z] #41 31.60   CC       images/creds.o
18:03:00 [2020-10-05T18:03:00.608Z] #41 22.96   CC       images/eventpoll.o
18:03:00 [2020-10-05T18:03:00.608Z] #41 23.21   CC       images/fh.o
18:03:00 [2020-10-05T18:03:00.668Z] #41 40.57   DEP      compel/plugins/shmem/shmem.d
18:03:00 [2020-10-05T18:03:00.668Z] #41 40.68   DEP      compel/plugins/fds/fds.d
18:03:00 [2020-10-05T18:03:00.762Z] #41 31.80   CC       images/vma.o
18:03:00 [2020-10-05T18:03:00.931Z] #41 40.87   CC       compel/plugins/std/std.o
18:03:01 [2020-10-05T18:03:01.018Z] #41 32.01   CC       images/netdev.o
18:03:01 [2020-10-05T18:03:01.187Z] #41 23.72   CC       images/fsnotify.o
18:03:01 [2020-10-05T18:03:01.191Z] #41 41.18   CC       compel/plugins/std/fds.o
18:03:01 [2020-10-05T18:03:01.274Z] #41 32.37   CC       images/tty.o
18:03:01 [2020-10-05T18:03:01.759Z] #41 41.69   CC       compel/plugins/std/log.o
18:03:01 [2020-10-05T18:03:01.759Z] #41 ...
18:03:01 [2020-10-05T18:03:01.759Z] 
18:03:01 [2020-10-05T18:03:01.759Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:03:01 [2020-10-05T18:03:01.759Z] #56 84.06 + for f in rootlesskit rootlesskit-docker-proxy
18:03:01 [2020-10-05T18:03:01.759Z] #56 84.06 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
18:03:01 [2020-10-05T18:03:01.765Z] #41 24.35   CC       images/signalfd.o
18:03:01 [2020-10-05T18:03:01.765Z] #41 24.47   CC       images/fs.o
18:03:01 [2020-10-05T18:03:01.837Z] #41 32.89   CC       images/file-lock.o
18:03:02 [2020-10-05T18:03:02.028Z] #41 24.61   CC       images/pstree.o
18:03:02 [2020-10-05T18:03:02.028Z] #41 24.75   CC       images/pipe.o
18:03:02 [2020-10-05T18:03:02.101Z] #41 33.09   CC       images/rlimit.o
18:03:02 [2020-10-05T18:03:02.294Z] #41 ...
18:03:02 [2020-10-05T18:03:02.294Z] 
18:03:02 [2020-10-05T18:03:02.294Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:03:02 [2020-10-05T18:03:02.294Z] #11 72.84 Selecting previously unselected package g++-mingw-w64-x86-64.
18:03:02 [2020-10-05T18:03:02.294Z] #11 72.85 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
18:03:02 [2020-10-05T18:03:02.294Z] #11 72.85 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:02 [2020-10-05T18:03:02.294Z] #11 ...
18:03:02 [2020-10-05T18:03:02.294Z] 
18:03:02 [2020-10-05T18:03:02.294Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:02 [2020-10-05T18:03:02.294Z] #41 24.92   CC       images/tcp-stream.o
18:03:02 [2020-10-05T18:03:02.357Z] #41 33.34   CC       images/pagemap.o
18:03:02 [2020-10-05T18:03:02.561Z] #41 25.08   CC       images/sk-packet.o
18:03:02 [2020-10-05T18:03:02.613Z] #41 33.60   CC       images/siginfo.o
18:03:02 [2020-10-05T18:03:02.834Z] #41 25.42   CC       images/mnt.o
18:03:02 [2020-10-05T18:03:02.869Z] #41 33.80   CC       images/rpc.o
18:03:03 [2020-10-05T18:03:03.099Z] #41 25.70   CC       images/pipe-data.o
18:03:03 [2020-10-05T18:03:03.120Z] #43 ...
18:03:03 [2020-10-05T18:03:03.120Z] 
18:03:03 [2020-10-05T18:03:03.120Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
18:03:03 [2020-10-05T18:03:03.120Z] #49 DONE 75.8s
18:03:03 [2020-10-05T18:03:03.120Z] 
18:03:03 [2020-10-05T18:03:03.120Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:03 [2020-10-05T18:03:03.120Z] #41 39.11   CC       images/ext-file.o
18:03:03 [2020-10-05T18:03:03.120Z] #41 39.46   CC       images/cgroup.o
18:03:03 [2020-10-05T18:03:03.120Z] #41 40.51   CC       images/userns.o
18:03:03 [2020-10-05T18:03:03.363Z] #41 25.93   CC       images/sa.o
18:03:03 [2020-10-05T18:03:03.630Z] #41 26.20   CC       images/timer.o
18:03:03 [2020-10-05T18:03:03.778Z] #41 41.36   CC       images/google/protobuf/descriptor.o
18:03:03 [2020-10-05T18:03:03.796Z] #41 34.78   CC       images/ext-file.o
18:03:03 [2020-10-05T18:03:03.895Z] #41 26.56   CC       images/timerfd.o
18:03:04 [2020-10-05T18:03:04.052Z] #41 34.98   CC       images/cgroup.o
18:03:04 [2020-10-05T18:03:04.161Z] #41 26.68   CC       images/mm.o
18:03:04 [2020-10-05T18:03:04.161Z] #41 26.92   CC       images/sk-opts.o
18:03:04 [2020-10-05T18:03:04.614Z] #41 35.54   CC       images/userns.o
18:03:04 [2020-10-05T18:03:04.614Z] #41 35.79   CC       images/google/protobuf/descriptor.o
18:03:04 [2020-10-05T18:03:04.739Z] #41 27.15   CC       images/sk-unix.o
18:03:04 [2020-10-05T18:03:04.740Z] #41 27.42   CC       images/sk-inet.o
18:03:05 [2020-10-05T18:03:05.318Z] #41 27.86   CC       images/tun.o
18:03:05 [2020-10-05T18:03:05.544Z] #41 ...
18:03:05 [2020-10-05T18:03:05.544Z] 
18:03:05 [2020-10-05T18:03:05.544Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:05 [2020-10-05T18:03:05.544Z] #43 71.85 vendor/golang.org/x/net/idna
18:03:05 [2020-10-05T18:03:05.544Z] #43 73.78 vendor/golang.org/x/net/http2/hpack
18:03:05 [2020-10-05T18:03:05.544Z] #43 74.83 mime
18:03:05 [2020-10-05T18:03:05.544Z] #43 76.58 mime/quotedprintable
18:03:05 [2020-10-05T18:03:05.544Z] #43 77.07 net/http/internal
18:03:05 [2020-10-05T18:03:05.544Z] #43 79.39 crypto/tls
18:03:05 [2020-10-05T18:03:05.544Z] #43 ...
18:03:05 [2020-10-05T18:03:05.544Z] 
18:03:05 [2020-10-05T18:03:05.544Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:03:05 [2020-10-05T18:03:05.544Z] #11 77.81 Selecting previously unselected package g++-mingw-w64-x86-64.
18:03:05 [2020-10-05T18:03:05.544Z] #11 77.83 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
18:03:05 [2020-10-05T18:03:05.544Z] #11 77.84 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:05 [2020-10-05T18:03:05.582Z] #41 28.18   CC       images/sk-netlink.o
18:03:05 [2020-10-05T18:03:05.847Z] #41 28.46   CC       images/packet-sock.o
18:03:05 [2020-10-05T18:03:05.885Z] #41 43.75   CC       images/opts.o
18:03:06 [2020-10-05T18:03:06.111Z] #41 28.70   CC       images/ipc-var.o
18:03:06 [2020-10-05T18:03:06.186Z] #41 44.03   CC       images/seccomp.o
18:03:06 [2020-10-05T18:03:06.376Z] #41 28.87   CC       images/ipc-desc.o
18:03:06 [2020-10-05T18:03:06.376Z] #41 29.03   CC       images/ipc-shm.o
18:03:06 [2020-10-05T18:03:06.474Z] #11 ...
18:03:06 [2020-10-05T18:03:06.474Z] 
18:03:06 [2020-10-05T18:03:06.474Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:06 [2020-10-05T18:03:06.474Z] #41 37.34   CC       images/opts.o
18:03:06 [2020-10-05T18:03:06.474Z] #41 37.54   CC       images/seccomp.o
18:03:06 [2020-10-05T18:03:06.491Z] #41 44.29   CC       images/binfmt-misc.o
18:03:06 [2020-10-05T18:03:06.491Z] #41 44.39   CC       images/time.o
18:03:06 [2020-10-05T18:03:06.491Z] #41 ...
18:03:06 [2020-10-05T18:03:06.491Z] 
18:03:06 [2020-10-05T18:03:06.491Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.20 Selecting previously unselected package libapparmor1:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.21 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.22 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.32 Selecting previously unselected package libapparmor-dev:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.33 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.34 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.43 Selecting previously unselected package libbtrfs0.
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.44 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.45 Unpacking libbtrfs0 (4.20.1-2) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.50 Selecting previously unselected package libbtrfs-dev.
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.52 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.53 Unpacking libbtrfs-dev (4.20.1-2) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.65 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.66 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.66 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.73 Selecting previously unselected package libudev-dev:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.73 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.77 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.89 Selecting previously unselected package libsepol1-dev:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.89 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 82.90 Unpacking libsepol1-dev:ppc64el (2.8-1) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.21 Selecting previously unselected package libpcre16-3:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.22 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.22 Unpacking libpcre16-3:ppc64el (2:8.39-12) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.36 Selecting previously unselected package libpcre32-3:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.36 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.37 Unpacking libpcre32-3:ppc64el (2:8.39-12) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.49 Selecting previously unselected package libpcrecpp0v5:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.50 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.52 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.62 Selecting previously unselected package libpcre3-dev:ppc64el.
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.65 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ...
18:03:06 [2020-10-05T18:03:06.491Z] #11 83.65 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ...
18:03:06 [2020-10-05T18:03:06.954Z] #41 29.26   CC       images/ipc-msg.o
18:03:06 [2020-10-05T18:03:06.954Z] #41 29.58   CC       images/ipc-sem.o
18:03:07 [2020-10-05T18:03:07.036Z] #56 ...
18:03:07 [2020-10-05T18:03:07.036Z] 
18:03:07 [2020-10-05T18:03:07.036Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.37 Selecting previously unselected package libapparmor1:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.39 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.40 Unpacking libapparmor1:amd64 (2.13.2-10) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.55 Selecting previously unselected package libapparmor-dev:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.55 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.56 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.72 Selecting previously unselected package libbtrfs0.
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.72 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.73 Unpacking libbtrfs0 (4.20.1-2) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.81 Selecting previously unselected package libbtrfs-dev.
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.82 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 88.85 Unpacking libbtrfs-dev (4.20.1-2) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.00 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.00 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.00 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.08 Selecting previously unselected package libudev-dev:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.08 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.11 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.25 Selecting previously unselected package libsepol1-dev:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.25 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.26 Unpacking libsepol1-dev:amd64 (2.8-1) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.57 Selecting previously unselected package libpcre16-3:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.57 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.60 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.81 Selecting previously unselected package libpcre32-3:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.83 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 89.84 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.01 Selecting previously unselected package libpcrecpp0v5:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.01 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.02 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.12 Selecting previously unselected package libpcre3-dev:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.12 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.13 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.60 Selecting previously unselected package libselinux1-dev:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.62 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.62 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.84 Selecting previously unselected package libdevmapper-dev:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.85 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.86 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.93 Selecting previously unselected package libseccomp-dev:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.95 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 90.95 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.06 Selecting previously unselected package libsystemd-dev:amd64.
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.10 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.12 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.58 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.59 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.60 Setting up libapparmor1:amd64 (2.13.2-10) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.61 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.62 Setting up libpcre16-3:amd64 (2:8.39-12) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.63 Setting up libsepol1-dev:amd64 (2.8-1) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.64 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.65 Setting up libbtrfs0 (4.20.1-2) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.66 Setting up libpcre32-3:amd64 (2:8.39-12) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.68 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.70 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.71 Setting up libbtrfs-dev (4.20.1-2) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.72 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.73 Setting up mingw-w64-common (6.0.0-3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.75 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.76 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.77 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.78 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.79 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
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.80 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
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.81 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.82 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
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.82 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
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.83 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.84 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.86 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.87 Setting up dmsetup (2:1.02.155-3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.88 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.89 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
18:03:07 [2020-10-05T18:03:07.036Z] #11 91.90 Processing triggers for libc-bin (2.28-10) ...
18:03:07 [2020-10-05T18:03:07.039Z] #41 37.85   CC       images/binfmt-misc.o
18:03:07 [2020-10-05T18:03:07.039Z] #41 38.13   CC       images/time.o
18:03:07 [2020-10-05T18:03:07.143Z] #11 84.10 Selecting previously unselected package libselinux1-dev:ppc64el.
18:03:07 [2020-10-05T18:03:07.143Z] #11 84.12 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ...
18:03:07 [2020-10-05T18:03:07.143Z] #11 84.12 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ...
18:03:07 [2020-10-05T18:03:07.219Z] #41 29.74   CC       images/utsns.o
18:03:07 [2020-10-05T18:03:07.295Z] #41 38.30   CC       images/sysctl.o
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.38 Selecting previously unselected package libdevmapper-dev:ppc64el.
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.38 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ...
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.39 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ...
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.48 Selecting previously unselected package libseccomp-dev:ppc64el.
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.49 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ...
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.50 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ...
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.62 Selecting previously unselected package libsystemd-dev:ppc64el.
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.63 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ...
18:03:07 [2020-10-05T18:03:07.443Z] #11 84.65 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ...
18:03:07 [2020-10-05T18:03:07.485Z] #41 29.89   CC       images/creds.o
18:03:07 [2020-10-05T18:03:07.485Z] #41 30.07   CC       images/vma.o
18:03:07 [2020-10-05T18:03:07.552Z] #41 38.46   CC       images/autofs.o
18:03:07 [2020-10-05T18:03:07.552Z] #41 38.68   CC       images/macvlan.o
18:03:07 [2020-10-05T18:03:07.617Z] #11 DONE 93.7s
18:03:07 [2020-10-05T18:03:07.617Z] 
18:03:07 [2020-10-05T18:03:07.617Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:07 [2020-10-05T18:03:07.617Z] #41 42.51   CC       compel/plugins/std/string.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 43.15   CC       compel/plugins/std/infect.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 43.65   CC       compel/arch/x86/plugins/std/parasite-head.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 43.71   CC       compel/arch/x86/plugins/std/memcpy.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 43.75   CC       compel/arch/x86/plugins/std/syscalls-64.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 43.80   AR       compel/plugins/std.lib.a
18:03:07 [2020-10-05T18:03:07.617Z] #41 43.85   CC       compel/plugins/fds/fds.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.04   AR       compel/plugins/fds.lib.a
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.10   HOSTDEP  compel/src/lib/log-host.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.17   HOSTDEP  compel/src/lib/handle-elf-host.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.24   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.29   HOSTDEP  compel/src/main-host.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.38   DEP      compel/src/lib/ptrace.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.49   DEP      compel/src/lib/infect.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.63   DEP      compel/src/lib/infect-util.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.76   DEP      compel/src/lib/infect-rpc.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.85   DEP      compel/arch/x86/src/lib/infect.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 44.97   DEP      compel/arch/x86/src/lib/cpu.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 45.02   DEP      compel/src/lib/log.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 45.09   DEP      compel/src/main.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 45.17   DEP      compel/src/lib/handle-elf.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 45.29   DEP      compel/arch/x86/src/lib/handle-elf.d
18:03:07 [2020-10-05T18:03:07.617Z] #41 45.39   CC       compel/src/lib/log.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 45.63   CC       compel/arch/x86/src/lib/cpu.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 46.26   CC       compel/arch/x86/src/lib/infect.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 47.07   CC       compel/src/lib/infect-rpc.o
18:03:07 [2020-10-05T18:03:07.617Z] #41 47.36   CC       compel/src/lib/infect-util.o
18:03:07 [2020-10-05T18:03:07.751Z] #41 30.26   CC       images/netdev.o
18:03:07 [2020-10-05T18:03:07.850Z] #41 38.91   CC       images/sit.o
18:03:07 [2020-10-05T18:03:07.876Z] #41 ...
18:03:07 [2020-10-05T18:03:07.876Z] 
18:03:07 [2020-10-05T18:03:07.876Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:03:07 [2020-10-05T18:03:07.876Z] #56 DONE 90.4s
18:03:07 [2020-10-05T18:03:07.876Z] 
18:03:07 [2020-10-05T18:03:07.876Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:07 [2020-10-05T18:03:07.876Z] #41 47.79   CC       compel/src/lib/infect.o
18:03:07 [2020-10-05T18:03:07.876Z] #41 ...
18:03:07 [2020-10-05T18:03:07.876Z] 
18:03:07 [2020-10-05T18:03:07.876Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:08 [2020-10-05T18:03:08.015Z] #41 30.60   CC       images/tty.o
18:03:08 [2020-10-05T18:03:08.106Z] #41 39.14   CC       images/memfd.o
18:03:08 [2020-10-05T18:03:08.135Z] #51 ...
18:03:08 [2020-10-05T18:03:08.135Z] 
18:03:08 [2020-10-05T18:03:08.135Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
18:03:08 [2020-10-05T18:03:08.135Z] #57 DONE 0.1s
18:03:08 [2020-10-05T18:03:08.135Z] 
18:03:08 [2020-10-05T18:03:08.135Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
18:03:08 [2020-10-05T18:03:08.135Z] #58 DONE 0.0s
18:03:08 [2020-10-05T18:03:08.135Z] 
18:03:08 [2020-10-05T18:03:08.135Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.19 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.20 Setting up libseccomp-dev:ppc64el (2.3.3-4) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.20 Setting up libapparmor1:ppc64el (2.13.2-10) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.21 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.23 Setting up libpcre16-3:ppc64el (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.24 Setting up libsepol1-dev:ppc64el (2.8-1) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.26 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.28 Setting up libbtrfs0 (4.20.1-2) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.30 Setting up libpcre32-3:ppc64el (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.30 Setting up libudev-dev:ppc64el (241-7~deb10u4) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.33 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.35 Setting up libbtrfs-dev (4.20.1-2) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.36 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.37 Setting up mingw-w64-common (6.0.0-3) ...
18:03:08 [2020-10-05T18:03:08.136Z] #11 85.38 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ...
18:03:08 [2020-10-05T18:03:08.279Z] #41 ...
18:03:08 [2020-10-05T18:03:08.279Z] 
18:03:08 [2020-10-05T18:03:08.279Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.13 Selecting previously unselected package libapparmor1:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.13 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.14 Unpacking libapparmor1:arm64 (2.13.2-10) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.23 Selecting previously unselected package libapparmor-dev:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.25 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.26 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.44 Selecting previously unselected package libbtrfs0.
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.45 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.49 Unpacking libbtrfs0 (4.20.1-2) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.56 Selecting previously unselected package libbtrfs-dev.
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.57 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.58 Unpacking libbtrfs-dev (4.20.1-2) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.72 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.73 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.74 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.95 Selecting previously unselected package libudev-dev:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.95 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 85.98 Unpacking libudev-dev:arm64 (241-7~deb10u4) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.14 Selecting previously unselected package libsepol1-dev:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.16 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.17 Unpacking libsepol1-dev:arm64 (2.8-1) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.57 Selecting previously unselected package libpcre16-3:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.57 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.58 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.84 Selecting previously unselected package libpcre32-3:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.84 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 86.85 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.02 Selecting previously unselected package libpcrecpp0v5:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.03 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.04 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.14 Selecting previously unselected package libpcre3-dev:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.16 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.17 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.51 Selecting previously unselected package libselinux1-dev:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.51 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.52 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.81 Selecting previously unselected package libdevmapper-dev:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.81 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.83 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.91 Selecting previously unselected package libseccomp-dev:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.92 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 87.93 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 88.12 Selecting previously unselected package libsystemd-dev:arm64.
18:03:08 [2020-10-05T18:03:08.279Z] #11 88.13 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ...
18:03:08 [2020-10-05T18:03:08.279Z] #11 88.13 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.63 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.65 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.68 Setting up libapparmor1:arm64 (2.13.2-10) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.71 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.73 Setting up libpcre16-3:arm64 (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.75 Setting up libsepol1-dev:arm64 (2.8-1) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.76 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.78 Setting up libbtrfs0 (4.20.1-2) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.81 Setting up libpcre32-3:arm64 (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.82 Setting up libudev-dev:arm64 (241-7~deb10u4) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.85 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.88 Setting up libbtrfs-dev (4.20.1-2) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.90 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.91 Setting up mingw-w64-common (6.0.0-3) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.92 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.94 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.95 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.97 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:08 [2020-10-05T18:03:08.280Z] #11 88.99 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
18:03:08 [2020-10-05T18:03:08.280Z] #11 89.00 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
18:03:08 [2020-10-05T18:03:08.280Z] #11 89.02 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:08 [2020-10-05T18:03:08.362Z] #41 39.44   CC       images/timens.o
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.47 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.47 Setting up libpcre3-dev:ppc64el (2:8.39-12) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.48 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.49 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
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.50 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
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.50 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.51 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
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.52 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
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.53 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.54 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.55 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.57 Setting up dmsetup (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.60 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.60 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.439Z] #11 85.61 Processing triggers for libc-bin (2.28-10) ...
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.04 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
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.15 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
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.16 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.19 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.20 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.22 Setting up dmsetup (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.23 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.25 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
18:03:08 [2020-10-05T18:03:08.544Z] #11 89.26 Processing triggers for libc-bin (2.28-10) ...
18:03:08 [2020-10-05T18:03:08.660Z] #41 39.68   LINK     images/built-in.o
18:03:08 [2020-10-05T18:03:08.660Z] #41 39.84   GEN      compel/include/asm
18:03:08 [2020-10-05T18:03:08.917Z] #41 39.86   GEN      compel/include/version.h
18:03:08 [2020-10-05T18:03:08.917Z] #41 39.88 touch .config
18:03:08 [2020-10-05T18:03:08.917Z] #41 39.94   GEN      include/common/config.h
18:03:08 [2020-10-05T18:03:08.917Z] #41 40.02   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
18:03:08 [2020-10-05T18:03:08.917Z] #41 40.04   GEN      compel/plugins/include/uapi/std/syscall-64.h
18:03:08 [2020-10-05T18:03:08.917Z] #41 40.07   GEN      compel/arch/x86/plugins/std/syscalls-64.S
18:03:08 [2020-10-05T18:03:08.917Z] #41 40.07   DEP      compel/arch/x86/plugins/std/syscalls-64.d
18:03:08 [2020-10-05T18:03:08.917Z] #41 40.10   DEP      compel/arch/x86/plugins/std/memcpy.d
18:03:09 [2020-10-05T18:03:09.100Z] #11 DONE 86.0s
18:03:09 [2020-10-05T18:03:09.100Z] 
18:03:09 [2020-10-05T18:03:09.100Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:09 [2020-10-05T18:03:09.174Z] #41 40.14   DEP      compel/arch/x86/plugins/std/parasite-head.d
18:03:09 [2020-10-05T18:03:09.174Z] #41 40.15   GEN      compel/plugins/include/uapi/std/syscall.h
18:03:09 [2020-10-05T18:03:09.174Z] #41 40.19   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
18:03:09 [2020-10-05T18:03:09.174Z] #41 40.21   GEN      compel/plugins/include/uapi/std/syscall-codes.h
18:03:09 [2020-10-05T18:03:09.174Z] #41 40.23   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
18:03:09 [2020-10-05T18:03:09.174Z] #41 40.24   DEP      compel/plugins/std/infect.d
18:03:09 [2020-10-05T18:03:09.174Z] #41 40.35   DEP      compel/plugins/std/string.d
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.495 + RM_GOPATH=0
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.495 + TMP_GOPATH=
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.495 + : /build
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.495 + '[' -z '' ']'
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.497 ++ mktemp -d
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.499 + export GOPATH=/tmp/tmp.I51AuLnnkC
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.499 + GOPATH=/tmp/tmp.I51AuLnnkC
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.500 + RM_GOPATH=1
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.500 + case "$(go env GOARCH)" in
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.507 ++ go env GOARCH
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.523 + export GO_BUILDMODE=-buildmode=pie
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.523 + GO_BUILDMODE=-buildmode=pie
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.527 ++ dirname /tmp/install/install.sh
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.531 + dir=/tmp/install
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.532 + bin=runc
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.532 + shift
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.533 + '[' '!' -f /tmp/install/runc.installer ']'
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.533 + . /tmp/install/runc.installer
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.534 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.535 + install_runc
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.539 + uname -r
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.540 + grep -q '^3\.10\.0.*\.el7\.'
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.544 + RUNC_BUILDTAGS='seccomp apparmor selinux '
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.545 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.545 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.545 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.I51AuLnnkC/src/github.com/opencontainers/runc
18:03:09 [2020-10-05T18:03:09.401Z] #51 0.557 Cloning into '/tmp/tmp.I51AuLnnkC/src/github.com/opencontainers/runc'...
18:03:09 [2020-10-05T18:03:09.431Z] #41 40.42   DEP      compel/plugins/std/log.d
18:03:09 [2020-10-05T18:03:09.431Z] #41 40.54   DEP      compel/plugins/std/fds.d
18:03:09 [2020-10-05T18:03:09.497Z] #11 DONE 89.9s
18:03:09 [2020-10-05T18:03:09.497Z] 
18:03:09 [2020-10-05T18:03:09.497Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
18:03:09 [2020-10-05T18:03:09.517Z] #12 DONE 2.0s
18:03:09 [2020-10-05T18:03:09.518Z] 
18:03:09 [2020-10-05T18:03:09.518Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.866 + RM_GOPATH=0
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.866 + TMP_GOPATH=
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.866 + : /build
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.866 + '[' -z '' ']'
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.867 ++ mktemp -d
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.875 + export GOPATH=/tmp/tmp.IEZkgVynO3
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.875 + GOPATH=/tmp/tmp.IEZkgVynO3
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.875 + RM_GOPATH=1
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.875 + case "$(go env GOARCH)" in
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.877 ++ go env GOARCH
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.912 + export GO_BUILDMODE=-buildmode=pie
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.912 + GO_BUILDMODE=-buildmode=pie
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.913 ++ dirname /tmp/install/install.sh
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.933 + dir=/tmp/install
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.933 + bin=runc
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.933 + shift
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.933 + '[' '!' -f /tmp/install/runc.installer ']'
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.933 + . /tmp/install/runc.installer
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.933 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.936 + install_runc
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.937 + grep -q '^3\.10\.0.*\.el7\.'
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.940 + uname -r
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.954 + RUNC_BUILDTAGS='seccomp apparmor selinux '
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.954 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.954 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.IEZkgVynO3/src/github.com/opencontainers/runc
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.959 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
18:03:09 [2020-10-05T18:03:09.518Z] #51 1.981 Cloning into '/tmp/tmp.IEZkgVynO3/src/github.com/opencontainers/runc'...
18:03:09 [2020-10-05T18:03:09.687Z] #41 40.63   DEP      compel/plugins/std/std.d
18:03:09 [2020-10-05T18:03:09.687Z] #41 40.76   DEP      compel/plugins/shmem/shmem.d
18:03:09 [2020-10-05T18:03:09.687Z] #41 40.87   DEP      compel/plugins/fds/fds.d
18:03:09 [2020-10-05T18:03:09.702Z] #51 ...
18:03:09 [2020-10-05T18:03:09.702Z] 
18:03:09 [2020-10-05T18:03:09.702Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
18:03:09 [2020-10-05T18:03:09.702Z] #12 DONE 0.7s
18:03:09 [2020-10-05T18:03:09.702Z] 
18:03:09 [2020-10-05T18:03:09.702Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:09 [2020-10-05T18:03:09.702Z] #41 44.51   CC       images/sysctl.o
18:03:09 [2020-10-05T18:03:09.702Z] #41 44.67   CC       images/autofs.o
18:03:09 [2020-10-05T18:03:09.702Z] #41 44.90   CC       images/macvlan.o
18:03:09 [2020-10-05T18:03:09.702Z] #41 45.09   CC       images/sit.o
18:03:09 [2020-10-05T18:03:09.702Z] #41 45.33   CC       images/memfd.o
18:03:09 [2020-10-05T18:03:09.702Z] #41 45.64   CC       images/timens.o
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.02   LINK     images/built-in.o
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.21   GEN      compel/include/asm
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.24   GEN      compel/include/version.h
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.25 touch .config
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.30   GEN      include/common/config.h
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.39   GEN      compel/plugins/include/uapi/std/syscall-codes.h
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.42   GEN      compel/plugins/include/uapi/std/syscall.h
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.43   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.46   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.48   DEP      compel/arch/ppc64/plugins/std/memcmp.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.51   DEP      compel/arch/ppc64/plugins/std/memcpy.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.53   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.58   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.58   DEP      compel/plugins/std/infect.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 46.91   DEP      compel/plugins/std/string.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 47.00   DEP      compel/plugins/std/log.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 47.14   DEP      compel/plugins/std/fds.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 47.26   DEP      compel/plugins/std/std.d
18:03:09 [2020-10-05T18:03:09.702Z] #41 47.44   DEP      compel/plugins/shmem/shmem.d
18:03:09 [2020-10-05T18:03:09.944Z] #41 41.02   CC       compel/plugins/std/std.o
18:03:10 [2020-10-05T18:03:10.028Z] #41 ...
18:03:10 [2020-10-05T18:03:10.028Z] 
18:03:10 [2020-10-05T18:03:10.028Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
18:03:10 [2020-10-05T18:03:10.028Z] #13 DONE 0.4s
18:03:10 [2020-10-05T18:03:10.028Z] 
18:03:10 [2020-10-05T18:03:10.028Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:10 [2020-10-05T18:03:10.028Z] #41 47.61   DEP      compel/plugins/fds/fds.d
18:03:10 [2020-10-05T18:03:10.028Z] #41 ...
18:03:10 [2020-10-05T18:03:10.028Z] 
18:03:10 [2020-10-05T18:03:10.028Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
18:03:10 [2020-10-05T18:03:10.028Z] #14 0.250 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
18:03:10 [2020-10-05T18:03:10.028Z] #14 DONE 0.3s
18:03:10 [2020-10-05T18:03:10.028Z] 
18:03:10 [2020-10-05T18:03:10.028Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:10 [2020-10-05T18:03:10.028Z] #41 47.81   CC       compel/plugins/std/std.o
18:03:10 [2020-10-05T18:03:10.331Z] #41 48.13   CC       compel/plugins/std/fds.o
18:03:10 [2020-10-05T18:03:10.459Z] #51 ...
18:03:10 [2020-10-05T18:03:10.460Z] 
18:03:10 [2020-10-05T18:03:10.460Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:10 [2020-10-05T18:03:10.460Z] #43 82.63 net/http/httptrace
18:03:10 [2020-10-05T18:03:10.460Z] #43 82.85 net/http
18:03:10 [2020-10-05T18:03:10.460Z] #43 ...
18:03:10 [2020-10-05T18:03:10.460Z] 
18:03:10 [2020-10-05T18:03:10.460Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
18:03:10 [2020-10-05T18:03:10.507Z] #41 41.34   CC       compel/plugins/std/fds.o
18:03:10 [2020-10-05T18:03:10.635Z] #41 ...
18:03:10 [2020-10-05T18:03:10.635Z] 
18:03:10 [2020-10-05T18:03:10.635Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
18:03:10 [2020-10-05T18:03:10.635Z] #15 DONE 0.4s
18:03:10 [2020-10-05T18:03:10.635Z] 
18:03:10 [2020-10-05T18:03:10.635Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
18:03:10 [2020-10-05T18:03:10.764Z] #41 41.74   CC       compel/plugins/std/log.o
18:03:10 [2020-10-05T18:03:10.936Z] #16 DONE 0.3s
18:03:10 [2020-10-05T18:03:10.936Z] 
18:03:10 [2020-10-05T18:03:10.936Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:10 [2020-10-05T18:03:10.936Z] #41 48.56   CC       compel/plugins/std/log.o
18:03:11 [2020-10-05T18:03:11.235Z] #41 ...
18:03:11 [2020-10-05T18:03:11.235Z] 
18:03:11 [2020-10-05T18:03:11.235Z] #17 [dev-systemd-false  6/26] RUN ldconfig
18:03:11 [2020-10-05T18:03:11.235Z] #17 DONE 0.4s
18:03:11 [2020-10-05T18:03:11.401Z] #13 DONE 1.7s
18:03:11 [2020-10-05T18:03:11.401Z] 
18:03:11 [2020-10-05T18:03:11.401Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
18:03:11 [2020-10-05T18:03:11.448Z] #12 DONE 1.8s
18:03:11 [2020-10-05T18:03:11.448Z] 
18:03:11 [2020-10-05T18:03:11.448Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:11 [2020-10-05T18:03:11.448Z] #41 31.11   CC       images/file-lock.o
18:03:11 [2020-10-05T18:03:11.448Z] #41 31.36   CC       images/rlimit.o
18:03:11 [2020-10-05T18:03:11.448Z] #41 31.58   CC       images/pagemap.o
18:03:11 [2020-10-05T18:03:11.448Z] #41 31.75   CC       images/siginfo.o
18:03:11 [2020-10-05T18:03:11.448Z] #41 32.20   CC       images/rpc.o
18:03:11 [2020-10-05T18:03:11.449Z] #41 33.46   CC       images/ext-file.o
18:03:11 [2020-10-05T18:03:11.449Z] #41 33.59   CC       images/cgroup.o
18:03:11 [2020-10-05T18:03:11.449Z] #41 ...
18:03:11 [2020-10-05T18:03:11.449Z] 
18:03:11 [2020-10-05T18:03:11.449Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:11 [2020-10-05T18:03:11.449Z] #43 77.81 crypto/tls
18:03:11 [2020-10-05T18:03:11.449Z] #43 82.45 net/http/httptrace
18:03:11 [2020-10-05T18:03:11.449Z] #43 82.64 net/http
18:03:11 [2020-10-05T18:03:11.449Z] #43 ...
18:03:11 [2020-10-05T18:03:11.449Z] 
18:03:11 [2020-10-05T18:03:11.449Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.671 + RM_GOPATH=0
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.671 + TMP_GOPATH=
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.671 + : /build
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.671 + '[' -z '' ']'
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.672 ++ mktemp -d
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.673 + export GOPATH=/tmp/tmp.Gq9pdjgZXr
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.673 + GOPATH=/tmp/tmp.Gq9pdjgZXr
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.673 + RM_GOPATH=1
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.674 + case "$(go env GOARCH)" in
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.674 ++ go env GOARCH
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.695 + export GO_BUILDMODE=-buildmode=pie
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.695 + GO_BUILDMODE=-buildmode=pie
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.695 ++ dirname /tmp/install/install.sh
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.697 + dir=/tmp/install
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.698 + bin=runc
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.698 + shift
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.698 + '[' '!' -f /tmp/install/runc.installer ']'
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.712 + . /tmp/install/runc.installer
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.713 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.714 + install_runc
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.715 + grep -q '^3\.10\.0.*\.el7\.'
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.716 + uname -r
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.725 + RUNC_BUILDTAGS='seccomp apparmor selinux '
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.725 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.726 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.726 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Gq9pdjgZXr/src/github.com/opencontainers/runc
18:03:11 [2020-10-05T18:03:11.449Z] #51 1.729 Cloning into '/tmp/tmp.Gq9pdjgZXr/src/github.com/opencontainers/runc'...
18:03:11 [2020-10-05T18:03:11.566Z] 
18:03:11 [2020-10-05T18:03:11.566Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:11 [2020-10-05T18:03:11.693Z] #41 42.69   CC       compel/plugins/std/string.o
18:03:11 [2020-10-05T18:03:11.866Z] #18 0.588 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
18:03:12 [2020-10-05T18:03:12.188Z] #18 0.721 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
18:03:12 [2020-10-05T18:03:12.188Z] #18 0.922 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
18:03:12 [2020-10-05T18:03:12.256Z] #41 ...
18:03:12 [2020-10-05T18:03:12.256Z] 
18:03:12 [2020-10-05T18:03:12.256Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
18:03:12 [2020-10-05T18:03:12.256Z] #11 93.03 Selecting previously unselected package libapparmor1:amd64.
18:03:12 [2020-10-05T18:03:12.256Z] #11 93.04 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
18:03:12 [2020-10-05T18:03:12.256Z] #11 93.04 Unpacking libapparmor1:amd64 (2.13.2-10) ...
18:03:12 [2020-10-05T18:03:12.256Z] #11 93.18 Selecting previously unselected package libapparmor-dev:amd64.
18:03:12 [2020-10-05T18:03:12.256Z] #11 93.18 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
18:03:12 [2020-10-05T18:03:12.256Z] #11 93.19 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
18:03:12 [2020-10-05T18:03:12.256Z] #11 93.31 Selecting previously unselected package libbtrfs0.
18:03:12 [2020-10-05T18:03:12.338Z] #14 0.925 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
18:03:12 [2020-10-05T18:03:12.338Z] #14 DONE 1.1s
18:03:12 [2020-10-05T18:03:12.338Z] 
18:03:12 [2020-10-05T18:03:12.338Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
18:03:12 [2020-10-05T18:03:12.513Z] #11 93.32 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
18:03:12 [2020-10-05T18:03:12.513Z] #11 93.33 Unpacking libbtrfs0 (4.20.1-2) ...
18:03:12 [2020-10-05T18:03:12.513Z] #11 93.41 Selecting previously unselected package libbtrfs-dev.
18:03:12 [2020-10-05T18:03:12.513Z] #11 93.42 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
18:03:12 [2020-10-05T18:03:12.513Z] #11 93.43 Unpacking libbtrfs-dev (4.20.1-2) ...
18:03:12 [2020-10-05T18:03:12.519Z] #51 ...
18:03:12 [2020-10-05T18:03:12.519Z] 
18:03:12 [2020-10-05T18:03:12.519Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
18:03:12 [2020-10-05T18:03:12.519Z] #13 DONE 1.6s
18:03:12 [2020-10-05T18:03:12.770Z] #11 93.54 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
18:03:12 [2020-10-05T18:03:12.770Z] #11 93.54 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
18:03:12 [2020-10-05T18:03:12.770Z] #11 93.54 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
18:03:12 [2020-10-05T18:03:12.770Z] #11 93.62 Selecting previously unselected package libudev-dev:amd64.
18:03:12 [2020-10-05T18:03:12.770Z] #11 93.63 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
18:03:12 [2020-10-05T18:03:12.770Z] #11 93.65 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
18:03:12 [2020-10-05T18:03:12.783Z] 
18:03:12 [2020-10-05T18:03:12.783Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
18:03:13 [2020-10-05T18:03:13.027Z] #11 93.79 Selecting previously unselected package libsepol1-dev:amd64.
18:03:13 [2020-10-05T18:03:13.027Z] #11 93.80 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
18:03:13 [2020-10-05T18:03:13.027Z] #11 93.81 Unpacking libsepol1-dev:amd64 (2.8-1) ...
18:03:13 [2020-10-05T18:03:13.272Z] #15 DONE 1.0s
18:03:13 [2020-10-05T18:03:13.272Z] 
18:03:13 [2020-10-05T18:03:13.272Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
18:03:13 [2020-10-05T18:03:13.275Z] #18 1.841 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
18:03:13 [2020-10-05T18:03:13.283Z] #11 94.12 Selecting previously unselected package libpcre16-3:amd64.
18:03:13 [2020-10-05T18:03:13.283Z] #11 94.13 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
18:03:13 [2020-10-05T18:03:13.283Z] #11 94.13 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
18:03:13 [2020-10-05T18:03:13.283Z] #11 94.32 Selecting previously unselected package libpcre32-3:amd64.
18:03:13 [2020-10-05T18:03:13.283Z] #11 94.32 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
18:03:13 [2020-10-05T18:03:13.540Z] #11 94.33 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
18:03:13 [2020-10-05T18:03:13.735Z] #14 1.174 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
18:03:13 [2020-10-05T18:03:13.796Z] #11 94.49 Selecting previously unselected package libpcrecpp0v5:amd64.
18:03:13 [2020-10-05T18:03:13.796Z] #11 94.50 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
18:03:13 [2020-10-05T18:03:13.796Z] #11 94.51 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
18:03:13 [2020-10-05T18:03:13.796Z] #11 94.65 Selecting previously unselected package libpcre3-dev:amd64.
18:03:13 [2020-10-05T18:03:13.796Z] #11 94.67 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
18:03:13 [2020-10-05T18:03:13.796Z] #11 94.68 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
18:03:14 [2020-10-05T18:03:14.317Z] #14 DONE 1.7s
18:03:14 [2020-10-05T18:03:14.317Z] 
18:03:14 [2020-10-05T18:03:14.317Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
18:03:14 [2020-10-05T18:03:14.358Z] #11 95.17 Selecting previously unselected package libselinux1-dev:amd64.
18:03:14 [2020-10-05T18:03:14.358Z] #11 95.20 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
18:03:14 [2020-10-05T18:03:14.358Z] #11 95.20 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
18:03:14 [2020-10-05T18:03:14.614Z] #11 95.51 Selecting previously unselected package libdevmapper-dev:amd64.
18:03:14 [2020-10-05T18:03:14.614Z] #11 95.52 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
18:03:14 [2020-10-05T18:03:14.614Z] #11 95.54 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
18:03:14 [2020-10-05T18:03:14.615Z] #11 95.63 Selecting previously unselected package libseccomp-dev:amd64.
18:03:14 [2020-10-05T18:03:14.615Z] #11 95.64 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
18:03:14 [2020-10-05T18:03:14.648Z] #16 DONE 1.1s
18:03:14 [2020-10-05T18:03:14.648Z] 
18:03:14 [2020-10-05T18:03:14.648Z] #17 [dev-systemd-false  6/26] RUN ldconfig
18:03:14 [2020-10-05T18:03:14.818Z] #18 3.312 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [224 kB]
18:03:14 [2020-10-05T18:03:14.871Z] #11 95.65 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
18:03:14 [2020-10-05T18:03:14.871Z] #11 95.78 Selecting previously unselected package libsystemd-dev:amd64.
18:03:14 [2020-10-05T18:03:14.871Z] #11 95.78 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
18:03:14 [2020-10-05T18:03:14.871Z] #11 95.79 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
18:03:15 [2020-10-05T18:03:15.214Z] #17 DONE 1.0s
18:03:15 [2020-10-05T18:03:15.215Z] 
18:03:15 [2020-10-05T18:03:15.215Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:15 [2020-10-05T18:03:15.215Z] #41 51.78   CC       compel/src/lib/ptrace.o
18:03:15 [2020-10-05T18:03:15.215Z] #41 52.28   AR       compel/libcompel.a
18:03:15 [2020-10-05T18:03:15.215Z] #41 52.39   HOSTCC   compel/src/main-host.o
18:03:15 [2020-10-05T18:03:15.215Z] #41 52.80   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
18:03:15 [2020-10-05T18:03:15.215Z] #41 53.03   HOSTCC   compel/src/lib/handle-elf-host.o
18:03:15 [2020-10-05T18:03:15.215Z] #41 53.49   HOSTCC   compel/src/lib/log-host.o
18:03:15 [2020-10-05T18:03:15.215Z] #41 53.69   HOSTLINK compel/compel-host-bin
18:03:15 [2020-10-05T18:03:15.215Z] #41 53.84   DEP      soccr/soccr.d
18:03:15 [2020-10-05T18:03:15.215Z] #41 54.15   CC       soccr/soccr.o
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.30 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.32 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.33 Setting up libapparmor1:amd64 (2.13.2-10) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.34 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.35 Setting up libpcre16-3:amd64 (2:8.39-12) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.36 Setting up libsepol1-dev:amd64 (2.8-1) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.37 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.38 Setting up libbtrfs0 (4.20.1-2) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.39 Setting up libpcre32-3:amd64 (2:8.39-12) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.40 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
18:03:15 [2020-10-05T18:03:15.434Z] #11 96.42 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.43 Setting up libbtrfs-dev (4.20.1-2) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.44 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.46 Setting up mingw-w64-common (6.0.0-3) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.47 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.48 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.49 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.50 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.51 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
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.52 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
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.53 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.54 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
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.54 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
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.55 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.56 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.57 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.59 Setting up dmsetup (2:1.02.155-3) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.60 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.61 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
18:03:15 [2020-10-05T18:03:15.691Z] #11 96.63 Processing triggers for libc-bin (2.28-10) ...
18:03:16 [2020-10-05T18:03:16.153Z] #41 56.20   AR       soccr/libsoccr.a
18:03:16 [2020-10-05T18:03:16.252Z] #15 DONE 1.6s
18:03:16 [2020-10-05T18:03:16.253Z] 
18:03:16 [2020-10-05T18:03:16.253Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:16 [2020-10-05T18:03:16.253Z] #41 34.41   CC       images/userns.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 34.80   CC       images/google/protobuf/descriptor.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 36.75   CC       images/opts.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 36.90   CC       images/seccomp.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 37.33   CC       images/binfmt-misc.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 37.64   CC       images/time.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 37.91   CC       images/sysctl.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 38.15   CC       images/autofs.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 38.37   CC       images/macvlan.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 38.69   CC       images/sit.o
18:03:16 [2020-10-05T18:03:16.253Z] #41 38.87   CC       images/memfd.o
18:03:16 [2020-10-05T18:03:16.357Z] #18 4.660 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
18:03:16 [2020-10-05T18:03:16.416Z] #41 56.24 make[1]: 'soccr/libsoccr.a' is up to date.
18:03:16 [2020-10-05T18:03:16.416Z] #41 56.49   DEP      criu/arch/x86/sigframe.d
18:03:16 [2020-10-05T18:03:16.675Z] #41 56.61   DEP      criu/arch/x86/sigaction_compat.d
18:03:16 [2020-10-05T18:03:16.675Z] #41 56.68   DEP      criu/arch/x86/kerndat.d
18:03:16 [2020-10-05T18:03:16.687Z] #41 39.18   CC       images/timens.o
18:03:16 [2020-10-05T18:03:16.935Z] #41 56.85   DEP      criu/arch/x86/crtools.d
18:03:17 [2020-10-05T18:03:17.194Z] #41 57.01   DEP      criu/arch/x86/cpu.d
18:03:17 [2020-10-05T18:03:17.194Z] #41 57.17   CC       criu/arch/x86/cpu.o
18:03:17 [2020-10-05T18:03:17.265Z] #41 39.65   LINK     images/built-in.o
18:03:17 [2020-10-05T18:03:17.265Z] #41 39.82   GEN      compel/include/asm
18:03:17 [2020-10-05T18:03:17.265Z] #41 39.86   GEN      compel/include/version.h
18:03:17 [2020-10-05T18:03:17.265Z] #41 39.88 touch .config
18:03:17 [2020-10-05T18:03:17.265Z] #41 39.96   GEN      include/common/config.h
18:03:17 [2020-10-05T18:03:17.425Z] #18 ...
18:03:17 [2020-10-05T18:03:17.425Z] 
18:03:17 [2020-10-05T18:03:17.425Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:17 [2020-10-05T18:03:17.425Z] #41 49.69   CC       compel/plugins/std/string.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 50.62   CC       compel/plugins/std/infect.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 51.15   CC       compel/arch/ppc64/plugins/std/parasite-head.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 51.24   CC       compel/arch/ppc64/plugins/std/memcpy.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 51.32   CC       compel/arch/ppc64/plugins/std/memcmp.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 51.39   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 51.47   AR       compel/plugins/std.lib.a
18:03:17 [2020-10-05T18:03:17.425Z] #41 51.54   CC       compel/plugins/fds/fds.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 52.01   AR       compel/plugins/fds.lib.a
18:03:17 [2020-10-05T18:03:17.425Z] #41 52.08   HOSTDEP  compel/src/lib/log-host.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 52.16   HOSTDEP  compel/src/lib/handle-elf-host.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 52.32   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 52.40   HOSTDEP  compel/src/main-host.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 52.51   DEP      compel/src/lib/ptrace.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 52.67   DEP      compel/src/lib/infect.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 52.86   DEP      compel/src/lib/infect-util.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 53.00   DEP      compel/src/lib/infect-rpc.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 53.13   DEP      compel/arch/ppc64/src/lib/infect.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 53.22   DEP      compel/arch/ppc64/src/lib/cpu.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 53.31   DEP      compel/src/lib/log.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 53.46   DEP      compel/src/main.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 53.55   DEP      compel/src/lib/handle-elf.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 53.66   DEP      compel/arch/ppc64/src/lib/handle-elf.d
18:03:17 [2020-10-05T18:03:17.425Z] #41 53.83   CC       compel/src/lib/log.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 54.05   CC       compel/arch/ppc64/src/lib/cpu.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 54.34   CC       compel/arch/ppc64/src/lib/infect.o
18:03:17 [2020-10-05T18:03:17.425Z] #41 55.19   CC       compel/src/lib/infect-rpc.o
18:03:17 [2020-10-05T18:03:17.529Z] #41 40.07   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
18:03:17 [2020-10-05T18:03:17.530Z] #41 40.08   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
18:03:17 [2020-10-05T18:03:17.530Z] #41 40.14   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
18:03:17 [2020-10-05T18:03:17.530Z] #41 40.17   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
18:03:17 [2020-10-05T18:03:17.727Z] #41 55.54   CC       compel/src/lib/infect-util.o
18:03:17 [2020-10-05T18:03:17.793Z] #41 40.18   DEP      compel/plugins/std/infect.d
18:03:17 [2020-10-05T18:03:17.793Z] #41 40.29   DEP      compel/plugins/std/string.d
18:03:17 [2020-10-05T18:03:17.793Z] #41 ...
18:03:17 [2020-10-05T18:03:17.793Z] 
18:03:17 [2020-10-05T18:03:17.793Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
18:03:17 [2020-10-05T18:03:17.793Z] #16 DONE 1.8s
18:03:17 [2020-10-05T18:03:17.793Z] 
18:03:17 [2020-10-05T18:03:17.793Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:17 [2020-10-05T18:03:17.793Z] #51 8.496 + cd /tmp/tmp.Gq9pdjgZXr/src/github.com/opencontainers/runc
18:03:17 [2020-10-05T18:03:17.793Z] #51 8.496 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
18:03:18 [2020-10-05T18:03:18.028Z] #41 55.80   CC       compel/src/lib/infect.o
18:03:18 [2020-10-05T18:03:18.132Z] #41 57.86   CC       criu/arch/x86/crtools.o
18:03:18 [2020-10-05T18:03:18.254Z] #11 DONE 98.8s
18:03:18 [2020-10-05T18:03:18.254Z] 
18:03:18 [2020-10-05T18:03:18.254Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:03:18 [2020-10-05T18:03:18.254Z] #56 87.74 + for f in rootlesskit rootlesskit-docker-proxy
18:03:18 [2020-10-05T18:03:18.254Z] #56 87.74 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
18:03:18 [2020-10-05T18:03:18.254Z] #56 DONE 94.4s
18:03:18 [2020-10-05T18:03:18.254Z] 
18:03:18 [2020-10-05T18:03:18.254Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
18:03:18 [2020-10-05T18:03:18.254Z] #57 DONE 0.1s
18:03:18 [2020-10-05T18:03:18.254Z] 
18:03:18 [2020-10-05T18:03:18.254Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:18 [2020-10-05T18:03:18.254Z] #51 ...
18:03:18 [2020-10-05T18:03:18.254Z] 
18:03:18 [2020-10-05T18:03:18.254Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
18:03:18 [2020-10-05T18:03:18.254Z] #58 DONE 0.1s
18:03:18 [2020-10-05T18:03:18.254Z] 
18:03:18 [2020-10-05T18:03:18.254Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:18 [2020-10-05T18:03:18.254Z] #41 43.26   CC       compel/plugins/std/infect.o
18:03:18 [2020-10-05T18:03:18.254Z] #41 43.68   CC       compel/arch/x86/plugins/std/parasite-head.o
18:03:18 [2020-10-05T18:03:18.254Z] #41 43.76   CC       compel/arch/x86/plugins/std/memcpy.o
18:03:18 [2020-10-05T18:03:18.254Z] #41 43.82   CC       compel/arch/x86/plugins/std/syscalls-64.o
18:03:18 [2020-10-05T18:03:18.254Z] #41 43.88   AR       compel/plugins/std.lib.a
18:03:18 [2020-10-05T18:03:18.254Z] #41 43.99   CC       compel/plugins/fds/fds.o
18:03:18 [2020-10-05T18:03:18.254Z] #41 44.23   AR       compel/plugins/fds.lib.a
18:03:18 [2020-10-05T18:03:18.254Z] #41 44.28   HOSTDEP  compel/src/lib/log-host.d
18:03:18 [2020-10-05T18:03:18.254Z] #41 44.41   HOSTDEP  compel/src/lib/handle-elf-host.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 44.50   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 44.56   HOSTDEP  compel/src/main-host.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 44.65   DEP      compel/src/lib/ptrace.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 44.81   DEP      compel/src/lib/infect.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 44.98   DEP      compel/src/lib/infect-util.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 45.07   DEP      compel/src/lib/infect-rpc.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 45.16   DEP      compel/arch/x86/src/lib/infect.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 45.35   DEP      compel/arch/x86/src/lib/cpu.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 45.43   DEP      compel/src/lib/log.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 45.49   DEP      compel/src/main.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 45.57   DEP      compel/src/lib/handle-elf.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 45.67   DEP      compel/arch/x86/src/lib/handle-elf.d
18:03:18 [2020-10-05T18:03:18.255Z] #41 45.76   CC       compel/src/lib/log.o
18:03:18 [2020-10-05T18:03:18.255Z] #41 46.02   CC       compel/arch/x86/src/lib/cpu.o
18:03:18 [2020-10-05T18:03:18.255Z] #41 46.86   CC       compel/arch/x86/src/lib/infect.o
18:03:18 [2020-10-05T18:03:18.255Z] #41 47.66   CC       compel/src/lib/infect-rpc.o
18:03:18 [2020-10-05T18:03:18.255Z] #41 47.94   CC       compel/src/lib/infect-util.o
18:03:18 [2020-10-05T18:03:18.255Z] #41 48.15   CC       compel/src/lib/infect.o
18:03:18 [2020-10-05T18:03:18.336Z] #41 ...
18:03:18 [2020-10-05T18:03:18.336Z] 
18:03:18 [2020-10-05T18:03:18.336Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:18 [2020-10-05T18:03:18.336Z] #51 9.421 + cd /tmp/tmp.I51AuLnnkC/src/github.com/opencontainers/runc
18:03:18 [2020-10-05T18:03:18.336Z] #51 9.423 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
18:03:18 [2020-10-05T18:03:18.370Z] #51 8.880 + '[' -z '' ']'
18:03:18 [2020-10-05T18:03:18.370Z] #51 8.880 + target=static
18:03:18 [2020-10-05T18:03:18.370Z] #51 8.880 + make 'BUILDTAGS=seccomp apparmor selinux ' static
18:03:18 [2020-10-05T18:03:18.634Z] #51 9.348 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
18:03:18 [2020-10-05T18:03:18.642Z] #51 9.674 + '[' -z '' ']'
18:03:18 [2020-10-05T18:03:18.642Z] #51 9.674 + target=static
18:03:18 [2020-10-05T18:03:18.642Z] #51 9.675 + make 'BUILDTAGS=seccomp apparmor selinux ' static
18:03:18 [2020-10-05T18:03:18.700Z] #41 ...
18:03:18 [2020-10-05T18:03:18.700Z] 
18:03:18 [2020-10-05T18:03:18.700Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:18 [2020-10-05T18:03:18.700Z] #51 11.16 + cd /tmp/tmp.IEZkgVynO3/src/github.com/opencontainers/runc
18:03:18 [2020-10-05T18:03:18.700Z] #51 11.16 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
18:03:18 [2020-10-05T18:03:18.941Z] #51 10.06 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
18:03:19 [2020-10-05T18:03:19.269Z] #51 11.52 + '[' -z '' ']'
18:03:19 [2020-10-05T18:03:19.269Z] #51 11.52 + target=static
18:03:19 [2020-10-05T18:03:19.269Z] #51 11.52 + make 'BUILDTAGS=seccomp apparmor selinux ' static
18:03:19 [2020-10-05T18:03:19.269Z] #51 11.88 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
18:03:19 [2020-10-05T18:03:19.592Z] #51 ...
18:03:19 [2020-10-05T18:03:19.592Z] 
18:03:19 [2020-10-05T18:03:19.592Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:19 [2020-10-05T18:03:19.592Z] #43 82.37 github.com/LK4D4/vndr/build
18:03:19 [2020-10-05T18:03:19.592Z] #43 86.64 vendor/golang.org/x/text/unicode/norm
18:03:19 [2020-10-05T18:03:19.592Z] #43 91.32 vendor/golang.org/x/net/http2/hpack
18:03:19 [2020-10-05T18:03:19.705Z] #41 ...
18:03:19 [2020-10-05T18:03:19.705Z] 
18:03:19 [2020-10-05T18:03:19.705Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:19 [2020-10-05T18:03:19.705Z] #43 85.81 net/http/httptrace
18:03:19 [2020-10-05T18:03:19.705Z] #43 86.01 net/http
18:03:19 [2020-10-05T18:03:19.705Z] #43 ...
18:03:19 [2020-10-05T18:03:19.705Z] 
18:03:19 [2020-10-05T18:03:19.705Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
18:03:19 [2020-10-05T18:03:19.962Z] #12 DONE 2.0s
18:03:19 [2020-10-05T18:03:19.962Z] 
18:03:19 [2020-10-05T18:03:19.962Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:19 [2020-10-05T18:03:19.962Z] #41 51.09   CC       compel/src/lib/ptrace.o
18:03:20 [2020-10-05T18:03:20.036Z] #51 ...
18:03:20 [2020-10-05T18:03:20.036Z] 
18:03:20 [2020-10-05T18:03:20.036Z] #17 [dev-systemd-false  6/26] RUN ldconfig
18:03:20 [2020-10-05T18:03:20.036Z] #17 DONE 2.1s
18:03:20 [2020-10-05T18:03:20.036Z] 
18:03:20 [2020-10-05T18:03:20.036Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:20 [2020-10-05T18:03:20.658Z] #43 ...
18:03:20 [2020-10-05T18:03:20.658Z] 
18:03:20 [2020-10-05T18:03:20.658Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:20 [2020-10-05T18:03:20.658Z] #41 58.53   CC       compel/src/lib/ptrace.o
18:03:20 [2020-10-05T18:03:20.891Z] #41 51.89   AR       compel/libcompel.a
18:03:20 [2020-10-05T18:03:20.891Z] #41 52.06   HOSTCC   compel/src/main-host.o
18:03:20 [2020-10-05T18:03:20.999Z] #18 ...
18:03:20 [2020-10-05T18:03:20.999Z] 
18:03:20 [2020-10-05T18:03:20.999Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:03:20 [2020-10-05T18:03:20.999Z] #30 DONE 101.6s
18:03:21 [2020-10-05T18:03:21.263Z] 
18:03:21 [2020-10-05T18:03:21.263Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:03:21 [2020-10-05T18:03:21.363Z] #41 59.04   AR       compel/libcompel.a
18:03:21 [2020-10-05T18:03:21.363Z] #41 59.12   HOSTCC   compel/src/main-host.o
18:03:21 [2020-10-05T18:03:21.498Z] #41 52.48   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
18:03:21 [2020-10-05T18:03:21.498Z] #41 ...
18:03:21 [2020-10-05T18:03:21.498Z] 
18:03:21 [2020-10-05T18:03:21.498Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
18:03:21 [2020-10-05T18:03:21.498Z] #13 DONE 1.6s
18:03:21 [2020-10-05T18:03:21.662Z] #41 59.40   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
18:03:21 [2020-10-05T18:03:21.755Z] 
18:03:21 [2020-10-05T18:03:21.755Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:21 [2020-10-05T18:03:21.755Z] #41 52.69   HOSTCC   compel/src/lib/handle-elf-host.o
18:03:21 [2020-10-05T18:03:21.960Z] #41 59.59   HOSTCC   compel/src/lib/handle-elf-host.o
18:03:22 [2020-10-05T18:03:22.012Z] #41 53.18   HOSTCC   compel/src/lib/log-host.o
18:03:22 [2020-10-05T18:03:22.259Z] #41 59.98   HOSTCC   compel/src/lib/log-host.o
18:03:22 [2020-10-05T18:03:22.558Z] #41 60.15   HOSTLINK compel/compel-host-bin
18:03:22 [2020-10-05T18:03:22.558Z] #41 60.32   DEP      soccr/soccr.d
18:03:22 [2020-10-05T18:03:22.575Z] #41 53.52   HOSTLINK compel/compel-host-bin
18:03:22 [2020-10-05T18:03:22.575Z] #41 ...
18:03:22 [2020-10-05T18:03:22.575Z] 
18:03:22 [2020-10-05T18:03:22.575Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
18:03:22 [2020-10-05T18:03:22.575Z] #14 0.921 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
18:03:22 [2020-10-05T18:03:22.575Z] #14 DONE 1.1s
18:03:22 [2020-10-05T18:03:22.575Z] 
18:03:22 [2020-10-05T18:03:22.575Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:22 [2020-10-05T18:03:22.575Z] #41 53.70   DEP      soccr/soccr.d
18:03:22 [2020-10-05T18:03:22.857Z] #41 60.57   CC       soccr/soccr.o
18:03:23 [2020-10-05T18:03:23.210Z] #41 53.96   CC       soccr/soccr.o
18:03:23 [2020-10-05T18:03:23.445Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
18:03:23 [2020-10-05T18:03:23.445Z] 
18:03:23 [2020-10-05T18:03:23.445Z]  ________   ____  __.
18:03:23 [2020-10-05T18:03:23.445Z]  \_____  \ |    |/ _|
18:03:23 [2020-10-05T18:03:23.445Z]  /   |   \|      <
18:03:23 [2020-10-05T18:03:23.445Z]  /    |    \    |  \
18:03:23 [2020-10-05T18:03:23.445Z]  \_______  /____|__ \
18:03:23 [2020-10-05T18:03:23.445Z]          \/        \/
18:03:23 [2020-10-05T18:03:23.445Z] 
18:03:23 [2020-10-05T18:03:23.445Z] INFO: make.ps1 ended at 10/05/2020 18:03:17
18:03:23 [2020-10-05T18:03:23.445Z] INFO: Binaries build ended at 10/05/2020 18:03:20. Duration:00:01:14.0561625
18:03:23 [2020-10-05T18:03:23.445Z] INFO: Copying the built daemon binary to d:\CI\PR-41527\4\binary\dockerd-cf7a5be0f2.exe...
18:03:23 [2020-10-05T18:03:23.445Z] INFO: Copying the built client binary to d:\CI\PR-41527\4\binary\docker-cf7a5be0f2.exe...
18:03:23 [2020-10-05T18:03:23.445Z] INFO: Copying dockerversion from the container...
18:03:23 [2020-10-05T18:03:23.445Z] INFO: Copying the golang package from the container to d:\CI\PR-41527\4\installer\go.zip...
18:03:23 [2020-10-05T18:03:23.640Z] #22 97.75 Checking out files:  23% (2609/10987)   
Checking out files:  24% (2637/10987)   
Checking out files:  25% (2747/10987)   
Checking out files:  26% (2857/10987)   
Checking out files:  27% (2967/10987)   
Checking out files:  28% (3077/10987)   
Checking out files:  29% (3187/10987)   
Checking out files:  30% (3297/10987)   
Checking out files:  31% (3406/10987)   
Checking out files:  32% (3516/10987)   
Checking out files:  33% (3626/10987)   
Checking out files:  34% (3736/10987)   
Checking out files:  35% (3846/10987)   
Checking out files:  36% (3956/10987)   
Checking out files:  37% (4066/10987)   
Checking out files:  38% (4176/10987)   
Checking out files:  39% (4285/10987)   
Checking out files:  39% (4364/10987)   
Checking out files:  40% (4395/10987)   
Checking out files:  41% (4505/10987)   
Checking out files:  42% (4615/10987)   
Checking out files:  43% (4725/10987)   
Checking out files:  44% (4835/10987)   
Checking out files:  45% (4945/10987)   
Checking out files:  46% (5055/10987)   
Checking out files:  47% (5164/10987)   
Checking out files:  48% (5274/10987)   
Checking out files:  49% (5384/10987)   
Checking out files:  50% (5494/10987)   
Checking out files:  51% (5604/10987)   
Checking out files:  52% (5714/10987)   
Checking out files:  53% (5824/10987)   
Checking out files:  54% (5933/10987)   
Checking out files:  55% (6043/10987)   
Checking out files:  56% (6153/10987)   
Checking out files:  57% (6263/10987)   
Checking out files:  58% (6373/10987)   
Checking out files:  59% (6483/10987)   
Checking out files:  60% (6593/10987)   
Checking out files:  61% (6703/10987)   
Checking out files:  62% (6812/10987)   
Checking out files:  63% (6922/10987)   
Checking out files:  64% (7032/10987)   
Checking out files:  65% (7142/10987)   
Checking out files:  66% (7252/10987)   
Checking out files:  67% (7362/10987)   
Checking out files:  68% (7472/10987)   
Checking out files:  68% (7552/10987)   
Checking out files:  69% (7582/10987)   
Checking out files:  70% (7691/10987)   
Checking out files:  71% (7801/10987)   
Checking out files:  72% (7911/10987)   
Checking out files:  73% (8021/10987)   
Checking out files:  74% (8131/10987)   
Checking out files:  75% (8241/10987)   
Checking out files:  76% (8351/10987)   
Checking out files:  77% (8460/10987)   
Checking out files:  78% (8570/10987)   
Checking out files:  79% (8680/10987)   
Checking out files:  80% (8790/10987)   
Checking out files:  81% (8900/10987)   
Checking out files:  82% (9010/10987)   
Checking out files:  83% (9120/10987)   
Checking out files:  84% (9230/10987)   
Checking out files:  85% (9339/10987)   
Checking out files:  86% (9449/10987)   
Checking out files:  87% (9559/10987)   
Checking out files:  88% (9669/10987)   
Checking out files:  89% (9779/10987)   
18:03:23 [2020-10-05T18:03:23.640Z] #22 ...
18:03:23 [2020-10-05T18:03:23.640Z] 
18:03:23 [2020-10-05T18:03:23.640Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:23 [2020-10-05T18:03:23.640Z] #43 91.42 github.com/LK4D4/vndr/godl
18:03:23 [2020-10-05T18:03:23.640Z] #43 91.98 github.com/LK4D4/vndr
18:03:23 [2020-10-05T18:03:23.640Z] #43 DONE 100.4s
18:03:23 [2020-10-05T18:03:23.640Z] 
18:03:23 [2020-10-05T18:03:23.640Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:03:23 [2020-10-05T18:03:23.809Z] #41 ...
18:03:23 [2020-10-05T18:03:23.809Z] 
18:03:23 [2020-10-05T18:03:23.809Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
18:03:23 [2020-10-05T18:03:23.809Z] #15 DONE 1.2s
18:03:24 [2020-10-05T18:03:24.073Z] 
18:03:24 [2020-10-05T18:03:24.073Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
18:03:24 [2020-10-05T18:03:24.168Z] #22 97.75 Checking out files:  23% (2609/10987)   
Checking out files:  24% (2637/10987)   
Checking out files:  25% (2747/10987)   
Checking out files:  26% (2857/10987)   
Checking out files:  27% (2967/10987)   
Checking out files:  28% (3077/10987)   
Checking out files:  29% (3187/10987)   
Checking out files:  30% (3297/10987)   
Checking out files:  31% (3406/10987)   
Checking out files:  32% (3516/10987)   
Checking out files:  33% (3626/10987)   
Checking out files:  34% (3736/10987)   
Checking out files:  35% (3846/10987)   
Checking out files:  36% (3956/10987)   
Checking out files:  37% (4066/10987)   
Checking out files:  38% (4176/10987)   
Checking out files:  39% (4285/10987)   
Checking out files:  39% (4364/10987)   
Checking out files:  40% (4395/10987)   
Checking out files:  41% (4505/10987)   
Checking out files:  42% (4615/10987)   
Checking out files:  43% (4725/10987)   
Checking out files:  44% (4835/10987)   
Checking out files:  45% (4945/10987)   
Checking out files:  46% (5055/10987)   
Checking out files:  47% (5164/10987)   
Checking out files:  48% (5274/10987)   
Checking out files:  49% (5384/10987)   
Checking out files:  50% (5494/10987)   
Checking out files:  51% (5604/10987)   
Checking out files:  52% (5714/10987)   
Checking out files:  53% (5824/10987)   
Checking out files:  54% (5933/10987)   
Checking out files:  55% (6043/10987)   
Checking out files:  56% (6153/10987)   
Checking out files:  57% (6263/10987)   
Checking out files:  58% (6373/10987)   
Checking out files:  59% (6483/10987)   
Checking out files:  60% (6593/10987)   
Checking out files:  61% (6703/10987)   
Checking out files:  62% (6812/10987)   
Checking out files:  63% (6922/10987)   
Checking out files:  64% (7032/10987)   
Checking out files:  65% (7142/10987)   
Checking out files:  66% (7252/10987)   
Checking out files:  67% (7362/10987)   
Checking out files:  68% (7472/10987)   
Checking out files:  68% (7552/10987)   
Checking out files:  69% (7582/10987)   
Checking out files:  70% (7691/10987)   
Checking out files:  71% (7801/10987)   
Checking out files:  72% (7911/10987)   
Checking out files:  73% (8021/10987)   
Checking out files:  74% (8131/10987)   
Checking out files:  75% (8241/10987)   
Checking out files:  76% (8351/10987)   
Checking out files:  77% (8460/10987)   
Checking out files:  78% (8570/10987)   
Checking out files:  79% (8680/10987)   
Checking out files:  80% (8790/10987)   
Checking out files:  81% (8900/10987)   
Checking out files:  82% (9010/10987)   
Checking out files:  83% (9120/10987)   
Checking out files:  84% (9230/10987)   
Checking out files:  85% (9339/10987)   
Checking out files:  86% (9449/10987)   
Checking out files:  87% (9559/10987)   
Checking out files:  88% (9669/10987)   
Checking out files:  89% (9779/10987)   
Checking out files:  90% (9889/10987)   
Checking out files:  91% (9999/10987)   
Checking out files:  92% (10109/10987)   
Checking out files:  93% (10218/10987)   
Checking out files:  94% (10328/10987)   
Checking out files:  95% (10438/10987)   
Checking out files:  96% (10548/10987)   
Checking out files:  97% (10658/10987)   
Checking out files:  98% (10768/10987)   
Checking out files:  99% (10878/10987)   
Checking out files:  99% (10909/10987)   
Checking out files: 100% (10987/10987)   
Checking out files: 100% (10987/10987), done.
18:03:24 [2020-10-05T18:03:24.168Z] #22 100.8 + cd /tmp/tmp.0gXGM9Rh9T/tmp/docker-ce
18:03:24 [2020-10-05T18:03:24.168Z] #22 100.8 + git checkout -q v17.06.2-ce
18:03:24 [2020-10-05T18:03:24.983Z] #41 62.58   AR       soccr/libsoccr.a
18:03:24 [2020-10-05T18:03:24.983Z] #41 62.63 make[1]: 'soccr/libsoccr.a' is up to date.
18:03:25 [2020-10-05T18:03:25.002Z] #16 DONE 1.1s
18:03:25 [2020-10-05T18:03:25.002Z] 
18:03:25 [2020-10-05T18:03:25.002Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 + RM_GOPATH=0
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 + TMP_GOPATH=
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 + : /build
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 + '[' -z '' ']'
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 ++ mktemp -d
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 + export GOPATH=/tmp/tmp.Aq0fDEmXLD
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 + GOPATH=/tmp/tmp.Aq0fDEmXLD
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 + RM_GOPATH=1
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 + case "$(go env GOARCH)" in
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.215 ++ go env GOARCH
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.221 + export GO_BUILDMODE=-buildmode=pie
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.221 + GO_BUILDMODE=-buildmode=pie
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.221 ++ dirname /tmp/install/install.sh
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 + dir=/tmp/install
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 + bin=runc
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 + shift
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 + '[' '!' -f /tmp/install/runc.installer ']'
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 + . /tmp/install/runc.installer
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 + install_runc
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 + uname -r
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.229 + grep -q '^3\.10\.0.*\.el7\.'
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.242 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.243 + RUNC_BUILDTAGS='seccomp apparmor selinux '
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.243 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.243 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Aq0fDEmXLD/src/github.com/opencontainers/runc
18:03:25 [2020-10-05T18:03:25.002Z] #51 2.261 Cloning into '/tmp/tmp.Aq0fDEmXLD/src/github.com/opencontainers/runc'...
18:03:25 [2020-10-05T18:03:25.003Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
18:03:25 [2020-10-05T18:03:25.003Z] ok  	github.com/docker/docker/api/server/httputils	0.003s	coverage: 14.7% of statements
18:03:25 [2020-10-05T18:03:25.003Z] ok  	github.com/docker/docker/api/server/middleware	0.012s	coverage: 37.7% of statements
18:03:25 [2020-10-05T18:03:25.003Z] ?   	github.com/docker/docker/api/server/router	[no test files]
18:03:25 [2020-10-05T18:03:25.003Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
18:03:25 [2020-10-05T18:03:25.003Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
18:03:25 [2020-10-05T18:03:25.634Z] #41 63.16   DEP      criu/arch/ppc64/sigframe.d
18:03:25 [2020-10-05T18:03:25.634Z] #41 63.33   DEP      criu/arch/ppc64/crtools.d
18:03:25 [2020-10-05T18:03:25.644Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
18:03:25 [2020-10-05T18:03:25.644Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
18:03:25 [2020-10-05T18:03:25.644Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
18:03:25 [2020-10-05T18:03:25.644Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
18:03:25 [2020-10-05T18:03:25.644Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
18:03:25 [2020-10-05T18:03:25.644Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
18:03:25 [2020-10-05T18:03:25.840Z] #51 ...
18:03:25 [2020-10-05T18:03:25.840Z] 
18:03:25 [2020-10-05T18:03:25.840Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:25 [2020-10-05T18:03:25.840Z] #43 97.13 github.com/LK4D4/vndr/godl
18:03:25 [2020-10-05T18:03:25.840Z] #43 98.18 github.com/LK4D4/vndr
18:03:25 [2020-10-05T18:03:25.840Z] #43 ...
18:03:25 [2020-10-05T18:03:25.840Z] 
18:03:25 [2020-10-05T18:03:25.840Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:25 [2020-10-05T18:03:25.840Z] #41 59.15   CC       criu/arch/x86/kerndat.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 59.75   CC       criu/arch/x86/sigaction_compat.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 60.04   CC       criu/arch/x86/sigframe.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 60.29   LINK     criu/arch/x86/crtools.built-in.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 60.35   DEP      criu/pie/util-vdso-elf32.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 60.49   DEP      criu/pie/util-vdso.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 60.69   DEP      criu/pie/util.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 60.81   CC       criu/pie/util.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 61.24   CC       criu/pie/util-vdso.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 61.83   CC       criu/pie/util-vdso-elf32.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 62.67   AR       criu/pie/pie.lib.a
18:03:25 [2020-10-05T18:03:25.840Z] #41 62.72   DEP      criu/pie/restorer.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 62.91   DEP      criu/arch/x86/sigaction_compat_pie.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 63.01   DEP      criu/arch/x86/restorer_unmap.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 63.02   DEP      criu/arch/x86/restorer.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 63.24   DEP      criu/arch/x86/vdso-pie.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 63.31   DEP      criu/pie/parasite-vdso.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 63.45   DEP      criu/pie/parasite.d
18:03:25 [2020-10-05T18:03:25.840Z] #41 63.66   CC       criu/pie/parasite.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 65.04   LINK     criu/pie/parasite.built-in.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 65.06   GEN      criu/pie/parasite-blob.h
18:03:25 [2020-10-05T18:03:25.840Z] #41 65.07   CC       criu/pie/parasite-vdso.o
18:03:25 [2020-10-05T18:03:25.840Z] #41 ...
18:03:25 [2020-10-05T18:03:25.840Z] 
18:03:25 [2020-10-05T18:03:25.840Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:25 [2020-10-05T18:03:25.840Z] #18 1.482 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
18:03:25 [2020-10-05T18:03:25.840Z] #18 1.581 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
18:03:25 [2020-10-05T18:03:25.840Z] #18 1.685 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
18:03:25 [2020-10-05T18:03:25.840Z] #18 2.157 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
18:03:25 [2020-10-05T18:03:25.840Z] #18 3.278 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [234 kB]
18:03:25 [2020-10-05T18:03:25.840Z] #18 4.456 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
18:03:25 [2020-10-05T18:03:25.840Z] #18 10.31 Fetched 8387 kB in 9s (906 kB/s)
18:03:25 [2020-10-05T18:03:25.840Z] #18 10.31 Reading package lists...
18:03:25 [2020-10-05T18:03:25.840Z] #18 ...
18:03:25 [2020-10-05T18:03:25.840Z] 
18:03:25 [2020-10-05T18:03:25.840Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:25 [2020-10-05T18:03:25.840Z] #41 65.69   CC       criu/arch/x86/vdso-pie.o
18:03:25 [2020-10-05T18:03:25.929Z] #51 ...
18:03:25 [2020-10-05T18:03:25.929Z] 
18:03:25 [2020-10-05T18:03:25.929Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:25 [2020-10-05T18:03:25.929Z] #41 56.11   AR       soccr/libsoccr.a
18:03:25 [2020-10-05T18:03:25.929Z] #41 56.23 make[1]: 'soccr/libsoccr.a' is up to date.
18:03:25 [2020-10-05T18:03:25.929Z] #41 56.68   DEP      criu/arch/x86/sigframe.d
18:03:25 [2020-10-05T18:03:25.929Z] #41 56.79   DEP      criu/arch/x86/sigaction_compat.d
18:03:25 [2020-10-05T18:03:25.929Z] #41 56.91   DEP      criu/arch/x86/kerndat.d
18:03:25 [2020-10-05T18:03:25.929Z] #41 57.00   DEP      criu/arch/x86/crtools.d
18:03:25 [2020-10-05T18:03:25.932Z] #41 63.61   DEP      criu/arch/ppc64/cpu.d
18:03:25 [2020-10-05T18:03:25.933Z] #41 63.83   CC       criu/arch/ppc64/cpu.o
18:03:26 [2020-10-05T18:03:26.099Z] #41 66.05   CC       criu/arch/x86/restorer.o
18:03:26 [2020-10-05T18:03:26.185Z] #41 ...
18:03:26 [2020-10-05T18:03:26.186Z] 
18:03:26 [2020-10-05T18:03:26.186Z] #17 [dev-systemd-false  6/26] RUN ldconfig
18:03:26 [2020-10-05T18:03:26.186Z] #17 DONE 1.1s
18:03:26 [2020-10-05T18:03:26.186Z] 
18:03:26 [2020-10-05T18:03:26.186Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:26 [2020-10-05T18:03:26.186Z] #41 57.16   DEP      criu/arch/x86/cpu.d
18:03:26 [2020-10-05T18:03:26.280Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
18:03:26 [2020-10-05T18:03:26.280Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
18:03:26 [2020-10-05T18:03:26.358Z] INFO: Extracting go.zip to d:\CI\PR-41527\4\go
18:03:26 [2020-10-05T18:03:26.362Z] #41 ...
18:03:26 [2020-10-05T18:03:26.362Z] 
18:03:26 [2020-10-05T18:03:26.362Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:26 [2020-10-05T18:03:26.362Z] #43 DONE 108.9s
18:03:26 [2020-10-05T18:03:26.442Z] #41 57.47   CC       criu/arch/x86/cpu.o
18:03:26 [2020-10-05T18:03:26.590Z] #41 64.43   CC       criu/arch/ppc64/crtools.o
18:03:26 [2020-10-05T18:03:26.622Z] 
18:03:26 [2020-10-05T18:03:26.622Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:26 [2020-10-05T18:03:26.882Z] #51 ...
18:03:26 [2020-10-05T18:03:26.882Z] 
18:03:26 [2020-10-05T18:03:26.882Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:26 [2020-10-05T18:03:26.882Z] #41 66.73   CC       criu/arch/x86/restorer_unmap.o
18:03:26 [2020-10-05T18:03:26.882Z] #41 66.90   CC       criu/arch/x86/sigaction_compat_pie.o
18:03:26 [2020-10-05T18:03:26.890Z] #41 ...
18:03:26 [2020-10-05T18:03:26.890Z] 
18:03:26 [2020-10-05T18:03:26.890Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:03:26 [2020-10-05T18:03:26.890Z] #56 99.71 + for f in rootlesskit rootlesskit-docker-proxy
18:03:26 [2020-10-05T18:03:26.890Z] #56 99.71 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
18:03:26 [2020-10-05T18:03:26.917Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 5.7% of statements
18:03:26 [2020-10-05T18:03:26.917Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
18:03:26 [2020-10-05T18:03:26.917Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
18:03:26 [2020-10-05T18:03:26.917Z] ?   	github.com/docker/docker/api/types	[no test files]
18:03:26 [2020-10-05T18:03:26.917Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
18:03:26 [2020-10-05T18:03:26.917Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
18:03:26 [2020-10-05T18:03:26.917Z] ?   	github.com/docker/docker/api/types/container	[no test files]
18:03:26 [2020-10-05T18:03:26.917Z] ?   	github.com/docker/docker/api/types/events	[no test files]
18:03:27 [2020-10-05T18:03:27.209Z] ok  	github.com/docker/docker/api/types/strslice	0.014s	coverage: 90.0% of statements
18:03:27 [2020-10-05T18:03:27.416Z] #41 58.23   CC       criu/arch/x86/crtools.o
18:03:27 [2020-10-05T18:03:27.451Z] #41 67.38   CC       criu/pie/restorer.o
18:03:27 [2020-10-05T18:03:27.491Z] #22 104.1 + mkdir -p /tmp/tmp.0gXGM9Rh9T/src/github.com/docker
18:03:27 [2020-10-05T18:03:27.491Z] #22 104.1 + mv components/cli /tmp/tmp.0gXGM9Rh9T/src/github.com/docker/cli
18:03:27 [2020-10-05T18:03:27.491Z] #22 104.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
18:03:27 [2020-10-05T18:03:27.502Z] ok  	github.com/docker/docker/api/types/filters	0.043s	coverage: 92.2% of statements
18:03:27 [2020-10-05T18:03:27.502Z] ?   	github.com/docker/docker/api/types/image	[no test files]
18:03:27 [2020-10-05T18:03:27.502Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
18:03:27 [2020-10-05T18:03:27.502Z] ?   	github.com/docker/docker/api/types/network	[no test files]
18:03:27 [2020-10-05T18:03:27.502Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
18:03:27 [2020-10-05T18:03:27.502Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
18:03:27 [2020-10-05T18:03:27.502Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
18:03:27 [2020-10-05T18:03:27.502Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
18:03:27 [2020-10-05T18:03:27.502Z] ok  	github.com/docker/docker/api/types/time	0.001s	coverage: 100.0% of statements
18:03:27 [2020-10-05T18:03:27.794Z] ok  	github.com/docker/docker/api/types/versions	0.001s	coverage: 75.0% of statements
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/builder	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
18:03:27 [2020-10-05T18:03:27.794Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
18:03:28 [2020-10-05T18:03:28.070Z] #22 ...
18:03:28 [2020-10-05T18:03:28.070Z] 
18:03:28 [2020-10-05T18:03:28.070Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:28 [2020-10-05T18:03:28.070Z] #41 40.45   DEP      compel/plugins/std/log.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 40.53   DEP      compel/plugins/std/fds.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 40.72   DEP      compel/plugins/std/std.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 40.80   DEP      compel/plugins/shmem/shmem.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 40.89   DEP      compel/plugins/fds/fds.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 41.09   CC       compel/plugins/std/std.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 41.45   CC       compel/plugins/std/fds.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 41.84   CC       compel/plugins/std/log.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 42.34   CC       compel/plugins/std/string.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 42.81   CC       compel/plugins/std/infect.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 43.10   CC       compel/arch/aarch64/plugins/std/parasite-head.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 43.18   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 43.24   AR       compel/plugins/std.lib.a
18:03:28 [2020-10-05T18:03:28.070Z] #41 43.39   CC       compel/plugins/fds/fds.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 43.76   AR       compel/plugins/fds.lib.a
18:03:28 [2020-10-05T18:03:28.070Z] #41 43.81   HOSTDEP  compel/src/lib/log-host.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.02   HOSTDEP  compel/src/lib/handle-elf-host.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.19   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.28   HOSTDEP  compel/src/main-host.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.41   DEP      compel/src/lib/ptrace.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.50   DEP      compel/src/lib/infect.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.62   DEP      compel/src/lib/infect-util.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.70   DEP      compel/src/lib/infect-rpc.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.81   DEP      compel/arch/aarch64/src/lib/infect.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.91   DEP      compel/arch/aarch64/src/lib/cpu.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 44.98   DEP      compel/src/lib/log.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 45.11   DEP      compel/src/main.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 45.25   DEP      compel/src/lib/handle-elf.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 45.32   DEP      compel/arch/aarch64/src/lib/handle-elf.d
18:03:28 [2020-10-05T18:03:28.070Z] #41 45.47   CC       compel/src/lib/log.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 45.78   CC       compel/arch/aarch64/src/lib/cpu.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 46.10   CC       compel/arch/aarch64/src/lib/infect.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 46.50   CC       compel/src/lib/infect-rpc.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 46.93   CC       compel/src/lib/infect-util.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 47.31   CC       compel/src/lib/infect.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 49.38   CC       compel/src/lib/ptrace.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 49.76   AR       compel/libcompel.a
18:03:28 [2020-10-05T18:03:28.070Z] #41 49.86   HOSTCC   compel/src/main-host.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 50.28   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
18:03:28 [2020-10-05T18:03:28.070Z] #41 50.47   HOSTCC   compel/src/lib/handle-elf-host.o
18:03:28 [2020-10-05T18:03:28.086Z] ok  	github.com/docker/docker/builder/dockerignore	0.008s	coverage: 96.8% of statements
18:03:28 [2020-10-05T18:03:28.334Z] #41 50.87   HOSTCC   compel/src/lib/log-host.o
18:03:28 [2020-10-05T18:03:28.598Z] #41 51.03   HOSTLINK compel/compel-host-bin
18:03:28 [2020-10-05T18:03:28.598Z] #41 51.20   DEP      soccr/soccr.d
18:03:28 [2020-10-05T18:03:28.789Z] #41 59.58   CC       criu/arch/x86/kerndat.o
18:03:28 [2020-10-05T18:03:28.862Z] #41 51.46   CC       soccr/soccr.o
18:03:29 [2020-10-05T18:03:29.045Z] #41 60.13   CC       criu/arch/x86/sigaction_compat.o
18:03:29 [2020-10-05T18:03:29.609Z] #41 60.53   CC       criu/arch/x86/sigframe.o
18:03:29 [2020-10-05T18:03:29.609Z] #41 60.83   LINK     criu/arch/x86/crtools.built-in.o
18:03:29 [2020-10-05T18:03:29.866Z] #41 60.89   DEP      criu/pie/util-vdso-elf32.d
18:03:29 [2020-10-05T18:03:29.866Z] #41 61.08   DEP      criu/pie/util-vdso.d
18:03:30 [2020-10-05T18:03:30.261Z] #41 52.57   AR       soccr/libsoccr.a
18:03:30 [2020-10-05T18:03:30.261Z] #41 52.63 make[1]: 'soccr/libsoccr.a' is up to date.
18:03:30 [2020-10-05T18:03:30.430Z] #41 61.27   DEP      criu/pie/util.d
18:03:30 [2020-10-05T18:03:30.430Z] #41 61.40   CC       criu/pie/util.o
18:03:30 [2020-10-05T18:03:30.525Z] #41 53.02   DEP      criu/arch/aarch64/sigframe.d
18:03:30 [2020-10-05T18:03:30.525Z] #41 53.14   DEP      criu/arch/aarch64/crtools.d
18:03:30 [2020-10-05T18:03:30.728Z] #41 61.71   CC       criu/pie/util-vdso.o
18:03:30 [2020-10-05T18:03:30.741Z] #41 70.28   LINK     criu/pie/restorer.built-in.o
18:03:30 [2020-10-05T18:03:30.741Z] #41 70.28   GEN      criu/pie/restorer-blob.h
18:03:30 [2020-10-05T18:03:30.741Z] #41 70.39   DEP      criu/vdso.d
18:03:30 [2020-10-05T18:03:30.741Z] #41 70.55   DEP      criu/vdso-compat.d
18:03:30 [2020-10-05T18:03:30.741Z] #41 70.67   DEP      criu/uts_ns.d
18:03:30 [2020-10-05T18:03:30.741Z] #41 70.77   DEP      criu/util.d
18:03:30 [2020-10-05T18:03:30.790Z] #41 53.30   DEP      criu/arch/aarch64/cpu.d
18:03:30 [2020-10-05T18:03:30.790Z] #41 53.33   DEP      criu/arch/aarch64/bitops.d
18:03:30 [2020-10-05T18:03:30.790Z] #41 53.40   CC       criu/arch/aarch64/bitops.o
18:03:30 [2020-10-05T18:03:30.790Z] #41 53.47   CC       criu/arch/aarch64/cpu.o
18:03:30 [2020-10-05T18:03:30.825Z] ok  	github.com/docker/docker/builder/remotecontext	0.368s	coverage: 13.6% of statements
18:03:30 [2020-10-05T18:03:30.825Z] ok  	github.com/docker/docker/builder/dockerfile	0.998s	coverage: 48.0% of statements
18:03:31 [2020-10-05T18:03:31.000Z] #41 70.92   DEP      criu/uffd.d
18:03:31 [2020-10-05T18:03:31.054Z] #41 53.63   CC       criu/arch/aarch64/crtools.o
18:03:31 [2020-10-05T18:03:31.260Z] #41 71.18   DEP      criu/tun.d
18:03:31 [2020-10-05T18:03:31.260Z] #41 71.32   DEP      criu/tty.d
18:03:31 [2020-10-05T18:03:31.318Z] #41 54.00   CC       criu/arch/aarch64/sigframe.o
18:03:31 [2020-10-05T18:03:31.318Z] #41 ...
18:03:31 [2020-10-05T18:03:31.318Z] 
18:03:31 [2020-10-05T18:03:31.318Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:31 [2020-10-05T18:03:31.318Z] #18 1.670 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
18:03:31 [2020-10-05T18:03:31.318Z] #18 1.690 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
18:03:31 [2020-10-05T18:03:31.318Z] #18 1.692 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
18:03:31 [2020-10-05T18:03:31.318Z] #18 2.518 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
18:03:31 [2020-10-05T18:03:31.318Z] #18 3.462 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [229 kB]
18:03:31 [2020-10-05T18:03:31.318Z] #18 4.426 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
18:03:31 [2020-10-05T18:03:31.318Z] #18 6.898 Fetched 8211 kB in 5s (1496 kB/s)
18:03:31 [2020-10-05T18:03:31.318Z] #18 6.898 Reading package lists...
18:03:31 [2020-10-05T18:03:31.488Z] #56 ...
18:03:31 [2020-10-05T18:03:31.488Z] 
18:03:31 [2020-10-05T18:03:31.488Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:31 [2020-10-05T18:03:31.488Z] #18 10.26 Fetched 8163 kB in 10s (832 kB/s)
18:03:31 [2020-10-05T18:03:31.488Z] #18 10.26 Reading package lists...
18:03:31 [2020-10-05T18:03:31.488Z] #18 14.81 Reading package lists...
18:03:31 [2020-10-05T18:03:31.488Z] #18 19.13 Building dependency tree...
18:03:31 [2020-10-05T18:03:31.519Z] #41 71.55   DEP      criu/timerfd.d
18:03:31 [2020-10-05T18:03:31.659Z] #41 62.51   CC       criu/pie/util-vdso-elf32.o
18:03:31 [2020-10-05T18:03:31.778Z] #41 71.68   DEP      criu/timens.d
18:03:31 [2020-10-05T18:03:31.778Z] #41 71.90   DEP      criu/sysfs_parse.d
18:03:31 [2020-10-05T18:03:31.789Z] #18 ...
18:03:31 [2020-10-05T18:03:31.789Z] 
18:03:31 [2020-10-05T18:03:31.789Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:31 [2020-10-05T18:03:31.789Z] #41 65.67   CC       criu/arch/ppc64/sigframe.o
18:03:31 [2020-10-05T18:03:31.789Z] #41 66.00   LINK     criu/arch/ppc64/crtools.built-in.o
18:03:31 [2020-10-05T18:03:31.789Z] #41 66.06   DEP      criu/pie/util-vdso.d
18:03:31 [2020-10-05T18:03:31.789Z] #41 66.31   DEP      criu/pie/util.d
18:03:31 [2020-10-05T18:03:31.789Z] #41 66.56   CC       criu/pie/util.o
18:03:31 [2020-10-05T18:03:31.789Z] #41 66.88   CC       criu/pie/util-vdso.o
18:03:31 [2020-10-05T18:03:31.789Z] #41 67.61   AR       criu/pie/pie.lib.a
18:03:31 [2020-10-05T18:03:31.789Z] #41 67.67   DEP      criu/pie/restorer.d
18:03:31 [2020-10-05T18:03:31.789Z] #41 68.05   DEP      criu/arch/ppc64/vdso-trampoline.d
18:03:31 [2020-10-05T18:03:31.789Z] #41 68.06   DEP      criu/arch/ppc64/restorer.d
18:03:31 [2020-10-05T18:03:31.789Z] #41 68.33   DEP      criu/arch/ppc64/vdso-pie.d
18:03:31 [2020-10-05T18:03:31.789Z] #41 68.48   DEP      criu/pie/parasite-vdso.d
18:03:31 [2020-10-05T18:03:31.789Z] #41 68.71   DEP      criu/pie/parasite.d
18:03:31 [2020-10-05T18:03:31.789Z] #41 69.06   CC       criu/pie/parasite.o
18:03:31 [2020-10-05T18:03:31.789Z] #41 ...
18:03:31 [2020-10-05T18:03:31.789Z] 
18:03:31 [2020-10-05T18:03:31.789Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:31 [2020-10-05T18:03:31.789Z] #43 94.78 mime
18:03:31 [2020-10-05T18:03:31.789Z] #43 98.09 mime/quotedprintable
18:03:31 [2020-10-05T18:03:31.789Z] #43 101.3 net/textproto
18:03:31 [2020-10-05T18:03:31.789Z] #43 101.3 vendor/golang.org/x/net/http/httpproxy
18:03:31 [2020-10-05T18:03:31.789Z] #43 101.3 crypto/x509
18:03:31 [2020-10-05T18:03:31.789Z] #43 103.4 vendor/golang.org/x/net/http/httpguts
18:03:31 [2020-10-05T18:03:31.789Z] #43 103.4 mime/multipart
18:03:31 [2020-10-05T18:03:31.863Z] ok  	github.com/docker/docker/cli/debug	0.001s	coverage: 100.0% of statements
18:03:31 [2020-10-05T18:03:31.897Z] #18 9.547 Reading package lists...
18:03:31 [2020-10-05T18:03:31.897Z] #18 ...
18:03:31 [2020-10-05T18:03:31.897Z] 
18:03:31 [2020-10-05T18:03:31.897Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:31 [2020-10-05T18:03:31.897Z] #41 54.25   LINK     criu/arch/aarch64/crtools.built-in.o
18:03:31 [2020-10-05T18:03:31.897Z] #41 54.32   DEP      criu/pie/util-vdso.d
18:03:31 [2020-10-05T18:03:31.897Z] #41 54.48   DEP      criu/pie/util.d
18:03:32 [2020-10-05T18:03:32.038Z] #41 72.02   DEP      criu/sysctl.d
18:03:32 [2020-10-05T18:03:32.038Z] #41 72.16   DEP      criu/string.d
18:03:32 [2020-10-05T18:03:32.089Z] #43 ...
18:03:32 [2020-10-05T18:03:32.089Z] 
18:03:32 [2020-10-05T18:03:32.089Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.58 libcap2-bin is already the newest version (1:2.25-2).
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.58 The following additional packages will be installed:
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.58   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.58   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.58   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59   python3.7 python3.7-minimal vim-runtime xxd
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59 Suggested packages:
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59 Recommended packages:
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59   aufs-dkms nftables build-essential python3-dev python3-keyring
18:03:32 [2020-10-05T18:03:32.089Z] #18 20.59   python3-keyrings.alt python3-xdg unzip
18:03:32 [2020-10-05T18:03:32.161Z] #41 54.72   CC       criu/pie/util.o
18:03:32 [2020-10-05T18:03:32.222Z] #41 63.20   AR       criu/pie/pie.lib.a
18:03:32 [2020-10-05T18:03:32.222Z] #41 63.27   DEP      criu/pie/restorer.d
18:03:32 [2020-10-05T18:03:32.298Z] #41 72.19   DEP      criu/stats.d
18:03:32 [2020-10-05T18:03:32.425Z] #41 55.05   CC       criu/pie/util-vdso.o
18:03:32 [2020-10-05T18:03:32.479Z] #41 63.52   DEP      criu/arch/x86/sigaction_compat_pie.d
18:03:32 [2020-10-05T18:03:32.557Z] #41 72.35   DEP      criu/sockets.d
18:03:32 [2020-10-05T18:03:32.557Z] #41 72.56   DEP      criu/sk-unix.d
18:03:32 [2020-10-05T18:03:32.735Z] #41 63.64   DEP      criu/arch/x86/restorer_unmap.d
18:03:32 [2020-10-05T18:03:32.735Z] #41 63.66   DEP      criu/arch/x86/restorer.d
18:03:32 [2020-10-05T18:03:32.735Z] #41 63.83   DEP      criu/arch/x86/vdso-pie.d
18:03:32 [2020-10-05T18:03:32.816Z] #41 72.79   DEP      criu/sk-tcp.d
18:03:32 [2020-10-05T18:03:32.903Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.402s	coverage: 86.3% of statements
18:03:32 [2020-10-05T18:03:32.903Z] ?   	github.com/docker/docker/cli	[no test files]
18:03:32 [2020-10-05T18:03:32.903Z] ?   	github.com/docker/docker/cli/config	[no test files]
18:03:32 [2020-10-05T18:03:32.992Z] #41 63.95   DEP      criu/pie/parasite-vdso.d
18:03:32 [2020-10-05T18:03:32.992Z] #41 64.19   DEP      criu/pie/parasite.d
18:03:33 [2020-10-05T18:03:33.004Z] #41 55.60   AR       criu/pie/pie.lib.a
18:03:33 [2020-10-05T18:03:33.076Z] #41 72.91   DEP      criu/sk-queue.d
18:03:33 [2020-10-05T18:03:33.076Z] #41 73.01   DEP      criu/sk-packet.d
18:03:33 [2020-10-05T18:03:33.267Z] #41 55.67   DEP      criu/pie/restorer.d
18:03:33 [2020-10-05T18:03:33.267Z] #41 55.95   DEP      criu/arch/aarch64/intraprocedure.d
18:03:33 [2020-10-05T18:03:33.335Z] #41 73.21   DEP      criu/sk-netlink.d
18:03:33 [2020-10-05T18:03:33.335Z] #41 73.34   DEP      criu/sk-inet.d
18:03:33 [2020-10-05T18:03:33.531Z] #41 55.97   DEP      criu/arch/aarch64/restorer.d
18:03:33 [2020-10-05T18:03:33.531Z] #41 56.19   DEP      criu/arch/aarch64/vdso-pie.d
18:03:33 [2020-10-05T18:03:33.531Z] #41 56.24   DEP      criu/pie/parasite-vdso.d
18:03:33 [2020-10-05T18:03:33.555Z] #41 ...
18:03:33 [2020-10-05T18:03:33.555Z] 
18:03:33 [2020-10-05T18:03:33.555Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:33 [2020-10-05T18:03:33.555Z] #43 99.75 github.com/LK4D4/vndr/godl
18:03:33 [2020-10-05T18:03:33.555Z] #43 101.1 github.com/LK4D4/vndr
18:03:33 [2020-10-05T18:03:33.555Z] #43 ...
18:03:33 [2020-10-05T18:03:33.555Z] 
18:03:33 [2020-10-05T18:03:33.555Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:33 [2020-10-05T18:03:33.555Z] #41 64.51   CC       criu/pie/parasite.o
18:03:33 [2020-10-05T18:03:33.594Z] #41 73.51   DEP      criu/signalfd.d
18:03:33 [2020-10-05T18:03:33.594Z] #41 73.61   DEP      criu/sigframe.d
18:03:33 [2020-10-05T18:03:33.795Z] #41 56.36   DEP      criu/pie/parasite.d
18:03:33 [2020-10-05T18:03:33.854Z] #41 73.75   DEP      criu/shmem.d
18:03:34 [2020-10-05T18:03:34.060Z] #41 56.62   CC       criu/pie/parasite.o
18:03:34 [2020-10-05T18:03:34.113Z] #41 73.94   DEP      criu/servicefd.d
18:03:34 [2020-10-05T18:03:34.113Z] #41 74.07   DEP      criu/seize.d
18:03:34 [2020-10-05T18:03:34.113Z] #41 74.24   DEP      criu/seccomp.d
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.89 The following NEW packages will be installed:
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.90   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.90   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.90   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.90   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.90   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.90   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.90   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.90   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
18:03:34 [2020-10-05T18:03:34.236Z] #18 22.91   xz-utils zip
18:03:34 [2020-10-05T18:03:34.372Z] #41 74.37   DEP      criu/rst-malloc.d
18:03:34 [2020-10-05T18:03:34.414Z] ok  	github.com/docker/docker/client	0.174s	coverage: 75.4% of statements
18:03:34 [2020-10-05T18:03:34.535Z] #18 23.13 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded.
18:03:34 [2020-10-05T18:03:34.535Z] #18 23.13 Need to get 29.2 MB of archives.
18:03:34 [2020-10-05T18:03:34.535Z] #18 23.13 After this operation, 134 MB of additional disk space will be used.
18:03:34 [2020-10-05T18:03:34.535Z] #18 23.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB]
18:03:34 [2020-10-05T18:03:34.535Z] #18 23.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB]
18:03:34 [2020-10-05T18:03:34.632Z] #41 74.42   DEP      criu/rbtree.d
18:03:34 [2020-10-05T18:03:34.632Z] #41 74.46   DEP      criu/pstree.d
18:03:34 [2020-10-05T18:03:34.632Z] #41 74.60   DEP      criu/protobuf.d
18:03:34 [2020-10-05T18:03:34.834Z] #18 23.53 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB]
18:03:34 [2020-10-05T18:03:34.891Z] #41 74.70   GEN      criu/protobuf-desc-gen.h
18:03:34 [2020-10-05T18:03:34.964Z] #41 65.83   LINK     criu/pie/parasite.built-in.o
18:03:34 [2020-10-05T18:03:34.964Z] #41 65.85   GEN      criu/pie/parasite-blob.h
18:03:34 [2020-10-05T18:03:34.964Z] #41 65.90   CC       criu/pie/parasite-vdso.o
18:03:35 [2020-10-05T18:03:35.013Z] #41 57.61   LINK     criu/pie/parasite.built-in.o
18:03:35 [2020-10-05T18:03:35.013Z] #41 57.63   GEN      criu/pie/parasite-blob.h
18:03:35 [2020-10-05T18:03:35.013Z] #41 57.74   CC       criu/pie/parasite-vdso.o
18:03:35 [2020-10-05T18:03:35.134Z] #18 ...
18:03:35 [2020-10-05T18:03:35.134Z] 
18:03:35 [2020-10-05T18:03:35.134Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
18:03:35 [2020-10-05T18:03:35.134Z] #56 DONE 108.1s
18:03:35 [2020-10-05T18:03:35.134Z] 
18:03:35 [2020-10-05T18:03:35.134Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
18:03:35 [2020-10-05T18:03:35.134Z] #57 DONE 0.1s
18:03:35 [2020-10-05T18:03:35.134Z] 
18:03:35 [2020-10-05T18:03:35.134Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:35 [2020-10-05T18:03:35.134Z] #41 70.55   LINK     criu/pie/parasite.built-in.o
18:03:35 [2020-10-05T18:03:35.134Z] #41 70.56   GEN      criu/pie/parasite-blob.h
18:03:35 [2020-10-05T18:03:35.134Z] #41 70.59   CC       criu/pie/parasite-vdso.o
18:03:35 [2020-10-05T18:03:35.134Z] #41 71.30   CC       criu/arch/ppc64/vdso-pie.o
18:03:35 [2020-10-05T18:03:35.134Z] #41 71.81   CC       criu/arch/ppc64/restorer.o
18:03:35 [2020-10-05T18:03:35.134Z] #41 72.26   CC       criu/arch/ppc64/vdso-trampoline.o
18:03:35 [2020-10-05T18:03:35.134Z] #41 72.30   CC       criu/pie/restorer.o
18:03:35 [2020-10-05T18:03:35.435Z] #41 ...
18:03:35 [2020-10-05T18:03:35.435Z] 
18:03:35 [2020-10-05T18:03:35.435Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
18:03:35 [2020-10-05T18:03:35.435Z] #58 DONE 0.1s
18:03:35 [2020-10-05T18:03:35.435Z] 
18:03:35 [2020-10-05T18:03:35.435Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:35 [2020-10-05T18:03:35.435Z] #18 24.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB]
18:03:35 [2020-10-05T18:03:35.435Z] #18 24.10 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB]
18:03:35 [2020-10-05T18:03:35.435Z] #18 24.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB]
18:03:35 [2020-10-05T18:03:35.528Z] #41 66.55   CC       criu/arch/x86/vdso-pie.o
18:03:35 [2020-10-05T18:03:35.528Z] #41 ...
18:03:35 [2020-10-05T18:03:35.528Z] 
18:03:35 [2020-10-05T18:03:35.528Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:35 [2020-10-05T18:03:35.528Z] #43 DONE 112.0s
18:03:35 [2020-10-05T18:03:35.735Z] #18 24.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB]
18:03:35 [2020-10-05T18:03:35.735Z] #18 24.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB]
18:03:35 [2020-10-05T18:03:35.735Z] #18 24.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB]
18:03:35 [2020-10-05T18:03:35.735Z] #18 24.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB]
18:03:35 [2020-10-05T18:03:35.735Z] #18 24.54 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB]
18:03:35 [2020-10-05T18:03:35.784Z] 
18:03:35 [2020-10-05T18:03:35.785Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:35 [2020-10-05T18:03:35.785Z] #51 11.72 + cd /tmp/tmp.Aq0fDEmXLD/src/github.com/opencontainers/runc
18:03:35 [2020-10-05T18:03:35.785Z] #51 11.72 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
18:03:35 [2020-10-05T18:03:35.785Z] #51 12.32 + '[' -z '' ']'
18:03:35 [2020-10-05T18:03:35.785Z] #51 12.32 + target=static
18:03:35 [2020-10-05T18:03:35.785Z] #51 12.32 + make 'BUILDTAGS=seccomp apparmor selinux ' static
18:03:35 [2020-10-05T18:03:35.785Z] #51 12.41 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
18:03:35 [2020-10-05T18:03:35.785Z] #51 ...
18:03:35 [2020-10-05T18:03:35.785Z] 
18:03:35 [2020-10-05T18:03:35.785Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:35 [2020-10-05T18:03:35.785Z] #41 66.98   CC       criu/arch/x86/restorer.o
18:03:35 [2020-10-05T18:03:35.967Z] #41 58.32   CC       criu/arch/aarch64/vdso-pie.o
18:03:35 [2020-10-05T18:03:35.967Z] #41 58.62   CC       criu/arch/aarch64/restorer.o
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.63 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.63 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.63 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.64 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.69 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.70 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.72 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.76 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB]
18:03:36 [2020-10-05T18:03:36.035Z] #18 24.80 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB]
18:03:36 [2020-10-05T18:03:36.041Z] #41 ...
18:03:36 [2020-10-05T18:03:36.041Z] 
18:03:36 [2020-10-05T18:03:36.041Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:36 [2020-10-05T18:03:36.041Z] #18 1.301 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
18:03:36 [2020-10-05T18:03:36.041Z] #18 1.367 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
18:03:36 [2020-10-05T18:03:36.041Z] #18 1.367 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
18:03:36 [2020-10-05T18:03:36.041Z] #18 1.965 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
18:03:36 [2020-10-05T18:03:36.041Z] #18 3.067 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [234 kB]
18:03:36 [2020-10-05T18:03:36.041Z] #18 4.260 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
18:03:36 [2020-10-05T18:03:36.270Z] #41 76.03   DEP      criu/protobuf-desc.d
18:03:36 [2020-10-05T18:03:36.270Z] #41 76.20   DEP      criu/proc_parse.d
18:03:36 [2020-10-05T18:03:36.270Z] #41 ...
18:03:36 [2020-10-05T18:03:36.270Z] 
18:03:36 [2020-10-05T18:03:36.270Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:36 [2020-10-05T18:03:36.270Z] #18 10.31 Reading package lists...
18:03:36 [2020-10-05T18:03:36.270Z] #18 14.19 Reading package lists...
18:03:36 [2020-10-05T18:03:36.270Z] #18 17.59 Building dependency tree...
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.79 libcap2-bin is already the newest version (1:2.25-2).
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.79 The following additional packages will be installed:
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   python3.7 python3.7-minimal vim-runtime xxd
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81 Suggested packages:
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81 Recommended packages:
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   aufs-dkms nftables build-essential python3-dev python3-keyring
18:03:36 [2020-10-05T18:03:36.270Z] #18 18.81   python3-keyrings.alt python3-xdg unzip
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.38 The following NEW packages will be installed:
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.38   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.38   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.38   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.38   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.38   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.39   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.39   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.39   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.39   xz-utils zip
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.73 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded.
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.73 Need to get 28.5 MB of archives.
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.73 After this operation, 116 MB of additional disk space will be used.
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.88 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 20.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.00 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.01 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.03 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.05 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
18:03:36 [2020-10-05T18:03:36.270Z] #18 21.08 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
18:03:36 [2020-10-05T18:03:36.334Z] #18 24.89 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB]
18:03:36 [2020-10-05T18:03:36.334Z] #18 24.99 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
18:03:36 [2020-10-05T18:03:36.334Z] #18 25.04 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
18:03:36 [2020-10-05T18:03:36.334Z] #18 25.11 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
18:03:36 [2020-10-05T18:03:36.529Z] #18 21.09 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
18:03:36 [2020-10-05T18:03:36.529Z] #18 21.11 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
18:03:36 [2020-10-05T18:03:36.529Z] #18 21.12 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
18:03:36 [2020-10-05T18:03:36.529Z] #18 21.12 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
18:03:36 [2020-10-05T18:03:36.529Z] #18 21.13 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
18:03:36 [2020-10-05T18:03:36.529Z] #18 21.16 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
18:03:36 [2020-10-05T18:03:36.529Z] #18 21.17 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
18:03:36 [2020-10-05T18:03:36.529Z] #18 21.18 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
18:03:36 [2020-10-05T18:03:36.530Z] #18 ...
18:03:36 [2020-10-05T18:03:36.530Z] 
18:03:36 [2020-10-05T18:03:36.530Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:36 [2020-10-05T18:03:36.530Z] #41 76.45   DEP      criu/plugin.d
18:03:36 [2020-10-05T18:03:36.530Z] #41 76.53   DEP      criu/pipes.d
18:03:36 [2020-10-05T18:03:36.545Z] #41 58.91   CC       criu/arch/aarch64/intraprocedure.o
18:03:36 [2020-10-05T18:03:36.545Z] #41 58.94   CC       criu/pie/restorer.o
18:03:36 [2020-10-05T18:03:36.638Z] #18 25.12 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB]
18:03:36 [2020-10-05T18:03:36.638Z] #18 25.12 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB]
18:03:36 [2020-10-05T18:03:36.638Z] #18 25.12 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
18:03:36 [2020-10-05T18:03:36.789Z] #41 76.68   DEP      criu/pie-util.d
18:03:36 [2020-10-05T18:03:36.789Z] #41 76.76   DEP      criu/pie-util-vdso.d
18:03:36 [2020-10-05T18:03:36.789Z] #41 76.87   DEP      criu/pie-util-vdso-elf32.d
18:03:36 [2020-10-05T18:03:36.956Z] #18 25.70 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
18:03:36 [2020-10-05T18:03:36.956Z] #18 25.70 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
18:03:36 [2020-10-05T18:03:36.956Z] #18 25.71 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
18:03:36 [2020-10-05T18:03:36.956Z] #18 25.71 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB]
18:03:36 [2020-10-05T18:03:36.956Z] #18 25.72 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB]
18:03:36 [2020-10-05T18:03:36.956Z] #18 25.73 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB]
18:03:36 [2020-10-05T18:03:36.956Z] #18 25.82 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB]
18:03:36 [2020-10-05T18:03:36.971Z] #18 ...
18:03:36 [2020-10-05T18:03:36.971Z] 
18:03:36 [2020-10-05T18:03:36.971Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:36 [2020-10-05T18:03:36.971Z] #41 67.74   CC       criu/arch/x86/restorer_unmap.o
18:03:36 [2020-10-05T18:03:36.971Z] #41 67.79   CC       criu/arch/x86/sigaction_compat_pie.o
18:03:36 [2020-10-05T18:03:36.971Z] #41 68.05   CC       criu/pie/restorer.o
18:03:37 [2020-10-05T18:03:37.049Z] #41 76.97   DEP      criu/path.d
18:03:37 [2020-10-05T18:03:37.049Z] #41 77.07   DEP      criu/parasite-syscall.d
18:03:37 [2020-10-05T18:03:37.258Z] #18 25.82 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB]
18:03:37 [2020-10-05T18:03:37.258Z] #18 25.83 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB]
18:03:37 [2020-10-05T18:03:37.258Z] #18 25.85 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB]
18:03:37 [2020-10-05T18:03:37.258Z] #18 25.86 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB]
18:03:37 [2020-10-05T18:03:37.258Z] #18 25.87 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB]
18:03:37 [2020-10-05T18:03:37.258Z] #18 25.90 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB]
18:03:37 [2020-10-05T18:03:37.258Z] #18 26.08 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB]
18:03:37 [2020-10-05T18:03:37.309Z] #41 77.23   DEP      criu/pagemap.d
18:03:37 [2020-10-05T18:03:37.309Z] #41 77.41   DEP      criu/pagemap-cache.d
18:03:37 [2020-10-05T18:03:37.505Z] #41 ...
18:03:37 [2020-10-05T18:03:37.505Z] 
18:03:37 [2020-10-05T18:03:37.505Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:37 [2020-10-05T18:03:37.505Z] #18 12.00 Building dependency tree...
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.12 libcap2-bin is already the newest version (1:2.25-2).
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.12 The following additional packages will be installed:
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.12   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.12   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.12   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.12   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.12   python3.7 python3.7-minimal vim-runtime xxd
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.13 Suggested packages:
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.13   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.13   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.13   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.13 Recommended packages:
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.13   aufs-dkms nftables build-essential python3-dev python3-keyring
18:03:37 [2020-10-05T18:03:37.505Z] #18 13.13   python3-keyrings.alt python3-xdg unzip
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.35 The following NEW packages will be installed:
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.36   xz-utils zip
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.67 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded.
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.67 Need to get 27.6 MB of archives.
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.67 After this operation, 114 MB of additional disk space will be used.
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.68 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.77 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.78 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.84 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.86 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.86 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.91 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.92 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.92 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.93 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.94 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.96 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.96 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.97 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.98 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.99 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 14.99 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.00 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.51 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.51 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.51 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.51 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.51 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.52 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.58 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.58 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.59 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.59 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.60 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.60 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.61 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.67 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.67 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.68 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 15.94 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 16.01 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 16.03 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
18:03:37 [2020-10-05T18:03:37.505Z] #18 16.76 debconf: delaying package configuration, since apt-utils is not installed
18:03:37 [2020-10-05T18:03:37.505Z] #18 16.84 Fetched 27.6 MB in 2s (16.9 MB/s)
18:03:37 [2020-10-05T18:03:37.505Z] #18 16.91 Selecting previously unselected package pigz.
18:03:37 [2020-10-05T18:03:37.505Z] #18 16.91 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23405 files and directories currently installed.)
18:03:37 [2020-10-05T18:03:37.505Z] #18 17.00 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
18:03:37 [2020-10-05T18:03:37.505Z] #18 17.01 Unpacking pigz (2.4-1) ...
18:03:37 [2020-10-05T18:03:37.505Z] #18 17.12 Selecting previously unselected package libpython3.7-minimal:arm64.
18:03:37 [2020-10-05T18:03:37.505Z] #18 17.12 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
18:03:37 [2020-10-05T18:03:37.505Z] #18 17.14 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
18:03:37 [2020-10-05T18:03:37.505Z] #18 17.54 Selecting previously unselected package python3.7-minimal.
18:03:37 [2020-10-05T18:03:37.505Z] #18 17.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
18:03:37 [2020-10-05T18:03:37.505Z] #18 17.56 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
18:03:37 [2020-10-05T18:03:37.557Z] #18 26.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB]
18:03:37 [2020-10-05T18:03:37.557Z] #18 26.11 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB]
18:03:37 [2020-10-05T18:03:37.570Z] #41 77.50   DEP      criu/page-xfer.d
18:03:37 [2020-10-05T18:03:37.570Z] #41 77.68   DEP      criu/page-pipe.d
18:03:37 [2020-10-05T18:03:37.830Z] #41 77.78   DEP      criu/netfilter.d
18:03:37 [2020-10-05T18:03:37.862Z] #18 26.54 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB]
18:03:38 [2020-10-05T18:03:38.085Z] #18 18.21 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
18:03:38 [2020-10-05T18:03:38.085Z] #18 18.24 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
18:03:38 [2020-10-05T18:03:38.089Z] #41 77.89   DEP      criu/net.d
18:03:38 [2020-10-05T18:03:38.089Z] #41 78.03   DEP      criu/namespaces.d
18:03:38 [2020-10-05T18:03:38.349Z] #41 78.17   DEP      criu/mount.d
18:03:38 [2020-10-05T18:03:38.349Z] #41 78.36   DEP      criu/memfd.d
18:03:38 [2020-10-05T18:03:38.566Z] #18 27.27 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB]
18:03:38 [2020-10-05T18:03:38.608Z] #41 78.55   DEP      criu/mem.d
18:03:38 [2020-10-05T18:03:38.608Z] #41 78.66   DEP      criu/lsm.d
18:03:38 [2020-10-05T18:03:38.665Z] #18 ...
18:03:38 [2020-10-05T18:03:38.665Z] 
18:03:38 [2020-10-05T18:03:38.665Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:38 [2020-10-05T18:03:38.665Z] #41 61.19   LINK     criu/pie/restorer.built-in.o
18:03:38 [2020-10-05T18:03:38.665Z] #41 61.21   GEN      criu/pie/restorer-blob.h
18:03:38 [2020-10-05T18:03:38.665Z] #41 61.29   DEP      criu/vdso.d
18:03:38 [2020-10-05T18:03:38.868Z] #41 78.82   DEP      criu/log.d
18:03:38 [2020-10-05T18:03:38.868Z] #41 78.91   DEP      criu/libnetlink.d
18:03:38 [2020-10-05T18:03:38.929Z] #41 61.50   DEP      criu/uts_ns.d
18:03:39 [2020-10-05T18:03:39.128Z] #41 78.98   DEP      criu/kerndat.d
18:03:39 [2020-10-05T18:03:39.128Z] #41 79.21   DEP      criu/kcmp-ids.d
18:03:39 [2020-10-05T18:03:39.194Z] #41 61.65   DEP      criu/util.d
18:03:39 [2020-10-05T18:03:39.194Z] #41 61.79   DEP      criu/uffd.d
18:03:39 [2020-10-05T18:03:39.194Z] #41 61.91   DEP      criu/tun.d
18:03:39 [2020-10-05T18:03:39.217Z] #18 27.86 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
18:03:39 [2020-10-05T18:03:39.427Z] #41 79.30   DEP      criu/irmap.d
18:03:39 [2020-10-05T18:03:39.427Z] #41 79.45   DEP      criu/ipc_ns.d
18:03:39 [2020-10-05T18:03:39.459Z] #41 62.03   DEP      criu/tty.d
18:03:39 [2020-10-05T18:03:39.459Z] #41 62.15   DEP      criu/timerfd.d
18:03:39 [2020-10-05T18:03:39.695Z] #41 79.65   DEP      criu/image.d
18:03:39 [2020-10-05T18:03:39.695Z] #41 79.77   DEP      criu/image-desc.d
18:03:39 [2020-10-05T18:03:39.724Z] #41 62.31   DEP      criu/timens.d
18:03:39 [2020-10-05T18:03:39.724Z] #41 62.44   DEP      criu/sysfs_parse.d
18:03:39 [2020-10-05T18:03:39.883Z] #18 28.73 debconf: delaying package configuration, since apt-utils is not installed
18:03:39 [2020-10-05T18:03:39.966Z] #41 79.85   DEP      criu/fsnotify.d
18:03:39 [2020-10-05T18:03:39.989Z] #41 62.56   DEP      criu/sysctl.d
18:03:39 [2020-10-05T18:03:39.989Z] #41 62.64   DEP      criu/string.d
18:03:39 [2020-10-05T18:03:39.989Z] #41 62.67   DEP      criu/stats.d
18:03:40 [2020-10-05T18:03:40.209Z] #18 28.90 Fetched 29.2 MB in 5s (5999 kB/s)
18:03:40 [2020-10-05T18:03:40.230Z] #41 80.16   DEP      criu/filesystems.d
18:03:40 [2020-10-05T18:03:40.244Z] #41 71.03   LINK     criu/pie/restorer.built-in.o
18:03:40 [2020-10-05T18:03:40.244Z] #41 71.05   GEN      criu/pie/restorer-blob.h
18:03:40 [2020-10-05T18:03:40.244Z] #41 71.14   DEP      criu/vdso.d
18:03:40 [2020-10-05T18:03:40.244Z] #41 71.32   DEP      criu/vdso-compat.d
18:03:40 [2020-10-05T18:03:40.254Z] #41 62.80   DEP      criu/sockets.d
18:03:40 [2020-10-05T18:03:40.501Z] #41 71.44   DEP      criu/uts_ns.d
18:03:40 [2020-10-05T18:03:40.505Z] #41 80.30   DEP      criu/files.d
18:03:40 [2020-10-05T18:03:40.505Z] #41 80.49   DEP      criu/files-reg.d
18:03:40 [2020-10-05T18:03:40.515Z] #18 29.00 Selecting previously unselected package pigz.
18:03:40 [2020-10-05T18:03:40.515Z] #18 29.00 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23361 files and directories currently installed.)
18:03:40 [2020-10-05T18:03:40.515Z] #18 29.14 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ...
18:03:40 [2020-10-05T18:03:40.515Z] #18 29.14 Unpacking pigz (2.4-1) ...
18:03:40 [2020-10-05T18:03:40.515Z] #18 29.26 Selecting previously unselected package libpython3.7-minimal:ppc64el.
18:03:40 [2020-10-05T18:03:40.515Z] #18 29.27 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
18:03:40 [2020-10-05T18:03:40.515Z] #18 29.28 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
18:03:40 [2020-10-05T18:03:40.517Z] #41 62.94   DEP      criu/sk-unix.d
18:03:40 [2020-10-05T18:03:40.517Z] #41 63.07   DEP      criu/sk-tcp.d
18:03:40 [2020-10-05T18:03:40.517Z] #41 63.16   DEP      criu/sk-queue.d
18:03:40 [2020-10-05T18:03:40.765Z] #41 80.66   DEP      criu/files-ext.d
18:03:40 [2020-10-05T18:03:40.782Z] #41 63.25   DEP      criu/sk-packet.d
18:03:40 [2020-10-05T18:03:40.782Z] #41 63.45   DEP      criu/sk-netlink.d
18:03:40 [2020-10-05T18:03:40.799Z] #41 71.59   DEP      criu/util.d
18:03:40 [2020-10-05T18:03:40.799Z] #41 71.77   DEP      criu/uffd.d
18:03:41 [2020-10-05T18:03:41.023Z] #41 80.79   DEP      criu/file-lock.d
18:03:41 [2020-10-05T18:03:41.023Z] #41 80.98   DEP      criu/file-ids.d
18:03:41 [2020-10-05T18:03:41.046Z] #41 63.59   DEP      criu/sk-inet.d
18:03:41 [2020-10-05T18:03:41.046Z] #41 63.78   DEP      criu/signalfd.d
18:03:41 [2020-10-05T18:03:41.055Z] #41 71.92   DEP      criu/tun.d
18:03:41 [2020-10-05T18:03:41.055Z] #41 72.06   DEP      criu/tty.d
18:03:41 [2020-10-05T18:03:41.169Z] #18 29.78 Selecting previously unselected package python3.7-minimal.
18:03:41 [2020-10-05T18:03:41.169Z] #18 29.79 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
18:03:41 [2020-10-05T18:03:41.169Z] #18 29.81 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
18:03:41 [2020-10-05T18:03:41.282Z] #41 81.13   DEP      criu/fifo.d
18:03:41 [2020-10-05T18:03:41.282Z] #41 81.23   DEP      criu/fdstore.d
18:03:41 [2020-10-05T18:03:41.282Z] #41 81.34   DEP      criu/fault-injection.d
18:03:41 [2020-10-05T18:03:41.312Z] #41 72.32   DEP      criu/timerfd.d
18:03:41 [2020-10-05T18:03:41.312Z] #41 72.45   DEP      criu/timens.d
18:03:41 [2020-10-05T18:03:41.323Z] #41 63.93   DEP      criu/sigframe.d
18:03:41 [2020-10-05T18:03:41.323Z] #41 64.05   DEP      criu/shmem.d
18:03:41 [2020-10-05T18:03:41.541Z] #41 81.39   DEP      criu/external.d
18:03:41 [2020-10-05T18:03:41.542Z] #41 81.52   DEP      criu/eventpoll.d
18:03:41 [2020-10-05T18:03:41.569Z] #41 72.65   DEP      criu/sysfs_parse.d
18:03:41 [2020-10-05T18:03:41.589Z] #41 64.21   DEP      criu/servicefd.d
18:03:41 [2020-10-05T18:03:41.589Z] #41 64.31   DEP      criu/seize.d
18:03:41 [2020-10-05T18:03:41.801Z] #41 81.74   DEP      criu/eventfd.d
18:03:41 [2020-10-05T18:03:41.825Z] #41 72.86   DEP      criu/sysctl.d
18:03:41 [2020-10-05T18:03:41.825Z] #41 72.99   DEP      criu/string.d
18:03:41 [2020-10-05T18:03:41.853Z] #41 64.46   DEP      criu/seccomp.d
18:03:42 [2020-10-05T18:03:42.061Z] #41 81.85   DEP      criu/crtools.d
18:03:42 [2020-10-05T18:03:42.061Z] #41 82.00   DEP      criu/cr-service.d
18:03:42 [2020-10-05T18:03:42.061Z] #41 82.15   DEP      criu/cr-restore.d
18:03:42 [2020-10-05T18:03:42.082Z] #41 73.04   DEP      criu/stats.d
18:03:42 [2020-10-05T18:03:42.082Z] #41 73.19   DEP      criu/sockets.d
18:03:42 [2020-10-05T18:03:42.118Z] #41 64.68   DEP      criu/rst-malloc.d
18:03:42 [2020-10-05T18:03:42.230Z] #18 30.83 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
18:03:42 [2020-10-05T18:03:42.230Z] #18 30.85 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
18:03:42 [2020-10-05T18:03:42.320Z] #41 82.36   DEP      criu/cr-errno.d
18:03:42 [2020-10-05T18:03:42.320Z] #41 82.40   DEP      criu/cr-dump.d
18:03:42 [2020-10-05T18:03:42.338Z] #41 73.42   DEP      criu/sk-unix.d
18:03:42 [2020-10-05T18:03:42.385Z] #41 64.80   DEP      criu/rbtree.d
18:03:42 [2020-10-05T18:03:42.386Z] #41 64.83   DEP      criu/pstree.d
18:03:42 [2020-10-05T18:03:42.386Z] #41 64.96   DEP      criu/protobuf.d
18:03:42 [2020-10-05T18:03:42.579Z] #41 82.60   DEP      criu/cr-dedup.d
18:03:42 [2020-10-05T18:03:42.595Z] #41 73.65   DEP      criu/sk-tcp.d
18:03:42 [2020-10-05T18:03:42.651Z] #41 65.07   GEN      criu/protobuf-desc-gen.h
18:03:42 [2020-10-05T18:03:42.839Z] #41 82.79   DEP      criu/cr-check.d
18:03:42 [2020-10-05T18:03:42.852Z] #41 73.76   DEP      criu/sk-queue.d
18:03:42 [2020-10-05T18:03:42.852Z] #41 73.87   DEP      criu/sk-packet.d
18:03:43 [2020-10-05T18:03:43.099Z] #41 83.04   DEP      criu/config.d
18:03:43 [2020-10-05T18:03:43.108Z] #41 74.12   DEP      criu/sk-netlink.d
18:03:43 [2020-10-05T18:03:43.108Z] #41 74.27   DEP      criu/sk-inet.d
18:03:43 [2020-10-05T18:03:43.358Z] #41 83.17   DEP      criu/clone-noasan.d
18:03:43 [2020-10-05T18:03:43.358Z] #41 83.26   DEP      criu/cgroup.d
18:03:43 [2020-10-05T18:03:43.365Z] #41 74.42   DEP      criu/signalfd.d
18:03:43 [2020-10-05T18:03:43.365Z] #41 74.53   DEP      criu/sigframe.d
18:03:43 [2020-10-05T18:03:43.617Z] #41 83.43   DEP      criu/cgroup-props.d
18:03:43 [2020-10-05T18:03:43.618Z] #41 83.59   DEP      criu/bitmap.d
18:03:43 [2020-10-05T18:03:43.618Z] #41 83.60   DEP      criu/bfd.d
18:03:43 [2020-10-05T18:03:43.621Z] #41 74.60   DEP      criu/shmem.d
18:03:43 [2020-10-05T18:03:43.621Z] #41 74.71   DEP      criu/servicefd.d
18:03:43 [2020-10-05T18:03:43.621Z] #41 74.80   DEP      criu/seize.d
18:03:43 [2020-10-05T18:03:43.877Z] #41 83.71   DEP      criu/autofs.d
18:03:43 [2020-10-05T18:03:43.877Z] #41 83.86   DEP      criu/aio.d
18:03:43 [2020-10-05T18:03:43.877Z] #41 74.91   DEP      criu/seccomp.d
18:03:44 [2020-10-05T18:03:44.052Z] #41 66.39   DEP      criu/protobuf-desc.d
18:03:44 [2020-10-05T18:03:44.052Z] #41 66.45   DEP      criu/proc_parse.d
18:03:44 [2020-10-05T18:03:44.052Z] #41 66.56   DEP      criu/plugin.d
18:03:44 [2020-10-05T18:03:44.052Z] #41 66.62   DEP      criu/pipes.d
18:03:44 [2020-10-05T18:03:44.134Z] #41 75.07   DEP      criu/rst-malloc.d
18:03:44 [2020-10-05T18:03:44.134Z] #41 75.15   DEP      criu/rbtree.d
18:03:44 [2020-10-05T18:03:44.134Z] #41 75.17   DEP      criu/pstree.d
18:03:44 [2020-10-05T18:03:44.137Z] #41 84.06   DEP      criu/action-scripts.d
18:03:44 [2020-10-05T18:03:44.316Z] #41 66.73   DEP      criu/pie-util.d
18:03:44 [2020-10-05T18:03:44.316Z] #41 66.91   DEP      criu/pie-util-vdso.d
18:03:44 [2020-10-05T18:03:44.316Z] #41 66.97   DEP      criu/path.d
18:03:44 [2020-10-05T18:03:44.347Z] #18 ...
18:03:44 [2020-10-05T18:03:44.347Z] 
18:03:44 [2020-10-05T18:03:44.347Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:44 [2020-10-05T18:03:44.347Z] #43 107.3 crypto/tls
18:03:44 [2020-10-05T18:03:44.347Z] #43 114.4 net/http/httptrace
18:03:44 [2020-10-05T18:03:44.347Z] #43 114.8 net/http
18:03:44 [2020-10-05T18:03:44.347Z] #43 ...
18:03:44 [2020-10-05T18:03:44.347Z] 
18:03:44 [2020-10-05T18:03:44.347Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:44 [2020-10-05T18:03:44.347Z] #41 76.17   LINK     criu/pie/restorer.built-in.o
18:03:44 [2020-10-05T18:03:44.347Z] #41 76.19   GEN      criu/pie/restorer-blob.h
18:03:44 [2020-10-05T18:03:44.347Z] #41 76.35   DEP      criu/vdso.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 76.52   DEP      criu/uts_ns.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 76.63   DEP      criu/util.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 76.80   DEP      criu/uffd.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 77.01   DEP      criu/tun.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 77.22   DEP      criu/tty.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 77.50   DEP      criu/timerfd.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 77.80   DEP      criu/timens.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 78.00   DEP      criu/sysfs_parse.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 78.18   DEP      criu/sysctl.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 78.33   DEP      criu/string.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 78.38   DEP      criu/stats.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 78.53   DEP      criu/sockets.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 78.73   DEP      criu/sk-unix.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 79.05   DEP      criu/sk-tcp.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 79.28   DEP      criu/sk-queue.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 79.40   DEP      criu/sk-packet.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 79.69   DEP      criu/sk-netlink.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 79.90   DEP      criu/sk-inet.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 80.17   DEP      criu/signalfd.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 80.38   DEP      criu/sigframe.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 80.55   DEP      criu/shmem.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 80.74   DEP      criu/servicefd.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 80.95   DEP      criu/seize.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 81.13   DEP      criu/seccomp.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 81.40   DEP      criu/rst-malloc.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 81.52   DEP      criu/rbtree.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 81.56   DEP      criu/pstree.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 81.75   DEP      criu/protobuf.d
18:03:44 [2020-10-05T18:03:44.347Z] #41 81.92   GEN      criu/protobuf-desc-gen.h
18:03:44 [2020-10-05T18:03:44.390Z] #41 75.36   DEP      criu/protobuf.d
18:03:44 [2020-10-05T18:03:44.390Z] #41 75.46   GEN      criu/protobuf-desc-gen.h
18:03:44 [2020-10-05T18:03:44.396Z] #41 ...
18:03:44 [2020-10-05T18:03:44.396Z] 
18:03:44 [2020-10-05T18:03:44.396Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.19 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.19 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.20 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.62 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.62 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.62 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.62 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.63 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.65 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.71 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.71 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.72 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.74 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.74 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.76 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.76 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.80 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.82 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 21.84 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 22.10 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 22.17 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 22.22 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
18:03:44 [2020-10-05T18:03:44.396Z] #18 22.75 debconf: delaying package configuration, since apt-utils is not installed
18:03:44 [2020-10-05T18:03:44.396Z] #18 22.87 Fetched 28.5 MB in 2s (16.0 MB/s)
18:03:44 [2020-10-05T18:03:44.396Z] #18 22.93 Selecting previously unselected package pigz.
18:03:44 [2020-10-05T18:03:44.396Z] #18 22.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
18:03:44 [2020-10-05T18:03:44.396Z] #18 22.99 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 23.00 Unpacking pigz (2.4-1) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 23.10 Selecting previously unselected package libpython3.7-minimal:amd64.
18:03:44 [2020-10-05T18:03:44.396Z] #18 23.10 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 23.10 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 23.43 Selecting previously unselected package python3.7-minimal.
18:03:44 [2020-10-05T18:03:44.396Z] #18 23.43 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 23.47 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 24.33 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 24.34 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.73 Selecting previously unselected package python3-minimal.
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.73 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.79 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.79 Unpacking python3-minimal (3.7.3-1) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.86 Selecting previously unselected package libmpdec2:amd64.
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.86 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.87 Unpacking libmpdec2:amd64 (2.4.2-2) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.96 Selecting previously unselected package libpython3.7-stdlib:amd64.
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.97 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 26.98 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 27.99 Selecting previously unselected package python3.7.
18:03:44 [2020-10-05T18:03:44.396Z] #18 28.00 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 28.02 Unpacking python3.7 (3.7.3-2+deb10u2) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 28.12 Selecting previously unselected package libpython3-stdlib:amd64.
18:03:44 [2020-10-05T18:03:44.396Z] #18 28.13 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 28.13 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 28.22 Setting up python3-minimal (3.7.3-1) ...
18:03:44 [2020-10-05T18:03:44.396Z] #18 29.08 Selecting previously unselected package python3.
18:03:44 [2020-10-05T18:03:44.396Z] #18 29.08 (Reading database ... 
18:03:44 [2020-10-05T18:03:44.396Z] #18 ...
18:03:44 [2020-10-05T18:03:44.396Z] 
18:03:44 [2020-10-05T18:03:44.396Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:44 [2020-10-05T18:03:44.396Z] #41 84.36   CC       criu/action-scripts.o
18:03:44 [2020-10-05T18:03:44.582Z] #41 67.03   DEP      criu/parasite-syscall.d
18:03:44 [2020-10-05T18:03:44.582Z] #41 67.16   DEP      criu/pagemap.d
18:03:44 [2020-10-05T18:03:44.846Z] #41 67.31   DEP      criu/pagemap-cache.d
18:03:44 [2020-10-05T18:03:44.846Z] #41 ...
18:03:44 [2020-10-05T18:03:44.846Z] 
18:03:44 [2020-10-05T18:03:44.846Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:03:44 [2020-10-05T18:03:44.846Z] #38 123.8 + dpkg --print-architecture
18:03:44 [2020-10-05T18:03:44.846Z] #38 DONE 125.4s
18:03:44 [2020-10-05T18:03:44.846Z] 
18:03:44 [2020-10-05T18:03:44.846Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:44 [2020-10-05T18:03:44.846Z] #41 67.48   DEP      criu/page-xfer.d
18:03:44 [2020-10-05T18:03:44.846Z] #41 ...
18:03:44 [2020-10-05T18:03:44.846Z] 
18:03:44 [2020-10-05T18:03:44.846Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.49 Selecting previously unselected package python3-minimal.
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.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 ... 23654 files and directories currently installed.)
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.57 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.57 Unpacking python3-minimal (3.7.3-1) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.70 Selecting previously unselected package libmpdec2:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.71 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.73 Unpacking libmpdec2:arm64 (2.4.2-2) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.83 Selecting previously unselected package libpython3.7-stdlib:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.83 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 20.84 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 21.56 Selecting previously unselected package python3.7.
18:03:44 [2020-10-05T18:03:44.846Z] #18 21.57 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 21.57 Unpacking python3.7 (3.7.3-2+deb10u2) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 21.73 Selecting previously unselected package libpython3-stdlib:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 21.74 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 21.75 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 21.86 Setting up python3-minimal (3.7.3-1) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.65 Selecting previously unselected package python3.
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.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 ... 24066 files and directories currently installed.)
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.68 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.71 Unpacking python3 (3.7.3-1) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.84 Selecting previously unselected package libip4tc0:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.84 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.86 Unpacking libip4tc0:arm64 (1.8.2-4) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.96 Selecting previously unselected package libip6tc0:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.97 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 22.98 Unpacking libip6tc0:arm64 (1.8.2-4) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.09 Selecting previously unselected package libiptc0:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.10 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.11 Unpacking libiptc0:arm64 (1.8.2-4) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.20 Selecting previously unselected package libnfnetlink0:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.21 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.22 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.30 Selecting previously unselected package libnetfilter-conntrack3:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.31 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.32 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.42 Selecting previously unselected package libnftnl11:arm64.
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.42 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.43 Unpacking libnftnl11:arm64 (1.1.2-2) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.58 Selecting previously unselected package iptables.
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.58 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 23.60 Unpacking iptables (1.8.2-4) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 24.45 Selecting previously unselected package xxd.
18:03:44 [2020-10-05T18:03:44.846Z] #18 24.46 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 24.48 Unpacking xxd (2:8.1.0875-5) ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 25.00 Selecting previously unselected package vim-common.
18:03:44 [2020-10-05T18:03:44.846Z] #18 25.01 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
18:03:44 [2020-10-05T18:03:44.846Z] #18 25.06 Unpacking vim-common (2:8.1.0875-5) ...
18:03:44 [2020-10-05T18:03:44.964Z] #41 84.84   CC       criu/aio.o
18:03:45 [2020-10-05T18:03:45.051Z] #41 ...
18:03:45 [2020-10-05T18:03:45.051Z] 
18:03:45 [2020-10-05T18:03:45.051Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:45 [2020-10-05T18:03:45.051Z] #18 33.66 Selecting previously unselected package python3-minimal.
18:03:45 [2020-10-05T18:03:45.051Z] #18 33.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23610 files and directories currently installed.)
18:03:45 [2020-10-05T18:03:45.051Z] #18 33.71 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ...
18:03:45 [2020-10-05T18:03:45.051Z] #18 33.71 Unpacking python3-minimal (3.7.3-1) ...
18:03:45 [2020-10-05T18:03:45.051Z] #18 33.84 Selecting previously unselected package libmpdec2:ppc64el.
18:03:45 [2020-10-05T18:03:45.051Z] #18 33.84 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ...
18:03:45 [2020-10-05T18:03:45.051Z] #18 33.85 Unpacking libmpdec2:ppc64el (2.4.2-2) ...
18:03:45 [2020-10-05T18:03:45.351Z] #18 34.00 Selecting previously unselected package libpython3.7-stdlib:ppc64el.
18:03:45 [2020-10-05T18:03:45.351Z] #18 34.01 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ...
18:03:45 [2020-10-05T18:03:45.351Z] #18 34.01 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
18:03:45 [2020-10-05T18:03:45.373Z] #18 25.44 Selecting previously unselected package bash-completion.
18:03:45 [2020-10-05T18:03:45.373Z] #18 25.44 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
18:03:45 [2020-10-05T18:03:45.532Z] #41 85.41   CC       criu/autofs.o
18:03:46 [2020-10-05T18:03:46.284Z] #41 76.98   DEP      criu/protobuf-desc.d
18:03:46 [2020-10-05T18:03:46.284Z] #41 77.14   DEP      criu/proc_parse.d
18:03:46 [2020-10-05T18:03:46.284Z] #41 77.29   DEP      criu/plugin.d
18:03:46 [2020-10-05T18:03:46.284Z] #41 77.36   DEP      criu/pipes.d
18:03:46 [2020-10-05T18:03:46.284Z] #41 77.50   DEP      criu/pie-util.d
18:03:46 [2020-10-05T18:03:46.436Z] #18 35.05 Selecting previously unselected package python3.7.
18:03:46 [2020-10-05T18:03:46.436Z] #18 35.06 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ...
18:03:46 [2020-10-05T18:03:46.436Z] #18 35.06 Unpacking python3.7 (3.7.3-2+deb10u2) ...
18:03:46 [2020-10-05T18:03:46.436Z] #18 35.19 Selecting previously unselected package libpython3-stdlib:ppc64el.
18:03:46 [2020-10-05T18:03:46.436Z] #18 35.20 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ...
18:03:46 [2020-10-05T18:03:46.436Z] #18 35.20 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ...
18:03:46 [2020-10-05T18:03:46.540Z] #41 77.63   DEP      criu/pie-util-vdso.d
18:03:46 [2020-10-05T18:03:46.736Z] #18 35.29 Setting up python3-minimal (3.7.3-1) ...
18:03:46 [2020-10-05T18:03:46.797Z] #41 77.73   DEP      criu/pie-util-vdso-elf32.d
18:03:46 [2020-10-05T18:03:46.797Z] #41 77.84   DEP      criu/path.d
18:03:46 [2020-10-05T18:03:46.911Z] #41 86.84   CC       criu/bfd.o
18:03:47 [2020-10-05T18:03:47.053Z] #41 77.99   DEP      criu/parasite-syscall.d
18:03:47 [2020-10-05T18:03:47.054Z] #41 78.15   DEP      criu/pagemap.d
18:03:47 [2020-10-05T18:03:47.054Z] #41 ...
18:03:47 [2020-10-05T18:03:47.054Z] 
18:03:47 [2020-10-05T18:03:47.054Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:47 [2020-10-05T18:03:47.054Z] #18 11.03 Fetched 8387 kB in 10s (840 kB/s)
18:03:47 [2020-10-05T18:03:47.054Z] #18 11.03 Reading package lists...
18:03:47 [2020-10-05T18:03:47.054Z] #18 14.54 Reading package lists...
18:03:47 [2020-10-05T18:03:47.054Z] #18 17.62 Building dependency tree...
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.41 libcap2-bin is already the newest version (1:2.25-2).
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.41 The following additional packages will be installed:
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.42   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.42   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.42   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.43   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.43   python3.7 python3.7-minimal vim-runtime xxd
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.44 Suggested packages:
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.45   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.45   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.45   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.45 Recommended packages:
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.45   aufs-dkms nftables build-essential python3-dev python3-keyring
18:03:47 [2020-10-05T18:03:47.054Z] #18 19.45   python3-keyrings.alt python3-xdg unzip
18:03:47 [2020-10-05T18:03:47.054Z] #18 21.11 The following NEW packages will be installed:
18:03:47 [2020-10-05T18:03:47.054Z] #18 21.11   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
18:03:47 [2020-10-05T18:03:47.310Z] #18 21.12   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
18:03:47 [2020-10-05T18:03:47.310Z] #18 21.12   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
18:03:47 [2020-10-05T18:03:47.310Z] #18 21.12   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
18:03:47 [2020-10-05T18:03:47.310Z] #18 21.12   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
18:03:47 [2020-10-05T18:03:47.310Z] #18 21.12   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
18:03:47 [2020-10-05T18:03:47.310Z] #18 21.12   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
18:03:47 [2020-10-05T18:03:47.310Z] #18 21.12   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
18:03:47 [2020-10-05T18:03:47.310Z] #18 21.12   xz-utils zip
18:03:47 [2020-10-05T18:03:47.310Z] #18 ...
18:03:47 [2020-10-05T18:03:47.310Z] 
18:03:47 [2020-10-05T18:03:47.310Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:47 [2020-10-05T18:03:47.310Z] #41 78.33   DEP      criu/pagemap-cache.d
18:03:47 [2020-10-05T18:03:47.310Z] #41 78.41   DEP      criu/page-xfer.d
18:03:47 [2020-10-05T18:03:47.388Z] #18 35.93 Selecting previously unselected package python3.
18:03:47 [2020-10-05T18:03:47.388Z] #18 35.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24022 files and directories currently installed.)
18:03:47 [2020-10-05T18:03:47.388Z] #18 35.99 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ...
18:03:47 [2020-10-05T18:03:47.388Z] #18 36.01 Unpacking python3 (3.7.3-1) ...
18:03:47 [2020-10-05T18:03:47.388Z] #18 36.14 Selecting previously unselected package libip4tc0:ppc64el.
18:03:47 [2020-10-05T18:03:47.388Z] #18 36.16 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ...
18:03:47 [2020-10-05T18:03:47.388Z] #18 36.16 Unpacking libip4tc0:ppc64el (1.8.2-4) ...
18:03:47 [2020-10-05T18:03:47.479Z] #41 87.29   CC       criu/bitmap.o
18:03:47 [2020-10-05T18:03:47.479Z] #41 87.44   CC       criu/cgroup-props.o
18:03:47 [2020-10-05T18:03:47.567Z] #41 78.60   DEP      criu/page-pipe.d
18:03:47 [2020-10-05T18:03:47.567Z] #41 78.71   DEP      criu/netfilter.d
18:03:47 [2020-10-05T18:03:47.687Z] #18 36.25 Selecting previously unselected package libip6tc0:ppc64el.
18:03:47 [2020-10-05T18:03:47.687Z] #18 36.26 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ...
18:03:47 [2020-10-05T18:03:47.687Z] #18 36.26 Unpacking libip6tc0:ppc64el (1.8.2-4) ...
18:03:47 [2020-10-05T18:03:47.687Z] #18 36.39 Selecting previously unselected package libiptc0:ppc64el.
18:03:47 [2020-10-05T18:03:47.687Z] #18 36.40 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ...
18:03:47 [2020-10-05T18:03:47.687Z] #18 36.41 Unpacking libiptc0:ppc64el (1.8.2-4) ...
18:03:47 [2020-10-05T18:03:47.824Z] #41 78.87   DEP      criu/net.d
18:03:47 [2020-10-05T18:03:47.936Z] #18 28.12 Unpacking bash-completion (1:2.8-6) ...
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.49 Selecting previously unselected package libnfnetlink0:ppc64el.
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.49 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ...
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.50 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ...
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.56 Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.58 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ...
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.58 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.64 Selecting previously unselected package libnftnl11:ppc64el.
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.65 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ...
18:03:47 [2020-10-05T18:03:47.998Z] #18 36.65 Unpacking libnftnl11:ppc64el (1.1.2-2) ...
18:03:48 [2020-10-05T18:03:48.081Z] #41 79.09   DEP      criu/namespaces.d
18:03:48 [2020-10-05T18:03:48.081Z] #41 79.20   DEP      criu/mount.d
18:03:48 [2020-10-05T18:03:48.081Z] #41 79.31   DEP      criu/memfd.d
18:03:48 [2020-10-05T18:03:48.200Z] #18 28.50 Selecting previously unselected package bzip2.
18:03:48 [2020-10-05T18:03:48.298Z] #18 36.74 Selecting previously unselected package iptables.
18:03:48 [2020-10-05T18:03:48.298Z] #18 36.75 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ...
18:03:48 [2020-10-05T18:03:48.298Z] #18 36.75 Unpacking iptables (1.8.2-4) ...
18:03:48 [2020-10-05T18:03:48.339Z] #41 79.48   DEP      criu/mem.d
18:03:48 [2020-10-05T18:03:48.416Z] #41 ...
18:03:48 [2020-10-05T18:03:48.416Z] 
18:03:48 [2020-10-05T18:03:48.416Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:03:48 [2020-10-05T18:03:48.416Z] #30 DONE 134.4s
18:03:48 [2020-10-05T18:03:48.416Z] 
18:03:48 [2020-10-05T18:03:48.416Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.12 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.14 Unpacking python3 (3.7.3-1) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.25 Selecting previously unselected package libip4tc0:amd64.
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.26 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.27 Unpacking libip4tc0:amd64 (1.8.2-4) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.37 Selecting previously unselected package libip6tc0:amd64.
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.37 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.37 Unpacking libip6tc0:amd64 (1.8.2-4) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.47 Selecting previously unselected package libiptc0:amd64.
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.49 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.49 Unpacking libiptc0:amd64 (1.8.2-4) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.58 Selecting previously unselected package libnfnetlink0:amd64.
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.58 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.60 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.66 Selecting previously unselected package libnetfilter-conntrack3:amd64.
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.68 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.69 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.78 Selecting previously unselected package libnftnl11:amd64.
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.79 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.80 Unpacking libnftnl11:amd64 (1.1.2-2) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.90 Selecting previously unselected package iptables.
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.92 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 29.93 Unpacking iptables (1.8.2-4) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 30.28 Selecting previously unselected package xxd.
18:03:48 [2020-10-05T18:03:48.416Z] #18 30.28 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 30.29 Unpacking xxd (2:8.1.0875-5) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 30.42 Selecting previously unselected package vim-common.
18:03:48 [2020-10-05T18:03:48.416Z] #18 30.42 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 30.48 Unpacking vim-common (2:8.1.0875-5) ...
18:03:48 [2020-10-05T18:03:48.416Z] #18 30.68 Selecting previously unselected package bash-completion.
18:03:48 [2020-10-05T18:03:48.416Z] #18 30.68 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
18:03:48 [2020-10-05T18:03:48.464Z] #18 28.51 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
18:03:48 [2020-10-05T18:03:48.464Z] #18 28.52 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:03:48 [2020-10-05T18:03:48.464Z] #18 28.61 Selecting previously unselected package xz-utils.
18:03:48 [2020-10-05T18:03:48.464Z] #18 28.62 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
18:03:48 [2020-10-05T18:03:48.464Z] #18 28.63 Unpacking xz-utils (5.2.4-1) ...
18:03:48 [2020-10-05T18:03:48.595Z] #41 79.59   DEP      criu/lsm.d
18:03:48 [2020-10-05T18:03:48.595Z] #41 79.76   DEP      criu/log.d
18:03:48 [2020-10-05T18:03:48.728Z] #18 28.80 Selecting previously unselected package apparmor.
18:03:48 [2020-10-05T18:03:48.729Z] #18 28.80 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
18:03:48 [2020-10-05T18:03:48.729Z] #18 28.88 Unpacking apparmor (2.13.2-10) ...
18:03:48 [2020-10-05T18:03:48.853Z] #41 79.87   DEP      criu/libnetlink.d
18:03:48 [2020-10-05T18:03:48.853Z] #41 79.97   DEP      criu/kerndat.d
18:03:48 [2020-10-05T18:03:48.897Z] #18 37.44 Selecting previously unselected package xxd.
18:03:48 [2020-10-05T18:03:48.897Z] #18 37.46 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ...
18:03:48 [2020-10-05T18:03:48.897Z] #18 37.47 Unpacking xxd (2:8.1.0875-5) ...
18:03:48 [2020-10-05T18:03:48.897Z] #18 37.60 Selecting previously unselected package vim-common.
18:03:48 [2020-10-05T18:03:48.897Z] #18 37.61 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
18:03:48 [2020-10-05T18:03:48.897Z] #18 37.65 Unpacking vim-common (2:8.1.0875-5) ...
18:03:48 [2020-10-05T18:03:48.991Z] #18 29.19 Selecting previously unselected package aufs-tools.
18:03:48 [2020-10-05T18:03:48.991Z] #18 29.19 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
18:03:48 [2020-10-05T18:03:48.991Z] #18 29.20 Unpacking aufs-tools (1:4.14+20190211-1) ...
18:03:49 [2020-10-05T18:03:49.109Z] #41 80.14   DEP      criu/kcmp-ids.d
18:03:49 [2020-10-05T18:03:49.109Z] #41 80.23   DEP      criu/irmap.d
18:03:49 [2020-10-05T18:03:49.197Z] #18 37.85 Selecting previously unselected package bash-completion.
18:03:49 [2020-10-05T18:03:49.197Z] #18 37.86 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
18:03:49 [2020-10-05T18:03:49.256Z] #18 29.33 Selecting previously unselected package libonig5:arm64.
18:03:49 [2020-10-05T18:03:49.256Z] #18 29.34 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
18:03:49 [2020-10-05T18:03:49.256Z] #18 29.35 Unpacking libonig5:arm64 (6.9.1-1) ...
18:03:49 [2020-10-05T18:03:49.351Z] #18 34.03 Unpacking bash-completion (1:2.8-6) ...
18:03:49 [2020-10-05T18:03:49.366Z] #41 80.33   DEP      criu/ipc_ns.d
18:03:49 [2020-10-05T18:03:49.366Z] #41 80.44   DEP      criu/image.d
18:03:49 [2020-10-05T18:03:49.520Z] #18 29.68 Selecting previously unselected package libjq1:arm64.
18:03:49 [2020-10-05T18:03:49.520Z] #18 29.68 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
18:03:49 [2020-10-05T18:03:49.520Z] #18 29.70 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
18:03:49 [2020-10-05T18:03:49.623Z] #41 80.64   DEP      criu/image-desc.d
18:03:49 [2020-10-05T18:03:49.623Z] #41 80.71   DEP      criu/fsnotify.d
18:03:49 [2020-10-05T18:03:49.784Z] #18 29.79 Selecting previously unselected package jq.
18:03:49 [2020-10-05T18:03:49.784Z] #18 29.79 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
18:03:49 [2020-10-05T18:03:49.784Z] #18 29.80 Unpacking jq (1.5+dfsg-2+b1) ...
18:03:49 [2020-10-05T18:03:49.784Z] #18 29.91 Selecting previously unselected package libaio1:arm64.
18:03:49 [2020-10-05T18:03:49.784Z] #18 29.91 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
18:03:49 [2020-10-05T18:03:49.784Z] #18 29.92 Unpacking libaio1:arm64 (0.3.112-3) ...
18:03:49 [2020-10-05T18:03:49.879Z] #41 80.88   DEP      criu/filesystems.d
18:03:49 [2020-10-05T18:03:49.918Z] #18 34.62 Selecting previously unselected package bzip2.
18:03:50 [2020-10-05T18:03:50.047Z] #18 30.02 Selecting previously unselected package libgpm2:arm64.
18:03:50 [2020-10-05T18:03:50.047Z] #18 30.03 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
18:03:50 [2020-10-05T18:03:50.047Z] #18 30.04 Unpacking libgpm2:arm64 (1.20.7-5) ...
18:03:50 [2020-10-05T18:03:50.047Z] #18 30.15 Selecting previously unselected package libicu63:arm64.
18:03:50 [2020-10-05T18:03:50.047Z] #18 30.17 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
18:03:50 [2020-10-05T18:03:50.047Z] #18 30.17 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
18:03:50 [2020-10-05T18:03:50.136Z] #41 81.08   DEP      criu/files.d
18:03:50 [2020-10-05T18:03:50.176Z] #18 34.62 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
18:03:50 [2020-10-05T18:03:50.176Z] #18 34.62 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:03:50 [2020-10-05T18:03:50.176Z] #18 34.71 Selecting previously unselected package xz-utils.
18:03:50 [2020-10-05T18:03:50.176Z] #18 34.71 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
18:03:50 [2020-10-05T18:03:50.176Z] #18 34.71 Unpacking xz-utils (5.2.4-1) ...
18:03:50 [2020-10-05T18:03:50.176Z] #18 34.86 Selecting previously unselected package apparmor.
18:03:50 [2020-10-05T18:03:50.176Z] #18 34.87 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
18:03:50 [2020-10-05T18:03:50.393Z] #41 81.32   DEP      criu/files-reg.d
18:03:50 [2020-10-05T18:03:50.393Z] #41 81.48   DEP      criu/files-ext.d
18:03:50 [2020-10-05T18:03:50.434Z] #18 34.95 Unpacking apparmor (2.13.2-10) ...
18:03:50 [2020-10-05T18:03:50.649Z] #41 81.68   DEP      criu/file-lock.d
18:03:50 [2020-10-05T18:03:50.692Z] #18 35.24 Selecting previously unselected package aufs-tools.
18:03:50 [2020-10-05T18:03:50.692Z] #18 35.24 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
18:03:50 [2020-10-05T18:03:50.692Z] #18 35.25 Unpacking aufs-tools (1:4.14+20190211-1) ...
18:03:50 [2020-10-05T18:03:50.692Z] #18 35.37 Selecting previously unselected package libonig5:amd64.
18:03:50 [2020-10-05T18:03:50.692Z] #18 35.38 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
18:03:50 [2020-10-05T18:03:50.692Z] #18 35.38 Unpacking libonig5:amd64 (6.9.1-1) ...
18:03:50 [2020-10-05T18:03:50.906Z] #41 81.85   DEP      criu/file-ids.d
18:03:50 [2020-10-05T18:03:50.906Z] #41 82.05   DEP      criu/fifo.d
18:03:50 [2020-10-05T18:03:50.952Z] #18 35.55 Selecting previously unselected package libjq1:amd64.
18:03:50 [2020-10-05T18:03:50.952Z] #18 35.56 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
18:03:50 [2020-10-05T18:03:50.952Z] #18 35.56 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
18:03:50 [2020-10-05T18:03:50.952Z] #18 35.62 Selecting previously unselected package jq.
18:03:50 [2020-10-05T18:03:50.952Z] #18 35.63 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
18:03:50 [2020-10-05T18:03:50.952Z] #18 35.63 Unpacking jq (1.5+dfsg-2+b1) ...
18:03:50 [2020-10-05T18:03:50.952Z] #18 35.72 Selecting previously unselected package libaio1:amd64.
18:03:50 [2020-10-05T18:03:50.952Z] #18 35.72 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
18:03:51 [2020-10-05T18:03:51.163Z] #41 82.16   DEP      criu/fdstore.d
18:03:51 [2020-10-05T18:03:51.163Z] #41 82.24   DEP      criu/fault-injection.d
18:03:51 [2020-10-05T18:03:51.163Z] #41 82.28   DEP      criu/external.d
18:03:51 [2020-10-05T18:03:51.211Z] #18 35.73 Unpacking libaio1:amd64 (0.3.112-3) ...
18:03:51 [2020-10-05T18:03:51.211Z] #18 35.81 Selecting previously unselected package libgpm2:amd64.
18:03:51 [2020-10-05T18:03:51.211Z] #18 35.81 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
18:03:51 [2020-10-05T18:03:51.211Z] #18 35.81 Unpacking libgpm2:amd64 (1.20.7-5) ...
18:03:51 [2020-10-05T18:03:51.211Z] #18 35.89 Selecting previously unselected package libicu63:amd64.
18:03:51 [2020-10-05T18:03:51.211Z] #18 35.89 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
18:03:51 [2020-10-05T18:03:51.211Z] #18 35.89 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
18:03:51 [2020-10-05T18:03:51.419Z] #41 82.39   DEP      criu/eventpoll.d
18:03:51 [2020-10-05T18:03:51.419Z] #41 82.58   DEP      criu/eventfd.d
18:03:51 [2020-10-05T18:03:51.506Z] INFO: Extraction ended at 10/05/2020 18:03:49. Duration:00:00:23.6536029
18:03:51 [2020-10-05T18:03:51.506Z] INFO: Updating the golang and path environment variables
18:03:51 [2020-10-05T18:03:51.506Z] INFO: GOPATH=d:\gopath
18:03:51 [2020-10-05T18:03:51.506Z] INFO: go version go1.13.15 windows/amd64
18:03:51 [2020-10-05T18:03:51.506Z] INFO: Running the daemon under test in debug mode
18:03:51 [2020-10-05T18:03:51.506Z] INFO: Starting a daemon under test...
18:03:51 [2020-10-05T18:03:51.506Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41527\4\daemon --pidfile d:\CI\PR-41527\4\docker.pid -D
18:03:51 [2020-10-05T18:03:51.506Z] INFO: Process started successfully.
18:03:51 [2020-10-05T18:03:51.506Z] INFO: Start tailing logs of the daemon under tests
18:03:51 [2020-10-05T18:03:51.506Z] INFO: Waiting for the daemon under test to start...
18:03:51 [2020-10-05T18:03:51.677Z] #41 82.72   DEP      criu/crtools.d
18:03:51 [2020-10-05T18:03:51.677Z] #41 82.90   DEP      criu/cr-service.d
18:03:51 [2020-10-05T18:03:51.935Z] #41 83.04   DEP      criu/cr-restore.d
18:03:52 [2020-10-05T18:03:52.192Z] #41 83.30   DEP      criu/cr-errno.d
18:03:52 [2020-10-05T18:03:52.451Z] #41 83.34   DEP      criu/cr-dump.d
18:03:52 [2020-10-05T18:03:52.451Z] #41 83.55   DEP      criu/cr-dedup.d
18:03:52 [2020-10-05T18:03:52.708Z] #41 83.70   DEP      criu/cr-check.d
18:03:52 [2020-10-05T18:03:52.965Z] #41 83.89   DEP      criu/config.d
18:03:52 [2020-10-05T18:03:52.965Z] #41 84.06   DEP      criu/clone-noasan.d
18:03:53 [2020-10-05T18:03:53.221Z] #41 84.15   DEP      criu/cgroup.d
18:03:53 [2020-10-05T18:03:53.221Z] #41 84.31   DEP      criu/cgroup-props.d
18:03:53 [2020-10-05T18:03:53.221Z] #41 84.44   DEP      criu/bitmap.d
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.18 Selecting previously unselected package libnet1:arm64.
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.19 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.20 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.31 Selecting previously unselected package libnl-3-200:arm64.
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.31 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.33 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.45 Selecting previously unselected package libprotobuf-c1:arm64.
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.45 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.47 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
18:03:53 [2020-10-05T18:03:53.370Z] #18 33.67 Selecting previously unselected package libreadline5:arm64.
18:03:53 [2020-10-05T18:03:53.478Z] #41 84.45   DEP      criu/bfd.d
18:03:53 [2020-10-05T18:03:53.478Z] #41 84.56   DEP      criu/autofs.d
18:03:53 [2020-10-05T18:03:53.634Z] #18 33.68 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
18:03:53 [2020-10-05T18:03:53.634Z] #18 33.69 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
18:03:53 [2020-10-05T18:03:53.634Z] #18 33.80 Selecting previously unselected package net-tools.
18:03:53 [2020-10-05T18:03:53.634Z] #18 33.80 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
18:03:53 [2020-10-05T18:03:53.634Z] #18 33.80 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
18:03:53 [2020-10-05T18:03:53.714Z] #18 41.77 Unpacking bash-completion (1:2.8-6) ...
18:03:53 [2020-10-05T18:03:53.714Z] #18 42.30 Selecting previously unselected package bzip2.
18:03:53 [2020-10-05T18:03:53.714Z] #18 42.32 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ...
18:03:53 [2020-10-05T18:03:53.714Z] #18 42.34 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:03:53 [2020-10-05T18:03:53.714Z] #18 42.46 Selecting previously unselected package xz-utils.
18:03:53 [2020-10-05T18:03:53.714Z] #18 42.50 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ...
18:03:53 [2020-10-05T18:03:53.714Z] #18 42.51 Unpacking xz-utils (5.2.4-1) ...
18:03:53 [2020-10-05T18:03:53.744Z] #41 84.73   DEP      criu/aio.d
18:03:53 [2020-10-05T18:03:53.744Z] #41 84.88   DEP      criu/action-scripts.d
18:03:53 [2020-10-05T18:03:53.899Z] #18 33.98 Selecting previously unselected package python-pip-whl.
18:03:53 [2020-10-05T18:03:53.899Z] #18 33.99 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
18:03:53 [2020-10-05T18:03:53.899Z] #18 33.99 Unpacking python-pip-whl (18.1-5) ...
18:03:54 [2020-10-05T18:03:54.028Z] #18 42.66 Selecting previously unselected package apparmor.
18:03:54 [2020-10-05T18:03:54.028Z] #18 42.67 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ...
18:03:54 [2020-10-05T18:03:54.028Z] #18 42.76 Unpacking apparmor (2.13.2-10) ...
18:03:54 [2020-10-05T18:03:54.163Z] #18 34.52 Selecting previously unselected package python3-lib2to3.
18:03:54 [2020-10-05T18:03:54.350Z] #41 85.25   CC       criu/action-scripts.o
18:03:54 [2020-10-05T18:03:54.350Z] #41 ...
18:03:54 [2020-10-05T18:03:54.350Z] 
18:03:54 [2020-10-05T18:03:54.350Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.42 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded.
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.42 Need to get 28.5 MB of archives.
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.42 After this operation, 116 MB of additional disk space will be used.
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.61 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.62 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.63 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.63 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.64 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.65 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.65 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.68 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.72 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.72 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.77 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.83 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.83 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.84 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.85 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.85 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.85 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 21.86 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.33 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.34 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.34 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.34 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.35 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.36 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.46 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.46 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.47 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.47 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.49 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.51 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.51 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.57 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.59 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.61 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.92 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 22.98 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.02 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.56 debconf: delaying package configuration, since apt-utils is not installed
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.68 Fetched 28.5 MB in 2s (15.3 MB/s)
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.75 Selecting previously unselected package pigz.
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.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 ... 23432 files and directories currently installed.)
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.81 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.82 Unpacking pigz (2.4-1) ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.91 Selecting previously unselected package libpython3.7-minimal:amd64.
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.91 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 23.92 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 24.35 Selecting previously unselected package python3.7-minimal.
18:03:54 [2020-10-05T18:03:54.350Z] #18 24.36 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 24.37 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 25.26 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 25.27 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 27.69 Selecting previously unselected package python3-minimal.
18:03:54 [2020-10-05T18:03:54.350Z] #18 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 ... 23681 files and directories currently installed.)
18:03:54 [2020-10-05T18:03:54.350Z] #18 27.77 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 27.78 Unpacking python3-minimal (3.7.3-1) ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 27.87 Selecting previously unselected package libmpdec2:amd64.
18:03:54 [2020-10-05T18:03:54.350Z] #18 27.89 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 27.92 Unpacking libmpdec2:amd64 (2.4.2-2) ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 28.01 Selecting previously unselected package libpython3.7-stdlib:amd64.
18:03:54 [2020-10-05T18:03:54.350Z] #18 28.02 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.350Z] #18 28.03 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
18:03:54 [2020-10-05T18:03:54.427Z] #18 34.52 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
18:03:54 [2020-10-05T18:03:54.427Z] #18 34.53 Unpacking python3-lib2to3 (3.7.3-1) ...
18:03:54 [2020-10-05T18:03:54.501Z] #18 39.15 Selecting previously unselected package libnet1:amd64.
18:03:54 [2020-10-05T18:03:54.501Z] #18 39.17 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.501Z] #18 39.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:03:54 [2020-10-05T18:03:54.501Z] #18 39.25 Selecting previously unselected package libnl-3-200:amd64.
18:03:54 [2020-10-05T18:03:54.501Z] #18 39.25 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.690Z] #18 34.65 Selecting previously unselected package python3-distutils.
18:03:54 [2020-10-05T18:03:54.690Z] #18 34.67 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
18:03:54 [2020-10-05T18:03:54.690Z] #18 34.68 Unpacking python3-distutils (3.7.3-1) ...
18:03:54 [2020-10-05T18:03:54.690Z] #18 34.84 Selecting previously unselected package python3-pip.
18:03:54 [2020-10-05T18:03:54.690Z] #18 34.84 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
18:03:54 [2020-10-05T18:03:54.690Z] #18 34.85 Unpacking python3-pip (18.1-5) ...
18:03:54 [2020-10-05T18:03:54.700Z] #18 43.26 Selecting previously unselected package aufs-tools.
18:03:54 [2020-10-05T18:03:54.700Z] #18 43.27 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ...
18:03:54 [2020-10-05T18:03:54.700Z] #18 43.28 Unpacking aufs-tools (1:4.14+20190211-1) ...
18:03:54 [2020-10-05T18:03:54.700Z] #18 43.39 Selecting previously unselected package libonig5:ppc64el.
18:03:54 [2020-10-05T18:03:54.700Z] #18 43.40 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ...
18:03:54 [2020-10-05T18:03:54.700Z] #18 43.41 Unpacking libonig5:ppc64el (6.9.1-1) ...
18:03:54 [2020-10-05T18:03:54.761Z] #18 39.25 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
18:03:54 [2020-10-05T18:03:54.761Z] #18 39.34 Selecting previously unselected package libprotobuf-c1:amd64.
18:03:54 [2020-10-05T18:03:54.761Z] #18 39.34 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.761Z] #18 39.36 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:03:54 [2020-10-05T18:03:54.761Z] #18 39.43 Selecting previously unselected package libreadline5:amd64.
18:03:54 [2020-10-05T18:03:54.761Z] #18 39.45 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
18:03:54 [2020-10-05T18:03:54.761Z] #18 39.45 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
18:03:54 [2020-10-05T18:03:54.954Z] #18 35.03 Selecting previously unselected package python3-pkg-resources.
18:03:54 [2020-10-05T18:03:54.954Z] #18 35.03 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
18:03:54 [2020-10-05T18:03:54.954Z] #18 35.04 Unpacking python3-pkg-resources (40.8.0-1) ...
18:03:54 [2020-10-05T18:03:54.954Z] #18 35.18 Selecting previously unselected package python3-setuptools.
18:03:54 [2020-10-05T18:03:54.954Z] #18 35.18 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
18:03:54 [2020-10-05T18:03:54.954Z] #18 35.19 Unpacking python3-setuptools (40.8.0-1) ...
18:03:54 [2020-10-05T18:03:54.954Z] #18 ...
18:03:54 [2020-10-05T18:03:54.954Z] 
18:03:54 [2020-10-05T18:03:54.954Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:54 [2020-10-05T18:03:54.954Z] #41 67.65   DEP      criu/page-pipe.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 67.73   DEP      criu/netfilter.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 67.95   DEP      criu/net.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 68.18   DEP      criu/namespaces.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 68.37   DEP      criu/mount.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 68.55   DEP      criu/memfd.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 68.67   DEP      criu/mem.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 68.76   DEP      criu/lsm.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 68.85   DEP      criu/log.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 68.97   DEP      criu/libnetlink.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.06   DEP      criu/kerndat.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.16   DEP      criu/kcmp-ids.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.20   DEP      criu/irmap.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.28   DEP      criu/ipc_ns.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.36   DEP      criu/image.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.50   DEP      criu/image-desc.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.55   DEP      criu/fsnotify.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.75   DEP      criu/filesystems.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 69.89   DEP      criu/files.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.13   DEP      criu/files-reg.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.28   DEP      criu/files-ext.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.42   DEP      criu/file-lock.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.54   DEP      criu/file-ids.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.67   DEP      criu/fifo.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.79   DEP      criu/fdstore.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.87   DEP      criu/fault-injection.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.90   DEP      criu/external.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 70.99   DEP      criu/eventpoll.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 71.09   DEP      criu/eventfd.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 71.18   DEP      criu/crtools.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 71.34   DEP      criu/cr-service.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 71.44   DEP      criu/cr-restore.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 71.59   DEP      criu/cr-errno.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 71.60   DEP      criu/cr-dump.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 71.78   DEP      criu/cr-dedup.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 71.88   DEP      criu/cr-check.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.05   DEP      criu/config.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.28   DEP      criu/clone-noasan.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.36   DEP      criu/cgroup.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.51   DEP      criu/cgroup-props.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.60   DEP      criu/bitmap.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.63   DEP      criu/bfd.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.72   DEP      criu/autofs.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.83   DEP      criu/aio.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 72.98   DEP      criu/action-scripts.d
18:03:54 [2020-10-05T18:03:54.954Z] #41 73.37   CC       criu/action-scripts.o
18:03:54 [2020-10-05T18:03:54.954Z] #41 73.83   CC       criu/aio.o
18:03:54 [2020-10-05T18:03:54.954Z] #41 74.26   CC       criu/autofs.o
18:03:54 [2020-10-05T18:03:54.954Z] #41 75.42   CC       criu/bfd.o
18:03:54 [2020-10-05T18:03:54.954Z] #41 75.82   CC       criu/bitmap.o
18:03:54 [2020-10-05T18:03:54.954Z] #41 75.94   CC       criu/cgroup-props.o
18:03:54 [2020-10-05T18:03:54.954Z] #41 76.56   CC       criu/cgroup.o
18:03:55 [2020-10-05T18:03:55.015Z] #18 43.63 Selecting previously unselected package libjq1:ppc64el.
18:03:55 [2020-10-05T18:03:55.016Z] #18 43.64 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
18:03:55 [2020-10-05T18:03:55.016Z] #18 43.64 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
18:03:55 [2020-10-05T18:03:55.020Z] #18 39.59 Selecting previously unselected package net-tools.
18:03:55 [2020-10-05T18:03:55.020Z] #18 39.59 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
18:03:55 [2020-10-05T18:03:55.020Z] #18 39.61 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
18:03:55 [2020-10-05T18:03:55.219Z] #41 ...
18:03:55 [2020-10-05T18:03:55.219Z] 
18:03:55 [2020-10-05T18:03:55.219Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:55 [2020-10-05T18:03:55.219Z] #18 35.52 Selecting previously unselected package python3-wheel.
18:03:55 [2020-10-05T18:03:55.280Z] #18 39.78 Selecting previously unselected package python-pip-whl.
18:03:55 [2020-10-05T18:03:55.280Z] #18 39.79 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
18:03:55 [2020-10-05T18:03:55.280Z] #18 39.79 Unpacking python-pip-whl (18.1-5) ...
18:03:55 [2020-10-05T18:03:55.281Z] #18 29.20 Selecting previously unselected package python3.7.
18:03:55 [2020-10-05T18:03:55.281Z] #18 29.22 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
18:03:55 [2020-10-05T18:03:55.281Z] #18 29.23 Unpacking python3.7 (3.7.3-2+deb10u2) ...
18:03:55 [2020-10-05T18:03:55.367Z] #18 43.78 Selecting previously unselected package jq.
18:03:55 [2020-10-05T18:03:55.367Z] #18 43.80 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ...
18:03:55 [2020-10-05T18:03:55.367Z] #18 43.80 Unpacking jq (1.5+dfsg-2+b1) ...
18:03:55 [2020-10-05T18:03:55.367Z] #18 43.93 Selecting previously unselected package libaio1:ppc64el.
18:03:55 [2020-10-05T18:03:55.367Z] #18 43.94 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ...
18:03:55 [2020-10-05T18:03:55.367Z] #18 43.94 Unpacking libaio1:ppc64el (0.3.112-3) ...
18:03:55 [2020-10-05T18:03:55.367Z] #18 44.03 Selecting previously unselected package libgpm2:ppc64el.
18:03:55 [2020-10-05T18:03:55.367Z] #18 44.04 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ...
18:03:55 [2020-10-05T18:03:55.367Z] #18 44.04 Unpacking libgpm2:ppc64el (1.20.7-5) ...
18:03:55 [2020-10-05T18:03:55.483Z] #18 35.53 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
18:03:55 [2020-10-05T18:03:55.483Z] #18 35.54 Unpacking python3-wheel (0.32.3-2) ...
18:03:55 [2020-10-05T18:03:55.483Z] #18 35.64 Selecting previously unselected package sudo.
18:03:55 [2020-10-05T18:03:55.483Z] #18 35.64 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ...
18:03:55 [2020-10-05T18:03:55.483Z] #18 35.66 Unpacking sudo (1.8.27-1+deb10u2) ...
18:03:55 [2020-10-05T18:03:55.537Z] #18 29.35 Selecting previously unselected package libpython3-stdlib:amd64.
18:03:55 [2020-10-05T18:03:55.537Z] #18 29.37 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
18:03:55 [2020-10-05T18:03:55.537Z] #18 29.38 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
18:03:55 [2020-10-05T18:03:55.537Z] #18 29.50 Setting up python3-minimal (3.7.3-1) ...
18:03:55 [2020-10-05T18:03:55.673Z] #18 44.15 Selecting previously unselected package libicu63:ppc64el.
18:03:55 [2020-10-05T18:03:55.673Z] #18 44.16 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ...
18:03:55 [2020-10-05T18:03:55.673Z] #18 44.17 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
18:03:55 [2020-10-05T18:03:55.673Z] #18 ...
18:03:55 [2020-10-05T18:03:55.673Z] 
18:03:55 [2020-10-05T18:03:55.673Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:03:55 [2020-10-05T18:03:55.673Z] #43 128.5 github.com/LK4D4/vndr/godl
18:03:55 [2020-10-05T18:03:55.748Z] #18 36.07 Selecting previously unselected package thin-provisioning-tools.
18:03:55 [2020-10-05T18:03:55.848Z] #18 40.39 Selecting previously unselected package python3-lib2to3.
18:03:55 [2020-10-05T18:03:55.848Z] #18 40.41 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
18:03:55 [2020-10-05T18:03:55.848Z] #18 40.41 Unpacking python3-lib2to3 (3.7.3-1) ...
18:03:55 [2020-10-05T18:03:55.848Z] #18 40.52 Selecting previously unselected package python3-distutils.
18:03:56 [2020-10-05T18:03:56.012Z] #18 36.07 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
18:03:56 [2020-10-05T18:03:56.012Z] #18 36.17 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
18:03:56 [2020-10-05T18:03:56.107Z] #18 40.53 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
18:03:56 [2020-10-05T18:03:56.107Z] #18 40.55 Unpacking python3-distutils (3.7.3-1) ...
18:03:56 [2020-10-05T18:03:56.107Z] #18 40.70 Selecting previously unselected package python3-pip.
18:03:56 [2020-10-05T18:03:56.107Z] #18 40.71 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
18:03:56 [2020-10-05T18:03:56.107Z] #18 40.72 Unpacking python3-pip (18.1-5) ...
18:03:56 [2020-10-05T18:03:56.277Z] #18 36.42 Selecting previously unselected package uidmap.
18:03:56 [2020-10-05T18:03:56.277Z] #18 36.42 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
18:03:56 [2020-10-05T18:03:56.277Z] #18 36.42 Unpacking uidmap (1:4.5-1.1) ...
18:03:56 [2020-10-05T18:03:56.322Z] #43 129.4 github.com/LK4D4/vndr
18:03:56 [2020-10-05T18:03:56.366Z] #18 40.88 Selecting previously unselected package python3-pkg-resources.
18:03:56 [2020-10-05T18:03:56.366Z] #18 40.88 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
18:03:56 [2020-10-05T18:03:56.366Z] #18 40.89 Unpacking python3-pkg-resources (40.8.0-1) ...
18:03:56 [2020-10-05T18:03:56.366Z] #18 41.01 Selecting previously unselected package python3-setuptools.
18:03:56 [2020-10-05T18:03:56.366Z] #18 41.01 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
18:03:56 [2020-10-05T18:03:56.366Z] #18 41.02 Unpacking python3-setuptools (40.8.0-1) ...
18:03:56 [2020-10-05T18:03:56.473Z] #18 30.47 Selecting previously unselected package python3.
18:03:56 [2020-10-05T18:03:56.542Z] #18 36.61 Selecting previously unselected package vim-runtime.
18:03:56 [2020-10-05T18:03:56.542Z] #18 36.61 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
18:03:56 [2020-10-05T18:03:56.542Z] #18 36.65 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
18:03:56 [2020-10-05T18:03:56.542Z] #18 36.69 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
18:03:56 [2020-10-05T18:03:56.542Z] #18 36.69 Unpacking vim-runtime (2:8.1.0875-5) ...
18:03:56 [2020-10-05T18:03:56.622Z] #43 ...
18:03:56 [2020-10-05T18:03:56.622Z] 
18:03:56 [2020-10-05T18:03:56.622Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:56 [2020-10-05T18:03:56.622Z] #41 84.29   DEP      criu/protobuf-desc.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 84.50   DEP      criu/proc_parse.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 84.72   DEP      criu/plugin.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 84.82   DEP      criu/pipes.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 85.02   DEP      criu/pie-util.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 85.17   DEP      criu/pie-util-vdso.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 85.32   DEP      criu/path.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 85.47   DEP      criu/parasite-syscall.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 85.71   DEP      criu/pagemap.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 85.92   DEP      criu/pagemap-cache.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 86.06   DEP      criu/page-xfer.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 86.35   DEP      criu/page-pipe.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 86.54   DEP      criu/netfilter.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 86.78   DEP      criu/net.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 87.04   DEP      criu/namespaces.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 87.34   DEP      criu/mount.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 87.70   DEP      criu/memfd.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 87.98   DEP      criu/mem.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 88.27   DEP      criu/lsm.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 88.49   DEP      criu/log.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 88.68   DEP      criu/libnetlink.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 88.87   DEP      criu/kerndat.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 89.11   DEP      criu/kcmp-ids.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 89.27   DEP      criu/irmap.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 89.42   DEP      criu/ipc_ns.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 89.61   DEP      criu/image.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 89.80   DEP      criu/image-desc.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 89.98   DEP      criu/fsnotify.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 90.21   DEP      criu/filesystems.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 90.39   DEP      criu/files.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 90.66   DEP      criu/files-reg.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 90.81   DEP      criu/files-ext.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 90.95   DEP      criu/file-lock.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 91.17   DEP      criu/file-ids.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 91.33   DEP      criu/fifo.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 91.49   DEP      criu/fdstore.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 91.60   DEP      criu/fault-injection.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 91.68   DEP      criu/external.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 91.95   DEP      criu/eventpoll.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 92.14   DEP      criu/eventfd.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 92.39   DEP      criu/crtools.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 92.58   DEP      criu/cr-service.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 92.87   DEP      criu/cr-restore.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 93.24   DEP      criu/cr-errno.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 93.27   DEP      criu/cr-dump.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 93.54   DEP      criu/cr-dedup.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 93.74   DEP      criu/cr-check.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 93.97   DEP      criu/config.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 94.19   DEP      criu/clone-noasan.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 94.29   DEP      criu/cgroup.d
18:03:56 [2020-10-05T18:03:56.622Z] #41 94.48   DEP      criu/cgroup-props.d
18:03:56 [2020-10-05T18:03:56.625Z] #18 41.21 Selecting previously unselected package python3-wheel.
18:03:56 [2020-10-05T18:03:56.625Z] #18 41.21 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
18:03:56 [2020-10-05T18:03:56.625Z] #18 41.22 Unpacking python3-wheel (0.32.3-2) ...
18:03:56 [2020-10-05T18:03:56.625Z] #18 41.29 Selecting previously unselected package sudo.
18:03:56 [2020-10-05T18:03:56.625Z] #18 41.30 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
18:03:56 [2020-10-05T18:03:56.625Z] #18 41.31 Unpacking sudo (1.8.27-1+deb10u2) ...
18:03:56 [2020-10-05T18:03:56.734Z] #18 30.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 ... 24093 files and directories currently installed.)
18:03:56 [2020-10-05T18:03:56.735Z] #18 30.55 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
18:03:56 [2020-10-05T18:03:56.735Z] #18 30.60 Unpacking python3 (3.7.3-1) ...
18:03:56 [2020-10-05T18:03:56.935Z] #41 94.66   DEP      criu/bitmap.d
18:03:56 [2020-10-05T18:03:56.935Z] #41 94.69   DEP      criu/bfd.d
18:03:56 [2020-10-05T18:03:56.992Z] #18 30.86 Selecting previously unselected package libip4tc0:amd64.
18:03:56 [2020-10-05T18:03:56.992Z] #18 30.86 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
18:03:56 [2020-10-05T18:03:56.992Z] #18 30.87 Unpacking libip4tc0:amd64 (1.8.2-4) ...
18:03:56 [2020-10-05T18:03:56.992Z] #18 30.93 Selecting previously unselected package libip6tc0:amd64.
18:03:56 [2020-10-05T18:03:56.992Z] #18 30.93 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
18:03:56 [2020-10-05T18:03:56.992Z] #18 30.94 Unpacking libip6tc0:amd64 (1.8.2-4) ...
18:03:56 [2020-10-05T18:03:56.992Z] #18 31.04 Selecting previously unselected package libiptc0:amd64.
18:03:56 [2020-10-05T18:03:56.992Z] #18 31.06 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
18:03:56 [2020-10-05T18:03:56.992Z] #18 31.07 Unpacking libiptc0:amd64 (1.8.2-4) ...
18:03:56 [2020-10-05T18:03:56.992Z] #18 31.13 Selecting previously unselected package libnfnetlink0:amd64.
18:03:56 [2020-10-05T18:03:56.992Z] #18 31.14 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
18:03:57 [2020-10-05T18:03:57.194Z] #18 41.86 Selecting previously unselected package thin-provisioning-tools.
18:03:57 [2020-10-05T18:03:57.236Z] #41 94.85   DEP      criu/autofs.d
18:03:57 [2020-10-05T18:03:57.248Z] #18 31.14 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:03:57 [2020-10-05T18:03:57.248Z] #18 31.20 Selecting previously unselected package libnetfilter-conntrack3:amd64.
18:03:57 [2020-10-05T18:03:57.248Z] #18 31.23 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
18:03:57 [2020-10-05T18:03:57.249Z] #18 31.23 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
18:03:57 [2020-10-05T18:03:57.454Z] #18 41.86 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
18:03:57 [2020-10-05T18:03:57.454Z] #18 41.87 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
18:03:57 [2020-10-05T18:03:57.454Z] #18 42.05 Selecting previously unselected package uidmap.
18:03:57 [2020-10-05T18:03:57.454Z] #18 42.06 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
18:03:57 [2020-10-05T18:03:57.454Z] #18 42.06 Unpacking uidmap (1:4.5-1.1) ...
18:03:57 [2020-10-05T18:03:57.505Z] #18 31.40 Selecting previously unselected package libnftnl11:amd64.
18:03:57 [2020-10-05T18:03:57.505Z] #18 31.41 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
18:03:57 [2020-10-05T18:03:57.505Z] #18 31.42 Unpacking libnftnl11:amd64 (1.1.2-2) ...
18:03:57 [2020-10-05T18:03:57.534Z] #41 95.10   DEP      criu/aio.d
18:03:57 [2020-10-05T18:03:57.534Z] #41 95.30   DEP      criu/action-scripts.d
18:03:57 [2020-10-05T18:03:57.713Z] #18 42.17 Selecting previously unselected package vim-runtime.
18:03:57 [2020-10-05T18:03:57.713Z] #18 42.18 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
18:03:57 [2020-10-05T18:03:57.713Z] #18 42.20 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
18:03:57 [2020-10-05T18:03:57.713Z] #18 42.24 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
18:03:57 [2020-10-05T18:03:57.713Z] #18 42.25 Unpacking vim-runtime (2:8.1.0875-5) ...
18:03:57 [2020-10-05T18:03:57.762Z] #18 ...
18:03:57 [2020-10-05T18:03:57.762Z] 
18:03:57 [2020-10-05T18:03:57.762Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:03:57 [2020-10-05T18:03:57.762Z] #30 DONE 138.5s
18:03:57 [2020-10-05T18:03:57.762Z] 
18:03:57 [2020-10-05T18:03:57.762Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:57 [2020-10-05T18:03:57.762Z] #18 31.62 Selecting previously unselected package iptables.
18:03:57 [2020-10-05T18:03:57.762Z] #18 31.63 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
18:03:57 [2020-10-05T18:03:57.762Z] #18 31.65 Unpacking iptables (1.8.2-4) ...
18:03:57 [2020-10-05T18:03:57.762Z] #18 ...
18:03:57 [2020-10-05T18:03:57.762Z] 
18:03:57 [2020-10-05T18:03:57.762Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:57 [2020-10-05T18:03:57.762Z] #41 85.74   CC       criu/aio.o
18:03:57 [2020-10-05T18:03:57.762Z] #41 86.29   CC       criu/autofs.o
18:03:57 [2020-10-05T18:03:57.762Z] #41 87.80   CC       criu/bfd.o
18:03:57 [2020-10-05T18:03:57.762Z] #41 88.42   CC       criu/bitmap.o
18:03:57 [2020-10-05T18:03:57.762Z] #41 88.54   CC       criu/cgroup-props.o
18:03:57 [2020-10-05T18:03:57.834Z] #41 95.68   CC       criu/action-scripts.o
18:03:58 [2020-10-05T18:03:58.488Z] #41 96.21   CC       criu/aio.o
18:03:58 [2020-10-05T18:03:58.651Z] #18 ...
18:03:58 [2020-10-05T18:03:58.651Z] 
18:03:58 [2020-10-05T18:03:58.651Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:03:58 [2020-10-05T18:03:58.651Z] #41 88.61   CC       criu/cgroup.o
18:03:58 [2020-10-05T18:03:58.651Z] #41 91.85   CC       criu/clone-noasan.o
18:03:58 [2020-10-05T18:03:58.651Z] #41 92.02   CC       criu/config.o
18:03:58 [2020-10-05T18:03:58.651Z] #41 93.42   CC       criu/cr-check.o
18:03:58 [2020-10-05T18:03:58.651Z] #41 95.01   CC       criu/cr-dedup.o
18:03:58 [2020-10-05T18:03:58.651Z] #41 95.41   CC       criu/cr-dump.o
18:03:58 [2020-10-05T18:03:58.651Z] #41 97.60   CC       criu/cr-errno.o
18:03:58 [2020-10-05T18:03:58.651Z] #41 97.69   CC       criu/cr-restore.o
18:03:58 [2020-10-05T18:03:58.692Z] #41 89.63   CC       criu/cgroup.o
18:03:59 [2020-10-05T18:03:59.106Z] #18 39.09 Selecting previously unselected package vim.
18:03:59 [2020-10-05T18:03:59.106Z] #18 39.09 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
18:03:59 [2020-10-05T18:03:59.106Z] #18 39.12 Unpacking vim (2:8.1.0875-5) ...
18:03:59 [2020-10-05T18:03:59.159Z] #41 96.91   CC       criu/autofs.o
18:03:59 [2020-10-05T18:03:59.159Z] #41 ...
18:03:59 [2020-10-05T18:03:59.159Z] 
18:03:59 [2020-10-05T18:03:59.159Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:03:59 [2020-10-05T18:03:59.159Z] #18 47.86 Selecting previously unselected package libnet1:ppc64el.
18:03:59 [2020-10-05T18:03:59.159Z] #18 47.87 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
18:03:59 [2020-10-05T18:03:59.159Z] #18 47.87 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
18:03:59 [2020-10-05T18:03:59.159Z] #18 47.95 Selecting previously unselected package libnl-3-200:ppc64el.
18:03:59 [2020-10-05T18:03:59.374Z] #18 39.58 Selecting previously unselected package xfsprogs.
18:03:59 [2020-10-05T18:03:59.375Z] #18 39.59 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
18:03:59 [2020-10-05T18:03:59.375Z] #18 39.61 Unpacking xfsprogs (4.20.0-1) ...
18:03:59 [2020-10-05T18:03:59.461Z] #18 47.97 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ...
18:03:59 [2020-10-05T18:03:59.462Z] #18 47.97 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
18:03:59 [2020-10-05T18:03:59.462Z] #18 48.07 Selecting previously unselected package libprotobuf-c1:ppc64el.
18:03:59 [2020-10-05T18:03:59.462Z] #18 48.08 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
18:03:59 [2020-10-05T18:03:59.462Z] #18 48.09 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
18:03:59 [2020-10-05T18:03:59.462Z] #18 48.17 Selecting previously unselected package libreadline5:ppc64el.
18:03:59 [2020-10-05T18:03:59.462Z] #18 48.18 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ...
18:03:59 [2020-10-05T18:03:59.462Z] #18 48.18 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ...
18:03:59 [2020-10-05T18:03:59.462Z] #18 48.31 Selecting previously unselected package net-tools.
18:03:59 [2020-10-05T18:03:59.783Z] #18 48.33 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ...
18:03:59 [2020-10-05T18:03:59.783Z] #18 48.34 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
18:03:59 [2020-10-05T18:03:59.783Z] #18 48.58 Selecting previously unselected package python-pip-whl.
18:03:59 [2020-10-05T18:03:59.903Z] #18 39.98 Selecting previously unselected package zip.
18:03:59 [2020-10-05T18:03:59.903Z] #18 40.00 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
18:03:59 [2020-10-05T18:03:59.903Z] #18 40.01 Unpacking zip (3.0-11+b1) ...
18:03:59 [2020-10-05T18:03:59.903Z] #18 40.26 Setting up aufs-tools (1:4.14+20190211-1) ...
18:04:00 [2020-10-05T18:04:00.098Z] #18 48.59 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
18:04:00 [2020-10-05T18:04:00.098Z] #18 48.60 Unpacking python-pip-whl (18.1-5) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.28 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.30 Setting up libip6tc0:arm64 (1.8.2-4) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.31 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.33 Setting up libgpm2:arm64 (1.20.7-5) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.34 Setting up libip4tc0:arm64 (1.8.2-4) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.35 Setting up uidmap (1:4.5-1.1) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.36 Setting up libnftnl11:arm64 (1.1.2-2) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.37 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.38 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.39 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.41 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.42 Setting up xxd (2:8.1.0875-5) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.43 Setting up zip (3.0-11+b1) ...
18:04:00 [2020-10-05T18:04:00.180Z] #18 40.44 Setting up vim-common (2:8.1.0875-5) ...
18:04:00 [2020-10-05T18:04:00.400Z] #18 49.07 Selecting previously unselected package python3-lib2to3.
18:04:00 [2020-10-05T18:04:00.400Z] #18 49.08 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
18:04:00 [2020-10-05T18:04:00.400Z] #18 49.08 Unpacking python3-lib2to3 (3.7.3-1) ...
18:04:00 [2020-10-05T18:04:00.444Z] #18 40.48 Setting up bash-completion (1:2.8-6) ...
18:04:00 [2020-10-05T18:04:00.556Z] #41 ...
18:04:00 [2020-10-05T18:04:00.556Z] 
18:04:00 [2020-10-05T18:04:00.556Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:00 [2020-10-05T18:04:00.556Z] #18 44.98 Selecting previously unselected package vim.
18:04:00 [2020-10-05T18:04:00.556Z] #18 44.98 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
18:04:00 [2020-10-05T18:04:00.556Z] #18 45.00 Unpacking vim (2:8.1.0875-5) ...
18:04:00 [2020-10-05T18:04:00.702Z] #18 49.20 Selecting previously unselected package python3-distutils.
18:04:00 [2020-10-05T18:04:00.702Z] #18 49.21 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
18:04:00 [2020-10-05T18:04:00.702Z] #18 49.21 Unpacking python3-distutils (3.7.3-1) ...
18:04:01 [2020-10-05T18:04:01.003Z] #18 49.47 Selecting previously unselected package python3-pip.
18:04:01 [2020-10-05T18:04:01.003Z] #18 49.48 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
18:04:01 [2020-10-05T18:04:01.003Z] #18 49.48 Unpacking python3-pip (18.1-5) ...
18:04:01 [2020-10-05T18:04:01.003Z] #18 49.78 Selecting previously unselected package python3-pkg-resources.
18:04:01 [2020-10-05T18:04:01.003Z] #18 49.79 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
18:04:01 [2020-10-05T18:04:01.003Z] #18 49.80 Unpacking python3-pkg-resources (40.8.0-1) ...
18:04:01 [2020-10-05T18:04:01.075Z] #18 45.56 Selecting previously unselected package xfsprogs.
18:04:01 [2020-10-05T18:04:01.075Z] #18 45.57 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
18:04:01 [2020-10-05T18:04:01.075Z] #18 45.58 Unpacking xfsprogs (4.20.0-1) ...
18:04:01 [2020-10-05T18:04:01.255Z] #41 ...
18:04:01 [2020-10-05T18:04:01.255Z] 
18:04:01 [2020-10-05T18:04:01.255Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:01 [2020-10-05T18:04:01.255Z] #18 32.30 Selecting previously unselected package xxd.
18:04:01 [2020-10-05T18:04:01.255Z] #18 32.30 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
18:04:01 [2020-10-05T18:04:01.255Z] #18 32.30 Unpacking xxd (2:8.1.0875-5) ...
18:04:01 [2020-10-05T18:04:01.255Z] #18 32.48 Selecting previously unselected package vim-common.
18:04:01 [2020-10-05T18:04:01.255Z] #18 32.51 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
18:04:01 [2020-10-05T18:04:01.255Z] #18 32.60 Unpacking vim-common (2:8.1.0875-5) ...
18:04:01 [2020-10-05T18:04:01.255Z] #18 32.95 Selecting previously unselected package bash-completion.
18:04:01 [2020-10-05T18:04:01.255Z] #18 32.99 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
18:04:01 [2020-10-05T18:04:01.303Z] #18 49.98 Selecting previously unselected package python3-setuptools.
18:04:01 [2020-10-05T18:04:01.303Z] #18 50.00 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
18:04:01 [2020-10-05T18:04:01.303Z] #18 50.00 Unpacking python3-setuptools (40.8.0-1) ...
18:04:01 [2020-10-05T18:04:01.334Z] #18 45.99 Selecting previously unselected package zip.
18:04:01 [2020-10-05T18:04:01.334Z] #18 45.99 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
18:04:01 [2020-10-05T18:04:01.334Z] #18 46.00 Unpacking zip (3.0-11+b1) ...
18:04:01 [2020-10-05T18:04:01.540Z] ok  	github.com/docker/docker/cmd/dockerd	0.046s	coverage: 29.1% of statements
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.17 Setting up aufs-tools (1:4.14+20190211-1) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.19 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.20 Setting up libip6tc0:amd64 (1.8.2-4) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.21 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.22 Setting up libgpm2:amd64 (1.20.7-5) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.23 Setting up libip4tc0:amd64 (1.8.2-4) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.24 Setting up uidmap (1:4.5-1.1) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.25 Setting up libnftnl11:amd64 (1.1.2-2) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.27 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.28 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:04:01 [2020-10-05T18:04:01.593Z] #18 46.33 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
18:04:01 [2020-10-05T18:04:01.607Z] #18 50.28 Selecting previously unselected package python3-wheel.
18:04:01 [2020-10-05T18:04:01.607Z] #18 50.30 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
18:04:01 [2020-10-05T18:04:01.607Z] #18 50.30 Unpacking python3-wheel (0.32.3-2) ...
18:04:01 [2020-10-05T18:04:01.818Z] #18 35.74 Unpacking bash-completion (1:2.8-6) ...
18:04:01 [2020-10-05T18:04:01.852Z] #18 46.34 Setting up xxd (2:8.1.0875-5) ...
18:04:01 [2020-10-05T18:04:01.852Z] #18 46.35 Setting up zip (3.0-11+b1) ...
18:04:01 [2020-10-05T18:04:01.852Z] #18 46.37 Setting up vim-common (2:8.1.0875-5) ...
18:04:01 [2020-10-05T18:04:01.852Z] #18 46.39 Setting up bash-completion (1:2.8-6) ...
18:04:01 [2020-10-05T18:04:01.906Z] #18 50.42 Selecting previously unselected package sudo.
18:04:01 [2020-10-05T18:04:01.906Z] #18 50.42 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ...
18:04:01 [2020-10-05T18:04:01.906Z] #18 50.43 Unpacking sudo (1.8.27-1+deb10u2) ...
18:04:02 [2020-10-05T18:04:02.075Z] #18 36.09 Selecting previously unselected package bzip2.
18:04:02 [2020-10-05T18:04:02.075Z] #18 36.10 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
18:04:02 [2020-10-05T18:04:02.075Z] #18 36.11 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
18:04:02 [2020-10-05T18:04:02.075Z] #18 36.19 Selecting previously unselected package xz-utils.
18:04:02 [2020-10-05T18:04:02.075Z] #18 36.21 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
18:04:02 [2020-10-05T18:04:02.207Z] #18 50.96 Selecting previously unselected package thin-provisioning-tools.
18:04:02 [2020-10-05T18:04:02.207Z] #18 50.96 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ...
18:04:02 [2020-10-05T18:04:02.207Z] #18 50.96 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
18:04:02 [2020-10-05T18:04:02.332Z] #18 36.21 Unpacking xz-utils (5.2.4-1) ...
18:04:02 [2020-10-05T18:04:02.332Z] #18 36.38 Selecting previously unselected package apparmor.
18:04:02 [2020-10-05T18:04:02.332Z] #18 36.38 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
18:04:02 [2020-10-05T18:04:02.332Z] #18 36.46 Unpacking apparmor (2.13.2-10) ...
18:04:02 [2020-10-05T18:04:02.512Z] #18 51.20 Selecting previously unselected package uidmap.
18:04:02 [2020-10-05T18:04:02.512Z] #18 51.21 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ...
18:04:02 [2020-10-05T18:04:02.512Z] #18 51.22 Unpacking uidmap (1:4.5-1.1) ...
18:04:02 [2020-10-05T18:04:02.512Z] #18 51.33 Selecting previously unselected package vim-runtime.
18:04:02 [2020-10-05T18:04:02.512Z] #18 51.34 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
18:04:02 [2020-10-05T18:04:02.579Z] ok  	github.com/docker/docker/container	0.129s	coverage: 34.7% of statements
18:04:02 [2020-10-05T18:04:02.579Z] ?   	github.com/docker/docker/container/stream	[no test files]
18:04:02 [2020-10-05T18:04:02.579Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
18:04:02 [2020-10-05T18:04:02.579Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
18:04:02 [2020-10-05T18:04:02.579Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
18:04:02 [2020-10-05T18:04:02.815Z] #18 51.45 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
18:04:02 [2020-10-05T18:04:02.815Z] #18 51.53 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
18:04:02 [2020-10-05T18:04:02.815Z] #18 51.54 Unpacking vim-runtime (2:8.1.0875-5) ...
18:04:02 [2020-10-05T18:04:02.922Z] #18 36.82 Selecting previously unselected package aufs-tools.
18:04:02 [2020-10-05T18:04:02.922Z] #18 36.82 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
18:04:02 [2020-10-05T18:04:02.922Z] #18 36.82 Unpacking aufs-tools (1:4.14+20190211-1) ...
18:04:02 [2020-10-05T18:04:02.922Z] #18 36.93 Selecting previously unselected package libonig5:amd64.
18:04:02 [2020-10-05T18:04:02.922Z] #18 36.93 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
18:04:02 [2020-10-05T18:04:02.922Z] #18 36.94 Unpacking libonig5:amd64 (6.9.1-1) ...
18:04:03 [2020-10-05T18:04:03.005Z] #18 43.29 Setting up libiptc0:arm64 (1.8.2-4) ...
18:04:03 [2020-10-05T18:04:03.200Z] #18 37.17 Selecting previously unselected package libjq1:amd64.
18:04:03 [2020-10-05T18:04:03.200Z] #18 37.18 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
18:04:03 [2020-10-05T18:04:03.200Z] #18 37.19 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
18:04:03 [2020-10-05T18:04:03.269Z] #18 43.31 Setting up xz-utils (5.2.4-1) ...
18:04:03 [2020-10-05T18:04:03.269Z] #18 43.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:04:03 [2020-10-05T18:04:03.269Z] #18 43.37 Setting up sudo (1.8.27-1+deb10u2) ...
18:04:03 [2020-10-05T18:04:03.269Z] #18 43.50 invoke-rc.d: could not determine current runlevel
18:04:03 [2020-10-05T18:04:03.269Z] #18 43.51 invoke-rc.d: policy-rc.d denied execution of start.
18:04:03 [2020-10-05T18:04:03.269Z] #18 43.53 Setting up pigz (2.4-1) ...
18:04:03 [2020-10-05T18:04:03.269Z] #18 43.54 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
18:04:03 [2020-10-05T18:04:03.459Z] #18 37.32 Selecting previously unselected package jq.
18:04:03 [2020-10-05T18:04:03.459Z] #18 37.33 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
18:04:03 [2020-10-05T18:04:03.459Z] #18 37.33 Unpacking jq (1.5+dfsg-2+b1) ...
18:04:03 [2020-10-05T18:04:03.459Z] #18 37.42 Selecting previously unselected package libaio1:amd64.
18:04:03 [2020-10-05T18:04:03.459Z] #18 37.43 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
18:04:03 [2020-10-05T18:04:03.459Z] #18 37.46 Unpacking libaio1:amd64 (0.3.112-3) ...
18:04:03 [2020-10-05T18:04:03.459Z] #18 37.52 Selecting previously unselected package libgpm2:amd64.
18:04:03 [2020-10-05T18:04:03.533Z] #18 43.55 Setting up libnl-3-200:arm64 (3.4.0-1) ...
18:04:03 [2020-10-05T18:04:03.533Z] #18 43.57 Setting up python-pip-whl (18.1-5) ...
18:04:03 [2020-10-05T18:04:03.533Z] #18 43.59 Setting up libmpdec2:arm64 (2.4.2-2) ...
18:04:03 [2020-10-05T18:04:03.533Z] #18 43.60 Setting up vim-runtime (2:8.1.0875-5) ...
18:04:03 [2020-10-05T18:04:03.717Z] #18 37.52 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
18:04:03 [2020-10-05T18:04:03.717Z] #18 37.54 Unpacking libgpm2:amd64 (1.20.7-5) ...
18:04:03 [2020-10-05T18:04:03.717Z] #18 37.62 Selecting previously unselected package libicu63:amd64.
18:04:03 [2020-10-05T18:04:03.717Z] #18 37.62 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
18:04:03 [2020-10-05T18:04:03.717Z] #18 37.62 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
18:04:03 [2020-10-05T18:04:03.800Z] #18 43.95 Setting up libaio1:arm64 (0.3.112-3) ...
18:04:03 [2020-10-05T18:04:03.800Z] #18 43.96 Setting up libonig5:arm64 (6.9.1-1) ...
18:04:03 [2020-10-05T18:04:03.800Z] #18 43.97 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
18:04:03 [2020-10-05T18:04:03.800Z] #18 43.99 Setting up vim (2:8.1.0875-5) ...
18:04:03 [2020-10-05T18:04:03.800Z] #18 44.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
18:04:03 [2020-10-05T18:04:03.800Z] #18 44.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
18:04:03 [2020-10-05T18:04:03.800Z] #18 44.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
18:04:03 [2020-10-05T18:04:03.800Z] #18 44.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
18:04:03 [2020-10-05T18:04:03.800Z] #18 44.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
18:04:03 [2020-10-05T18:04:03.800Z] #18 44.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
18:04:03 [2020-10-05T18:04:03.800Z] #18 44.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
18:04:03 [2020-10-05T18:04:03.800Z] #18 44.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
18:04:04 [2020-10-05T18:04:04.064Z] #18 44.09 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
18:04:04 [2020-10-05T18:04:04.064Z] #18 44.11 Setting up thin-provisioning-tools (0.7.6-2.1) ...
18:04:04 [2020-10-05T18:04:04.064Z] #18 44.13 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
18:04:04 [2020-10-05T18:04:04.064Z] #18 44.14 Setting up jq (1.5+dfsg-2+b1) ...
18:04:04 [2020-10-05T18:04:04.064Z] #18 44.15 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
18:04:04 [2020-10-05T18:04:04.064Z] #18 44.17 Setting up python3.7 (3.7.3-2+deb10u2) ...
18:04:04 [2020-10-05T18:04:04.387Z] #18 48.96 Setting up libiptc0:amd64 (1.8.2-4) ...
18:04:04 [2020-10-05T18:04:04.387Z] #18 48.98 Setting up xz-utils (5.2.4-1) ...
18:04:04 [2020-10-05T18:04:04.387Z] #18 48.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:04:04 [2020-10-05T18:04:04.387Z] #18 49.01 Setting up sudo (1.8.27-1+deb10u2) ...
18:04:04 [2020-10-05T18:04:04.387Z] #18 49.07 invoke-rc.d: could not determine current runlevel
18:04:04 [2020-10-05T18:04:04.387Z] #18 49.08 invoke-rc.d: policy-rc.d denied execution of start.
18:04:04 [2020-10-05T18:04:04.646Z] #18 49.10 Setting up pigz (2.4-1) ...
18:04:04 [2020-10-05T18:04:04.646Z] #18 49.11 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:04:04 [2020-10-05T18:04:04.646Z] #18 49.12 Setting up libnl-3-200:amd64 (3.4.0-1) ...
18:04:04 [2020-10-05T18:04:04.646Z] #18 49.13 Setting up python-pip-whl (18.1-5) ...
18:04:04 [2020-10-05T18:04:04.646Z] #18 49.15 Setting up libmpdec2:amd64 (2.4.2-2) ...
18:04:04 [2020-10-05T18:04:04.646Z] #18 49.16 Setting up vim-runtime (2:8.1.0875-5) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.41 Setting up libaio1:amd64 (0.3.112-3) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.43 Setting up libonig5:amd64 (6.9.1-1) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.43 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.44 Setting up vim (2:8.1.0875-5) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.55 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.56 Setting up thin-provisioning-tools (0.7.6-2.1) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.57 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.58 Setting up jq (1.5+dfsg-2+b1) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.59 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
18:04:04 [2020-10-05T18:04:04.906Z] #18 49.60 Setting up python3.7 (3.7.3-2+deb10u2) ...
18:04:06 [2020-10-05T18:04:06.630Z] #18 46.36 Setting up iptables (1.8.2-4) ...
18:04:06 [2020-10-05T18:04:06.630Z] #18 46.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
18:04:06 [2020-10-05T18:04:06.630Z] #18 ...
18:04:06 [2020-10-05T18:04:06.630Z] 
18:04:06 [2020-10-05T18:04:06.630Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:06 [2020-10-05T18:04:06.630Z] #41 78.78   CC       criu/clone-noasan.o
18:04:06 [2020-10-05T18:04:06.630Z] #41 79.00   CC       criu/config.o
18:04:06 [2020-10-05T18:04:06.630Z] #41 80.09   CC       criu/cr-check.o
18:04:06 [2020-10-05T18:04:06.630Z] #41 81.41   CC       criu/cr-dedup.o
18:04:06 [2020-10-05T18:04:06.630Z] #41 81.71   CC       criu/cr-dump.o
18:04:06 [2020-10-05T18:04:06.630Z] #41 83.75   CC       criu/cr-errno.o
18:04:06 [2020-10-05T18:04:06.630Z] #41 83.91   CC       criu/cr-restore.o
18:04:06 [2020-10-05T18:04:06.630Z] #41 87.50   CC       criu/cr-service.o
18:04:06 [2020-10-05T18:04:06.630Z] #41 ...
18:04:06 [2020-10-05T18:04:06.630Z] 
18:04:06 [2020-10-05T18:04:06.630Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:06 [2020-10-05T18:04:06.630Z] #18 46.41 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:04:06 [2020-10-05T18:04:06.630Z] #18 46.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
18:04:06 [2020-10-05T18:04:06.630Z] #18 46.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:04:06 [2020-10-05T18:04:06.630Z] #18 46.45 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
18:04:06 [2020-10-05T18:04:06.630Z] #18 46.46 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
18:04:06 [2020-10-05T18:04:06.630Z] #18 46.47 Setting up python3 (3.7.3-1) ...
18:04:06 [2020-10-05T18:04:06.894Z] #18 47.13 Setting up python3-wheel (0.32.3-2) ...
18:04:07 [2020-10-05T18:04:07.379Z] #18 55.74 Selecting previously unselected package vim.
18:04:07 [2020-10-05T18:04:07.379Z] #18 55.76 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ...
18:04:07 [2020-10-05T18:04:07.379Z] #18 55.81 Unpacking vim (2:8.1.0875-5) ...
18:04:07 [2020-10-05T18:04:07.379Z] #18 ...
18:04:07 [2020-10-05T18:04:07.379Z] 
18:04:07 [2020-10-05T18:04:07.379Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:04:07 [2020-10-05T18:04:07.379Z] #43 DONE 140.3s
18:04:07 [2020-10-05T18:04:07.379Z] 
18:04:07 [2020-10-05T18:04:07.379Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:04:07 [2020-10-05T18:04:07.379Z] #22 133.7 Checking out files:  26% (2940/10987)   
Checking out files:  27% (2967/10987)   
Checking out files:  28% (3077/10987)   
Checking out files:  29% (3187/10987)   
Checking out files:  30% (3297/10987)   
Checking out files:  31% (3406/10987)   
Checking out files:  32% (3516/10987)   
Checking out files:  33% (3626/10987)   
Checking out files:  34% (3736/10987)   
Checking out files:  35% (3846/10987)   
Checking out files:  36% (3956/10987)   
Checking out files:  36% (4054/10987)   
Checking out files:  37% (4066/10987)   
Checking out files:  38% (4176/10987)   
Checking out files:  39% (4285/10987)   
Checking out files:  40% (4395/10987)   
Checking out files:  41% (4505/10987)   
Checking out files:  42% (4615/10987)   
Checking out files:  43% (4725/10987)   
Checking out files:  44% (4835/10987)   
Checking out files:  45% (4945/10987)   
Checking out files:  46% (5055/10987)   
Checking out files:  47% (5164/10987)   
Checking out files:  48% (5274/10987)   
Checking out files:  49% (5384/10987)   
Checking out files:  50% (5494/10987)   
Checking out files:  51% (5604/10987)   
Checking out files:  52% (5714/10987)   
Checking out files:  53% (5824/10987)   
Checking out files:  54% (5933/10987)   
Checking out files:  55% (6043/10987)   
Checking out files:  56% (6153/10987)   
Checking out files:  57% (6263/10987)   
Checking out files:  58% (6373/10987)   
Checking out files:  59% (6483/10987)   
Checking out files:  60% (6593/10987)   
Checking out files:  60% (6669/10987)   
Checking out files:  61% (6703/10987)   
Checking out files:  62% (6812/10987)   
Checking out files:  63% (6922/10987)   
Checking out files:  64% (7032/10987)   
Checking out files:  65% (7142/10987)   
Checking out files:  66% (7252/10987)   
Checking out files:  67% (7362/10987)   
Checking out files:  68% (7472/10987)   
Checking out files:  69% (7582/10987)   
Checking out files:  70% (7691/10987)   
Checking out files:  71% (7801/10987)   
Checking out files:  72% (7911/10987)   
Checking out files:  73% (8021/10987)   
Checking out files:  74% (8131/10987)   
Checking out files:  75% (8241/10987)   
Checking out files:  76% (8351/10987)   
Checking out files:  77% (8460/10987)   
Checking out files:  78% (8570/10987)   
Checking out files:  79% (8680/10987)   
Checking out files:  80% (8790/10987)   
Checking out files:  81% (8900/10987)   
Checking out files:  82% (9010/10987)   
Checking out files:  82% (9108/10987)   
Checking out files:  83% (9120/10987)   
Checking out files:  84% (9230/10987)   
Checking out files:  85% (9339/10987)   
Checking out files:  86% (9449/10987)   
Checking out files:  87% (9559/10987)   
Checking out files:  88% (9669/10987)   
Checking out files:  89% (9779/10987)   
Checking out files:  90% (9889/10987)   
Checking out files:  91% (9999/10987)   
Checking out files:  92% (10109/10987)   
Checking out files:  93% (10218/10987)   
Checking out files:  94% (10328/10987)   
Checking out files:  95% (10438/10987)   
Checking out files:  96% (10548/10987)   
Checking out files:  97% (10658/10987)   
Checking out files:  98% (10768/10987)   
Checking out files:  99% (10878/10987)   
Checking out files: 100% (10987/10987)   
Checking out files: 100% (10987/10987), done.
18:04:07 [2020-10-05T18:04:07.379Z] #22 137.6 + cd /tmp/tmp.rYXdr6Rav9/tmp/docker-ce
18:04:07 [2020-10-05T18:04:07.379Z] #22 137.6 + git checkout -q v17.06.2-ce
18:04:07 [2020-10-05T18:04:07.847Z] #18 47.85 Setting up apparmor (2.13.2-10) ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.34 Selecting previously unselected package libnet1:amd64.
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.34 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.35 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.43 Selecting previously unselected package libnl-3-200:amd64.
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.44 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.44 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.55 Selecting previously unselected package libprotobuf-c1:amd64.
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.55 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.56 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.64 Selecting previously unselected package libreadline5:amd64.
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.64 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.65 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.76 Selecting previously unselected package net-tools.
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.76 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 41.77 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
18:04:07 [2020-10-05T18:04:07.895Z] #18 42.02 Selecting previously unselected package python-pip-whl.
18:04:08 [2020-10-05T18:04:08.034Z] #22 ...
18:04:08 [2020-10-05T18:04:08.034Z] 
18:04:08 [2020-10-05T18:04:08.034Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:08 [2020-10-05T18:04:08.034Z] #18 56.54 Selecting previously unselected package xfsprogs.
18:04:08 [2020-10-05T18:04:08.034Z] #18 56.55 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ...
18:04:08 [2020-10-05T18:04:08.034Z] #18 56.56 Unpacking xfsprogs (4.20.0-1) ...
18:04:08 [2020-10-05T18:04:08.151Z] #18 42.02 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
18:04:08 [2020-10-05T18:04:08.151Z] #18 42.03 Unpacking python-pip-whl (18.1-5) ...
18:04:08 [2020-10-05T18:04:08.201Z] ok  	github.com/docker/docker/daemon/cluster	0.034s	coverage: 0.5% of statements
18:04:08 [2020-10-05T18:04:08.202Z] #18 ...
18:04:08 [2020-10-05T18:04:08.202Z] 
18:04:08 [2020-10-05T18:04:08.202Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:04:08 [2020-10-05T18:04:08.202Z] #38 153.8 + dpkg --print-architecture
18:04:08 [2020-10-05T18:04:08.202Z] #38 153.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
18:04:08 [2020-10-05T18:04:08.202Z] #38 154.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
18:04:08 [2020-10-05T18:04:08.202Z] #38 154.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
18:04:08 [2020-10-05T18:04:08.704Z] #18 57.43 Selecting previously unselected package zip.
18:04:08 [2020-10-05T18:04:08.704Z] #18 57.44 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ...
18:04:08 [2020-10-05T18:04:08.704Z] #18 57.44 Unpacking zip (3.0-11+b1) ...
18:04:08 [2020-10-05T18:04:08.714Z] #18 42.60 Selecting previously unselected package python3-lib2to3.
18:04:08 [2020-10-05T18:04:08.714Z] #18 42.61 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
18:04:08 [2020-10-05T18:04:08.714Z] #18 42.62 Unpacking python3-lib2to3 (3.7.3-1) ...
18:04:08 [2020-10-05T18:04:08.971Z] #18 42.76 Selecting previously unselected package python3-distutils.
18:04:08 [2020-10-05T18:04:08.971Z] #18 42.76 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
18:04:08 [2020-10-05T18:04:08.971Z] #18 42.77 Unpacking python3-distutils (3.7.3-1) ...
18:04:08 [2020-10-05T18:04:08.971Z] #18 42.93 Selecting previously unselected package python3-pip.
18:04:08 [2020-10-05T18:04:08.971Z] #18 42.94 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
18:04:08 [2020-10-05T18:04:08.971Z] #18 42.94 Unpacking python3-pip (18.1-5) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.63 Setting up aufs-tools (1:4.14+20190211-1) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.65 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.65 Setting up libip6tc0:ppc64el (1.8.2-4) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.65 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.66 Setting up libgpm2:ppc64el (1.20.7-5) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.66 Setting up libip4tc0:ppc64el (1.8.2-4) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.67 Setting up uidmap (1:4.5-1.1) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.67 Setting up libnftnl11:ppc64el (1.1.2-2) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.68 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.68 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.69 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.69 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.69 Setting up xxd (2:8.1.0875-5) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.70 Setting up zip (3.0-11+b1) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.70 Setting up vim-common (2:8.1.0875-5) ...
18:04:09 [2020-10-05T18:04:09.004Z] #18 57.72 Setting up bash-completion (1:2.8-6) ...
18:04:09 [2020-10-05T18:04:09.207Z] .....INFO: Daemon under test started and replied!
18:04:09 [2020-10-05T18:04:09.207Z] INFO: Docker version of the daemon under test
18:04:09 [2020-10-05T18:04:09.207Z] 
18:04:09 [2020-10-05T18:04:09.207Z] Client:
18:04:09 [2020-10-05T18:04:09.207Z]  Version:      17.06.2-ce
18:04:09 [2020-10-05T18:04:09.207Z]  API version:  1.30
18:04:09 [2020-10-05T18:04:09.207Z]  Go version:   go1.8.3
18:04:09 [2020-10-05T18:04:09.207Z]  Git commit:   cec0b72
18:04:09 [2020-10-05T18:04:09.207Z]  Built:        Tue Sep  5 19:57:19 2017
18:04:09 [2020-10-05T18:04:09.207Z]  OS/Arch:      windows/amd64
18:04:09 [2020-10-05T18:04:09.207Z] 
18:04:09 [2020-10-05T18:04:09.207Z] Server:
18:04:09 [2020-10-05T18:04:09.207Z]  Version:      0.0.0-dev
18:04:09 [2020-10-05T18:04:09.207Z]  API version:  1.41 (minimum version 1.24)
18:04:09 [2020-10-05T18:04:09.207Z]  Go version:   go1.13.15
18:04:09 [2020-10-05T18:04:09.207Z]  Git commit:   cf7a5be0f2
18:04:09 [2020-10-05T18:04:09.207Z]  Built:        10/05/2020 18:02:09
18:04:09 [2020-10-05T18:04:09.207Z]  OS/Arch:      windows/amd64
18:04:09 [2020-10-05T18:04:09.207Z]  Experimental: false
18:04:09 [2020-10-05T18:04:09.207Z] 
18:04:09 [2020-10-05T18:04:09.207Z] INFO: Docker info of the daemon under test
18:04:09 [2020-10-05T18:04:09.207Z] 
18:04:09 [2020-10-05T18:04:09.207Z] Containers: 0
18:04:09 [2020-10-05T18:04:09.207Z]  Running: 0
18:04:09 [2020-10-05T18:04:09.207Z]  Paused: 0
18:04:09 [2020-10-05T18:04:09.207Z]  Stopped: 0
18:04:09 [2020-10-05T18:04:09.207Z] Images: 0
18:04:09 [2020-10-05T18:04:09.207Z] Server Version: 0.0.0-dev
18:04:09 [2020-10-05T18:04:09.207Z] Storage Driver: windowsfilter
18:04:09 [2020-10-05T18:04:09.207Z]  Windows: 
18:04:09 [2020-10-05T18:04:09.207Z] Logging Driver: json-file
18:04:09 [2020-10-05T18:04:09.207Z] Plugins: 
18:04:09 [2020-10-05T18:04:09.207Z]  Volume: local
18:04:09 [2020-10-05T18:04:09.207Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:04:09 [2020-10-05T18:04:09.207Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:04:09 [2020-10-05T18:04:09.207Z] Swarm: inactive
18:04:09 [2020-10-05T18:04:09.207Z] Default Isolation: process
18:04:09 [2020-10-05T18:04:09.207Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
18:04:09 [2020-10-05T18:04:09.207Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
18:04:09 [2020-10-05T18:04:09.207Z] OSType: windows
18:04:09 [2020-10-05T18:04:09.207Z] Architecture: x86_64
18:04:09 [2020-10-05T18:04:09.207Z] CPUs: 4
18:04:09 [2020-10-05T18:04:09.207Z] Total Memory: 32GiB
18:04:09 [2020-10-05T18:04:09.207Z] Name: azwin-2-5049a0
18:04:09 [2020-10-05T18:04:09.207Z] ID: BA4V:TZKY:PA4M:CFFW:KI72:TRL5:THMT:GYAI:EJXG:7LQP:4LRM:URXW
18:04:09 [2020-10-05T18:04:09.207Z] Docker Root Dir: D:\CI\PR-41527\4\daemon
18:04:09 [2020-10-05T18:04:09.207Z] Debug Mode (client): false
18:04:09 [2020-10-05T18:04:09.207Z] Debug Mode (server): true
18:04:09 [2020-10-05T18:04:09.207Z]  File Descriptors: -1
18:04:09 [2020-10-05T18:04:09.207Z]  Goroutines: 17
18:04:09 [2020-10-05T18:04:09.207Z]  System Time: 2020-10-05T18:04:09.0660044Z
18:04:09 [2020-10-05T18:04:09.207Z]  EventsListeners: 0
18:04:09 [2020-10-05T18:04:09.207Z] Registry: https://index.docker.io/v1/
18:04:09 [2020-10-05T18:04:09.207Z] Labels:
18:04:09 [2020-10-05T18:04:09.207Z] Experimental: false
18:04:09 [2020-10-05T18:04:09.207Z] Insecure Registries:
18:04:09 [2020-10-05T18:04:09.207Z]  127.0.0.0/8
18:04:09 [2020-10-05T18:04:09.207Z] Live Restore Enabled: false
18:04:09 [2020-10-05T18:04:09.207Z] 
18:04:09 [2020-10-05T18:04:09.207Z] 
18:04:09 [2020-10-05T18:04:09.207Z] INFO: Docker images of the daemon under test
18:04:09 [2020-10-05T18:04:09.207Z] 
18:04:09 [2020-10-05T18:04:09.207Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
18:04:09 [2020-10-05T18:04:09.207Z] 
18:04:09 [2020-10-05T18:04:09.207Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
18:04:09 [2020-10-05T18:04:09.228Z] #18 43.12 Selecting previously unselected package python3-pkg-resources.
18:04:09 [2020-10-05T18:04:09.228Z] #18 43.13 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
18:04:09 [2020-10-05T18:04:09.228Z] #18 43.14 Unpacking python3-pkg-resources (40.8.0-1) ...
18:04:09 [2020-10-05T18:04:09.228Z] #18 43.27 Selecting previously unselected package python3-setuptools.
18:04:09 [2020-10-05T18:04:09.228Z] #18 43.28 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
18:04:09 [2020-10-05T18:04:09.228Z] #18 43.29 Unpacking python3-setuptools (40.8.0-1) ...
18:04:09 [2020-10-05T18:04:09.240Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.006s	coverage: 65.3% of statements
18:04:09 [2020-10-05T18:04:09.485Z] #18 43.52 Selecting previously unselected package python3-wheel.
18:04:09 [2020-10-05T18:04:09.485Z] #18 43.53 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
18:04:09 [2020-10-05T18:04:09.485Z] #18 43.55 Unpacking python3-wheel (0.32.3-2) ...
18:04:09 [2020-10-05T18:04:09.666Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
18:04:09 [2020-10-05T18:04:09.666Z] ltsc2019: Pulling from windows/servercore
18:04:09 [2020-10-05T18:04:09.666Z] 4612f6d0b889: Pulling fs layer
18:04:09 [2020-10-05T18:04:09.666Z] c3aff4450246: Pulling fs layer
18:04:09 [2020-10-05T18:04:09.742Z] #18 43.62 Selecting previously unselected package sudo.
18:04:09 [2020-10-05T18:04:09.742Z] #18 43.63 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
18:04:09 [2020-10-05T18:04:09.742Z] #18 43.64 Unpacking sudo (1.8.27-1+deb10u2) ...
18:04:10 [2020-10-05T18:04:10.288Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.004s	coverage: 35.9% of statements
18:04:10 [2020-10-05T18:04:10.306Z] #18 44.10 Selecting previously unselected package thin-provisioning-tools.
18:04:10 [2020-10-05T18:04:10.306Z] #18 44.12 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
18:04:10 [2020-10-05T18:04:10.306Z] #18 44.13 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
18:04:10 [2020-10-05T18:04:10.414Z] #18 ...
18:04:10 [2020-10-05T18:04:10.414Z] 
18:04:10 [2020-10-05T18:04:10.414Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:04:10 [2020-10-05T18:04:10.414Z] #51 57.87 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
18:04:10 [2020-10-05T18:04:10.414Z] #51 59.37 + mkdir -p /build
18:04:10 [2020-10-05T18:04:10.414Z] #51 59.37 + cp runc /build/runc
18:04:10 [2020-10-05T18:04:10.414Z] #51 DONE 60.8s
18:04:10 [2020-10-05T18:04:10.414Z] 
18:04:10 [2020-10-05T18:04:10.414Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:10 [2020-10-05T18:04:10.414Z] #18 50.29 Setting up xfsprogs (4.20.0-1) ...
18:04:10 [2020-10-05T18:04:10.414Z] #18 50.31 Setting up python3-lib2to3 (3.7.3-1) ...
18:04:10 [2020-10-05T18:04:10.414Z] #18 50.62 Setting up python3-pkg-resources (40.8.0-1) ...
18:04:10 [2020-10-05T18:04:10.562Z] #18 44.38 Selecting previously unselected package uidmap.
18:04:10 [2020-10-05T18:04:10.562Z] #18 44.39 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
18:04:10 [2020-10-05T18:04:10.562Z] #18 44.40 Unpacking uidmap (1:4.5-1.1) ...
18:04:10 [2020-10-05T18:04:10.562Z] #18 44.52 Selecting previously unselected package vim-runtime.
18:04:10 [2020-10-05T18:04:10.562Z] #18 44.52 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
18:04:10 [2020-10-05T18:04:10.562Z] #18 44.55 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
18:04:10 [2020-10-05T18:04:10.562Z] #18 44.57 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
18:04:10 [2020-10-05T18:04:10.562Z] #18 44.57 Unpacking vim-runtime (2:8.1.0875-5) ...
18:04:11 [2020-10-05T18:04:11.366Z] #18 51.52 Setting up python3-distutils (3.7.3-1) ...
18:04:11 [2020-10-05T18:04:11.492Z] #18 ...
18:04:11 [2020-10-05T18:04:11.492Z] 
18:04:11 [2020-10-05T18:04:11.492Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:11 [2020-10-05T18:04:11.492Z] #41 92.63   CC       criu/clone-noasan.o
18:04:11 [2020-10-05T18:04:11.492Z] #41 92.85   CC       criu/config.o
18:04:11 [2020-10-05T18:04:11.492Z] #41 94.04   CC       criu/cr-check.o
18:04:11 [2020-10-05T18:04:11.492Z] #41 96.03   CC       criu/cr-dedup.o
18:04:11 [2020-10-05T18:04:11.492Z] #41 96.44   CC       criu/cr-dump.o
18:04:11 [2020-10-05T18:04:11.492Z] #41 98.85   CC       criu/cr-errno.o
18:04:11 [2020-10-05T18:04:11.492Z] #41 98.91   CC       criu/cr-restore.o
18:04:11 [2020-10-05T18:04:11.825Z] #18 ...
18:04:11 [2020-10-05T18:04:11.825Z] 
18:04:11 [2020-10-05T18:04:11.825Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:11 [2020-10-05T18:04:11.825Z] #41 99.57   CC       criu/bfd.o
18:04:11 [2020-10-05T18:04:11.825Z] #41 100.4   CC       criu/bitmap.o
18:04:11 [2020-10-05T18:04:11.825Z] #41 100.6   CC       criu/cgroup-props.o
18:04:11 [2020-10-05T18:04:11.825Z] #41 101.7   CC       criu/cgroup.o
18:04:11 [2020-10-05T18:04:11.825Z] #41 106.5   CC       criu/clone-noasan.o
18:04:11 [2020-10-05T18:04:11.825Z] #41 106.9   CC       criu/config.o
18:04:11 [2020-10-05T18:04:11.825Z] #41 109.1   CC       criu/cr-check.o
18:04:11 [2020-10-05T18:04:11.944Z] #18 51.97 Setting up python3-setuptools (40.8.0-1) ...
18:04:12 [2020-10-05T18:04:12.125Z] #41 ...
18:04:12 [2020-10-05T18:04:12.125Z] 
18:04:12 [2020-10-05T18:04:12.125Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:04:12 [2020-10-05T18:04:12.125Z] #22 141.5 + mkdir -p /tmp/tmp.rYXdr6Rav9/src/github.com/docker
18:04:12 [2020-10-05T18:04:12.125Z] #22 141.5 + mv components/cli /tmp/tmp.rYXdr6Rav9/src/github.com/docker/cli
18:04:12 [2020-10-05T18:04:12.125Z] #22 141.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
18:04:12 [2020-10-05T18:04:12.399Z] #38 ...
18:04:12 [2020-10-05T18:04:12.399Z] 
18:04:12 [2020-10-05T18:04:12.399Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:12 [2020-10-05T18:04:12.399Z] #41 102.0   CC       criu/cr-service.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 103.5   CC       criu/crtools.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 104.0   CC       criu/eventfd.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 104.3   CC       criu/eventpoll.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 105.1   CC       criu/external.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 105.5   CC       criu/fault-injection.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 105.6   CC       criu/fdstore.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 105.9   CC       criu/fifo.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 106.3   CC       criu/file-ids.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 106.6   CC       criu/file-lock.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 107.5   CC       criu/files-ext.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 107.9   CC       criu/files-reg.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 110.0   CC       criu/files.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 112.1   CC       criu/filesystems.o
18:04:12 [2020-10-05T18:04:12.399Z] #41 ...
18:04:12 [2020-10-05T18:04:12.399Z] 
18:04:12 [2020-10-05T18:04:12.399Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.52 Setting up iptables (1.8.2-4) ...
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.54 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.55 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.55 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.56 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.56 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.57 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.58 Setting up python3 (3.7.3-1) ...
18:04:12 [2020-10-05T18:04:12.399Z] #18 52.91 Setting up python3-wheel (0.32.3-2) ...
18:04:12 [2020-10-05T18:04:12.399Z] #18 53.63 Setting up apparmor (2.13.2-10) ...
18:04:12 [2020-10-05T18:04:12.399Z] #18 55.13 Setting up xfsprogs (4.20.0-1) ...
18:04:12 [2020-10-05T18:04:12.399Z] #18 55.16 Setting up python3-lib2to3 (3.7.3-1) ...
18:04:12 [2020-10-05T18:04:12.399Z] #18 55.55 Setting up python3-pkg-resources (40.8.0-1) ...
18:04:12 [2020-10-05T18:04:12.399Z] #18 56.41 Setting up python3-distutils (3.7.3-1) ...
18:04:12 [2020-10-05T18:04:12.399Z] #18 56.87 Setting up python3-setuptools (40.8.0-1) ...
18:04:12 [2020-10-05T18:04:12.422Z] #41 103.2   CC       criu/cr-service.o
18:04:12 [2020-10-05T18:04:12.896Z] #18 52.97 Setting up python3-pip (18.1-5) ...
18:04:13 [2020-10-05T18:04:13.681Z] #22 ...
18:04:13 [2020-10-05T18:04:13.681Z] 
18:04:13 [2020-10-05T18:04:13.681Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.37 Setting up libiptc0:ppc64el (1.8.2-4) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.37 Setting up xz-utils (5.2.4-1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.39 Setting up sudo (1.8.27-1+deb10u2) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.47 invoke-rc.d: could not determine current runlevel
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.49 invoke-rc.d: policy-rc.d denied execution of start.
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.50 Setting up pigz (2.4-1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.50 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.51 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.52 Setting up python-pip-whl (18.1-5) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.52 Setting up libmpdec2:ppc64el (2.4.2-2) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 61.53 Setting up vim-runtime (2:8.1.0875-5) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.00 Setting up libaio1:ppc64el (0.3.112-3) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.01 Setting up libonig5:ppc64el (6.9.1-1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.02 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.03 Setting up vim (2:8.1.0875-5) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.17 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.17 Setting up thin-provisioning-tools (0.7.6-2.1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.18 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.20 Setting up jq (1.5+dfsg-2+b1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.20 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ...
18:04:13 [2020-10-05T18:04:13.681Z] #18 62.21 Setting up python3.7 (3.7.3-2+deb10u2) ...
18:04:13 [2020-10-05T18:04:13.779Z] #18 58.04 Setting up python3-pip (18.1-5) ...
18:04:13 [2020-10-05T18:04:13.835Z] #41 ...
18:04:13 [2020-10-05T18:04:13.835Z] 
18:04:13 [2020-10-05T18:04:13.835Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:13 [2020-10-05T18:04:13.835Z] #18 47.54 Selecting previously unselected package vim.
18:04:13 [2020-10-05T18:04:13.835Z] #18 47.54 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
18:04:13 [2020-10-05T18:04:13.835Z] #18 47.56 Unpacking vim (2:8.1.0875-5) ...
18:04:13 [2020-10-05T18:04:13.849Z] #18 53.96 Processing triggers for libc-bin (2.28-10) ...
18:04:13 [2020-10-05T18:04:13.849Z] #18 54.00 Processing triggers for mime-support (3.62) ...
18:04:14 [2020-10-05T18:04:14.092Z] #18 48.07 Selecting previously unselected package xfsprogs.
18:04:14 [2020-10-05T18:04:14.092Z] #18 48.09 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
18:04:14 [2020-10-05T18:04:14.092Z] #18 48.10 Unpacking xfsprogs (4.20.0-1) ...
18:04:14 [2020-10-05T18:04:14.113Z] #18 DONE 54.4s
18:04:14 [2020-10-05T18:04:14.113Z] 
18:04:14 [2020-10-05T18:04:14.113Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
18:04:14 [2020-10-05T18:04:14.609Z] #18 59.03 Processing triggers for libc-bin (2.28-10) ...
18:04:14 [2020-10-05T18:04:14.609Z] #18 59.06 Processing triggers for mime-support (3.62) ...
18:04:14 [2020-10-05T18:04:14.654Z] #18 48.57 Selecting previously unselected package zip.
18:04:14 [2020-10-05T18:04:14.654Z] #18 48.59 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
18:04:14 [2020-10-05T18:04:14.654Z] #18 48.59 Unpacking zip (3.0-11+b1) ...
18:04:14 [2020-10-05T18:04:14.911Z] #18 48.90 Setting up aufs-tools (1:4.14+20190211-1) ...
18:04:14 [2020-10-05T18:04:14.911Z] #18 49.07 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.08 Setting up libip6tc0:amd64 (1.8.2-4) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.10 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.20 Setting up libgpm2:amd64 (1.20.7-5) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.21 Setting up libip4tc0:amd64 (1.8.2-4) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.22 Setting up uidmap (1:4.5-1.1) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.24 Setting up libnftnl11:amd64 (1.1.2-2) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.25 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.26 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.27 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.28 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.29 Setting up xxd (2:8.1.0875-5) ...
18:04:15 [2020-10-05T18:04:15.168Z] #18 49.30 Setting up zip (3.0-11+b1) ...
18:04:15 [2020-10-05T18:04:15.424Z] #18 49.31 Setting up vim-common (2:8.1.0875-5) ...
18:04:15 [2020-10-05T18:04:15.424Z] #18 49.35 Setting up bash-completion (1:2.8-6) ...
18:04:15 [2020-10-05T18:04:15.459Z] c3aff4450246: Verifying Checksum
18:04:15 [2020-10-05T18:04:15.459Z] c3aff4450246: Download complete
18:04:15 [2020-10-05T18:04:15.516Z] #19 1.378 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
18:04:15 [2020-10-05T18:04:15.516Z] #19 1.383 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
18:04:15 [2020-10-05T18:04:15.516Z] #19 1.388 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
18:04:15 [2020-10-05T18:04:15.548Z] #18 DONE 60.0s
18:04:15 [2020-10-05T18:04:15.548Z] 
18:04:15 [2020-10-05T18:04:15.548Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
18:04:15 [2020-10-05T18:04:15.782Z] #19 DONE 1.6s
18:04:15 [2020-10-05T18:04:15.782Z] 
18:04:15 [2020-10-05T18:04:15.782Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:15 [2020-10-05T18:04:15.782Z] #41 88.99   CC       criu/crtools.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 89.43   CC       criu/eventfd.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 89.81   CC       criu/eventpoll.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 90.64   CC       criu/external.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 90.89   CC       criu/fault-injection.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 90.97   CC       criu/fdstore.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 91.23   CC       criu/fifo.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 91.51   CC       criu/file-ids.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 91.77   CC       criu/file-lock.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 92.59   CC       criu/files-ext.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 92.96   CC       criu/files-reg.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 94.75   CC       criu/files.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 96.16   CC       criu/filesystems.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 96.60   CC       criu/fsnotify.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 97.50   CC       criu/image-desc.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 97.63   CC       criu/image.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 98.24   CC       criu/ipc_ns.o
18:04:15 [2020-10-05T18:04:15.782Z] #41 ...
18:04:15 [2020-10-05T18:04:15.782Z] 
18:04:15 [2020-10-05T18:04:15.782Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:04:16 [2020-10-05T18:04:16.486Z] #19 0.938 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
18:04:16 [2020-10-05T18:04:16.486Z] #19 0.948 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
18:04:16 [2020-10-05T18:04:16.486Z] #19 0.971 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
18:04:16 [2020-10-05T18:04:16.486Z] #19 DONE 1.0s
18:04:16 [2020-10-05T18:04:16.486Z] 
18:04:16 [2020-10-05T18:04:16.486Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:04:17 [2020-10-05T18:04:17.248Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.427s	coverage: 14.1% of statements
18:04:17 [2020-10-05T18:04:17.264Z] #18 66.14 Setting up iptables (1.8.2-4) ...
18:04:17 [2020-10-05T18:04:17.565Z] #18 66.17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
18:04:17 [2020-10-05T18:04:17.565Z] #18 66.18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:04:17 [2020-10-05T18:04:17.565Z] #18 66.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
18:04:17 [2020-10-05T18:04:17.565Z] #18 66.21 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:04:17 [2020-10-05T18:04:17.565Z] #18 66.22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
18:04:17 [2020-10-05T18:04:17.565Z] #18 66.23 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
18:04:17 [2020-10-05T18:04:17.565Z] #18 66.23 Setting up python3 (3.7.3-1) ...
18:04:17 [2020-10-05T18:04:17.943Z] #18 52.05 Setting up libiptc0:amd64 (1.8.2-4) ...
18:04:17 [2020-10-05T18:04:17.943Z] #18 52.07 Setting up xz-utils (5.2.4-1) ...
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.08 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.09 Setting up sudo (1.8.27-1+deb10u2) ...
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.14 invoke-rc.d: could not determine current runlevel
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.15 invoke-rc.d: policy-rc.d denied execution of start.
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.17 Setting up pigz (2.4-1) ...
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.18 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.19 Setting up libnl-3-200:amd64 (3.4.0-1) ...
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.21 Setting up python-pip-whl (18.1-5) ...
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.22 Setting up libmpdec2:amd64 (2.4.2-2) ...
18:04:18 [2020-10-05T18:04:18.200Z] #18 52.23 Setting up vim-runtime (2:8.1.0875-5) ...
18:04:18 [2020-10-05T18:04:18.221Z] #18 66.79 Setting up python3-wheel (0.32.3-2) ...
18:04:18 [2020-10-05T18:04:18.284Z] ok  	github.com/docker/docker/daemon/config	0.021s	coverage: 81.8% of statements
18:04:18 [2020-10-05T18:04:18.499Z] #18 52.62 Setting up libaio1:amd64 (0.3.112-3) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.63 Setting up libonig5:amd64 (6.9.1-1) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.64 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.65 Setting up vim (2:8.1.0875-5) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.71 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.72 Setting up thin-provisioning-tools (0.7.6-2.1) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.73 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.76 Setting up jq (1.5+dfsg-2+b1) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.77 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
18:04:18 [2020-10-05T18:04:18.756Z] #18 52.85 Setting up python3.7 (3.7.3-2+deb10u2) ...
18:04:18 [2020-10-05T18:04:18.919Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
18:04:19 [2020-10-05T18:04:19.174Z] #18 67.63 Setting up apparmor (2.13.2-10) ...
18:04:19 [2020-10-05T18:04:19.553Z] ok  	github.com/docker/docker/daemon/events	0.055s	coverage: 50.0% of statements
18:04:20 [2020-10-05T18:04:20.014Z] #20 3.898 Collecting yamllint==1.16.0
18:04:20 [2020-10-05T18:04:20.186Z] ok  	github.com/docker/docker/daemon/graphdriver	0.003s	coverage: 2.2% of statements
18:04:20 [2020-10-05T18:04:20.648Z] #18 ...
18:04:20 [2020-10-05T18:04:20.648Z] 
18:04:20 [2020-10-05T18:04:20.648Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:04:20 [2020-10-05T18:04:20.648Z] #38 161.2 + dpkg --print-architecture
18:04:20 [2020-10-05T18:04:20.648Z] #38 161.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
18:04:20 [2020-10-05T18:04:20.648Z] #38 161.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
18:04:20 [2020-10-05T18:04:20.821Z] ok  	github.com/docker/docker/daemon	12.270s	coverage: 17.2% of statements
18:04:20 [2020-10-05T18:04:20.821Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
18:04:20 [2020-10-05T18:04:20.821Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
18:04:20 [2020-10-05T18:04:20.821Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
18:04:20 [2020-10-05T18:04:20.821Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
18:04:20 [2020-10-05T18:04:20.904Z] #38 161.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
18:04:21 [2020-10-05T18:04:21.295Z] #18 69.67 Setting up xfsprogs (4.20.0-1) ...
18:04:21 [2020-10-05T18:04:21.295Z] #18 69.68 Setting up python3-lib2to3 (3.7.3-1) ...
18:04:21 [2020-10-05T18:04:21.600Z] #18 70.07 Setting up python3-pkg-resources (40.8.0-1) ...
18:04:21 [2020-10-05T18:04:21.759Z] #20 4.962 Collecting yamllint==1.16.0
18:04:21 [2020-10-05T18:04:21.943Z] #20 ...
18:04:21 [2020-10-05T18:04:21.943Z] 
18:04:21 [2020-10-05T18:04:21.943Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:21 [2020-10-05T18:04:21.943Z] #41 99.28   CC       criu/irmap.o
18:04:21 [2020-10-05T18:04:21.943Z] #41 99.76   CC       criu/kcmp-ids.o
18:04:21 [2020-10-05T18:04:21.943Z] #41 100.0   CC       criu/kerndat.o
18:04:21 [2020-10-05T18:04:21.943Z] #41 100.9   CC       criu/libnetlink.o
18:04:21 [2020-10-05T18:04:21.943Z] #41 101.2   CC       criu/log.o
18:04:21 [2020-10-05T18:04:21.943Z] #41 101.6   CC       criu/lsm.o
18:04:21 [2020-10-05T18:04:21.943Z] #41 102.0   CC       criu/mem.o
18:04:21 [2020-10-05T18:04:21.943Z] #41 103.3   CC       criu/memfd.o
18:04:21 [2020-10-05T18:04:21.943Z] #41 103.6   CC       criu/mount.o
18:04:22 [2020-10-05T18:04:22.332Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.003s	coverage: 2.9% of statements
18:04:22 [2020-10-05T18:04:22.695Z] #18 71.10 Setting up python3-distutils (3.7.3-1) ...
18:04:22 [2020-10-05T18:04:22.698Z] #20 ...
18:04:22 [2020-10-05T18:04:22.698Z] 
18:04:22 [2020-10-05T18:04:22.698Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:22 [2020-10-05T18:04:22.698Z] #41 112.8   CC       criu/fsnotify.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 114.0   CC       criu/image-desc.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 114.2   CC       criu/image.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 115.0   CC       criu/ipc_ns.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 116.4   CC       criu/irmap.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 117.2   CC       criu/kcmp-ids.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 117.5   CC       criu/kerndat.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 118.7   CC       criu/libnetlink.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 119.1   CC       criu/log.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 119.6   CC       criu/lsm.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 119.9   CC       criu/mem.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 121.8   CC       criu/memfd.o
18:04:22 [2020-10-05T18:04:22.698Z] #41 122.3   CC       criu/mount.o
18:04:22 [2020-10-05T18:04:22.966Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.181s	coverage: 56.2% of statements
18:04:22 [2020-10-05T18:04:22.997Z] #18 71.61 Setting up python3-setuptools (40.8.0-1) ...
18:04:23 [2020-10-05T18:04:23.646Z] #18 ...
18:04:23 [2020-10-05T18:04:23.646Z] 
18:04:23 [2020-10-05T18:04:23.646Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:23 [2020-10-05T18:04:23.646Z] #41 111.3   CC       criu/cr-dedup.o
18:04:23 [2020-10-05T18:04:23.646Z] #41 111.7   CC       criu/cr-dump.o
18:04:23 [2020-10-05T18:04:23.646Z] #41 114.3   CC       criu/cr-errno.o
18:04:23 [2020-10-05T18:04:23.646Z] #41 114.4   CC       criu/cr-restore.o
18:04:23 [2020-10-05T18:04:23.646Z] #41 120.4   CC       criu/cr-service.o
18:04:23 [2020-10-05T18:04:23.873Z] #41 106.2   CC       criu/namespaces.o
18:04:24 [2020-10-05T18:04:24.175Z] #38 ...
18:04:24 [2020-10-05T18:04:24.175Z] 
18:04:24 [2020-10-05T18:04:24.175Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:24 [2020-10-05T18:04:24.175Z] #41 104.8   CC       criu/crtools.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 105.3   CC       criu/eventfd.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 105.6   CC       criu/eventpoll.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 106.2   CC       criu/external.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 106.6   CC       criu/fault-injection.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 106.7   CC       criu/fdstore.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 107.1   CC       criu/fifo.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 107.4   CC       criu/file-ids.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 107.8   CC       criu/file-lock.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 108.7   CC       criu/files-ext.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 109.1   CC       criu/files-reg.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 111.5   CC       criu/files.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 113.7   CC       criu/filesystems.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 114.4   CC       criu/fsnotify.o
18:04:24 [2020-10-05T18:04:24.175Z] #41 ...
18:04:24 [2020-10-05T18:04:24.175Z] 
18:04:24 [2020-10-05T18:04:24.175Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:24 [2020-10-05T18:04:24.175Z] #18 55.81 Setting up iptables (1.8.2-4) ...
18:04:24 [2020-10-05T18:04:24.175Z] #18 55.83 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
18:04:24 [2020-10-05T18:04:24.175Z] #18 55.84 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:04:24 [2020-10-05T18:04:24.175Z] #18 55.85 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
18:04:24 [2020-10-05T18:04:24.175Z] #18 55.86 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
18:04:24 [2020-10-05T18:04:24.175Z] #18 55.87 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
18:04:24 [2020-10-05T18:04:24.175Z] #18 55.87 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
18:04:24 [2020-10-05T18:04:24.175Z] #18 55.88 Setting up python3 (3.7.3-1) ...
18:04:24 [2020-10-05T18:04:24.175Z] #18 56.32 Setting up python3-wheel (0.32.3-2) ...
18:04:24 [2020-10-05T18:04:24.175Z] #18 57.07 Setting up apparmor (2.13.2-10) ...
18:04:24 [2020-10-05T18:04:24.305Z] #41 ...
18:04:24 [2020-10-05T18:04:24.305Z] 
18:04:24 [2020-10-05T18:04:24.305Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
18:04:24 [2020-10-05T18:04:24.306Z] #18 72.98 Setting up python3-pip (18.1-5) ...
18:04:24 [2020-10-05T18:04:24.822Z] #41 107.4   CC       criu/net.o
18:04:25 [2020-10-05T18:04:25.104Z] #18 58.87 Setting up xfsprogs (4.20.0-1) ...
18:04:25 [2020-10-05T18:04:25.104Z] #18 58.91 Setting up python3-lib2to3 (3.7.3-1) ...
18:04:25 [2020-10-05T18:04:25.233Z] #41 125.2   CC       criu/namespaces.o
18:04:25 [2020-10-05T18:04:25.370Z] #18 59.35 Setting up python3-pkg-resources (40.8.0-1) ...
18:04:25 [2020-10-05T18:04:25.787Z] 4612f6d0b889: Verifying Checksum
18:04:25 [2020-10-05T18:04:25.787Z] 4612f6d0b889: Download complete
18:04:25 [2020-10-05T18:04:25.873Z] #18 74.28 Processing triggers for libc-bin (2.28-10) ...
18:04:25 [2020-10-05T18:04:25.873Z] #18 74.30 Processing triggers for mime-support (3.62) ...
18:04:25 [2020-10-05T18:04:25.873Z] #18 DONE 74.6s
18:04:25 [2020-10-05T18:04:25.873Z] 
18:04:25 [2020-10-05T18:04:25.873Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
18:04:26 [2020-10-05T18:04:26.219Z] #41 ...
18:04:26 [2020-10-05T18:04:26.219Z] 
18:04:26 [2020-10-05T18:04:26.219Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:04:26 [2020-10-05T18:04:26.219Z] #54 132.8 + bin/containerd
18:04:26 [2020-10-05T18:04:26.301Z] #18 60.23 Setting up python3-distutils (3.7.3-1) ...
18:04:26 [2020-10-05T18:04:26.519Z] #19 0.409 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
18:04:26 [2020-10-05T18:04:26.519Z] #19 0.412 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
18:04:26 [2020-10-05T18:04:26.519Z] #19 0.419 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
18:04:26 [2020-10-05T18:04:26.519Z] #19 DONE 0.5s
18:04:26 [2020-10-05T18:04:26.519Z] 
18:04:26 [2020-10-05T18:04:26.519Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:04:26 [2020-10-05T18:04:26.611Z] #41 ...
18:04:26 [2020-10-05T18:04:26.611Z] 
18:04:26 [2020-10-05T18:04:26.611Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:04:26 [2020-10-05T18:04:26.611Z] #20 10.29   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
18:04:26 [2020-10-05T18:04:26.865Z] #18 60.85 Setting up python3-setuptools (40.8.0-1) ...
18:04:26 [2020-10-05T18:04:26.870Z] #20 10.37 Collecting pyyaml (from yamllint==1.16.0)
18:04:26 [2020-10-05T18:04:26.870Z] #20 10.53   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
18:04:27 [2020-10-05T18:04:27.426Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.085s	coverage: 46.2% of statements
18:04:28 [2020-10-05T18:04:28.061Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.003s	coverage: 1.8% of statements
18:04:28 [2020-10-05T18:04:28.234Z] #18 62.08 Setting up python3-pip (18.1-5) ...
18:04:28 [2020-10-05T18:04:28.275Z] #20 11.99 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
18:04:28 [2020-10-05T18:04:28.535Z] #20 12.05   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
18:04:28 [2020-10-05T18:04:28.535Z] #20 12.11 Building wheels for collected packages: pyyaml
18:04:28 [2020-10-05T18:04:28.535Z] #20 12.11   Running setup.py bdist_wheel for pyyaml: started
18:04:29 [2020-10-05T18:04:29.164Z] #18 63.11 Processing triggers for libc-bin (2.28-10) ...
18:04:29 [2020-10-05T18:04:29.164Z] #18 63.16 Processing triggers for mime-support (3.62) ...
18:04:29 [2020-10-05T18:04:29.910Z] #20 13.17   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
18:04:29 [2020-10-05T18:04:29.910Z] #20 13.17   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
18:04:29 [2020-10-05T18:04:29.910Z] #20 13.25 Successfully built pyyaml
18:04:29 [2020-10-05T18:04:29.910Z] #20 13.27 Installing collected packages: pyyaml, pathspec, yamllint
18:04:30 [2020-10-05T18:04:30.095Z] #20 ...
18:04:30 [2020-10-05T18:04:30.095Z] 
18:04:30 [2020-10-05T18:04:30.095Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
18:04:30 [2020-10-05T18:04:30.095Z] #30 DONE 166.9s
18:04:30 [2020-10-05T18:04:30.095Z] 
18:04:30 [2020-10-05T18:04:30.095Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:30 [2020-10-05T18:04:30.095Z] #41 122.5   CC       criu/crtools.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 123.3   CC       criu/eventfd.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 123.8   CC       criu/eventpoll.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 125.0   CC       criu/external.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 125.4   CC       criu/fault-injection.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 125.5   CC       criu/fdstore.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 125.8   CC       criu/fifo.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 126.3   CC       criu/file-ids.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 126.6   CC       criu/file-lock.o
18:04:30 [2020-10-05T18:04:30.095Z] #18 DONE 64.2s
18:04:30 [2020-10-05T18:04:30.095Z] 
18:04:30 [2020-10-05T18:04:30.095Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:30 [2020-10-05T18:04:30.095Z] #41 115.5   CC       criu/image-desc.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 115.7   CC       criu/image.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 116.7   CC       criu/ipc_ns.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 118.1   CC       criu/irmap.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 118.8   CC       criu/kcmp-ids.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 119.1   CC       criu/kerndat.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 120.1   CC       criu/libnetlink.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 120.5   CC       criu/log.o
18:04:30 [2020-10-05T18:04:30.095Z] #41 121.0   CC       criu/lsm.o
18:04:30 [2020-10-05T18:04:30.170Z] #20 13.59 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
18:04:30 [2020-10-05T18:04:30.352Z] #41 121.4   CC       criu/mem.o
18:04:30 [2020-10-05T18:04:30.430Z] #20 DONE 14.1s
18:04:30 [2020-10-05T18:04:30.430Z] 
18:04:30 [2020-10-05T18:04:30.430Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
18:04:30 [2020-10-05T18:04:30.689Z] #23 DONE 0.3s
18:04:30 [2020-10-05T18:04:30.689Z] 
18:04:30 [2020-10-05T18:04:30.689Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
18:04:30 [2020-10-05T18:04:30.746Z] #41 128.4   CC       criu/files-ext.o
18:04:31 [2020-10-05T18:04:31.048Z] #41 128.9   CC       criu/files-reg.o
18:04:31 [2020-10-05T18:04:31.281Z] #41 ...
18:04:31 [2020-10-05T18:04:31.281Z] 
18:04:31 [2020-10-05T18:04:31.281Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
18:04:31 [2020-10-05T18:04:31.281Z] #19 0.977 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
18:04:31 [2020-10-05T18:04:31.281Z] #19 0.981 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
18:04:31 [2020-10-05T18:04:31.281Z] #19 0.987 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
18:04:31 [2020-10-05T18:04:31.281Z] #19 DONE 1.0s
18:04:31 [2020-10-05T18:04:31.281Z] 
18:04:31 [2020-10-05T18:04:31.281Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:04:31 [2020-10-05T18:04:31.533Z] #54 ...
18:04:31 [2020-10-05T18:04:31.533Z] 
18:04:31 [2020-10-05T18:04:31.533Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:04:31 [2020-10-05T18:04:31.533Z] #20 14.20   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
18:04:31 [2020-10-05T18:04:31.533Z] #20 14.28 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
18:04:31 [2020-10-05T18:04:31.533Z] #20 14.33   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
18:04:31 [2020-10-05T18:04:31.533Z] #20 14.38 Collecting pyyaml (from yamllint==1.16.0)
18:04:31 [2020-10-05T18:04:31.533Z] #20 14.52   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
18:04:31 [2020-10-05T18:04:31.533Z] #20 15.69 Building wheels for collected packages: pyyaml
18:04:31 [2020-10-05T18:04:31.533Z] #20 15.69   Running setup.py bdist_wheel for pyyaml: started
18:04:31 [2020-10-05T18:04:31.581Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.535s	coverage: 49.5% of statements
18:04:32 [2020-10-05T18:04:32.116Z] #41 ...
18:04:32 [2020-10-05T18:04:32.116Z] 
18:04:32 [2020-10-05T18:04:32.116Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:04:32 [2020-10-05T18:04:32.116Z] #20 5.590 Collecting yamllint==1.16.0
18:04:32 [2020-10-05T18:04:32.419Z] #20 5.949   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
18:04:32 [2020-10-05T18:04:32.419Z] #20 6.063 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
18:04:32 [2020-10-05T18:04:32.419Z] #20 6.120   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
18:04:32 [2020-10-05T18:04:32.485Z] #20 16.62   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
18:04:32 [2020-10-05T18:04:32.485Z] #20 16.62   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
18:04:32 [2020-10-05T18:04:32.485Z] #20 16.68 Successfully built pyyaml
18:04:32 [2020-10-05T18:04:32.485Z] #20 16.69 Installing collected packages: pathspec, pyyaml, yamllint
18:04:32 [2020-10-05T18:04:32.719Z] #20 6.185 Collecting pyyaml (from yamllint==1.16.0)
18:04:32 [2020-10-05T18:04:32.751Z] #20 16.94 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
18:04:33 [2020-10-05T18:04:33.021Z] #20 6.454   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
18:04:34 [2020-10-05T18:04:34.582Z] #20 7.952 Building wheels for collected packages: pyyaml
18:04:34 [2020-10-05T18:04:34.582Z] #20 7.953   Running setup.py bdist_wheel for pyyaml: started
18:04:34 [2020-10-05T18:04:34.679Z] #20 DONE 18.5s
18:04:34 [2020-10-05T18:04:34.679Z] 
18:04:34 [2020-10-05T18:04:34.679Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:34 [2020-10-05T18:04:34.679Z] #41 109.6   CC       criu/netfilter.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 109.8   CC       criu/page-pipe.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 110.3   CC       criu/page-xfer.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 111.5   CC       criu/pagemap-cache.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 111.8   CC       criu/pagemap.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 112.5   CC       criu/parasite-syscall.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 113.1   CC       criu/path.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 113.4   CC       criu/pie-util-vdso.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 113.8   CC       criu/pie-util.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 114.0   CC       criu/pipes.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 114.6   CC       criu/plugin.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 114.9   CC       criu/proc_parse.o
18:04:34 [2020-10-05T18:04:34.679Z] #41 117.1   CC       criu/protobuf-desc.o
18:04:34 [2020-10-05T18:04:34.885Z] #28 DONE 3.8s
18:04:34 [2020-10-05T18:04:34.885Z] 
18:04:34 [2020-10-05T18:04:34.885Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
18:04:34 [2020-10-05T18:04:34.885Z] #31 DONE 0.4s
18:04:34 [2020-10-05T18:04:34.885Z] 
18:04:34 [2020-10-05T18:04:34.885Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:04:34 [2020-10-05T18:04:34.885Z] #47 173.6 + cd /tmp/tmp.xASR22PsGV/src/github.com/golangci/golangci-lint/
18:04:34 [2020-10-05T18:04:34.885Z] #47 173.6 + git checkout -q v1.23.8
18:04:34 [2020-10-05T18:04:34.885Z] #47 174.2 ++ git describe --tags
18:04:34 [2020-10-05T18:04:34.885Z] #47 174.2 + version=v1.23.8
18:04:34 [2020-10-05T18:04:34.885Z] #47 174.2 ++ git rev-parse --short HEAD
18:04:34 [2020-10-05T18:04:34.885Z] #47 174.2 + commit=76a82c6
18:04:34 [2020-10-05T18:04:34.885Z] #47 174.2 ++ git show -s --format=%cd
18:04:34 [2020-10-05T18:04:34.885Z] #47 174.2 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
18:04:34 [2020-10-05T18:04:34.885Z] #47 174.2 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
18:04:35 [2020-10-05T18:04:35.146Z] #47 ...
18:04:35 [2020-10-05T18:04:35.146Z] 
18:04:35 [2020-10-05T18:04:35.146Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
18:04:35 [2020-10-05T18:04:35.146Z] #33 DONE 0.1s
18:04:35 [2020-10-05T18:04:35.146Z] 
18:04:35 [2020-10-05T18:04:35.146Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
18:04:35 [2020-10-05T18:04:35.146Z] #36 DONE 0.0s
18:04:35 [2020-10-05T18:04:35.146Z] 
18:04:35 [2020-10-05T18:04:35.146Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:35 [2020-10-05T18:04:35.146Z] #41 126.8   CC       criu/net.o
18:04:35 [2020-10-05T18:04:35.146Z] #41 130.4   CC       criu/netfilter.o
18:04:35 [2020-10-05T18:04:35.146Z] #41 131.0   CC       criu/page-pipe.o
18:04:35 [2020-10-05T18:04:35.146Z] #41 131.7   CC       criu/page-xfer.o
18:04:35 [2020-10-05T18:04:35.146Z] #41 132.9   CC       criu/pagemap-cache.o
18:04:35 [2020-10-05T18:04:35.146Z] #41 133.2   CC       criu/pagemap.o
18:04:35 [2020-10-05T18:04:35.146Z] #41 133.9   CC       criu/parasite-syscall.o
18:04:35 [2020-10-05T18:04:35.146Z] #41 134.9   CC       criu/path.o
18:04:35 [2020-10-05T18:04:35.405Z] #41 135.2   CC       criu/pie-util-vdso-elf32.o
18:04:35 [2020-10-05T18:04:35.405Z] #41 ...
18:04:35 [2020-10-05T18:04:35.405Z] 
18:04:35 [2020-10-05T18:04:35.405Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:04:35 [2020-10-05T18:04:35.405Z] #38 DONE 181.6s
18:04:35 [2020-10-05T18:04:35.629Z] #41 118.0   CC       criu/protobuf.o
18:04:35 [2020-10-05T18:04:35.662Z] #20 9.212   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
18:04:35 [2020-10-05T18:04:35.662Z] #20 9.218   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
18:04:35 [2020-10-05T18:04:35.662Z] #20 9.295 Successfully built pyyaml
18:04:35 [2020-10-05T18:04:35.662Z] #20 9.312 Installing collected packages: pathspec, pyyaml, yamllint
18:04:35 [2020-10-05T18:04:35.665Z] 
18:04:35 [2020-10-05T18:04:35.665Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:04:35 [2020-10-05T18:04:35.665Z] #51 88.10 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
18:04:35 [2020-10-05T18:04:35.893Z] #41 118.3   CC       criu/pstree.o
18:04:35 [2020-10-05T18:04:35.979Z] #20 9.685 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
18:04:36 [2020-10-05T18:04:36.199Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	14.981s	coverage: 73.1% of statements
18:04:36 [2020-10-05T18:04:36.199Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
18:04:36 [2020-10-05T18:04:36.297Z] #20 DONE 9.9s
18:04:36 [2020-10-05T18:04:36.297Z] 
18:04:36 [2020-10-05T18:04:36.297Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:36 [2020-10-05T18:04:36.297Z] #41 131.6   CC       criu/files.o
18:04:36 [2020-10-05T18:04:36.572Z] #20 5.187 Collecting yamllint==1.16.0
18:04:36 [2020-10-05T18:04:36.597Z] #41 134.3   CC       criu/filesystems.o
18:04:36 [2020-10-05T18:04:36.849Z] #41 119.2   CC       criu/rbtree.o
18:04:36 [2020-10-05T18:04:36.849Z] #41 119.5   CC       criu/rst-malloc.o
18:04:37 [2020-10-05T18:04:37.186Z] #41 119.7   CC       criu/seccomp.o
18:04:37 [2020-10-05T18:04:37.236Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.626s	coverage: 76.1% of statements
18:04:37 [2020-10-05T18:04:37.247Z] #41 135.1   CC       criu/fsnotify.o
18:04:37 [2020-10-05T18:04:37.570Z] #51 ...
18:04:37 [2020-10-05T18:04:37.570Z] 
18:04:37 [2020-10-05T18:04:37.570Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
18:04:37 [2020-10-05T18:04:37.570Z] #39 DONE 0.5s
18:04:37 [2020-10-05T18:04:37.570Z] 
18:04:37 [2020-10-05T18:04:37.570Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:37 [2020-10-05T18:04:37.570Z] #41 135.8   CC       criu/pie-util-vdso.o
18:04:37 [2020-10-05T18:04:37.570Z] #41 136.4   CC       criu/pie-util.o
18:04:37 [2020-10-05T18:04:37.570Z] #41 136.6   CC       criu/pipes.o
18:04:37 [2020-10-05T18:04:37.570Z] #41 137.2   CC       criu/plugin.o
18:04:37 [2020-10-05T18:04:37.570Z] #41 137.4   CC       criu/proc_parse.o
18:04:37 [2020-10-05T18:04:37.796Z] #41 120.4   CC       criu/seize.o
18:04:37 [2020-10-05T18:04:37.871Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.005s	coverage: 58.0% of statements
18:04:38 [2020-10-05T18:04:38.070Z] #41 ...
18:04:38 [2020-10-05T18:04:38.070Z] 
18:04:38 [2020-10-05T18:04:38.070Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:04:38 [2020-10-05T18:04:38.070Z] #47 174.8 + cd /tmp/tmp.P0f9s4Se5P/src/github.com/golangci/golangci-lint/
18:04:38 [2020-10-05T18:04:38.070Z] #47 174.8 + git checkout -q v1.23.8
18:04:38 [2020-10-05T18:04:38.138Z] #41 ...
18:04:38 [2020-10-05T18:04:38.138Z] 
18:04:38 [2020-10-05T18:04:38.138Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:04:38 [2020-10-05T18:04:38.138Z] #51 90.20 + mkdir -p /build
18:04:38 [2020-10-05T18:04:38.138Z] #51 90.20 + cp runc /build/runc
18:04:38 [2020-10-05T18:04:38.138Z] #51 DONE 90.4s
18:04:38 [2020-10-05T18:04:38.138Z] 
18:04:38 [2020-10-05T18:04:38.138Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:38 [2020-10-05T18:04:38.163Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.965s	coverage: 57.7% of statements
18:04:38 [2020-10-05T18:04:38.163Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
18:04:38 [2020-10-05T18:04:38.163Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
18:04:38 [2020-10-05T18:04:38.465Z] #20 ...
18:04:38 [2020-10-05T18:04:38.465Z] 
18:04:38 [2020-10-05T18:04:38.465Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:38 [2020-10-05T18:04:38.465Z] #41 123.2   CC       criu/memfd.o
18:04:38 [2020-10-05T18:04:38.465Z] #41 123.9   CC       criu/mount.o
18:04:38 [2020-10-05T18:04:38.465Z] #41 127.8   CC       criu/namespaces.o
18:04:38 [2020-10-05T18:04:38.465Z] #41 129.4   CC       criu/net.o
18:04:38 [2020-10-05T18:04:38.674Z] #47 175.3 ++ git describe --tags
18:04:38 [2020-10-05T18:04:38.674Z] #47 175.3 + version=v1.23.8
18:04:38 [2020-10-05T18:04:38.674Z] #47 175.3 ++ git rev-parse --short HEAD
18:04:38 [2020-10-05T18:04:38.674Z] #47 175.3 + commit=76a82c6
18:04:38 [2020-10-05T18:04:38.674Z] #47 175.3 ++ git show -s --format=%cd
18:04:38 [2020-10-05T18:04:38.674Z] #47 175.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
18:04:38 [2020-10-05T18:04:38.674Z] #47 175.3 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
18:04:38 [2020-10-05T18:04:38.798Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.019s	coverage: 3.0% of statements
18:04:38 [2020-10-05T18:04:38.803Z] #41 136.4   CC       criu/image-desc.o
18:04:38 [2020-10-05T18:04:38.803Z] #41 136.5   CC       criu/image.o
18:04:39 [2020-10-05T18:04:39.444Z] ok  	github.com/docker/docker/daemon/links	0.006s	coverage: 93.0% of statements
18:04:39 [2020-10-05T18:04:39.864Z] #41 137.4   CC       criu/ipc_ns.o
18:04:40 [2020-10-05T18:04:40.044Z] #41 139.8   CC       criu/protobuf-desc.o
18:04:40 [2020-10-05T18:04:40.304Z] #41 140.4   CC       criu/protobuf.o
18:04:40 [2020-10-05T18:04:40.481Z] ok  	github.com/docker/docker/daemon/images	0.008s	coverage: 4.8% of statements
18:04:40 [2020-10-05T18:04:40.481Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
18:04:40 [2020-10-05T18:04:40.481Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
18:04:40 [2020-10-05T18:04:40.563Z] #41 140.6   CC       criu/pstree.o
18:04:40 [2020-10-05T18:04:40.682Z] #47 ...
18:04:40 [2020-10-05T18:04:40.682Z] 
18:04:40 [2020-10-05T18:04:40.682Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:04:40 [2020-10-05T18:04:40.682Z] #22 176.1 + return
18:04:40 [2020-10-05T18:04:40.682Z] #22 DONE 177.5s
18:04:40 [2020-10-05T18:04:40.773Z] ok  	github.com/docker/docker/daemon/logger	0.208s	coverage: 41.0% of statements
18:04:40 [2020-10-05T18:04:40.926Z] #41 138.5   CC       criu/irmap.o
18:04:40 [2020-10-05T18:04:40.970Z] 
18:04:40 [2020-10-05T18:04:40.970Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:40 [2020-10-05T18:04:40.970Z] #41 121.3   CC       criu/servicefd.o
18:04:40 [2020-10-05T18:04:40.970Z] #41 121.6   CC       criu/shmem.o
18:04:40 [2020-10-05T18:04:40.970Z] #41 122.5   CC       criu/sigframe.o
18:04:40 [2020-10-05T18:04:40.970Z] #41 122.7   CC       criu/signalfd.o
18:04:40 [2020-10-05T18:04:40.970Z] #41 122.9   CC       criu/sk-inet.o
18:04:40 [2020-10-05T18:04:40.984Z] #41 132.0   CC       criu/netfilter.o
18:04:41 [2020-10-05T18:04:41.131Z] #41 141.3   CC       criu/rbtree.o
18:04:41 [2020-10-05T18:04:41.234Z] #41 123.8   CC       criu/sk-netlink.o
18:04:41 [2020-10-05T18:04:41.241Z] #41 132.3   CC       criu/page-pipe.o
18:04:41 [2020-10-05T18:04:41.577Z] #41 139.3   CC       criu/kcmp-ids.o
18:04:41 [2020-10-05T18:04:41.700Z] #41 141.5   CC       criu/rst-malloc.o
18:04:41 [2020-10-05T18:04:41.700Z] #41 141.6   CC       criu/seccomp.o
18:04:41 [2020-10-05T18:04:41.804Z] #41 ...
18:04:41 [2020-10-05T18:04:41.804Z] 
18:04:41 [2020-10-05T18:04:41.804Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
18:04:41 [2020-10-05T18:04:41.804Z] #20 10.51   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
18:04:41 [2020-10-05T18:04:41.804Z] #20 10.59 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
18:04:41 [2020-10-05T18:04:41.804Z] #20 10.65   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
18:04:41 [2020-10-05T18:04:41.804Z] #20 10.71 Collecting pyyaml (from yamllint==1.16.0)
18:04:41 [2020-10-05T18:04:41.810Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.098s	coverage: 77.8% of statements
18:04:41 [2020-10-05T18:04:41.810Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
18:04:41 [2020-10-05T18:04:41.810Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
18:04:41 [2020-10-05T18:04:41.851Z] #41 124.1   CC       criu/sk-packet.o
18:04:41 [2020-10-05T18:04:41.878Z] #41 139.7   CC       criu/kerndat.o
18:04:42 [2020-10-05T18:04:42.061Z] #20 10.87   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
18:04:42 [2020-10-05T18:04:42.102Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.010s	coverage: 67.0% of statements
18:04:42 [2020-10-05T18:04:42.117Z] #41 124.8   CC       criu/sk-queue.o
18:04:42 [2020-10-05T18:04:42.281Z] #41 142.1   CC       criu/seize.o
18:04:42 [2020-10-05T18:04:42.737Z] ok  	github.com/docker/docker/daemon/logger/journald	0.006s	coverage: 23.9% of statements
18:04:42 [2020-10-05T18:04:42.849Z] #41 142.6   CC       criu/servicefd.o
18:04:42 [2020-10-05T18:04:42.849Z] #41 142.8   CC       criu/shmem.o
18:04:43 [2020-10-05T18:04:43.029Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.004s	coverage: 61.6% of statements
18:04:43 [2020-10-05T18:04:43.029Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.012s	coverage: 87.2% of statements
18:04:43 [2020-10-05T18:04:43.076Z] #41 125.4   CC       criu/sk-tcp.o
18:04:43 [2020-10-05T18:04:43.339Z] #41 126.0   CC       criu/sk-unix.o
18:04:43 [2020-10-05T18:04:43.417Z] #41 143.4   CC       criu/sigframe.o
18:04:43 [2020-10-05T18:04:43.417Z] #41 143.5   CC       criu/signalfd.o
18:04:43 [2020-10-05T18:04:43.425Z] #41 140.9   CC       criu/libnetlink.o
18:04:43 [2020-10-05T18:04:43.426Z] #41 141.2   CC       criu/log.o
18:04:43 [2020-10-05T18:04:43.428Z] #20 12.25 Building wheels for collected packages: pyyaml
18:04:43 [2020-10-05T18:04:43.428Z] #20 12.27   Running setup.py bdist_wheel for pyyaml: started
18:04:43 [2020-10-05T18:04:43.676Z] #41 143.6   CC       criu/sk-inet.o
18:04:44 [2020-10-05T18:04:44.066Z] ok  	github.com/docker/docker/daemon/logger/local	0.009s	coverage: 75.2% of statements
18:04:44 [2020-10-05T18:04:44.066Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
18:04:44 [2020-10-05T18:04:44.066Z] time="2020-10-05T18:04:44Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate506268549/log986150688.1: no such file or directory"
18:04:44 [2020-10-05T18:04:44.066Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.044s	coverage: 38.3% of statements
18:04:44 [2020-10-05T18:04:44.081Z] #41 141.8   CC       criu/lsm.o
18:04:44 [2020-10-05T18:04:44.290Z] #41 ...
18:04:44 [2020-10-05T18:04:44.290Z] 
18:04:44 [2020-10-05T18:04:44.290Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
18:04:44 [2020-10-05T18:04:44.290Z] #23 DONE 1.1s
18:04:44 [2020-10-05T18:04:44.290Z] 
18:04:44 [2020-10-05T18:04:44.290Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
18:04:44 [2020-10-05T18:04:44.613Z] #41 144.4   CC       criu/sk-netlink.o
18:04:44 [2020-10-05T18:04:44.613Z] #41 144.7   CC       criu/sk-packet.o
18:04:44 [2020-10-05T18:04:44.734Z] #41 142.3   CC       criu/mem.o
18:04:44 [2020-10-05T18:04:44.796Z] #20 13.51   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
18:04:44 [2020-10-05T18:04:44.796Z] #20 13.51   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
18:04:44 [2020-10-05T18:04:44.796Z] #20 13.62 Successfully built pyyaml
18:04:45 [2020-10-05T18:04:45.052Z] #20 13.64 Installing collected packages: pathspec, pyyaml, yamllint
18:04:45 [2020-10-05T18:04:45.103Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.005s	coverage: 33.3% of statements
18:04:45 [2020-10-05T18:04:45.181Z] #41 145.1   CC       criu/sk-queue.o
18:04:45 [2020-10-05T18:04:45.309Z] #20 13.95 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
18:04:45 [2020-10-05T18:04:45.441Z] #41 145.4   CC       criu/sk-tcp.o
18:04:45 [2020-10-05T18:04:45.700Z] #41 145.6   CC       criu/sk-unix.o
18:04:45 [2020-10-05T18:04:45.737Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.002s	coverage: 46.8% of statements
18:04:45 [2020-10-05T18:04:45.873Z] #20 DONE 14.6s
18:04:45 [2020-10-05T18:04:45.873Z] 
18:04:45 [2020-10-05T18:04:45.873Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
18:04:46 [2020-10-05T18:04:46.029Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
18:04:46 [2020-10-05T18:04:46.130Z] #23 DONE 0.4s
18:04:46 [2020-10-05T18:04:46.130Z] 
18:04:46 [2020-10-05T18:04:46.130Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
18:04:46 [2020-10-05T18:04:46.298Z] #41 144.1   CC       criu/memfd.o
18:04:46 [2020-10-05T18:04:46.662Z] ok  	github.com/docker/docker/daemon/network	0.003s	coverage: 63.8% of statements
18:04:46 [2020-10-05T18:04:46.663Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.460s	coverage: 82.5% of statements
18:04:46 [2020-10-05T18:04:46.663Z] ?   	github.com/docker/docker/daemon/names	[no test files]
18:04:46 [2020-10-05T18:04:46.663Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
18:04:46 [2020-10-05T18:04:46.984Z] #41 144.8   CC       criu/mount.o
18:04:47 [2020-10-05T18:04:47.078Z] #41 146.9   CC       criu/sockets.o
18:04:47 [2020-10-05T18:04:47.647Z] #41 147.4   CC       criu/stats.o
18:04:47 [2020-10-05T18:04:47.647Z] #41 147.6   CC       criu/string.o
18:04:47 [2020-10-05T18:04:47.906Z] #41 147.7   CC       criu/sysctl.o
18:04:48 [2020-10-05T18:04:48.165Z] #41 148.1   CC       criu/sysfs_parse.o
18:04:48 [2020-10-05T18:04:48.177Z] ok  	github.com/docker/docker/distribution/metadata	0.027s	coverage: 48.2% of statements
18:04:48 [2020-10-05T18:04:48.425Z] #41 148.4   CC       criu/timens.o
18:04:48 [2020-10-05T18:04:48.469Z] ok  	github.com/docker/docker/distribution	0.337s	coverage: 21.9% of statements
18:04:48 [2020-10-05T18:04:48.469Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
18:04:48 [2020-10-05T18:04:48.684Z] #41 148.6   CC       criu/timerfd.o
18:04:48 [2020-10-05T18:04:48.944Z] #41 148.9   CC       criu/tty.o
18:04:49 [2020-10-05T18:04:49.103Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 49.4% of statements
18:04:49 [2020-10-05T18:04:49.605Z] #28 ...
18:04:49 [2020-10-05T18:04:49.605Z] 
18:04:49 [2020-10-05T18:04:49.605Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:49 [2020-10-05T18:04:49.605Z] #41 127.7   CC       criu/sockets.o
18:04:49 [2020-10-05T18:04:49.605Z] #41 128.5   CC       criu/stats.o
18:04:49 [2020-10-05T18:04:49.605Z] #41 128.8   CC       criu/string.o
18:04:49 [2020-10-05T18:04:49.605Z] #41 128.9   CC       criu/sysctl.o
18:04:49 [2020-10-05T18:04:49.605Z] #41 129.5   CC       criu/sysfs_parse.o
18:04:49 [2020-10-05T18:04:49.605Z] #41 129.8   CC       criu/timens.o
18:04:49 [2020-10-05T18:04:49.605Z] #41 130.2   CC       criu/timerfd.o
18:04:49 [2020-10-05T18:04:49.605Z] #41 130.5   CC       criu/tty.o
18:04:49 [2020-10-05T18:04:49.605Z] #41 132.2   CC       criu/tun.o
18:04:49 [2020-10-05T18:04:49.738Z] ok  	github.com/docker/docker/image	0.013s	coverage: 86.4% of statements
18:04:50 [2020-10-05T18:04:50.183Z] #41 132.7   CC       criu/uffd.o
18:04:50 [2020-10-05T18:04:50.324Z] #41 150.1   CC       criu/tun.o
18:04:50 [2020-10-05T18:04:50.373Z] ok  	github.com/docker/docker/image/cache	0.005s	coverage: 19.2% of statements
18:04:50 [2020-10-05T18:04:50.391Z] #28 ...
18:04:50 [2020-10-05T18:04:50.391Z] 
18:04:50 [2020-10-05T18:04:50.391Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:04:50 [2020-10-05T18:04:50.391Z] #51 89.44 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
18:04:50 [2020-10-05T18:04:50.391Z] #51 91.93 + mkdir -p /build
18:04:50 [2020-10-05T18:04:50.391Z] #51 91.94 + cp runc /build/runc
18:04:50 [2020-10-05T18:04:50.391Z] #51 DONE 92.5s
18:04:50 [2020-10-05T18:04:50.391Z] 
18:04:50 [2020-10-05T18:04:50.391Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:04:50 [2020-10-05T18:04:50.391Z] #38 DONE 191.3s
18:04:50 [2020-10-05T18:04:50.391Z] 
18:04:50 [2020-10-05T18:04:50.391Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
18:04:50 [2020-10-05T18:04:50.391Z] #28 DONE 4.1s
18:04:50 [2020-10-05T18:04:50.391Z] 
18:04:50 [2020-10-05T18:04:50.391Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
18:04:50 [2020-10-05T18:04:50.583Z] #41 150.5   CC       criu/uffd.o
18:04:50 [2020-10-05T18:04:50.665Z] ok  	github.com/docker/docker/distribution/xfer	1.864s	coverage: 85.1% of statements
18:04:50 [2020-10-05T18:04:50.665Z] ?   	github.com/docker/docker/dockerversion	[no test files]
18:04:50 [2020-10-05T18:04:50.665Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
18:04:50 [2020-10-05T18:04:50.954Z] #31 DONE 0.5s
18:04:50 [2020-10-05T18:04:50.954Z] 
18:04:50 [2020-10-05T18:04:50.954Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
18:04:50 [2020-10-05T18:04:50.954Z] #33 DONE 0.1s
18:04:50 [2020-10-05T18:04:50.954Z] 
18:04:50 [2020-10-05T18:04:50.954Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
18:04:50 [2020-10-05T18:04:50.961Z] ok  	github.com/docker/docker/image/v1	0.023s	coverage: 25.0% of statements
18:04:50 [2020-10-05T18:04:50.961Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
18:04:51 [2020-10-05T18:04:51.135Z] #41 133.9   CC       criu/util.o
18:04:51 [2020-10-05T18:04:51.152Z] #41 151.2   CC       criu/util.o
18:04:51 [2020-10-05T18:04:51.253Z] ok  	github.com/docker/docker/libcontainerd/queue	0.021s	coverage: 100.0% of statements
18:04:51 [2020-10-05T18:04:51.281Z] #36 DONE 0.1s
18:04:51 [2020-10-05T18:04:51.281Z] 
18:04:51 [2020-10-05T18:04:51.281Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:51 [2020-10-05T18:04:51.281Z] #41 132.9   CC       criu/page-xfer.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 134.8   CC       criu/pagemap-cache.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 135.2   CC       criu/pagemap.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 136.2   CC       criu/parasite-syscall.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 137.3   CC       criu/path.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 137.8   CC       criu/pie-util-vdso-elf32.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 138.2   CC       criu/pie-util-vdso.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 138.6   CC       criu/pie-util.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 138.8   CC       criu/pipes.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 139.5   CC       criu/plugin.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 139.8   CC       criu/proc_parse.o
18:04:51 [2020-10-05T18:04:51.281Z] #41 142.1   CC       criu/protobuf-desc.o
18:04:51 [2020-10-05T18:04:51.561Z] #41 149.4   CC       criu/namespaces.o
18:04:52 [2020-10-05T18:04:52.089Z] #41 152.2   CC       criu/uts_ns.o
18:04:52 [2020-10-05T18:04:52.277Z] #41 143.2   CC       criu/protobuf.o
18:04:52 [2020-10-05T18:04:52.291Z] ok  	github.com/docker/docker/oci	0.015s	coverage: 8.2% of statements
18:04:52 [2020-10-05T18:04:52.349Z] #41 152.3   CC       criu/vdso-compat.o
18:04:52 [2020-10-05T18:04:52.533Z] #41 143.7   CC       criu/pstree.o
18:04:52 [2020-10-05T18:04:52.533Z] #41 135.0   CC       criu/uts_ns.o
18:04:52 [2020-10-05T18:04:52.608Z] #41 152.5   CC       criu/vdso.o
18:04:52 [2020-10-05T18:04:52.797Z] #41 135.2   CC       criu/vdso.o
18:04:52 [2020-10-05T18:04:52.867Z] #41 152.9   LINK     criu/built-in.o
18:04:52 [2020-10-05T18:04:52.928Z] ok  	github.com/docker/docker/opts	0.016s	coverage: 67.1% of statements
18:04:53 [2020-10-05T18:04:53.061Z] #41 135.8   LINK     criu/built-in.o
18:04:53 [2020-10-05T18:04:53.107Z] #41 ...
18:04:53 [2020-10-05T18:04:53.107Z] 
18:04:53 [2020-10-05T18:04:53.107Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:04:53 [2020-10-05T18:04:53.107Z] #47 179.5 + cd /tmp/tmp.w5atCY8exk/src/github.com/golangci/golangci-lint/
18:04:53 [2020-10-05T18:04:53.107Z] #47 179.5 + git checkout -q v1.23.8
18:04:53 [2020-10-05T18:04:53.107Z] #47 180.2 ++ git describe --tags
18:04:53 [2020-10-05T18:04:53.107Z] #47 180.2 + version=v1.23.8
18:04:53 [2020-10-05T18:04:53.107Z] #47 180.2 ++ git rev-parse --short HEAD
18:04:53 [2020-10-05T18:04:53.107Z] #47 180.2 + commit=76a82c6
18:04:53 [2020-10-05T18:04:53.107Z] #47 180.2 ++ git show -s --format=%cd
18:04:53 [2020-10-05T18:04:53.107Z] #47 180.2 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
18:04:53 [2020-10-05T18:04:53.107Z] #47 180.2 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
18:04:53 [2020-10-05T18:04:53.107Z] #47 ...
18:04:53 [2020-10-05T18:04:53.107Z] 
18:04:53 [2020-10-05T18:04:53.107Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
18:04:53 [2020-10-05T18:04:53.126Z] #41 153.0   LINK     criu/criu
18:04:53 [2020-10-05T18:04:53.220Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 50.0% of statements
18:04:53 [2020-10-05T18:04:53.385Z] #41 153.3   DEP      lib/c/criu.d
18:04:53 [2020-10-05T18:04:53.385Z] #41 153.3   CC       images/rpc.pb-c.o
18:04:53 [2020-10-05T18:04:53.639Z] #41 135.9   LINK     criu/criu
18:04:53 [2020-10-05T18:04:53.644Z] #41 153.8   CC       lib/c/criu.o
18:04:53 [2020-10-05T18:04:53.676Z] #41 151.4   CC       criu/net.o
18:04:53 [2020-10-05T18:04:53.908Z] #41 136.4   DEP      lib/c/criu.d
18:04:53 [2020-10-05T18:04:53.908Z] #41 136.5   CC       images/rpc.pb-c.o
18:04:53 [2020-10-05T18:04:53.978Z] #41 ...
18:04:53 [2020-10-05T18:04:53.978Z] 
18:04:53 [2020-10-05T18:04:53.978Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:04:53 [2020-10-05T18:04:53.978Z] #38 191.1 + dpkg --print-architecture
18:04:53 [2020-10-05T18:04:53.978Z] #38 191.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
18:04:54 [2020-10-05T18:04:54.034Z] #39 DONE 0.6s
18:04:54 [2020-10-05T18:04:54.034Z] 
18:04:54 [2020-10-05T18:04:54.034Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:54 [2020-10-05T18:04:54.034Z] #41 144.9   CC       criu/rbtree.o
18:04:54 [2020-10-05T18:04:54.034Z] #41 145.0   CC       criu/rst-malloc.o
18:04:54 [2020-10-05T18:04:54.034Z] #41 145.2   CC       criu/seccomp.o
18:04:54 [2020-10-05T18:04:54.172Z] #41 ...
18:04:54 [2020-10-05T18:04:54.172Z] 
18:04:54 [2020-10-05T18:04:54.172Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
18:04:54 [2020-10-05T18:04:54.172Z] #28 DONE 10.0s
18:04:54 [2020-10-05T18:04:54.172Z] 
18:04:54 [2020-10-05T18:04:54.172Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
18:04:54 [2020-10-05T18:04:54.582Z] #41 154.5   LINK     lib/c/built-in.o
18:04:54 [2020-10-05T18:04:54.582Z] #41 154.5   LINK     lib/c/libcriu.so
18:04:54 [2020-10-05T18:04:54.582Z] #41 154.6   LINK     lib/c/libcriu.a
18:04:54 [2020-10-05T18:04:54.596Z] #41 145.8   CC       criu/seize.o
18:04:54 [2020-10-05T18:04:54.629Z] #38 191.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
18:04:54 [2020-10-05T18:04:54.629Z] #38 191.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
18:04:54 [2020-10-05T18:04:54.730Z] ok  	github.com/docker/docker/pkg/archive	0.530s	coverage: 76.9% of statements
18:04:54 [2020-10-05T18:04:54.841Z] #41 154.7   GEN      magic.py
18:04:54 [2020-10-05T18:04:54.841Z] #41 154.8 Note: Building without setproctitle() and strlcpy() support.
18:04:54 [2020-10-05T18:04:54.841Z] #41 154.8       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:04:54 [2020-10-05T18:04:54.841Z] #41 154.8 Note: Building without GnuTLS support
18:04:54 [2020-10-05T18:04:54.841Z] #41 154.8 Makefile.config:39: Warn: you have no libnftables installed
18:04:54 [2020-10-05T18:04:54.841Z] #41 154.8 Makefile.config:40: Warn: Building without nftables support
18:04:55 [2020-10-05T18:04:55.122Z] #31 DONE 0.8s
18:04:55 [2020-10-05T18:04:55.123Z] 
18:04:55 [2020-10-05T18:04:55.123Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:55 [2020-10-05T18:04:55.123Z] #41 137.2   CC       lib/c/criu.o
18:04:55 [2020-10-05T18:04:55.123Z] #41 ...
18:04:55 [2020-10-05T18:04:55.123Z] 
18:04:55 [2020-10-05T18:04:55.123Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
18:04:55 [2020-10-05T18:04:55.123Z] #33 DONE 0.1s
18:04:55 [2020-10-05T18:04:55.123Z] 
18:04:55 [2020-10-05T18:04:55.123Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
18:04:55 [2020-10-05T18:04:55.123Z] #36 DONE 0.1s
18:04:55 [2020-10-05T18:04:55.123Z] 
18:04:55 [2020-10-05T18:04:55.123Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:04:55 [2020-10-05T18:04:55.161Z] #41 146.3   CC       criu/servicefd.o
18:04:55 [2020-10-05T18:04:55.387Z] #47 ...
18:04:55 [2020-10-05T18:04:55.387Z] 
18:04:55 [2020-10-05T18:04:55.387Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
18:04:55 [2020-10-05T18:04:55.409Z] #41 155.5 fatal: not a git repository (or any of the parent directories): .git
18:04:55 [2020-10-05T18:04:55.765Z] #41 146.6   CC       criu/shmem.o
18:04:55 [2020-10-05T18:04:55.846Z] ok  	github.com/docker/docker/pkg/authorization	0.357s	coverage: 68.3% of statements
18:04:55 [2020-10-05T18:04:55.846Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
18:04:55 [2020-10-05T18:04:55.846Z] ok  	github.com/docker/docker/pkg/capabilities	0.001s	coverage: 87.5% of statements
18:04:55 [2020-10-05T18:04:55.965Z] #39 DONE 0.8s
18:04:55 [2020-10-05T18:04:55.965Z] 
18:04:55 [2020-10-05T18:04:55.965Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:04:55 [2020-10-05T18:04:55.965Z] #41 138.2   LINK     lib/c/built-in.o
18:04:55 [2020-10-05T18:04:55.965Z] #41 138.2   LINK     lib/c/libcriu.so
18:04:55 [2020-10-05T18:04:55.965Z] #41 138.3   LINK     lib/c/libcriu.a
18:04:55 [2020-10-05T18:04:55.965Z] #41 138.5   GEN      magic.py
18:04:55 [2020-10-05T18:04:55.977Z] #41 156.0 make[1]: Nothing to be done for 'all'.
18:04:56 [2020-10-05T18:04:56.022Z] #41 147.2   CC       criu/sigframe.o
18:04:56 [2020-10-05T18:04:56.228Z] #41 138.7 Note: Building without setproctitle() and strlcpy() support.
18:04:56 [2020-10-05T18:04:56.228Z] #41 138.7       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:04:56 [2020-10-05T18:04:56.228Z] #41 138.7 Note: Building without GnuTLS support
18:04:56 [2020-10-05T18:04:56.228Z] #41 138.7 Makefile.config:39: Warn: you have no libnftables installed
18:04:56 [2020-10-05T18:04:56.228Z] #41 138.7 Makefile.config:40: Warn: Building without nftables support
18:04:56 [2020-10-05T18:04:56.278Z] #41 147.3   CC       criu/signalfd.o
18:04:56 [2020-10-05T18:04:56.535Z] #41 147.5   CC       criu/sk-inet.o
18:04:56 [2020-10-05T18:04:56.545Z] #41 156.5 make[1]: 'images/built-in.o' is up to date.
18:04:56 [2020-10-05T18:04:56.545Z] #41 156.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
18:04:56 [2020-10-05T18:04:56.545Z] #41 156.6 make[1]: 'compel/plugins/fds.lib.a' is up to date.
18:04:56 [2020-10-05T18:04:56.545Z] #41 156.6 make[1]: 'compel/libcompel.a' is up to date.
18:04:56 [2020-10-05T18:04:56.545Z] #41 156.6 make[1]: 'compel/compel-host-bin' is up to date.
18:04:56 [2020-10-05T18:04:56.545Z] #41 156.6 make[1]: Nothing to be done for 'all'.
18:04:56 [2020-10-05T18:04:56.804Z] #41 156.6 make[1]: 'soccr/libsoccr.a' is up to date.
18:04:56 [2020-10-05T18:04:56.804Z] #41 156.7 make[2]: Nothing to be done for 'all'.
18:04:56 [2020-10-05T18:04:56.804Z] #41 156.7 make[2]: Nothing to be done for 'all'.
18:04:56 [2020-10-05T18:04:56.804Z] #41 156.8 make[2]: Nothing to be done for 'all'.
18:04:56 [2020-10-05T18:04:56.804Z] #41 156.8 make[2]: Nothing to be done for 'all'.
18:04:56 [2020-10-05T18:04:56.806Z] #41 139.4 fatal: not a git repository (or any of the parent directories): .git
18:04:57 [2020-10-05T18:04:57.064Z] #41 156.9 make[2]: Nothing to be done for 'all'.
18:04:57 [2020-10-05T18:04:57.064Z] #41 156.9 make[2]: Nothing to be done for 'all'.
18:04:57 [2020-10-05T18:04:57.064Z] #41 156.9 make[2]: Nothing to be done for 'all'.
18:04:57 [2020-10-05T18:04:57.064Z] #41 157.0 make[2]: Nothing to be done for 'all'.
18:04:57 [2020-10-05T18:04:57.064Z] #41 157.1   INSTALL  criu/criu
18:04:57 [2020-10-05T18:04:57.464Z] #41 148.2   CC       criu/sk-netlink.o
18:04:57 [2020-10-05T18:04:57.464Z] #41 148.5   CC       criu/sk-packet.o
18:04:57 [2020-10-05T18:04:57.633Z] #41 DONE 157.4s
18:04:57 [2020-10-05T18:04:57.633Z] 
18:04:57 [2020-10-05T18:04:57.633Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:04:57 [2020-10-05T18:04:57.724Z] #41 148.9   CC       criu/sk-queue.o
18:04:57 [2020-10-05T18:04:57.758Z] #41 140.3 make[1]: Nothing to be done for 'all'.
18:04:57 [2020-10-05T18:04:57.981Z] #41 149.2   CC       criu/sk-tcp.o
18:04:58 [2020-10-05T18:04:58.544Z] #41 149.5   CC       criu/sk-unix.o
18:04:58 [2020-10-05T18:04:58.569Z] #54 ...
18:04:58 [2020-10-05T18:04:58.570Z] 
18:04:58 [2020-10-05T18:04:58.570Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
18:04:58 [2020-10-05T18:04:58.570Z] #42 DONE 0.0s
18:04:58 [2020-10-05T18:04:58.570Z] 
18:04:58 [2020-10-05T18:04:58.570Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
18:04:58 [2020-10-05T18:04:58.570Z] #44 DONE 0.1s
18:04:58 [2020-10-05T18:04:58.570Z] 
18:04:58 [2020-10-05T18:04:58.570Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:04:58 [2020-10-05T18:04:58.570Z] #54 ...
18:04:58 [2020-10-05T18:04:58.570Z] 
18:04:58 [2020-10-05T18:04:58.570Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
18:04:58 [2020-10-05T18:04:58.570Z] #46 DONE 0.1s
18:04:58 [2020-10-05T18:04:58.710Z] #41 141.1 make[1]: 'images/built-in.o' is up to date.
18:04:58 [2020-10-05T18:04:58.710Z] #41 141.2 make[1]: 'compel/plugins/std.lib.a' is up to date.
18:04:58 [2020-10-05T18:04:58.710Z] #41 141.3 make[1]: 'compel/plugins/fds.lib.a' is up to date.
18:04:58 [2020-10-05T18:04:58.710Z] #41 141.3 make[1]: 'compel/libcompel.a' is up to date.
18:04:58 [2020-10-05T18:04:58.710Z] #41 141.4 make[1]: 'compel/compel-host-bin' is up to date.
18:04:58 [2020-10-05T18:04:58.829Z] 
18:04:58 [2020-10-05T18:04:58.829Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:04:58 [2020-10-05T18:04:58.974Z] #41 141.4 make[1]: Nothing to be done for 'all'.
18:04:58 [2020-10-05T18:04:58.974Z] #41 141.5 make[1]: 'soccr/libsoccr.a' is up to date.
18:04:59 [2020-10-05T18:04:59.239Z] #41 141.7 make[2]: Nothing to be done for 'all'.
18:04:59 [2020-10-05T18:04:59.239Z] #41 141.8 make[2]: Nothing to be done for 'all'.
18:04:59 [2020-10-05T18:04:59.239Z] #41 141.8 make[2]: Nothing to be done for 'all'.
18:04:59 [2020-10-05T18:04:59.502Z] #41 142.0 make[2]: Nothing to be done for 'all'.
18:04:59 [2020-10-05T18:04:59.502Z] #41 142.1 make[2]: Nothing to be done for 'all'.
18:04:59 [2020-10-05T18:04:59.502Z] #41 142.2 make[2]: Nothing to be done for 'all'.
18:04:59 [2020-10-05T18:04:59.502Z] #41 142.3 make[2]: Nothing to be done for 'all'.
18:04:59 [2020-10-05T18:04:59.911Z] #41 150.7   CC       criu/sockets.o
18:05:00 [2020-10-05T18:05:00.080Z] #41 142.4 make[2]: Nothing to be done for 'all'.
18:05:00 [2020-10-05T18:05:00.080Z] #41 142.4   INSTALL  criu/criu
18:05:00 [2020-10-05T18:05:00.080Z] #41 DONE 142.8s
18:05:00 [2020-10-05T18:05:00.080Z] 
18:05:00 [2020-10-05T18:05:00.080Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:05:00 [2020-10-05T18:05:00.207Z] #54 202.3 + bin/containerd
18:05:00 [2020-10-05T18:05:00.307Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.514s	coverage: 43.2% of statements
18:05:00 [2020-10-05T18:05:00.308Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
18:05:00 [2020-10-05T18:05:00.308Z] ok  	github.com/docker/docker/layer	7.823s	coverage: 68.8% of statements
18:05:00 [2020-10-05T18:05:00.308Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
18:05:00 [2020-10-05T18:05:00.308Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
18:05:00 [2020-10-05T18:05:00.308Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
18:05:00 [2020-10-05T18:05:00.308Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
18:05:00 [2020-10-05T18:05:00.308Z] ?   	github.com/docker/docker/oci/caps	[no test files]
18:05:00 [2020-10-05T18:05:00.308Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
18:05:00 [2020-10-05T18:05:00.308Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
18:05:00 [2020-10-05T18:05:00.474Z] #41 151.3   CC       criu/stats.o
18:05:00 [2020-10-05T18:05:00.474Z] #41 151.5   CC       criu/string.o
18:05:00 [2020-10-05T18:05:00.474Z] #41 151.6   CC       criu/sysctl.o
18:05:00 [2020-10-05T18:05:00.600Z] ok  	github.com/docker/docker/pkg/discovery	0.012s	coverage: 58.3% of statements
18:05:00 [2020-10-05T18:05:00.600Z] ok  	github.com/docker/docker/pkg/discovery/file	0.002s	coverage: 92.9% of statements
18:05:00 [2020-10-05T18:05:00.892Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.014s	coverage: 92.3% of statements
18:05:01 [2020-10-05T18:05:01.036Z] #41 152.1   CC       criu/sysfs_parse.o
18:05:01 [2020-10-05T18:05:01.292Z] #41 152.3   CC       criu/timens.o
18:05:01 [2020-10-05T18:05:01.529Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.009s	coverage: 93.8% of statements
18:05:01 [2020-10-05T18:05:01.548Z] #41 152.7   CC       criu/timerfd.o
18:05:01 [2020-10-05T18:05:01.804Z] #41 152.9   CC       criu/tty.o
18:05:01 [2020-10-05T18:05:01.821Z] ok  	github.com/docker/docker/pkg/dmesg	0.002s	coverage: 83.3% of statements
18:05:02 [2020-10-05T18:05:02.009Z] #47 ...
18:05:02 [2020-10-05T18:05:02.009Z] 
18:05:02 [2020-10-05T18:05:02.009Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
18:05:02 [2020-10-05T18:05:02.273Z] #42 DONE 0.5s
18:05:02 [2020-10-05T18:05:02.273Z] 
18:05:02 [2020-10-05T18:05:02.273Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
18:05:02 [2020-10-05T18:05:02.857Z] ok  	github.com/docker/docker/pkg/filenotify	0.602s	coverage: 67.0% of statements
18:05:03 [2020-10-05T18:05:03.150Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 89.5% of statements
18:05:03 [2020-10-05T18:05:03.224Z] #44 DONE 0.7s
18:05:03 [2020-10-05T18:05:03.224Z] 
18:05:03 [2020-10-05T18:05:03.224Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
18:05:03 [2020-10-05T18:05:03.224Z] #46 DONE 0.2s
18:05:03 [2020-10-05T18:05:03.224Z] 
18:05:03 [2020-10-05T18:05:03.224Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:03 [2020-10-05T18:05:03.694Z] #41 154.3   CC       criu/tun.o
18:05:03 [2020-10-05T18:05:03.694Z] #41 154.7   CC       criu/uffd.o
18:05:04 [2020-10-05T18:05:04.187Z] ok  	github.com/docker/docker/pkg/fsutils	0.414s	coverage: 85.1% of statements
18:05:04 [2020-10-05T18:05:04.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:05:04 [2020-10-05T18:05:04.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:05:04 [2020-10-05T18:05:04.479Z] ok  	github.com/docker/docker/pkg/homedir	0.017s	coverage: 11.4% of statements
18:05:04 [2020-10-05T18:05:04.479Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.072s	coverage: 84.1% of statements
18:05:04 [2020-10-05T18:05:04.664Z] #41 155.6   CC       criu/util.o
18:05:04 [2020-10-05T18:05:04.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:05:05 [2020-10-05T18:05:05.514Z] ok  	github.com/docker/docker/pkg/idtools	0.292s	coverage: 70.1% of statements
18:05:05 [2020-10-05T18:05:05.514Z] ok  	github.com/docker/docker/pkg/ioutils	0.323s	coverage: 70.6% of statements
18:05:05 [2020-10-05T18:05:05.590Z] #41 156.6   CC       criu/uts_ns.o
18:05:05 [2020-10-05T18:05:05.590Z] #41 156.8   CC       criu/vdso-compat.o
18:05:05 [2020-10-05T18:05:05.806Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.002s	coverage: 91.7% of statements
18:05:05 [2020-10-05T18:05:05.806Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
18:05:05 [2020-10-05T18:05:05.806Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
18:05:05 [2020-10-05T18:05:05.806Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
18:05:05 [2020-10-05T18:05:05.806Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
18:05:05 [2020-10-05T18:05:05.846Z] #41 156.9   CC       criu/vdso.o
18:05:06 [2020-10-05T18:05:06.099Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.007s	coverage: 85.7% of statements
18:05:06 [2020-10-05T18:05:06.099Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
18:05:06 [2020-10-05T18:05:06.099Z] ok  	github.com/docker/docker/pkg/parsers	0.001s	coverage: 97.0% of statements
18:05:06 [2020-10-05T18:05:06.102Z] #41 157.3   LINK     criu/built-in.o
18:05:06 [2020-10-05T18:05:06.358Z] #41 157.4   LINK     criu/criu
18:05:06 [2020-10-05T18:05:06.391Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.001s	coverage: 60.0% of statements
18:05:06 [2020-10-05T18:05:06.614Z] #41 157.7   DEP      lib/c/criu.d
18:05:06 [2020-10-05T18:05:06.614Z] #41 157.7   CC       images/rpc.pb-c.o
18:05:06 [2020-10-05T18:05:06.683Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.002s	coverage: 86.7% of statements
18:05:06 [2020-10-05T18:05:06.683Z] ok  	github.com/docker/docker/pkg/pidfile	0.001s	coverage: 82.4% of statements
18:05:06 [2020-10-05T18:05:06.683Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
18:05:06 [2020-10-05T18:05:06.683Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
18:05:07 [2020-10-05T18:05:07.176Z] #41 158.2   CC       lib/c/criu.o
18:05:07 [2020-10-05T18:05:07.317Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
18:05:07 [2020-10-05T18:05:07.439Z] #38 ...
18:05:07 [2020-10-05T18:05:07.440Z] 
18:05:07 [2020-10-05T18:05:07.440Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:05:07 [2020-10-05T18:05:07.440Z] #51 116.8 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
18:05:07 [2020-10-05T18:05:07.440Z] #51 ...
18:05:07 [2020-10-05T18:05:07.440Z] 
18:05:07 [2020-10-05T18:05:07.440Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:05:07 [2020-10-05T18:05:07.440Z] #41 155.3   CC       criu/netfilter.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 155.8   CC       criu/page-pipe.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 156.7   CC       criu/page-xfer.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 158.5   CC       criu/pagemap-cache.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 158.9   CC       criu/pagemap.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 160.0   CC       criu/parasite-syscall.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 160.9   CC       criu/path.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 161.5   CC       criu/pie-util-vdso.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 162.0   CC       criu/pie-util.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 162.1   CC       criu/pipes.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 163.0   CC       criu/plugin.o
18:05:07 [2020-10-05T18:05:07.440Z] #41 163.4   CC       criu/proc_parse.o
18:05:07 [2020-10-05T18:05:07.610Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.001s	coverage: 85.7% of statements
18:05:07 [2020-10-05T18:05:07.740Z] #41 ...
18:05:07 [2020-10-05T18:05:07.740Z] 
18:05:07 [2020-10-05T18:05:07.740Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
18:05:07 [2020-10-05T18:05:07.740Z] #51 119.0 + mkdir -p /build
18:05:07 [2020-10-05T18:05:07.903Z] ok  	github.com/docker/docker/pkg/pools	0.001s	coverage: 88.2% of statements
18:05:08 [2020-10-05T18:05:08.039Z] #51 119.0 + cp runc /build/runc
18:05:08 [2020-10-05T18:05:08.040Z] #51 DONE 119.2s
18:05:08 [2020-10-05T18:05:08.040Z] 
18:05:08 [2020-10-05T18:05:08.040Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:05:08 [2020-10-05T18:05:08.107Z] #41 159.0   LINK     lib/c/built-in.o
18:05:08 [2020-10-05T18:05:08.107Z] #41 159.0   LINK     lib/c/libcriu.so
18:05:08 [2020-10-05T18:05:08.107Z] #41 159.1   LINK     lib/c/libcriu.a
18:05:08 [2020-10-05T18:05:08.107Z] #41 159.2   GEN      magic.py
18:05:08 [2020-10-05T18:05:08.196Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
18:05:08 [2020-10-05T18:05:08.363Z] #41 159.3 Note: Building without setproctitle() and strlcpy() support.
18:05:08 [2020-10-05T18:05:08.364Z] #41 159.3       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:05:08 [2020-10-05T18:05:08.364Z] #41 159.3 Note: Building without GnuTLS support
18:05:08 [2020-10-05T18:05:08.364Z] #41 159.3 Makefile.config:39: Warn: you have no libnftables installed
18:05:08 [2020-10-05T18:05:08.364Z] #41 159.3 Makefile.config:40: Warn: Building without nftables support
18:05:08 [2020-10-05T18:05:08.927Z] #41 160.0 fatal: not a git repository (or any of the parent directories): .git
18:05:09 [2020-10-05T18:05:09.233Z] ok  	github.com/docker/docker/pkg/pubsub	1.019s	coverage: 73.9% of statements
18:05:09 [2020-10-05T18:05:09.490Z] #41 160.6 make[1]: Nothing to be done for 'all'.
18:05:09 [2020-10-05T18:05:09.524Z] ok  	github.com/docker/docker/pkg/reexec	0.003s	coverage: 82.4% of statements
18:05:10 [2020-10-05T18:05:10.054Z] #41 161.1 make[1]: 'images/built-in.o' is up to date.
18:05:10 [2020-10-05T18:05:10.054Z] #41 161.2 make[1]: 'compel/plugins/std.lib.a' is up to date.
18:05:10 [2020-10-05T18:05:10.054Z] #41 161.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
18:05:10 [2020-10-05T18:05:10.190Z] #38 ...
18:05:10 [2020-10-05T18:05:10.190Z] 
18:05:10 [2020-10-05T18:05:10.190Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:05:10 [2020-10-05T18:05:10.190Z] #41 167.9   CC       criu/protobuf-desc.o
18:05:10 [2020-10-05T18:05:10.311Z] #41 161.2 make[1]: 'compel/libcompel.a' is up to date.
18:05:10 [2020-10-05T18:05:10.311Z] #41 161.2 make[1]: 'compel/compel-host-bin' is up to date.
18:05:10 [2020-10-05T18:05:10.311Z] #41 161.3 make[1]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.311Z] #41 161.3 make[1]: 'soccr/libsoccr.a' is up to date.
18:05:10 [2020-10-05T18:05:10.568Z] #41 161.5 make[2]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.568Z] #41 161.5 make[2]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.568Z] #41 161.6 make[2]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.568Z] #41 161.7 make[2]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.568Z] #41 161.7 make[2]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.824Z] #41 161.7 make[2]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.824Z] #41 161.7 make[2]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.824Z] #41 161.8 make[2]: Nothing to be done for 'all'.
18:05:10 [2020-10-05T18:05:10.824Z] #41 161.9   INSTALL  criu/criu
18:05:11 [2020-10-05T18:05:11.079Z] #41 DONE 162.2s
18:05:11 [2020-10-05T18:05:11.079Z] 
18:05:11 [2020-10-05T18:05:11.079Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:05:11 [2020-10-05T18:05:11.255Z] #41 169.0   CC       criu/protobuf.o
18:05:11 [2020-10-05T18:05:11.911Z] #41 169.4   CC       criu/pstree.o
18:05:12 [2020-10-05T18:05:12.256Z] ok  	github.com/docker/docker/pkg/signal	2.337s	coverage: 61.0% of statements
18:05:12 [2020-10-05T18:05:12.445Z] #47 ...
18:05:12 [2020-10-05T18:05:12.445Z] 
18:05:12 [2020-10-05T18:05:12.445Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
18:05:12 [2020-10-05T18:05:12.445Z] #42 DONE 0.1s
18:05:12 [2020-10-05T18:05:12.445Z] 
18:05:12 [2020-10-05T18:05:12.445Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
18:05:12 [2020-10-05T18:05:12.445Z] #44 DONE 0.1s
18:05:12 [2020-10-05T18:05:12.445Z] 
18:05:12 [2020-10-05T18:05:12.445Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:12 [2020-10-05T18:05:12.445Z] #54 ...
18:05:12 [2020-10-05T18:05:12.445Z] 
18:05:12 [2020-10-05T18:05:12.445Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
18:05:12 [2020-10-05T18:05:12.445Z] #46 DONE 0.1s
18:05:12 [2020-10-05T18:05:12.572Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
18:05:12 [2020-10-05T18:05:12.702Z] 
18:05:12 [2020-10-05T18:05:12.702Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:05:12 [2020-10-05T18:05:12.865Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
18:05:12 [2020-10-05T18:05:12.988Z] #41 170.7   CC       criu/rbtree.o
18:05:13 [2020-10-05T18:05:13.158Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
18:05:13 [2020-10-05T18:05:13.158Z] ok  	github.com/docker/docker/pkg/symlink	0.006s	coverage: 87.7% of statements
18:05:13 [2020-10-05T18:05:13.294Z] #41 171.1   CC       criu/rst-malloc.o
18:05:13 [2020-10-05T18:05:13.615Z] #41 171.4   CC       criu/seccomp.o
18:05:13 [2020-10-05T18:05:13.793Z] ok  	github.com/docker/docker/pkg/sysinfo	0.004s	coverage: 54.2% of statements
18:05:14 [2020-10-05T18:05:14.085Z] ok  	github.com/docker/docker/pkg/system	0.042s	coverage: 36.9% of statements
18:05:14 [2020-10-05T18:05:14.356Z] #41 172.1   CC       criu/seize.o
18:05:14 [2020-10-05T18:05:14.378Z] ok  	github.com/docker/docker/pkg/tailfile	0.063s	coverage: 88.6% of statements
18:05:15 [2020-10-05T18:05:15.012Z] ok  	github.com/docker/docker/pkg/tarsum	0.026s	coverage: 89.3% of statements
18:05:15 [2020-10-05T18:05:15.012Z] testing: warning: no tests to run
18:05:15 [2020-10-05T18:05:15.012Z] coverage: [no statements]
18:05:15 [2020-10-05T18:05:15.012Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
18:05:15 [2020-10-05T18:05:15.363Z] ok  	github.com/docker/docker/pkg/truncindex	0.101s	coverage: 91.5% of statements
18:05:15 [2020-10-05T18:05:15.420Z] #41 173.2   CC       criu/servicefd.o
18:05:15 [2020-10-05T18:05:15.655Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
18:05:15 [2020-10-05T18:05:15.655Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
18:05:16 [2020-10-05T18:05:16.021Z] #47 ...
18:05:16 [2020-10-05T18:05:16.021Z] 
18:05:16 [2020-10-05T18:05:16.021Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:16 [2020-10-05T18:05:16.021Z] #54 191.0 + bin/containerd
18:05:16 [2020-10-05T18:05:16.072Z] #41 173.8   CC       criu/shmem.o
18:05:17 [2020-10-05T18:05:17.137Z] #41 174.9   CC       criu/sigframe.o
18:05:17 [2020-10-05T18:05:17.437Z] #41 175.2   CC       criu/signalfd.o
18:05:17 [2020-10-05T18:05:17.726Z] ok  	github.com/docker/docker/plugin	0.554s	coverage: 23.1% of statements
18:05:17 [2020-10-05T18:05:17.739Z] #41 ...
18:05:17 [2020-10-05T18:05:17.739Z] 
18:05:17 [2020-10-05T18:05:17.739Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:05:17 [2020-10-05T18:05:17.739Z] #47 210.8 + cd /tmp/tmp.HA7RQZis5I/src/github.com/golangci/golangci-lint/
18:05:18 [2020-10-05T18:05:18.071Z] #47 210.8 + git checkout -q v1.23.8
18:05:18 [2020-10-05T18:05:18.094Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.5% of statements
18:05:18 [2020-10-05T18:05:18.094Z] ok  	github.com/docker/docker/profiles/seccomp	0.003s	coverage: 76.7% of statements
18:05:18 [2020-10-05T18:05:18.386Z] ok  	github.com/docker/docker/reference	0.004s	coverage: 83.7% of statements
18:05:18 [2020-10-05T18:05:18.722Z] #47 211.7 ++ git describe --tags
18:05:18 [2020-10-05T18:05:18.722Z] #47 211.7 + version=v1.23.8
18:05:18 [2020-10-05T18:05:18.722Z] #47 211.7 ++ git rev-parse --short HEAD
18:05:18 [2020-10-05T18:05:18.722Z] #47 211.7 + commit=76a82c6
18:05:18 [2020-10-05T18:05:18.722Z] #47 211.7 ++ git show -s --format=%cd
18:05:18 [2020-10-05T18:05:18.722Z] #47 211.7 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
18:05:18 [2020-10-05T18:05:18.722Z] #47 211.7 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
18:05:19 [2020-10-05T18:05:19.612Z] ok  	github.com/docker/docker/registry	0.092s	coverage: 56.3% of statements
18:05:20 [2020-10-05T18:05:20.249Z] ok  	github.com/docker/docker/registry/resumable	0.013s	coverage: 100.0% of statements
18:05:20 [2020-10-05T18:05:20.249Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
18:05:20 [2020-10-05T18:05:20.883Z] ok  	github.com/docker/docker/runconfig	0.006s	coverage: 66.1% of statements
18:05:20 [2020-10-05T18:05:20.883Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
18:05:21 [2020-10-05T18:05:21.370Z] #54 ...
18:05:21 [2020-10-05T18:05:21.370Z] 
18:05:21 [2020-10-05T18:05:21.370Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:05:21 [2020-10-05T18:05:21.370Z] #47 DONE 217.1s
18:05:21 [2020-10-05T18:05:21.370Z] 
18:05:21 [2020-10-05T18:05:21.370Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:22 [2020-10-05T18:05:22.327Z] #47 ...
18:05:22 [2020-10-05T18:05:22.327Z] 
18:05:22 [2020-10-05T18:05:22.327Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
18:05:22 [2020-10-05T18:05:22.327Z] #38 DONE 219.3s
18:05:22 [2020-10-05T18:05:22.327Z] 
18:05:22 [2020-10-05T18:05:22.327Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
18:05:22 [2020-10-05T18:05:22.327Z] #41 175.6   CC       criu/sk-inet.o
18:05:22 [2020-10-05T18:05:22.327Z] #41 177.0   CC       criu/sk-netlink.o
18:05:22 [2020-10-05T18:05:22.327Z] #41 177.5   CC       criu/sk-packet.o
18:05:22 [2020-10-05T18:05:22.327Z] #41 178.2   CC       criu/sk-queue.o
18:05:22 [2020-10-05T18:05:22.327Z] #41 178.7   CC       criu/sk-tcp.o
18:05:22 [2020-10-05T18:05:22.327Z] #41 179.3   CC       criu/sk-unix.o
18:05:22 [2020-10-05T18:05:22.509Z] #54 188.8 + bin/containerd-stress
18:05:23 [2020-10-05T18:05:23.004Z] ok  	github.com/docker/docker/volume/drivers	0.003s	coverage: 36.1% of statements
18:05:23 [2020-10-05T18:05:23.455Z] #54 ...
18:05:23 [2020-10-05T18:05:23.455Z] 
18:05:23 [2020-10-05T18:05:23.455Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
18:05:23 [2020-10-05T18:05:23.455Z] #48 DONE 0.3s
18:05:23 [2020-10-05T18:05:23.455Z] 
18:05:23 [2020-10-05T18:05:23.455Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
18:05:23 [2020-10-05T18:05:23.455Z] #50 DONE 0.1s
18:05:23 [2020-10-05T18:05:23.661Z] ok  	github.com/docker/docker/volume/local	0.040s	coverage: 73.0% of statements
18:05:23 [2020-10-05T18:05:23.717Z] 
18:05:23 [2020-10-05T18:05:23.717Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
18:05:23 [2020-10-05T18:05:23.717Z] #52 DONE 0.1s
18:05:23 [2020-10-05T18:05:23.717Z] 
18:05:23 [2020-10-05T18:05:23.717Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:24 [2020-10-05T18:05:24.295Z] ok  	github.com/docker/docker/volume/mounts	0.017s	coverage: 67.0% of statements
18:05:24 [2020-10-05T18:05:24.443Z] #41 182.1   CC       criu/sockets.o
18:05:24 [2020-10-05T18:05:24.940Z] ok  	github.com/docker/docker/volume/service	0.009s	coverage: 73.1% of statements
18:05:25 [2020-10-05T18:05:25.509Z] #41 183.1   CC       criu/stats.o
18:05:25 [2020-10-05T18:05:25.635Z] #54 191.9 + bin/containerd-shim
18:05:25 [2020-10-05T18:05:25.811Z] #41 183.5   CC       criu/string.o
18:05:25 [2020-10-05T18:05:25.811Z] #41 183.6   CC       criu/sysctl.o
18:05:26 [2020-10-05T18:05:26.870Z] #41 184.4   CC       criu/sysfs_parse.o
18:05:26 [2020-10-05T18:05:26.870Z] #41 184.7   CC       criu/timens.o
18:05:27 [2020-10-05T18:05:27.170Z] #41 185.0   CC       criu/timerfd.o
18:05:27 [2020-10-05T18:05:27.821Z] #41 185.5   CC       criu/tty.o
18:05:29 [2020-10-05T18:05:29.951Z] #41 187.6   CC       criu/tun.o
18:05:30 [2020-10-05T18:05:30.614Z] #41 188.3   CC       criu/uffd.o
18:05:32 [2020-10-05T18:05:32.168Z] #41 189.7   CC       criu/util.o
18:05:32 [2020-10-05T18:05:32.239Z] #54 197.6 + bin/containerd-shim-runc-v1
18:05:32 [2020-10-05T18:05:32.301Z] #54 ...
18:05:32 [2020-10-05T18:05:32.301Z] 
18:05:32 [2020-10-05T18:05:32.301Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:05:32 [2020-10-05T18:05:32.301Z] #47 DONE 231.8s
18:05:32 [2020-10-05T18:05:32.301Z] 
18:05:32 [2020-10-05T18:05:32.301Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:32 [2020-10-05T18:05:32.301Z] #54 ...
18:05:32 [2020-10-05T18:05:32.301Z] 
18:05:32 [2020-10-05T18:05:32.301Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
18:05:32 [2020-10-05T18:05:32.301Z] #48 DONE 0.2s
18:05:32 [2020-10-05T18:05:32.301Z] 
18:05:32 [2020-10-05T18:05:32.301Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
18:05:32 [2020-10-05T18:05:32.301Z] #50 DONE 0.0s
18:05:32 [2020-10-05T18:05:32.301Z] 
18:05:32 [2020-10-05T18:05:32.301Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
18:05:32 [2020-10-05T18:05:32.301Z] #52 DONE 0.2s
18:05:32 [2020-10-05T18:05:32.301Z] 
18:05:32 [2020-10-05T18:05:32.301Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:33 [2020-10-05T18:05:33.741Z] #41 191.2   CC       criu/uts_ns.o
18:05:33 [2020-10-05T18:05:33.741Z] #41 191.5   CC       criu/vdso.o
18:05:34 [2020-10-05T18:05:34.401Z] #41 192.1   LINK     criu/built-in.o
18:05:34 [2020-10-05T18:05:34.702Z] #41 192.3   LINK     criu/criu
18:05:35 [2020-10-05T18:05:35.363Z] #41 192.9   DEP      lib/c/criu.d
18:05:35 [2020-10-05T18:05:35.363Z] #41 193.0   CC       images/rpc.pb-c.o
18:05:35 [2020-10-05T18:05:35.553Z] #54 201.5 + bin/containerd-shim-runc-v2
18:05:36 [2020-10-05T18:05:36.043Z] #41 193.8   CC       lib/c/criu.o
18:05:36 [2020-10-05T18:05:36.942Z] #54 203.1 + binaries
18:05:36 [2020-10-05T18:05:36.942Z] #54 203.1 + install -D bin/containerd /build/containerd
18:05:36 [2020-10-05T18:05:36.942Z] #54 203.2 + install -D bin/containerd-shim /build/containerd-shim
18:05:36 [2020-10-05T18:05:36.942Z] #54 203.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:05:36 [2020-10-05T18:05:36.942Z] #54 203.2 + install -D bin/ctr /build/ctr
18:05:37 [2020-10-05T18:05:37.592Z] #41 195.2   LINK     lib/c/built-in.o
18:05:37 [2020-10-05T18:05:37.592Z] #41 195.2   LINK     lib/c/libcriu.so
18:05:37 [2020-10-05T18:05:37.592Z] #41 195.3   LINK     lib/c/libcriu.a
18:05:37 [2020-10-05T18:05:37.893Z] #41 195.5   GEN      magic.py
18:05:37 [2020-10-05T18:05:37.893Z] #41 195.7 Note: Building without setproctitle() and strlcpy() support.
18:05:37 [2020-10-05T18:05:37.893Z] #41 195.7       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
18:05:37 [2020-10-05T18:05:37.893Z] #41 195.7 Note: Building without GnuTLS support
18:05:37 [2020-10-05T18:05:37.893Z] #41 195.7 Makefile.config:39: Warn: you have no libnftables installed
18:05:37 [2020-10-05T18:05:37.893Z] #41 195.7 Makefile.config:40: Warn: Building without nftables support
18:05:38 [2020-10-05T18:05:38.859Z] #54 DONE 205.0s
18:05:38 [2020-10-05T18:05:38.959Z] #41 196.6 fatal: not a git repository (or any of the parent directories): .git
18:05:39 [2020-10-05T18:05:39.803Z] 
18:05:39 [2020-10-05T18:05:39.803Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
18:05:40 [2020-10-05T18:05:40.030Z] #41 197.6 make[1]: Nothing to be done for 'all'.
18:05:40 [2020-10-05T18:05:40.681Z] #41 198.4 make[1]: 'images/built-in.o' is up to date.
18:05:40 [2020-10-05T18:05:40.681Z] #41 198.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
18:05:40 [2020-10-05T18:05:40.681Z] #41 198.5 make[1]: 'compel/plugins/fds.lib.a' is up to date.
18:05:40 [2020-10-05T18:05:40.681Z] #41 198.5 make[1]: 'compel/libcompel.a' is up to date.
18:05:40 [2020-10-05T18:05:40.681Z] #41 198.6 make[1]: 'compel/compel-host-bin' is up to date.
18:05:41 [2020-10-05T18:05:41.007Z] #41 198.6 make[1]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.007Z] #41 198.7 make[1]: 'soccr/libsoccr.a' is up to date.
18:05:41 [2020-10-05T18:05:41.007Z] #41 198.9 make[2]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.313Z] #41 198.9 make[2]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.313Z] #41 199.0 make[2]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.616Z] #41 199.2 make[2]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.616Z] #41 199.4 make[2]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.616Z] #41 199.4 make[2]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.616Z] #41 199.5 make[2]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.941Z] #41 199.7 make[2]: Nothing to be done for 'all'.
18:05:41 [2020-10-05T18:05:41.941Z] #41 199.7   INSTALL  criu/criu
18:05:42 [2020-10-05T18:05:42.240Z] #41 DONE 199.8s
18:05:42 [2020-10-05T18:05:42.240Z] 
18:05:42 [2020-10-05T18:05:42.240Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:05:42 [2020-10-05T18:05:42.351Z] #55 DONE 2.3s
18:05:42 [2020-10-05T18:05:42.351Z] 
18:05:42 [2020-10-05T18:05:42.351Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
18:05:42 [2020-10-05T18:05:42.924Z] #59 DONE 0.5s
18:05:42 [2020-10-05T18:05:42.924Z] 
18:05:42 [2020-10-05T18:05:42.924Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
18:05:43 [2020-10-05T18:05:43.634Z] ok  	github.com/docker/docker/pkg/plugins	33.612s	coverage: 76.6% of statements
18:05:43 [2020-10-05T18:05:43.634Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
18:05:43 [2020-10-05T18:05:43.634Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
18:05:43 [2020-10-05T18:05:43.634Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
18:05:43 [2020-10-05T18:05:43.634Z] ?   	github.com/docker/docker/pkg/term	[no test files]
18:05:43 [2020-10-05T18:05:43.634Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
18:05:43 [2020-10-05T18:05:43.634Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/rootless	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/testutil/request	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/volume	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === Skipped
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     exec_linux_test.go:18: requires AppArmor to be enabled
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     exec_linux_test.go:38: requires AppArmor to be enabled
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver btrfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver btrfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver btrfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver btrfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver btrfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:73: No driver to put!
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z] time="2020-10-05T18:04:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z] time="2020-10-05T18:04:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z] time="2020-10-05T18:04:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z] time="2020-10-05T18:04:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z] time="2020-10-05T18:04:27Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:73: No driver to put!
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     overlay_test.go:49: Fails to compute changes intermittently
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     overlay_test.go:65: Cannot run test with naive change algorithm
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver zfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver zfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver zfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver zfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:46: Driver zfs not supported
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     graphtest_unix.go:73: No driver to put!
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
18:05:43 [2020-10-05T18:05:43.635Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] 
18:05:43 [2020-10-05T18:05:43.635Z] DONE 2148 tests, 26 skipped in 193.521s
Post stage
[Pipeline] junit
18:05:43 [2020-10-05T18:05:43.682Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:05:44 [2020-10-05T18:05:44.200Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -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:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh dynbinary test-integration
18:05:44 [2020-10-05T18:05:44.311Z] #61 DONE 1.3s
18:05:44 [2020-10-05T18:05:44.311Z] 
18:05:44 [2020-10-05T18:05:44.311Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
18:05:44 [2020-10-05T18:05:44.311Z] #63 DONE 0.1s
18:05:44 [2020-10-05T18:05:44.311Z] 
18:05:44 [2020-10-05T18:05:44.311Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
18:05:44 [2020-10-05T18:05:44.311Z] #64 DONE 0.0s
18:05:44 [2020-10-05T18:05:44.311Z] 
18:05:44 [2020-10-05T18:05:44.311Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
18:05:44 [2020-10-05T18:05:44.493Z] 
18:05:44 [2020-10-05T18:05:44.493Z] Removing bundles/
18:05:44 [2020-10-05T18:05:44.493Z] 
18:05:44 [2020-10-05T18:05:44.493Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:05:44 [2020-10-05T18:05:44.493Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:05:44 [2020-10-05T18:05:44.493Z] GOOS="" GOARCH="" GOARM=""
18:05:44 [2020-10-05T18:05:44.541Z] #54 245.3 + bin/containerd-stress
18:05:45 [2020-10-05T18:05:45.135Z] #54 247.3 + bin/containerd-shim
18:05:45 [2020-10-05T18:05:45.699Z] #65 DONE 1.7s
18:05:45 [2020-10-05T18:05:45.962Z] 
18:05:45 [2020-10-05T18:05:45.962Z] #66 exporting to image
18:05:45 [2020-10-05T18:05:45.962Z] #66 exporting layers
18:05:48 [2020-10-05T18:05:48.234Z] #54 ...
18:05:48 [2020-10-05T18:05:48.234Z] 
18:05:48 [2020-10-05T18:05:48.234Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:05:48 [2020-10-05T18:05:48.234Z] #47 DONE 241.2s
18:05:48 [2020-10-05T18:05:48.234Z] 
18:05:48 [2020-10-05T18:05:48.234Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:48 [2020-10-05T18:05:48.234Z] #54 ...
18:05:48 [2020-10-05T18:05:48.234Z] 
18:05:48 [2020-10-05T18:05:48.234Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
18:05:48 [2020-10-05T18:05:48.234Z] #48 DONE 0.3s
18:05:48 [2020-10-05T18:05:48.234Z] 
18:05:48 [2020-10-05T18:05:48.234Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
18:05:48 [2020-10-05T18:05:48.234Z] #50 DONE 0.0s
18:05:48 [2020-10-05T18:05:48.234Z] 
18:05:48 [2020-10-05T18:05:48.234Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
18:05:48 [2020-10-05T18:05:48.234Z] #52 DONE 0.1s
18:05:48 [2020-10-05T18:05:48.234Z] 
18:05:48 [2020-10-05T18:05:48.234Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:05:50 [2020-10-05T18:05:50.184Z] #66 exporting layers 3.8s done
18:05:50 [2020-10-05T18:05:50.184Z] #66 writing image sha256:820f75dc9f62e910aa83a7d754a8a390923c2b8c606dc3701ed55fce9200f7bd done
18:05:50 [2020-10-05T18:05:50.184Z] #66 naming to docker.io/library/docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 done
18:05:50 [2020-10-05T18:05:50.184Z] #66 DONE 3.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
18:05:50 [2020-10-05T18:05:50.527Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/test/unit
18:05:53 [2020-10-05T18:05:53.252Z] #54 254.2 + bin/containerd-shim-runc-v1
18:05:53 [2020-10-05T18:05:53.837Z] ?   	github.com/docker/docker/api	[no test files]
18:05:56 [2020-10-05T18:05:56.538Z] #54 258.6 + bin/containerd-shim-runc-v2
18:05:57 [2020-10-05T18:05:57.474Z] #54 259.6 + binaries
18:05:57 [2020-10-05T18:05:57.474Z] #54 259.6 + install -D bin/containerd /build/containerd
18:05:57 [2020-10-05T18:05:57.474Z] #54 259.6 + install -D bin/containerd-shim /build/containerd-shim
18:05:57 [2020-10-05T18:05:57.474Z] #54 259.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:05:57 [2020-10-05T18:05:57.474Z] #54 259.6 + install -D bin/ctr /build/ctr
18:05:58 [2020-10-05T18:05:58.850Z] #54 DONE 260.9s
18:05:59 [2020-10-05T18:05:59.418Z] 
18:05:59 [2020-10-05T18:05:59.418Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
18:06:00 [2020-10-05T18:06:00.352Z] #55 DONE 0.8s
18:06:00 [2020-10-05T18:06:00.352Z] 
18:06:00 [2020-10-05T18:06:00.352Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
18:06:00 [2020-10-05T18:06:00.352Z] #59 DONE 0.2s
18:06:00 [2020-10-05T18:06:00.352Z] 
18:06:00 [2020-10-05T18:06:00.352Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
18:06:00 [2020-10-05T18:06:00.415Z] #54 234.3 + bin/containerd-stress
18:06:00 [2020-10-05T18:06:00.611Z] #61 DONE 0.4s
18:06:00 [2020-10-05T18:06:00.611Z] 
18:06:00 [2020-10-05T18:06:00.611Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
18:06:00 [2020-10-05T18:06:00.611Z] #63 DONE 0.0s
18:06:00 [2020-10-05T18:06:00.611Z] 
18:06:00 [2020-10-05T18:06:00.611Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
18:06:00 [2020-10-05T18:06:00.611Z] #64 DONE 0.0s
18:06:00 [2020-10-05T18:06:00.611Z] 
18:06:00 [2020-10-05T18:06:00.611Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
18:06:01 [2020-10-05T18:06:01.343Z] #54 236.3 + bin/containerd-shim
18:06:01 [2020-10-05T18:06:01.548Z] #65 DONE 0.8s
18:06:01 [2020-10-05T18:06:01.548Z] 
18:06:01 [2020-10-05T18:06:01.548Z] #66 exporting to image
18:06:01 [2020-10-05T18:06:01.548Z] #66 exporting layers
18:06:06 [2020-10-05T18:06:06.103Z] ok  	github.com/docker/docker/api/server	0.058s	coverage: 9.0% of statements
18:06:08 [2020-10-05T18:06:08.111Z] #66 exporting layers 6.1s done
18:06:08 [2020-10-05T18:06:08.111Z] #66 writing image sha256:3b88395bd32e05bc3e0dafed74a97a1966e72a7a72b8664db7c26d3ca0a332f9 done
18:06:08 [2020-10-05T18:06:08.111Z] #66 naming to docker.io/library/docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 done
18:06:08 [2020-10-05T18:06:08.111Z] #66 DONE 6.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:06:08 [2020-10-05T18:06:08.462Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -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:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh dynbinary test-integration
18:06:08 [2020-10-05T18:06:08.720Z] 
18:06:08 [2020-10-05T18:06:08.978Z] Removing bundles/
18:06:08 [2020-10-05T18:06:08.978Z] 
18:06:08 [2020-10-05T18:06:08.979Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:06:08 [2020-10-05T18:06:08.979Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:06:08 [2020-10-05T18:06:08.979Z] GOOS="" GOARCH="" GOARM=""
18:06:09 [2020-10-05T18:06:09.434Z] #54 243.1 + bin/containerd-shim-runc-v1
18:06:09 [2020-10-05T18:06:09.743Z] #47 ...
18:06:09 [2020-10-05T18:06:09.743Z] 
18:06:09 [2020-10-05T18:06:09.743Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:06:09 [2020-10-05T18:06:09.743Z] #54 259.5 + bin/containerd
18:06:10 [2020-10-05T18:06:10.391Z] #54 ...
18:06:10 [2020-10-05T18:06:10.391Z] 
18:06:10 [2020-10-05T18:06:10.391Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
18:06:10 [2020-10-05T18:06:10.391Z] #22 263.0 + return
18:06:10 [2020-10-05T18:06:10.391Z] #22 DONE 263.1s
18:06:10 [2020-10-05T18:06:10.391Z] 
18:06:10 [2020-10-05T18:06:10.391Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:06:11 [2020-10-05T18:06:11.938Z] #47 ...
18:06:11 [2020-10-05T18:06:11.938Z] 
18:06:11 [2020-10-05T18:06:11.938Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
18:06:11 [2020-10-05T18:06:11.938Z] #23 DONE 0.1s
18:06:11 [2020-10-05T18:06:11.938Z] 
18:06:11 [2020-10-05T18:06:11.938Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:06:12 [2020-10-05T18:06:12.243Z] #47 ...
18:06:12 [2020-10-05T18:06:12.243Z] 
18:06:12 [2020-10-05T18:06:12.243Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
18:06:12 [2020-10-05T18:06:12.546Z] #28 DONE 0.6s
18:06:12 [2020-10-05T18:06:12.546Z] 
18:06:12 [2020-10-05T18:06:12.546Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:06:12 [2020-10-05T18:06:12.846Z] #47 ...
18:06:12 [2020-10-05T18:06:12.846Z] 
18:06:12 [2020-10-05T18:06:12.846Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
18:06:12 [2020-10-05T18:06:12.846Z] #31 DONE 0.1s
18:06:12 [2020-10-05T18:06:12.846Z] 
18:06:12 [2020-10-05T18:06:12.846Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
18:06:12 [2020-10-05T18:06:12.846Z] #33 DONE 0.1s
18:06:12 [2020-10-05T18:06:12.846Z] 
18:06:12 [2020-10-05T18:06:12.846Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
18:06:13 [2020-10-05T18:06:13.150Z] #36 DONE 0.1s
18:06:13 [2020-10-05T18:06:13.150Z] 
18:06:13 [2020-10-05T18:06:13.150Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
18:06:13 [2020-10-05T18:06:13.455Z] #39 DONE 0.4s
18:06:13 [2020-10-05T18:06:13.455Z] 
18:06:13 [2020-10-05T18:06:13.455Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
18:06:13 [2020-10-05T18:06:13.455Z] #42 DONE 0.1s
18:06:13 [2020-10-05T18:06:13.455Z] 
18:06:13 [2020-10-05T18:06:13.455Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:06:13 [2020-10-05T18:06:13.455Z] #54 ...
18:06:13 [2020-10-05T18:06:13.455Z] 
18:06:13 [2020-10-05T18:06:13.455Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
18:06:13 [2020-10-05T18:06:13.455Z] #44 DONE 0.1s
18:06:13 [2020-10-05T18:06:13.726Z] #54 247.8 + bin/containerd-shim-runc-v2
18:06:13 [2020-10-05T18:06:13.726Z] #54 248.8 + binaries
18:06:13 [2020-10-05T18:06:13.758Z] 
18:06:13 [2020-10-05T18:06:13.758Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
18:06:13 [2020-10-05T18:06:13.758Z] #46 DONE 0.1s
18:06:13 [2020-10-05T18:06:13.758Z] 
18:06:13 [2020-10-05T18:06:13.758Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:06:13 [2020-10-05T18:06:13.995Z] #54 248.8 + install -D bin/containerd /build/containerd
18:06:13 [2020-10-05T18:06:13.995Z] #54 248.8 + install -D bin/containerd-shim /build/containerd-shim
18:06:13 [2020-10-05T18:06:13.995Z] #54 248.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:06:13 [2020-10-05T18:06:13.995Z] #54 248.8 + install -D bin/ctr /build/ctr
18:06:15 [2020-10-05T18:06:15.362Z] #54 DONE 250.4s
18:06:16 [2020-10-05T18:06:16.290Z] 
18:06:16 [2020-10-05T18:06:16.290Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
18:06:16 [2020-10-05T18:06:16.937Z] #55 DONE 0.8s
18:06:17 [2020-10-05T18:06:17.193Z] 
18:06:17 [2020-10-05T18:06:17.193Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
18:06:17 [2020-10-05T18:06:17.193Z] #59 DONE 0.2s
18:06:17 [2020-10-05T18:06:17.193Z] 
18:06:17 [2020-10-05T18:06:17.193Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
18:06:17 [2020-10-05T18:06:17.449Z] #61 DONE 0.4s
18:06:17 [2020-10-05T18:06:17.748Z] 
18:06:17 [2020-10-05T18:06:17.748Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
18:06:17 [2020-10-05T18:06:17.748Z] #63 DONE 0.0s
18:06:17 [2020-10-05T18:06:17.748Z] 
18:06:17 [2020-10-05T18:06:17.748Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
18:06:17 [2020-10-05T18:06:17.748Z] #64 DONE 0.0s
18:06:17 [2020-10-05T18:06:17.748Z] 
18:06:17 [2020-10-05T18:06:17.748Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
18:06:18 [2020-10-05T18:06:18.309Z] #65 DONE 0.7s
18:06:18 [2020-10-05T18:06:18.309Z] 
18:06:18 [2020-10-05T18:06:18.309Z] #66 exporting to image
18:06:18 [2020-10-05T18:06:18.309Z] #66 exporting layers
18:06:24 [2020-10-05T18:06:24.890Z] #66 exporting layers 6.6s done
18:06:24 [2020-10-05T18:06:24.890Z] #66 writing image sha256:e0bf459231c2e1cce4caddca0b66ed17afdac64b2bab84b46b10914b2a904040 done
18:06:24 [2020-10-05T18:06:24.890Z] #66 naming to docker.io/library/docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 done
18:06:24 [2020-10-05T18:06:24.890Z] #66 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
18:06:25 [2020-10-05T18:06:25.218Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41527/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/validate/default
18:06:25 [2020-10-05T18:06:25.821Z] Congratulations!  All commits are properly signed with the DCO!
18:06:25 [2020-10-05T18:06:25.821Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:06:25 [2020-10-05T18:06:25.821Z] No api/types/ or api/swagger.yaml changes in diff.
18:06:25 [2020-10-05T18:06:25.821Z] Congratulations!  All TOML source files changed here have valid syntax.
18:06:25 [2020-10-05T18:06:25.821Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:06:25 [2020-10-05T18:06:25.821Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:06:25 [2020-10-05T18:06:25.821Z] Congratulations!  No new tests were added to integration-cli.
18:06:25 [2020-10-05T18:06:25.821Z] 
18:06:25 [2020-10-05T18:06:25.821Z] INFO Start validation with golang-ci-lint
18:06:26 [2020-10-05T18:06:26.077Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:06:26 [2020-10-05T18:06:26.077Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:06:26 [2020-10-05T18:06:26.077Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:06:26 [2020-10-05T18:06:26.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:06:26 [2020-10-05T18:06:26.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:06:26 [2020-10-05T18:06:26.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:06:26 [2020-10-05T18:06:26.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:06:27 [2020-10-05T18:06:27.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:06:32 [2020-10-05T18:06:32.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:06:36 [2020-10-05T18:06:36.412Z] #54 ...
18:06:36 [2020-10-05T18:06:36.412Z] 
18:06:36 [2020-10-05T18:06:36.412Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
18:06:36 [2020-10-05T18:06:36.412Z] #47 DONE 286.0s
18:06:36 [2020-10-05T18:06:36.412Z] 
18:06:36 [2020-10-05T18:06:36.412Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:06:36 [2020-10-05T18:06:36.412Z] #54 ...
18:06:36 [2020-10-05T18:06:36.412Z] 
18:06:36 [2020-10-05T18:06:36.412Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
18:06:36 [2020-10-05T18:06:36.412Z] #48 DONE 0.1s
18:06:36 [2020-10-05T18:06:36.412Z] 
18:06:36 [2020-10-05T18:06:36.412Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:06:36 [2020-10-05T18:06:36.412Z] #54 ...
18:06:36 [2020-10-05T18:06:36.412Z] 
18:06:36 [2020-10-05T18:06:36.412Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
18:06:36 [2020-10-05T18:06:36.412Z] #50 DONE 0.1s
18:06:36 [2020-10-05T18:06:36.412Z] 
18:06:36 [2020-10-05T18:06:36.412Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
18:06:36 [2020-10-05T18:06:36.412Z] #52 DONE 0.1s
18:06:36 [2020-10-05T18:06:36.412Z] 
18:06:36 [2020-10-05T18:06:36.412Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
18:06:41 [2020-10-05T18:06:41.464Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:06:41 [2020-10-05T18:06:41.464Z] 
18:06:41 [2020-10-05T18:06:41.464Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:06:41 [2020-10-05T18:06:41.464Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:06:41 [2020-10-05T18:06:41.464Z] HOSTNAME=721aea5aa427
18:06:41 [2020-10-05T18:06:41.464Z] TESTDEBUG=0
18:06:41 [2020-10-05T18:06:41.464Z] DEST=bundles/test-integration
18:06:41 [2020-10-05T18:06:41.464Z] PWD=/go/src/github.com/docker/docker
18:06:41 [2020-10-05T18:06:41.464Z] DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:06:41 [2020-10-05T18:06:41.464Z] container=docker
18:06:41 [2020-10-05T18:06:41.464Z] HOME=/root
18:06:41 [2020-10-05T18:06:41.464Z] GOLANG_VERSION=1.13.15
18:06:41 [2020-10-05T18:06:41.464Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:06:41 [2020-10-05T18:06:41.464Z] VALIDATE_BRANCH=master
18:06:41 [2020-10-05T18:06:41.464Z] TERM=xterm
18:06:41 [2020-10-05T18:06:41.464Z] DOCKER_PKG=github.com/docker/docker
18:06:41 [2020-10-05T18:06:41.464Z] SHLVL=1
18:06:41 [2020-10-05T18:06:41.464Z] TIMEOUT=120m
18:06:41 [2020-10-05T18:06:41.464Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
18:06:41 [2020-10-05T18:06:41.464Z] DOCKER_GRAPHDRIVER=overlay2
18:06:41 [2020-10-05T18:06:41.464Z] GO111MODULE=off
18:06:41 [2020-10-05T18:06:41.464Z] DOCKER_EXPERIMENTAL=1
18:06:41 [2020-10-05T18:06:41.464Z] TEST_SKIP_INTEGRATION_CLI=1
18:06:41 [2020-10-05T18:06:41.464Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:06:41 [2020-10-05T18:06:41.464Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:06:41 [2020-10-05T18:06:41.464Z] GOPATH=/go
18:06:41 [2020-10-05T18:06:41.464Z] PKG_CONFIG=pkg-config
18:06:41 [2020-10-05T18:06:41.464Z] _=/usr/bin/env
18:06:41 [2020-10-05T18:06:41.464Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:06:42 [2020-10-05T18:06:42.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:06:48 [2020-10-05T18:06:48.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:06:52 [2020-10-05T18:06:52.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:06:52 [2020-10-05T18:06:52.673Z] 4612f6d0b889: Pull complete
18:06:54 [2020-10-05T18:06:54.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:06:55 [2020-10-05T18:06:55.073Z] #54 305.0 + bin/containerd-stress
18:06:55 [2020-10-05T18:06:55.073Z] #54 307.4 + bin/containerd-shim
18:06:58 [2020-10-05T18:06:58.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:07:00 [2020-10-05T18:07:00.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:07:01 [2020-10-05T18:07:01.178Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:07:01 [2020-10-05T18:07:01.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:07:02 [2020-10-05T18:07:02.113Z] #54 314.3 + bin/containerd-shim-runc-v1
18:07:02 [2020-10-05T18:07:02.425Z] ok  	github.com/docker/docker/api/server/httputils	0.046s	coverage: 14.7% of statements
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ok  	github.com/docker/docker/api/server/middleware	0.046s	coverage: 37.7% of statements
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ok  	github.com/docker/docker/api/types/filters	0.033s	coverage: 92.2% of statements
18:07:02 [2020-10-05T18:07:02.425Z] ok  	github.com/docker/docker/api/types/strslice	0.027s	coverage: 90.0% of statements
18:07:02 [2020-10-05T18:07:02.425Z] ok  	github.com/docker/docker/api/types/time	0.033s	coverage: 100.0% of statements
18:07:02 [2020-10-05T18:07:02.425Z] ok  	github.com/docker/docker/api/server/router/swarm	0.017s	coverage: 5.7% of statements
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/container	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/events	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/image	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/network	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ok  	github.com/docker/docker/api/types/versions	0.047s	coverage: 75.0% of statements
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/builder	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
18:07:02 [2020-10-05T18:07:02.425Z] ok  	github.com/docker/docker/builder/dockerignore	0.021s	coverage: 96.8% of statements
18:07:02 [2020-10-05T18:07:02.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:07:03 [2020-10-05T18:07:03.001Z] ok  	github.com/docker/docker/cli/debug	0.019s	coverage: 100.0% of statements
18:07:04 [2020-10-05T18:07:04.396Z] ok  	github.com/docker/docker/builder/remotecontext	0.313s	coverage: 13.6% of statements
18:07:05 [2020-10-05T18:07:05.345Z] ok  	github.com/docker/docker/builder/dockerfile	0.904s	coverage: 48.0% of statements
18:07:05 [2020-10-05T18:07:05.609Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.337s	coverage: 86.3% of statements
18:07:05 [2020-10-05T18:07:05.609Z] ?   	github.com/docker/docker/cli	[no test files]
18:07:05 [2020-10-05T18:07:05.609Z] ?   	github.com/docker/docker/cli/config	[no test files]
18:07:06 [2020-10-05T18:07:06.673Z] #54 319.2 + bin/containerd-shim-runc-v2
18:07:07 [2020-10-05T18:07:07.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:07:07 [2020-10-05T18:07:07.321Z] #54 320.3 + binaries
18:07:07 [2020-10-05T18:07:07.321Z] #54 320.3 + install -D bin/containerd /build/containerd
18:07:07 [2020-10-05T18:07:07.321Z] #54 320.3 + install -D bin/containerd-shim /build/containerd-shim
18:07:07 [2020-10-05T18:07:07.321Z] #54 320.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
18:07:07 [2020-10-05T18:07:07.321Z] #54 320.3 + install -D bin/ctr /build/ctr
18:07:07 [2020-10-05T18:07:07.321Z] #54 DONE 320.4s
18:07:08 [2020-10-05T18:07:08.365Z] 
18:07:08 [2020-10-05T18:07:08.365Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
18:07:08 [2020-10-05T18:07:08.365Z] #55 DONE 0.1s
18:07:08 [2020-10-05T18:07:08.365Z] 
18:07:08 [2020-10-05T18:07:08.365Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
18:07:08 [2020-10-05T18:07:08.677Z] #59 DONE 0.1s
18:07:08 [2020-10-05T18:07:08.677Z] 
18:07:08 [2020-10-05T18:07:08.677Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
18:07:08 [2020-10-05T18:07:08.677Z] #61 DONE 0.1s
18:07:08 [2020-10-05T18:07:08.677Z] 
18:07:08 [2020-10-05T18:07:08.677Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
18:07:08 [2020-10-05T18:07:08.677Z] #63 DONE 0.0s
18:07:08 [2020-10-05T18:07:08.677Z] 
18:07:08 [2020-10-05T18:07:08.677Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
18:07:08 [2020-10-05T18:07:08.677Z] #64 DONE 0.0s
18:07:08 [2020-10-05T18:07:08.677Z] 
18:07:08 [2020-10-05T18:07:08.677Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
18:07:10 [2020-10-05T18:07:10.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:07:10 [2020-10-05T18:07:10.968Z] ok  	github.com/docker/docker/client	0.276s	coverage: 75.4% of statements
18:07:11 [2020-10-05T18:07:11.439Z] #65 DONE 2.2s
18:07:11 [2020-10-05T18:07:11.439Z] 
18:07:11 [2020-10-05T18:07:11.439Z] #66 exporting to oci image format
18:07:11 [2020-10-05T18:07:11.439Z] #66 exporting layers
18:07:13 [2020-10-05T18:07:13.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:07:17 [2020-10-05T18:07:17.810Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:07:17 [2020-10-05T18:07:17.810Z] Using test binary docker
18:07:17 [2020-10-05T18:07:17.810Z] +++ /etc/init.d/apparmor start
18:07:17 [2020-10-05T18:07:17.810Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:07:17 [2020-10-05T18:07:17.810Z] INFO: Waiting for daemon to start...
18:07:17 [2020-10-05T18:07:17.810Z] Starting dockerd
18:07:17 [2020-10-05T18:07:17.810Z] +++ 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
18:07:18 [2020-10-05T18:07:18.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:07:18 [2020-10-05T18:07:18.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:07:18 [2020-10-05T18:07:18.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:07:19 [2020-10-05T18:07:19.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:07:19 [2020-10-05T18:07:19.599Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:07:20 [2020-10-05T18:07:20.356Z] .
18:07:20 [2020-10-05T18:07:20.356Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:07:20 [2020-10-05T18:07:20.356Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:07:20 [2020-10-05T18:07:20.356Z] Error: No such image: emptyfs
18:07:20 [2020-10-05T18:07:20.356Z] ++++ docker load
18:07:20 [2020-10-05T18:07:20.356Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:07:20 [2020-10-05T18:07:20.356Z] Running integration-test (iteration 1)
18:07:20 [2020-10-05T18:07:20.356Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
18:07:20 [2020-10-05T18:07:20.356Z] ++ 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
18:07:20 [2020-10-05T18:07:20.356Z] ++ set -e
18:07:20 [2020-10-05T18:07:20.356Z] ++ '[' -n 0 ']'
18:07:20 [2020-10-05T18:07:20.356Z] ++ set -x
18:07:20 [2020-10-05T18:07:20.356Z] ++ 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 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
18:07:20 [2020-10-05T18:07:20.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:07:23 [2020-10-05T18:07:23.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:07:24 [2020-10-05T18:07:24.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:07:25 [2020-10-05T18:07:25.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:07:25 [2020-10-05T18:07:25.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:07:26 [2020-10-05T18:07:26.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:07:27 [2020-10-05T18:07:27.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:07:28 [2020-10-05T18:07:28.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:07:29 [2020-10-05T18:07:29.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:07:30 [2020-10-05T18:07:30.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:07:31 [2020-10-05T18:07:31.591Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:07:31 [2020-10-05T18:07:31.591Z] Using test binary docker
18:07:31 [2020-10-05T18:07:31.591Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:07:31 [2020-10-05T18:07:31.591Z] +++ /etc/init.d/apparmor start
18:07:31 [2020-10-05T18:07:31.591Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:07:31 [2020-10-05T18:07:31.591Z] INFO: Waiting for daemon to start...
18:07:31 [2020-10-05T18:07:31.591Z] Starting dockerd
18:07:31 [2020-10-05T18:07:31.591Z] +++ 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
18:07:33 [2020-10-05T18:07:33.662Z] .
18:07:33 [2020-10-05T18:07:33.662Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:07:33 [2020-10-05T18:07:33.662Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:07:33 [2020-10-05T18:07:33.662Z] Error: No such image: emptyfs
18:07:33 [2020-10-05T18:07:33.662Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:07:33 [2020-10-05T18:07:33.662Z] ++++ docker load
18:07:33 [2020-10-05T18:07:33.954Z] Running integration-test (iteration 1)
18:07:33 [2020-10-05T18:07:33.954Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
18:07:33 [2020-10-05T18:07:33.954Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m
18:07:33 [2020-10-05T18:07:33.954Z] ++ set -e
18:07:33 [2020-10-05T18:07:33.954Z] ++ '[' -n 0 ']'
18:07:33 [2020-10-05T18:07:33.954Z] ++ set -x
18:07:33 [2020-10-05T18:07:33.954Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m
18:07:37 [2020-10-05T18:07:37.598Z] ok  	github.com/docker/docker/cmd/dockerd	0.098s	coverage: 29.1% of statements
18:07:38 [2020-10-05T18:07:38.993Z] ok  	github.com/docker/docker/container	0.169s	coverage: 34.7% of statements
18:07:38 [2020-10-05T18:07:38.993Z] ?   	github.com/docker/docker/container/stream	[no test files]
18:07:38 [2020-10-05T18:07:38.993Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
18:07:38 [2020-10-05T18:07:38.993Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
18:07:38 [2020-10-05T18:07:38.993Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
18:07:41 [2020-10-05T18:07:41.582Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.061s	coverage: 65.3% of statements
18:07:42 [2020-10-05T18:07:42.445Z] Loaded image: buildpack-deps:buster
18:07:42 [2020-10-05T18:07:42.445Z] Loaded image: busybox:latest
18:07:42 [2020-10-05T18:07:42.445Z] Loaded image: busybox:glibc
18:07:42 [2020-10-05T18:07:42.445Z] Loaded image: debian:buster
18:07:42 [2020-10-05T18:07:42.445Z] Loaded image: hello-world:latest
18:07:42 [2020-10-05T18:07:42.738Z] INFO: Testing against a local daemon
18:07:42 [2020-10-05T18:07:42.738Z] === RUN   TestCgroupNamespacesBuild
18:07:43 [2020-10-05T18:07:43.520Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.021s	coverage: 35.9% of statements
18:07:44 [2020-10-05T18:07:44.810Z] --- PASS: TestCgroupNamespacesBuild (2.25s)
18:07:44 [2020-10-05T18:07:44.810Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:07:45 [2020-10-05T18:07:45.425Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:07:45 [2020-10-05T18:07:45.425Z] 
18:07:45 [2020-10-05T18:07:45.425Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:07:45 [2020-10-05T18:07:45.425Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:07:45 [2020-10-05T18:07:45.425Z] HOSTNAME=e78585a2a711
18:07:45 [2020-10-05T18:07:45.425Z] DEST=bundles/test-integration
18:07:45 [2020-10-05T18:07:45.425Z] PWD=/go/src/github.com/docker/docker
18:07:45 [2020-10-05T18:07:45.425Z] DOCKER_ROOTLESS=1
18:07:45 [2020-10-05T18:07:45.425Z] DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:07:45 [2020-10-05T18:07:45.425Z] container=docker
18:07:45 [2020-10-05T18:07:45.425Z] HOME=/root
18:07:45 [2020-10-05T18:07:45.425Z] GOLANG_VERSION=1.13.15
18:07:45 [2020-10-05T18:07:45.425Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:07:45 [2020-10-05T18:07:45.425Z] VALIDATE_BRANCH=master
18:07:45 [2020-10-05T18:07:45.425Z] TERM=xterm
18:07:45 [2020-10-05T18:07:45.425Z] DOCKER_PKG=github.com/docker/docker
18:07:45 [2020-10-05T18:07:45.425Z] SHLVL=1
18:07:45 [2020-10-05T18:07:45.425Z] TIMEOUT=120m
18:07:45 [2020-10-05T18:07:45.425Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
18:07:45 [2020-10-05T18:07:45.425Z] DOCKER_GRAPHDRIVER=overlay2
18:07:45 [2020-10-05T18:07:45.425Z] GO111MODULE=off
18:07:45 [2020-10-05T18:07:45.425Z] DOCKER_EXPERIMENTAL=1
18:07:45 [2020-10-05T18:07:45.425Z] TEST_SKIP_INTEGRATION_CLI=1
18:07:45 [2020-10-05T18:07:45.425Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:07:45 [2020-10-05T18:07:45.425Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:07:45 [2020-10-05T18:07:45.425Z] GOPATH=/go
18:07:45 [2020-10-05T18:07:45.425Z] PKG_CONFIG=pkg-config
18:07:45 [2020-10-05T18:07:45.425Z] _=/usr/bin/env
18:07:45 [2020-10-05T18:07:45.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:07:46 [2020-10-05T18:07:46.080Z] ok  	github.com/docker/docker/daemon/cluster	0.116s	coverage: 0.5% of statements
18:07:46 [2020-10-05T18:07:46.880Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.77s)
18:07:46 [2020-10-05T18:07:46.880Z] === RUN   TestBuildWithSession
18:07:46 [2020-10-05T18:07:46.880Z] --- SKIP: TestBuildWithSession (0.00s)
18:07:46 [2020-10-05T18:07:46.880Z]     build_session_test.go:25: TODO: BuildKit
18:07:46 [2020-10-05T18:07:46.880Z] === RUN   TestBuildSquashParent
18:07:48 [2020-10-05T18:07:48.012Z] ok  	github.com/docker/docker/daemon/discovery	0.025s	coverage: 30.0% of statements
18:07:49 [2020-10-05T18:07:49.409Z] ok  	github.com/docker/docker/daemon/config	0.079s	coverage: 81.8% of statements
18:07:49 [2020-10-05T18:07:49.987Z] ok  	github.com/docker/docker/daemon/events	0.092s	coverage: 50.0% of statements
18:07:51 [2020-10-05T18:07:51.384Z] ok  	github.com/docker/docker/daemon/graphdriver	0.018s	coverage: 2.2% of statements
18:07:53 [2020-10-05T18:07:53.783Z] --- PASS: TestBuildSquashParent (6.35s)
18:07:53 [2020-10-05T18:07:53.783Z] === RUN   TestBuildWithRemoveAndForceRemove
18:07:53 [2020-10-05T18:07:53.783Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:07:53 [2020-10-05T18:07:53.783Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:07:53 [2020-10-05T18:07:53.783Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:07:53 [2020-10-05T18:07:53.783Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:07:53 [2020-10-05T18:07:53.783Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:07:53 [2020-10-05T18:07:53.783Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:07:53 [2020-10-05T18:07:53.783Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:07:53 [2020-10-05T18:07:53.783Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:07:53 [2020-10-05T18:07:53.783Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:07:53 [2020-10-05T18:07:53.783Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:07:53 [2020-10-05T18:07:53.783Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:07:53 [2020-10-05T18:07:53.783Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:07:53 [2020-10-05T18:07:53.783Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:07:53 [2020-10-05T18:07:53.783Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:07:54 [2020-10-05T18:07:54.697Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.542s	coverage: 14.1% of statements
18:07:54 [2020-10-05T18:07:54.697Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.020s	coverage: 2.9% of statements
18:07:55 [2020-10-05T18:07:55.645Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.655s	coverage: 56.2% of statements
18:07:55 [2020-10-05T18:07:55.855Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:07:55 [2020-10-05T18:07:55.855Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:07:57 [2020-10-05T18:07:57.962Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:07:57 [2020-10-05T18:07:57.962Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:07:58 [2020-10-05T18:07:58.204Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.016s	coverage: 1.8% of statements
18:07:59 [2020-10-05T18:07:59.113Z] Loaded image: buildpack-deps:buster
18:07:59 [2020-10-05T18:07:59.374Z] Loaded image: busybox:latest
18:07:59 [2020-10-05T18:07:59.944Z] Loaded image: busybox:glibc
18:07:59 [2020-10-05T18:07:59.944Z] Loaded image: debian:buster
18:07:59 [2020-10-05T18:07:59.944Z] Loaded image: hello-world:latest
18:08:00 [2020-10-05T18:08:00.205Z] INFO: Testing against a local daemon
18:08:00 [2020-10-05T18:08:00.205Z] === RUN   TestCgroupNamespacesBuild
18:08:00 [2020-10-05T18:08:00.706Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
18:08:00 [2020-10-05T18:08:00.706Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.59s)
18:08:00 [2020-10-05T18:08:00.706Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.67s)
18:08:00 [2020-10-05T18:08:00.706Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.31s)
18:08:00 [2020-10-05T18:08:00.706Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.48s)
18:08:00 [2020-10-05T18:08:00.706Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.35s)
18:08:00 [2020-10-05T18:08:00.706Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s)
18:08:00 [2020-10-05T18:08:00.706Z] === RUN   TestBuildMultiStageCopy
18:08:00 [2020-10-05T18:08:00.706Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:08:00 [2020-10-05T18:08:00.761Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.816s	coverage: 73.1% of statements
18:08:00 [2020-10-05T18:08:00.761Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.577s	coverage: 46.2% of statements
18:08:01 [2020-10-05T18:08:01.710Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.884s	coverage: 49.5% of statements
18:08:02 [2020-10-05T18:08:02.749Z] --- PASS: TestCgroupNamespacesBuild (2.37s)
18:08:02 [2020-10-05T18:08:02.749Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:08:03 [2020-10-05T18:08:03.441Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:08:03 [2020-10-05T18:08:03.441Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:08:03 [2020-10-05T18:08:03.634Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.458s	coverage: 76.1% of statements
18:08:03 [2020-10-05T18:08:03.634Z] ok  	github.com/docker/docker/daemon	12.356s	coverage: 17.2% of statements
18:08:03 [2020-10-05T18:08:03.634Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
18:08:03 [2020-10-05T18:08:03.634Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
18:08:03 [2020-10-05T18:08:03.634Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
18:08:03 [2020-10-05T18:08:03.634Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
18:08:03 [2020-10-05T18:08:03.634Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
18:08:03 [2020-10-05T18:08:03.634Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.022s	coverage: 58.0% of statements
18:08:04 [2020-10-05T18:08:04.075Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:08:04 [2020-10-05T18:08:04.585Z] ok  	github.com/docker/docker/daemon/links	0.036s	coverage: 93.0% of statements
18:08:04 [2020-10-05T18:08:04.661Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.05s)
18:08:04 [2020-10-05T18:08:04.662Z] === RUN   TestBuildWithSession
18:08:04 [2020-10-05T18:08:04.662Z] --- SKIP: TestBuildWithSession (0.00s)
18:08:04 [2020-10-05T18:08:04.662Z]     build_session_test.go:25: TODO: BuildKit
18:08:04 [2020-10-05T18:08:04.662Z] === RUN   TestBuildSquashParent
18:08:04 [2020-10-05T18:08:04.709Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:08:05 [2020-10-05T18:08:05.343Z] --- PASS: TestBuildMultiStageCopy (4.78s)
18:08:05 [2020-10-05T18:08:05.343Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.53s)
18:08:05 [2020-10-05T18:08:05.343Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s)
18:08:05 [2020-10-05T18:08:05.343Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s)
18:08:05 [2020-10-05T18:08:05.343Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s)
18:08:05 [2020-10-05T18:08:05.343Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s)
18:08:05 [2020-10-05T18:08:05.343Z] === RUN   TestBuildMultiStageParentConfig
18:08:05 [2020-10-05T18:08:05.980Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.028s	coverage: 3.0% of statements
18:08:06 [2020-10-05T18:08:06.852Z] --- PASS: TestBuildMultiStageParentConfig (1.59s)
18:08:06 [2020-10-05T18:08:06.852Z] === RUN   TestBuildLabelWithTargets
18:08:06 [2020-10-05T18:08:06.934Z] ok  	github.com/docker/docker/daemon/images	0.030s	coverage: 4.8% of statements
18:08:07 [2020-10-05T18:08:07.197Z] ok  	github.com/docker/docker/daemon/logger	0.246s	coverage: 41.0% of statements
18:08:08 [2020-10-05T18:08:08.594Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.025s	coverage: 67.0% of statements
18:08:08 [2020-10-05T18:08:08.594Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.251s	coverage: 77.8% of statements
18:08:08 [2020-10-05T18:08:08.594Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.985s	coverage: 57.7% of statements
18:08:08 [2020-10-05T18:08:08.594Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
18:08:08 [2020-10-05T18:08:08.594Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
18:08:08 [2020-10-05T18:08:08.594Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
18:08:08 [2020-10-05T18:08:08.594Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
18:08:08 [2020-10-05T18:08:08.594Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
18:08:08 [2020-10-05T18:08:08.594Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
18:08:08 [2020-10-05T18:08:08.594Z] ok  	github.com/docker/docker/daemon/logger/journald	0.020s	coverage: 23.9% of statements
18:08:09 [2020-10-05T18:08:09.549Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.013s	coverage: 87.2% of statements
18:08:09 [2020-10-05T18:08:09.585Z] --- PASS: TestBuildLabelWithTargets (2.28s)
18:08:09 [2020-10-05T18:08:09.585Z] === RUN   TestBuildWithEmptyLayers
18:08:10 [2020-10-05T18:08:10.128Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.022s	coverage: 61.6% of statements
18:08:10 [2020-10-05T18:08:10.219Z] --- PASS: TestBuildWithEmptyLayers (1.00s)
18:08:10 [2020-10-05T18:08:10.219Z] === RUN   TestBuildMultiStageOnBuild
18:08:10 [2020-10-05T18:08:10.391Z] ok  	github.com/docker/docker/daemon/logger/local	0.037s	coverage: 75.2% of statements
18:08:10 [2020-10-05T18:08:10.391Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
18:08:10 [2020-10-05T18:08:10.968Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.133s	coverage: 37.7% of statements
18:08:11 [2020-10-05T18:08:11.546Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.058s	coverage: 33.3% of statements
18:08:11 [2020-10-05T18:08:11.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:08:12 [2020-10-05T18:08:12.124Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.021s	coverage: 46.8% of statements
18:08:12 [2020-10-05T18:08:12.124Z] ok  	github.com/docker/docker/daemon/logger/templates	0.023s	coverage: 8.3% of statements
18:08:12 [2020-10-05T18:08:12.791Z] --- PASS: TestBuildSquashParent (8.06s)
18:08:12 [2020-10-05T18:08:12.791Z] === RUN   TestBuildWithRemoveAndForceRemove
18:08:12 [2020-10-05T18:08:12.791Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:08:12 [2020-10-05T18:08:12.791Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:08:12 [2020-10-05T18:08:12.791Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:08:12 [2020-10-05T18:08:12.791Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:08:12 [2020-10-05T18:08:12.791Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:08:12 [2020-10-05T18:08:12.791Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:08:12 [2020-10-05T18:08:12.791Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:08:12 [2020-10-05T18:08:12.791Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:08:12 [2020-10-05T18:08:12.791Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:08:12 [2020-10-05T18:08:12.791Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:08:12 [2020-10-05T18:08:12.791Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:08:12 [2020-10-05T18:08:12.791Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:08:12 [2020-10-05T18:08:12.791Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:08:12 [2020-10-05T18:08:12.791Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:08:13 [2020-10-05T18:08:13.073Z] ok  	github.com/docker/docker/daemon/network	0.083s	coverage: 63.8% of statements
18:08:13 [2020-10-05T18:08:13.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:08:13 [2020-10-05T18:08:13.742Z] --- PASS: TestBuildMultiStageOnBuild (2.96s)
18:08:13 [2020-10-05T18:08:13.743Z] === RUN   TestBuildUncleanTarFilenames
18:08:14 [2020-10-05T18:08:14.023Z] ok  	github.com/docker/docker/distribution/metadata	0.104s	coverage: 48.2% of statements
18:08:14 [2020-10-05T18:08:14.288Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.948s	coverage: 82.5% of statements
18:08:14 [2020-10-05T18:08:14.288Z] ?   	github.com/docker/docker/daemon/names	[no test files]
18:08:14 [2020-10-05T18:08:14.288Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
18:08:14 [2020-10-05T18:08:14.376Z] --- PASS: TestBuildUncleanTarFilenames (1.24s)
18:08:14 [2020-10-05T18:08:14.376Z] === RUN   TestBuildMultiStageLayerLeak
18:08:15 [2020-10-05T18:08:15.683Z] ok  	github.com/docker/docker/distribution	0.295s	coverage: 21.9% of statements
18:08:15 [2020-10-05T18:08:15.683Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
18:08:15 [2020-10-05T18:08:15.683Z] ok  	github.com/docker/docker/errdefs	0.023s	coverage: 49.4% of statements
18:08:15 [2020-10-05T18:08:15.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:08:16 [2020-10-05T18:08:16.084Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:08:16 [2020-10-05T18:08:16.084Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:08:16 [2020-10-05T18:08:16.634Z] ok  	github.com/docker/docker/image	0.055s	coverage: 86.4% of statements
18:08:16 [2020-10-05T18:08:16.897Z] ok  	github.com/docker/docker/image/cache	0.020s	coverage: 19.2% of statements
18:08:16 [2020-10-05T18:08:16.897Z] ok  	github.com/docker/docker/distribution/xfer	1.717s	coverage: 85.1% of statements
18:08:16 [2020-10-05T18:08:16.897Z] ?   	github.com/docker/docker/dockerversion	[no test files]
18:08:16 [2020-10-05T18:08:16.897Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
18:08:17 [2020-10-05T18:08:17.109Z] --- PASS: TestBuildMultiStageLayerLeak (2.90s)
18:08:17 [2020-10-05T18:08:17.109Z] === RUN   TestBuildWithHugeFile
18:08:17 [2020-10-05T18:08:17.159Z] ok  	github.com/docker/docker/image/v1	0.040s	coverage: 25.0% of statements
18:08:17 [2020-10-05T18:08:17.159Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
18:08:18 [2020-10-05T18:08:18.112Z] ok  	github.com/docker/docker/libcontainerd/queue	0.043s	coverage: 100.0% of statements
18:08:18 [2020-10-05T18:08:18.690Z] ok  	github.com/docker/docker/oci	0.030s	coverage: 8.2% of statements
18:08:18 [2020-10-05T18:08:18.954Z] ok  	github.com/docker/docker/pkg/aaparser	0.018s	coverage: 50.0% of statements
18:08:19 [2020-10-05T18:08:19.391Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:08:19 [2020-10-05T18:08:19.391Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:08:19 [2020-10-05T18:08:19.539Z] ok  	github.com/docker/docker/opts	0.076s	coverage: 67.1% of statements
18:08:20 [2020-10-05T18:08:20.489Z] ok  	github.com/docker/docker/pkg/broadcaster	0.008s	coverage: 100.0% of statements
18:08:21 [2020-10-05T18:08:21.065Z] ok  	github.com/docker/docker/pkg/authorization	0.454s	coverage: 68.3% of statements
18:08:21 [2020-10-05T18:08:21.329Z] ok  	github.com/docker/docker/pkg/capabilities	0.012s	coverage: 87.5% of statements
18:08:22 [2020-10-05T18:08:22.313Z] ok  	github.com/docker/docker/pkg/directory	0.011s	coverage: 80.0% of statements
18:08:22 [2020-10-05T18:08:22.577Z] ok  	github.com/docker/docker/pkg/archive	1.448s	coverage: 77.2% of statements
18:08:22 [2020-10-05T18:08:22.687Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
18:08:22 [2020-10-05T18:08:22.687Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.11s)
18:08:22 [2020-10-05T18:08:22.687Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.19s)
18:08:22 [2020-10-05T18:08:22.687Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.04s)
18:08:22 [2020-10-05T18:08:22.687Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.34s)
18:08:22 [2020-10-05T18:08:22.688Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.98s)
18:08:22 [2020-10-05T18:08:22.688Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.44s)
18:08:22 [2020-10-05T18:08:22.688Z] === RUN   TestBuildMultiStageCopy
18:08:22 [2020-10-05T18:08:22.688Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:08:22 [2020-10-05T18:08:22.841Z] ok  	github.com/docker/docker/pkg/discovery	0.011s	coverage: 58.3% of statements
18:08:23 [2020-10-05T18:08:23.428Z] ok  	github.com/docker/docker/pkg/discovery/file	0.010s	coverage: 97.6% of statements
18:08:24 [2020-10-05T18:08:24.013Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.009s	coverage: 92.3% of statements
18:08:24 [2020-10-05T18:08:24.608Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.012s	coverage: 93.8% of statements
18:08:25 [2020-10-05T18:08:25.193Z] ok  	github.com/docker/docker/pkg/dmesg	0.015s	coverage: 83.3% of statements
18:08:25 [2020-10-05T18:08:25.228Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:08:25 [2020-10-05T18:08:25.780Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.554s	coverage: 43.2% of statements
18:08:25 [2020-10-05T18:08:25.797Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:08:26 [2020-10-05T18:08:26.363Z] ok  	github.com/docker/docker/pkg/filenotify	0.611s	coverage: 67.0% of statements
18:08:26 [2020-10-05T18:08:26.363Z] ok  	github.com/docker/docker/pkg/fileutils	0.036s	coverage: 89.5% of statements
18:08:26 [2020-10-05T18:08:26.367Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:08:26 [2020-10-05T18:08:26.936Z] ok  	github.com/docker/docker/pkg/homedir	0.008s	coverage: 11.4% of statements
18:08:26 [2020-10-05T18:08:26.936Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:08:27 [2020-10-05T18:08:27.198Z] ok  	github.com/docker/docker/pkg/fsutils	0.300s	coverage: 85.1% of statements
18:08:27 [2020-10-05T18:08:27.198Z] ok  	github.com/docker/docker/layer	7.430s	coverage: 68.8% of statements
18:08:27 [2020-10-05T18:08:27.198Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
18:08:27 [2020-10-05T18:08:27.198Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
18:08:27 [2020-10-05T18:08:27.198Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
18:08:27 [2020-10-05T18:08:27.198Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
18:08:27 [2020-10-05T18:08:27.198Z] ?   	github.com/docker/docker/oci/caps	[no test files]
18:08:27 [2020-10-05T18:08:27.198Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
18:08:27 [2020-10-05T18:08:27.198Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
18:08:27 [2020-10-05T18:08:27.462Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.096s	coverage: 84.1% of statements
18:08:27 [2020-10-05T18:08:27.507Z] --- PASS: TestBuildMultiStageCopy (5.32s)
18:08:27 [2020-10-05T18:08:27.507Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.90s)
18:08:27 [2020-10-05T18:08:27.507Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.65s)
18:08:27 [2020-10-05T18:08:27.507Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s)
18:08:27 [2020-10-05T18:08:27.507Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s)
18:08:27 [2020-10-05T18:08:27.507Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s)
18:08:27 [2020-10-05T18:08:27.507Z] === RUN   TestBuildMultiStageParentConfig
18:08:28 [2020-10-05T18:08:28.039Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.012s	coverage: 91.7% of statements
18:08:28 [2020-10-05T18:08:28.302Z] ok  	github.com/docker/docker/pkg/longpath	0.011s	coverage: 100.0% of statements
18:08:28 [2020-10-05T18:08:28.565Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.011s	coverage: 85.7% of statements
18:08:28 [2020-10-05T18:08:28.828Z] ok  	github.com/docker/docker/pkg/ioutils	0.577s	coverage: 70.6% of statements
18:08:28 [2020-10-05T18:08:28.887Z] --- PASS: TestBuildMultiStageParentConfig (1.32s)
18:08:28 [2020-10-05T18:08:28.887Z] === RUN   TestBuildLabelWithTargets
18:08:29 [2020-10-05T18:08:29.092Z] ok  	github.com/docker/docker/pkg/idtools	0.953s	coverage: 70.1% of statements
18:08:29 [2020-10-05T18:08:29.092Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
18:08:29 [2020-10-05T18:08:29.092Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
18:08:29 [2020-10-05T18:08:29.092Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
18:08:29 [2020-10-05T18:08:29.092Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
18:08:29 [2020-10-05T18:08:29.092Z] ok  	github.com/docker/docker/pkg/parsers	0.011s	coverage: 97.0% of statements
18:08:29 [2020-10-05T18:08:29.092Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.014s	coverage: 60.0% of statements
18:08:29 [2020-10-05T18:08:29.669Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.034s	coverage: 86.7% of statements
18:08:29 [2020-10-05T18:08:29.669Z] ok  	github.com/docker/docker/pkg/pidfile	0.027s	coverage: 82.4% of statements
18:08:29 [2020-10-05T18:08:29.669Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
18:08:29 [2020-10-05T18:08:29.669Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
18:08:29 [2020-10-05T18:08:29.933Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.028s	coverage: 56.8% of statements
18:08:30 [2020-10-05T18:08:30.884Z] ok  	github.com/docker/docker/pkg/pools	0.015s	coverage: 88.2% of statements
18:08:30 [2020-10-05T18:08:30.884Z] ok  	github.com/docker/docker/pkg/progress	0.020s	coverage: 75.9% of statements
18:08:30 [2020-10-05T18:08:30.884Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.019s	coverage: 85.7% of statements
18:08:31 [2020-10-05T18:08:31.426Z] --- PASS: TestBuildLabelWithTargets (2.22s)
18:08:31 [2020-10-05T18:08:31.426Z] === RUN   TestBuildWithEmptyLayers
18:08:31 [2020-10-05T18:08:31.460Z] ok  	github.com/docker/docker/pkg/reexec	0.024s	coverage: 82.4% of statements
18:08:32 [2020-10-05T18:08:32.035Z] ok  	github.com/docker/docker/pkg/stdcopy	0.010s	coverage: 100.0% of statements
18:08:32 [2020-10-05T18:08:32.298Z] ok  	github.com/docker/docker/pkg/pubsub	1.092s	coverage: 73.9% of statements
18:08:32 [2020-10-05T18:08:32.365Z] --- PASS: TestBuildWithEmptyLayers (1.25s)
18:08:32 [2020-10-05T18:08:32.365Z] === RUN   TestBuildMultiStageOnBuild
18:08:32 [2020-10-05T18:08:32.654Z] INFO [loader] Go packages loading at mode 575 (imports|files|deps|exports_file|name|types_sizes|compiled_files) took 2m2.5584215s 
18:08:32 [2020-10-05T18:08:32.654Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 692.931997ms 
18:08:32 [2020-10-05T18:08:32.873Z] ok  	github.com/docker/docker/pkg/streamformatter	0.010s	coverage: 66.2% of statements
18:08:32 [2020-10-05T18:08:32.873Z] ok  	github.com/docker/docker/pkg/stringid	0.008s	coverage: 70.6% of statements
18:08:33 [2020-10-05T18:08:33.135Z] ok  	github.com/docker/docker/pkg/symlink	0.020s	coverage: 87.7% of statements
18:08:33 [2020-10-05T18:08:33.711Z] ok  	github.com/docker/docker/pkg/sysinfo	0.023s	coverage: 54.2% of statements
18:08:33 [2020-10-05T18:08:33.889Z] #66 exporting layers 81.0s done
18:08:33 [2020-10-05T18:08:33.889Z] #66 exporting manifest sha256:8abb389e45e3004ce8616152c25c8a74c5f53e95b0ddc1d461e9757e69356f24 done
18:08:33 [2020-10-05T18:08:33.889Z] #66 exporting config sha256:a466790c837bae6d46af9039719dd345157147169063535596508b8a2f5c4827 done
18:08:33 [2020-10-05T18:08:33.889Z] #66 sending tarball
18:08:34 [2020-10-05T18:08:34.287Z] ok  	github.com/docker/docker/pkg/system	0.040s	coverage: 36.9% of statements
18:08:34 [2020-10-05T18:08:34.549Z] ok  	github.com/docker/docker/pkg/signal	2.845s	coverage: 61.0% of statements
18:08:34 [2020-10-05T18:08:34.549Z] ok  	github.com/docker/docker/pkg/tailfile	0.141s	coverage: 88.6% of statements
18:08:35 [2020-10-05T18:08:35.129Z] testing: warning: no tests to run
18:08:35 [2020-10-05T18:08:35.129Z] coverage: [no statements]
18:08:35 [2020-10-05T18:08:35.129Z] ok  	github.com/docker/docker/pkg/term/windows	0.026s	coverage: [no statements] [no tests to run]
18:08:35 [2020-10-05T18:08:35.392Z] ok  	github.com/docker/docker/pkg/tarsum	0.113s	coverage: 89.3% of statements
18:08:35 [2020-10-05T18:08:35.392Z] ok  	github.com/docker/docker/pkg/truncindex	0.109s	coverage: 91.5% of statements
18:08:35 [2020-10-05T18:08:35.392Z] ok  	github.com/docker/docker/pkg/urlutil	0.011s	coverage: 100.0% of statements
18:08:35 [2020-10-05T18:08:35.655Z] ok  	github.com/docker/docker/pkg/useragent	0.020s	coverage: 88.9% of statements
18:08:35 [2020-10-05T18:08:35.663Z] --- PASS: TestBuildMultiStageOnBuild (2.95s)
18:08:35 [2020-10-05T18:08:35.663Z] === RUN   TestBuildUncleanTarFilenames
18:08:36 [2020-10-05T18:08:36.606Z] ok  	github.com/docker/docker/plugin/v2	0.017s	coverage: 14.5% of statements
18:08:36 [2020-10-05T18:08:36.870Z] ok  	github.com/docker/docker/profiles/seccomp	0.012s	coverage: 75.3% of statements
18:08:37 [2020-10-05T18:08:37.575Z] --- PASS: TestBuildUncleanTarFilenames (1.88s)
18:08:37 [2020-10-05T18:08:37.575Z] === RUN   TestBuildMultiStageLayerLeak
18:08:37 [2020-10-05T18:08:37.820Z] ok  	github.com/docker/docker/reference	0.022s	coverage: 84.4% of statements
18:08:38 [2020-10-05T18:08:38.395Z] ok  	github.com/docker/docker/plugin	0.608s	coverage: 23.1% of statements
18:08:38 [2020-10-05T18:08:38.971Z] ok  	github.com/docker/docker/restartmanager	0.008s	coverage: 45.3% of statements
18:08:39 [2020-10-05T18:08:39.234Z] ok  	github.com/docker/docker/registry/resumable	0.030s	coverage: 100.0% of statements
18:08:39 [2020-10-05T18:08:39.496Z] ok  	github.com/docker/docker/registry	0.228s	coverage: 56.3% of statements
18:08:39 [2020-10-05T18:08:39.760Z] ok  	github.com/docker/docker/testutil	0.041s	coverage: 62.5% of statements
18:08:40 [2020-10-05T18:08:40.339Z] ok  	github.com/docker/docker/runconfig	0.054s	coverage: 66.1% of statements
18:08:40 [2020-10-05T18:08:40.875Z] --- PASS: TestBuildMultiStageLayerLeak (3.27s)
18:08:40 [2020-10-05T18:08:40.875Z] === RUN   TestBuildWithHugeFile
18:08:42 [2020-10-05T18:08:42.266Z] ok  	github.com/docker/docker/volume/drivers	0.014s	coverage: 36.1% of statements
18:08:42 [2020-10-05T18:08:42.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:08:42 [2020-10-05T18:08:42.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:08:42 [2020-10-05T18:08:42.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:08:42 [2020-10-05T18:08:42.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:08:42 [2020-10-05T18:08:42.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:08:42 [2020-10-05T18:08:42.529Z] ok  	github.com/docker/docker/volume/local	0.043s	coverage: 73.0% of statements
18:08:42 [2020-10-05T18:08:42.791Z] ok  	github.com/docker/docker/volume/mounts	0.049s	coverage: 67.0% of statements
18:08:43 [2020-10-05T18:08:43.736Z] ok  	github.com/docker/docker/volume/service	0.024s	coverage: 73.1% of statements
18:08:43 [2020-10-05T18:08:43.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:08:44 [2020-10-05T18:08:44.480Z] --- PASS: TestBuildWithHugeFile (26.39s)
18:08:44 [2020-10-05T18:08:44.480Z] === RUN   TestBuildWithEmptyDockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:08:44 [2020-10-05T18:08:44.480Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s)
18:08:44 [2020-10-05T18:08:44.480Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s)
18:08:44 [2020-10-05T18:08:44.480Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s)
18:08:44 [2020-10-05T18:08:44.480Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s)
18:08:44 [2020-10-05T18:08:44.480Z] === RUN   TestBuildPreserveOwnership
18:08:44 [2020-10-05T18:08:44.480Z] === RUN   TestBuildPreserveOwnership/copy_from
18:08:47 [2020-10-05T18:08:47.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:08:48 [2020-10-05T18:08:48.285Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:08:49 [2020-10-05T18:08:49.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:08:49 [2020-10-05T18:08:49.138Z] c3aff4450246: Pull complete
18:08:49 [2020-10-05T18:08:49.138Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec
18:08:49 [2020-10-05T18:08:49.138Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
18:08:49 [2020-10-05T18:08:49.138Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
18:08:49 [2020-10-05T18:08:49.138Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
18:08:49 [2020-10-05T18:08:49.138Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1457'
18:08:49 [2020-10-05T18:08:49.138Z] WARN: Skipping validation tests
18:08:49 [2020-10-05T18:08:49.138Z] INFO: Running unit tests at 10/05/2020 18:08:43...
18:08:49 [2020-10-05T18:08:49.138Z] INFO: make.ps1 starting at 10/05/2020 18:08:47
18:08:49 [2020-10-05T18:08:49.138Z] INFO: Git commit (cf7a5be0f2) assumed from DOCKER_GITCOMMIT environment variable
18:08:49 [2020-10-05T18:08:49.138Z] INFO: Invoking autogen...
18:08:49 [2020-10-05T18:08:49.138Z] INFO: Running unit tests...
18:08:49 [2020-10-05T18:08:49.441Z] #66 sending tarball 16.0s done
18:08:49 [2020-10-05T18:08:49.441Z] #66 DONE 97.0s
18:08:49 [2020-10-05T18:08:49.441Z] 
18:08:49 [2020-10-05T18:08:49.441Z] #67 importing to docker
18:08:50 [2020-10-05T18:08:50.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:08:50 [2020-10-05T18:08:50.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:08:50 [2020-10-05T18:08:50.747Z] INFO [runner/unused/goanalysis] analyzers took 28.771473203s with top 10 stages: buildssa: 24.539077509s, U1000: 4.232395694s 
18:08:51 [2020-10-05T18:08:51.018Z] --- PASS: TestBuildPreserveOwnership (6.58s)
18:08:51 [2020-10-05T18:08:51.018Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.28s)
18:08:51 [2020-10-05T18:08:51.018Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.29s)
18:08:51 [2020-10-05T18:08:51.018Z] === RUN   TestBuildPlatformInvalid
18:08:51 [2020-10-05T18:08:51.018Z] --- PASS: TestBuildPlatformInvalid (0.14s)
18:08:51 [2020-10-05T18:08:51.018Z] PASS
18:08:51 [2020-10-05T18:08:51.018Z] 
18:08:51 [2020-10-05T18:08:51.018Z] === Skipped
18:08:51 [2020-10-05T18:08:51.018Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
18:08:51 [2020-10-05T18:08:51.018Z]     build_session_test.go:25: TODO: BuildKit
18:08:51 [2020-10-05T18:08:51.018Z] 
18:08:51 [2020-10-05T18:08:51.018Z] 
18:08:51 [2020-10-05T18:08:51.018Z] DONE 32 tests, 1 skipped in 76.909s
18:08:51 [2020-10-05T18:08:51.018Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
18:08:51 [2020-10-05T18:08:51.018Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m
18:08:51 [2020-10-05T18:08:51.018Z] ++ set -e
18:08:51 [2020-10-05T18:08:51.018Z] ++ '[' -n 0 ']'
18:08:51 [2020-10-05T18:08:51.018Z] ++ set -x
18:08:51 [2020-10-05T18:08:51.018Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m
18:08:51 [2020-10-05T18:08:51.018Z] INFO: Testing against a local daemon
18:08:51 [2020-10-05T18:08:51.018Z] === RUN   TestConfigInspect
18:08:52 [2020-10-05T18:08:52.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:08:53 [2020-10-05T18:08:53.097Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:08:53 [2020-10-05T18:08:53.097Z] Using test binary docker
18:08:53 [2020-10-05T18:08:53.097Z] +++ /etc/init.d/apparmor start
18:08:53 [2020-10-05T18:08:53.097Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:08:53 [2020-10-05T18:08:53.097Z] INFO: Waiting for daemon to start...
18:08:53 [2020-10-05T18:08:53.097Z] Starting dockerd
18:08:53 [2020-10-05T18:08:53.097Z] +++ 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
18:08:53 [2020-10-05T18:08:53.097Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:08:53 [2020-10-05T18:08:53.097Z] Using test binary docker
18:08:53 [2020-10-05T18:08:53.097Z] +++ /etc/init.d/apparmor start
18:08:53 [2020-10-05T18:08:53.097Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:08:53 [2020-10-05T18:08:53.097Z] INFO: Waiting for daemon to start...
18:08:53 [2020-10-05T18:08:53.097Z] Starting dockerd
18:08:53 [2020-10-05T18:08:53.097Z] +++ 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
18:08:53 [2020-10-05T18:08:53.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:08:55 [2020-10-05T18:08:55.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:08:55 [2020-10-05T18:08:55.471Z] --- PASS: TestConfigInspect (3.96s)
18:08:55 [2020-10-05T18:08:55.471Z] === RUN   TestConfigList
18:08:55 [2020-10-05T18:08:55.637Z] .
18:08:55 [2020-10-05T18:08:55.637Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:08:55 [2020-10-05T18:08:55.637Z] 
18:08:55 [2020-10-05T18:08:55.637Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:08:55 [2020-10-05T18:08:55.637Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:08:55 [2020-10-05T18:08:55.637Z] Error: No such image: emptyfs
18:08:55 [2020-10-05T18:08:55.637Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:08:55 [2020-10-05T18:08:55.637Z] ++++ docker load
18:08:55 [2020-10-05T18:08:55.637Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:08:55 [2020-10-05T18:08:55.637Z] Error: No such image: emptyfs
18:08:55 [2020-10-05T18:08:55.638Z] ++++ docker load
18:08:55 [2020-10-05T18:08:55.638Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:08:55 [2020-10-05T18:08:55.898Z] Running integration-test (iteration 1)
18:08:55 [2020-10-05T18:08:55.898Z] 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)/
18:08:55 [2020-10-05T18:08:55.898Z] ++ 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)/'
18:08:55 [2020-10-05T18:08:55.898Z] ++ set -e
18:08:55 [2020-10-05T18:08:55.898Z] ++ '[' -n 0 ']'
18:08:55 [2020-10-05T18:08:55.898Z] ++ set -x
18:08:55 [2020-10-05T18:08:55.898Z] ++ 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 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)/'
18:08:55 [2020-10-05T18:08:55.898Z] Running integration-test (iteration 1)
18:08:55 [2020-10-05T18:08:55.898Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
18:08:55 [2020-10-05T18:08:55.898Z] ++ 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)/'
18:08:55 [2020-10-05T18:08:55.898Z] ++ set -e
18:08:55 [2020-10-05T18:08:55.898Z] ++ '[' -n 0 ']'
18:08:55 [2020-10-05T18:08:55.898Z] ++ set -x
18:08:55 [2020-10-05T18:08:55.898Z] ++ 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 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)/'
18:08:56 [2020-10-05T18:08:56.228Z] 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/quota 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/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
18:08:56 [2020-10-05T18:08:56.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:08:57 [2020-10-05T18:08:57.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:08:58 [2020-10-05T18:08:58.206Z] --- PASS: TestConfigList (3.10s)
18:08:58 [2020-10-05T18:08:58.206Z] === RUN   TestConfigsCreateAndDelete
18:08:58 [2020-10-05T18:08:58.673Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:08:58 [2020-10-05T18:08:58.673Z] Using test binary docker
18:08:58 [2020-10-05T18:08:58.673Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:08:58 [2020-10-05T18:08:58.673Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:08:58 [2020-10-05T18:08:58.673Z] INFO: Waiting for daemon to start...
18:08:58 [2020-10-05T18:08:58.673Z] Starting dockerd
18:09:01 [2020-10-05T18:09:01.212Z] .
18:09:01 [2020-10-05T18:09:01.212Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:09:01 [2020-10-05T18:09:01.212Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:09:01 [2020-10-05T18:09:01.471Z] Error: No such image: emptyfs
18:09:01 [2020-10-05T18:09:01.471Z] Running integration-test (iteration 1)
18:09:01 [2020-10-05T18:09:01.471Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
18:09:01 [2020-10-05T18:09:01.727Z] --- PASS: TestConfigsCreateAndDelete (3.56s)
18:09:01 [2020-10-05T18:09:01.728Z] === RUN   TestConfigsUpdate
18:09:04 [2020-10-05T18:09:04.799Z] ?   	github.com/docker/docker/api	[no test files]
18:09:05 [2020-10-05T18:09:05.249Z] --- PASS: TestConfigsUpdate (3.29s)
18:09:05 [2020-10-05T18:09:05.249Z] === RUN   TestTemplatedConfig
18:09:05 [2020-10-05T18:09:05.701Z] ok  	github.com/docker/docker/pkg/plugins	33.640s	coverage: 76.6% of statements
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/pkg/term	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/rootless	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/testutil/request	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/volume	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
18:09:05 [2020-10-05T18:09:05.701Z] 
18:09:05 [2020-10-05T18:09:05.701Z] === Skipped
18:09:05 [2020-10-05T18:09:05.701Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     exec_linux_test.go:18: requires AppArmor to be enabled
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     exec_linux_test.go:38: requires AppArmor to be enabled
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver btrfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver btrfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver btrfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver btrfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver btrfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:73: No driver to put!
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z] time="2020-10-05T18:07:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z] time="2020-10-05T18:07:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z] time="2020-10-05T18:07:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z] time="2020-10-05T18:07:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z] time="2020-10-05T18:07:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:73: No driver to put!
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     overlay_test.go:49: Fails to compute changes intermittently
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     overlay_test.go:65: Cannot run test with naive change algorithm
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver zfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver zfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver zfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver zfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:46: Driver zfs not supported
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     graphtest_unix.go:73: No driver to put!
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
18:09:05 [2020-10-05T18:09:05.702Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] 
18:09:05 [2020-10-05T18:09:05.702Z] DONE 2148 tests, 26 skipped in 192.313s
Post stage
[Pipeline] junit
18:09:05 [2020-10-05T18:09:05.978Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:09:08 [2020-10-05T18:09:08.127Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -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:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh dynbinary test-integration
18:09:08 [2020-10-05T18:09:08.133Z] #67 DONE 17.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
18:09:08 [2020-10-05T18:09:08.616Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/test/unit
18:09:08 [2020-10-05T18:09:08.700Z] 
18:09:08 [2020-10-05T18:09:08.774Z] --- PASS: TestTemplatedConfig (3.69s)
18:09:08 [2020-10-05T18:09:08.774Z] === RUN   TestConfigCreateResolve
18:09:08 [2020-10-05T18:09:08.963Z] Removing bundles/
18:09:08 [2020-10-05T18:09:08.963Z] 
18:09:08 [2020-10-05T18:09:08.963Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:09:08 [2020-10-05T18:09:08.963Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:09:08 [2020-10-05T18:09:08.963Z] GOOS="" GOARCH="" GOARM=""
18:09:12 [2020-10-05T18:09:12.186Z] ?   	github.com/docker/docker/api	[no test files]
18:09:12 [2020-10-05T18:09:12.294Z] --- PASS: TestConfigCreateResolve (3.51s)
18:09:12 [2020-10-05T18:09:12.294Z] === RUN   TestConfigDaemonLibtrustID
18:09:12 [2020-10-05T18:09:12.585Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
18:09:12 [2020-10-05T18:09:12.585Z] PASS
18:09:12 [2020-10-05T18:09:12.585Z] 
18:09:12 [2020-10-05T18:09:12.585Z] DONE 7 tests in 21.785s
18:09:12 [2020-10-05T18:09:12.585Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
18:09:12 [2020-10-05T18:09:12.585Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m
18:09:12 [2020-10-05T18:09:12.585Z] ++ set -e
18:09:12 [2020-10-05T18:09:12.585Z] ++ '[' -n 0 ']'
18:09:12 [2020-10-05T18:09:12.585Z] ++ set -x
18:09:12 [2020-10-05T18:09:12.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m
18:09:12 [2020-10-05T18:09:12.880Z] INFO: Testing against a local daemon
18:09:12 [2020-10-05T18:09:12.880Z] === RUN   TestCheckpoint
18:09:12 [2020-10-05T18:09:12.880Z] --- SKIP: TestCheckpoint (0.00s)
18:09:12 [2020-10-05T18:09:12.880Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:09:12 [2020-10-05T18:09:12.880Z] === RUN   TestContainerInvalidJSON
18:09:12 [2020-10-05T18:09:12.880Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
18:09:12 [2020-10-05T18:09:12.880Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
18:09:12 [2020-10-05T18:09:12.880Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:09:12 [2020-10-05T18:09:12.880Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:09:12 [2020-10-05T18:09:12.880Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:09:12 [2020-10-05T18:09:12.880Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:09:12 [2020-10-05T18:09:12.880Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
18:09:12 [2020-10-05T18:09:12.880Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:09:12 [2020-10-05T18:09:12.880Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:09:12 [2020-10-05T18:09:12.880Z] --- PASS: TestContainerInvalidJSON (0.02s)
18:09:12 [2020-10-05T18:09:12.880Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
18:09:12 [2020-10-05T18:09:12.880Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
18:09:12 [2020-10-05T18:09:12.880Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:09:12 [2020-10-05T18:09:12.880Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:09:12 [2020-10-05T18:09:12.880Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
18:09:12 [2020-10-05T18:09:12.880Z] === RUN   TestCopyFromContainerPathIsNotDir
18:09:13 [2020-10-05T18:09:13.172Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
18:09:13 [2020-10-05T18:09:13.172Z] === RUN   TestCopyToContainerPathDoesNotExist
18:09:13 [2020-10-05T18:09:13.172Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s)
18:09:13 [2020-10-05T18:09:13.172Z] === RUN   TestCopyToContainerPathIsNotDir
18:09:13 [2020-10-05T18:09:13.464Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s)
18:09:13 [2020-10-05T18:09:13.464Z] === RUN   TestCopyFromContainer
18:09:13 [2020-10-05T18:09:13.674Z] Loaded image: buildpack-deps:buster
18:09:13 [2020-10-05T18:09:13.674Z] Loaded image: busybox:latest
18:09:13 [2020-10-05T18:09:13.933Z] Loaded image: busybox:glibc
18:09:13 [2020-10-05T18:09:13.933Z] Loaded image: debian:buster
18:09:13 [2020-10-05T18:09:13.933Z] Loaded image: hello-world:latest
18:09:13 [2020-10-05T18:09:13.933Z] INFO: Testing against a local daemon
18:09:13 [2020-10-05T18:09:13.933Z] === RUN   TestCgroupNamespacesBuild
18:09:15 [2020-10-05T18:09:15.670Z] === RUN   TestCopyFromContainer//
18:09:15 [2020-10-05T18:09:15.671Z] === RUN   TestCopyFromContainer//bar/root
18:09:15 [2020-10-05T18:09:15.671Z] === RUN   TestCopyFromContainer//bar/root/
18:09:15 [2020-10-05T18:09:15.671Z] === RUN   TestCopyFromContainer/bar/quux
18:09:15 [2020-10-05T18:09:15.962Z] === RUN   TestCopyFromContainer/bar/quux/
18:09:15 [2020-10-05T18:09:15.962Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:09:15 [2020-10-05T18:09:15.962Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:09:15 [2020-10-05T18:09:15.962Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:09:16 [2020-10-05T18:09:16.254Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:09:16 [2020-10-05T18:09:16.254Z] === RUN   TestCopyFromContainer/bar/notarget
18:09:16 [2020-10-05T18:09:16.254Z] --- PASS: TestCopyFromContainer (2.97s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer// (0.07s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
18:09:16 [2020-10-05T18:09:16.254Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:09:16 [2020-10-05T18:09:16.254Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:09:16 [2020-10-05T18:09:16.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:09:16 [2020-10-05T18:09:16.254Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:09:16 [2020-10-05T18:09:16.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:09:16 [2020-10-05T18:09:16.254Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:09:16 [2020-10-05T18:09:16.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:09:16 [2020-10-05T18:09:16.254Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:09:16 [2020-10-05T18:09:16.254Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:09:16 [2020-10-05T18:09:16.254Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:09:16 [2020-10-05T18:09:16.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:09:16 [2020-10-05T18:09:16.254Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:09:16 [2020-10-05T18:09:16.254Z] === RUN   TestCreateLinkToNonExistingContainer
18:09:16 [2020-10-05T18:09:16.546Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
18:09:16 [2020-10-05T18:09:16.546Z] === RUN   TestCreateWithInvalidEnv
18:09:16 [2020-10-05T18:09:16.546Z] === RUN   TestCreateWithInvalidEnv/0
18:09:16 [2020-10-05T18:09:16.546Z] === PAUSE TestCreateWithInvalidEnv/0
18:09:16 [2020-10-05T18:09:16.546Z] === RUN   TestCreateWithInvalidEnv/1
18:09:16 [2020-10-05T18:09:16.546Z] === PAUSE TestCreateWithInvalidEnv/1
18:09:16 [2020-10-05T18:09:16.546Z] === RUN   TestCreateWithInvalidEnv/2
18:09:16 [2020-10-05T18:09:16.546Z] === PAUSE TestCreateWithInvalidEnv/2
18:09:16 [2020-10-05T18:09:16.546Z] === CONT  TestCreateWithInvalidEnv/0
18:09:16 [2020-10-05T18:09:16.546Z] === CONT  TestCreateWithInvalidEnv/2
18:09:16 [2020-10-05T18:09:16.546Z] === CONT  TestCreateWithInvalidEnv/1
18:09:16 [2020-10-05T18:09:16.546Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
18:09:16 [2020-10-05T18:09:16.546Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:09:16 [2020-10-05T18:09:16.546Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:09:16 [2020-10-05T18:09:16.546Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:09:16 [2020-10-05T18:09:16.546Z] === RUN   TestCreateTmpfsMountsTarget
18:09:16 [2020-10-05T18:09:16.546Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
18:09:16 [2020-10-05T18:09:16.546Z] === RUN   TestCreateWithCustomMaskedPaths
18:09:17 [2020-10-05T18:09:17.221Z] --- PASS: TestCgroupNamespacesBuild (3.16s)
18:09:17 [2020-10-05T18:09:17.221Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:09:17 [2020-10-05T18:09:17.327Z] === RUN   TestMiddlewares
18:09:17 [2020-10-05T18:09:17.327Z] --- PASS: TestMiddlewares (0.00s)
18:09:17 [2020-10-05T18:09:17.327Z] PASS
18:09:17 [2020-10-05T18:09:17.327Z] coverage: 9.0% of statements
18:09:17 [2020-10-05T18:09:17.327Z] ok  	github.com/docker/docker/api/server	0.146s	coverage: 9.0% of statements
18:09:18 [2020-10-05T18:09:18.779Z] --- PASS: TestCreateWithCustomMaskedPaths (2.40s)
18:09:18 [2020-10-05T18:09:18.779Z] === RUN   TestCreateWithCustomReadonlyPaths
18:09:19 [2020-10-05T18:09:19.749Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.13s)
18:09:19 [2020-10-05T18:09:19.749Z] === RUN   TestBuildWithSession
18:09:19 [2020-10-05T18:09:19.749Z] --- SKIP: TestBuildWithSession (0.00s)
18:09:19 [2020-10-05T18:09:19.749Z]     build_session_test.go:25: TODO: BuildKit
18:09:19 [2020-10-05T18:09:19.749Z] === RUN   TestBuildSquashParent
18:09:21 [2020-10-05T18:09:21.511Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.57s)
18:09:21 [2020-10-05T18:09:21.511Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:09:21 [2020-10-05T18:09:21.511Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:09:21 [2020-10-05T18:09:21.511Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:09:21 [2020-10-05T18:09:21.511Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:09:21 [2020-10-05T18:09:21.511Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:09:21 [2020-10-05T18:09:21.511Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:09:21 [2020-10-05T18:09:21.511Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:09:21 [2020-10-05T18:09:21.511Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:09:21 [2020-10-05T18:09:21.511Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:09:21 [2020-10-05T18:09:21.511Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:09:21 [2020-10-05T18:09:21.512Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:09:21 [2020-10-05T18:09:21.512Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:09:21 [2020-10-05T18:09:21.512Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:09:21 [2020-10-05T18:09:21.512Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:09:21 [2020-10-05T18:09:21.512Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:09:21 [2020-10-05T18:09:21.512Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:09:21 [2020-10-05T18:09:21.512Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
18:09:21 [2020-10-05T18:09:21.512Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
18:09:21 [2020-10-05T18:09:21.512Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
18:09:21 [2020-10-05T18:09:21.512Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
18:09:21 [2020-10-05T18:09:21.512Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
18:09:21 [2020-10-05T18:09:21.512Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
18:09:21 [2020-10-05T18:09:21.512Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:09:22 [2020-10-05T18:09:22.149Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s)
18:09:22 [2020-10-05T18:09:22.149Z] === RUN   TestCreateDifferentPlatform
18:09:22 [2020-10-05T18:09:22.149Z] === RUN   TestCreateDifferentPlatform/different_os
18:09:22 [2020-10-05T18:09:22.149Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:09:22 [2020-10-05T18:09:22.149Z] --- PASS: TestCreateDifferentPlatform (0.01s)
18:09:22 [2020-10-05T18:09:22.149Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:09:22 [2020-10-05T18:09:22.149Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:09:22 [2020-10-05T18:09:22.149Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:09:22 [2020-10-05T18:09:22.441Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
18:09:22 [2020-10-05T18:09:22.441Z] === RUN   TestContainerStartOnDaemonRestart
18:09:22 [2020-10-05T18:09:22.441Z] === PAUSE TestContainerStartOnDaemonRestart
18:09:22 [2020-10-05T18:09:22.441Z] === RUN   TestDaemonRestartIpcMode
18:09:22 [2020-10-05T18:09:22.441Z] === PAUSE TestDaemonRestartIpcMode
18:09:22 [2020-10-05T18:09:22.441Z] === RUN   TestDaemonHostGatewayIP
18:09:22 [2020-10-05T18:09:22.441Z] === PAUSE TestDaemonHostGatewayIP
18:09:22 [2020-10-05T18:09:22.441Z] === RUN   TestContainerKillOnDaemonStart
18:09:22 [2020-10-05T18:09:22.441Z] === PAUSE TestContainerKillOnDaemonStart
18:09:22 [2020-10-05T18:09:22.441Z] === RUN   TestDiff
18:09:23 [2020-10-05T18:09:23.074Z] --- PASS: TestDiff (0.77s)
18:09:23 [2020-10-05T18:09:23.074Z] === RUN   TestExecWithCloseStdin
18:09:24 [2020-10-05T18:09:24.111Z] --- PASS: TestExecWithCloseStdin (0.98s)
18:09:24 [2020-10-05T18:09:24.111Z] === RUN   TestExec
18:09:25 [2020-10-05T18:09:25.149Z] --- PASS: TestExec (0.92s)
18:09:25 [2020-10-05T18:09:25.149Z] === RUN   TestExecUser
18:09:25 [2020-10-05T18:09:25.784Z] --- PASS: TestExecUser (0.92s)
18:09:25 [2020-10-05T18:09:25.784Z] === RUN   TestExportContainerAndImportImage
18:09:26 [2020-10-05T18:09:26.306Z] --- PASS: TestBuildSquashParent (6.85s)
18:09:26 [2020-10-05T18:09:26.306Z] === RUN   TestBuildWithRemoveAndForceRemove
18:09:26 [2020-10-05T18:09:26.306Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:09:26 [2020-10-05T18:09:26.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:09:26 [2020-10-05T18:09:26.306Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:09:26 [2020-10-05T18:09:26.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:09:26 [2020-10-05T18:09:26.306Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:09:26 [2020-10-05T18:09:26.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:09:26 [2020-10-05T18:09:26.306Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:09:26 [2020-10-05T18:09:26.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:09:26 [2020-10-05T18:09:26.306Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:09:26 [2020-10-05T18:09:26.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:09:26 [2020-10-05T18:09:26.306Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:09:26 [2020-10-05T18:09:26.306Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:09:26 [2020-10-05T18:09:26.306Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:09:26 [2020-10-05T18:09:26.306Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:09:27 [2020-10-05T18:09:27.293Z] --- PASS: TestExportContainerAndImportImage (1.11s)
18:09:27 [2020-10-05T18:09:27.293Z] === RUN   TestExportContainerAfterDaemonRestart
18:09:27 [2020-10-05T18:09:27.681Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:09:27 [2020-10-05T18:09:27.794Z] ok  	github.com/docker/docker/api/server	0.008s	coverage: 9.0% of statements
18:09:27 [2020-10-05T18:09:27.940Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:09:28 [2020-10-05T18:09:28.807Z] --- PASS: TestExportContainerAfterDaemonRestart (1.52s)
18:09:28 [2020-10-05T18:09:28.807Z] === RUN   TestHealthCheckWorkdir
18:09:29 [2020-10-05T18:09:29.841Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:09:29 [2020-10-05T18:09:29.841Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:09:29 [2020-10-05T18:09:29.843Z] --- PASS: TestHealthCheckWorkdir (1.15s)
18:09:29 [2020-10-05T18:09:29.843Z] === RUN   TestHealthKillContainer
18:09:31 [2020-10-05T18:09:31.743Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
18:09:31 [2020-10-05T18:09:31.743Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.67s)
18:09:31 [2020-10-05T18:09:31.743Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.70s)
18:09:31 [2020-10-05T18:09:31.743Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.83s)
18:09:31 [2020-10-05T18:09:31.743Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.11s)
18:09:31 [2020-10-05T18:09:31.743Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.17s)
18:09:31 [2020-10-05T18:09:31.743Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s)
18:09:31 [2020-10-05T18:09:31.743Z] === RUN   TestBuildMultiStageCopy
18:09:31 [2020-10-05T18:09:31.743Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:09:32 [2020-10-05T18:09:32.576Z] --- PASS: TestHealthKillContainer (2.94s)
18:09:32 [2020-10-05T18:09:32.576Z] === RUN   TestInspectCpusetInConfigPre120
18:09:33 [2020-10-05T18:09:33.612Z] --- PASS: TestInspectCpusetInConfigPre120 (0.86s)
18:09:33 [2020-10-05T18:09:33.612Z] === RUN   TestIpcModeNone
18:09:34 [2020-10-05T18:09:34.649Z] --- PASS: TestIpcModeNone (0.98s)
18:09:34 [2020-10-05T18:09:34.649Z] === RUN   TestIpcModePrivate
18:09:35 [2020-10-05T18:09:35.290Z] --- PASS: TestIpcModePrivate (0.94s)
18:09:35 [2020-10-05T18:09:35.290Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
18:09:35 [2020-10-05T18:09:35.290Z] === RUN   TestIpcModeShareable
18:09:35 [2020-10-05T18:09:35.927Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:09:36 [2020-10-05T18:09:36.186Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:09:36 [2020-10-05T18:09:36.328Z] --- PASS: TestIpcModeShareable (0.96s)
18:09:36 [2020-10-05T18:09:36.328Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
18:09:36 [2020-10-05T18:09:36.328Z] === RUN   TestAPIIpcModeShareableAndContainer
18:09:37 [2020-10-05T18:09:37.121Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:09:38 [2020-10-05T18:09:38.056Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:09:39 [2020-10-05T18:09:39.067Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.84s)
18:09:39 [2020-10-05T18:09:39.067Z] === RUN   TestAPIIpcModeHost
18:09:39 [2020-10-05T18:09:39.430Z] --- PASS: TestBuildMultiStageCopy (7.30s)
18:09:39 [2020-10-05T18:09:39.430Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.30s)
18:09:39 [2020-10-05T18:09:39.430Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
18:09:39 [2020-10-05T18:09:39.430Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
18:09:39 [2020-10-05T18:09:39.430Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
18:09:39 [2020-10-05T18:09:39.430Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
18:09:39 [2020-10-05T18:09:39.430Z] === RUN   TestBuildMultiStageParentConfig
18:09:39 [2020-10-05T18:09:39.701Z] --- PASS: TestAPIIpcModeHost (0.59s)
18:09:39 [2020-10-05T18:09:39.702Z] === RUN   TestDaemonIpcModeShareable
18:09:41 [2020-10-05T18:09:41.824Z] --- PASS: TestDaemonIpcModeShareable (1.89s)
18:09:41 [2020-10-05T18:09:41.824Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
18:09:41 [2020-10-05T18:09:41.824Z] === RUN   TestDaemonIpcModePrivate
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: buildpack-deps:buster
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: buildpack-deps:buster
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: busybox:latest
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: busybox:latest
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: busybox:glibc
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: debian:buster
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: busybox:glibc
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: debian:buster
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: hello-world:latest
18:09:42 [2020-10-05T18:09:42.600Z] INFO: Testing against a local daemon
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
18:09:42 [2020-10-05T18:09:42.600Z] Loaded image: hello-world:latest
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
18:09:42 [2020-10-05T18:09:42.600Z] INFO: Testing against a local daemon
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerDaemonSuite
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIErrorJSON
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIImagesDelete
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIImagesFilter
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIImagesHistory
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
18:09:42 [2020-10-05T18:09:42.600Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
18:09:43 [2020-10-05T18:09:43.334Z] --- PASS: TestDaemonIpcModePrivate (1.77s)
18:09:43 [2020-10-05T18:09:43.335Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
18:09:43 [2020-10-05T18:09:43.335Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:09:43 [2020-10-05T18:09:43.539Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
18:09:44 [2020-10-05T18:09:44.109Z] === RUN   TestDockerSuite/TestAPINetworkFilter
18:09:44 [2020-10-05T18:09:44.109Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
18:09:44 [2020-10-05T18:09:44.109Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
18:09:44 [2020-10-05T18:09:44.369Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
18:09:44 [2020-10-05T18:09:44.690Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
18:09:44 [2020-10-05T18:09:44.691Z] === RUN   TestBuildLabelWithTargets
18:09:45 [2020-10-05T18:09:45.316Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
18:09:45 [2020-10-05T18:09:45.405Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s)
18:09:45 [2020-10-05T18:09:45.405Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
18:09:45 [2020-10-05T18:09:45.405Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:09:46 [2020-10-05T18:09:46.256Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
18:09:46 [2020-10-05T18:09:46.256Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
18:09:46 [2020-10-05T18:09:46.256Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
18:09:46 [2020-10-05T18:09:46.256Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
18:09:46 [2020-10-05T18:09:46.256Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
18:09:46 [2020-10-05T18:09:46.914Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s)
18:09:46 [2020-10-05T18:09:46.914Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
18:09:46 [2020-10-05T18:09:46.914Z] === RUN   TestIpcModeOlderClient
18:09:46 [2020-10-05T18:09:46.914Z] === PAUSE TestIpcModeOlderClient
18:09:46 [2020-10-05T18:09:46.914Z] === RUN   TestKillContainerInvalidSignal
18:09:47 [2020-10-05T18:09:47.950Z] --- PASS: TestKillContainerInvalidSignal (0.79s)
18:09:47 [2020-10-05T18:09:47.950Z] === RUN   TestKillContainer
18:09:47 [2020-10-05T18:09:47.950Z] === RUN   TestKillContainer/no_signal
18:09:48 [2020-10-05T18:09:48.584Z] === RUN   TestKillContainer/non_killing_signal
18:09:49 [2020-10-05T18:09:49.218Z] === RUN   TestKillContainer/killing_signal
18:09:50 [2020-10-05T18:09:50.257Z] --- PASS: TestKillContainer (2.58s)
18:09:50 [2020-10-05T18:09:50.257Z]     --- PASS: TestKillContainer/no_signal (0.84s)
18:09:50 [2020-10-05T18:09:50.257Z]     --- PASS: TestKillContainer/non_killing_signal (0.51s)
18:09:50 [2020-10-05T18:09:50.257Z]     --- PASS: TestKillContainer/killing_signal (0.83s)
18:09:50 [2020-10-05T18:09:50.257Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:09:50 [2020-10-05T18:09:50.257Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:09:51 [2020-10-05T18:09:51.292Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:09:51 [2020-10-05T18:09:51.926Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s)
18:09:51 [2020-10-05T18:09:51.926Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.80s)
18:09:51 [2020-10-05T18:09:51.926Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s)
18:09:51 [2020-10-05T18:09:51.926Z] === RUN   TestKillStoppedContainer
18:09:51 [2020-10-05T18:09:51.926Z] --- PASS: TestKillStoppedContainer (0.09s)
18:09:51 [2020-10-05T18:09:51.926Z] === RUN   TestKillStoppedContainerAPIPre120
18:09:52 [2020-10-05T18:09:52.218Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
18:09:52 [2020-10-05T18:09:52.218Z] === RUN   TestKillDifferentUserContainer
18:09:52 [2020-10-05T18:09:52.797Z] --- PASS: TestBuildLabelWithTargets (8.00s)
18:09:52 [2020-10-05T18:09:52.797Z] === RUN   TestBuildWithEmptyLayers
18:09:52 [2020-10-05T18:09:52.838Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
18:09:53 [2020-10-05T18:09:53.257Z] --- PASS: TestKillDifferentUserContainer (0.87s)
18:09:53 [2020-10-05T18:09:53.257Z] === RUN   TestInspectOomKilledTrue
18:09:53 [2020-10-05T18:09:53.257Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
18:09:53 [2020-10-05T18:09:53.257Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:09:53 [2020-10-05T18:09:53.257Z] === RUN   TestInspectOomKilledFalse
18:09:53 [2020-10-05T18:09:53.257Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
18:09:53 [2020-10-05T18:09:53.257Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:09:53 [2020-10-05T18:09:53.257Z] === RUN   TestLinksEtcHostsContentMatch
18:09:53 [2020-10-05T18:09:53.548Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s)
18:09:53 [2020-10-05T18:09:53.548Z] === RUN   TestLinksContainerNames
18:09:55 [2020-10-05T18:09:55.060Z] --- PASS: TestLinksContainerNames (1.65s)
18:09:55 [2020-10-05T18:09:55.060Z] === RUN   TestLogsFollowTailEmpty
18:09:55 [2020-10-05T18:09:55.396Z] --- PASS: TestBuildWithEmptyLayers (3.00s)
18:09:55 [2020-10-05T18:09:55.396Z] === RUN   TestBuildMultiStageOnBuild
18:09:56 [2020-10-05T18:09:56.095Z] --- PASS: TestLogsFollowTailEmpty (0.85s)
18:09:56 [2020-10-05T18:09:56.095Z] === RUN   TestContainerNetworkMountsNoChown
18:09:56 [2020-10-05T18:09:56.136Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
18:09:57 [2020-10-05T18:09:57.131Z] --- PASS: TestContainerNetworkMountsNoChown (0.86s)
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/default
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/default
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/private
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/private
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rprivate
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rprivate
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/slave
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/slave
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rslave
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rslave
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/shared
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/shared
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rshared
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rshared
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/default
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/default/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/default/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/default/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/rshared
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/shared
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/rslave
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/slave
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/rprivate
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/private
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/private/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/private/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/default/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:09:57 [2020-10-05T18:09:57.131Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:09:57 [2020-10-05T18:09:57.423Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:09:57 [2020-10-05T18:09:57.423Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:09:57 [2020-10-05T18:09:57.423Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:09:57 [2020-10-05T18:09:57.423Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:09:57 [2020-10-05T18:09:57.423Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:09:57 [2020-10-05T18:09:57.423Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:09:57 [2020-10-05T18:09:57.423Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:09:57 [2020-10-05T18:09:57.423Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/private/bind_root
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/private/mount_root
18:09:57 [2020-10-05T18:09:57.715Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:09:57 [2020-10-05T18:09:57.715Z] --- PASS: TestMountDaemonRoot (0.01s)
18:09:57 [2020-10-05T18:09:57.715Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
18:09:57 [2020-10-05T18:09:57.715Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
18:09:57 [2020-10-05T18:09:57.715Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s)
18:09:57 [2020-10-05T18:09:57.715Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
18:09:57 [2020-10-05T18:09:57.715Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
18:09:57 [2020-10-05T18:09:57.715Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
18:09:57 [2020-10-05T18:09:57.715Z] === RUN   TestContainerBindMountNonRecursive
18:09:58 [2020-10-05T18:09:58.688Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
18:09:59 [2020-10-05T18:09:59.784Z] --- PASS: TestContainerBindMountNonRecursive (2.06s)
18:09:59 [2020-10-05T18:09:59.784Z] === RUN   TestNetworkNat
18:10:00 [2020-10-05T18:10:00.606Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
18:10:00 [2020-10-05T18:10:00.657Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
18:10:00 [2020-10-05T18:10:00.657Z] === RUN   TestBuildUncleanTarFilenames
18:10:00 [2020-10-05T18:10:00.821Z] --- PASS: TestNetworkNat (0.88s)
18:10:00 [2020-10-05T18:10:00.821Z] === RUN   TestNetworkLocalhostTCPNat
18:10:00 [2020-10-05T18:10:00.915Z] --- PASS: TestBuildUncleanTarFilenames (0.65s)
18:10:00 [2020-10-05T18:10:00.915Z] === RUN   TestBuildMultiStageLayerLeak
18:10:01 [2020-10-05T18:10:01.176Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
18:10:01 [2020-10-05T18:10:01.857Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s)
18:10:01 [2020-10-05T18:10:01.857Z] === RUN   TestNetworkLoopbackNat
18:10:02 [2020-10-05T18:10:02.118Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
18:10:03 [2020-10-05T18:10:03.058Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
18:10:03 [2020-10-05T18:10:03.058Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
18:10:03 [2020-10-05T18:10:03.629Z] === RUN   TestDockerSuite/TestAttachAfterDetach
18:10:05 [2020-10-05T18:10:05.100Z] --- PASS: TestBuildMultiStageLayerLeak (4.33s)
18:10:05 [2020-10-05T18:10:05.100Z] === RUN   TestBuildWithHugeFile
18:10:05 [2020-10-05T18:10:05.450Z] --- PASS: TestNetworkLoopbackNat (3.24s)
18:10:05 [2020-10-05T18:10:05.450Z] === RUN   TestPause
18:10:05 [2020-10-05T18:10:05.771Z] --- PASS: TestPause (0.85s)
18:10:05 [2020-10-05T18:10:05.771Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:10:05 [2020-10-05T18:10:05.771Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:10:05 [2020-10-05T18:10:05.771Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:10:05 [2020-10-05T18:10:05.771Z] === RUN   TestPauseStopPausedContainer
18:10:06 [2020-10-05T18:10:06.170Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
18:10:06 [2020-10-05T18:10:06.170Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
18:10:06 [2020-10-05T18:10:06.809Z] --- PASS: TestPauseStopPausedContainer (0.88s)
18:10:06 [2020-10-05T18:10:06.809Z] === RUN   TestPsFilter
18:10:06 [2020-10-05T18:10:06.809Z] --- PASS: TestPsFilter (0.25s)
18:10:06 [2020-10-05T18:10:06.809Z] === RUN   TestRemoveContainerWithRemovedVolume
18:10:07 [2020-10-05T18:10:07.845Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s)
18:10:07 [2020-10-05T18:10:07.845Z] === RUN   TestRemoveContainerWithVolume
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestBoolValue
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestBoolValue (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestBoolValueOrDefault
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestBoolValueOrDefault (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestInt64ValueOrZero
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestInt64ValueOrZero (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestInt64ValueOrDefault
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestInt64ValueOrDefault (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestInt64ValueOrDefaultWithError
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestJsonContentType
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestJsonContentType (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] PASS
18:10:08 [2020-10-05T18:10:08.027Z] coverage: 14.7% of statements
18:10:08 [2020-10-05T18:10:08.027Z] ok  	github.com/docker/docker/api/server/httputils	0.156s	coverage: 14.7% of statements
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestMaskSecretKeys
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestMaskSecretKeys (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestVersionMiddlewareVersion
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
18:10:08 [2020-10-05T18:10:08.027Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
18:10:08 [2020-10-05T18:10:08.027Z] PASS
18:10:08 [2020-10-05T18:10:08.027Z] coverage: 37.7% of statements
18:10:08 [2020-10-05T18:10:08.027Z] ok  	github.com/docker/docker/api/server/middleware	0.188s	coverage: 37.7% of statements
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
18:10:08 [2020-10-05T18:10:08.027Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
18:10:08 [2020-10-05T18:10:08.081Z] === RUN   TestDockerSuite/TestAttachDetach
18:10:08 [2020-10-05T18:10:08.341Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
18:10:08 [2020-10-05T18:10:08.483Z] --- PASS: TestRemoveContainerWithVolume (0.85s)
18:10:08 [2020-10-05T18:10:08.483Z] === RUN   TestRemoveContainerRunning
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestToJSON
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestToJSON (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestToParamWithVersion
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestToParamWithVersion (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestFromJSON
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestFromJSON (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestEmpty
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestEmpty (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestArgsMatchKVListEmptySources
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestArgsMatchKVList
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestArgsMatchKVList (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestArgsMatch
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestArgsMatch (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestAdd
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestAdd (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestDel
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestDel (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestLen
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestLen (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestExactMatch
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestExactMatch (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestOnlyOneExactMatch
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestOnlyOneExactMatch (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestContains
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestContains (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestValidate
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestValidate (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestWalkValues
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestWalkValues (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestFuzzyMatch
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestFuzzyMatch (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestClone
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestClone (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] PASS
18:10:08 [2020-10-05T18:10:08.487Z] coverage: 92.2% of statements
18:10:08 [2020-10-05T18:10:08.487Z] ok  	github.com/docker/docker/api/types/filters	0.076s	coverage: 92.2% of statements
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestStrSliceMarshalJSON
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestStrSliceUnmarshalJSON
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestStrSliceUnmarshalString
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] === RUN   TestStrSliceUnmarshalSlice
18:10:08 [2020-10-05T18:10:08.487Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
18:10:08 [2020-10-05T18:10:08.487Z] PASS
18:10:08 [2020-10-05T18:10:08.487Z] coverage: 90.0% of statements
18:10:08 [2020-10-05T18:10:08.487Z] ok  	github.com/docker/docker/api/types/strslice	0.116s	coverage: 90.0% of statements
18:10:08 [2020-10-05T18:10:08.912Z] === RUN   TestDockerSuite/TestAttachDisconnect
18:10:08 [2020-10-05T18:10:08.947Z] === RUN   TestAdjustForAPIVersion
18:10:08 [2020-10-05T18:10:08.947Z] --- PASS: TestAdjustForAPIVersion (0.00s)
18:10:08 [2020-10-05T18:10:08.947Z] PASS
18:10:08 [2020-10-05T18:10:08.947Z] coverage: 5.7% of statements
18:10:08 [2020-10-05T18:10:08.947Z] ok  	github.com/docker/docker/api/server/router/swarm	0.121s	coverage: 5.7% of statements
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/container	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/events	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/image	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/network	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
18:10:08 [2020-10-05T18:10:08.947Z] === RUN   TestDurationToSecondsString
18:10:08 [2020-10-05T18:10:08.947Z] --- PASS: TestDurationToSecondsString (0.00s)
18:10:08 [2020-10-05T18:10:08.947Z] === RUN   TestGetTimestamp
18:10:08 [2020-10-05T18:10:08.947Z] --- PASS: TestGetTimestamp (0.11s)
18:10:08 [2020-10-05T18:10:08.947Z] === RUN   TestParseTimestamps
18:10:08 [2020-10-05T18:10:08.947Z] --- PASS: TestParseTimestamps (0.00s)
18:10:08 [2020-10-05T18:10:08.947Z] PASS
18:10:08 [2020-10-05T18:10:08.947Z] coverage: 100.0% of statements
18:10:08 [2020-10-05T18:10:08.947Z] ok  	github.com/docker/docker/api/types/time	0.162s	coverage: 100.0% of statements
18:10:09 [2020-10-05T18:10:09.408Z] === RUN   TestCompareVersion
18:10:09 [2020-10-05T18:10:09.408Z] --- PASS: TestCompareVersion (0.00s)
18:10:09 [2020-10-05T18:10:09.408Z] PASS
18:10:09 [2020-10-05T18:10:09.408Z] coverage: 75.0% of statements
18:10:09 [2020-10-05T18:10:09.408Z] ok  	github.com/docker/docker/api/types/versions	0.054s	coverage: 75.0% of statements
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/builder	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
18:10:09 [2020-10-05T18:10:09.408Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
18:10:09 [2020-10-05T18:10:09.519Z] --- PASS: TestRemoveContainerRunning (0.85s)
18:10:09 [2020-10-05T18:10:09.520Z] === RUN   TestRemoveContainerForceRemoveRunning
18:10:09 [2020-10-05T18:10:09.852Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
18:10:10 [2020-10-05T18:10:10.153Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.91s)
18:10:10 [2020-10-05T18:10:10.153Z] === RUN   TestRemoveInvalidContainer
18:10:10 [2020-10-05T18:10:10.153Z] --- PASS: TestRemoveInvalidContainer (0.01s)
18:10:10 [2020-10-05T18:10:10.153Z] === RUN   TestRenameLinkedContainer
18:10:10 [2020-10-05T18:10:10.376Z] === RUN   TestReadAll
18:10:10 [2020-10-05T18:10:10.376Z] --- PASS: TestReadAll (0.00s)
18:10:10 [2020-10-05T18:10:10.376Z] PASS
18:10:10 [2020-10-05T18:10:10.376Z] coverage: 96.8% of statements
18:10:10 [2020-10-05T18:10:10.376Z] ok  	github.com/docker/docker/builder/dockerignore	0.414s	coverage: 96.8% of statements
18:10:10 [2020-10-05T18:10:10.423Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
18:10:11 [2020-10-05T18:10:11.348Z] --- PASS: TestParseRemoteURL (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestCloneArgsSmartHttp
18:10:11 [2020-10-05T18:10:11.348Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestCloneArgsDumbHttp
18:10:11 [2020-10-05T18:10:11.348Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestCloneArgsGit
18:10:11 [2020-10-05T18:10:11.348Z] --- PASS: TestCloneArgsGit (0.00s)
18:10:11 [2020-10-05T18:10:11.348Z] === RUN   TestCheckoutGit
18:10:12 [2020-10-05T18:10:12.255Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.068664393s with top 10 stages: buildssa: 1m43.257512182s, goimports: 23.093510613s, unconvert: 13.347235756s, gosec: 9.911593732s, golint: 6.215383339s, misspell: 4.416258827s, ineffassign: 3.760362384s, inspect: 3.58649057s, vrp: 3.397840535s, printf: 1.865831224s 
18:10:12 [2020-10-05T18:10:12.255Z] INFO [runner] Issues before processing: 2270, after processing: 0 
18:10:12 [2020-10-05T18:10:12.255Z] INFO [runner] Processors filtering stat (out/in): cgo: 1690/2270, skip_files: 1690/1690, exclude: 1585/1585, exclude-rules: 64/1585, path_prettifier: 1690/1690, skip_dirs: 1690/1690, autogenerated_exclude: 1585/1690, identifier_marker: 1585/1585, filename_unadjuster: 1690/1690, nolint: 0/64 
18:10:12 [2020-10-05T18:10:12.255Z] INFO [runner] processing took 64.610166ms with stages: nolint: 25.85516ms, identifier_marker: 17.017544ms, path_prettifier: 9.20941ms, autogenerated_exclude: 7.292502ms, exclude-rules: 3.28849ms, skip_dirs: 1.568236ms, cgo: 249.315µs, filename_unadjuster: 124.945µs, max_same_issues: 1.25µs, uniq_by_line: 853ns, skip_files: 438ns, max_from_linter: 423ns, diff: 404ns, source_code: 388ns, exclude: 298ns, path_shortener: 261ns, max_per_file_from_linter: 249ns 
18:10:12 [2020-10-05T18:10:12.255Z] INFO [runner] linters took 1m42.724957336s with stages: goanalysis_metalinter: 1m21.951611528s, unused: 20.708556337s 
18:10:12 [2020-10-05T18:10:12.255Z] INFO File cache stats: 1441 entries of total size 6.8MiB 
18:10:12 [2020-10-05T18:10:12.255Z] INFO Memory: 1553 samples, avg is 664.4MB, max is 3237.2MB 
18:10:12 [2020-10-05T18:10:12.255Z] INFO Execution took 3m45.986041401s               
18:10:12 [2020-10-05T18:10:12.255Z] Congratulations! The shell scripts are properly formatted.
18:10:12 [2020-10-05T18:10:12.332Z] === RUN   TestDockerSuite/TestAttachPausedContainer
[Pipeline] }
[Pipeline] // stage
18:10:12 [2020-10-05T18:10:12.902Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
18:10:13 [2020-10-05T18:10:13.220Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh dynbinary-daemon test-docker-py
18:10:13 [2020-10-05T18:10:13.531Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
18:10:13 [2020-10-05T18:10:13.712Z] --- PASS: TestRenameLinkedContainer (3.38s)
18:10:13 [2020-10-05T18:10:13.712Z] === RUN   TestRenameStoppedContainer
18:10:13 [2020-10-05T18:10:13.781Z] 
18:10:13 [2020-10-05T18:10:13.781Z] Removing bundles/
18:10:13 [2020-10-05T18:10:13.781Z] 
18:10:13 [2020-10-05T18:10:13.781Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
18:10:13 [2020-10-05T18:10:13.781Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:10:13 [2020-10-05T18:10:13.781Z] GOOS="" GOARCH="" GOARM=""
18:10:13 [2020-10-05T18:10:13.842Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.03s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestProcessNoDockerignore
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestProcessNoDockerignore (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestProcessShouldLeaveAllFiles
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDetectContentType
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestDetectContentType (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestSelectAcceptableMIME
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestSelectAcceptableMIME (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestInspectEmptyResponse
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestInspectEmptyResponse (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestInspectResponseBinary
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestInspectResponseBinary (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestResponseUnsupportedContentType
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestInspectResponseTextSimple
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestInspectResponseTextSimple (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestInspectResponseEmptyContentType
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestUnknownContentLength
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestUnknownContentLength (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDownloadRemote
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestDownloadRemote (0.05s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestGetWithStatusError
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestGetWithStatusError (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestCloseRootDirectory
18:10:13 [2020-10-05T18:10:13.990Z] --- SKIP: TestCloseRootDirectory (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestHashFile
18:10:13 [2020-10-05T18:10:13.990Z] --- SKIP: TestHashFile (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestHashSubdir
18:10:13 [2020-10-05T18:10:13.990Z] --- SKIP: TestHashSubdir (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestRemoveDirectory
18:10:13 [2020-10-05T18:10:13.990Z] --- SKIP: TestRemoveDirectory (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
18:10:13 [2020-10-05T18:10:13.990Z] PASS
18:10:13 [2020-10-05T18:10:13.990Z] coverage: 9.2% of statements
18:10:13 [2020-10-05T18:10:13.990Z] ok  	github.com/docker/docker/builder/remotecontext	0.632s	coverage: 9.2% of statements
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestGetAllAllowed
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestGetAllAllowed (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestGetAllMeta
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestGetAllMeta (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestWarnOnUnusedBuildArgs
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestIsUnreferencedBuiltin
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestIsExistingDirectory
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestIsExistingDirectory (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestGetFilenameForDownload
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestGetFilenameForDownload (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestEnv2Variables
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestEnv2Variables (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestEnvValueWithExistingRunConfigEnv
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestMaintainer
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestMaintainer (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestLabel
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestLabel (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestFromScratch
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestFromScratch (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestFromWithArg
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestFromWithArg (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestFromWithArgButBuildArgsNotGiven
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestFromWithUndefinedArg
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestFromWithUndefinedArg (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestFromMultiStageWithNamedStage
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestOnbuild
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestOnbuild (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestWorkdir
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestWorkdir (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestCmd
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestCmd (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestHealthcheckNone
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestHealthcheckNone (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestHealthcheckCmd
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestHealthcheckCmd (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestEntrypoint
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestEntrypoint (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestExpose
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestExpose (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestUser
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestUser (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestVolume
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestVolume (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestStopSignal
18:10:13 [2020-10-05T18:10:13.990Z] --- SKIP: TestStopSignal (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z]     dispatchers_test.go:376: Windows does not support stopsignal
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestArg
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestArg (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestShell
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestShell (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestPrependEnvOnCmd
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestPrependEnvOnCmd (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestRunWithBuildArgs
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestRunWithBuildArgs (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestRunIgnoresHealthcheck
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestNormalizeWorkdir
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestNormalizeWorkdir (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDispatch
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDispatch/ADD_multiple_files_to_file
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDispatch/COPY_multiple_files_to_file
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestEnable
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestEnable (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDisable
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestDisable (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestEnabled
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestEnabled (0.00s)
18:10:13 [2020-10-05T18:10:13.990Z] PASS
18:10:13 [2020-10-05T18:10:13.990Z] coverage: 100.0% of statements
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDispatch/COPY_wildcard_no_files
18:10:13 [2020-10-05T18:10:13.990Z] ok  	github.com/docker/docker/cli/debug	0.049s	coverage: 100.0% of statements
18:10:13 [2020-10-05T18:10:13.990Z] === RUN   TestDispatch/COPY_url
18:10:13 [2020-10-05T18:10:13.990Z] --- PASS: TestDispatch (0.06s)
18:10:13 [2020-10-05T18:10:13.990Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
18:10:13 [2020-10-05T18:10:13.990Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
18:10:13 [2020-10-05T18:10:13.990Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
18:10:13 [2020-10-05T18:10:13.990Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
18:10:13 [2020-10-05T18:10:13.991Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
18:10:13 [2020-10-05T18:10:13.991Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z]     --- PASS: TestDispatch/COPY_url (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestAddScratchImageAddsToMounts
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestAddFromScratchPopulatesPlatform
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestImageSourceGetAddsToMounts
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestEmptyDockerfile
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestEmptyDockerfile (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestSymlinkDockerfile
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestSymlinkDockerfile (0.01s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestDockerfileOutsideTheBuildContext
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestNonExistingDockerfile
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestNonExistingDockerfile (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestCopyRunConfig
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestCopyRunConfig (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestDeepCopyRunConfig
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestDeepCopyRunConfig (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestExportImage
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestExportImage (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] === RUN   TestNormalizeDest
18:10:13 [2020-10-05T18:10:13.991Z] --- PASS: TestNormalizeDest (0.00s)
18:10:13 [2020-10-05T18:10:13.991Z] PASS
18:10:13 [2020-10-05T18:10:13.991Z] coverage: 46.3% of statements
18:10:13 [2020-10-05T18:10:13.991Z] ok  	github.com/docker/docker/builder/dockerfile	0.702s	coverage: 46.3% of statements
18:10:14 [2020-10-05T18:10:14.782Z] --- PASS: TestBuildWithHugeFile (94.29s)
18:10:14 [2020-10-05T18:10:14.782Z] === RUN   TestBuildWithEmptyDockerfile
18:10:14 [2020-10-05T18:10:14.782Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
18:10:14 [2020-10-05T18:10:14.782Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:10:14 [2020-10-05T18:10:14.782Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:10:14 [2020-10-05T18:10:14.782Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:10:14 [2020-10-05T18:10:14.782Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:10:14 [2020-10-05T18:10:14.782Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:10:14 [2020-10-05T18:10:14.782Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:10:14 [2020-10-05T18:10:14.782Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:10:14 [2020-10-05T18:10:14.782Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:10:14 [2020-10-05T18:10:14.861Z] --- PASS: TestRenameStoppedContainer (0.85s)
18:10:14 [2020-10-05T18:10:14.861Z] === RUN   TestRenameRunningContainerAndReuse
18:10:15 [2020-10-05T18:10:15.042Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:10:15 [2020-10-05T18:10:15.042Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
18:10:15 [2020-10-05T18:10:15.302Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s)
18:10:15 [2020-10-05T18:10:15.302Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s)
18:10:15 [2020-10-05T18:10:15.302Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s)
18:10:15 [2020-10-05T18:10:15.302Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
18:10:15 [2020-10-05T18:10:15.302Z] === RUN   TestBuildPreserveOwnership
18:10:15 [2020-10-05T18:10:15.302Z] === RUN   TestBuildPreserveOwnership/copy_from
18:10:16 [2020-10-05T18:10:16.421Z] --- PASS: TestRenameRunningContainerAndReuse (1.73s)
18:10:16 [2020-10-05T18:10:16.421Z] === RUN   TestRenameInvalidName
18:10:16 [2020-10-05T18:10:16.684Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
18:10:17 [2020-10-05T18:10:17.125Z] --- PASS: TestRenameInvalidName (0.85s)
18:10:17 [2020-10-05T18:10:17.125Z] === RUN   TestRenameAnonymousContainer
18:10:17 [2020-10-05T18:10:17.623Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
18:10:17 [2020-10-05T18:10:17.883Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
18:10:18 [2020-10-05T18:10:18.823Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:10:19 [2020-10-05T18:10:19.083Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
18:10:19 [2020-10-05T18:10:19.083Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
18:10:20 [2020-10-05T18:10:20.023Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
18:10:20 [2020-10-05T18:10:20.284Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
18:10:20 [2020-10-05T18:10:20.877Z] --- PASS: TestBuildPreserveOwnership (5.69s)
18:10:20 [2020-10-05T18:10:20.877Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.69s)
18:10:20 [2020-10-05T18:10:20.877Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.99s)
18:10:20 [2020-10-05T18:10:20.877Z] === RUN   TestBuildPlatformInvalid
18:10:21 [2020-10-05T18:10:21.142Z] --- PASS: TestBuildPlatformInvalid (0.27s)
18:10:21 [2020-10-05T18:10:21.142Z] PASS
18:10:21 [2020-10-05T18:10:21.142Z] 
18:10:21 [2020-10-05T18:10:21.142Z] === Skipped
18:10:21 [2020-10-05T18:10:21.142Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
18:10:21 [2020-10-05T18:10:21.142Z]     build_session_test.go:25: TODO: BuildKit
18:10:21 [2020-10-05T18:10:21.142Z] 
18:10:21 [2020-10-05T18:10:21.142Z] 
18:10:21 [2020-10-05T18:10:21.142Z] DONE 32 tests, 1 skipped in 180.685s
18:10:21 [2020-10-05T18:10:21.142Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
18:10:21 [2020-10-05T18:10:21.142Z] ++ 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
18:10:21 [2020-10-05T18:10:21.142Z] ++ set -e
18:10:21 [2020-10-05T18:10:21.142Z] ++ '[' -n 0 ']'
18:10:21 [2020-10-05T18:10:21.142Z] ++ set -x
18:10:21 [2020-10-05T18:10:21.142Z] ++ 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 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
18:10:21 [2020-10-05T18:10:21.142Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
18:10:21 [2020-10-05T18:10:21.402Z] INFO: Testing against a local daemon
18:10:21 [2020-10-05T18:10:21.402Z] === RUN   TestConfigInspect
18:10:22 [2020-10-05T18:10:22.817Z] --- PASS: TestRenameAnonymousContainer (4.91s)
18:10:22 [2020-10-05T18:10:22.818Z] === RUN   TestRenameContainerWithSameName
18:10:23 [2020-10-05T18:10:23.116Z] --- PASS: TestRenameContainerWithSameName (0.96s)
18:10:23 [2020-10-05T18:10:23.116Z] === RUN   TestRenameContainerWithLinkedContainer
18:10:23 [2020-10-05T18:10:23.941Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
18:10:24 [2020-10-05T18:10:24.512Z] --- PASS: TestConfigInspect (3.09s)
18:10:24 [2020-10-05T18:10:24.512Z] === RUN   TestConfigList
18:10:24 [2020-10-05T18:10:24.768Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s)
18:10:24 [2020-10-05T18:10:24.769Z] === RUN   TestResize
18:10:25 [2020-10-05T18:10:25.408Z] --- PASS: TestResize (0.87s)
18:10:25 [2020-10-05T18:10:25.408Z] === RUN   TestResizeWithInvalidSize
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCheckpointCreateError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCheckpointCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCheckpointCreate
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCheckpointCreate (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCheckpointDeleteError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCheckpointDeleteError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCheckpointDelete
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCheckpointDelete (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCheckpointListError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCheckpointListError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCheckpointList
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCheckpointList (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCheckpointListContainerNotFound
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestNewClientWithOpsFromEnv
18:10:26 [2020-10-05T18:10:26.397Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z]     client_test.go:23: runtime.GOOS == "windows"
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestGetAPIPath
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestGetAPIPath (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestParseHostURL
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestParseHostURL (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestNegotiateAPIVersionEmpty
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestNegotiateAPIVersion
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestNegotiateAPIVersion (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestNegotiateAPVersionOverride
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestNegotiateAPIVersionAutomatic
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestClientRedirect
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestClientRedirect (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigCreateUnsupported
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigCreateUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigCreateError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigCreate
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigCreate (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigInspectNotFound
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigInspectNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigInspectUnsupported
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigInspectUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigInspectError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigInspectConfigNotFound
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigInspect
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigListUnsupported
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigListUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigListError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigListError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigList
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigList (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigRemoveUnsupported
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigRemoveError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigRemove
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigUpdateUnsupported
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigUpdateError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigUpdateError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestConfigUpdate
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestConfigUpdate (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerCommitError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerCommitError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerCommit
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerCommit (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStatPathError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStatPathError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStatPathNotFoundError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStatPathNoHeaderError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStatPath
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStatPath (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyToContainerError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyToContainerError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyToContainerNotFoundError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyToContainerNotStatusOKError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyToContainer
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyToContainer (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyFromContainerError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyFromContainerError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyFromContainerNotFoundError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyFromContainerNotStatusOKError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyFromContainerNoHeaderError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestCopyFromContainer
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestCopyFromContainer (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerCreateError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerCreateImageNotFound
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerCreateWithName
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerCreateWithName (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerCreateAutoRemove
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerDiffError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerDiffError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerDiff
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerDiff (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExecCreateError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExecCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExecCreate
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExecCreate (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExecStartError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExecStartError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExecStart
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExecStart (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExecInspectError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExecInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExecInspect
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExecInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExportError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExportError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExport
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExport (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerInspectError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerInspectContainerNotFound
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerInspect
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerInspectNode
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerInspectNode (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerKillError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerKillError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerKill
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerKill (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerListError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerListError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerList
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerList (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerLogsNotFoundError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerLogsError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerLogsError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerLogs
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerLogs (0.17s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerPauseError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerPauseError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerPause
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerPause (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainersPruneError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainersPruneError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainersPrune
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainersPrune (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerRemoveError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerRemoveNotFoundError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerRemove
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerRenameError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerRenameError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerRename
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerRename (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerResizeError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerResizeError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExecResizeError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExecResizeError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerResize
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerResize (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerExecResize
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerExecResize (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerRestartError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerRestartError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerRestart
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerRestart (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStartError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStartError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStart
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStart (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStatsError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStatsError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStats
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStats (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStopError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStopError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerStop
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerStop (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerTopError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerTopError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerTop
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerTop (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerUnpauseError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerUnpauseError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerUnpause
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerUnpause (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerUpdateError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerUpdateError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerUpdate
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerUpdate (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerWaitError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerWaitError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestContainerWait
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestContainerWait (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestDiskUsageError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestDiskUsageError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestDiskUsage
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestDiskUsage (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestDistributionInspectUnsupported
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestDistributionInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestEventsErrorInOptions
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestEventsErrorInOptions (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestEventsErrorFromServer
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestEventsErrorFromServer (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestEvents
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestEvents (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestTLSCloseWriter
18:10:26 [2020-10-05T18:10:26.397Z] === PAUSE TestTLSCloseWriter
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageBuildError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageBuildError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageBuild
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageBuild (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestGetDockerOS
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestGetDockerOS (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageCreateError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageCreate
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageCreate (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageHistoryError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageHistoryError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageHistory
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageHistory (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageImportError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageImportError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageImport
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageImport (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageInspectError
18:10:26 [2020-10-05T18:10:26.397Z] --- PASS: TestImageInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.397Z] === RUN   TestImageInspectImageNotFound
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageInspectImageNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageInspect
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageListError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageListError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageList
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageList (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageListApiBefore125
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageListApiBefore125 (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageLoadError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageLoadError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageLoad
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageLoad (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagesPruneError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagesPruneError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagesPrune
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagesPrune (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePullReferenceParseError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePullReferenceParseError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePullAnyError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePullAnyError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePullStatusUnauthorizedError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePullWithPrivilegedFuncNoError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePullWithoutErrors
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePullWithoutErrors (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushReferenceError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePushReferenceError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushAnyError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePushAnyError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushStatusUnauthorizedError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushWithPrivilegedFuncNoError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushWithoutErrors
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImagePushWithoutErrors (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageRemoveError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageRemoveImageNotFound
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageRemove
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageSaveError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageSaveError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageSave
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageSave (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageSearchAnyError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageSearchAnyError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageSearchStatusUnauthorizedError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageSearchWithoutErrors
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageTagError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageTagError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageTagInvalidReference
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageTagInvalidReference (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageTagInvalidSourceImageName
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageTagHexSource
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageTagHexSource (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestImageTag
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestImageTag (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestInfoServerError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestInfoServerError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestInfoInvalidResponseJSONError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestInfo
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestInfo (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkConnectError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkConnectError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkConnect
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkConnect (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkCreateError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkCreate
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkCreate (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkDisconnectError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkDisconnectError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkDisconnect
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkDisconnect (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkInspectError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkInspectNotFoundError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkInspect
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkListError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkListError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkList
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkList (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworksPruneError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworksPruneError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworksPrune
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworksPrune (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkRemoveError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNetworkRemove
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNetworkRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeInspectError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeInspectNodeNotFound
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeInspect
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeListError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeListError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeList
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeList (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeRemoveError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeRemove
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeUpdateError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeUpdateError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestNodeUpdate
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestNodeUpdate (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestOptionWithTimeout
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestOptionWithTimeout (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPingFail
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPingFail (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPingWithError
18:10:26 [2020-10-05T18:10:26.398Z] 2020/10/05 18:10:25 RoundTripper returned a response & error; ignoring response
18:10:26 [2020-10-05T18:10:26.398Z] 2020/10/05 18:10:25 RoundTripper returned a response & error; ignoring response
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPingWithError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPingSuccess
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPingSuccess (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPingHeadFallback
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPingHeadFallback/OK
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPingHeadFallback/Internal_Server_Error
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPingHeadFallback/Not_Found
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPingHeadFallback (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginDisableError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginDisableError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginDisable
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginDisable (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginEnableError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginEnableError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginEnable
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginEnable (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginInspectError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginInspect
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginListError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginListError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginList
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginList (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginPushError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginPushError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginPush
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginPush (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginRemoveError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginRemove
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginSetError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginSetError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPluginSet
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPluginSet (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSetHostHeader
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSetHostHeader (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestPlainTextError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestPlainTextError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestInfiniteError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestInfiniteError (0.01s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretCreateUnsupported
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretCreateUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretCreateError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretCreate
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretCreate (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretInspectUnsupported
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretInspectUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretInspectError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretInspectSecretNotFound
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretInspect
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretListUnsupported
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretListUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretListError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretListError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretList
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretList (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretRemoveUnsupported
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretRemoveError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretRemove
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretUpdateUnsupported
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretUpdateError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretUpdateError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSecretUpdate
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestSecretUpdate (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceCreateError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceCreate
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceCreate (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceCreateCompatiblePlatforms
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceCreateDigestPinning
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceInspectError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceInspectServiceNotFound
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceInspect
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceListError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceListError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceList
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceList (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceLogsError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceLogsError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceLogs
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceLogs (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceRemoveError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceRemoveNotFoundError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceRemove
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceUpdateError
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceUpdateError (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestServiceUpdate
18:10:26 [2020-10-05T18:10:26.398Z] --- PASS: TestServiceUpdate (0.00s)
18:10:26 [2020-10-05T18:10:26.398Z] === RUN   TestSwarmGetUnlockKeyError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmGetUnlockKey
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmInitError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmInitError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmInit
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmInit (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmInspectError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmInspect
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmJoinError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmJoinError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmJoin
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmJoin (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmLeaveError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmLeaveError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmLeave
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmLeave (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmUnlockError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmUnlockError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmUnlock
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmUnlock (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmUpdateError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmUpdateError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestSwarmUpdate
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestSwarmUpdate (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestTaskInspectError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestTaskInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestTaskInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestTaskInspect
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestTaskInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestTaskListError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestTaskListError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestTaskList
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestTaskList (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeCreateError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeCreateError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeCreate
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeCreate (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeInspectError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeInspectError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeInspectNotFound
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeInspectNotFound (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeInspectWithEmptyID
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeInspect
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeInspect (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeListError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeListError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeList
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeList (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeRemoveError
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeRemoveError (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === RUN   TestVolumeRemove
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestVolumeRemove (0.00s)
18:10:26 [2020-10-05T18:10:26.399Z] === CONT  TestTLSCloseWriter
18:10:26 [2020-10-05T18:10:26.399Z] --- PASS: TestTLSCloseWriter (0.01s)
18:10:26 [2020-10-05T18:10:26.399Z] PASS
18:10:26 [2020-10-05T18:10:26.399Z] coverage: 74.9% of statements
18:10:26 [2020-10-05T18:10:26.399Z] ok  	github.com/docker/docker/client	0.684s	coverage: 74.9% of statements
18:10:26 [2020-10-05T18:10:26.452Z] --- PASS: TestResizeWithInvalidSize (0.89s)
18:10:26 [2020-10-05T18:10:26.452Z] === RUN   TestResizeWhenContainerNotStarted
18:10:27 [2020-10-05T18:10:27.052Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
18:10:27 [2020-10-05T18:10:27.496Z] --- PASS: TestResizeWhenContainerNotStarted (0.88s)
18:10:27 [2020-10-05T18:10:27.496Z] === RUN   TestDaemonRestartKillContainers
18:10:27 [2020-10-05T18:10:27.496Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:10:27 [2020-10-05T18:10:27.496Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:10:27 [2020-10-05T18:10:27.496Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:10:27 [2020-10-05T18:10:27.496Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:10:27 [2020-10-05T18:10:27.496Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:10:27 [2020-10-05T18:10:27.496Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:10:27 [2020-10-05T18:10:27.496Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:10:27 [2020-10-05T18:10:27.496Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:10:27 [2020-10-05T18:10:27.496Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:10:27 [2020-10-05T18:10:27.497Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:10:27 [2020-10-05T18:10:27.621Z] --- PASS: TestConfigList (3.05s)
18:10:27 [2020-10-05T18:10:27.621Z] === RUN   TestConfigsCreateAndDelete
18:10:29 [2020-10-05T18:10:29.532Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
18:10:29 [2020-10-05T18:10:29.709Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:10:29 [2020-10-05T18:10:29.709Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:10:30 [2020-10-05T18:10:30.500Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:10:30 [2020-10-05T18:10:30.500Z] 
18:10:30 [2020-10-05T18:10:30.500Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:10:30 [2020-10-05T18:10:30.500Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:10:30 [2020-10-05T18:10:30.500Z] HOSTNAME=24ec8282afac
18:10:30 [2020-10-05T18:10:30.500Z] TESTDEBUG=0
18:10:30 [2020-10-05T18:10:30.500Z] DEST=bundles/test-integration
18:10:30 [2020-10-05T18:10:30.500Z] PWD=/go/src/github.com/docker/docker
18:10:30 [2020-10-05T18:10:30.500Z] DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:10:30 [2020-10-05T18:10:30.500Z] container=docker
18:10:30 [2020-10-05T18:10:30.500Z] HOME=/root
18:10:30 [2020-10-05T18:10:30.500Z] GOLANG_VERSION=1.13.15
18:10:30 [2020-10-05T18:10:30.500Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:10:30 [2020-10-05T18:10:30.500Z] VALIDATE_BRANCH=master
18:10:30 [2020-10-05T18:10:30.500Z] TERM=xterm
18:10:30 [2020-10-05T18:10:30.500Z] DOCKER_PKG=github.com/docker/docker
18:10:30 [2020-10-05T18:10:30.500Z] SHLVL=1
18:10:30 [2020-10-05T18:10:30.500Z] TIMEOUT=120m
18:10:30 [2020-10-05T18:10:30.500Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
18:10:30 [2020-10-05T18:10:30.500Z] DOCKER_GRAPHDRIVER=overlay2
18:10:30 [2020-10-05T18:10:30.500Z] GO111MODULE=off
18:10:30 [2020-10-05T18:10:30.500Z] DOCKER_EXPERIMENTAL=1
18:10:30 [2020-10-05T18:10:30.500Z] TEST_SKIP_INTEGRATION_CLI=1
18:10:30 [2020-10-05T18:10:30.500Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:10:30 [2020-10-05T18:10:30.500Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:10:30 [2020-10-05T18:10:30.500Z] GOPATH=/go
18:10:30 [2020-10-05T18:10:30.500Z] PKG_CONFIG=pkg-config
18:10:30 [2020-10-05T18:10:30.500Z] _=/usr/bin/env
18:10:30 [2020-10-05T18:10:30.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:10:30 [2020-10-05T18:10:30.916Z] --- PASS: TestConfigsCreateAndDelete (3.27s)
18:10:30 [2020-10-05T18:10:30.916Z] === RUN   TestConfigsUpdate
18:10:30 [2020-10-05T18:10:30.916Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
18:10:31 [2020-10-05T18:10:31.344Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:10:31 [2020-10-05T18:10:31.344Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:10:32 [2020-10-05T18:10:32.490Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:10:32 [2020-10-05T18:10:32.490Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:10:33 [2020-10-05T18:10:33.455Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
18:10:33 [2020-10-05T18:10:33.715Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
18:10:33 [2020-10-05T18:10:33.977Z] --- PASS: TestConfigsUpdate (3.21s)
18:10:33 [2020-10-05T18:10:33.977Z] === RUN   TestTemplatedConfig
18:10:33 [2020-10-05T18:10:33.977Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
18:10:35 [2020-10-05T18:10:35.337Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:10:35 [2020-10-05T18:10:35.337Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:10:35 [2020-10-05T18:10:35.359Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
18:10:35 [2020-10-05T18:10:35.929Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
18:10:37 [2020-10-05T18:10:37.840Z] --- PASS: TestTemplatedConfig (3.62s)
18:10:37 [2020-10-05T18:10:37.840Z] === RUN   TestConfigCreateResolve
18:10:38 [2020-10-05T18:10:38.081Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:10:38 [2020-10-05T18:10:38.375Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:10:38 [2020-10-05T18:10:38.409Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
18:10:38 [2020-10-05T18:10:38.670Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
18:10:38 [2020-10-05T18:10:38.929Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
18:10:40 [2020-10-05T18:10:40.308Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
18:10:40 [2020-10-05T18:10:40.495Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.30s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.31s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.44s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.49s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.48s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.37s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.41s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.85s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.37s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.27s)
18:10:40 [2020-10-05T18:10:40.495Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.23s)
18:10:40 [2020-10-05T18:10:40.495Z] === RUN   TestCgroupNamespacesRun
18:10:40 [2020-10-05T18:10:40.567Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
18:10:40 [2020-10-05T18:10:40.827Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
18:10:41 [2020-10-05T18:10:41.087Z] --- PASS: TestConfigCreateResolve (3.37s)
18:10:41 [2020-10-05T18:10:41.087Z] === RUN   TestConfigDaemonLibtrustID
18:10:41 [2020-10-05T18:10:41.209Z] --- PASS: TestCheckoutGit (29.09s)
18:10:41 [2020-10-05T18:10:41.209Z] === RUN   TestValidGitTransport
18:10:41 [2020-10-05T18:10:41.209Z] --- PASS: TestValidGitTransport (0.00s)
18:10:41 [2020-10-05T18:10:41.209Z] === RUN   TestGitInvalidRef
18:10:41 [2020-10-05T18:10:41.209Z] --- PASS: TestGitInvalidRef (0.18s)
18:10:41 [2020-10-05T18:10:41.209Z] PASS
18:10:41 [2020-10-05T18:10:41.209Z] coverage: 86.3% of statements
18:10:41 [2020-10-05T18:10:41.209Z] ok  	github.com/docker/docker/builder/remotecontext/git	29.539s	coverage: 86.3% of statements
18:10:41 [2020-10-05T18:10:41.209Z] ?   	github.com/docker/docker/cli	[no test files]
18:10:41 [2020-10-05T18:10:41.209Z] ?   	github.com/docker/docker/cli/config	[no test files]
18:10:41 [2020-10-05T18:10:41.657Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
18:10:41 [2020-10-05T18:10:41.657Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
18:10:41 [2020-10-05T18:10:41.657Z] PASS
18:10:41 [2020-10-05T18:10:41.657Z] 
18:10:41 [2020-10-05T18:10:41.657Z] DONE 7 tests in 20.402s
18:10:41 [2020-10-05T18:10:41.657Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
18:10:41 [2020-10-05T18:10:41.657Z] ++ 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
18:10:41 [2020-10-05T18:10:41.657Z] ++ set -e
18:10:41 [2020-10-05T18:10:41.657Z] ++ '[' -n 0 ']'
18:10:41 [2020-10-05T18:10:41.657Z] ++ set -x
18:10:41 [2020-10-05T18:10:41.657Z] ++ 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 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
18:10:41 [2020-10-05T18:10:41.917Z] INFO: Testing against a local daemon
18:10:41 [2020-10-05T18:10:41.917Z] === RUN   TestCheckpoint
18:10:41 [2020-10-05T18:10:41.917Z] --- SKIP: TestCheckpoint (0.01s)
18:10:41 [2020-10-05T18:10:41.917Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:10:41 [2020-10-05T18:10:41.917Z] === RUN   TestContainerInvalidJSON
18:10:41 [2020-10-05T18:10:41.917Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
18:10:41 [2020-10-05T18:10:41.917Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
18:10:41 [2020-10-05T18:10:41.917Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:10:41 [2020-10-05T18:10:41.917Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:10:41 [2020-10-05T18:10:41.917Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:10:41 [2020-10-05T18:10:41.917Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:10:41 [2020-10-05T18:10:41.917Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
18:10:41 [2020-10-05T18:10:41.917Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:10:41 [2020-10-05T18:10:41.917Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:10:41 [2020-10-05T18:10:41.917Z] --- PASS: TestContainerInvalidJSON (0.02s)
18:10:41 [2020-10-05T18:10:41.917Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
18:10:41 [2020-10-05T18:10:41.917Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:10:41 [2020-10-05T18:10:41.917Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
18:10:41 [2020-10-05T18:10:41.917Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:10:41 [2020-10-05T18:10:41.917Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
18:10:41 [2020-10-05T18:10:41.917Z] === RUN   TestCopyFromContainerPathIsNotDir
18:10:41 [2020-10-05T18:10:41.917Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
18:10:41 [2020-10-05T18:10:41.917Z] === RUN   TestCopyToContainerPathDoesNotExist
18:10:42 [2020-10-05T18:10:42.177Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s)
18:10:42 [2020-10-05T18:10:42.177Z] === RUN   TestCopyToContainerPathIsNotDir
18:10:42 [2020-10-05T18:10:42.177Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
18:10:42 [2020-10-05T18:10:42.177Z] === RUN   TestCopyFromContainer
18:10:42 [2020-10-05T18:10:42.574Z] --- PASS: TestCgroupNamespacesRun (1.70s)
18:10:42 [2020-10-05T18:10:42.574Z] === RUN   TestCgroupNamespacesRunPrivileged
18:10:42 [2020-10-05T18:10:42.752Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
18:10:43 [2020-10-05T18:10:43.712Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
18:10:43 [2020-10-05T18:10:43.712Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
18:10:43 [2020-10-05T18:10:43.972Z] === RUN   TestCopyFromContainer//
18:10:44 [2020-10-05T18:10:44.120Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.80s)
18:10:44 [2020-10-05T18:10:44.120Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:10:44 [2020-10-05T18:10:44.232Z] === RUN   TestCopyFromContainer//bar/root
18:10:44 [2020-10-05T18:10:44.232Z] === RUN   TestCopyFromContainer//bar/root/
18:10:44 [2020-10-05T18:10:44.492Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
18:10:44 [2020-10-05T18:10:44.492Z] === RUN   TestCopyFromContainer/bar/quux
18:10:44 [2020-10-05T18:10:44.492Z] === RUN   TestCopyFromContainer/bar/quux/
18:10:44 [2020-10-05T18:10:44.752Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:10:44 [2020-10-05T18:10:44.752Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:10:45 [2020-10-05T18:10:45.012Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:10:45 [2020-10-05T18:10:45.012Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCopyFromContainer/bar/notarget
18:10:45 [2020-10-05T18:10:45.272Z] --- PASS: TestCopyFromContainer (3.09s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer// (0.15s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer//bar/root (0.17s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.16s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.13s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:10:45 [2020-10-05T18:10:45.272Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:10:45 [2020-10-05T18:10:45.272Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:10:45 [2020-10-05T18:10:45.272Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:10:45 [2020-10-05T18:10:45.272Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:10:45 [2020-10-05T18:10:45.272Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:10:45 [2020-10-05T18:10:45.272Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:10:45 [2020-10-05T18:10:45.272Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateLinkToNonExistingContainer
18:10:45 [2020-10-05T18:10:45.272Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateWithInvalidEnv
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateWithInvalidEnv/0
18:10:45 [2020-10-05T18:10:45.272Z] === PAUSE TestCreateWithInvalidEnv/0
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateWithInvalidEnv/1
18:10:45 [2020-10-05T18:10:45.272Z] === PAUSE TestCreateWithInvalidEnv/1
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateWithInvalidEnv/2
18:10:45 [2020-10-05T18:10:45.272Z] === PAUSE TestCreateWithInvalidEnv/2
18:10:45 [2020-10-05T18:10:45.272Z] === CONT  TestCreateWithInvalidEnv/0
18:10:45 [2020-10-05T18:10:45.272Z] === CONT  TestCreateWithInvalidEnv/2
18:10:45 [2020-10-05T18:10:45.272Z] === CONT  TestCreateWithInvalidEnv/1
18:10:45 [2020-10-05T18:10:45.272Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:10:45 [2020-10-05T18:10:45.272Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:10:45 [2020-10-05T18:10:45.272Z] === RUN   TestCreateTmpfsMountsTarget
18:10:45 [2020-10-05T18:10:45.531Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
18:10:45 [2020-10-05T18:10:45.531Z] === RUN   TestCreateWithCustomMaskedPaths
18:10:45 [2020-10-05T18:10:45.637Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.71s)
18:10:45 [2020-10-05T18:10:45.637Z] === RUN   TestCgroupNamespacesRunHostMode
18:10:46 [2020-10-05T18:10:46.469Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
18:10:47 [2020-10-05T18:10:47.039Z] --- PASS: TestCreateWithCustomMaskedPaths (1.48s)
18:10:47 [2020-10-05T18:10:47.039Z] === RUN   TestCreateWithCustomReadonlyPaths
18:10:47 [2020-10-05T18:10:47.299Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
18:10:47 [2020-10-05T18:10:47.781Z] --- PASS: TestCgroupNamespacesRunHostMode (1.67s)
18:10:47 [2020-10-05T18:10:47.781Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:10:48 [2020-10-05T18:10:48.240Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
18:10:48 [2020-10-05T18:10:48.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:10:48 [2020-10-05T18:10:48.809Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.90s)
18:10:48 [2020-10-05T18:10:48.809Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:10:48 [2020-10-05T18:10:48.809Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:10:48 [2020-10-05T18:10:48.809Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:10:48 [2020-10-05T18:10:48.809Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:10:48 [2020-10-05T18:10:48.809Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:10:48 [2020-10-05T18:10:48.809Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:10:48 [2020-10-05T18:10:48.809Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:10:48 [2020-10-05T18:10:48.809Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:10:48 [2020-10-05T18:10:48.809Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
18:10:48 [2020-10-05T18:10:48.809Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
18:10:48 [2020-10-05T18:10:48.809Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
18:10:48 [2020-10-05T18:10:48.809Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
18:10:48 [2020-10-05T18:10:48.809Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
18:10:48 [2020-10-05T18:10:48.809Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s)
18:10:48 [2020-10-05T18:10:48.809Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:10:49 [2020-10-05T18:10:49.334Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s)
18:10:49 [2020-10-05T18:10:49.334Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:10:49 [2020-10-05T18:10:49.379Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.60s)
18:10:49 [2020-10-05T18:10:49.379Z] === RUN   TestCreateDifferentPlatform
18:10:49 [2020-10-05T18:10:49.379Z] === RUN   TestCreateDifferentPlatform/different_os
18:10:49 [2020-10-05T18:10:49.379Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:10:49 [2020-10-05T18:10:49.379Z] --- PASS: TestCreateDifferentPlatform (0.02s)
18:10:49 [2020-10-05T18:10:49.379Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:10:49 [2020-10-05T18:10:49.379Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:10:49 [2020-10-05T18:10:49.379Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:10:49 [2020-10-05T18:10:49.639Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
18:10:49 [2020-10-05T18:10:49.639Z] === RUN   TestContainerStartOnDaemonRestart
18:10:49 [2020-10-05T18:10:49.639Z] === PAUSE TestContainerStartOnDaemonRestart
18:10:49 [2020-10-05T18:10:49.639Z] === RUN   TestDaemonRestartIpcMode
18:10:49 [2020-10-05T18:10:49.639Z] === PAUSE TestDaemonRestartIpcMode
18:10:49 [2020-10-05T18:10:49.639Z] === RUN   TestDaemonHostGatewayIP
18:10:49 [2020-10-05T18:10:49.639Z] === PAUSE TestDaemonHostGatewayIP
18:10:49 [2020-10-05T18:10:49.639Z] === RUN   TestContainerKillOnDaemonStart
18:10:49 [2020-10-05T18:10:49.639Z] === PAUSE TestContainerKillOnDaemonStart
18:10:49 [2020-10-05T18:10:49.639Z] === RUN   TestDiff
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliConfigWithTLS
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliConfigWithConflicts
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliWithConflictingLabels
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.02s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestConfigureDaemonLogs
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestConfigureDaemonLogs (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestCommonOptionsInstallFlags
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
18:10:49 [2020-10-05T18:10:49.776Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
18:10:49 [2020-10-05T18:10:49.776Z] PASS
18:10:49 [2020-10-05T18:10:49.776Z] coverage: 18.5% of statements
18:10:49 [2020-10-05T18:10:49.776Z] ok  	github.com/docker/docker/cmd/dockerd	0.694s	coverage: 18.5% of statements
18:10:50 [2020-10-05T18:10:50.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:10:50 [2020-10-05T18:10:50.210Z] --- PASS: TestDiff (0.71s)
18:10:50 [2020-10-05T18:10:50.210Z] === RUN   TestExecWithCloseStdin
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestContainerStopSignal
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestContainerStopSignal (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestContainerStopTimeout
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestContainerStopTimeout (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestContainerSecretReferenceDestTarget
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestContainerLogPathSetForJSONFileLogger
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestContainerLogPathSetForRingLogger
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestReplaceAndAppendEnvVars
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestNewMemoryStore
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestNewMemoryStore (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestAddContainers
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestAddContainers (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestGetContainer
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestGetContainer (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestDeleteContainer
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestDeleteContainer (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestListContainers
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestListContainers (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestFirstContainer
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestFirstContainer (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestApplyAllContainer
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestApplyAllContainer (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestIsValidHealthString
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestIsValidHealthString (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestStateRunStop
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestStateRunStop (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestStateTimeoutWait
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestStateTimeoutWait (0.10s)
18:10:50 [2020-10-05T18:10:50.236Z]     state_test.go:141: Stop callback fired
18:10:50 [2020-10-05T18:10:50.236Z]     state_test.go:165: Stop callback fired
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestIsValidStateString
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestIsValidStateString (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestViewSaveDelete
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestViewSaveDelete (0.01s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestViewAll
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestViewAll (0.02s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestViewGet
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestViewGet (0.01s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestNames
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestNames (0.00s)
18:10:50 [2020-10-05T18:10:50.236Z] === RUN   TestViewWithHealthCheck
18:10:50 [2020-10-05T18:10:50.236Z] --- PASS: TestViewWithHealthCheck (0.01s)
18:10:50 [2020-10-05T18:10:50.236Z] PASS
18:10:50 [2020-10-05T18:10:50.237Z] coverage: 41.6% of statements
18:10:50 [2020-10-05T18:10:50.320Z] ok  	github.com/docker/docker/api/server/httputils	0.008s	coverage: 14.7% of statements
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ok  	github.com/docker/docker/api/server/middleware	0.011s	coverage: 37.7% of statements
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ok  	github.com/docker/docker/api/types/strslice	0.028s	coverage: 90.0% of statements
18:10:50 [2020-10-05T18:10:50.320Z] ok  	github.com/docker/docker/api/types/filters	0.018s	coverage: 92.2% of statements
18:10:50 [2020-10-05T18:10:50.320Z] ok  	github.com/docker/docker/api/types/time	0.035s	coverage: 100.0% of statements
18:10:50 [2020-10-05T18:10:50.320Z] ok  	github.com/docker/docker/api/server/router/swarm	0.008s	coverage: 5.7% of statements
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/container	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/events	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/image	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/network	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ok  	github.com/docker/docker/api/types/versions	0.005s	coverage: 75.0% of statements
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/builder	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
18:10:50 [2020-10-05T18:10:50.320Z] ok  	github.com/docker/docker/builder/dockerignore	0.007s	coverage: 96.8% of statements
18:10:50 [2020-10-05T18:10:50.695Z] ok  	github.com/docker/docker/container	0.486s	coverage: 41.6% of statements
18:10:50 [2020-10-05T18:10:50.695Z] ?   	github.com/docker/docker/container/stream	[no test files]
18:10:50 [2020-10-05T18:10:50.695Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
18:10:50 [2020-10-05T18:10:50.695Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
18:10:50 [2020-10-05T18:10:50.695Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
18:10:50 [2020-10-05T18:10:50.851Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.64s)
18:10:50 [2020-10-05T18:10:50.851Z] === RUN   TestCgroupNamespacesRunInvalidMode
18:10:51 [2020-10-05T18:10:51.148Z] --- PASS: TestExecWithCloseStdin (0.77s)
18:10:51 [2020-10-05T18:10:51.148Z] === RUN   TestExec
18:10:51 [2020-10-05T18:10:51.488Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s)
18:10:51 [2020-10-05T18:10:51.488Z] === RUN   TestCgroupNamespacesRunOlderClient
18:10:51 [2020-10-05T18:10:51.718Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
18:10:51 [2020-10-05T18:10:51.718Z] --- PASS: TestExec (0.73s)
18:10:51 [2020-10-05T18:10:51.719Z] === RUN   TestExecUser
18:10:51 [2020-10-05T18:10:51.871Z] ok  	github.com/docker/docker/cli/debug	0.017s	coverage: 100.0% of statements
18:10:52 [2020-10-05T18:10:52.232Z] === RUN   TestPrepare
18:10:52 [2020-10-05T18:10:52.232Z] --- PASS: TestPrepare (0.00s)
18:10:52 [2020-10-05T18:10:52.232Z] === RUN   TestStart
18:10:52 [2020-10-05T18:10:52.232Z] --- PASS: TestStart (0.00s)
18:10:52 [2020-10-05T18:10:52.232Z] === RUN   TestWaitCancel
18:10:52 [2020-10-05T18:10:52.232Z] --- PASS: TestWaitCancel (0.00s)
18:10:52 [2020-10-05T18:10:52.232Z] === RUN   TestWaitDisabled
18:10:52 [2020-10-05T18:10:52.232Z] --- PASS: TestWaitDisabled (0.01s)
18:10:52 [2020-10-05T18:10:52.232Z] === RUN   TestWaitEnabled
18:10:52 [2020-10-05T18:10:52.232Z] --- PASS: TestWaitEnabled (0.00s)
18:10:52 [2020-10-05T18:10:52.232Z] === RUN   TestRemove
18:10:52 [2020-10-05T18:10:52.232Z] --- PASS: TestRemove (0.00s)
18:10:52 [2020-10-05T18:10:52.232Z] PASS
18:10:52 [2020-10-05T18:10:52.232Z] coverage: 65.3% of statements
18:10:52 [2020-10-05T18:10:52.232Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.312s	coverage: 65.3% of statements
18:10:52 [2020-10-05T18:10:52.287Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
18:10:52 [2020-10-05T18:10:52.547Z] --- PASS: TestExecUser (0.73s)
18:10:52 [2020-10-05T18:10:52.547Z] === RUN   TestExportContainerAndImportImage
18:10:52 [2020-10-05T18:10:52.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:10:52 [2020-10-05T18:10:52.807Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
18:10:53 [2020-10-05T18:10:53.376Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
18:10:53 [2020-10-05T18:10:53.565Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s)
18:10:53 [2020-10-05T18:10:53.565Z] === RUN   TestKernelTCPMemory
18:10:53 [2020-10-05T18:10:53.636Z] --- PASS: TestExportContainerAndImportImage (1.20s)
18:10:53 [2020-10-05T18:10:53.636Z] === RUN   TestExportContainerAfterDaemonRestart
18:10:53 [2020-10-05T18:10:53.897Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
18:10:53 [2020-10-05T18:10:53.897Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
18:10:54 [2020-10-05T18:10:54.201Z] --- PASS: TestKernelTCPMemory (0.91s)
18:10:54 [2020-10-05T18:10:54.201Z] === RUN   TestNISDomainname
18:10:54 [2020-10-05T18:10:54.676Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.269s	coverage: 86.3% of statements
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestNewListSecretsFilters
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestNewListSecretsFilters (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestNewListConfigsFilters
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestNewListConfigsFilters (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] PASS
18:10:55 [2020-10-05T18:10:55.139Z] coverage: 0.5% of statements
18:10:55 [2020-10-05T18:10:55.139Z] ok  	github.com/docker/docker/daemon/cluster	0.791s	coverage: 0.5% of statements
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCContainerRuntime
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCIsolation
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCIsolation/empty
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCIsolation/default
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCIsolation/process
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCIsolation
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCIsolation/default
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCIsolation/process
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCConfigs
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCConfigs/file
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCConfigs
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCConfigs/file
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
18:10:55 [2020-10-05T18:10:55.139Z] === RUN   TestServiceConvertToGRPCConfigs/none
18:10:55 [2020-10-05T18:10:55.139Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
18:10:55 [2020-10-05T18:10:55.139Z] PASS
18:10:55 [2020-10-05T18:10:55.139Z] coverage: 35.9% of statements
18:10:55 [2020-10-05T18:10:55.139Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.622s	coverage: 35.9% of statements
18:10:55 [2020-10-05T18:10:55.242Z] --- PASS: TestNISDomainname (1.03s)
18:10:55 [2020-10-05T18:10:55.242Z] === RUN   TestHostnameDnsResolution
18:10:55 [2020-10-05T18:10:55.282Z] --- PASS: TestExportContainerAfterDaemonRestart (1.62s)
18:10:55 [2020-10-05T18:10:55.283Z] === RUN   TestHealthCheckWorkdir
18:10:55 [2020-10-05T18:10:55.767Z] ok  	github.com/docker/docker/builder/remotecontext	0.522s	coverage: 13.6% of statements
18:10:56 [2020-10-05T18:10:56.223Z] --- PASS: TestHealthCheckWorkdir (1.03s)
18:10:56 [2020-10-05T18:10:56.223Z] === RUN   TestHealthKillContainer
18:10:56 [2020-10-05T18:10:56.822Z] --- PASS: TestHostnameDnsResolution (1.68s)
18:10:56 [2020-10-05T18:10:56.822Z] === RUN   TestStats
18:10:57 [2020-10-05T18:10:57.161Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
18:10:57 [2020-10-05T18:10:57.326Z] ok  	github.com/docker/docker/builder/dockerfile	1.196s	coverage: 48.0% of statements
18:10:57 [2020-10-05T18:10:57.326Z] ?   	github.com/docker/docker/cli	[no test files]
18:10:57 [2020-10-05T18:10:57.326Z] ?   	github.com/docker/docker/cli/config	[no test files]
18:10:57 [2020-10-05T18:10:57.731Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
18:10:57 [2020-10-05T18:10:57.731Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
18:10:59 [2020-10-05T18:10:59.115Z] --- PASS: TestHealthKillContainer (2.84s)
18:10:59 [2020-10-05T18:10:59.115Z] === RUN   TestInspectCpusetInConfigPre120
18:10:59 [2020-10-05T18:10:59.375Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
18:10:59 [2020-10-05T18:10:59.947Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s)
18:10:59 [2020-10-05T18:10:59.947Z] === RUN   TestIpcModeNone
18:11:00 [2020-10-05T18:11:00.353Z] --- PASS: TestStats (2.92s)
18:11:00 [2020-10-05T18:11:00.353Z] === RUN   TestStopContainerWithTimeout
18:11:00 [2020-10-05T18:11:00.353Z] === RUN   TestStopContainerWithTimeout/0
18:11:00 [2020-10-05T18:11:00.353Z] === PAUSE TestStopContainerWithTimeout/0
18:11:00 [2020-10-05T18:11:00.353Z] === RUN   TestStopContainerWithTimeout/1
18:11:00 [2020-10-05T18:11:00.353Z] === PAUSE TestStopContainerWithTimeout/1
18:11:00 [2020-10-05T18:11:00.353Z] === RUN   TestStopContainerWithTimeout/3
18:11:00 [2020-10-05T18:11:00.353Z] === PAUSE TestStopContainerWithTimeout/3
18:11:00 [2020-10-05T18:11:00.353Z] === RUN   TestStopContainerWithTimeout/-1
18:11:00 [2020-10-05T18:11:00.353Z] === PAUSE TestStopContainerWithTimeout/-1
18:11:00 [2020-10-05T18:11:00.353Z] === CONT  TestStopContainerWithTimeout/0
18:11:00 [2020-10-05T18:11:00.353Z] === CONT  TestStopContainerWithTimeout/3
18:11:00 [2020-10-05T18:11:00.890Z] --- PASS: TestIpcModeNone (0.95s)
18:11:00 [2020-10-05T18:11:00.890Z] === RUN   TestIpcModePrivate
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestBuilderGC
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestBuilderGC (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationNotFound
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonBrokenConfiguration
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestParseClusterAdvertiseSettings
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestFindConfigurationConflicts
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestFindConfigurationConflicts (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMergeConflicts
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMergeConcurrent
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMergeConcurrentError
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestFindConfigurationConflictsWithMergedValues
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestValidateConfigurationErrors (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration/with_label
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration/with_dns
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration/with_dns-search
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration/with_max-download-attempts
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestValidateConfiguration/with_node_generic_resources
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestValidateConfiguration (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestModifiedDiscoverySettings
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestReloadSetConfigFileNotExist
18:11:00 [2020-10-05T18:11:00.930Z] time="2020-10-05T18:10:59Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestReloadDefaultConfigNotExist
18:11:00 [2020-10-05T18:11:00.930Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s)
18:11:00 [2020-10-05T18:11:00.930Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestReloadBadDefaultConfig
18:11:00 [2020-10-05T18:11:00.930Z] time="2020-10-05T18:11:00Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-687528647"
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestReloadWithConflictingLabels
18:11:00 [2020-10-05T18:11:00.930Z] time="2020-10-05T18:11:00Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-253664122"
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestReloadWithDuplicateLabels
18:11:00 [2020-10-05T18:11:00.930Z] time="2020-10-05T18:11:00Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-641641105"
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDaemonConfigurationMerge
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] PASS
18:11:00 [2020-10-05T18:11:00.930Z] coverage: 79.7% of statements
18:11:00 [2020-10-05T18:11:00.930Z] ok  	github.com/docker/docker/daemon/config	0.503s	coverage: 79.7% of statements
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDiscoveryOptsErrors
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] === RUN   TestDiscoveryOpts
18:11:00 [2020-10-05T18:11:00.930Z] --- PASS: TestDiscoveryOpts (0.00s)
18:11:00 [2020-10-05T18:11:00.930Z] PASS
18:11:00 [2020-10-05T18:11:00.930Z] coverage: 30.0% of statements
18:11:00 [2020-10-05T18:11:00.930Z] ok  	github.com/docker/docker/daemon/discovery	0.490s	coverage: 30.0% of statements
18:11:00 [2020-10-05T18:11:00.989Z] === CONT  TestStopContainerWithTimeout/1
18:11:01 [2020-10-05T18:11:01.327Z] --- PASS: TestBuildWithHugeFile (53.28s)
18:11:01 [2020-10-05T18:11:01.327Z] === RUN   TestBuildWithEmptyDockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:11:01 [2020-10-05T18:11:01.327Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
18:11:01 [2020-10-05T18:11:01.327Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
18:11:01 [2020-10-05T18:11:01.327Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
18:11:01 [2020-10-05T18:11:01.327Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
18:11:01 [2020-10-05T18:11:01.327Z] === RUN   TestBuildPreserveOwnership
18:11:01 [2020-10-05T18:11:01.327Z] === RUN   TestBuildPreserveOwnership/copy_from
18:11:01 [2020-10-05T18:11:01.831Z] --- PASS: TestIpcModePrivate (0.94s)
18:11:01 [2020-10-05T18:11:01.831Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:90, shared: false, mustBeShared: false
18:11:01 [2020-10-05T18:11:01.831Z] === RUN   TestIpcModeShareable
18:11:01 [2020-10-05T18:11:01.831Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
18:11:01 [2020-10-05T18:11:01.898Z] === RUN   TestVerifyNetworkingConfig
18:11:01 [2020-10-05T18:11:01.898Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
18:11:01 [2020-10-05T18:11:01.898Z] === RUN   TestGetContainer
18:11:01 [2020-10-05T18:11:01.898Z] --- PASS: TestGetContainer (0.00s)
18:11:01 [2020-10-05T18:11:01.898Z] === RUN   TestValidContainerNames
18:11:01 [2020-10-05T18:11:01.898Z] --- PASS: TestValidContainerNames (0.00s)
18:11:01 [2020-10-05T18:11:01.898Z] === RUN   TestContainerInitDNS
18:11:01 [2020-10-05T18:11:01.899Z] --- SKIP: TestContainerInitDNS (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     daemon_test.go:147: root required
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestMerge
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestMerge (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestValidateContainerIsolation
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestValidateContainerIsolation (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestFindNetworkErrorType
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestFindNetworkErrorType (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestEnsureServicesExist
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestEnsureServicesExist (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestEnsureServicesExistErrors
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestContainerDelete
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestContainerDelete (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestContainerDoubleDelete
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestContainerDoubleDelete (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestLogContainerEventCopyLabels
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestLogContainerEventWithAttributes
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestNoneHealthcheck
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestNoneHealthcheck (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestHealthStates
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] time="2020-10-05T18:11:01Z" 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"
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestHealthStates (0.08s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestMaskURLCredentials
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestMaskURLCredentials (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestGetInspectData
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestGetInspectData (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestFillLicense
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestFillLicense (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestListInvalidFilter
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestListInvalidFilter (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestNameFilter
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestNameFilter (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
18:11:01 [2020-10-05T18:11:01.899Z] === 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
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- 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)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestDaemonReloadLabels
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestDaemonReloadLabels (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestDaemonReloadMirrors
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestDaemonReloadMirrors (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestDaemonReloadInsecureRegistries
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestDaemonReloadNotAffectOthers
18:11:01 [2020-10-05T18:11:01.899Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
18:11:01 [2020-10-05T18:11:01.899Z] === RUN   TestDaemonDiscoveryReload
18:11:02 [2020-10-05T18:11:02.771Z] --- PASS: TestIpcModeShareable (0.95s)
18:11:02 [2020-10-05T18:11:02.772Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true
18:11:02 [2020-10-05T18:11:02.772Z] === RUN   TestAPIIpcModeShareableAndContainer
18:11:02 [2020-10-05T18:11:02.867Z] === RUN   TestWaitNodeAttachment
18:11:02 [2020-10-05T18:11:02.867Z] --- PASS: TestDaemonDiscoveryReload (1.01s)
18:11:02 [2020-10-05T18:11:02.867Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
18:11:03 [2020-10-05T18:11:03.026Z] ok  	github.com/docker/docker/client	0.624s	coverage: 75.4% of statements
18:11:03 [2020-10-05T18:11:03.033Z] === RUN   TestDockerSuite/TestBuildAddNonTar
18:11:03 [2020-10-05T18:11:03.069Z] === CONT  TestStopContainerWithTimeout/-1
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestWaitNodeAttachment (0.42s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestIsolationConversion
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestIsolationConversion/default
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestIsolationConversion/process
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestIsolationConversion/hyperv
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestIsolationConversion (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z]     --- PASS: TestIsolationConversion/default (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z]     --- PASS: TestIsolationConversion/process (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestContainerLabels
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestContainerLabels (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestCredentialSpecConversion
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestCredentialSpecConversion/none
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestCredentialSpecConversion/config
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestCredentialSpecConversion/file
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestCredentialSpecConversion/registry
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestCredentialSpecConversion (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestControllerValidateMountBind
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestControllerValidateMountBind (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestControllerValidateMountVolume
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestControllerValidateMountVolume (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestControllerValidateMountTarget
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestControllerValidateMountTarget (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestControllerValidateMountTmpfs
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestControllerValidateMountInvalidType
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestControllerValidateMountNamedPipe
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
18:11:03 [2020-10-05T18:11:03.327Z] PASS
18:11:03 [2020-10-05T18:11:03.327Z] coverage: 11.3% of statements
18:11:03 [2020-10-05T18:11:03.327Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	1.568s	coverage: 11.3% of statements
18:11:03 [2020-10-05T18:11:03.327Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s)
18:11:03 [2020-10-05T18:11:03.327Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
18:11:03 [2020-10-05T18:11:03.787Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
18:11:03 [2020-10-05T18:11:03.787Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
18:11:03 [2020-10-05T18:11:03.787Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
18:11:03 [2020-10-05T18:11:03.787Z]     reload_test.go:520: root required
18:11:03 [2020-10-05T18:11:03.787Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
18:11:03 [2020-10-05T18:11:03.787Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
18:11:03 [2020-10-05T18:11:03.787Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
18:11:03 [2020-10-05T18:11:03.787Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s)
18:11:03 [2020-10-05T18:11:03.787Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
18:11:03 [2020-10-05T18:11:03.787Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
18:11:03 [2020-10-05T18:11:03.787Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
18:11:03 [2020-10-05T18:11:03.787Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s)
18:11:03 [2020-10-05T18:11:03.787Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
18:11:03 [2020-10-05T18:11:03.787Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
18:11:03 [2020-10-05T18:11:03.787Z] === RUN   TestParseVolumesFrom
18:11:03 [2020-10-05T18:11:03.787Z] --- PASS: TestParseVolumesFrom (0.00s)
18:11:03 [2020-10-05T18:11:03.787Z] PASS
18:11:03 [2020-10-05T18:11:03.787Z] coverage: 9.1% of statements
18:11:03 [2020-10-05T18:11:03.787Z] ok  	github.com/docker/docker/daemon	3.162s	coverage: 9.1% of statements
18:11:03 [2020-10-05T18:11:03.787Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
18:11:03 [2020-10-05T18:11:03.787Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
18:11:04 [2020-10-05T18:11:04.247Z] === RUN   TestEventsLog
18:11:04 [2020-10-05T18:11:04.247Z] --- PASS: TestEventsLog (0.00s)
18:11:04 [2020-10-05T18:11:04.247Z] === RUN   TestEventsLogTimeout
18:11:04 [2020-10-05T18:11:04.247Z] --- PASS: TestEventsLogTimeout (0.00s)
18:11:04 [2020-10-05T18:11:04.247Z] === RUN   TestLogEvents
18:11:04 [2020-10-05T18:11:04.247Z] --- PASS: TestLogEvents (0.05s)
18:11:04 [2020-10-05T18:11:04.247Z] === RUN   TestLoadBufferedEvents
18:11:04 [2020-10-05T18:11:04.247Z] --- PASS: TestLoadBufferedEvents (0.11s)
18:11:04 [2020-10-05T18:11:04.247Z] === RUN   TestLoadBufferedEventsOnlyFromPast
18:11:04 [2020-10-05T18:11:04.247Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
18:11:04 [2020-10-05T18:11:04.247Z] === RUN   TestIgnoreBufferedWhenNoTimes
18:11:04 [2020-10-05T18:11:04.247Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
18:11:04 [2020-10-05T18:11:04.247Z] PASS
18:11:04 [2020-10-05T18:11:04.247Z] coverage: 50.0% of statements
18:11:04 [2020-10-05T18:11:04.247Z] ok  	github.com/docker/docker/daemon/events	0.293s	coverage: 50.0% of statements
18:11:04 [2020-10-05T18:11:04.247Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
18:11:04 [2020-10-05T18:11:04.247Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
18:11:04 [2020-10-05T18:11:04.247Z] === RUN   TestIsEmptyDir
18:11:04 [2020-10-05T18:11:04.247Z] --- PASS: TestIsEmptyDir (0.01s)
18:11:04 [2020-10-05T18:11:04.247Z] PASS
18:11:04 [2020-10-05T18:11:04.247Z] coverage: 2.3% of statements
18:11:04 [2020-10-05T18:11:04.247Z] ok  	github.com/docker/docker/daemon/graphdriver	0.164s	coverage: 2.3% of statements
18:11:04 [2020-10-05T18:11:04.415Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
18:11:04 [2020-10-05T18:11:04.415Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
18:11:04 [2020-10-05T18:11:04.415Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/quota	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
18:11:04 [2020-10-05T18:11:04.705Z] === RUN   TestLinkNaming
18:11:04 [2020-10-05T18:11:04.705Z] --- PASS: TestLinkNaming (0.00s)
18:11:04 [2020-10-05T18:11:04.705Z] === RUN   TestLinkNew
18:11:04 [2020-10-05T18:11:04.705Z] --- PASS: TestLinkNew (0.00s)
18:11:05 [2020-10-05T18:11:05.165Z] === RUN   TestLinkEnv
18:11:05 [2020-10-05T18:11:05.165Z] --- PASS: TestLinkEnv (0.00s)
18:11:05 [2020-10-05T18:11:05.165Z] === RUN   TestLinkMultipleEnv
18:11:05 [2020-10-05T18:11:05.166Z] --- PASS: TestLinkMultipleEnv (0.00s)
18:11:05 [2020-10-05T18:11:05.166Z] === RUN   TestLinkPortRangeEnv
18:11:05 [2020-10-05T18:11:05.166Z] --- PASS: TestLinkPortRangeEnv (0.00s)
18:11:05 [2020-10-05T18:11:05.166Z] PASS
18:11:05 [2020-10-05T18:11:05.166Z] coverage: 93.0% of statements
18:11:05 [2020-10-05T18:11:05.166Z] ok  	github.com/docker/docker/daemon/links	0.082s	coverage: 93.0% of statements
18:11:05 [2020-10-05T18:11:05.354Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.72s)
18:11:05 [2020-10-05T18:11:05.354Z] === RUN   TestAPIIpcModeHost
18:11:05 [2020-10-05T18:11:05.354Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
18:11:05 [2020-10-05T18:11:05.509Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:11:05 [2020-10-05T18:11:05.820Z] --- PASS: TestStopContainerWithTimeout (0.01s)
18:11:05 [2020-10-05T18:11:05.820Z]     --- PASS: TestStopContainerWithTimeout/0 (1.04s)
18:11:05 [2020-10-05T18:11:05.820Z]     --- PASS: TestStopContainerWithTimeout/1 (2.03s)
18:11:05 [2020-10-05T18:11:05.820Z]     --- PASS: TestStopContainerWithTimeout/3 (3.18s)
18:11:05 [2020-10-05T18:11:05.820Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.85s)
18:11:05 [2020-10-05T18:11:05.820Z] === RUN   TestDeleteDevicemapper
18:11:05 [2020-10-05T18:11:05.820Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:11:05 [2020-10-05T18:11:05.820Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:11:05 [2020-10-05T18:11:05.820Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:11:06 [2020-10-05T18:11:06.292Z] --- PASS: TestAPIIpcModeHost (0.80s)
18:11:06 [2020-10-05T18:11:06.293Z] === RUN   TestDaemonIpcModeShareable
18:11:06 [2020-10-05T18:11:06.864Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
18:11:07 [2020-10-05T18:11:07.346Z] === RUN   TestNewStreamConfig
18:11:07 [2020-10-05T18:11:07.346Z] === RUN   TestNewStreamConfig/defaults
18:11:07 [2020-10-05T18:11:07.346Z] === RUN   TestNewStreamConfig/invalid_create_group
18:11:07 [2020-10-05T18:11:07.347Z] === RUN   TestNewStreamConfig/invalid_flush_interval
18:11:07 [2020-10-05T18:11:07.347Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
18:11:07 [2020-10-05T18:11:07.347Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
18:11:07 [2020-10-05T18:11:07.347Z] === RUN   TestNewStreamConfig/flush_interval_at_15
18:11:07 [2020-10-05T18:11:07.347Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
18:11:07 [2020-10-05T18:11:07.347Z] --- PASS: TestNewStreamConfig (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z] === RUN   TestNewAWSLogsClientUserAgentHandler
18:11:07 [2020-10-05T18:11:07.347Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
18:11:07 [2020-10-05T18:11:07.347Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
18:11:07 [2020-10-05T18:11:07.347Z] === RUN   TestNewAWSLogsClientRegionDetect
18:11:07 [2020-10-05T18:11:07.806Z] time="2020-10-05T18:11:07Z" level=info msg="Trying to get region from EC2 Metadata"
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCreateSuccess
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCreateSuccess (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCreateLogGroupSuccess
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCreateError
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCreateError (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCreateAlreadyExists
18:11:07 [2020-10-05T18:11:07.806Z] time="2020-10-05T18:11:07Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCreateAlreadyExists (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestLogClosed
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestLogClosed (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestLogBlocking
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestLogBlocking (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestLogNonBlockingBufferEmpty
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestLogNonBlockingBufferFull
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestPublishBatchSuccess
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestPublishBatchSuccess (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestPublishBatchError
18:11:07 [2020-10-05T18:11:07.806Z] time="2020-10-05T18:11:07Z" level=error msg=Error
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestPublishBatchError (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestPublishBatchInvalidSeqSuccess
18:11:07 [2020-10-05T18:11:07.806Z] time="2020-10-05T18:11:07Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestPublishBatchAlreadyAccepted
18:11:07 [2020-10-05T18:11:07.806Z] time="2020-10-05T18:11:07Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
18:11:07 [2020-10-05T18:11:07.806Z] time="2020-10-05T18:11:07Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchSimple
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchSimple (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchTicker
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchTicker (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchMultilinePattern
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchClose
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchClose (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestEffectiveLen
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestEffectiveLen/0/Hello
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestEffectiveLen/2/🙃
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestEffectiveLen/3/����
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestEffectiveLen/4/He��o
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestEffectiveLen/5/
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestEffectiveLen (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit/0/
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit/1/Hello
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit/2/Hello
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit/3/Hello
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit/4/🙃
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit/5/🙃
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit/6/a�
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestFindValidSplit/7/a�
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestFindValidSplit (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1044: 
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1045: 
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1044: Hello
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1045: 
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1044: He
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1045: llo
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1044: 
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1045: Hello
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1044: 
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1045: 🙃
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1044: 🙃
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1045: 
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1044: a
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1045: �
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1044: a�
18:11:07 [2020-10-05T18:11:07.806Z]         cloudwatchlogs_test.go:1045: 
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestProcessEventEmoji
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestProcessEventEmoji (0.01s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchLineSplit
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchLineSplit (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestAdapterReadLogs
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchLineSplitWithBinary
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchMaxEvents
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestAdapterReadLogs (0.01s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCopier
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCopier (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCopierLongLines
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCopierLongLines (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCopierSlow
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchMaxTotalBytes
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestCollectBatchWithDuplicateTimestamps
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsMultilinePattern
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsDatetimeFormat
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
18:11:07 [2020-10-05T18:11:07.806Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
18:11:07 [2020-10-05T18:11:07.806Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
18:11:07 [2020-10-05T18:11:07.806Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestCreateTagSuccess
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestCreateTagSuccess (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] PASS
18:11:07 [2020-10-05T18:11:07.807Z] coverage: 77.8% of statements
18:11:07 [2020-10-05T18:11:07.807Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.587s	coverage: 77.8% of statements
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestCopierSlow (0.20s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestCopierWithSized
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestCopierWithSized (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestCopierWithPartial
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestCopierWithPartial (0.01s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestRingLogger
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestRingLogger (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestRingCap
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestRingCap (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestRingClose
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestRingClose (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] === RUN   TestRingDrain
18:11:07 [2020-10-05T18:11:07.807Z] --- PASS: TestRingDrain (0.00s)
18:11:07 [2020-10-05T18:11:07.807Z] PASS
18:11:07 [2020-10-05T18:11:07.807Z] coverage: 41.2% of statements
18:11:07 [2020-10-05T18:11:07.807Z] ok  	github.com/docker/docker/daemon/logger	0.564s	coverage: 41.2% of statements
18:11:08 [2020-10-05T18:11:08.245Z] --- PASS: TestDaemonIpcModeShareable (1.95s)
18:11:08 [2020-10-05T18:11:08.245Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true
18:11:08 [2020-10-05T18:11:08.245Z] === RUN   TestDaemonIpcModePrivate
18:11:08 [2020-10-05T18:11:08.776Z] === RUN   TestJSONFileLogger
18:11:08 [2020-10-05T18:11:08.776Z] --- PASS: TestJSONFileLogger (0.00s)
18:11:08 [2020-10-05T18:11:08.776Z] === RUN   TestJSONFileLoggerWithTags
18:11:08 [2020-10-05T18:11:08.776Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
18:11:08 [2020-10-05T18:11:08.776Z] === RUN   TestJSONFileLoggerWithOpts
18:11:08 [2020-10-05T18:11:08.776Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
18:11:08 [2020-10-05T18:11:08.776Z] === RUN   TestJSONFileLoggerWithLabelsEnv
18:11:08 [2020-10-05T18:11:08.776Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
18:11:08 [2020-10-05T18:11:08.776Z] === RUN   TestEncodeDecode
18:11:08 [2020-10-05T18:11:08.776Z] === PAUSE TestEncodeDecode
18:11:08 [2020-10-05T18:11:08.776Z] === CONT  TestEncodeDecode
18:11:08 [2020-10-05T18:11:08.776Z] time="2020-10-05T18:11:08Z" level=error msg="Failed to open log file: open C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-logger-339410129\\container.log.1: The system cannot find the file specified."
18:11:08 [2020-10-05T18:11:08.776Z] --- PASS: TestEncodeDecode (0.11s)
18:11:08 [2020-10-05T18:11:08.776Z] PASS
18:11:08 [2020-10-05T18:11:08.776Z] coverage: 61.6% of statements
18:11:08 [2020-10-05T18:11:08.776Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.336s	coverage: 61.6% of statements
18:11:08 [2020-10-05T18:11:08.815Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
18:11:09 [2020-10-05T18:11:09.234Z] === RUN   TestSearchRegistryForImagesErrors
18:11:09 [2020-10-05T18:11:09.234Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
18:11:09 [2020-10-05T18:11:09.234Z] === RUN   TestSearchRegistryForImages
18:11:09 [2020-10-05T18:11:09.234Z] --- PASS: TestSearchRegistryForImages (0.00s)
18:11:09 [2020-10-05T18:11:09.234Z] PASS
18:11:09 [2020-10-05T18:11:09.234Z] coverage: 4.8% of statements
18:11:09 [2020-10-05T18:11:09.234Z] ok  	github.com/docker/docker/daemon/images	0.355s	coverage: 4.8% of statements
18:11:09 [2020-10-05T18:11:09.234Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
18:11:09 [2020-10-05T18:11:09.234Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
18:11:09 [2020-10-05T18:11:09.234Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
18:11:09 [2020-10-05T18:11:09.234Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
18:11:09 [2020-10-05T18:11:09.234Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
18:11:09 [2020-10-05T18:11:09.234Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
18:11:09 [2020-10-05T18:11:09.234Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
18:11:09 [2020-10-05T18:11:09.234Z] === RUN   TestJSONLogsMarshalJSONBuf
18:11:09 [2020-10-05T18:11:09.234Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
18:11:09 [2020-10-05T18:11:09.234Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
18:11:09 [2020-10-05T18:11:09.234Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s)
18:11:09 [2020-10-05T18:11:09.234Z] === RUN   TestFastTimeMarshalJSON
18:11:09 [2020-10-05T18:11:09.234Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
18:11:09 [2020-10-05T18:11:09.234Z] PASS
18:11:09 [2020-10-05T18:11:09.234Z] coverage: 87.2% of statements
18:11:09 [2020-10-05T18:11:09.234Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.164s	coverage: 87.2% of statements
18:11:09 [2020-10-05T18:11:09.355Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.59s)
18:11:09 [2020-10-05T18:11:09.355Z] === RUN   TestUpdateMemory
18:11:09 [2020-10-05T18:11:09.355Z] --- SKIP: TestUpdateMemory (0.00s)
18:11:09 [2020-10-05T18:11:09.355Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
18:11:09 [2020-10-05T18:11:09.355Z] === RUN   TestUpdateCPUQuota
18:11:09 [2020-10-05T18:11:09.385Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
18:11:09 [2020-10-05T18:11:09.691Z] --- PASS: TestBuildPreserveOwnership (10.38s)
18:11:09 [2020-10-05T18:11:09.691Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.38s)
18:11:09 [2020-10-05T18:11:09.691Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
18:11:09 [2020-10-05T18:11:09.691Z] === RUN   TestBuildPlatformInvalid
18:11:09 [2020-10-05T18:11:09.691Z] --- PASS: TestBuildPlatformInvalid (0.08s)
18:11:09 [2020-10-05T18:11:09.691Z] PASS
18:11:09 [2020-10-05T18:11:09.691Z] 
18:11:09 [2020-10-05T18:11:09.691Z] === Skipped
18:11:09 [2020-10-05T18:11:09.691Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
18:11:09 [2020-10-05T18:11:09.691Z]     build_session_test.go:25: TODO: BuildKit
18:11:09 [2020-10-05T18:11:09.691Z] 
18:11:09 [2020-10-05T18:11:09.691Z] 
18:11:09 [2020-10-05T18:11:09.691Z] DONE 32 tests, 1 skipped in 127.747s
18:11:09 [2020-10-05T18:11:09.691Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
18:11:09 [2020-10-05T18:11:09.691Z] INFO: Testing against a local daemon
18:11:09 [2020-10-05T18:11:09.691Z] === RUN   TestConfigInspect
18:11:09 [2020-10-05T18:11:09.691Z] --- SKIP: TestConfigInspect (0.02s)
18:11:09 [2020-10-05T18:11:09.691Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:09 [2020-10-05T18:11:09.691Z] === RUN   TestConfigList
18:11:09 [2020-10-05T18:11:09.691Z] --- SKIP: TestConfigList (0.01s)
18:11:09 [2020-10-05T18:11:09.691Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:09 [2020-10-05T18:11:09.691Z] === RUN   TestConfigsCreateAndDelete
18:11:09 [2020-10-05T18:11:09.691Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
18:11:09 [2020-10-05T18:11:09.691Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:09 [2020-10-05T18:11:09.691Z] === RUN   TestConfigsUpdate
18:11:09 [2020-10-05T18:11:09.691Z] --- SKIP: TestConfigsUpdate (0.02s)
18:11:09 [2020-10-05T18:11:09.691Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:09 [2020-10-05T18:11:09.691Z] === RUN   TestTemplatedConfig
18:11:09 [2020-10-05T18:11:09.691Z] --- SKIP: TestTemplatedConfig (0.00s)
18:11:09 [2020-10-05T18:11:09.691Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:09 [2020-10-05T18:11:09.691Z] === RUN   TestConfigCreateResolve
18:11:09 [2020-10-05T18:11:09.691Z] --- SKIP: TestConfigCreateResolve (0.01s)
18:11:09 [2020-10-05T18:11:09.691Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:09 [2020-10-05T18:11:09.692Z] === RUN   TestConfigDaemonLibtrustID
18:11:09 [2020-10-05T18:11:09.953Z] --- PASS: TestDaemonIpcModePrivate (1.77s)
18:11:09 [2020-10-05T18:11:09.954Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false
18:11:09 [2020-10-05T18:11:09.954Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:11:10 [2020-10-05T18:11:10.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:11:10 [2020-10-05T18:11:10.871Z] --- PASS: TestUpdateCPUQuota (1.23s)
18:11:10 [2020-10-05T18:11:10.871Z] === RUN   TestUpdatePidsLimit
18:11:10 [2020-10-05T18:11:10.871Z] === RUN   TestUpdatePidsLimit/update_from_none
18:11:10 [2020-10-05T18:11:10.871Z] === RUN   TestUpdatePidsLimit/no_change
18:11:10 [2020-10-05T18:11:10.891Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
18:11:11 [2020-10-05T18:11:11.065Z] --- PASS: TestConfigDaemonLibtrustID (1.54s)
18:11:11 [2020-10-05T18:11:11.065Z] PASS
18:11:11 [2020-10-05T18:11:11.065Z] 
18:11:11 [2020-10-05T18:11:11.065Z] === Skipped
18:11:11 [2020-10-05T18:11:11.065Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
18:11:11 [2020-10-05T18:11:11.065Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:11 [2020-10-05T18:11:11.065Z] 
18:11:11 [2020-10-05T18:11:11.065Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
18:11:11 [2020-10-05T18:11:11.065Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:11 [2020-10-05T18:11:11.065Z] 
18:11:11 [2020-10-05T18:11:11.065Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
18:11:11 [2020-10-05T18:11:11.065Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:11 [2020-10-05T18:11:11.065Z] 
18:11:11 [2020-10-05T18:11:11.065Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s)
18:11:11 [2020-10-05T18:11:11.065Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:11 [2020-10-05T18:11:11.065Z] 
18:11:11 [2020-10-05T18:11:11.065Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
18:11:11 [2020-10-05T18:11:11.065Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:11 [2020-10-05T18:11:11.065Z] 
18:11:11 [2020-10-05T18:11:11.065Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
18:11:11 [2020-10-05T18:11:11.065Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:11:11 [2020-10-05T18:11:11.065Z] 
18:11:11 [2020-10-05T18:11:11.065Z] 
18:11:11 [2020-10-05T18:11:11.065Z] DONE 7 tests, 6 skipped in 1.722s
18:11:11 [2020-10-05T18:11:11.065Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
18:11:11 [2020-10-05T18:11:11.065Z] INFO: Testing against a local daemon
18:11:11 [2020-10-05T18:11:11.065Z] === RUN   TestCheckpoint
18:11:11 [2020-10-05T18:11:11.065Z] --- SKIP: TestCheckpoint (0.00s)
18:11:11 [2020-10-05T18:11:11.065Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:11:11 [2020-10-05T18:11:11.065Z] === RUN   TestContainerInvalidJSON
18:11:11 [2020-10-05T18:11:11.065Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
18:11:11 [2020-10-05T18:11:11.065Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
18:11:11 [2020-10-05T18:11:11.065Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:11:11 [2020-10-05T18:11:11.065Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:11:11 [2020-10-05T18:11:11.065Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:11:11 [2020-10-05T18:11:11.065Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:11:11 [2020-10-05T18:11:11.065Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
18:11:11 [2020-10-05T18:11:11.065Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:11:11 [2020-10-05T18:11:11.065Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:11:11 [2020-10-05T18:11:11.065Z] --- PASS: TestContainerInvalidJSON (0.02s)
18:11:11 [2020-10-05T18:11:11.065Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
18:11:11 [2020-10-05T18:11:11.065Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
18:11:11 [2020-10-05T18:11:11.065Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:11:11 [2020-10-05T18:11:11.065Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:11:11 [2020-10-05T18:11:11.165Z] === RUN   TestUpdatePidsLimit/update_lower
18:11:11 [2020-10-05T18:11:11.323Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
18:11:11 [2020-10-05T18:11:11.323Z] === RUN   TestCopyFromContainerPathIsNotDir
18:11:11 [2020-10-05T18:11:11.323Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
18:11:11 [2020-10-05T18:11:11.323Z] === RUN   TestCopyToContainerPathDoesNotExist
18:11:11 [2020-10-05T18:11:11.323Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
18:11:11 [2020-10-05T18:11:11.323Z] === RUN   TestCopyToContainerPathIsNotDir
18:11:11 [2020-10-05T18:11:11.323Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
18:11:11 [2020-10-05T18:11:11.323Z] === RUN   TestCopyFromContainer
18:11:11 [2020-10-05T18:11:11.415Z] === RUN   TestWriteLog
18:11:11 [2020-10-05T18:11:11.415Z] === PAUSE TestWriteLog
18:11:11 [2020-10-05T18:11:11.415Z] === RUN   TestReadLog
18:11:11 [2020-10-05T18:11:11.415Z] === PAUSE TestReadLog
18:11:11 [2020-10-05T18:11:11.415Z] === CONT  TestWriteLog
18:11:11 [2020-10-05T18:11:11.415Z] === CONT  TestReadLog
18:11:11 [2020-10-05T18:11:11.415Z] --- PASS: TestWriteLog (0.00s)
18:11:11 [2020-10-05T18:11:11.415Z] === RUN   TestReadLog/tail_exact
18:11:11 [2020-10-05T18:11:11.415Z] === RUN   TestReadLog/tail_less_than_available
18:11:11 [2020-10-05T18:11:11.415Z] === RUN   TestReadLog/tail_more_than_available
18:11:11 [2020-10-05T18:11:11.415Z] --- PASS: TestReadLog (0.13s)
18:11:11 [2020-10-05T18:11:11.415Z]     --- PASS: TestReadLog/tail_exact (0.11s)
18:11:11 [2020-10-05T18:11:11.415Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
18:11:11 [2020-10-05T18:11:11.415Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
18:11:11 [2020-10-05T18:11:11.415Z] PASS
18:11:11 [2020-10-05T18:11:11.415Z] coverage: 75.2% of statements
18:11:11 [2020-10-05T18:11:11.415Z] ok  	github.com/docker/docker/daemon/logger/local	0.523s	coverage: 75.2% of statements
18:11:11 [2020-10-05T18:11:11.415Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
18:11:11 [2020-10-05T18:11:11.415Z] === RUN   TestLog
18:11:11 [2020-10-05T18:11:11.415Z] --- PASS: TestLog (0.01s)
18:11:11 [2020-10-05T18:11:11.415Z] PASS
18:11:11 [2020-10-05T18:11:11.415Z] coverage: 33.3% of statements
18:11:11 [2020-10-05T18:11:11.415Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.264s	coverage: 33.3% of statements
18:11:11 [2020-10-05T18:11:11.471Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.44s)
18:11:11 [2020-10-05T18:11:11.471Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false
18:11:11 [2020-10-05T18:11:11.471Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:11:11 [2020-10-05T18:11:11.810Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestOpenFileDelete
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestOpenFileDelete (0.00s)
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestOpenFileRename
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestOpenFileRename (0.00s)
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestParseLogTagDefaultTag
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestParseLogTag
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestParseLogTag (0.00s)
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestParseLogTagEmptyTag
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestTailFiles
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestTailFiles (0.00s)
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestFollowLogsConsumerGone
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestFollowLogsProducerGone
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestFollowLogsProducerGone (0.00s)
18:11:11 [2020-10-05T18:11:11.875Z]     logfile_test.go:173: logDecode() closed after sending 4098 messages
18:11:11 [2020-10-05T18:11:11.875Z]     logfile_test.go:226: messages sent: 4098, received: 4098
18:11:11 [2020-10-05T18:11:11.875Z] === RUN   TestCheckCapacityAndRotate
18:11:11 [2020-10-05T18:11:11.875Z] --- PASS: TestCheckCapacityAndRotate (0.03s)
18:11:11 [2020-10-05T18:11:11.875Z] PASS
18:11:11 [2020-10-05T18:11:11.875Z] coverage: 35.9% of statements
18:11:11 [2020-10-05T18:11:11.875Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.253s	coverage: 35.9% of statements
18:11:12 [2020-10-05T18:11:12.043Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
18:11:12 [2020-10-05T18:11:12.043Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
18:11:12 [2020-10-05T18:11:12.104Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
18:11:12 [2020-10-05T18:11:12.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:11:12 [2020-10-05T18:11:12.334Z] === RUN   TestValidateLogOpt
18:11:12 [2020-10-05T18:11:12.334Z] --- PASS: TestValidateLogOpt (0.00s)
18:11:12 [2020-10-05T18:11:12.334Z] === RUN   TestNewMissedConfig
18:11:12 [2020-10-05T18:11:12.334Z] --- PASS: TestNewMissedConfig (0.00s)
18:11:12 [2020-10-05T18:11:12.334Z] === RUN   TestNewMissedUrl
18:11:12 [2020-10-05T18:11:12.334Z] --- PASS: TestNewMissedUrl (0.00s)
18:11:12 [2020-10-05T18:11:12.334Z] === RUN   TestNewMissedToken
18:11:12 [2020-10-05T18:11:12.334Z] --- PASS: TestNewMissedToken (0.00s)
18:11:12 [2020-10-05T18:11:12.334Z] === RUN   TestNewWithProxy
18:11:12 [2020-10-05T18:11:12.334Z] --- PASS: TestNewWithProxy (0.00s)
18:11:12 [2020-10-05T18:11:12.334Z] === RUN   TestDefault
18:11:12 [2020-10-05T18:11:12.334Z] --- PASS: TestDefault (0.00s)
18:11:12 [2020-10-05T18:11:12.334Z] === RUN   TestInlineFormatWithNonDefaultOptions
18:11:12 [2020-10-05T18:11:12.334Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
18:11:12 [2020-10-05T18:11:12.335Z] === RUN   TestJsonFormat
18:11:12 [2020-10-05T18:11:12.335Z] --- PASS: TestJsonFormat (0.01s)
18:11:12 [2020-10-05T18:11:12.335Z] === RUN   TestRawFormat
18:11:12 [2020-10-05T18:11:12.335Z] --- PASS: TestRawFormat (0.00s)
18:11:12 [2020-10-05T18:11:12.335Z] === RUN   TestRawFormatWithLabels
18:11:12 [2020-10-05T18:11:12.335Z] --- PASS: TestRawFormatWithLabels (0.00s)
18:11:12 [2020-10-05T18:11:12.335Z] === RUN   TestRawFormatWithoutTag
18:11:12 [2020-10-05T18:11:12.335Z] --- PASS: TestRawFormatWithoutTag (0.00s)
18:11:12 [2020-10-05T18:11:12.335Z] === RUN   TestBatching
18:11:12 [2020-10-05T18:11:12.397Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
18:11:12 [2020-10-05T18:11:12.794Z] --- PASS: TestBatching (0.28s)
18:11:12 [2020-10-05T18:11:12.794Z] === RUN   TestFrequency
18:11:12 [2020-10-05T18:11:12.794Z] === RUN   TestNewParse
18:11:12 [2020-10-05T18:11:12.794Z] --- PASS: TestNewParse (0.00s)
18:11:12 [2020-10-05T18:11:12.794Z] PASS
18:11:12 [2020-10-05T18:11:12.794Z] coverage: 8.3% of statements
18:11:12 [2020-10-05T18:11:12.794Z] ok  	github.com/docker/docker/daemon/logger/templates	0.057s	coverage: 8.3% of statements
18:11:12 [2020-10-05T18:11:12.794Z] --- PASS: TestFrequency (0.16s)
18:11:12 [2020-10-05T18:11:12.794Z] === RUN   TestOneMessagePerRequest
18:11:12 [2020-10-05T18:11:12.794Z] --- PASS: TestOneMessagePerRequest (0.00s)
18:11:12 [2020-10-05T18:11:12.794Z] === RUN   TestVerify
18:11:12 [2020-10-05T18:11:12.794Z] --- PASS: TestVerify (0.00s)
18:11:12 [2020-10-05T18:11:12.794Z] === RUN   TestSkipVerify
18:11:12 [2020-10-05T18:11:12.794Z] time="2020-10-05T18:11:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.035Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] --- PASS: TestSkipVerify (0.55s)
18:11:13 [2020-10-05T18:11:13.254Z] === RUN   TestBufferMaximum
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601921473.050698\",\"host\":\"fbc13aeb6c70\"}'"
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601921473.050698\",\"host\":\"fbc13aeb6c70\"}'"
18:11:13 [2020-10-05T18:11:13.254Z] --- PASS: TestBufferMaximum (0.00s)
18:11:13 [2020-10-05T18:11:13.254Z] === RUN   TestServerAlwaysDown
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601921473.054697\",\"host\":\"fbc13aeb6c70\"}'"
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601921473.054697\",\"host\":\"fbc13aeb6c70\"}'"
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601921473.054697\",\"host\":\"fbc13aeb6c70\"}'"
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601921473.055699\",\"host\":\"fbc13aeb6c70\"}'"
18:11:13 [2020-10-05T18:11:13.254Z] time="2020-10-05T18:11:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1601921473.055699\",\"host\":\"fbc13aeb6c70\"}'"
18:11:13 [2020-10-05T18:11:13.254Z] --- PASS: TestServerAlwaysDown (0.00s)
18:11:13 [2020-10-05T18:11:13.254Z] === RUN   TestCannotSendAfterClose
18:11:13 [2020-10-05T18:11:13.254Z] --- PASS: TestCannotSendAfterClose (0.00s)
18:11:13 [2020-10-05T18:11:13.254Z] === RUN   TestDeadlockOnBlockedEndpoint
18:11:13 [2020-10-05T18:11:13.427Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s)
18:11:13 [2020-10-05T18:11:13.427Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: true, mustBeShared: true
18:11:13 [2020-10-05T18:11:13.427Z] === RUN   TestIpcModeOlderClient
18:11:13 [2020-10-05T18:11:13.427Z] === PAUSE TestIpcModeOlderClient
18:11:13 [2020-10-05T18:11:13.427Z] === RUN   TestKillContainerInvalidSignal
18:11:13 [2020-10-05T18:11:13.427Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
18:11:13 [2020-10-05T18:11:13.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:11:13 [2020-10-05T18:11:13.715Z] === RUN   TestParseLogFormat
18:11:13 [2020-10-05T18:11:13.716Z] --- PASS: TestParseLogFormat (0.00s)
18:11:13 [2020-10-05T18:11:13.716Z] === RUN   TestValidateLogOptEmpty
18:11:13 [2020-10-05T18:11:13.716Z] --- PASS: TestValidateLogOptEmpty (0.00s)
18:11:13 [2020-10-05T18:11:13.716Z] === RUN   TestValidateSyslogAddress
18:11:13 [2020-10-05T18:11:13.716Z] --- PASS: TestValidateSyslogAddress (0.00s)
18:11:13 [2020-10-05T18:11:13.716Z] === RUN   TestParseAddressDefaultPort
18:11:13 [2020-10-05T18:11:13.716Z] --- PASS: TestParseAddressDefaultPort (0.00s)
18:11:13 [2020-10-05T18:11:13.716Z] === RUN   TestValidateSyslogFacility
18:11:13 [2020-10-05T18:11:13.716Z] --- PASS: TestValidateSyslogFacility (0.00s)
18:11:13 [2020-10-05T18:11:13.716Z] === RUN   TestValidateLogOptSyslogFormat
18:11:13 [2020-10-05T18:11:13.716Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
18:11:13 [2020-10-05T18:11:13.716Z] === RUN   TestValidateLogOpt
18:11:13 [2020-10-05T18:11:13.716Z] --- PASS: TestValidateLogOpt (0.00s)
18:11:13 [2020-10-05T18:11:13.716Z] PASS
18:11:13 [2020-10-05T18:11:13.716Z] coverage: 46.8% of statements
18:11:13 [2020-10-05T18:11:13.716Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.303s	coverage: 46.8% of statements
18:11:13 [2020-10-05T18:11:13.997Z] --- PASS: TestKillContainerInvalidSignal (0.90s)
18:11:13 [2020-10-05T18:11:13.997Z] === RUN   TestKillContainer
18:11:13 [2020-10-05T18:11:13.997Z] === RUN   TestKillContainer/no_signal
18:11:14 [2020-10-05T18:11:14.077Z] --- PASS: TestUpdatePidsLimit (3.60s)
18:11:14 [2020-10-05T18:11:14.078Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.34s)
18:11:14 [2020-10-05T18:11:14.078Z]     --- PASS: TestUpdatePidsLimit/no_change (0.36s)
18:11:14 [2020-10-05T18:11:14.078Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.40s)
18:11:14 [2020-10-05T18:11:14.078Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s)
18:11:14 [2020-10-05T18:11:14.078Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s)
18:11:14 [2020-10-05T18:11:14.078Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s)
18:11:14 [2020-10-05T18:11:14.078Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s)
18:11:14 [2020-10-05T18:11:14.078Z] === RUN   TestUpdateRestartPolicy
18:11:14 [2020-10-05T18:11:14.570Z] === RUN   TestDockerSuite/TestBuildAddScript
18:11:14 [2020-10-05T18:11:14.683Z] time="2020-10-05T18:11:14Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
18:11:14 [2020-10-05T18:11:14.683Z] time="2020-10-05T18:11:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"fbc13aeb6c70\"}'"
18:11:14 [2020-10-05T18:11:14.683Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.04s)
18:11:14 [2020-10-05T18:11:14.683Z] PASS
18:11:14 [2020-10-05T18:11:14.683Z] coverage: 82.5% of statements
18:11:14 [2020-10-05T18:11:14.683Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.406s	coverage: 82.5% of statements
18:11:14 [2020-10-05T18:11:14.683Z] ?   	github.com/docker/docker/daemon/names	[no test files]
18:11:14 [2020-10-05T18:11:14.683Z] ?   	github.com/docker/docker/daemon/network	[no test files]
18:11:14 [2020-10-05T18:11:14.683Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
18:11:14 [2020-10-05T18:11:14.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:11:15 [2020-10-05T18:11:15.139Z] === RUN   TestKillContainer/non_killing_signal
18:11:15 [2020-10-05T18:11:15.142Z] === RUN   TestV1IDService
18:11:15 [2020-10-05T18:11:15.142Z] --- PASS: TestV1IDService (0.03s)
18:11:15 [2020-10-05T18:11:15.142Z] === RUN   TestV2MetadataService
18:11:15 [2020-10-05T18:11:15.399Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
18:11:15 [2020-10-05T18:11:15.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:11:15 [2020-10-05T18:11:15.508Z] === RUN   TestCopyFromContainer//
18:11:15 [2020-10-05T18:11:15.508Z] === RUN   TestCopyFromContainer//bar/root
18:11:15 [2020-10-05T18:11:15.508Z] === RUN   TestCopyFromContainer//bar/root/
18:11:15 [2020-10-05T18:11:15.508Z] === RUN   TestCopyFromContainer/bar/quux
18:11:15 [2020-10-05T18:11:15.508Z] === RUN   TestCopyFromContainer/bar/quux/
18:11:15 [2020-10-05T18:11:15.508Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:11:15 [2020-10-05T18:11:15.508Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestContinueOnError_NonMirrorEndpoint
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestContinueOnError_MirrorEndpoint
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestContinueOnError_NeverContinue
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestContinueOnError_UnnestsErrors
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestFixManifestLayers
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestFixManifestLayers (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestFixManifestLayersBaseLayerParent
18:11:15 [2020-10-05T18:11:15.601Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z]     pull_v2_test.go:73: Needs fixing on Windows
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestFixManifestLayersBadParent
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestValidateManifest
18:11:15 [2020-10-05T18:11:15.601Z] --- SKIP: TestValidateManifest (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z]     pull_v2_test.go:118: Needs fixing on Windows
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestFormatPlatform
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestFormatPlatform (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestGetRepositoryMountCandidates
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestLayerAlreadyExists
18:11:15 [2020-10-05T18:11:15.601Z] --- PASS: TestLayerAlreadyExists (0.00s)
18:11:15 [2020-10-05T18:11:15.601Z]     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}
18:11:15 [2020-10-05T18:11:15.601Z]     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}
18:11:15 [2020-10-05T18:11:15.601Z]     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}
18:11:15 [2020-10-05T18:11:15.601Z]     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}
18:11:15 [2020-10-05T18:11:15.601Z]     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}
18:11:15 [2020-10-05T18:11:15.601Z]     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}
18:11:15 [2020-10-05T18:11:15.601Z] === RUN   TestWhenEmptyAuthConfig
18:11:15 [2020-10-05T18:11:15.660Z] === RUN   TestKillContainer/killing_signal
18:11:15 [2020-10-05T18:11:15.766Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:11:15 [2020-10-05T18:11:15.766Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:11:15 [2020-10-05T18:11:15.766Z] === RUN   TestCopyFromContainer/bar/notarget
18:11:15 [2020-10-05T18:11:15.766Z] --- PASS: TestCopyFromContainer (4.52s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer// (0.07s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
18:11:15 [2020-10-05T18:11:15.766Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:11:15 [2020-10-05T18:11:15.766Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:11:15 [2020-10-05T18:11:15.766Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:11:15 [2020-10-05T18:11:15.766Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:11:15 [2020-10-05T18:11:15.766Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:11:15 [2020-10-05T18:11:15.766Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:11:15 [2020-10-05T18:11:15.766Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:11:15 [2020-10-05T18:11:15.766Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:11:15 [2020-10-05T18:11:15.766Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:11:15 [2020-10-05T18:11:15.766Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:11:15 [2020-10-05T18:11:15.766Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:11:15 [2020-10-05T18:11:15.766Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:11:15 [2020-10-05T18:11:15.766Z] === RUN   TestCreateLinkToNonExistingContainer
18:11:15 [2020-10-05T18:11:15.921Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
18:11:16 [2020-10-05T18:11:16.023Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
18:11:16 [2020-10-05T18:11:16.023Z] === RUN   TestCreateWithInvalidEnv
18:11:16 [2020-10-05T18:11:16.023Z] === RUN   TestCreateWithInvalidEnv/0
18:11:16 [2020-10-05T18:11:16.023Z] === PAUSE TestCreateWithInvalidEnv/0
18:11:16 [2020-10-05T18:11:16.023Z] === RUN   TestCreateWithInvalidEnv/1
18:11:16 [2020-10-05T18:11:16.023Z] === PAUSE TestCreateWithInvalidEnv/1
18:11:16 [2020-10-05T18:11:16.023Z] === RUN   TestCreateWithInvalidEnv/2
18:11:16 [2020-10-05T18:11:16.023Z] === PAUSE TestCreateWithInvalidEnv/2
18:11:16 [2020-10-05T18:11:16.023Z] === CONT  TestCreateWithInvalidEnv/0
18:11:16 [2020-10-05T18:11:16.024Z] === CONT  TestCreateWithInvalidEnv/2
18:11:16 [2020-10-05T18:11:16.024Z] === CONT  TestCreateWithInvalidEnv/1
18:11:16 [2020-10-05T18:11:16.024Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
18:11:16 [2020-10-05T18:11:16.024Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:11:16 [2020-10-05T18:11:16.024Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:11:16 [2020-10-05T18:11:16.024Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:11:16 [2020-10-05T18:11:16.024Z] === RUN   TestCreateTmpfsMountsTarget
18:11:16 [2020-10-05T18:11:16.024Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
18:11:16 [2020-10-05T18:11:16.024Z] === RUN   TestCreateWithCustomMaskedPaths
18:11:16 [2020-10-05T18:11:16.061Z] === RUN   TestSuccessfulDownload
18:11:16 [2020-10-05T18:11:16.061Z] --- SKIP: TestSuccessfulDownload (0.00s)
18:11:16 [2020-10-05T18:11:16.061Z]     download_test.go:268: Needs fixing on Windows
18:11:16 [2020-10-05T18:11:16.061Z] === RUN   TestCancelledDownload
18:11:16 [2020-10-05T18:11:16.061Z] --- PASS: TestCancelledDownload (0.00s)
18:11:16 [2020-10-05T18:11:16.061Z] === RUN   TestMaxDownloadAttempts
18:11:16 [2020-10-05T18:11:16.061Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
18:11:16 [2020-10-05T18:11:16.061Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
18:11:16 [2020-10-05T18:11:16.492Z] --- PASS: TestKillContainer (2.38s)
18:11:16 [2020-10-05T18:11:16.493Z]     --- PASS: TestKillContainer/no_signal (0.89s)
18:11:16 [2020-10-05T18:11:16.493Z]     --- PASS: TestKillContainer/non_killing_signal (0.60s)
18:11:16 [2020-10-05T18:11:16.493Z]     --- PASS: TestKillContainer/killing_signal (0.67s)
18:11:16 [2020-10-05T18:11:16.493Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:11:16 [2020-10-05T18:11:16.493Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:11:16 [2020-10-05T18:11:16.520Z] --- PASS: TestV2MetadataService (1.44s)
18:11:16 [2020-10-05T18:11:16.520Z] PASS
18:11:16 [2020-10-05T18:11:16.520Z] coverage: 48.2% of statements
18:11:16 [2020-10-05T18:11:16.520Z] time="2020-10-05T18:11:16Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
18:11:16 [2020-10-05T18:11:16.520Z] time="2020-10-05T18:11:16Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
18:11:16 [2020-10-05T18:11:16.520Z] time="2020-10-05T18:11:16Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
18:11:16 [2020-10-05T18:11:16.520Z] time="2020-10-05T18:11:16Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
18:11:16 [2020-10-05T18:11:16.520Z] --- PASS: TestMaxDownloadAttempts (0.00s)
18:11:16 [2020-10-05T18:11:16.520Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s)
18:11:16 [2020-10-05T18:11:16.520Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s)
18:11:16 [2020-10-05T18:11:16.520Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s)
18:11:16 [2020-10-05T18:11:16.520Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s)
18:11:16 [2020-10-05T18:11:16.520Z] === RUN   TestTransfer
18:11:16 [2020-10-05T18:11:16.520Z] ok  	github.com/docker/docker/distribution/metadata	1.758s	coverage: 48.2% of statements
18:11:16 [2020-10-05T18:11:16.520Z] --- PASS: TestWhenEmptyAuthConfig (1.08s)
18:11:16 [2020-10-05T18:11:16.520Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
18:11:16 [2020-10-05T18:11:16.520Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
18:11:16 [2020-10-05T18:11:16.520Z] === RUN   TestTokenPassThru
18:11:16 [2020-10-05T18:11:16.520Z] --- PASS: TestTokenPassThru (0.00s)
18:11:16 [2020-10-05T18:11:16.520Z] === RUN   TestTokenPassThruDifferentHost
18:11:16 [2020-10-05T18:11:16.520Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
18:11:16 [2020-10-05T18:11:16.520Z] PASS
18:11:16 [2020-10-05T18:11:16.520Z] coverage: 20.1% of statements
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestTransfer (0.12s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestConcurrencyLimit
18:11:16 [2020-10-05T18:11:16.979Z] ok  	github.com/docker/docker/distribution	1.532s	coverage: 20.1% of statements
18:11:16 [2020-10-05T18:11:16.979Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestNotFound
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestNotFound (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestConflict
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestConflict (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestForbidden
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestForbidden (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestInvalidParameter
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestInvalidParameter (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestNotImplemented
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestNotImplemented (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestNotModified
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestNotModified (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestUnauthorized
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestUnauthorized (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestUnknown
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestUnknown (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestCancelled
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestCancelled (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestDeadline
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestDeadline (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestDataLoss
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestDataLoss (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestUnavailable
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestUnavailable (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestSystem
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestSystem (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Not_Found
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Bad_Request
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Conflict
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Unauthorized
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Service_Unavailable
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Forbidden
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Not_Modified
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Not_Implemented
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Internal_Server_Error
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestFromStatusCode (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
18:11:16 [2020-10-05T18:11:16.979Z] PASS
18:11:16 [2020-10-05T18:11:16.979Z] coverage: 49.4% of statements
18:11:16 [2020-10-05T18:11:16.979Z] ok  	github.com/docker/docker/errdefs	0.193s	coverage: 49.4% of statements
18:11:16 [2020-10-05T18:11:16.979Z] --- PASS: TestConcurrencyLimit (0.40s)
18:11:16 [2020-10-05T18:11:16.979Z] === RUN   TestInactiveJobs
18:11:17 [2020-10-05T18:11:17.397Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s)
18:11:17 [2020-10-05T18:11:17.397Z] === RUN   TestCreateWithCustomReadonlyPaths
18:11:17 [2020-10-05T18:11:17.400Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:11:17 [2020-10-05T18:11:17.436Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:11:17 [2020-10-05T18:11:17.436Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
18:11:17 [2020-10-05T18:11:17.950Z] --- PASS: TestInactiveJobs (0.65s)
18:11:17 [2020-10-05T18:11:17.950Z] === RUN   TestWatchRelease
18:11:17 [2020-10-05T18:11:17.950Z] --- PASS: TestWatchRelease (0.04s)
18:11:17 [2020-10-05T18:11:17.950Z] === RUN   TestWatchFinishedTransfer
18:11:17 [2020-10-05T18:11:17.950Z] --- PASS: TestWatchFinishedTransfer (0.00s)
18:11:17 [2020-10-05T18:11:17.950Z] === RUN   TestDuplicateTransfer
18:11:17 [2020-10-05T18:11:17.950Z] --- PASS: TestDuplicateTransfer (0.04s)
18:11:17 [2020-10-05T18:11:17.950Z] === RUN   TestSuccessfulUpload
18:11:18 [2020-10-05T18:11:18.006Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s)
18:11:18 [2020-10-05T18:11:18.006Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s)
18:11:18 [2020-10-05T18:11:18.006Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.45s)
18:11:18 [2020-10-05T18:11:18.006Z] === RUN   TestKillStoppedContainer
18:11:18 [2020-10-05T18:11:18.006Z] --- PASS: TestKillStoppedContainer (0.06s)
18:11:18 [2020-10-05T18:11:18.006Z] === RUN   TestKillStoppedContainerAPIPre120
18:11:18 [2020-10-05T18:11:18.006Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
18:11:18 [2020-10-05T18:11:18.006Z] === RUN   TestKillDifferentUserContainer
18:11:18 [2020-10-05T18:11:18.335Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s)
18:11:18 [2020-10-05T18:11:18.335Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:11:18 [2020-10-05T18:11:18.335Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:11:18 [2020-10-05T18:11:18.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:11:18 [2020-10-05T18:11:18.335Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:11:18 [2020-10-05T18:11:18.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:11:18 [2020-10-05T18:11:18.335Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:11:18 [2020-10-05T18:11:18.335Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:11:18 [2020-10-05T18:11:18.335Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:11:18 [2020-10-05T18:11:18.335Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
18:11:18 [2020-10-05T18:11:18.335Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
18:11:18 [2020-10-05T18:11:18.335Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
18:11:18 [2020-10-05T18:11:18.335Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
18:11:18 [2020-10-05T18:11:18.335Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
18:11:18 [2020-10-05T18:11:18.335Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
18:11:18 [2020-10-05T18:11:18.335Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:11:18 [2020-10-05T18:11:18.410Z] time="2020-10-05T18:11:18Z" level=error msg="Upload failed, retrying: simulating retry"
18:11:18 [2020-10-05T18:11:18.410Z] --- PASS: TestSuccessfulUpload (0.58s)
18:11:18 [2020-10-05T18:11:18.410Z] === RUN   TestCancelledUpload
18:11:18 [2020-10-05T18:11:18.410Z] --- PASS: TestCancelledUpload (0.00s)
18:11:18 [2020-10-05T18:11:18.410Z] PASS
18:11:18 [2020-10-05T18:11:18.410Z] coverage: 76.8% of statements
18:11:18 [2020-10-05T18:11:18.410Z] ok  	github.com/docker/docker/distribution/xfer	2.482s	coverage: 76.8% of statements
18:11:18 [2020-10-05T18:11:18.410Z] ?   	github.com/docker/docker/dockerversion	[no test files]
18:11:18 [2020-10-05T18:11:18.594Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
18:11:18 [2020-10-05T18:11:18.594Z] === RUN   TestCreateDifferentPlatform
18:11:18 [2020-10-05T18:11:18.594Z] === RUN   TestCreateDifferentPlatform/different_os
18:11:18 [2020-10-05T18:11:18.594Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:11:18 [2020-10-05T18:11:18.594Z] --- PASS: TestCreateDifferentPlatform (0.01s)
18:11:18 [2020-10-05T18:11:18.594Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:11:18 [2020-10-05T18:11:18.594Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:11:18 [2020-10-05T18:11:18.594Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:11:18 [2020-10-05T18:11:18.853Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
18:11:18 [2020-10-05T18:11:18.853Z] === RUN   TestContainerStartOnDaemonRestart
18:11:18 [2020-10-05T18:11:18.853Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
18:11:18 [2020-10-05T18:11:18.853Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
18:11:18 [2020-10-05T18:11:18.853Z] === RUN   TestDaemonRestartIpcMode
18:11:18 [2020-10-05T18:11:18.853Z] === PAUSE TestDaemonRestartIpcMode
18:11:18 [2020-10-05T18:11:18.853Z] === RUN   TestDaemonHostGatewayIP
18:11:18 [2020-10-05T18:11:18.853Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
18:11:18 [2020-10-05T18:11:18.853Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
18:11:18 [2020-10-05T18:11:18.853Z] === RUN   TestContainerKillOnDaemonStart
18:11:18 [2020-10-05T18:11:18.853Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
18:11:18 [2020-10-05T18:11:18.853Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
18:11:18 [2020-10-05T18:11:18.853Z] === RUN   TestDiff
18:11:18 [2020-10-05T18:11:18.871Z] === RUN   TestCompare
18:11:18 [2020-10-05T18:11:18.871Z] --- PASS: TestCompare (0.00s)
18:11:18 [2020-10-05T18:11:18.871Z] PASS
18:11:18 [2020-10-05T18:11:18.871Z] coverage: 19.2% of statements
18:11:18 [2020-10-05T18:11:18.871Z] ok  	github.com/docker/docker/image/cache	0.209s	coverage: 19.2% of statements
18:11:18 [2020-10-05T18:11:18.871Z] === RUN   TestMakeV1ConfigFromConfig
18:11:18 [2020-10-05T18:11:18.871Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
18:11:18 [2020-10-05T18:11:18.871Z] PASS
18:11:18 [2020-10-05T18:11:18.871Z] coverage: 25.0% of statements
18:11:18 [2020-10-05T18:11:18.871Z] ok  	github.com/docker/docker/image/v1	0.168s	coverage: 25.0% of statements
18:11:18 [2020-10-05T18:11:18.871Z] === RUN   TestFSGetInvalidData
18:11:18 [2020-10-05T18:11:18.871Z] --- PASS: TestFSGetInvalidData (0.01s)
18:11:18 [2020-10-05T18:11:18.871Z] === RUN   TestFSInvalidSet
18:11:18 [2020-10-05T18:11:18.871Z] --- PASS: TestFSInvalidSet (0.01s)
18:11:18 [2020-10-05T18:11:18.871Z] === RUN   TestFSInvalidRoot
18:11:18 [2020-10-05T18:11:18.871Z] --- PASS: TestFSInvalidRoot (0.00s)
18:11:18 [2020-10-05T18:11:18.871Z] === RUN   TestFSMetadataGetSet
18:11:18 [2020-10-05T18:11:18.871Z] --- PASS: TestFSMetadataGetSet (0.03s)
18:11:18 [2020-10-05T18:11:18.871Z] === RUN   TestFSInvalidWalker
18:11:18 [2020-10-05T18:11:18.871Z] --- PASS: TestFSInvalidWalker (0.01s)
18:11:18 [2020-10-05T18:11:18.871Z] === RUN   TestFSGetSet
18:11:18 [2020-10-05T18:11:18.945Z] --- PASS: TestKillDifferentUserContainer (0.74s)
18:11:18 [2020-10-05T18:11:18.945Z] === RUN   TestInspectOomKilledTrue
18:11:18 [2020-10-05T18:11:18.945Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
18:11:18 [2020-10-05T18:11:18.945Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:11:18 [2020-10-05T18:11:18.945Z] === RUN   TestInspectOomKilledFalse
18:11:18 [2020-10-05T18:11:18.945Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
18:11:18 [2020-10-05T18:11:18.946Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:11:18 [2020-10-05T18:11:18.946Z] === RUN   TestLinksEtcHostsContentMatch
18:11:19 [2020-10-05T18:11:19.113Z] --- PASS: TestDiff (0.41s)
18:11:19 [2020-10-05T18:11:19.113Z] === RUN   TestExecWithCloseStdin
18:11:19 [2020-10-05T18:11:19.205Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s)
18:11:19 [2020-10-05T18:11:19.206Z] === RUN   TestLinksContainerNames
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestFSGetSet (0.02s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestFSGetUnsetKey
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestFSGetUnsetKey (0.00s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestFSGetEmptyData
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestFSGetEmptyData (0.01s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestFSDelete
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestFSDelete (0.01s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestFSWalker
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestFSWalker (0.02s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestFSWalkerStopOnError
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestFSWalkerStopOnError (0.01s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestNewFromJSON
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestNewFromJSON (0.00s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestNewFromJSONWithInvalidJSON
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestMarshalKeyOrder
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestMarshalKeyOrder (0.00s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestImage
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestImage (0.00s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestImageOSNotEmpty
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestImageOSNotEmpty (0.00s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestNewChildImageFromImageWithRootFS
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestRestore
18:11:19 [2020-10-05T18:11:19.347Z] time="2020-10-05T18:11:18Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestRestore (0.15s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestAddDelete
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestAddDelete (0.08s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestSearchAfterDelete
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestSearchAfterDelete (0.01s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestParentReset
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestParentReset (0.03s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestGetAndSetLastUpdated
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestGetAndSetLastUpdated (0.04s)
18:11:19 [2020-10-05T18:11:19.347Z] === RUN   TestStoreLen
18:11:19 [2020-10-05T18:11:19.347Z] --- PASS: TestStoreLen (0.07s)
18:11:19 [2020-10-05T18:11:19.347Z] PASS
18:11:19 [2020-10-05T18:11:19.347Z] coverage: 86.4% of statements
18:11:19 [2020-10-05T18:11:19.347Z] ok  	github.com/docker/docker/image	0.784s	coverage: 86.4% of statements
18:11:19 [2020-10-05T18:11:19.681Z] --- PASS: TestExecWithCloseStdin (0.45s)
18:11:19 [2020-10-05T18:11:19.681Z] === RUN   TestExec
18:11:19 [2020-10-05T18:11:19.806Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
18:11:19 [2020-10-05T18:11:19.806Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
18:11:19 [2020-10-05T18:11:19.940Z] --- PASS: TestExec (0.46s)
18:11:19 [2020-10-05T18:11:19.940Z] === RUN   TestExecUser
18:11:20 [2020-10-05T18:11:20.149Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
18:11:20 [2020-10-05T18:11:20.267Z] === RUN   TestSerialization
18:11:20 [2020-10-05T18:11:20.267Z] --- PASS: TestSerialization (0.02s)
18:11:20 [2020-10-05T18:11:20.267Z] PASS
18:11:20 [2020-10-05T18:11:20.267Z] coverage: 100.0% of statements
18:11:20 [2020-10-05T18:11:20.267Z] ok  	github.com/docker/docker/libcontainerd/queue	0.077s	coverage: 100.0% of statements
18:11:20 [2020-10-05T18:11:20.510Z] --- PASS: TestExecUser (0.45s)
18:11:20 [2020-10-05T18:11:20.510Z] === RUN   TestExportContainerAndImportImage
18:11:20 [2020-10-05T18:11:20.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:11:20 [2020-10-05T18:11:20.722Z] --- PASS: TestLinksContainerNames (1.48s)
18:11:20 [2020-10-05T18:11:20.722Z] === RUN   TestLogsFollowTailEmpty
18:11:21 [2020-10-05T18:11:21.078Z] --- PASS: TestExportContainerAndImportImage (0.58s)
18:11:21 [2020-10-05T18:11:21.078Z] === RUN   TestExportContainerAfterDaemonRestart
18:11:21 [2020-10-05T18:11:21.662Z] --- PASS: TestLogsFollowTailEmpty (0.80s)
18:11:21 [2020-10-05T18:11:21.662Z] === RUN   TestContainerNetworkMountsNoChown
18:11:21 [2020-10-05T18:11:21.805Z] === RUN   TestParseVersion
18:11:21 [2020-10-05T18:11:21.805Z] --- PASS: TestParseVersion (0.00s)
18:11:21 [2020-10-05T18:11:21.805Z] PASS
18:11:21 [2020-10-05T18:11:21.805Z] coverage: 50.0% of statements
18:11:21 [2020-10-05T18:11:21.805Z] ok  	github.com/docker/docker/pkg/aaparser	0.048s	coverage: 50.0% of statements
18:11:21 [2020-10-05T18:11:21.805Z] === RUN   TestEmptyLayer
18:11:21 [2020-10-05T18:11:21.805Z] --- PASS: TestEmptyLayer (0.00s)
18:11:21 [2020-10-05T18:11:21.805Z] === RUN   TestCommitFailure
18:11:21 [2020-10-05T18:11:21.805Z] --- PASS: TestCommitFailure (0.02s)
18:11:21 [2020-10-05T18:11:21.805Z] === RUN   TestStartTransactionFailure
18:11:21 [2020-10-05T18:11:21.805Z] --- PASS: TestStartTransactionFailure (0.00s)
18:11:21 [2020-10-05T18:11:21.805Z] === RUN   TestGetOrphan
18:11:21 [2020-10-05T18:11:21.805Z] --- PASS: TestGetOrphan (0.01s)
18:11:21 [2020-10-05T18:11:21.805Z] === RUN   TestMountAndRegister
18:11:22 [2020-10-05T18:11:22.233Z] --- PASS: TestContainerNetworkMountsNoChown (0.56s)
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/default
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/default
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/private
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/private
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rprivate
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rprivate
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/slave
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/slave
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rslave
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rslave
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/shared
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/shared
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rshared
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rshared
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/default
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/default/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/default/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/rslave
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/rshared
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/shared
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/rprivate
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/slave
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/private
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/private/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/private/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/default/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/default/mount_root
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:11:22 [2020-10-05T18:11:22.233Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:11:22 [2020-10-05T18:11:22.264Z] --- PASS: TestMountAndRegister (0.26s)
18:11:22 [2020-10-05T18:11:22.264Z]     layer_test.go:271: Layer size: 14
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestLayerRelease
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestLayerRelease (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     layer_test.go:304: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestStoreRestore
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestStoreRestore (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     layer_test.go:353: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestTarStreamStability
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestTarStreamStability (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     layer_test.go:468: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestRegisterExistingLayer
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestEnvironmentParsing
18:11:22 [2020-10-05T18:11:22.264Z] --- PASS: TestEnvironmentParsing (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z] PASS
18:11:22 [2020-10-05T18:11:22.264Z] coverage: 1.0% of statements
18:11:22 [2020-10-05T18:11:22.264Z] ok  	github.com/docker/docker/libcontainerd/local	0.516s	coverage: 1.0% of statements
18:11:22 [2020-10-05T18:11:22.264Z] --- PASS: TestRegisterExistingLayer (0.12s)
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestTarStreamVerification
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestTarStreamVerification (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     layer_test.go:697: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestLayerMigration
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestLayerMigration (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     migration_test.go:46: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestLayerMigrationNoTarsplit
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     migration_test.go:182: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestMountInit
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestMountInit (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     mount_test.go:17: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestMountSize
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestMountSize (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     mount_test.go:76: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestMountChanges
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestMountChanges (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     mount_test.go:125: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] === RUN   TestMountApply
18:11:22 [2020-10-05T18:11:22.264Z] --- SKIP: TestMountApply (0.00s)
18:11:22 [2020-10-05T18:11:22.264Z]     mount_test.go:212: Failing on Windows
18:11:22 [2020-10-05T18:11:22.264Z] PASS
18:11:22 [2020-10-05T18:11:22.264Z] coverage: 30.1% of statements
18:11:22 [2020-10-05T18:11:22.264Z] ok  	github.com/docker/docker/layer	0.693s	coverage: 30.1% of statements
18:11:22 [2020-10-05T18:11:22.264Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
18:11:22 [2020-10-05T18:11:22.264Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
18:11:22 [2020-10-05T18:11:22.264Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
18:11:22 [2020-10-05T18:11:22.264Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
18:11:22 [2020-10-05T18:11:22.264Z] ?   	github.com/docker/docker/oci	[no test files]
18:11:22 [2020-10-05T18:11:22.264Z] ?   	github.com/docker/docker/oci/caps	[no test files]
18:11:22 [2020-10-05T18:11:22.493Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:11:22 [2020-10-05T18:11:22.493Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:11:22 [2020-10-05T18:11:22.493Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:11:22 [2020-10-05T18:11:22.493Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:11:22 [2020-10-05T18:11:22.493Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:11:22 [2020-10-05T18:11:22.493Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:11:22 [2020-10-05T18:11:22.493Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:11:22 [2020-10-05T18:11:22.493Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:11:22 [2020-10-05T18:11:22.631Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestAddressPoolOpt
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestAddressPoolOpt (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/a
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/something
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/_=a
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/env1=value1
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/_env1=value1
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/env2=value2=value3
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/env3=abc!qwe
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/env_4=value_4
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/PATH
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/=a
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/PATH=
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/PATH=something
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/asd!qwe
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/1asd
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/123
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/some_space
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/__some_space_before
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/some_space_after__
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/=
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateEnv/PaTh
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestValidateEnv (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/a (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/something (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/_=a (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/PATH (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/=a (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/1asd (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/123 (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/some_space (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/= (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestParseHost
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestParseHost (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestParseDockerDaemonHost
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestParseDockerDaemonHost (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestParseTCP
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestParseTCP (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestParseInvalidUnixAddrInvalid
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateExtraHosts
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestValidateExtraHosts (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestIpOptString
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestIpOptString (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestNewIpOptInvalidDefaultVal
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestNewIpOptValidDefaultVal
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestIpOptSetInvalidVal
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestValidateIPAddress
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestValidateIPAddress (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestMapOpts
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestMapOpts (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestListOptsWithoutValidator
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestListOptsWithoutValidator (0.00s)
18:11:22 [2020-10-05T18:11:22.723Z] === RUN   TestListOptsWithValidator
18:11:22 [2020-10-05T18:11:22.723Z] --- PASS: TestListOptsWithValidator (0.00s)
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/private/bind_root
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/private/mount_root
18:11:22 [2020-10-05T18:11:22.753Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:11:22 [2020-10-05T18:11:22.753Z] --- PASS: TestMountDaemonRoot (0.03s)
18:11:22 [2020-10-05T18:11:22.753Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
18:11:22 [2020-10-05T18:11:22.753Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
18:11:22 [2020-10-05T18:11:22.753Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
18:11:22 [2020-10-05T18:11:22.753Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
18:11:22 [2020-10-05T18:11:22.753Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
18:11:22 [2020-10-05T18:11:22.753Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s)
18:11:22 [2020-10-05T18:11:22.753Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
18:11:22 [2020-10-05T18:11:22.753Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
18:11:22 [2020-10-05T18:11:22.753Z] === RUN   TestContainerBindMountNonRecursive
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateDNSSearch
18:11:23 [2020-10-05T18:11:23.182Z] --- PASS: TestValidateDNSSearch (0.00s)
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateLabel
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateLabel/label_with_general_format
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateLabel/label_with_more_than_one_=
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateLabel/label_with_one_more
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
18:11:23 [2020-10-05T18:11:23.182Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
18:11:23 [2020-10-05T18:11:23.641Z] --- PASS: TestValidateLabel (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestNamedListOpts
18:11:23 [2020-10-05T18:11:23.641Z] --- PASS: TestNamedListOpts (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestNamedMapOpts
18:11:23 [2020-10-05T18:11:23.641Z] --- PASS: TestNamedMapOpts (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestParseLink
18:11:23 [2020-10-05T18:11:23.641Z] --- PASS: TestParseLink (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestQuotedStringSetWithQuotes
18:11:23 [2020-10-05T18:11:23.641Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
18:11:23 [2020-10-05T18:11:23.641Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestQuotedStringSetWithNoQuotes
18:11:23 [2020-10-05T18:11:23.641Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z] === RUN   TestUlimitOpt
18:11:23 [2020-10-05T18:11:23.641Z] --- PASS: TestUlimitOpt (0.00s)
18:11:23 [2020-10-05T18:11:23.641Z] PASS
18:11:23 [2020-10-05T18:11:23.641Z] coverage: 67.1% of statements
18:11:23 [2020-10-05T18:11:23.642Z] ok  	github.com/docker/docker/opts	0.180s	coverage: 67.1% of statements
18:11:23 [2020-10-05T18:11:23.642Z] === RUN   TestUnbuffered
18:11:23 [2020-10-05T18:11:23.642Z] --- PASS: TestUnbuffered (0.00s)
18:11:23 [2020-10-05T18:11:23.642Z] === RUN   TestRaceUnbuffered
18:11:23 [2020-10-05T18:11:23.642Z] --- PASS: TestRaceUnbuffered (0.00s)
18:11:23 [2020-10-05T18:11:23.642Z] PASS
18:11:23 [2020-10-05T18:11:23.642Z] coverage: 100.0% of statements
18:11:23 [2020-10-05T18:11:23.642Z] ok  	github.com/docker/docker/pkg/broadcaster	0.039s	coverage: 100.0% of statements
18:11:23 [2020-10-05T18:11:23.706Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
18:11:24 [2020-10-05T18:11:24.103Z] === RUN   TestPeerCertificateMarshalJSON
18:11:24 [2020-10-05T18:11:24.276Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
18:11:24 [2020-10-05T18:11:24.360Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s)
18:11:24 [2020-10-05T18:11:24.361Z] === RUN   TestHealthCheckWorkdir
18:11:24 [2020-10-05T18:11:24.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[foo]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[bar]_[foo]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[foo_bar]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[qux]_[foo]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[]#01
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[qux]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[foo_bar_qux]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[qux]_[baz]]
18:11:24 [2020-10-05T18:11:24.562Z] === RUN   TestMatch/[[foo_baz]]
18:11:24 [2020-10-05T18:11:24.562Z] --- PASS: TestMatch (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[foo]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[]#01 (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[qux]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
18:11:24 [2020-10-05T18:11:24.562Z] PASS
18:11:24 [2020-10-05T18:11:24.562Z] coverage: 87.5% of statements
18:11:24 [2020-10-05T18:11:24.562Z] ok  	github.com/docker/docker/pkg/capabilities	0.091s	coverage: 87.5% of statements
18:11:24 [2020-10-05T18:11:24.927Z] --- PASS: TestHealthCheckWorkdir (0.57s)
18:11:24 [2020-10-05T18:11:24.927Z] === RUN   TestHealthKillContainer
18:11:25 [2020-10-05T18:11:25.020Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
18:11:25 [2020-10-05T18:11:25.020Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
18:11:25 [2020-10-05T18:11:25.020Z] --- PASS: TestPeerCertificateMarshalJSON (0.78s)
18:11:25 [2020-10-05T18:11:25.020Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
18:11:25 [2020-10-05T18:11:25.020Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
18:11:25 [2020-10-05T18:11:25.020Z] === RUN   TestMiddleware
18:11:25 [2020-10-05T18:11:25.020Z] --- PASS: TestMiddleware (0.00s)
18:11:25 [2020-10-05T18:11:25.021Z] === RUN   TestNewResponseModifier
18:11:25 [2020-10-05T18:11:25.021Z] --- PASS: TestNewResponseModifier (0.00s)
18:11:25 [2020-10-05T18:11:25.021Z] PASS
18:11:25 [2020-10-05T18:11:25.021Z] coverage: 26.8% of statements
18:11:25 [2020-10-05T18:11:25.021Z] ok  	github.com/docker/docker/pkg/authorization	0.951s	coverage: 26.8% of statements
18:11:25 [2020-10-05T18:11:25.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:11:25 [2020-10-05T18:11:25.215Z] --- PASS: TestContainerBindMountNonRecursive (2.34s)
18:11:25 [2020-10-05T18:11:25.215Z] === RUN   TestNetworkNat
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestIsArchivePathDir
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestIsArchivePathDir (0.08s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestIsArchivePathInvalidFile
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestIsArchivePathInvalidFile (0.11s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestIsArchivePathTar
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestSizeEmpty
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestSizeEmpty (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestSizeEmptyFile
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestSizeEmptyFile (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestSizeNonemptyFile
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestSizeNonemptyFile (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestSizeNestedDirectoryEmpty
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestMoveToSubdir
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestMoveToSubdir (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestSizeNonExistingDirectory
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] PASS
18:11:25 [2020-10-05T18:11:25.480Z] coverage: 80.0% of statements
18:11:25 [2020-10-05T18:11:25.480Z] ok  	github.com/docker/docker/pkg/directory	0.051s	coverage: 80.0% of statements
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootTarUntar
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootTarUntar (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootUntarWithHugeExcludesList
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootUntarEmptyArchive
18:11:25 [2020-10-05T18:11:25.480Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootTarUntarWithSymlink
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootCopyWithTar
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootCopyWithTar (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootCopyFileWithTar
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootUntarPath
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootUntarPath (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
18:11:25 [2020-10-05T18:11:25.480Z] === RUN   TestChrootApplyDotDotFile
18:11:25 [2020-10-05T18:11:25.480Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
18:11:25 [2020-10-05T18:11:25.480Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
18:11:25 [2020-10-05T18:11:25.480Z] PASS
18:11:25 [2020-10-05T18:11:25.480Z] coverage: 15.4% of statements
18:11:25 [2020-10-05T18:11:25.938Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.123s	coverage: 15.4% of statements
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestIsArchivePathTar (0.17s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestDecompressStreamGzip
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestDecompressStreamGzip (0.10s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestDecompressStreamBzip2
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestDecompressStreamBzip2 (0.10s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestDecompressStreamXz
18:11:25 [2020-10-05T18:11:25.938Z] --- SKIP: TestDecompressStreamXz (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z]     archive_test.go:133: Xz not present in msys2
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestCompressStreamXzUnsupported
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestCompressStreamBzip2Unsupported
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestCompressStreamInvalid
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestCompressStreamInvalid (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestExtensionInvalid
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestExtensionInvalid (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestExtensionUncompressed
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestExtensionUncompressed (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestExtensionBzip2
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestExtensionBzip2 (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestExtensionGzip
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestExtensionGzip (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestExtensionXz
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestExtensionXz (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestCmdStreamLargeStderr
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestCmdStreamLargeStderr (0.11s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestCmdStreamBad
18:11:25 [2020-10-05T18:11:25.938Z] --- SKIP: TestCmdStreamBad (0.00s)
18:11:25 [2020-10-05T18:11:25.938Z]     archive_test.go:238: Failing on Windows CI machines
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestCmdStreamGood
18:11:25 [2020-10-05T18:11:25.938Z] --- PASS: TestCmdStreamGood (0.08s)
18:11:25 [2020-10-05T18:11:25.938Z] === RUN   TestUntarPathWithInvalidDest
18:11:26 [2020-10-05T18:11:26.154Z] --- PASS: TestNetworkNat (0.88s)
18:11:26 [2020-10-05T18:11:26.154Z] === RUN   TestNetworkLocalhostTCPNat
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestUntarPathWithInvalidDest (0.05s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestUntarPathWithInvalidSrc
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestUntarPath
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestUntarPath (0.06s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestUntarPathWithDestinationFile
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestUntarPathWithDestinationFile (0.20s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestCopyWithTarInvalidSrc
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestCopyWithTarSrcFile
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestCopyWithTarSrcFolder
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestCopyWithTarSrcFolder (0.00s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestCopyFileWithTarInvalidSrc
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestCopyFileWithTarSrcFolder
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestCopyFileWithTarSrcFile
18:11:26 [2020-10-05T18:11:26.397Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
18:11:26 [2020-10-05T18:11:26.397Z] === RUN   TestTarFiles
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestContainsEntry
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestCreateEntries
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestEntriesDiff
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestEntriesEquality
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestGeneratorNotGenerate
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestGeneratorWithPort
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestGeneratorWithPortNotGenerate
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestNewEntry
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestParse
18:11:26 [2020-10-05T18:11:26.859Z] --- PASS: Test (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestContainsEntry (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestCreateEntries (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestEntriesDiff (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestEntriesEquality (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestNewEntry (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestParse (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z] PASS
18:11:26 [2020-10-05T18:11:26.859Z] coverage: 58.3% of statements
18:11:26 [2020-10-05T18:11:26.859Z] ok  	github.com/docker/docker/pkg/discovery	0.185s	coverage: 58.3% of statements
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestContent
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestInitialize
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestNew
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestParsingContentsWithComments
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestRegister
18:11:26 [2020-10-05T18:11:26.859Z] === RUN   Test/TestWatch
18:11:26 [2020-10-05T18:11:26.859Z] --- PASS: Test (0.01s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestContent (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestInitialize (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestNew (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestRegister (0.00s)
18:11:26 [2020-10-05T18:11:26.859Z]     --- PASS: Test/TestWatch (0.01s)
18:11:26 [2020-10-05T18:11:26.859Z] PASS
18:11:26 [2020-10-05T18:11:26.859Z] coverage: 92.9% of statements
18:11:26 [2020-10-05T18:11:26.859Z] ok  	github.com/docker/docker/pkg/discovery/file	0.197s	coverage: 92.9% of statements
18:11:27 [2020-10-05T18:11:27.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:11:27 [2020-10-05T18:11:27.093Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s)
18:11:27 [2020-10-05T18:11:27.093Z] === RUN   TestNetworkLoopbackNat
18:11:27 [2020-10-05T18:11:27.093Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
18:11:27 [2020-10-05T18:11:27.467Z] --- PASS: TestHealthKillContainer (2.49s)
18:11:27 [2020-10-05T18:11:27.467Z] === RUN   TestInspectCpusetInConfigPre120
18:11:27 [2020-10-05T18:11:27.664Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
18:11:27 [2020-10-05T18:11:27.730Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s)
18:11:27 [2020-10-05T18:11:27.730Z] === RUN   TestIpcModeNone
18:11:28 [2020-10-05T18:11:28.233Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
18:11:28 [2020-10-05T18:11:28.302Z] --- PASS: TestIpcModeNone (0.46s)
18:11:28 [2020-10-05T18:11:28.302Z] === RUN   TestIpcModePrivate
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test/TestInitialize
18:11:28 [2020-10-05T18:11:28.395Z] time="2020-10-05T18:11:28Z" level=info msg="Initializing discovery without TLS"
18:11:28 [2020-10-05T18:11:28.395Z] time="2020-10-05T18:11:28Z" level=info msg="Initializing discovery without TLS"
18:11:28 [2020-10-05T18:11:28.395Z] time="2020-10-05T18:11:28Z" level=info msg="Initializing discovery without TLS"
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test/TestInitializeWithCerts
18:11:28 [2020-10-05T18:11:28.395Z] time="2020-10-05T18:11:28Z" level=info msg="Initializing discovery with TLS"
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test/TestWatch
18:11:28 [2020-10-05T18:11:28.395Z] time="2020-10-05T18:11:28Z" level=info msg="Initializing discovery without TLS"
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test/TestWatch
18:11:28 [2020-10-05T18:11:28.395Z] --- PASS: Test (0.00s)
18:11:28 [2020-10-05T18:11:28.395Z]     --- PASS: Test/TestWatch (0.00s)
18:11:28 [2020-10-05T18:11:28.395Z] PASS
18:11:28 [2020-10-05T18:11:28.395Z] coverage: 92.3% of statements
18:11:28 [2020-10-05T18:11:28.395Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.631s	coverage: 92.3% of statements
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test/TestInitialize
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test/TestInitializeWithPattern
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test/TestRegister
18:11:28 [2020-10-05T18:11:28.395Z] === RUN   Test/TestWatch
18:11:28 [2020-10-05T18:11:28.395Z] --- PASS: Test (0.00s)
18:11:28 [2020-10-05T18:11:28.395Z]     --- PASS: Test/TestInitialize (0.00s)
18:11:28 [2020-10-05T18:11:28.395Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
18:11:28 [2020-10-05T18:11:28.395Z]     --- PASS: Test/TestRegister (0.00s)
18:11:28 [2020-10-05T18:11:28.395Z]     --- PASS: Test/TestWatch (0.00s)
18:11:28 [2020-10-05T18:11:28.395Z] PASS
18:11:28 [2020-10-05T18:11:28.395Z] coverage: 93.8% of statements
18:11:28 [2020-10-05T18:11:28.395Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.062s	coverage: 93.8% of statements
18:11:28 [2020-10-05T18:11:28.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:11:28 [2020-10-05T18:11:28.802Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
18:11:28 [2020-10-05T18:11:28.802Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
18:11:28 [2020-10-05T18:11:28.869Z] --- PASS: TestIpcModePrivate (0.44s)
18:11:28 [2020-10-05T18:11:28.869Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
18:11:28 [2020-10-05T18:11:28.869Z] === RUN   TestIpcModeShareable
18:11:28 [2020-10-05T18:11:28.869Z] --- SKIP: TestIpcModeShareable (0.00s)
18:11:28 [2020-10-05T18:11:28.869Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:11:28 [2020-10-05T18:11:28.869Z] === RUN   TestAPIIpcModeShareableAndContainer
18:11:29 [2020-10-05T18:11:29.528Z] --- PASS: TestUpdateRestartPolicy (12.80s)
18:11:29 [2020-10-05T18:11:29.528Z] === RUN   TestUpdateRestartWithAutoRemove
18:11:29 [2020-10-05T18:11:29.528Z] --- PASS: TestUpdateRestartWithAutoRemove (0.93s)
18:11:29 [2020-10-05T18:11:29.528Z] === RUN   TestWaitNonBlocked
18:11:29 [2020-10-05T18:11:29.528Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:11:29 [2020-10-05T18:11:29.528Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:11:29 [2020-10-05T18:11:29.528Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:11:29 [2020-10-05T18:11:29.528Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:11:29 [2020-10-05T18:11:29.528Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:11:29 [2020-10-05T18:11:29.528Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:11:29 [2020-10-05T18:11:29.528Z] --- PASS: TestWaitNonBlocked (0.02s)
18:11:29 [2020-10-05T18:11:29.528Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.14s)
18:11:29 [2020-10-05T18:11:29.528Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.24s)
18:11:29 [2020-10-05T18:11:29.528Z] === RUN   TestWaitBlocked
18:11:29 [2020-10-05T18:11:29.528Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:11:29 [2020-10-05T18:11:29.528Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:11:29 [2020-10-05T18:11:29.528Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:11:29 [2020-10-05T18:11:29.528Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:11:29 [2020-10-05T18:11:29.528Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:11:29 [2020-10-05T18:11:29.528Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestPollerAddRemove
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestPollerAddRemove (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestPollerEvent
18:11:29 [2020-10-05T18:11:29.934Z] --- SKIP: TestPollerEvent (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z]     poller_test.go:41: No chmod on Windows
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestPollerClose
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestPollerClose (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] PASS
18:11:29 [2020-10-05T18:11:29.934Z] coverage: 36.2% of statements
18:11:29 [2020-10-05T18:11:29.934Z] ok  	github.com/docker/docker/pkg/filenotify	0.230s	coverage: 36.2% of statements
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCopyFileWithInvalidSrc
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCopyFileWithInvalidDest
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCopyFileWithSameSrcAndDest
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCopyFile
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCopyFile (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
18:11:29 [2020-10-05T18:11:29.934Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z]     fileutils_test.go:134: Needs porting to Windows
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestReadSymlinkedDirectoryToFile
18:11:29 [2020-10-05T18:11:29.934Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z]     fileutils_test.go:180: Needs porting to Windows
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestWildcardMatches
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestWildcardMatches (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestPatternMatches
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestPatternMatches (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestExclusionPatternMatchesPatternBefore
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestPatternMatchesFolderExclusions
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestPatternMatchesFolderWildcardExclusions
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestExclusionPatternMatchesPatternAfter
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestExclusionPatternMatchesWholeDirectory
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestSingleExclamationError
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestSingleExclamationError (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestMatchesWithNoPatterns
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestMatchesWithMalformedPatterns
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestMatches
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestMatches (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCleanPatterns
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCleanPatterns (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCleanPatternsStripEmptyPatterns
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCleanPatternsExceptionFlag
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCleanPatternsErrorSingleException
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCreateIfNotExistsDir
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestCreateIfNotExistsFile
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] === RUN   TestMatch
18:11:29 [2020-10-05T18:11:29.934Z] --- PASS: TestMatch (0.00s)
18:11:29 [2020-10-05T18:11:29.934Z] PASS
18:11:29 [2020-10-05T18:11:29.934Z] coverage: 87.7% of statements
18:11:29 [2020-10-05T18:11:29.934Z] ok  	github.com/docker/docker/pkg/fileutils	0.120s	coverage: 87.7% of statements
18:11:30 [2020-10-05T18:11:30.188Z] --- PASS: TestNetworkLoopbackNat (3.22s)
18:11:30 [2020-10-05T18:11:30.188Z] === RUN   TestPause
18:11:30 [2020-10-05T18:11:30.244Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s)
18:11:30 [2020-10-05T18:11:30.244Z] === RUN   TestAPIIpcModeHost
18:11:30 [2020-10-05T18:11:30.244Z] --- SKIP: TestAPIIpcModeHost (0.00s)
18:11:30 [2020-10-05T18:11:30.244Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:11:30 [2020-10-05T18:11:30.244Z] === RUN   TestDaemonIpcModeShareable
18:11:30 [2020-10-05T18:11:30.244Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
18:11:30 [2020-10-05T18:11:30.244Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:11:30 [2020-10-05T18:11:30.244Z] === RUN   TestDaemonIpcModePrivate
18:11:30 [2020-10-05T18:11:30.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:11:30 [2020-10-05T18:11:30.448Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
18:11:30 [2020-10-05T18:11:30.618Z] --- PASS: TestWaitBlocked (0.01s)
18:11:30 [2020-10-05T18:11:30.618Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.17s)
18:11:30 [2020-10-05T18:11:30.618Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.19s)
18:11:30 [2020-10-05T18:11:30.618Z] === CONT  TestContainerStartOnDaemonRestart
18:11:30 [2020-10-05T18:11:30.618Z] === CONT  TestContainerKillOnDaemonStart
18:11:30 [2020-10-05T18:11:30.903Z] === RUN   TestGet
18:11:30 [2020-10-05T18:11:30.903Z] --- PASS: TestGet (0.00s)
18:11:30 [2020-10-05T18:11:30.903Z] === RUN   TestGetShortcutString
18:11:30 [2020-10-05T18:11:30.903Z] --- PASS: TestGetShortcutString (0.00s)
18:11:30 [2020-10-05T18:11:30.903Z] PASS
18:11:30 [2020-10-05T18:11:30.903Z] coverage: 42.9% of statements
18:11:30 [2020-10-05T18:11:30.903Z] ok  	github.com/docker/docker/pkg/homedir	0.167s	coverage: 42.9% of statements
18:11:31 [2020-10-05T18:11:31.021Z] --- PASS: TestPause (0.84s)
18:11:31 [2020-10-05T18:11:31.021Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:11:31 [2020-10-05T18:11:31.021Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:11:31 [2020-10-05T18:11:31.021Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:11:31 [2020-10-05T18:11:31.021Z] === RUN   TestPauseStopPausedContainer
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestTarFiles (4.78s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestTarUntar
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestTarUntar (0.02s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestTarWithOptions
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestTarWithOptions (0.02s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestUntarUstarGnuConflict
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestUntarInvalidFilenames
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: Test (3.11s)
18:11:31 [2020-10-05T18:11:31.363Z]     --- PASS: Test/TestInitialize (0.08s)
18:11:31 [2020-10-05T18:11:31.363Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
18:11:31 [2020-10-05T18:11:31.363Z]     --- PASS: Test/TestWatch (3.02s)
18:11:31 [2020-10-05T18:11:31.363Z] PASS
18:11:31 [2020-10-05T18:11:31.363Z] coverage: 84.1% of statements
18:11:31 [2020-10-05T18:11:31.363Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.623s	coverage: 84.1% of statements
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames086723870\\dest"
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestUntarInvalidFilenames (0.12s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestUntarHardlinkToSymlink
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestUntarInvalidHardlink
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink995333471\\victim\\hello" -> "../victim/hello"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink264093490\\victim\\hello" -> "/../victim/hello"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink075668713\\victim" -> "../victim"
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestCreateIDMapOrder
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestCreateIDMapOrder (0.00s)
18:11:31 [2020-10-05T18:11:31.363Z] PASS
18:11:31 [2020-10-05T18:11:31.363Z] coverage: 7.3% of statements
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink562455348\\victim" -> "../victim"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink944419075\\victim" -> "../victim"
18:11:31 [2020-10-05T18:11:31.363Z] ok  	github.com/docker/docker/pkg/idtools	0.120s	coverage: 7.3% of statements
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink439275654\\victim" -> "../victim"
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestUntarInvalidHardlink (0.03s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestUntarInvalidSymlink
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink873506861\\dest\\dotdot" -> "../victim/hello"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink577495976\\dest\\slash-dotdot" -> "/../victim/hello"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink707338471\\dest\\loophole-victim" -> "../victim"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink571526938\\dest\\loophole-victim" -> "../victim"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink727751089\\dest\\loophole-victim" -> "../victim"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink024190812\\dest\\loophole-victim" -> "../victim"
18:11:31 [2020-10-05T18:11:31.363Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink654916363\\dest\\dir\\loophole" -> "../../victim"
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestUntarInvalidSymlink (0.03s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestTempArchiveCloseMultipleTimes
18:11:31 [2020-10-05T18:11:31.363Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
18:11:31 [2020-10-05T18:11:31.363Z] === RUN   TestReplaceFileTarWrapper
18:11:31 [2020-10-05T18:11:31.590Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
18:11:31 [2020-10-05T18:11:31.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:11:31 [2020-10-05T18:11:31.822Z] --- PASS: TestReplaceFileTarWrapper (0.16s)
18:11:31 [2020-10-05T18:11:31.822Z] === RUN   TestPrefixHeaderReadable
18:11:31 [2020-10-05T18:11:31.822Z] --- PASS: TestPrefixHeaderReadable (0.01s)
18:11:31 [2020-10-05T18:11:31.822Z] === RUN   TestDisablePigz
18:11:31 [2020-10-05T18:11:31.822Z] --- PASS: TestDisablePigz (0.14s)
18:11:31 [2020-10-05T18:11:31.822Z]     archive_test.go:1310: Test will not check full path when Pigz not installed
18:11:31 [2020-10-05T18:11:31.822Z] === RUN   TestPigz
18:11:31 [2020-10-05T18:11:31.851Z] --- PASS: TestPauseStopPausedContainer (0.89s)
18:11:31 [2020-10-05T18:11:31.851Z] === RUN   TestPsFilter
18:11:31 [2020-10-05T18:11:31.851Z] === RUN   TestDockerSuite/TestBuildAddTar
18:11:32 [2020-10-05T18:11:32.111Z] --- PASS: TestPsFilter (0.16s)
18:11:32 [2020-10-05T18:11:32.111Z] === RUN   TestRemoveContainerWithRemovedVolume
18:11:32 [2020-10-05T18:11:32.111Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
18:11:32 [2020-10-05T18:11:32.145Z] --- PASS: TestDaemonIpcModePrivate (2.15s)
18:11:32 [2020-10-05T18:11:32.145Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
18:11:32 [2020-10-05T18:11:32.145Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:11:32 [2020-10-05T18:11:32.145Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
18:11:32 [2020-10-05T18:11:32.145Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:11:32 [2020-10-05T18:11:32.145Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:11:32 [2020-10-05T18:11:32.145Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
18:11:32 [2020-10-05T18:11:32.145Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:11:32 [2020-10-05T18:11:32.145Z] === RUN   TestIpcModeOlderClient
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestPigz (0.11s)
18:11:32 [2020-10-05T18:11:32.281Z]     archive_test.go:1339: Tested whether Pigz is not used, as it not installed
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestCopyFileWithInvalidDest
18:11:32 [2020-10-05T18:11:32.281Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z]     archive_windows_test.go:16: Currently fails
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestCanonicalTarNameForPath
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestCanonicalTarName
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestCanonicalTarName (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestChmodTarEntry
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestChmodTarEntry (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestHardLinkOrder
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestHardLinkOrder (0.19s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestChangeString
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestChangeString (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestChangesWithNoChanges
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestChangesWithNoChanges (0.01s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestChangesWithChanges
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestChangesWithChanges (0.07s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestChangesWithChangesGH13590
18:11:32 [2020-10-05T18:11:32.281Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z]     changes_test.go:192: needs more investigation
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestChangesDirsEmpty
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestChangesDirsEmpty (0.09s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestChangesDirsMutated
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestFixedBufferCap
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestFixedBufferCap (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestFixedBufferLen
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestFixedBufferLen (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestFixedBufferString
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestFixedBufferString (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestFixedBufferWrite
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestFixedBufferWrite (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestFixedBufferRead
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestFixedBufferRead (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestBytesPipeRead
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestBytesPipeRead (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestBytesPipeWrite
18:11:32 [2020-10-05T18:11:32.281Z] --- PASS: TestBytesPipeWrite (0.00s)
18:11:32 [2020-10-05T18:11:32.281Z] === RUN   TestBytesPipeWriteRandomChunks
18:11:32 [2020-10-05T18:11:32.403Z] === PAUSE TestIpcModeOlderClient
18:11:32 [2020-10-05T18:11:32.403Z] === RUN   TestKillContainerInvalidSignal
18:11:32 [2020-10-05T18:11:32.662Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
18:11:32 [2020-10-05T18:11:32.662Z] === RUN   TestKillContainer
18:11:32 [2020-10-05T18:11:32.662Z] === RUN   TestKillContainer/no_signal
18:11:32 [2020-10-05T18:11:32.682Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s)
18:11:32 [2020-10-05T18:11:32.682Z] === RUN   TestRemoveContainerWithVolume
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestChangesDirsMutated (0.20s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestApplyLayer
18:11:32 [2020-10-05T18:11:32.740Z] --- SKIP: TestApplyLayer (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     changes_test.go:405: needs further investigation
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestChangesSizeWithHardlinks
18:11:32 [2020-10-05T18:11:32.740Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     changes_test.go:441: needs further investigation
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestChangesSizeWithNoChanges
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestChangesSize
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestChangesSize (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestApplyLayerInvalidFilenames
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames140779391\\dest"
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestApplyLayerInvalidHardlink
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink530780681\\victim\\hello" -> "../victim/hello"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink853355988\\victim\\hello" -> "/../victim/hello"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink640197411\\victim" -> "../victim"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink482172966\\victim" -> "../victim"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink690467661\\victim" -> "../victim"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink348192328\\victim" -> "../victim"
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestApplyLayerInvalidSymlink
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink076844295\\dest\\dotdot" -> "../victim/hello"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink842996922\\dest\\slash-dotdot" -> "/../victim/hello"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink714589905\\dest\\loophole-victim" -> "../victim"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink237602812\\dest\\loophole-victim" -> "../victim"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink900564267\\dest\\loophole-victim" -> "../victim"
18:11:32 [2020-10-05T18:11:32.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink444651662\\dest\\loophole-victim" -> "../victim"
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestError
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestError (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString/no_progress
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString/progress_1
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString/some_progress_with_a_start_time
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString/some_progress_without_a_start_time
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString/with_units
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestProgressString/hide_counts
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestProgressString (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     --- PASS: TestProgressString/no_progress (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     --- PASS: TestProgressString/progress_1 (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     --- PASS: TestProgressString/with_units (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z]     --- PASS: TestProgressString/hide_counts (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestJSONMessageDisplay
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestApplyLayerWhiteouts
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestStandardLongPath
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestStandardLongPath (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestUNCLongPath
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestUNCLongPath (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] PASS
18:11:32 [2020-10-05T18:11:32.740Z] coverage: 100.0% of statements
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestApplyLayerWhiteouts (0.05s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestGenerateEmptyFile
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestGenerateEmptyFile (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestGenerateWithContent
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestGenerateWithContent (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] PASS
18:11:32 [2020-10-05T18:11:32.740Z] coverage: 62.7% of statements
18:11:32 [2020-10-05T18:11:32.740Z] ok  	github.com/docker/docker/pkg/longpath	0.037s	coverage: 100.0% of statements
18:11:32 [2020-10-05T18:11:32.740Z] ok  	github.com/docker/docker/pkg/archive	7.554s	coverage: 62.7% of statements
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestJSONMessageDisplay (0.12s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestJSONMessageDisplayWithJSONError
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestDisplayJSONMessagesStream
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] PASS
18:11:32 [2020-10-05T18:11:32.740Z] coverage: 91.7% of statements
18:11:32 [2020-10-05T18:11:32.740Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.182s	coverage: 91.7% of statements
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestAtomicWriteToFile
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestAtomicWriteToFile (0.01s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestAtomicWriteSetCommit
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestAtomicWriteSetCancel
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestReadCloserWrapperClose
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestReadCloserWrapperClose (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestReaderErrWrapperReadOnError
18:11:32 [2020-10-05T18:11:32.740Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
18:11:32 [2020-10-05T18:11:32.740Z] === RUN   TestReaderErrWrapperRead
18:11:33 [2020-10-05T18:11:33.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:11:33 [2020-10-05T18:11:33.200Z] --- PASS: TestReaderErrWrapperRead (0.00s)
18:11:33 [2020-10-05T18:11:33.200Z] === RUN   TestHashData
18:11:33 [2020-10-05T18:11:33.200Z] --- PASS: TestHashData (0.00s)
18:11:33 [2020-10-05T18:11:33.200Z] === RUN   TestCancelReadCloser
18:11:33 [2020-10-05T18:11:33.200Z] --- PASS: TestCancelReadCloser (0.11s)
18:11:33 [2020-10-05T18:11:33.200Z] === RUN   TestWriteCloserWrapperClose
18:11:33 [2020-10-05T18:11:33.200Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
18:11:33 [2020-10-05T18:11:33.200Z] === RUN   TestNopWriteCloser
18:11:33 [2020-10-05T18:11:33.200Z] --- PASS: TestNopWriteCloser (0.00s)
18:11:33 [2020-10-05T18:11:33.200Z] === RUN   TestNopWriter
18:11:33 [2020-10-05T18:11:33.200Z] --- PASS: TestNopWriter (0.00s)
18:11:33 [2020-10-05T18:11:33.200Z] === RUN   TestWriteCounter
18:11:33 [2020-10-05T18:11:33.200Z] --- PASS: TestWriteCounter (0.00s)
18:11:33 [2020-10-05T18:11:33.200Z] PASS
18:11:33 [2020-10-05T18:11:33.200Z] coverage: 68.4% of statements
18:11:33 [2020-10-05T18:11:33.200Z] ok  	github.com/docker/docker/pkg/ioutils	0.692s	coverage: 68.4% of statements
18:11:33 [2020-10-05T18:11:33.235Z] === RUN   TestKillContainer/non_killing_signal
18:11:33 [2020-10-05T18:11:33.235Z] === RUN   TestKillContainer/killing_signal
18:11:33 [2020-10-05T18:11:33.368Z] --- PASS: TestContainerStartOnDaemonRestart (3.02s)
18:11:33 [2020-10-05T18:11:33.368Z] === CONT  TestIpcModeOlderClient
18:11:33 [2020-10-05T18:11:33.623Z] --- PASS: TestRemoveContainerWithVolume (0.81s)
18:11:33 [2020-10-05T18:11:33.623Z] === RUN   TestRemoveContainerRunning
18:11:33 [2020-10-05T18:11:33.659Z] === RUN   TestNameFormat
18:11:33 [2020-10-05T18:11:33.659Z] --- PASS: TestNameFormat (0.00s)
18:11:33 [2020-10-05T18:11:33.659Z] === RUN   TestNameRetries
18:11:33 [2020-10-05T18:11:33.659Z] --- PASS: TestNameRetries (0.00s)
18:11:33 [2020-10-05T18:11:33.659Z] PASS
18:11:33 [2020-10-05T18:11:33.659Z] coverage: 85.7% of statements
18:11:33 [2020-10-05T18:11:33.659Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.076s	coverage: 85.7% of statements
18:11:33 [2020-10-05T18:11:33.659Z] === RUN   TestParseKeyValueOpt
18:11:33 [2020-10-05T18:11:33.659Z] --- PASS: TestParseKeyValueOpt (0.00s)
18:11:33 [2020-10-05T18:11:33.659Z] === RUN   TestParseUintList
18:11:33 [2020-10-05T18:11:33.659Z] --- PASS: TestParseUintList (0.00s)
18:11:33 [2020-10-05T18:11:33.659Z] === RUN   TestParseUintListMaximumLimits
18:11:33 [2020-10-05T18:11:33.659Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
18:11:33 [2020-10-05T18:11:33.659Z] PASS
18:11:33 [2020-10-05T18:11:33.659Z] coverage: 97.0% of statements
18:11:33 [2020-10-05T18:11:33.659Z] ok  	github.com/docker/docker/pkg/parsers	0.070s	coverage: 97.0% of statements
18:11:33 [2020-10-05T18:11:33.661Z] --- PASS: TestIpcModeOlderClient (0.16s)
18:11:33 [2020-10-05T18:11:33.661Z] === CONT  TestDaemonHostGatewayIP
18:11:33 [2020-10-05T18:11:33.807Z] --- PASS: TestKillContainer (1.16s)
18:11:33 [2020-10-05T18:11:33.807Z]     --- PASS: TestKillContainer/no_signal (0.36s)
18:11:33 [2020-10-05T18:11:33.807Z]     --- PASS: TestKillContainer/non_killing_signal (0.25s)
18:11:33 [2020-10-05T18:11:33.807Z]     --- PASS: TestKillContainer/killing_signal (0.39s)
18:11:33 [2020-10-05T18:11:33.807Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:11:33 [2020-10-05T18:11:33.807Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:11:34 [2020-10-05T18:11:34.119Z] === RUN   TestNewAndRemove
18:11:34 [2020-10-05T18:11:34.119Z] --- PASS: TestNewAndRemove (0.00s)
18:11:34 [2020-10-05T18:11:34.119Z] === RUN   TestRemoveInvalidPath
18:11:34 [2020-10-05T18:11:34.119Z] --- PASS: TestRemoveInvalidPath (0.00s)
18:11:34 [2020-10-05T18:11:34.119Z] PASS
18:11:34 [2020-10-05T18:11:34.119Z] coverage: 82.6% of statements
18:11:34 [2020-10-05T18:11:34.119Z] ok  	github.com/docker/docker/pkg/pidfile	0.049s	coverage: 82.6% of statements
18:11:34 [2020-10-05T18:11:34.193Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
18:11:34 [2020-10-05T18:11:34.193Z] --- PASS: TestRemoveContainerRunning (0.76s)
18:11:34 [2020-10-05T18:11:34.193Z] === RUN   TestRemoveContainerForceRemoveRunning
18:11:34 [2020-10-05T18:11:34.373Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:11:34 [2020-10-05T18:11:34.632Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s)
18:11:34 [2020-10-05T18:11:34.632Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
18:11:34 [2020-10-05T18:11:34.632Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
18:11:34 [2020-10-05T18:11:34.632Z] === RUN   TestKillStoppedContainer
18:11:34 [2020-10-05T18:11:34.632Z] --- PASS: TestKillStoppedContainer (0.04s)
18:11:34 [2020-10-05T18:11:34.632Z] === RUN   TestKillStoppedContainerAPIPre120
18:11:34 [2020-10-05T18:11:34.632Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
18:11:34 [2020-10-05T18:11:34.632Z] === RUN   TestKillDifferentUserContainer
18:11:35 [2020-10-05T18:11:35.069Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:11:35 [2020-10-05T18:11:35.069Z] Using test binary docker
18:11:35 [2020-10-05T18:11:35.069Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:11:35 [2020-10-05T18:11:35.069Z] +++ /etc/init.d/apparmor start
18:11:35 [2020-10-05T18:11:35.069Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:11:35 [2020-10-05T18:11:35.069Z] INFO: Waiting for daemon to start...
18:11:35 [2020-10-05T18:11:35.069Z] Starting dockerd
18:11:35 [2020-10-05T18:11:35.069Z] +++ 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
18:11:35 [2020-10-05T18:11:35.087Z] === RUN   TestParseEmptyInterface
18:11:35 [2020-10-05T18:11:35.087Z] --- PASS: TestParseEmptyInterface (0.00s)
18:11:35 [2020-10-05T18:11:35.087Z] === RUN   TestParseNonInterfaceType
18:11:35 [2020-10-05T18:11:35.087Z] --- PASS: TestParseNonInterfaceType (0.00s)
18:11:35 [2020-10-05T18:11:35.087Z] === RUN   TestParseWithOneFunction
18:11:35 [2020-10-05T18:11:35.087Z] --- PASS: TestParseWithOneFunction (0.00s)
18:11:35 [2020-10-05T18:11:35.087Z] === RUN   TestParseWithMultipleFuncs
18:11:35 [2020-10-05T18:11:35.087Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
18:11:35 [2020-10-05T18:11:35.087Z] === RUN   TestParseWithUnnamedReturn
18:11:35 [2020-10-05T18:11:35.087Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
18:11:35 [2020-10-05T18:11:35.087Z] === RUN   TestEmbeddedInterface
18:11:35 [2020-10-05T18:11:35.087Z] --- PASS: TestEmbeddedInterface (0.00s)
18:11:35 [2020-10-05T18:11:35.087Z] === RUN   TestParsedImports
18:11:35 [2020-10-05T18:11:35.087Z] --- PASS: TestParsedImports (0.00s)
18:11:35 [2020-10-05T18:11:35.087Z] === RUN   TestAliasedImports
18:11:35 [2020-10-05T18:11:35.087Z] --- PASS: TestAliasedImports (0.00s)
18:11:35 [2020-10-05T18:11:35.087Z] PASS
18:11:35 [2020-10-05T18:11:35.087Z] coverage: 56.8% of statements
18:11:35 [2020-10-05T18:11:35.087Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.093s	coverage: 56.8% of statements
18:11:35 [2020-10-05T18:11:35.134Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s)
18:11:35 [2020-10-05T18:11:35.134Z] === RUN   TestRemoveInvalidContainer
18:11:35 [2020-10-05T18:11:35.134Z] --- PASS: TestRemoveInvalidContainer (0.01s)
18:11:35 [2020-10-05T18:11:35.134Z] === RUN   TestRenameLinkedContainer
18:11:35 [2020-10-05T18:11:35.198Z] --- PASS: TestKillDifferentUserContainer (0.42s)
18:11:35 [2020-10-05T18:11:35.198Z] === RUN   TestInspectOomKilledTrue
18:11:35 [2020-10-05T18:11:35.198Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
18:11:35 [2020-10-05T18:11:35.198Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
18:11:35 [2020-10-05T18:11:35.199Z] === RUN   TestInspectOomKilledFalse
18:11:35 [2020-10-05T18:11:35.199Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
18:11:35 [2020-10-05T18:11:35.199Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:11:35 [2020-10-05T18:11:35.199Z] === RUN   TestLinksEtcHostsContentMatch
18:11:35 [2020-10-05T18:11:35.199Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
18:11:35 [2020-10-05T18:11:35.199Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
18:11:35 [2020-10-05T18:11:35.199Z] === RUN   TestLinksContainerNames
18:11:35 [2020-10-05T18:11:35.707Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
18:11:36 [2020-10-05T18:11:36.055Z] === RUN   TestFailedConnection
18:11:36 [2020-10-05T18:11:36.055Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
18:11:36 [2020-10-05T18:11:36.055Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
18:11:36 [2020-10-05T18:11:36.055Z] === RUN   TestBufioReaderPoolPutAndGet
18:11:36 [2020-10-05T18:11:36.055Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
18:11:36 [2020-10-05T18:11:36.055Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
18:11:36 [2020-10-05T18:11:36.055Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
18:11:36 [2020-10-05T18:11:36.055Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
18:11:36 [2020-10-05T18:11:36.055Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
18:11:36 [2020-10-05T18:11:36.055Z] === RUN   TestBufioWriterPoolPutAndGet
18:11:36 [2020-10-05T18:11:36.055Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
18:11:36 [2020-10-05T18:11:36.055Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
18:11:36 [2020-10-05T18:11:36.055Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
18:11:36 [2020-10-05T18:11:36.055Z] === RUN   TestBufferPoolPutAndGet
18:11:36 [2020-10-05T18:11:36.055Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
18:11:36 [2020-10-05T18:11:36.055Z] PASS
18:11:36 [2020-10-05T18:11:36.055Z] coverage: 88.2% of statements
18:11:36 [2020-10-05T18:11:36.055Z] ok  	github.com/docker/docker/pkg/pools	0.037s	coverage: 88.2% of statements
18:11:36 [2020-10-05T18:11:36.132Z] --- PASS: TestLinksContainerNames (0.78s)
18:11:36 [2020-10-05T18:11:36.132Z] === RUN   TestLogsFollowTailEmpty
18:11:36 [2020-10-05T18:11:36.390Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
18:11:36 [2020-10-05T18:11:36.390Z] === RUN   TestContainerNetworkMountsNoChown
18:11:36 [2020-10-05T18:11:36.514Z] === RUN   TestHTTPTransport
18:11:36 [2020-10-05T18:11:36.514Z] --- PASS: TestHTTPTransport (0.00s)
18:11:36 [2020-10-05T18:11:36.514Z] PASS
18:11:36 [2020-10-05T18:11:36.514Z] coverage: 85.7% of statements
18:11:36 [2020-10-05T18:11:36.514Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.154s	coverage: 85.7% of statements
18:11:36 [2020-10-05T18:11:36.649Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s)
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/default
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/default
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/private
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/private
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rprivate
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rprivate
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/slave
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/slave
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rslave
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rslave
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/shared
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/shared
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rshared
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rshared
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/default
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/default/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/default/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/rslave
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/rshared
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/shared
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/rprivate
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/slave
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/private
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/private/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/private/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:11:36 [2020-10-05T18:11:36.649Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:11:36 [2020-10-05T18:11:36.649Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/default/bind_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/default/mount_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/private/bind_root
18:11:36 [2020-10-05T18:11:36.914Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:11:36 [2020-10-05T18:11:36.974Z] --- PASS: TestFailedConnection (1.00s)
18:11:36 [2020-10-05T18:11:36.974Z] === RUN   TestFailOnce
18:11:36 [2020-10-05T18:11:36.974Z] 2020/10/05 18:11:36 http: panic serving 127.0.0.1:49219: Plugin not ready
18:11:36 [2020-10-05T18:11:36.974Z] goroutine 10 [running]:
18:11:36 [2020-10-05T18:11:36.974Z] net/http.(*conn).serve.func1(0xc000058b40)
18:11:36 [2020-10-05T18:11:36.974Z] 	c:/go/src/net/http/server.go:1795 +0x140
18:11:36 [2020-10-05T18:11:36.974Z] panic(0x849ac0, 0x986810)
18:11:36 [2020-10-05T18:11:36.974Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
18:11:36 [2020-10-05T18:11:36.974Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a480, 0xc000132000, 0xc0000d0300)
18:11:36 [2020-10-05T18:11:36.974Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
18:11:36 [2020-10-05T18:11:36.974Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a480, 0xc000132000, 0xc0000d0300)
18:11:36 [2020-10-05T18:11:36.974Z] 	c:/go/src/net/http/server.go:2036 +0x4b
18:11:36 [2020-10-05T18:11:36.974Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a480, 0xc000132000, 0xc0000d0300)
18:11:36 [2020-10-05T18:11:36.974Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
18:11:36 [2020-10-05T18:11:36.974Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a480, 0xc000132000, 0xc0000d0300)
18:11:36 [2020-10-05T18:11:36.974Z] 	c:/go/src/net/http/server.go:2831 +0xab
18:11:36 [2020-10-05T18:11:36.974Z] net/http.(*conn).serve(0xc000058b40, 0x99b040, 0xc00004a980)
18:11:36 [2020-10-05T18:11:36.974Z] 	c:/go/src/net/http/server.go:1919 +0x87c
18:11:36 [2020-10-05T18:11:36.974Z] created by net/http.(*Server).Serve
18:11:36 [2020-10-05T18:11:36.974Z] 	c:/go/src/net/http/server.go:2957 +0x38b
18:11:36 [2020-10-05T18:11:36.974Z] time="2020-10-05T18:11:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49218/Test.FailOnce: Post http://127.0.0.1:49218/Test.FailOnce: EOF, retrying in 1s"
18:11:36 [2020-10-05T18:11:36.974Z] === RUN   TestOutputOnPrematureClose
18:11:36 [2020-10-05T18:11:36.974Z] --- PASS: TestOutputOnPrematureClose (0.00s)
18:11:36 [2020-10-05T18:11:36.974Z] === RUN   TestCompleteSilently
18:11:36 [2020-10-05T18:11:36.974Z] --- PASS: TestCompleteSilently (0.00s)
18:11:36 [2020-10-05T18:11:36.974Z] PASS
18:11:36 [2020-10-05T18:11:36.974Z] coverage: 75.9% of statements
18:11:36 [2020-10-05T18:11:36.974Z] ok  	github.com/docker/docker/pkg/progress	0.071s	coverage: 75.9% of statements
18:11:37 [2020-10-05T18:11:37.174Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:11:37 [2020-10-05T18:11:37.174Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:11:37 [2020-10-05T18:11:37.174Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:11:37 [2020-10-05T18:11:37.174Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:11:37 [2020-10-05T18:11:37.174Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:11:37 [2020-10-05T18:11:37.174Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:11:37 [2020-10-05T18:11:37.174Z] === CONT  TestMountDaemonRoot/private/mount_root
18:11:37 [2020-10-05T18:11:37.174Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:11:37 [2020-10-05T18:11:37.174Z] --- PASS: TestMountDaemonRoot (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.03s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
18:11:37 [2020-10-05T18:11:37.174Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s)
18:11:37 [2020-10-05T18:11:37.174Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
18:11:37 [2020-10-05T18:11:37.174Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
18:11:37 [2020-10-05T18:11:37.174Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.01s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
18:11:37 [2020-10-05T18:11:37.174Z] === RUN   TestContainerBindMountNonRecursive
18:11:37 [2020-10-05T18:11:37.174Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
18:11:37 [2020-10-05T18:11:37.174Z]     mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
18:11:37 [2020-10-05T18:11:37.174Z] === RUN   TestNetworkNat
18:11:37 [2020-10-05T18:11:37.195Z] --- PASS: TestDaemonHostGatewayIP (3.33s)
18:11:37 [2020-10-05T18:11:37.195Z] === CONT  TestDaemonRestartIpcMode
18:11:37 [2020-10-05T18:11:37.433Z] === RUN   TestSendToOneSub
18:11:37 [2020-10-05T18:11:37.433Z] --- PASS: TestSendToOneSub (0.00s)
18:11:37 [2020-10-05T18:11:37.433Z] === RUN   TestSendToMultipleSubs
18:11:37 [2020-10-05T18:11:37.433Z] --- PASS: TestSendToMultipleSubs (0.00s)
18:11:37 [2020-10-05T18:11:37.433Z] === RUN   TestEvictOneSub
18:11:37 [2020-10-05T18:11:37.433Z] --- PASS: TestEvictOneSub (0.00s)
18:11:37 [2020-10-05T18:11:37.433Z] === RUN   TestClosePublisher
18:11:37 [2020-10-05T18:11:37.433Z] --- PASS: TestClosePublisher (0.00s)
18:11:37 [2020-10-05T18:11:37.433Z] === RUN   TestPubSubRace
18:11:37 [2020-10-05T18:11:37.629Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
18:11:37 [2020-10-05T18:11:37.742Z] --- PASS: TestNetworkNat (0.48s)
18:11:37 [2020-10-05T18:11:37.742Z] === RUN   TestNetworkLocalhostTCPNat
18:11:37 [2020-10-05T18:11:37.892Z] === RUN   TestRegister
18:11:37 [2020-10-05T18:11:37.892Z] --- PASS: TestRegister (0.00s)
18:11:37 [2020-10-05T18:11:37.892Z] === RUN   TestCommand
18:11:37 [2020-10-05T18:11:37.892Z] --- PASS: TestCommand (0.03s)
18:11:37 [2020-10-05T18:11:37.892Z] === RUN   TestNaiveSelf
18:11:37 [2020-10-05T18:11:37.892Z] --- PASS: TestNaiveSelf (0.02s)
18:11:37 [2020-10-05T18:11:37.892Z] PASS
18:11:37 [2020-10-05T18:11:37.892Z] coverage: 82.4% of statements
18:11:37 [2020-10-05T18:11:37.892Z] ok  	github.com/docker/docker/pkg/reexec	0.078s	coverage: 82.4% of statements
18:11:37 [2020-10-05T18:11:37.892Z] --- PASS: TestFailOnce (1.13s)
18:11:37 [2020-10-05T18:11:37.892Z] === RUN   TestEchoInputOutput
18:11:37 [2020-10-05T18:11:37.892Z] --- PASS: TestEchoInputOutput (0.00s)
18:11:37 [2020-10-05T18:11:37.892Z] === RUN   TestBackoff
18:11:37 [2020-10-05T18:11:37.892Z] --- PASS: TestBackoff (0.00s)
18:11:37 [2020-10-05T18:11:37.892Z] === RUN   TestAbortRetry
18:11:37 [2020-10-05T18:11:37.892Z] --- PASS: TestAbortRetry (0.00s)
18:11:37 [2020-10-05T18:11:37.893Z] === RUN   TestClientScheme
18:11:37 [2020-10-05T18:11:37.893Z] --- PASS: TestClientScheme (0.00s)
18:11:37 [2020-10-05T18:11:37.893Z] === RUN   TestNewClientWithTimeout
18:11:38 [2020-10-05T18:11:38.000Z] --- PASS: TestNetworkLocalhostTCPNat (0.39s)
18:11:38 [2020-10-05T18:11:38.001Z] === RUN   TestNetworkLoopbackNat
18:11:38 [2020-10-05T18:11:38.202Z] --- PASS: TestRenameLinkedContainer (3.02s)
18:11:38 [2020-10-05T18:11:38.202Z] === RUN   TestRenameStoppedContainer
18:11:38 [2020-10-05T18:11:38.351Z] --- PASS: TestPubSubRace (1.04s)
18:11:38 [2020-10-05T18:11:38.351Z] PASS
18:11:38 [2020-10-05T18:11:38.351Z] coverage: 73.9% of statements
18:11:38 [2020-10-05T18:11:38.351Z] ok  	github.com/docker/docker/pkg/pubsub	1.081s	coverage: 73.9% of statements
18:11:38 [2020-10-05T18:11:38.773Z] --- PASS: TestRenameStoppedContainer (0.76s)
18:11:38 [2020-10-05T18:11:38.773Z] === RUN   TestRenameRunningContainerAndReuse
18:11:38 [2020-10-05T18:11:38.811Z] time="2020-10-05T18:11:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
18:11:38 [2020-10-05T18:11:38.811Z] === RUN   TestParseSignal
18:11:38 [2020-10-05T18:11:38.811Z] --- PASS: TestParseSignal (0.00s)
18:11:38 [2020-10-05T18:11:38.811Z] === RUN   TestValidSignalForPlatform
18:11:38 [2020-10-05T18:11:38.811Z] --- PASS: TestValidSignalForPlatform (0.00s)
18:11:38 [2020-10-05T18:11:38.811Z] PASS
18:11:38 [2020-10-05T18:11:38.811Z] coverage: 20.3% of statements
18:11:38 [2020-10-05T18:11:38.811Z] ok  	github.com/docker/docker/pkg/signal	0.098s	coverage: 20.3% of statements
18:11:39 [2020-10-05T18:11:39.269Z] === RUN   TestNewStdWriter
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestNewStdWriter (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestWriteWithUninitializedStdWriter
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestWriteWithNilBytes
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestWriteWithNilBytes (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestWrite
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestWrite (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestWriteWithWriterError
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestWriteWithWriterError (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyWriteAndRead
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyReturnsErrorReadingHeader
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyReturnsErrorReadingFrame
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyDetectsCorruptedFrame
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyWithInvalidInputHeader
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyWithCorruptedPrefix
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyReturnsWriteErrors
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] === RUN   TestStdCopyReturnsErrorFromSystem
18:11:39 [2020-10-05T18:11:39.270Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
18:11:39 [2020-10-05T18:11:39.270Z] PASS
18:11:39 [2020-10-05T18:11:39.270Z] coverage: 100.0% of statements
18:11:39 [2020-10-05T18:11:39.270Z] ok  	github.com/docker/docker/pkg/stdcopy	0.052s	coverage: 100.0% of statements
18:11:39 [2020-10-05T18:11:39.712Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
18:11:39 [2020-10-05T18:11:39.972Z] === RUN   TestDockerSuite/TestBuildAddTarXz
18:11:40 [2020-10-05T18:11:40.238Z] time="2020-10-05T18:11:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestRawProgressFormatterFormatStatus
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestRawProgressFormatterFormatProgress
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestFormatStatus
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestFormatStatus (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestFormatError
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestFormatError (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestFormatJSONError
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestFormatJSONError (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestJsonProgressFormatterFormatProgress
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestJsonProgressFormatterFormatStatus
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestNewJSONProgressOutput
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestNewJSONProgressOutput (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestAuxFormatterEmit
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestAuxFormatterEmit (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestStreamWriterStdout
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestStreamWriterStdout (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestStreamWriterStderr
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestStreamWriterStderr (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] PASS
18:11:40 [2020-10-05T18:11:40.238Z] coverage: 66.2% of statements
18:11:40 [2020-10-05T18:11:40.238Z] ok  	github.com/docker/docker/pkg/streamformatter	0.182s	coverage: 66.2% of statements
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestGenerateRandomID
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestGenerateRandomID (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestShortenId
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestShortenId (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestShortenSha256Id
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestShortenSha256Id (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestShortenIdEmpty
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestShortenIdEmpty (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestShortenIdInvalid
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestShortenIdInvalid (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestIsShortIDNonHex
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestIsShortIDNonHex (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] === RUN   TestIsShortIDNotCorrectSize
18:11:40 [2020-10-05T18:11:40.238Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
18:11:40 [2020-10-05T18:11:40.238Z] PASS
18:11:40 [2020-10-05T18:11:40.238Z] coverage: 70.6% of statements
18:11:40 [2020-10-05T18:11:40.238Z] ok  	github.com/docker/docker/pkg/stringid	0.209s	coverage: 70.6% of statements
18:11:40 [2020-10-05T18:11:40.529Z] --- PASS: TestNetworkLoopbackNat (2.52s)
18:11:40 [2020-10-05T18:11:40.529Z] === RUN   TestPause
18:11:40 [2020-10-05T18:11:40.529Z] --- SKIP: TestPause (0.00s)
18:11:40 [2020-10-05T18:11:40.529Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
18:11:40 [2020-10-05T18:11:40.529Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:11:40 [2020-10-05T18:11:40.529Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:11:40 [2020-10-05T18:11:40.529Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:11:40 [2020-10-05T18:11:40.529Z] === RUN   TestPauseStopPausedContainer
18:11:40 [2020-10-05T18:11:40.529Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
18:11:40 [2020-10-05T18:11:40.529Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
18:11:40 [2020-10-05T18:11:40.529Z] === RUN   TestPsFilter
18:11:40 [2020-10-05T18:11:40.529Z] --- PASS: TestPsFilter (0.09s)
18:11:40 [2020-10-05T18:11:40.529Z] === RUN   TestRemoveContainerWithRemovedVolume
18:11:40 [2020-10-05T18:11:40.541Z] --- PASS: TestRenameRunningContainerAndReuse (1.58s)
18:11:40 [2020-10-05T18:11:40.541Z] === RUN   TestRenameInvalidName
18:11:40 [2020-10-05T18:11:40.732Z] --- PASS: TestDaemonRestartIpcMode (3.54s)
18:11:41 [2020-10-05T18:11:41.095Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s)
18:11:41 [2020-10-05T18:11:41.095Z] === RUN   TestRemoveContainerWithVolume
18:11:41 [2020-10-05T18:11:41.206Z] === RUN   TestIsCpusetListAvailable
18:11:41 [2020-10-05T18:11:41.206Z] --- PASS: TestIsCpusetListAvailable (0.00s)
18:11:41 [2020-10-05T18:11:41.206Z] PASS
18:11:41 [2020-10-05T18:11:41.206Z] coverage: 38.2% of statements
18:11:41 [2020-10-05T18:11:41.206Z] ok  	github.com/docker/docker/pkg/sysinfo	0.032s	coverage: 38.2% of statements
18:11:41 [2020-10-05T18:11:41.354Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
18:11:41 [2020-10-05T18:11:41.354Z] === RUN   TestRemoveContainerRunning
18:11:41 [2020-10-05T18:11:41.480Z] --- PASS: TestRenameInvalidName (0.83s)
18:11:41 [2020-10-05T18:11:41.480Z] === RUN   TestRenameAnonymousContainer
18:11:41 [2020-10-05T18:11:41.480Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
18:11:41 [2020-10-05T18:11:41.480Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
18:11:41 [2020-10-05T18:11:41.663Z] .
18:11:41 [2020-10-05T18:11:41.663Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:11:41 [2020-10-05T18:11:41.665Z] === RUN   TestChtimes
18:11:41 [2020-10-05T18:11:41.665Z] --- PASS: TestChtimes (0.00s)
18:11:41 [2020-10-05T18:11:41.665Z] === RUN   TestChtimesWindows
18:11:41 [2020-10-05T18:11:41.665Z] --- PASS: TestChtimesWindows (0.00s)
18:11:41 [2020-10-05T18:11:41.665Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
18:11:41 [2020-10-05T18:11:41.665Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
18:11:41 [2020-10-05T18:11:41.665Z] === RUN   TestEnsureRemoveAllNotExist
18:11:41 [2020-10-05T18:11:41.665Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
18:11:41 [2020-10-05T18:11:41.665Z] === RUN   TestEnsureRemoveAllWithDir
18:11:41 [2020-10-05T18:11:41.665Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
18:11:41 [2020-10-05T18:11:41.665Z] === RUN   TestEnsureRemoveAllWithFile
18:11:41 [2020-10-05T18:11:41.665Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
18:11:41 [2020-10-05T18:11:41.665Z] === RUN   TestEnsureRemoveAllWithMount
18:11:41 [2020-10-05T18:11:41.921Z] --- PASS: TestRemoveContainerRunning (0.38s)
18:11:41 [2020-10-05T18:11:41.921Z] === RUN   TestRemoveContainerForceRemoveRunning
18:11:41 [2020-10-05T18:11:41.925Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:11:41 [2020-10-05T18:11:41.925Z] Error: No such image: emptyfs
18:11:41 [2020-10-05T18:11:41.925Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:11:41 [2020-10-05T18:11:41.925Z] ++++ docker load
18:11:42 [2020-10-05T18:11:42.051Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
18:11:42 [2020-10-05T18:11:42.124Z] --- SKIP: TestEnsureRemoveAllWithMount (0.00s)
18:11:42 [2020-10-05T18:11:42.124Z]     rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows
18:11:42 [2020-10-05T18:11:42.124Z] === RUN   TestHasWin32KSupport
18:11:42 [2020-10-05T18:11:42.124Z] --- PASS: TestHasWin32KSupport (0.00s)
18:11:42 [2020-10-05T18:11:42.124Z]     syscall_windows_test.go:8: win32k: true
18:11:42 [2020-10-05T18:11:42.124Z] PASS
18:11:42 [2020-10-05T18:11:42.124Z] coverage: 12.0% of statements
18:11:42 [2020-10-05T18:11:42.124Z] ok  	github.com/docker/docker/pkg/system	0.070s	coverage: 12.0% of statements
18:11:42 [2020-10-05T18:11:42.179Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s)
18:11:42 [2020-10-05T18:11:42.179Z] === RUN   TestRemoveInvalidContainer
18:11:42 [2020-10-05T18:11:42.179Z] --- PASS: TestRemoveInvalidContainer (0.01s)
18:11:42 [2020-10-05T18:11:42.179Z] === RUN   TestRenameLinkedContainer
18:11:42 [2020-10-05T18:11:42.187Z] Running integration-test (iteration 1)
18:11:42 [2020-10-05T18:11:42.187Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
18:11:42 [2020-10-05T18:11:42.187Z] ++ 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
18:11:42 [2020-10-05T18:11:42.187Z] ++ set -e
18:11:42 [2020-10-05T18:11:42.187Z] ++ '[' -n 0 ']'
18:11:42 [2020-10-05T18:11:42.187Z] ++ set -x
18:11:42 [2020-10-05T18:11:42.187Z] ++ 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 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
18:11:42 [2020-10-05T18:11:42.625Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
18:11:42 [2020-10-05T18:11:42.814Z] --- PASS: TestContainerKillOnDaemonStart (12.30s)
18:11:42 [2020-10-05T18:11:42.814Z] PASS
18:11:42 [2020-10-05T18:11:42.814Z] 
18:11:42 [2020-10-05T18:11:42.814Z] === Skipped
18:11:42 [2020-10-05T18:11:42.814Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s)
18:11:42 [2020-10-05T18:11:42.814Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:11:42 [2020-10-05T18:11:42.814Z] 
18:11:42 [2020-10-05T18:11:42.814Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s)
18:11:42 [2020-10-05T18:11:42.814Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:11:42 [2020-10-05T18:11:42.814Z] 
18:11:42 [2020-10-05T18:11:42.814Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
18:11:42 [2020-10-05T18:11:42.814Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:11:42 [2020-10-05T18:11:42.814Z] 
18:11:42 [2020-10-05T18:11:42.814Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:11:42 [2020-10-05T18:11:42.814Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:11:42 [2020-10-05T18:11:42.814Z] 
18:11:42 [2020-10-05T18:11:42.814Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
18:11:42 [2020-10-05T18:11:42.814Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:11:42 [2020-10-05T18:11:42.814Z] 
18:11:42 [2020-10-05T18:11:42.814Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
18:11:42 [2020-10-05T18:11:42.814Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
18:11:42 [2020-10-05T18:11:42.814Z] 
18:11:42 [2020-10-05T18:11:42.814Z] 
18:11:42 [2020-10-05T18:11:42.814Z] DONE 192 tests, 6 skipped in 150.051s
18:11:42 [2020-10-05T18:11:42.814Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
18:11:42 [2020-10-05T18:11:42.814Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m
18:11:42 [2020-10-05T18:11:42.814Z] ++ set -e
18:11:42 [2020-10-05T18:11:42.814Z] ++ '[' -n 0 ']'
18:11:42 [2020-10-05T18:11:42.814Z] ++ set -x
18:11:42 [2020-10-05T18:11:42.814Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestTailFile
18:11:42 [2020-10-05T18:11:42.819Z] --- PASS: TestTailFile (0.00s)
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestTailFileManyLines
18:11:42 [2020-10-05T18:11:42.819Z] --- PASS: TestTailFileManyLines (0.00s)
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestTailEmptyFile
18:11:42 [2020-10-05T18:11:42.819Z] --- PASS: TestTailEmptyFile (0.00s)
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestTailNegativeN
18:11:42 [2020-10-05T18:11:42.819Z] --- PASS: TestTailNegativeN (0.00s)
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader
18:11:42 [2020-10-05T18:11:42.819Z] === CONT  TestNewTailReader
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/12_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/12_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/no_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/no_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/single_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/single_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/2_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/2_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/truncated_last_line
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/truncated_last_line#01
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/truncated_last_line#02
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
18:11:42 [2020-10-05T18:11:42.819Z] === CONT  TestNewTailReader/8_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.819Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.819Z] === CONT  TestNewTailReader/4_byte_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.819Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.819Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/no_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/12_byte_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/single_byte_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/2_byte_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.820Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.820Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.820Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.821Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.821Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.822Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.822Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.823Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.823Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.824Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.824Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.825Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.825Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:42 [2020-10-05T18:11:42.826Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.108Z] INFO: Testing against a local daemon
18:11:43 [2020-10-05T18:11:43.109Z] === RUN   TestCommitInheritsEnv
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
18:11:43 [2020-10-05T18:11:43.288Z] time="2020-10-05T18:11:42Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.288Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
18:11:43 [2020-10-05T18:11:43.289Z] --- PASS: TestNewTailReader (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.289Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.290Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.291Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.01s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.01s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.292Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] PASS
18:11:43 [2020-10-05T18:11:43.757Z] coverage: 88.6% of statements
18:11:43 [2020-10-05T18:11:43.757Z] ok  	github.com/docker/docker/pkg/tailfile	0.315s	coverage: 88.6% of statements
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestTarSumRemoveNonExistent
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestTarSumRemoveNonExistent (0.03s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestTarSumRemove
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestTarSumRemove (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestSortFileInfoSums
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestSortFileInfoSums (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestNewTarSumForLabelInvalid
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestNewTarSumForLabel
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestNewTarSumForLabel (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestEmptyTar
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestEmptyTar (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestTarSumsReadSize
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestTarSumsReadSize (0.01s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestTarSums
18:11:43 [2020-10-05T18:11:43.757Z] testing: warning: no tests to run
18:11:43 [2020-10-05T18:11:43.757Z] PASS
18:11:43 [2020-10-05T18:11:43.757Z] coverage: [no statements]
18:11:43 [2020-10-05T18:11:43.757Z] ok  	github.com/docker/docker/pkg/term/windows	0.050s	coverage: [no statements] [no tests to run]
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestTarSums (0.13s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestIteration
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestIteration (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestVersionLabelForChecksum
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestVersionLabelForChecksum (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestVersion
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestVersion (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestGetVersion
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestGetVersion (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestGetVersions
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestGetVersions (0.00s)
18:11:43 [2020-10-05T18:11:43.757Z] PASS
18:11:43 [2020-10-05T18:11:43.757Z] coverage: 89.3% of statements
18:11:43 [2020-10-05T18:11:43.757Z] ok  	github.com/docker/docker/pkg/tarsum	0.260s	coverage: 89.3% of statements
18:11:43 [2020-10-05T18:11:43.757Z] === RUN   TestTruncIndex
18:11:43 [2020-10-05T18:11:43.757Z] --- PASS: TestTruncIndex (0.10s)
18:11:43 [2020-10-05T18:11:43.757Z] PASS
18:11:43 [2020-10-05T18:11:43.757Z] coverage: 91.5% of statements
18:11:43 [2020-10-05T18:11:43.757Z] ok  	github.com/docker/docker/pkg/truncindex	0.139s	coverage: 91.5% of statements
18:11:43 [2020-10-05T18:11:43.770Z] --- PASS: TestCommitInheritsEnv (0.59s)
18:11:43 [2020-10-05T18:11:43.770Z] === RUN   TestImportExtremelyLargeImageWorks
18:11:43 [2020-10-05T18:11:43.770Z] === PAUSE TestImportExtremelyLargeImageWorks
18:11:43 [2020-10-05T18:11:43.770Z] === RUN   TestImagesFilterMultiReference
18:11:43 [2020-10-05T18:11:43.770Z] --- PASS: TestImagesFilterMultiReference (0.05s)
18:11:43 [2020-10-05T18:11:43.770Z] === RUN   TestImagePullPlatformInvalid
18:11:43 [2020-10-05T18:11:43.770Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
18:11:43 [2020-10-05T18:11:43.770Z] === RUN   TestRemoveImageOrphaning
18:11:44 [2020-10-05T18:11:44.010Z] --- PASS: TestRenameAnonymousContainer (2.66s)
18:11:44 [2020-10-05T18:11:44.010Z] === RUN   TestRenameContainerWithSameName
18:11:44 [2020-10-05T18:11:44.073Z] --- PASS: TestRemoveImageOrphaning (0.55s)
18:11:44 [2020-10-05T18:11:44.073Z] === RUN   TestRemoveImageGarbageCollector
18:11:44 [2020-10-05T18:11:44.073Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
18:11:44 [2020-10-05T18:11:44.073Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:11:44 [2020-10-05T18:11:44.073Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:11:44 [2020-10-05T18:11:44.073Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
18:11:44 [2020-10-05T18:11:44.073Z] === RUN   TestTagInvalidReference
18:11:44 [2020-10-05T18:11:44.073Z] --- PASS: TestTagInvalidReference (0.01s)
18:11:44 [2020-10-05T18:11:44.073Z] === RUN   TestTagValidPrefixedRepo
18:11:44 [2020-10-05T18:11:44.088Z] --- PASS: TestRenameLinkedContainer (1.62s)
18:11:44 [2020-10-05T18:11:44.088Z] === RUN   TestRenameStoppedContainer
18:11:44 [2020-10-05T18:11:44.088Z] --- PASS: TestRenameStoppedContainer (0.37s)
18:11:44 [2020-10-05T18:11:44.088Z] === RUN   TestRenameRunningContainerAndReuse
18:11:44 [2020-10-05T18:11:44.216Z] === RUN   TestIsGIT
18:11:44 [2020-10-05T18:11:44.216Z] --- PASS: TestIsGIT (0.00s)
18:11:44 [2020-10-05T18:11:44.216Z] === RUN   TestIsTransport
18:11:44 [2020-10-05T18:11:44.217Z] --- PASS: TestIsTransport (0.00s)
18:11:44 [2020-10-05T18:11:44.217Z] PASS
18:11:44 [2020-10-05T18:11:44.217Z] coverage: 100.0% of statements
18:11:44 [2020-10-05T18:11:44.217Z] ok  	github.com/docker/docker/pkg/urlutil	0.117s	coverage: 100.0% of statements
18:11:44 [2020-10-05T18:11:44.217Z] === RUN   TestVersionInfo
18:11:44 [2020-10-05T18:11:44.217Z] --- PASS: TestVersionInfo (0.00s)
18:11:44 [2020-10-05T18:11:44.217Z] === RUN   TestAppendVersions
18:11:44 [2020-10-05T18:11:44.217Z] --- PASS: TestAppendVersions (0.00s)
18:11:44 [2020-10-05T18:11:44.217Z] PASS
18:11:44 [2020-10-05T18:11:44.217Z] coverage: 88.9% of statements
18:11:44 [2020-10-05T18:11:44.217Z] ok  	github.com/docker/docker/pkg/useragent	0.100s	coverage: 88.9% of statements
18:11:44 [2020-10-05T18:11:44.368Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
18:11:44 [2020-10-05T18:11:44.368Z] === RUN   TestTagExistedNameWithoutForce
18:11:44 [2020-10-05T18:11:44.368Z] --- PASS: TestTagExistedNameWithoutForce (0.01s)
18:11:44 [2020-10-05T18:11:44.368Z] === RUN   TestTagOfficialNames
18:11:44 [2020-10-05T18:11:44.368Z] --- PASS: TestTagOfficialNames (0.03s)
18:11:44 [2020-10-05T18:11:44.368Z] === RUN   TestTagMatchesDigest
18:11:44 [2020-10-05T18:11:44.368Z] --- PASS: TestTagMatchesDigest (0.01s)
18:11:44 [2020-10-05T18:11:44.368Z] === CONT  TestImportExtremelyLargeImageWorks
18:11:47 [2020-10-05T18:11:47.342Z] --- PASS: TestRenameContainerWithSameName (0.66s)
18:11:47 [2020-10-05T18:11:47.342Z] === RUN   TestRenameContainerWithLinkedContainer
18:11:47 [2020-10-05T18:11:47.342Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
18:11:47 [2020-10-05T18:11:47.342Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
18:11:47 [2020-10-05T18:11:47.342Z] --- PASS: TestRenameContainerWithLinkedContainer (1.32s)
18:11:47 [2020-10-05T18:11:47.342Z] === RUN   TestResize
18:11:47 [2020-10-05T18:11:47.342Z] --- PASS: TestResize (0.71s)
18:11:47 [2020-10-05T18:11:47.342Z] === RUN   TestResizeWithInvalidSize
18:11:47 [2020-10-05T18:11:47.342Z] --- PASS: TestResizeWithInvalidSize (0.63s)
18:11:47 [2020-10-05T18:11:47.342Z] === RUN   TestResizeWhenContainerNotStarted
18:11:47 [2020-10-05T18:11:47.354Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s)
18:11:47 [2020-10-05T18:11:47.354Z] === RUN   TestRenameInvalidName
18:11:47 [2020-10-05T18:11:47.354Z] --- PASS: TestRenameInvalidName (0.42s)
18:11:47 [2020-10-05T18:11:47.354Z] === RUN   TestRenameAnonymousContainer
18:11:47 [2020-10-05T18:11:47.354Z] --- PASS: TestRenameAnonymousContainer (1.46s)
18:11:47 [2020-10-05T18:11:47.354Z] === RUN   TestRenameContainerWithSameName
18:11:47 [2020-10-05T18:11:47.354Z] --- PASS: TestRenameContainerWithSameName (0.40s)
18:11:47 [2020-10-05T18:11:47.354Z] === RUN   TestRenameContainerWithLinkedContainer
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestNewSettable
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestNewSettable (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestIsSettable
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestIsSettable (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestUpdateSettingsEnv
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestUpdateSettingsEnv (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] PASS
18:11:47 [2020-10-05T18:11:47.472Z] coverage: 20.1% of statements
18:11:47 [2020-10-05T18:11:47.472Z] ok  	github.com/docker/docker/plugin/v2	0.107s	coverage: 20.1% of statements
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestLoad
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestLoad (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestSave
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestSave (0.04s)
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestAddDeleteGet
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestAddDeleteGet (0.03s)
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestInvalidTags
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestInvalidTags (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] PASS
18:11:47 [2020-10-05T18:11:47.472Z] coverage: 84.4% of statements
18:11:47 [2020-10-05T18:11:47.472Z] ok  	github.com/docker/docker/reference	0.130s	coverage: 84.4% of statements
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestValidatePrivileges
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestValidatePrivileges (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestFilterByCapNeg
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestFilterByCapNeg (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestFilterByCapPos
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestFilterByCapPos (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] === RUN   TestStoreGetPluginNotMatchCapRefs
18:11:47 [2020-10-05T18:11:47.472Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
18:11:47 [2020-10-05T18:11:47.472Z] PASS
18:11:47 [2020-10-05T18:11:47.472Z] coverage: 12.0% of statements
18:11:47 [2020-10-05T18:11:47.472Z] ok  	github.com/docker/docker/plugin	0.166s	coverage: 12.0% of statements
18:11:47 [2020-10-05T18:11:47.472Z] time="2020-10-05T18:11:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
18:11:47 [2020-10-05T18:11:47.929Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s)
18:11:47 [2020-10-05T18:11:47.929Z] === RUN   TestResize
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestRestartManagerTimeout
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestRestartManagerTimeout (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestRestartManagerTimeoutReset
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] PASS
18:11:47 [2020-10-05T18:11:47.931Z] coverage: 45.3% of statements
18:11:47 [2020-10-05T18:11:47.931Z] ok  	github.com/docker/docker/restartmanager	0.085s	coverage: 45.3% of statements
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestHeaderSimpleErrors
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestHeaderTooMuchFailures
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestReaderWithReadError
18:11:47 [2020-10-05T18:11:47.931Z] time="2020-10-05T18:11:47Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestReader
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestReader (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] === RUN   TestResumableRequestReaderWithInitialResponse
18:11:47 [2020-10-05T18:11:47.931Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
18:11:47 [2020-10-05T18:11:47.931Z] PASS
18:11:47 [2020-10-05T18:11:47.931Z] coverage: 100.0% of statements
18:11:47 [2020-10-05T18:11:47.931Z] ok  	github.com/docker/docker/registry/resumable	0.428s	coverage: 100.0% of statements
18:11:47 [2020-10-05T18:11:47.942Z] --- PASS: TestResizeWhenContainerNotStarted (0.60s)
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:11:47 [2020-10-05T18:11:47.942Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:11:48 [2020-10-05T18:11:48.497Z] --- PASS: TestResize (0.41s)
18:11:48 [2020-10-05T18:11:48.497Z] === RUN   TestResizeWithInvalidSize
18:11:48 [2020-10-05T18:11:48.755Z] --- PASS: TestResizeWithInvalidSize (0.41s)
18:11:48 [2020-10-05T18:11:48.755Z] === RUN   TestResizeWhenContainerNotStarted
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestSameAuthDataPostSave
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestSameAuthDataPostSave (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestResolveAuthConfigIndexServer
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestResolveAuthConfigFullURL
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestLoadAllowNondistributableArtifacts
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestValidateMirror
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestValidateMirror (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestLoadInsecureRegistries
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestDecodeContainerConfig
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestDecodeContainerConfig (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestDecodeContainerConfigIsolation
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestValidatePrivileged
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestValidatePrivileged (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] PASS
18:11:48 [2020-10-05T18:11:48.900Z] coverage: 52.2% of statements
18:11:48 [2020-10-05T18:11:48.900Z] ok  	github.com/docker/docker/runconfig	0.061s	coverage: 52.2% of statements
18:11:48 [2020-10-05T18:11:48.900Z] time="2020-10-05T18:11:48Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
18:11:48 [2020-10-05T18:11:48.900Z] time="2020-10-05T18:11:48Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
18:11:48 [2020-10-05T18:11:48.900Z] time="2020-10-05T18:11:48Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestLoadInsecureRegistries (0.10s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestNewServiceConfig
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestNewServiceConfig (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestValidateIndexName
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestValidateIndexName (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestValidateIndexNameWithError
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestValidateIndexNameWithError (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestEndpointParse
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestEndpointParse (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestEndpointParseInvalid
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestEndpointParseInvalid (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestValidateEndpoint
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestValidateEndpoint (0.01s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestPing
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestPing (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestPingRegistryEndpoint
18:11:48 [2020-10-05T18:11:48.900Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z]     registry_test.go:58: os.Getuid() != 0: skipping test that requires root
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestEndpoint
18:11:48 [2020-10-05T18:11:48.900Z] --- SKIP: TestEndpoint (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z]     registry_test.go:78: os.Getuid() != 0: skipping test that requires root
18:11:48 [2020-10-05T18:11:48.900Z] === RUN   TestGetRemoteHistory
18:11:48 [2020-10-05T18:11:48.900Z] --- PASS: TestGetRemoteHistory (0.00s)
18:11:48 [2020-10-05T18:11:48.900Z]     registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/ancestry HTTP/1.1
18:11:48 [2020-10-05T18:11:48.900Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.900Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.900Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.900Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.900Z]         
18:11:48 [2020-10-05T18:11:48.900Z]         
18:11:48 [2020-10-05T18:11:48.900Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.900Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 140
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508681012400; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Size: 154
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508681012400
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestLookupRemoteImage
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestLookupRemoteImage (0.01s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 559
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508685998400; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Size: 154
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508685998400
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token FAKE-TOKEN-1601921508685998400
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 404 Not Found
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 19
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: text/plain; charset=utf-8
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508687010500; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Content-Type-Options: nosniff
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508687010500
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestGetRemoteImageJSON
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestGetRemoteImageJSON (0.00s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 559
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508690011000; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Size: 154
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508690011000
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token FAKE-TOKEN-1601921508690011000
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 404 Not Found
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 19
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: text/plain; charset=utf-8
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508691004100; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Content-Type-Options: nosniff
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508691004100
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestGetRemoteImageLayer
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestGetRemoteImageLayer (0.00s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 154
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508694001000; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Size: 154
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508694001000
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/images/abcdef/layer HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token FAKE-TOKEN-1601921508694001000
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 404 Not Found
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 19
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: text/plain; charset=utf-8
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508696008600; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Content-Type-Options: nosniff
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508696008600
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestGetRemoteTag
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestGetRemoteTag (0.01s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/repositories/foo42/bar/tags/test HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 66
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508703006400; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508703006400
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/repositories/foo42/baz/tags/foo HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token FAKE-TOKEN-1601921508703006400
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 404 Not Found
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 32
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508704007000; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508704007000
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestGetRemoteTags
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestGetRemoteTags (0.00s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/repositories/foo42/bar/tags HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 151
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508707011300; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508707011300
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/repositories/foo42/baz/tags HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token FAKE-TOKEN-1601921508707011300
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 404 Not Found
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 32
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508708006200; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508708006200
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestGetRepositoryData
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestGetRepositoryData (0.01s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: GET /v1/repositories/foo42/bar/images HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: true
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 363
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Endpoints: 127.0.0.1:49238 	,  test.example.com
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-SESSION-1601921508714004000
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestPushImageJSONRegistry
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestPushImageJSONRegistry (0.00s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: PUT /v1/images/77dbf71da1d00e3fbddc480176eac8994025630c6590d11cfc8fe1209c2a1d20/json HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 3
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 4
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508718012400; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508718012400
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestPushImageLayerRegistry
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestPushImageLayerRegistry (0.02s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: PUT /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Transfer-Encoding: chunked
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/octet-stream
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 4
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508734002200; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508734002200
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestParseRepositoryInfo
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestParseRepositoryInfo (0.00s)
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestNewIndexInfo
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestNewIndexInfo (0.00s)
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestMirrorEndpointLookup
18:11:48 [2020-10-05T18:11:48.901Z] --- SKIP: TestMirrorEndpointLookup (0.01s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:668: os.Getuid() != 0: skipping test that requires root
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestPushRegistryTag
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestPushRegistryTag (0.00s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: PUT /v1/repositories/foo42/bar/tags/stable HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 66
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 4
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         Set-Cookie: session=FAKE-SESSION-1601921508750003900; Max-Age=3600
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-TOKEN-1601921508750003900
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z] === RUN   TestPushImageJSONIndex
18:11:48 [2020-10-05T18:11:48.901Z] --- PASS: TestPushImageJSONIndex (0.01s)
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: PUT /v1/repositories/foo42/bar/ HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 319
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.901Z]         Content-type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: true
18:11:48 [2020-10-05T18:11:48.901Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.901Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 2
18:11:48 [2020-10-05T18:11:48.901Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.901Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.901Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.901Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Endpoints: 127.0.0.1:49238 	,  test.example.com
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Token: FAKE-SESSION-1601921508754014100
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]         
18:11:48 [2020-10-05T18:11:48.901Z]     registry_test.go:923: PUT /v1/repositories/foo42/bar/images HTTP/1.1
18:11:48 [2020-10-05T18:11:48.901Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.901Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.901Z]         Content-Length: 319
18:11:48 [2020-10-05T18:11:48.901Z]         Authorization: Token FAKE-SESSION-1601921508754014100
18:11:48 [2020-10-05T18:11:48.901Z]         Content-type: application/json
18:11:48 [2020-10-05T18:11:48.901Z]         X-Docker-Endpoints: http://127.0.0.1:49238/v1/
18:11:48 [2020-10-05T18:11:48.902Z]         X-Docker-Token: true
18:11:48 [2020-10-05T18:11:48.902Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.902Z]         
18:11:48 [2020-10-05T18:11:48.902Z]         
18:11:48 [2020-10-05T18:11:48.902Z]     registry_test.go:932: HTTP/1.1 204 No Content
18:11:48 [2020-10-05T18:11:48.902Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.902Z]         Content-Length: 0
18:11:48 [2020-10-05T18:11:48.902Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.902Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.902Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.902Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.902Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.902Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.902Z]         X-Docker-Endpoints: 127.0.0.1:49238 	,  test.example.com
18:11:48 [2020-10-05T18:11:48.902Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.902Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.902Z]         X-Docker-Token: FAKE-SESSION-1601921508755013800
18:11:48 [2020-10-05T18:11:48.902Z]         
18:11:48 [2020-10-05T18:11:48.902Z]         
18:11:48 [2020-10-05T18:11:48.902Z] === RUN   TestSearchRepositories
18:11:48 [2020-10-05T18:11:48.902Z] --- PASS: TestSearchRepositories (0.00s)
18:11:48 [2020-10-05T18:11:48.902Z]     registry_test.go:923: GET /v1/search?q=fakequery&n=25 HTTP/1.1
18:11:48 [2020-10-05T18:11:48.902Z]         Host: 127.0.0.1:49238
18:11:48 [2020-10-05T18:11:48.902Z]         User-Agent: docker test client
18:11:48 [2020-10-05T18:11:48.902Z]         Authorization: Token fake-token
18:11:48 [2020-10-05T18:11:48.902Z]         X-Docker-Token: true
18:11:48 [2020-10-05T18:11:48.902Z]         Accept-Encoding: gzip
18:11:48 [2020-10-05T18:11:48.902Z]         
18:11:48 [2020-10-05T18:11:48.902Z]         
18:11:48 [2020-10-05T18:11:48.902Z]     registry_test.go:932: HTTP/1.1 200 OK
18:11:48 [2020-10-05T18:11:48.902Z]         Connection: close
18:11:48 [2020-10-05T18:11:48.902Z]         Content-Length: 144
18:11:48 [2020-10-05T18:11:48.902Z]         Cache-Control: no-cache
18:11:48 [2020-10-05T18:11:48.902Z]         Content-Type: application/json
18:11:48 [2020-10-05T18:11:48.902Z]         Date: Mon, 05 Oct 2020 18:11:48 GMT
18:11:48 [2020-10-05T18:11:48.902Z]         Expires: -1
18:11:48 [2020-10-05T18:11:48.902Z]         Pragma: no-cache
18:11:48 [2020-10-05T18:11:48.902Z]         Server: docker-tests/mock
18:11:48 [2020-10-05T18:11:48.902Z]         X-Docker-Registry-Config: mock
18:11:48 [2020-10-05T18:11:48.902Z]         X-Docker-Registry-Version: 0.0.0
18:11:48 [2020-10-05T18:11:48.902Z]         
18:11:48 [2020-10-05T18:11:48.902Z]         
18:11:48 [2020-10-05T18:11:48.902Z] === RUN   TestTrustedLocation
18:11:48 [2020-10-05T18:11:48.902Z] --- PASS: TestTrustedLocation (0.00s)
18:11:48 [2020-10-05T18:11:48.902Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
18:11:48 [2020-10-05T18:11:48.902Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
18:11:48 [2020-10-05T18:11:48.902Z] === RUN   TestAllowNondistributableArtifacts
18:11:48 [2020-10-05T18:11:48.902Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
18:11:48 [2020-10-05T18:11:48.902Z] === RUN   TestIsSecureIndex
18:11:48 [2020-10-05T18:11:48.902Z] --- PASS: TestIsSecureIndex (0.00s)
18:11:48 [2020-10-05T18:11:48.902Z] PASS
18:11:48 [2020-10-05T18:11:48.902Z] coverage: 51.7% of statements
18:11:48 [2020-10-05T18:11:48.902Z] ok  	github.com/docker/docker/registry	0.506s	coverage: 51.7% of statements
18:11:48 [2020-10-05T18:11:48.902Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
18:11:49 [2020-10-05T18:11:49.321Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
18:11:49 [2020-10-05T18:11:49.321Z] === RUN   TestDaemonRestartKillContainers
18:11:49 [2020-10-05T18:11:49.321Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
18:11:49 [2020-10-05T18:11:49.321Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
18:11:49 [2020-10-05T18:11:49.321Z] === RUN   TestCgroupNamespacesRun
18:11:49 [2020-10-05T18:11:49.361Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
18:11:49 [2020-10-05T18:11:49.361Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
18:11:49 [2020-10-05T18:11:49.361Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
18:11:49 [2020-10-05T18:11:49.361Z] PASS
18:11:49 [2020-10-05T18:11:49.361Z] coverage: 62.5% of statements
18:11:49 [2020-10-05T18:11:49.361Z] ok  	github.com/docker/docker/testutil	0.138s	coverage: 62.5% of statements
18:11:50 [2020-10-05T18:11:50.429Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:11:50 [2020-10-05T18:11:50.429Z] 
18:11:50 [2020-10-05T18:11:50.429Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
18:11:50 [2020-10-05T18:11:50.429Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
18:11:50 [2020-10-05T18:11:50.429Z] Using test binary docker
18:11:50 [2020-10-05T18:11:50.429Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:11:50 [2020-10-05T18:11:50.429Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:11:50 [2020-10-05T18:11:50.429Z] INFO: Waiting for daemon to start...
18:11:50 [2020-10-05T18:11:50.429Z] Starting dockerd
18:11:50 [2020-10-05T18:11:50.429Z] .
18:11:50 [2020-10-05T18:11:50.429Z] INFO: Building docker-sdk-python3:4.3.0...
18:11:50 [2020-10-05T18:11:50.494Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:11:50 [2020-10-05T18:11:50.494Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:11:50 [2020-10-05T18:11:50.611Z] ok  	github.com/docker/docker/cmd/dockerd	0.229s	coverage: 29.1% of statements
18:11:50 [2020-10-05T18:11:50.611Z] ok  	github.com/docker/docker/container	0.146s	coverage: 34.7% of statements
18:11:50 [2020-10-05T18:11:50.611Z] ?   	github.com/docker/docker/container/stream	[no test files]
18:11:50 [2020-10-05T18:11:50.611Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
18:11:50 [2020-10-05T18:11:50.611Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
18:11:50 [2020-10-05T18:11:50.611Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
18:11:51 [2020-10-05T18:11:51.434Z] === RUN   TestDockerSuite/TestBuildBlankName
18:11:51 [2020-10-05T18:11:51.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:11:51 [2020-10-05T18:11:51.538Z] === RUN   TestGetDriver
18:11:51 [2020-10-05T18:11:51.538Z] --- PASS: TestGetDriver (0.00s)
18:11:51 [2020-10-05T18:11:51.538Z] === RUN   TestVolumeRequestError
18:11:51 [2020-10-05T18:11:51.538Z] --- PASS: TestVolumeRequestError (0.01s)
18:11:51 [2020-10-05T18:11:51.538Z] PASS
18:11:51 [2020-10-05T18:11:51.538Z] coverage: 36.1% of statements
18:11:51 [2020-10-05T18:11:51.538Z] ok  	github.com/docker/docker/volume/drivers	0.195s	coverage: 36.1% of statements
18:11:51 [2020-10-05T18:11:51.852Z] --- PASS: TestCgroupNamespacesRun (2.13s)
18:11:51 [2020-10-05T18:11:51.852Z] === RUN   TestCgroupNamespacesRunPrivileged
18:11:51 [2020-10-05T18:11:51.997Z] === RUN   TestGetAddress
18:11:51 [2020-10-05T18:11:51.997Z] --- PASS: TestGetAddress (0.00s)
18:11:51 [2020-10-05T18:11:51.997Z] === RUN   TestRemove
18:11:51 [2020-10-05T18:11:51.997Z] --- SKIP: TestRemove (0.00s)
18:11:51 [2020-10-05T18:11:51.997Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
18:11:51 [2020-10-05T18:11:51.997Z] === RUN   TestInitializeWithVolumes
18:11:51 [2020-10-05T18:11:51.997Z] --- PASS: TestInitializeWithVolumes (0.00s)
18:11:51 [2020-10-05T18:11:51.997Z] === RUN   TestCreate
18:11:51 [2020-10-05T18:11:51.997Z] --- PASS: TestCreate (0.01s)
18:11:51 [2020-10-05T18:11:51.997Z] === RUN   TestValidateName
18:11:51 [2020-10-05T18:11:51.997Z] --- PASS: TestValidateName (0.00s)
18:11:51 [2020-10-05T18:11:51.997Z] === RUN   TestCreateWithOpts
18:11:51 [2020-10-05T18:11:51.997Z] --- SKIP: TestCreateWithOpts (0.00s)
18:11:51 [2020-10-05T18:11:51.997Z]     local_test.go:181: runtime.GOOS == "windows"
18:11:51 [2020-10-05T18:11:51.997Z] === RUN   TestRelaodNoOpts
18:11:51 [2020-10-05T18:11:51.997Z] --- PASS: TestRelaodNoOpts (0.01s)
18:11:51 [2020-10-05T18:11:51.997Z] PASS
18:11:51 [2020-10-05T18:11:51.997Z] coverage: 37.7% of statements
18:11:51 [2020-10-05T18:11:51.997Z] ok  	github.com/docker/docker/volume/local	0.127s	coverage: 37.7% of statements
18:11:52 [2020-10-05T18:11:52.003Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
18:11:52 [2020-10-05T18:11:52.003Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:11:52 [2020-10-05T18:11:52.263Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
18:11:52 [2020-10-05T18:11:52.456Z] === RUN   TestConvertTmpfsOptions
18:11:52 [2020-10-05T18:11:52.456Z] --- PASS: TestConvertTmpfsOptions (0.00s)
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:49: data="mode=700,size=1m"
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:49: data="ro"
18:11:52 [2020-10-05T18:11:52.456Z] === RUN   TestParseMountRaw
18:11:52 [2020-10-05T18:11:52.456Z] --- PASS: TestParseMountRaw (0.03s)
18:11:52 [2020-10-05T18:11:52.456Z] === RUN   TestParseMountRawSplit
18:11:52 [2020-10-05T18:11:52.456Z] --- PASS: TestParseMountRawSplit (0.00s)
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 0
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 1
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 2
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 3
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 4
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 5
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 6
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 7
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 8
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 0
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 1
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 2
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 3
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 4
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 5
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 6
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 7
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 8
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 9
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 10
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 11
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 12
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 0
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 1
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 2
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 3
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 4
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 5
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 6
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 7
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 8
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 9
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 10
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:390: case 11
18:11:52 [2020-10-05T18:11:52.456Z] === RUN   TestParseMountSpec
18:11:52 [2020-10-05T18:11:52.456Z] --- PASS: TestParseMountSpec (0.00s)
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:455: case 0
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:455: case 1
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:455: case 2
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:455: case 3
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:455: case 4
18:11:52 [2020-10-05T18:11:52.456Z]     parser_test.go:455: case 5
18:11:52 [2020-10-05T18:11:52.456Z] === RUN   TestParseMountSpecBindWithFileinfoError
18:11:52 [2020-10-05T18:11:52.456Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
18:11:52 [2020-10-05T18:11:52.456Z] === RUN   TestValidateMount
18:11:52 [2020-10-05T18:11:52.456Z] --- PASS: TestValidateMount (0.00s)
18:11:52 [2020-10-05T18:11:52.456Z] PASS
18:11:52 [2020-10-05T18:11:52.456Z] coverage: 66.2% of statements
18:11:52 [2020-10-05T18:11:52.456Z] ok  	github.com/docker/docker/volume/mounts	0.111s	coverage: 66.2% of statements
18:11:53 [2020-10-05T18:11:53.205Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:11:53 [2020-10-05T18:11:53.395Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.061s	coverage: 65.3% of statements
18:11:53 [2020-10-05T18:11:53.774Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:11:53 [2020-10-05T18:11:53.796Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s)
18:11:53 [2020-10-05T18:11:53.796Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestSetGetMeta
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestSetGetMeta
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestRestore
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestRestore
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestServiceCreate
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestServiceCreate
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestServiceList
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestServiceList
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestServiceRemove
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestServiceRemove
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestServiceGet
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestServiceGet
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestServicePrune
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestServicePrune
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestCreate
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestCreate
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestRemove
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestRemove
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestList
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestList
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFindByDriver
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFindByDriver
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFindByReferenced
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFindByReferenced
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestDerefMultipleOfSameRef
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestDerefMultipleOfSameRef
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestDefererencePluginOnCreateError
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestDefererencePluginOnCreateError
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestRefDerefRemove
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestRefDerefRemove
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestGet
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestGet
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestGetWithReference
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestGetWithReference
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc/test_nil_list
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFilterFunc/test_nil_list
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc/test_empty_list
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFilterFunc/test_empty_list
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc/test_filter_some
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFilterFunc/test_filter_some
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc/test_filter_middle
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFilterFunc/test_filter_middle
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc/test_filter_middle_and_last
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
18:11:53 [2020-10-05T18:11:53.993Z] === RUN   TestFilterFunc/test_filter_first_and_last
18:11:53 [2020-10-05T18:11:53.993Z] === PAUSE TestFilterFunc/test_filter_first_and_last
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFilterFunc/test_nil_list
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFilterFunc/test_filter_some
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFilterFunc/test_filter_middle_and_last
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFilterFunc/test_filter_middle
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFilterFunc/test_empty_list
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFilterFunc/test_filter_first_and_last
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestFilterFunc (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestSetGetMeta
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestDerefMultipleOfSameRef
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestRefDerefRemove
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestServicePrune
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestSetGetMeta (0.03s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestDefererencePluginOnCreateError
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestDerefMultipleOfSameRef (0.04s)
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestRefDerefRemove (0.04s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestServiceList
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestServiceGet
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestServiceRemove
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestDefererencePluginOnCreateError (0.02s)
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestServiceGet (0.07s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestGetWithReference
18:11:53 [2020-10-05T18:11:53.993Z] time="2020-10-05T18:11:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestServiceRemove (0.07s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestList
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFindByReferenced
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestServiceList (0.09s)
18:11:53 [2020-10-05T18:11:53.993Z] time="2020-10-05T18:11:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
18:11:53 [2020-10-05T18:11:53.993Z] time="2020-10-05T18:11:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
18:11:53 [2020-10-05T18:11:53.993Z] time="2020-10-05T18:11:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestGetWithReference (0.02s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestFindByDriver
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestFindByReferenced (0.02s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestGet
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestList (0.03s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestServiceCreate
18:11:53 [2020-10-05T18:11:53.993Z] time="2020-10-05T18:11:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestServicePrune (0.16s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestRemove
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestFindByDriver (0.02s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestRestore
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestGet (0.02s)
18:11:53 [2020-10-05T18:11:53.993Z] === CONT  TestCreate
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestServiceCreate (0.02s)
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestRemove (0.02s)
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestCreate (0.01s)
18:11:53 [2020-10-05T18:11:53.993Z] --- PASS: TestRestore (0.02s)
18:11:53 [2020-10-05T18:11:53.993Z] PASS
18:11:53 [2020-10-05T18:11:53.993Z] coverage: 70.3% of statements
18:11:53 [2020-10-05T18:11:53.993Z] ok  	github.com/docker/docker/volume/service	0.344s	coverage: 70.3% of statements
18:11:54 [2020-10-05T18:11:54.344Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
18:11:54 [2020-10-05T18:11:54.821Z] Loaded image: buildpack-deps:buster
18:11:54 [2020-10-05T18:11:54.821Z] Loaded image: busybox:latest
18:11:54 [2020-10-05T18:11:54.821Z] Loaded image: busybox:glibc
18:11:54 [2020-10-05T18:11:54.821Z] Loaded image: debian:buster
18:11:54 [2020-10-05T18:11:54.821Z] Loaded image: hello-world:latest
18:11:55 [2020-10-05T18:11:55.393Z] INFO: Testing against a local daemon
18:11:55 [2020-10-05T18:11:55.393Z] === RUN   TestCgroupNamespacesBuild
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestNewClientWithTimeout (17.63s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestClientStream
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestClientStream (0.00s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestClientSendFile
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestClientSendFile (0.00s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestClientWithRequestTimeout
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestClientWithRequestTimeout (0.00s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestFileSpecPlugin
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestFileSpecPlugin (0.01s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestFileJSONSpecPlugin
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestPluginAddHandler
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestPluginAddHandler (0.00s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestPluginWaitBadPlugin
18:11:55 [2020-10-05T18:11:55.532Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
18:11:55 [2020-10-05T18:11:55.532Z] === RUN   TestGet
18:11:55 [2020-10-05T18:11:55.532Z] time="2020-10-05T18:11:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
18:11:55 [2020-10-05T18:11:55.696Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s)
18:11:55 [2020-10-05T18:11:55.696Z] === RUN   TestCgroupNamespacesRunHostMode
18:11:56 [2020-10-05T18:11:56.256Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:11:56 [2020-10-05T18:11:56.826Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
18:11:56 [2020-10-05T18:11:56.826Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:11:57 [2020-10-05T18:11:57.072Z] time="2020-10-05T18:11:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
18:11:57 [2020-10-05T18:11:57.952Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.044s	coverage: 35.9% of statements
18:11:58 [2020-10-05T18:11:58.208Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
18:11:58 [2020-10-05T18:11:58.224Z] --- PASS: TestCgroupNamespacesRunHostMode (2.13s)
18:11:58 [2020-10-05T18:11:58.224Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:11:58 [2020-10-05T18:11:58.609Z] time="2020-10-05T18:11:58Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
18:11:58 [2020-10-05T18:11:58.662Z] ok  	github.com/docker/docker/daemon/cluster	0.152s	coverage: 0.5% of statements
18:12:00 [2020-10-05T18:12:00.118Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
18:12:00 [2020-10-05T18:12:00.118Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:12:00 [2020-10-05T18:12:00.123Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.12s)
18:12:00 [2020-10-05T18:12:00.123Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:12:00 [2020-10-05T18:12:00.683Z] --- PASS: TestCgroupNamespacesBuild (4.74s)
18:12:00 [2020-10-05T18:12:00.683Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:12:01 [2020-10-05T18:12:01.058Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
18:12:01 [2020-10-05T18:12:01.318Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:12:02 [2020-10-05T18:12:02.026Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.10s)
18:12:02 [2020-10-05T18:12:02.026Z] === RUN   TestCgroupNamespacesRunInvalidMode
18:12:02 [2020-10-05T18:12:02.071Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.00s)
18:12:02 [2020-10-05T18:12:02.071Z] === RUN   TestBuildWithSession
18:12:02 [2020-10-05T18:12:02.071Z] --- SKIP: TestBuildWithSession (0.00s)
18:12:02 [2020-10-05T18:12:02.071Z]     build_session_test.go:25: TODO: BuildKit
18:12:02 [2020-10-05T18:12:02.071Z] === RUN   TestBuildSquashParent
18:12:02 [2020-10-05T18:12:02.701Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
18:12:03 [2020-10-05T18:12:03.189Z] ok  	github.com/docker/docker/daemon/discovery	0.046s	coverage: 30.0% of statements
18:12:03 [2020-10-05T18:12:03.306Z] time="2020-10-05T18:12:02Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
18:12:03 [2020-10-05T18:12:03.642Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
18:12:03 [2020-10-05T18:12:03.902Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.27s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.56s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.57s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.62s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.72s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.83s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.06s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.23s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.40s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.94s)
18:12:03 [2020-10-05T18:12:03.902Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.70s)
18:12:03 [2020-10-05T18:12:03.902Z] === RUN   TestCgroupNamespacesRun
18:12:03 [2020-10-05T18:12:03.924Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s)
18:12:03 [2020-10-05T18:12:03.924Z] === RUN   TestCgroupNamespacesRunOlderClient
18:12:05 [2020-10-05T18:12:05.825Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.14s)
18:12:05 [2020-10-05T18:12:05.825Z] === RUN   TestKernelTCPMemory
18:12:05 [2020-10-05T18:12:05.825Z] --- SKIP: TestKernelTCPMemory (0.03s)
18:12:05 [2020-10-05T18:12:05.825Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:05 [2020-10-05T18:12:05.825Z] === RUN   TestNISDomainname
18:12:05 [2020-10-05T18:12:05.825Z] --- SKIP: TestNISDomainname (0.01s)
18:12:05 [2020-10-05T18:12:05.825Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
18:12:05 [2020-10-05T18:12:05.825Z] === RUN   TestHostnameDnsResolution
18:12:05 [2020-10-05T18:12:05.975Z] ok  	github.com/docker/docker/daemon/events	0.066s	coverage: 50.0% of statements
18:12:06 [2020-10-05T18:12:06.276Z] ok  	github.com/docker/docker/daemon/config	0.076s	coverage: 81.8% of statements
18:12:06 [2020-10-05T18:12:06.390Z] --- PASS: TestHostnameDnsResolution (0.65s)
18:12:06 [2020-10-05T18:12:06.390Z] === RUN   TestStats
18:12:06 [2020-10-05T18:12:06.390Z] --- SKIP: TestStats (0.00s)
18:12:06 [2020-10-05T18:12:06.390Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:06 [2020-10-05T18:12:06.390Z] === RUN   TestStopContainerWithTimeout
18:12:06 [2020-10-05T18:12:06.444Z] --- PASS: TestCgroupNamespacesRun (2.24s)
18:12:06 [2020-10-05T18:12:06.444Z] === RUN   TestCgroupNamespacesRunPrivileged
18:12:06 [2020-10-05T18:12:06.649Z] === RUN   TestStopContainerWithTimeout/0
18:12:06 [2020-10-05T18:12:06.649Z] === PAUSE TestStopContainerWithTimeout/0
18:12:06 [2020-10-05T18:12:06.649Z] === RUN   TestStopContainerWithTimeout/1
18:12:06 [2020-10-05T18:12:06.649Z] === PAUSE TestStopContainerWithTimeout/1
18:12:06 [2020-10-05T18:12:06.649Z] === RUN   TestStopContainerWithTimeout/3
18:12:06 [2020-10-05T18:12:06.649Z] === PAUSE TestStopContainerWithTimeout/3
18:12:06 [2020-10-05T18:12:06.649Z] === RUN   TestStopContainerWithTimeout/-1
18:12:06 [2020-10-05T18:12:06.649Z] === PAUSE TestStopContainerWithTimeout/-1
18:12:06 [2020-10-05T18:12:06.649Z] === CONT  TestStopContainerWithTimeout/0
18:12:06 [2020-10-05T18:12:06.649Z] === CONT  TestStopContainerWithTimeout/-1
18:12:06 [2020-10-05T18:12:06.705Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
18:12:07 [2020-10-05T18:12:07.216Z] === CONT  TestStopContainerWithTimeout/3
18:12:08 [2020-10-05T18:12:08.092Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
18:12:08 [2020-10-05T18:12:08.352Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.11s)
18:12:08 [2020-10-05T18:12:08.352Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:12:08 [2020-10-05T18:12:08.409Z] ok  	github.com/docker/docker/daemon/graphdriver	0.010s	coverage: 2.2% of statements
18:12:08 [2020-10-05T18:12:08.663Z] --- PASS: TestBuildSquashParent (6.14s)
18:12:08 [2020-10-05T18:12:08.663Z] === RUN   TestBuildWithRemoveAndForceRemove
18:12:08 [2020-10-05T18:12:08.663Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:12:08 [2020-10-05T18:12:08.663Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:12:08 [2020-10-05T18:12:08.663Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:12:08 [2020-10-05T18:12:08.663Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:12:08 [2020-10-05T18:12:08.663Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:12:08 [2020-10-05T18:12:08.663Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:12:08 [2020-10-05T18:12:08.663Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:12:08 [2020-10-05T18:12:08.663Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:12:08 [2020-10-05T18:12:08.663Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:12:08 [2020-10-05T18:12:08.663Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:12:08 [2020-10-05T18:12:08.663Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:12:08 [2020-10-05T18:12:08.663Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:12:08 [2020-10-05T18:12:08.663Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:12:08 [2020-10-05T18:12:08.663Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:12:08 [2020-10-05T18:12:08.663Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:12:08 [2020-10-05T18:12:08.663Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:12:09 [2020-10-05T18:12:09.115Z] === CONT  TestStopContainerWithTimeout/1
18:12:10 [2020-10-05T18:12:10.488Z] --- PASS: TestStopContainerWithTimeout (0.01s)
18:12:10 [2020-10-05T18:12:10.488Z]     --- PASS: TestStopContainerWithTimeout/0 (0.72s)
18:12:10 [2020-10-05T18:12:10.488Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.70s)
18:12:10 [2020-10-05T18:12:10.488Z]     --- PASS: TestStopContainerWithTimeout/3 (2.37s)
18:12:10 [2020-10-05T18:12:10.488Z]     --- PASS: TestStopContainerWithTimeout/1 (1.39s)
18:12:10 [2020-10-05T18:12:10.488Z] === RUN   TestDeleteDevicemapper
18:12:10 [2020-10-05T18:12:10.488Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:12:10 [2020-10-05T18:12:10.488Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:12:10 [2020-10-05T18:12:10.746Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:12:10 [2020-10-05T18:12:10.892Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.27s)
18:12:10 [2020-10-05T18:12:10.892Z] === RUN   TestCgroupNamespacesRunHostMode
18:12:11 [2020-10-05T18:12:11.216Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:12:11 [2020-10-05T18:12:11.216Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:12:11 [2020-10-05T18:12:11.881Z] --- PASS: TestGet (15.02s)
18:12:11 [2020-10-05T18:12:11.882Z] === RUN   TestPluginWithNoManifest
18:12:11 [2020-10-05T18:12:11.882Z] --- PASS: TestPluginWithNoManifest (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z] === RUN   TestGetAll
18:12:11 [2020-10-05T18:12:11.882Z] --- PASS: TestGetAll (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z] PASS
18:12:11 [2020-10-05T18:12:11.882Z] coverage: 73.4% of statements
18:12:11 [2020-10-05T18:12:11.882Z] ok  	github.com/docker/docker/pkg/plugins	34.998s	coverage: 73.4% of statements
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/pkg/term	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/rootless	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/testutil/request	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/volume	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === Skipped
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     dispatchers_test.go:376: Windows does not support stopsignal
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     client_test.go:23: runtime.GOOS == "windows"
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     daemon_test.go:147: root required
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     reload_test.go:520: root required
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s)
18:12:11 [2020-10-05T18:12:11.882Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     pull_v2_test.go:73: Needs fixing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     pull_v2_test.go:118: Needs fixing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     download_test.go:268: Needs fixing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     layer_test.go:304: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     layer_test.go:353: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     layer_test.go:468: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     layer_test.go:697: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     migration_test.go:46: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     migration_test.go:182: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     mount_test.go:17: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     mount_test.go:76: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     mount_test.go:125: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     mount_test.go:212: Failing on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:133: Xz not present in msys2
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:238: Failing on Windows CI machines
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_windows_test.go:16: Currently fails
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     changes_test.go:192: needs more investigation
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     changes_test.go:405: needs further investigation
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     changes_test.go:441: needs further investigation
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     poller_test.go:41: No chmod on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     fileutils_test.go:134: Needs porting to Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     fileutils_test.go:180: Needs porting to Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     registry_test.go:58: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     registry_test.go:78: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s)
18:12:11 [2020-10-05T18:12:11.882Z]     registry_test.go:668: os.Getuid() != 0: skipping test that requires root
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
18:12:11 [2020-10-05T18:12:11.882Z]     local_test.go:181: runtime.GOOS == "windows"
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] 
18:12:11 [2020-10-05T18:12:11.882Z] DONE 1781 tests, 46 skipped in 195.566s
18:12:11 [2020-10-05T18:12:11.974Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.9% of statements
18:12:12 [2020-10-05T18:12:12.230Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.46s)
18:12:12 [2020-10-05T18:12:12.230Z] === RUN   TestUpdateMemory
18:12:12 [2020-10-05T18:12:12.230Z] --- SKIP: TestUpdateMemory (0.00s)
18:12:12 [2020-10-05T18:12:12.230Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:12 [2020-10-05T18:12:12.230Z] === RUN   TestUpdateCPUQuota
18:12:12 [2020-10-05T18:12:12.230Z] --- SKIP: TestUpdateCPUQuota (0.00s)
18:12:12 [2020-10-05T18:12:12.230Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:12 [2020-10-05T18:12:12.230Z] === RUN   TestUpdatePidsLimit
18:12:12 [2020-10-05T18:12:12.230Z] --- SKIP: TestUpdatePidsLimit (0.00s)
18:12:12 [2020-10-05T18:12:12.230Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:12 [2020-10-05T18:12:12.230Z] === RUN   TestUpdateRestartPolicy
18:12:12 [2020-10-05T18:12:12.275Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.535s	coverage: 14.1% of statements
18:12:12 [2020-10-05T18:12:12.277Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
18:12:12 [2020-10-05T18:12:12.366Z] INFO: make.ps1 ended at 10/05/2020 18:12:11
18:12:12 [2020-10-05T18:12:12.849Z] --- PASS: TestCgroupNamespacesRunHostMode (2.18s)
18:12:12 [2020-10-05T18:12:12.849Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:12:13 [2020-10-05T18:12:13.205Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
18:12:13 [2020-10-05T18:12:13.205Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.69s)
18:12:13 [2020-10-05T18:12:13.205Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.87s)
18:12:13 [2020-10-05T18:12:13.205Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.95s)
18:12:13 [2020-10-05T18:12:13.205Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.02s)
18:12:13 [2020-10-05T18:12:13.205Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.35s)
18:12:13 [2020-10-05T18:12:13.205Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.25s)
18:12:13 [2020-10-05T18:12:13.205Z] === RUN   TestBuildMultiStageCopy
18:12:13 [2020-10-05T18:12:13.205Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:12:13 [2020-10-05T18:12:13.334Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.752s	coverage: 57.1% of statements
18:12:13 [2020-10-05T18:12:13.902Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
18:12:13 [2020-10-05T18:12:13.902Z] INFO: Unit tests ended at 10/05/2020 18:12:13. Duration:00:03:29.5482530
18:12:13 [2020-10-05T18:12:13.902Z] INFO: Building busybox
18:12:13 [2020-10-05T18:12:13.902Z] Sending build context to Docker daemon   5.12kB
18:12:13 [2020-10-05T18:12:13.902Z] 
18:12:13 [2020-10-05T18:12:13.902Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
18:12:13 [2020-10-05T18:12:13.902Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
18:12:13 [2020-10-05T18:12:13.902Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
18:12:13 [2020-10-05T18:12:13.902Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
18:12:13 [2020-10-05T18:12:13.902Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
18:12:13 [2020-10-05T18:12:13.902Z]  ---> 715aaeac112d
18:12:13 [2020-10-05T18:12:13.902Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
18:12:13 [2020-10-05T18:12:13.902Z]  ---> Running in 817a02d22c25
18:12:14 [2020-10-05T18:12:14.761Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.05s)
18:12:14 [2020-10-05T18:12:14.761Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:12:15 [2020-10-05T18:12:15.754Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:12:16 [2020-10-05T18:12:16.015Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:12:16 [2020-10-05T18:12:16.136Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.8% of statements
18:12:16 [2020-10-05T18:12:16.587Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:12:16 [2020-10-05T18:12:16.675Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.93s)
18:12:16 [2020-10-05T18:12:16.675Z] === RUN   TestCgroupNamespacesRunInvalidMode
18:12:17 [2020-10-05T18:12:17.159Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:12:17 [2020-10-05T18:12:17.200Z] ok  	github.com/docker/docker/daemon	12.330s	coverage: 17.2% of statements
18:12:17 [2020-10-05T18:12:17.200Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
18:12:17 [2020-10-05T18:12:17.200Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
18:12:17 [2020-10-05T18:12:17.200Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
18:12:17 [2020-10-05T18:12:17.200Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
18:12:17 [2020-10-05T18:12:17.615Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
18:12:17 [2020-10-05T18:12:17.732Z] --- PASS: TestBuildMultiStageCopy (4.41s)
18:12:17 [2020-10-05T18:12:17.732Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.25s)
18:12:17 [2020-10-05T18:12:17.732Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s)
18:12:17 [2020-10-05T18:12:17.732Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s)
18:12:17 [2020-10-05T18:12:17.732Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s)
18:12:17 [2020-10-05T18:12:17.732Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s)
18:12:17 [2020-10-05T18:12:17.732Z] === RUN   TestBuildMultiStageParentConfig
18:12:17 [2020-10-05T18:12:17.875Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.25s)
18:12:17 [2020-10-05T18:12:17.875Z] === RUN   TestCgroupNamespacesRunOlderClient
18:12:18 [2020-10-05T18:12:18.294Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.694s	coverage: 69.2% of statements
18:12:19 [2020-10-05T18:12:19.117Z] --- PASS: TestBuildMultiStageParentConfig (1.43s)
18:12:19 [2020-10-05T18:12:19.118Z] === RUN   TestBuildLabelWithTargets
18:12:19 [2020-10-05T18:12:19.367Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.738s	coverage: 45.9% of statements
18:12:19 [2020-10-05T18:12:19.367Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
18:12:19 [2020-10-05T18:12:19.690Z] Removing intermediate container 817a02d22c25
18:12:19 [2020-10-05T18:12:19.690Z]  ---> 665e08b5b533
18:12:19 [2020-10-05T18:12:19.690Z] Step 7/13 : ARG BUSYBOX_VERSION
18:12:19 [2020-10-05T18:12:19.690Z]  ---> Running in af1509955035
18:12:19 [2020-10-05T18:12:19.690Z] Removing intermediate container af1509955035
18:12:19 [2020-10-05T18:12:19.690Z]  ---> 0b207f7da257
18:12:19 [2020-10-05T18:12:19.690Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
18:12:19 [2020-10-05T18:12:19.690Z]  ---> Running in 23b926007904
18:12:19 [2020-10-05T18:12:19.690Z] Removing intermediate container 23b926007904
18:12:19 [2020-10-05T18:12:19.690Z]  ---> 37b0d3c8d3b5
18:12:19 [2020-10-05T18:12:19.690Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
18:12:19 [2020-10-05T18:12:19.784Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.92s)
18:12:19 [2020-10-05T18:12:19.784Z] === RUN   TestKernelTCPMemory
18:12:20 [2020-10-05T18:12:20.045Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
18:12:20 [2020-10-05T18:12:20.616Z] --- PASS: TestKernelTCPMemory (0.89s)
18:12:20 [2020-10-05T18:12:20.616Z] === RUN   TestNISDomainname
18:12:21 [2020-10-05T18:12:21.187Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
18:12:21 [2020-10-05T18:12:21.226Z] 
18:12:21 [2020-10-05T18:12:21.226Z]  ---> 5f3b45b4d7f0
18:12:21 [2020-10-05T18:12:21.226Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
18:12:21 [2020-10-05T18:12:21.226Z]  ---> Running in bb9e7b44cd3c
18:12:21 [2020-10-05T18:12:21.473Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.457s	coverage: 49.5% of statements
18:12:21 [2020-10-05T18:12:21.667Z] --- PASS: TestBuildLabelWithTargets (2.24s)
18:12:21 [2020-10-05T18:12:21.667Z] === RUN   TestBuildWithEmptyLayers
18:12:21 [2020-10-05T18:12:21.757Z] --- PASS: TestNISDomainname (1.02s)
18:12:21 [2020-10-05T18:12:21.757Z] === RUN   TestHostnameDnsResolution
18:12:22 [2020-10-05T18:12:22.530Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.600s	coverage: 76.1% of statements
18:12:22 [2020-10-05T18:12:22.530Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.051s	coverage: 58.0% of statements
18:12:22 [2020-10-05T18:12:22.613Z] --- PASS: TestBuildWithEmptyLayers (1.06s)
18:12:22 [2020-10-05T18:12:22.613Z] === RUN   TestBuildMultiStageOnBuild
18:12:22 [2020-10-05T18:12:22.619Z] sha256:edf12c82b0fb6e7818001ddffbf7fe89021978eaeb8ad0c15b59da6f1f6a3d5c
18:12:22 [2020-10-05T18:12:22.619Z] INFO: Starting docker-py tests...
18:12:23 [2020-10-05T18:12:23.143Z] --- PASS: TestHostnameDnsResolution (1.32s)
18:12:23 [2020-10-05T18:12:23.143Z] === RUN   TestStats
18:12:23 [2020-10-05T18:12:23.220Z] ============================= test session starts ==============================
18:12:23 [2020-10-05T18:12:23.220Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1
18:12:23 [2020-10-05T18:12:23.221Z] rootdir: /src, inifile: pytest.ini
18:12:23 [2020-10-05T18:12:23.221Z] plugins: timeout-1.3.3, cov-2.6.1
18:12:24 [2020-10-05T18:12:24.086Z] ok  	github.com/docker/docker/daemon/links	0.031s	coverage: 93.0% of statements
18:12:24 [2020-10-05T18:12:24.086Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.024s	coverage: 3.0% of statements
18:12:24 [2020-10-05T18:12:24.191Z] collected 389 items / 1 deselected / 388 selected
18:12:24 [2020-10-05T18:12:24.191Z] 
18:12:24 [2020-10-05T18:12:24.424Z] --- PASS: TestUpdateRestartPolicy (10.87s)
18:12:24 [2020-10-05T18:12:24.424Z] === RUN   TestUpdateRestartWithAutoRemove
18:12:24 [2020-10-05T18:12:24.424Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s)
18:12:24 [2020-10-05T18:12:24.424Z] === RUN   TestWaitNonBlocked
18:12:24 [2020-10-05T18:12:24.424Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:12:24 [2020-10-05T18:12:24.424Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:12:24 [2020-10-05T18:12:24.424Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:12:24 [2020-10-05T18:12:24.424Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:12:24 [2020-10-05T18:12:24.424Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:12:24 [2020-10-05T18:12:24.424Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:12:24 [2020-10-05T18:12:24.424Z] --- PASS: TestWaitNonBlocked (0.01s)
18:12:24 [2020-10-05T18:12:24.424Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.82s)
18:12:24 [2020-10-05T18:12:24.424Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.82s)
18:12:24 [2020-10-05T18:12:24.424Z] === RUN   TestWaitBlocked
18:12:24 [2020-10-05T18:12:24.424Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:12:24 [2020-10-05T18:12:24.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:12:24 [2020-10-05T18:12:24.424Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:12:24 [2020-10-05T18:12:24.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:12:24 [2020-10-05T18:12:24.424Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:12:24 [2020-10-05T18:12:24.424Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:12:24 [2020-10-05T18:12:24.523Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
18:12:24 [2020-10-05T18:12:24.990Z] --- PASS: TestWaitBlocked (0.02s)
18:12:24 [2020-10-05T18:12:24.990Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s)
18:12:24 [2020-10-05T18:12:24.990Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s)
18:12:24 [2020-10-05T18:12:24.990Z] === CONT  TestDaemonRestartIpcMode
18:12:24 [2020-10-05T18:12:24.990Z] === CONT  TestIpcModeOlderClient
18:12:25 [2020-10-05T18:12:25.160Z] --- PASS: TestBuildMultiStageOnBuild (2.69s)
18:12:25 [2020-10-05T18:12:25.160Z] === RUN   TestBuildUncleanTarFilenames
18:12:25 [2020-10-05T18:12:25.248Z] --- PASS: TestIpcModeOlderClient (0.11s)
18:12:25 [2020-10-05T18:12:25.650Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	4.815s	coverage: 52.1% of statements
18:12:25 [2020-10-05T18:12:25.905Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
18:12:25 [2020-10-05T18:12:25.905Z] --- PASS: TestStats (2.87s)
18:12:25 [2020-10-05T18:12:25.905Z] === RUN   TestStopContainerWithTimeout
18:12:25 [2020-10-05T18:12:25.905Z] === RUN   TestStopContainerWithTimeout/0
18:12:25 [2020-10-05T18:12:25.905Z] === PAUSE TestStopContainerWithTimeout/0
18:12:25 [2020-10-05T18:12:25.905Z] === RUN   TestStopContainerWithTimeout/1
18:12:25 [2020-10-05T18:12:25.905Z] === PAUSE TestStopContainerWithTimeout/1
18:12:25 [2020-10-05T18:12:25.905Z] === RUN   TestStopContainerWithTimeout/3
18:12:25 [2020-10-05T18:12:25.905Z] === PAUSE TestStopContainerWithTimeout/3
18:12:25 [2020-10-05T18:12:25.905Z] === RUN   TestStopContainerWithTimeout/-1
18:12:25 [2020-10-05T18:12:25.905Z] === PAUSE TestStopContainerWithTimeout/-1
18:12:25 [2020-10-05T18:12:25.953Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
18:12:25 [2020-10-05T18:12:25.953Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
18:12:26 [2020-10-05T18:12:26.166Z] === CONT  TestStopContainerWithTimeout/0
18:12:26 [2020-10-05T18:12:26.166Z] === CONT  TestStopContainerWithTimeout/-1
18:12:26 [2020-10-05T18:12:26.547Z] --- PASS: TestBuildUncleanTarFilenames (1.47s)
18:12:26 [2020-10-05T18:12:26.547Z] === RUN   TestBuildMultiStageLayerLeak
18:12:27 [2020-10-05T18:12:27.107Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
18:12:27 [2020-10-05T18:12:27.107Z] === CONT  TestStopContainerWithTimeout/3
18:12:28 [2020-10-05T18:12:28.080Z] ok  	github.com/docker/docker/daemon/logger	0.266s	coverage: 41.0% of statements
18:12:28 [2020-10-05T18:12:28.384Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.459s	coverage: 77.8% of statements
18:12:29 [2020-10-05T18:12:29.017Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
18:12:29 [2020-10-05T18:12:29.282Z] === CONT  TestStopContainerWithTimeout/1
18:12:29 [2020-10-05T18:12:29.282Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
18:12:29 [2020-10-05T18:12:29.455Z] ok  	github.com/docker/docker/daemon/images	0.027s	coverage: 4.8% of statements
18:12:29 [2020-10-05T18:12:29.455Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
18:12:29 [2020-10-05T18:12:29.455Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
18:12:29 [2020-10-05T18:12:29.455Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
18:12:29 [2020-10-05T18:12:29.455Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
18:12:29 [2020-10-05T18:12:29.460Z] --- PASS: TestDaemonRestartIpcMode (4.13s)
18:12:29 [2020-10-05T18:12:29.460Z] PASS
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === Skipped
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
18:12:29 [2020-10-05T18:12:29.460Z]     mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestPause (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
18:12:29 [2020-10-05T18:12:29.460Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s)
18:12:29 [2020-10-05T18:12:29.460Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
18:12:29 [2020-10-05T18:12:29.460Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestStats (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
18:12:29 [2020-10-05T18:12:29.460Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] 
18:12:29 [2020-10-05T18:12:29.460Z] DONE 173 tests, 24 skipped in 78.210s
18:12:29 [2020-10-05T18:12:29.460Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
18:12:29 [2020-10-05T18:12:29.460Z] INFO: Testing against a local daemon
18:12:29 [2020-10-05T18:12:29.460Z] === RUN   TestCommitInheritsEnv
18:12:29 [2020-10-05T18:12:29.756Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.033s	coverage: 67.0% of statements
18:12:29 [2020-10-05T18:12:29.850Z] --- PASS: TestBuildMultiStageLayerLeak (2.84s)
18:12:29 [2020-10-05T18:12:29.850Z] === RUN   TestBuildWithHugeFile
18:12:29 [2020-10-05T18:12:29.851Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
18:12:30 [2020-10-05T18:12:30.823Z] ok  	github.com/docker/docker/daemon/logger/journald	0.017s	coverage: 23.9% of statements
18:12:31 [2020-10-05T18:12:31.125Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.027s	coverage: 87.2% of statements
18:12:31 [2020-10-05T18:12:31.233Z] --- PASS: TestStopContainerWithTimeout (0.12s)
18:12:31 [2020-10-05T18:12:31.233Z]     --- PASS: TestStopContainerWithTimeout/0 (1.14s)
18:12:31 [2020-10-05T18:12:31.233Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.14s)
18:12:31 [2020-10-05T18:12:31.233Z]     --- PASS: TestStopContainerWithTimeout/3 (2.71s)
18:12:31 [2020-10-05T18:12:31.233Z]     --- PASS: TestStopContainerWithTimeout/1 (1.74s)
18:12:31 [2020-10-05T18:12:31.233Z] === RUN   TestDeleteDevicemapper
18:12:31 [2020-10-05T18:12:31.233Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:12:31 [2020-10-05T18:12:31.233Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:12:31 [2020-10-05T18:12:31.233Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:12:31 [2020-10-05T18:12:31.361Z] --- PASS: TestCommitInheritsEnv (1.74s)
18:12:31 [2020-10-05T18:12:31.361Z] === RUN   TestImportExtremelyLargeImageWorks
18:12:31 [2020-10-05T18:12:31.361Z] === PAUSE TestImportExtremelyLargeImageWorks
18:12:31 [2020-10-05T18:12:31.361Z] === RUN   TestImagesFilterMultiReference
18:12:31 [2020-10-05T18:12:31.361Z] --- PASS: TestImagesFilterMultiReference (0.07s)
18:12:31 [2020-10-05T18:12:31.361Z] === RUN   TestImagePullPlatformInvalid
18:12:31 [2020-10-05T18:12:31.361Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
18:12:31 [2020-10-05T18:12:31.361Z] === RUN   TestRemoveImageOrphaning
18:12:31 [2020-10-05T18:12:31.547Z] Removing intermediate container bb9e7b44cd3c
18:12:31 [2020-10-05T18:12:31.547Z]  ---> c39efef80bb2
18:12:31 [2020-10-05T18:12:31.547Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
18:12:31 [2020-10-05T18:12:31.547Z]  ---> Running in 5b8e871c1a2f
18:12:31 [2020-10-05T18:12:31.802Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
18:12:32 [2020-10-05T18:12:32.005Z] 
18:12:32 [2020-10-05T18:12:32.005Z] SUCCESS: Specified value was saved.
18:12:32 [2020-10-05T18:12:32.220Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.049s	coverage: 61.6% of statements
18:12:32 [2020-10-05T18:12:32.869Z] ok  	github.com/docker/docker/daemon/logger/local	0.053s	coverage: 75.2% of statements
18:12:32 [2020-10-05T18:12:32.869Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
18:12:33 [2020-10-05T18:12:33.259Z] --- PASS: TestRemoveImageOrphaning (1.90s)
18:12:33 [2020-10-05T18:12:33.259Z] === RUN   TestRemoveImageGarbageCollector
18:12:33 [2020-10-05T18:12:33.259Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
18:12:33 [2020-10-05T18:12:33.259Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
18:12:33 [2020-10-05T18:12:33.259Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:12:33 [2020-10-05T18:12:33.259Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
18:12:33 [2020-10-05T18:12:33.259Z] === RUN   TestTagInvalidReference
18:12:33 [2020-10-05T18:12:33.259Z] --- PASS: TestTagInvalidReference (0.01s)
18:12:33 [2020-10-05T18:12:33.259Z] === RUN   TestTagValidPrefixedRepo
18:12:33 [2020-10-05T18:12:33.259Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
18:12:33 [2020-10-05T18:12:33.259Z] === RUN   TestTagExistedNameWithoutForce
18:12:33 [2020-10-05T18:12:33.259Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
18:12:33 [2020-10-05T18:12:33.259Z] === RUN   TestTagOfficialNames
18:12:33 [2020-10-05T18:12:33.259Z] --- PASS: TestTagOfficialNames (0.05s)
18:12:33 [2020-10-05T18:12:33.259Z] === RUN   TestTagMatchesDigest
18:12:33 [2020-10-05T18:12:33.259Z] --- PASS: TestTagMatchesDigest (0.01s)
18:12:33 [2020-10-05T18:12:33.259Z] === CONT  TestImportExtremelyLargeImageWorks
18:12:33 [2020-10-05T18:12:33.715Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
18:12:34 [2020-10-05T18:12:34.292Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.17s)
18:12:34 [2020-10-05T18:12:34.292Z] === RUN   TestUpdateMemory
18:12:34 [2020-10-05T18:12:34.292Z] --- SKIP: TestUpdateMemory (0.00s)
18:12:34 [2020-10-05T18:12:34.292Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
18:12:34 [2020-10-05T18:12:34.292Z] === RUN   TestUpdateCPUQuota
18:12:34 [2020-10-05T18:12:34.292Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
18:12:34 [2020-10-05T18:12:34.444Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.039s	coverage: 33.3% of statements
18:12:34 [2020-10-05T18:12:34.444Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.040s	coverage: 37.7% of statements
18:12:35 [2020-10-05T18:12:35.678Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
18:12:35 [2020-10-05T18:12:35.742Z] Removing intermediate container 5b8e871c1a2f
18:12:35 [2020-10-05T18:12:35.742Z]  ---> 07ed035e70b1
18:12:35 [2020-10-05T18:12:35.742Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
18:12:35 [2020-10-05T18:12:35.742Z]  ---> Running in 68061062c77f
18:12:35 [2020-10-05T18:12:35.938Z] --- PASS: TestUpdateCPUQuota (1.77s)
18:12:35 [2020-10-05T18:12:35.938Z] === RUN   TestUpdatePidsLimit
18:12:35 [2020-10-05T18:12:35.938Z] === RUN   TestUpdatePidsLimit/update_from_none
18:12:35 [2020-10-05T18:12:35.997Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.022s	coverage: 46.8% of statements
18:12:35 [2020-10-05T18:12:35.997Z] ok  	github.com/docker/docker/daemon/logger/templates	0.006s	coverage: 8.3% of statements
18:12:36 [2020-10-05T18:12:36.200Z] === RUN   TestUpdatePidsLimit/no_change
18:12:36 [2020-10-05T18:12:36.770Z] === RUN   TestUpdatePidsLimit/update_lower
18:12:37 [2020-10-05T18:12:37.030Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
18:12:37 [2020-10-05T18:12:37.601Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
18:12:37 [2020-10-05T18:12:37.862Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
18:12:37 [2020-10-05T18:12:37.862Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
18:12:38 [2020-10-05T18:12:38.122Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
18:12:38 [2020-10-05T18:12:38.657Z] Cannot create a file when that file already exists.
18:12:38 [2020-10-05T18:12:38.787Z] ok  	github.com/docker/docker/daemon/network	0.009s	coverage: 63.8% of statements
18:12:38 [2020-10-05T18:12:38.787Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.454s	coverage: 82.5% of statements
18:12:38 [2020-10-05T18:12:38.787Z] ?   	github.com/docker/docker/daemon/names	[no test files]
18:12:38 [2020-10-05T18:12:38.787Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
18:12:39 [2020-10-05T18:12:39.440Z] ok  	github.com/docker/docker/distribution/metadata	0.087s	coverage: 48.2% of statements
18:12:39 [2020-10-05T18:12:39.503Z] --- PASS: TestUpdatePidsLimit (3.54s)
18:12:39 [2020-10-05T18:12:39.503Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.38s)
18:12:39 [2020-10-05T18:12:39.503Z]     --- PASS: TestUpdatePidsLimit/no_change (0.43s)
18:12:39 [2020-10-05T18:12:39.503Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.36s)
18:12:39 [2020-10-05T18:12:39.503Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s)
18:12:39 [2020-10-05T18:12:39.503Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s)
18:12:39 [2020-10-05T18:12:39.503Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s)
18:12:39 [2020-10-05T18:12:39.503Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s)
18:12:39 [2020-10-05T18:12:39.503Z] === RUN   TestUpdateRestartPolicy
18:12:39 [2020-10-05T18:12:39.765Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
18:12:39 [2020-10-05T18:12:39.777Z] tests/integration/api_build_test.py .......................X             [  6%]
18:12:40 [2020-10-05T18:12:40.379Z] tests/integration/api_client_test.py .....                               [  7%]
18:12:40 [2020-10-05T18:12:40.707Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
18:12:41 [2020-10-05T18:12:41.866Z] tests/integration/api_config_test.py .....                               [  8%]
18:12:42 [2020-10-05T18:12:42.088Z] === RUN   TestDockerSuite/TestBuildCacheAdd
18:12:42 [2020-10-05T18:12:42.243Z] ok  	github.com/docker/docker/errdefs	0.030s	coverage: 49.4% of statements
18:12:42 [2020-10-05T18:12:42.243Z] ok  	github.com/docker/docker/distribution	0.453s	coverage: 21.9% of statements
18:12:42 [2020-10-05T18:12:42.243Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
18:12:42 [2020-10-05T18:12:42.658Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
18:12:43 [2020-10-05T18:12:43.598Z] === RUN   TestDockerSuite/TestBuildCacheFrom
18:12:44 [2020-10-05T18:12:44.356Z] ok  	github.com/docker/docker/image	0.071s	coverage: 86.4% of statements
18:12:44 [2020-10-05T18:12:44.444Z] Removing intermediate container 68061062c77f
18:12:44 [2020-10-05T18:12:44.444Z]  ---> f9558b5f63bc
18:12:44 [2020-10-05T18:12:44.444Z] Step 13/13 : CMD ["sh"]
18:12:44 [2020-10-05T18:12:44.444Z]  ---> Running in 9fedd8887890
18:12:44 [2020-10-05T18:12:44.444Z] Removing intermediate container 9fedd8887890
18:12:44 [2020-10-05T18:12:44.444Z]  ---> f269ed327e84
18:12:44 [2020-10-05T18:12:44.444Z] Successfully built f269ed327e84
18:12:44 [2020-10-05T18:12:44.444Z] Successfully tagged busybox:latest
18:12:44 [2020-10-05T18:12:44.444Z] INFO: Docker images of the daemon under test
18:12:44 [2020-10-05T18:12:44.444Z] 
18:12:44 [2020-10-05T18:12:44.445Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
18:12:44 [2020-10-05T18:12:44.445Z] busybox                                latest              f269ed327e84        Less than a second ago   5.12GB
18:12:44 [2020-10-05T18:12:44.445Z] mcr.microsoft.com/windows/servercore   ltsc2019            715aaeac112d        4 weeks ago              5.06GB
18:12:44 [2020-10-05T18:12:44.445Z] microsoft/windowsservercore            latest              715aaeac112d        4 weeks ago              5.06GB
18:12:44 [2020-10-05T18:12:44.445Z] 
18:12:44 [2020-10-05T18:12:44.445Z] INFO: Running integration tests at 10/05/2020 18:12:44...
18:12:44 [2020-10-05T18:12:44.445Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
18:12:44 [2020-10-05T18:12:44.445Z] INFO: Integration API tests being run from the host:
18:12:44 [2020-10-05T18:12:44.445Z] INFO: make.ps1 starting at 10/05/2020 18:12:44
18:12:45 [2020-10-05T18:12:45.009Z] ok  	github.com/docker/docker/distribution/xfer	1.697s	coverage: 85.6% of statements
18:12:45 [2020-10-05T18:12:45.009Z] ?   	github.com/docker/docker/dockerversion	[no test files]
18:12:45 [2020-10-05T18:12:45.311Z] ok  	github.com/docker/docker/image/v1	0.042s	coverage: 25.0% of statements
18:12:45 [2020-10-05T18:12:45.412Z] Running D:\gopath\src\github.com\docker\docker\integration\build
18:12:45 [2020-10-05T18:12:45.613Z] ok  	github.com/docker/docker/image/cache	0.028s	coverage: 19.2% of statements
18:12:45 [2020-10-05T18:12:45.613Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
18:12:45 [2020-10-05T18:12:45.613Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
18:12:46 [2020-10-05T18:12:46.266Z] ok  	github.com/docker/docker/libcontainerd/queue	0.042s	coverage: 100.0% of statements
18:12:46 [2020-10-05T18:12:46.895Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
18:12:48 [2020-10-05T18:12:48.414Z] ok  	github.com/docker/docker/pkg/aaparser	0.015s	coverage: 50.0% of statements
18:12:48 [2020-10-05T18:12:48.714Z] ok  	github.com/docker/docker/oci	0.016s	coverage: 8.2% of statements
18:12:48 [2020-10-05T18:12:48.805Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
18:12:49 [2020-10-05T18:12:49.374Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
18:12:49 [2020-10-05T18:12:49.944Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
18:12:50 [2020-10-05T18:12:50.282Z] ok  	github.com/docker/docker/opts	0.074s	coverage: 67.1% of statements
18:12:50 [2020-10-05T18:12:50.513Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
18:12:50 [2020-10-05T18:12:50.773Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
18:12:51 [2020-10-05T18:12:51.342Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
18:12:51 [2020-10-05T18:12:51.820Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
18:12:52 [2020-10-05T18:12:52.281Z] --- PASS: TestUpdateRestartPolicy (12.87s)
18:12:52 [2020-10-05T18:12:52.281Z] === RUN   TestUpdateRestartWithAutoRemove
18:12:52 [2020-10-05T18:12:52.469Z] ok  	github.com/docker/docker/pkg/capabilities	0.006s	coverage: 87.5% of statements
18:12:52 [2020-10-05T18:12:52.784Z] ok  	github.com/docker/docker/pkg/authorization	1.653s	coverage: 68.3% of statements
18:12:53 [2020-10-05T18:12:53.116Z] ok  	github.com/docker/docker/pkg/archive	1.188s	coverage: 76.8% of statements
18:12:53 [2020-10-05T18:12:53.223Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
18:12:53 [2020-10-05T18:12:53.223Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s)
18:12:53 [2020-10-05T18:12:53.223Z] === RUN   TestWaitNonBlocked
18:12:53 [2020-10-05T18:12:53.223Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:12:53 [2020-10-05T18:12:53.223Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:12:53 [2020-10-05T18:12:53.223Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:12:53 [2020-10-05T18:12:53.223Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:12:53 [2020-10-05T18:12:53.223Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:12:53 [2020-10-05T18:12:53.223Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:12:53 [2020-10-05T18:12:53.415Z] ok  	github.com/docker/docker/pkg/directory	0.012s	coverage: 80.0% of statements
18:12:54 [2020-10-05T18:12:54.489Z] ok  	github.com/docker/docker/pkg/discovery	0.007s	coverage: 58.3% of statements
18:12:54 [2020-10-05T18:12:54.606Z] --- PASS: TestWaitNonBlocked (0.04s)
18:12:54 [2020-10-05T18:12:54.606Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.23s)
18:12:54 [2020-10-05T18:12:54.606Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.24s)
18:12:54 [2020-10-05T18:12:54.606Z] === RUN   TestWaitBlocked
18:12:54 [2020-10-05T18:12:54.606Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:12:54 [2020-10-05T18:12:54.606Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:12:54 [2020-10-05T18:12:54.606Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:12:54 [2020-10-05T18:12:54.606Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:12:54 [2020-10-05T18:12:54.606Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:12:54 [2020-10-05T18:12:54.606Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:12:55 [2020-10-05T18:12:55.057Z] ok  	github.com/docker/docker/pkg/discovery/file	0.019s	coverage: 92.9% of statements
18:12:55 [2020-10-05T18:12:55.546Z] --- PASS: TestWaitBlocked (0.03s)
18:12:55 [2020-10-05T18:12:55.546Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s)
18:12:55 [2020-10-05T18:12:55.546Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.16s)
18:12:55 [2020-10-05T18:12:55.546Z] === CONT  TestDaemonRestartIpcMode
18:12:55 [2020-10-05T18:12:55.546Z] === CONT  TestIpcModeOlderClient
18:12:55 [2020-10-05T18:12:55.546Z] --- PASS: TestIpcModeOlderClient (0.11s)
18:12:55 [2020-10-05T18:12:55.546Z] === CONT  TestContainerKillOnDaemonStart
18:12:55 [2020-10-05T18:12:55.713Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.005s	coverage: 92.3% of statements
18:12:56 [2020-10-05T18:12:56.403Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.005s	coverage: 93.8% of statements
18:12:56 [2020-10-05T18:12:56.488Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
18:12:56 [2020-10-05T18:12:56.488Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
18:12:56 [2020-10-05T18:12:56.488Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
18:12:56 [2020-10-05T18:12:56.935Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
18:12:57 [2020-10-05T18:12:57.065Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
18:12:57 [2020-10-05T18:12:57.538Z] ok  	github.com/docker/docker/layer	7.202s	coverage: 68.8% of statements
18:12:57 [2020-10-05T18:12:57.538Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
18:12:57 [2020-10-05T18:12:57.538Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
18:12:57 [2020-10-05T18:12:57.538Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
18:12:57 [2020-10-05T18:12:57.538Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
18:12:57 [2020-10-05T18:12:57.538Z] ?   	github.com/docker/docker/oci/caps	[no test files]
18:12:58 [2020-10-05T18:12:58.196Z] ok  	github.com/docker/docker/pkg/filenotify	0.614s	coverage: 67.0% of statements
18:12:58 [2020-10-05T18:12:58.567Z] ok  	github.com/docker/docker/pkg/fileutils	0.028s	coverage: 89.5% of statements
18:12:58 [2020-10-05T18:12:58.567Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.995s	coverage: 43.2% of statements
18:12:58 [2020-10-05T18:12:58.567Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
18:12:58 [2020-10-05T18:12:58.567Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
18:12:59 [2020-10-05T18:12:59.606Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
18:12:59 [2020-10-05T18:12:59.606Z] --- PASS: TestDaemonRestartIpcMode (3.99s)
18:12:59 [2020-10-05T18:12:59.606Z] === CONT  TestContainerStartOnDaemonRestart
18:12:59 [2020-10-05T18:12:59.737Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.093s	coverage: 84.1% of statements
18:12:59 [2020-10-05T18:12:59.737Z] ok  	github.com/docker/docker/pkg/fsutils	0.389s	coverage: 85.1% of statements
18:12:59 [2020-10-05T18:12:59.737Z] ok  	github.com/docker/docker/pkg/homedir	0.008s	coverage: 11.4% of statements
18:13:00 [2020-10-05T18:13:00.177Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
18:13:00 [2020-10-05T18:13:00.177Z] === RUN   TestDockerSuite/TestBuildClearCmd
18:13:00 [2020-10-05T18:13:00.748Z] === RUN   TestDockerSuite/TestBuildCmd
18:13:01 [2020-10-05T18:13:01.319Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
18:13:01 [2020-10-05T18:13:01.453Z] ok  	github.com/docker/docker/pkg/longpath	0.010s	coverage: 100.0% of statements
18:13:01 [2020-10-05T18:13:01.453Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.020s	coverage: 91.7% of statements
18:13:01 [2020-10-05T18:13:01.578Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
18:13:01 [2020-10-05T18:13:01.753Z] ok  	github.com/docker/docker/pkg/idtools	0.773s	coverage: 70.1% of statements
18:13:01 [2020-10-05T18:13:01.753Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.027s	coverage: 85.7% of statements
18:13:02 [2020-10-05T18:13:02.062Z] ok  	github.com/docker/docker/pkg/parsers	0.010s	coverage: 97.0% of statements
18:13:02 [2020-10-05T18:13:02.149Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
18:13:02 [2020-10-05T18:13:02.149Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
18:13:02 [2020-10-05T18:13:02.715Z] ok  	github.com/docker/docker/pkg/ioutils	1.338s	coverage: 70.6% of statements
18:13:02 [2020-10-05T18:13:02.715Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
18:13:02 [2020-10-05T18:13:02.715Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
18:13:02 [2020-10-05T18:13:02.715Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
18:13:02 [2020-10-05T18:13:02.715Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
18:13:02 [2020-10-05T18:13:02.715Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.006s	coverage: 60.0% of statements
18:13:02 [2020-10-05T18:13:02.720Z] --- PASS: TestContainerStartOnDaemonRestart (3.08s)
18:13:02 [2020-10-05T18:13:02.720Z] === CONT  TestDaemonHostGatewayIP
18:13:03 [2020-10-05T18:13:03.015Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.014s	coverage: 86.7% of statements
18:13:03 [2020-10-05T18:13:03.314Z] ok  	github.com/docker/docker/pkg/pidfile	0.012s	coverage: 82.4% of statements
18:13:03 [2020-10-05T18:13:03.314Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
18:13:03 [2020-10-05T18:13:03.314Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
18:13:03 [2020-10-05T18:13:03.659Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
18:13:04 [2020-10-05T18:13:04.387Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.061s	coverage: 56.8% of statements
18:13:05 [2020-10-05T18:13:05.042Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
18:13:05 [2020-10-05T18:13:05.048Z] ok  	github.com/docker/docker/pkg/pools	0.008s	coverage: 88.2% of statements
18:13:05 [2020-10-05T18:13:05.348Z] ok  	github.com/docker/docker/pkg/progress	0.012s	coverage: 75.9% of statements
18:13:05 [2020-10-05T18:13:05.647Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.007s	coverage: 85.7% of statements
18:13:05 [2020-10-05T18:13:05.981Z] --- PASS: TestDaemonHostGatewayIP (3.40s)
18:13:06 [2020-10-05T18:13:06.305Z] ok  	github.com/docker/docker/pkg/reexec	0.008s	coverage: 82.4% of statements
18:13:06 [2020-10-05T18:13:06.519Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:13:06 [2020-10-05T18:13:06.520Z] INFO: Testing against a local daemon
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildWithSession
18:13:06 [2020-10-05T18:13:06.520Z] --- SKIP: TestBuildWithSession (0.00s)
18:13:06 [2020-10-05T18:13:06.520Z]     build_session_test.go:25: TODO: BuildKit
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildSquashParent
18:13:06 [2020-10-05T18:13:06.520Z] --- SKIP: TestBuildSquashParent (0.00s)
18:13:06 [2020-10-05T18:13:06.520Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildWithRemoveAndForceRemove
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:13:06 [2020-10-05T18:13:06.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:13:06 [2020-10-05T18:13:06.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:13:06 [2020-10-05T18:13:06.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:13:06 [2020-10-05T18:13:06.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:13:06 [2020-10-05T18:13:06.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:13:06 [2020-10-05T18:13:06.520Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:13:06 [2020-10-05T18:13:06.520Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:13:06 [2020-10-05T18:13:06.520Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:13:06 [2020-10-05T18:13:06.520Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:13:06 [2020-10-05T18:13:06.520Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:13:06 [2020-10-05T18:13:06.520Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:13:06 [2020-10-05T18:13:06.963Z] ok  	github.com/docker/docker/pkg/stdcopy	0.006s	coverage: 100.0% of statements
18:13:06 [2020-10-05T18:13:06.963Z] ok  	github.com/docker/docker/pkg/pubsub	1.146s	coverage: 73.9% of statements
18:13:07 [2020-10-05T18:13:07.889Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
18:13:08 [2020-10-05T18:13:08.029Z] ok  	github.com/docker/docker/pkg/stringid	0.005s	coverage: 70.6% of statements
18:13:08 [2020-10-05T18:13:08.030Z] ok  	github.com/docker/docker/pkg/streamformatter	0.051s	coverage: 66.2% of statements
18:13:08 [2020-10-05T18:13:08.326Z] ok  	github.com/docker/docker/pkg/symlink	0.018s	coverage: 87.7% of statements
18:13:08 [2020-10-05T18:13:08.460Z] === RUN   TestDockerSuite/TestBuildConditionalCache
18:13:09 [2020-10-05T18:13:09.031Z] --- PASS: TestContainerKillOnDaemonStart (13.28s)
18:13:09 [2020-10-05T18:13:09.031Z] PASS
18:13:09 [2020-10-05T18:13:09.031Z] 
18:13:09 [2020-10-05T18:13:09.031Z] === Skipped
18:13:09 [2020-10-05T18:13:09.031Z] === SKIP: amd64.integration.container TestCheckpoint (0.01s)
18:13:09 [2020-10-05T18:13:09.031Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:13:09 [2020-10-05T18:13:09.031Z] 
18:13:09 [2020-10-05T18:13:09.031Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
18:13:09 [2020-10-05T18:13:09.031Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:13:09 [2020-10-05T18:13:09.031Z] 
18:13:09 [2020-10-05T18:13:09.031Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
18:13:09 [2020-10-05T18:13:09.031Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:13:09 [2020-10-05T18:13:09.031Z] 
18:13:09 [2020-10-05T18:13:09.031Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:13:09 [2020-10-05T18:13:09.031Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:13:09 [2020-10-05T18:13:09.031Z] 
18:13:09 [2020-10-05T18:13:09.031Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
18:13:09 [2020-10-05T18:13:09.031Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:13:09 [2020-10-05T18:13:09.031Z] 
18:13:09 [2020-10-05T18:13:09.031Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
18:13:09 [2020-10-05T18:13:09.031Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
18:13:09 [2020-10-05T18:13:09.031Z] 
18:13:09 [2020-10-05T18:13:09.031Z] 
18:13:09 [2020-10-05T18:13:09.031Z] DONE 192 tests, 6 skipped in 147.212s
18:13:09 [2020-10-05T18:13:09.031Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
18:13:09 [2020-10-05T18:13:09.031Z] ++ 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
18:13:09 [2020-10-05T18:13:09.031Z] ++ set -e
18:13:09 [2020-10-05T18:13:09.031Z] ++ '[' -n 0 ']'
18:13:09 [2020-10-05T18:13:09.031Z] ++ set -x
18:13:09 [2020-10-05T18:13:09.031Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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
18:13:09 [2020-10-05T18:13:09.291Z] INFO: Testing against a local daemon
18:13:09 [2020-10-05T18:13:09.291Z] === RUN   TestCommitInheritsEnv
18:13:09 [2020-10-05T18:13:09.861Z] --- PASS: TestCommitInheritsEnv (0.53s)
18:13:09 [2020-10-05T18:13:09.861Z] === RUN   TestImportExtremelyLargeImageWorks
18:13:09 [2020-10-05T18:13:09.861Z] === PAUSE TestImportExtremelyLargeImageWorks
18:13:09 [2020-10-05T18:13:09.861Z] === RUN   TestImagesFilterMultiReference
18:13:09 [2020-10-05T18:13:09.861Z] === RUN   TestDockerSuite/TestBuildContChar
18:13:09 [2020-10-05T18:13:09.861Z] --- PASS: TestImagesFilterMultiReference (0.12s)
18:13:09 [2020-10-05T18:13:09.861Z] === RUN   TestImagePullPlatformInvalid
18:13:09 [2020-10-05T18:13:09.861Z] --- PASS: TestImagePullPlatformInvalid (0.06s)
18:13:09 [2020-10-05T18:13:09.861Z] === RUN   TestRemoveImageOrphaning
18:13:09 [2020-10-05T18:13:09.904Z] ok  	github.com/docker/docker/pkg/system	0.023s	coverage: 36.9% of statements
18:13:09 [2020-10-05T18:13:09.904Z] ok  	github.com/docker/docker/pkg/sysinfo	0.019s	coverage: 53.8% of statements
18:13:09 [2020-10-05T18:13:09.904Z] ok  	github.com/docker/docker/pkg/signal	3.205s	coverage: 61.0% of statements
18:13:10 [2020-10-05T18:13:10.435Z] --- PASS: TestRemoveImageOrphaning (0.51s)
18:13:10 [2020-10-05T18:13:10.435Z] === RUN   TestRemoveImageGarbageCollector
18:13:10 [2020-10-05T18:13:10.968Z] ok  	github.com/docker/docker/pkg/tailfile	0.107s	coverage: 88.6% of statements
18:13:10 [2020-10-05T18:13:10.968Z] testing: warning: no tests to run
18:13:10 [2020-10-05T18:13:10.968Z] coverage: [no statements]
18:13:10 [2020-10-05T18:13:10.968Z] ok  	github.com/docker/docker/pkg/term/windows	0.021s	coverage: [no statements] [no tests to run]
18:13:11 [2020-10-05T18:13:11.007Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
18:13:11 [2020-10-05T18:13:11.276Z] ok  	github.com/docker/docker/pkg/tarsum	0.254s	coverage: 89.3% of statements
18:13:11 [2020-10-05T18:13:11.277Z] ok  	github.com/docker/docker/pkg/urlutil	0.006s	coverage: 100.0% of statements
18:13:11 [2020-10-05T18:13:11.578Z] ok  	github.com/docker/docker/pkg/truncindex	0.116s	coverage: 91.5% of statements
18:13:11 [2020-10-05T18:13:11.583Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
18:13:12 [2020-10-05T18:13:12.235Z] ok  	github.com/docker/docker/pkg/useragent	0.021s	coverage: 88.9% of statements
18:13:12 [2020-10-05T18:13:12.387Z] --- PASS: TestRemoveImageGarbageCollector (2.07s)
18:13:12 [2020-10-05T18:13:12.387Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:13:12 [2020-10-05T18:13:12.646Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
18:13:12 [2020-10-05T18:13:12.646Z] === RUN   TestTagInvalidReference
18:13:12 [2020-10-05T18:13:12.646Z] --- PASS: TestTagInvalidReference (0.01s)
18:13:12 [2020-10-05T18:13:12.646Z] === RUN   TestTagValidPrefixedRepo
18:13:12 [2020-10-05T18:13:12.646Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
18:13:12 [2020-10-05T18:13:12.646Z] === RUN   TestTagExistedNameWithoutForce
18:13:12 [2020-10-05T18:13:12.646Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
18:13:12 [2020-10-05T18:13:12.646Z] === RUN   TestTagOfficialNames
18:13:12 [2020-10-05T18:13:12.646Z] --- PASS: TestTagOfficialNames (0.07s)
18:13:12 [2020-10-05T18:13:12.646Z] === RUN   TestTagMatchesDigest
18:13:12 [2020-10-05T18:13:12.646Z] --- PASS: TestTagMatchesDigest (0.06s)
18:13:12 [2020-10-05T18:13:12.646Z] === CONT  TestImportExtremelyLargeImageWorks
18:13:12 [2020-10-05T18:13:12.646Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
18:13:14 [2020-10-05T18:13:14.029Z] === RUN   TestDockerSuite/TestBuildContextCleanup
18:13:14 [2020-10-05T18:13:14.029Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
18:13:14 [2020-10-05T18:13:14.289Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
18:13:14 [2020-10-05T18:13:14.412Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 72.6% of statements
18:13:14 [2020-10-05T18:13:14.412Z] ok  	github.com/docker/docker/plugin/v2	0.019s	coverage: 14.5% of statements
18:13:14 [2020-10-05T18:13:14.548Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
18:13:15 [2020-10-05T18:13:15.063Z] ok  	github.com/docker/docker/reference	0.055s	coverage: 84.4% of statements
18:13:15 [2020-10-05T18:13:15.117Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
18:13:15 [2020-10-05T18:13:15.687Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
18:13:16 [2020-10-05T18:13:16.115Z] ok  	github.com/docker/docker/plugin	0.582s	coverage: 23.1% of statements
18:13:16 [2020-10-05T18:13:16.768Z] ok  	github.com/docker/docker/registry/resumable	0.025s	coverage: 100.0% of statements
18:13:17 [2020-10-05T18:13:17.497Z] ok  	github.com/docker/docker/restartmanager	0.015s	coverage: 50.9% of statements
18:13:18 [2020-10-05T18:13:18.156Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 62.5% of statements
18:13:18 [2020-10-05T18:13:18.225Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
18:13:18 [2020-10-05T18:13:18.716Z] ok  	github.com/docker/docker/registry	0.356s	coverage: 56.3% of statements
18:13:18 [2020-10-05T18:13:18.914Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:13:18 [2020-10-05T18:13:18.914Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:13:19 [2020-10-05T18:13:19.376Z] ok  	github.com/docker/docker/runconfig	0.032s	coverage: 66.1% of statements
18:13:21 [2020-10-05T18:13:21.488Z] ok  	github.com/docker/docker/volume/drivers	0.014s	coverage: 36.1% of statements
18:13:22 [2020-10-05T18:13:22.429Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
18:13:23 [2020-10-05T18:13:23.683Z] ok  	github.com/docker/docker/volume/mounts	0.097s	coverage: 67.0% of statements
18:13:23 [2020-10-05T18:13:23.683Z] ok  	github.com/docker/docker/volume/local	0.066s	coverage: 73.0% of statements
18:13:24 [2020-10-05T18:13:24.322Z] ok  	github.com/docker/docker/volume/service	0.025s	coverage: 73.1% of statements
18:13:24 [2020-10-05T18:13:24.398Z] --- PASS: TestImportExtremelyLargeImageWorks (86.60s)
18:13:24 [2020-10-05T18:13:24.398Z] PASS
18:13:24 [2020-10-05T18:13:24.398Z] 
18:13:24 [2020-10-05T18:13:24.398Z] === Skipped
18:13:24 [2020-10-05T18:13:24.398Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
18:13:24 [2020-10-05T18:13:24.398Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:13:24 [2020-10-05T18:13:24.398Z] 
18:13:24 [2020-10-05T18:13:24.398Z] 
18:13:24 [2020-10-05T18:13:24.398Z] DONE 12 tests, 1 skipped in 88.167s
18:13:24 [2020-10-05T18:13:24.398Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
18:13:24 [2020-10-05T18:13:24.398Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m
18:13:24 [2020-10-05T18:13:24.398Z] ++ set -e
18:13:24 [2020-10-05T18:13:24.398Z] ++ '[' -n 0 ']'
18:13:24 [2020-10-05T18:13:24.398Z] ++ set -x
18:13:24 [2020-10-05T18:13:24.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m
18:13:24 [2020-10-05T18:13:24.398Z] INFO: Testing against a local daemon
18:13:24 [2020-10-05T18:13:24.398Z] === RUN   TestNetworkCreateDelete
18:13:24 [2020-10-05T18:13:24.398Z] --- PASS: TestNetworkCreateDelete (0.12s)
18:13:24 [2020-10-05T18:13:24.398Z] === RUN   TestDockerNetworkDeletePreferID
18:13:24 [2020-10-05T18:13:24.398Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s)
18:13:24 [2020-10-05T18:13:24.398Z] === RUN   TestDaemonDNSFallback
18:13:24 [2020-10-05T18:13:24.398Z] --- PASS: TestDaemonDNSFallback (2.38s)
18:13:24 [2020-10-05T18:13:24.398Z] === RUN   TestInspectNetwork
18:13:24 [2020-10-05T18:13:24.398Z] === RUN   TestInspectNetwork/full_network_id
18:13:24 [2020-10-05T18:13:24.398Z] === RUN   TestInspectNetwork/partial_network_id
18:13:24 [2020-10-05T18:13:24.398Z] === RUN   TestInspectNetwork/network_name
18:13:24 [2020-10-05T18:13:24.398Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
18:13:25 [2020-10-05T18:13:25.035Z] --- PASS: TestInspectNetwork (10.95s)
18:13:25 [2020-10-05T18:13:25.035Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
18:13:25 [2020-10-05T18:13:25.035Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
18:13:25 [2020-10-05T18:13:25.035Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
18:13:25 [2020-10-05T18:13:25.035Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
18:13:25 [2020-10-05T18:13:25.035Z] === RUN   TestRunContainerWithBridgeNone
18:13:26 [2020-10-05T18:13:26.628Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
18:13:27 [2020-10-05T18:13:27.213Z] --- PASS: TestRunContainerWithBridgeNone (2.40s)
18:13:27 [2020-10-05T18:13:27.213Z] === RUN   TestNetworkInvalidJSON
18:13:27 [2020-10-05T18:13:27.213Z] === RUN   TestNetworkInvalidJSON//networks/create
18:13:27 [2020-10-05T18:13:27.213Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:13:27 [2020-10-05T18:13:27.213Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:13:27 [2020-10-05T18:13:27.213Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:13:27 [2020-10-05T18:13:27.213Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:13:27 [2020-10-05T18:13:27.213Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:13:27 [2020-10-05T18:13:27.213Z] === CONT  TestNetworkInvalidJSON//networks/create
18:13:27 [2020-10-05T18:13:27.213Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:13:27 [2020-10-05T18:13:27.213Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:13:27 [2020-10-05T18:13:27.213Z] --- PASS: TestNetworkInvalidJSON (0.01s)
18:13:27 [2020-10-05T18:13:27.213Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:13:27 [2020-10-05T18:13:27.213Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:13:27 [2020-10-05T18:13:27.213Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:13:27 [2020-10-05T18:13:27.213Z] === RUN   TestHostIPv4BridgeLabel
18:13:27 [2020-10-05T18:13:27.622Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
18:13:27 [2020-10-05T18:13:27.622Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.16s)
18:13:27 [2020-10-05T18:13:27.622Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.18s)
18:13:27 [2020-10-05T18:13:27.622Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.96s)
18:13:27 [2020-10-05T18:13:27.622Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.56s)
18:13:27 [2020-10-05T18:13:27.622Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (8.43s)
18:13:27 [2020-10-05T18:13:27.622Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.43s)
18:13:27 [2020-10-05T18:13:27.622Z] === RUN   TestBuildMultiStageCopy
18:13:27 [2020-10-05T18:13:27.622Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:13:27 [2020-10-05T18:13:27.850Z] --- PASS: TestHostIPv4BridgeLabel (0.54s)
18:13:27 [2020-10-05T18:13:27.850Z] === RUN   TestDaemonRestartWithLiveRestore
18:13:28 [2020-10-05T18:13:28.009Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
18:13:28 [2020-10-05T18:13:28.892Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
18:13:28 [2020-10-05T18:13:28.892Z] === RUN   TestDaemonDefaultNetworkPools
18:13:29 [2020-10-05T18:13:29.391Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
18:13:29 [2020-10-05T18:13:29.391Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
18:13:29 [2020-10-05T18:13:29.934Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s)
18:13:29 [2020-10-05T18:13:29.934Z] === RUN   TestDaemonRestartWithExistingNetwork
18:13:29 [2020-10-05T18:13:29.962Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
18:13:30 [2020-10-05T18:13:30.974Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s)
18:13:30 [2020-10-05T18:13:30.974Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:13:32 [2020-10-05T18:13:32.492Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
18:13:32 [2020-10-05T18:13:32.492Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:13:32 [2020-10-05T18:13:32.785Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s)
18:13:32 [2020-10-05T18:13:32.785Z] === RUN   TestServiceWithPredefinedNetwork
18:13:33 [2020-10-05T18:13:33.259Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
18:13:33 [2020-10-05T18:13:33.259Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
18:13:34 [2020-10-05T18:13:34.700Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:13:35 [2020-10-05T18:13:35.667Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:13:36 [2020-10-05T18:13:36.316Z] --- PASS: TestServiceWithPredefinedNetwork (3.59s)
18:13:36 [2020-10-05T18:13:36.316Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:13:36 [2020-10-05T18:13:36.316Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:13:36 [2020-10-05T18:13:36.316Z]     service_test.go:236: FLAKY_TEST
18:13:36 [2020-10-05T18:13:36.316Z] === RUN   TestServiceWithDataPathPortInit
18:13:36 [2020-10-05T18:13:36.557Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
18:13:36 [2020-10-05T18:13:36.636Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:13:37 [2020-10-05T18:13:37.126Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
18:13:37 [2020-10-05T18:13:37.604Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:13:37 [2020-10-05T18:13:37.613Z] --- PASS: TestBuildWithHugeFile (62.12s)
18:13:37 [2020-10-05T18:13:37.614Z] === RUN   TestBuildWithEmptyDockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:13:37 [2020-10-05T18:13:37.614Z] --- PASS: TestBuildWithEmptyDockerfile (0.24s)
18:13:37 [2020-10-05T18:13:37.614Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s)
18:13:37 [2020-10-05T18:13:37.614Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s)
18:13:37 [2020-10-05T18:13:37.614Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s)
18:13:37 [2020-10-05T18:13:37.614Z] === RUN   TestBuildPreserveOwnership
18:13:37 [2020-10-05T18:13:37.614Z] === RUN   TestBuildPreserveOwnership/copy_from
18:13:37 [2020-10-05T18:13:37.614Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:13:38 [2020-10-05T18:13:38.185Z] --- PASS: TestBuildPreserveOwnership (6.08s)
18:13:38 [2020-10-05T18:13:38.185Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.96s)
18:13:38 [2020-10-05T18:13:38.185Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.10s)
18:13:38 [2020-10-05T18:13:38.185Z] === RUN   TestBuildPlatformInvalid
18:13:38 [2020-10-05T18:13:38.185Z] --- PASS: TestBuildPlatformInvalid (0.18s)
18:13:38 [2020-10-05T18:13:38.185Z] PASS
18:13:38 [2020-10-05T18:13:38.185Z] 
18:13:38 [2020-10-05T18:13:38.185Z] === Skipped
18:13:38 [2020-10-05T18:13:38.185Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
18:13:38 [2020-10-05T18:13:38.185Z]     build_session_test.go:25: TODO: BuildKit
18:13:38 [2020-10-05T18:13:38.185Z] 
18:13:38 [2020-10-05T18:13:38.185Z] 
18:13:38 [2020-10-05T18:13:38.185Z] DONE 32 tests, 1 skipped in 116.100s
18:13:38 [2020-10-05T18:13:38.447Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
18:13:38 [2020-10-05T18:13:38.447Z] ++ 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
18:13:38 [2020-10-05T18:13:38.447Z] ++ set -e
18:13:38 [2020-10-05T18:13:38.447Z] ++ '[' -n 0 ']'
18:13:38 [2020-10-05T18:13:38.447Z] ++ set -x
18:13:38 [2020-10-05T18:13:38.448Z] ++ 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 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
18:13:38 [2020-10-05T18:13:38.448Z] INFO: Testing against a local daemon
18:13:38 [2020-10-05T18:13:38.448Z] === RUN   TestConfigInspect
18:13:38 [2020-10-05T18:13:38.509Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
18:13:38 [2020-10-05T18:13:38.580Z] --- PASS: TestBuildMultiStageCopy (11.55s)
18:13:38 [2020-10-05T18:13:38.580Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (7.68s)
18:13:38 [2020-10-05T18:13:38.580Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.65s)
18:13:38 [2020-10-05T18:13:38.580Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
18:13:38 [2020-10-05T18:13:38.580Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.04s)
18:13:38 [2020-10-05T18:13:38.580Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.16s)
18:13:38 [2020-10-05T18:13:38.580Z] === RUN   TestBuildMultiStageParentConfig
18:13:38 [2020-10-05T18:13:38.770Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
18:13:38 [2020-10-05T18:13:38.770Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
18:13:39 [2020-10-05T18:13:39.030Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
18:13:39 [2020-10-05T18:13:39.030Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
18:13:39 [2020-10-05T18:13:39.030Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
18:13:39 [2020-10-05T18:13:39.707Z] ok  	github.com/docker/docker/pkg/plugins	33.629s	coverage: 76.6% of statements
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/pkg/term	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/rootless	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/testutil/request	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/volume	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === Skipped
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     exec_linux_test.go:18: requires AppArmor to be enabled
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     exec_linux_test.go:38: requires AppArmor to be enabled
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver btrfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver btrfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver btrfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver btrfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver btrfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:73: No driver to put!
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z] time="2020-10-05T18:12:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z] time="2020-10-05T18:12:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z] time="2020-10-05T18:12:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z] time="2020-10-05T18:12:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z] time="2020-10-05T18:12:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:73: No driver to put!
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     overlay_test.go:49: Fails to compute changes intermittently
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     overlay_test.go:65: Cannot run test with naive change algorithm
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver zfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver zfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver zfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver zfs not supported
18:13:39 [2020-10-05T18:13:39.707Z] 
18:13:39 [2020-10-05T18:13:39.707Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:13:39 [2020-10-05T18:13:39.707Z]     graphtest_unix.go:46: Driver zfs not supported
18:13:39 [2020-10-05T18:13:39.708Z] 
18:13:39 [2020-10-05T18:13:39.708Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
18:13:39 [2020-10-05T18:13:39.708Z]     graphtest_unix.go:73: No driver to put!
18:13:39 [2020-10-05T18:13:39.708Z] 
18:13:39 [2020-10-05T18:13:39.708Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
18:13:39 [2020-10-05T18:13:39.708Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
18:13:39 [2020-10-05T18:13:39.708Z] 
18:13:39 [2020-10-05T18:13:39.708Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
18:13:39 [2020-10-05T18:13:39.708Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
18:13:39 [2020-10-05T18:13:39.708Z] 
18:13:39 [2020-10-05T18:13:39.708Z] 
18:13:39 [2020-10-05T18:13:39.708Z] DONE 2148 tests, 26 skipped in 268.806s
Post stage
[Pipeline] junit
18:13:39 [2020-10-05T18:13:39.756Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
18:13:40 [2020-10-05T18:13:40.607Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -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:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh dynbinary test-integration
18:13:40 [2020-10-05T18:13:40.756Z] --- PASS: TestBuildMultiStageParentConfig (1.75s)
18:13:40 [2020-10-05T18:13:40.756Z] === RUN   TestBuildLabelWithTargets
18:13:40 [2020-10-05T18:13:40.756Z] --- SKIP: TestBuildLabelWithTargets (0.00s)
18:13:40 [2020-10-05T18:13:40.756Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
18:13:40 [2020-10-05T18:13:40.756Z] === RUN   TestBuildWithEmptyLayers
18:13:40 [2020-10-05T18:13:40.910Z] 
18:13:40 [2020-10-05T18:13:40.910Z] Removing bundles/
18:13:40 [2020-10-05T18:13:40.910Z] 
18:13:40 [2020-10-05T18:13:40.910Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
18:13:40 [2020-10-05T18:13:40.910Z] Building: bundles/dynbinary-daemon/dockerd-dev
18:13:40 [2020-10-05T18:13:40.910Z] GOOS="" GOARCH="" GOARM=""
18:13:41 [2020-10-05T18:13:41.214Z] --- PASS: TestBuildWithEmptyLayers (0.90s)
18:13:41 [2020-10-05T18:13:41.214Z] === RUN   TestBuildMultiStageOnBuild
18:13:42 [2020-10-05T18:13:42.325Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
18:13:42 [2020-10-05T18:13:42.325Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
18:13:42 [2020-10-05T18:13:42.658Z] --- PASS: TestConfigInspect (3.63s)
18:13:42 [2020-10-05T18:13:42.658Z] === RUN   TestConfigList
18:13:45 [2020-10-05T18:13:45.961Z] --- PASS: TestConfigList (3.24s)
18:13:45 [2020-10-05T18:13:45.961Z] === RUN   TestConfigsCreateAndDelete
18:13:47 [2020-10-05T18:13:47.606Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
18:13:47 [2020-10-05T18:13:47.607Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
18:13:48 [2020-10-05T18:13:48.177Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
18:13:48 [2020-10-05T18:13:48.746Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
18:13:49 [2020-10-05T18:13:49.267Z] --- PASS: TestConfigsCreateAndDelete (3.27s)
18:13:49 [2020-10-05T18:13:49.267Z] === RUN   TestConfigsUpdate
18:13:49 [2020-10-05T18:13:49.315Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
18:13:49 [2020-10-05T18:13:49.885Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
18:13:50 [2020-10-05T18:13:50.454Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
18:13:51 [2020-10-05T18:13:51.815Z] --- PASS: TestConfigsUpdate (3.22s)
18:13:51 [2020-10-05T18:13:51.815Z] === RUN   TestTemplatedConfig
18:13:53 [2020-10-05T18:13:53.601Z] --- PASS: TestBuildMultiStageOnBuild (10.50s)
18:13:53 [2020-10-05T18:13:53.601Z] === RUN   TestBuildUncleanTarFilenames
18:13:53 [2020-10-05T18:13:53.601Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s)
18:13:53 [2020-10-05T18:13:53.601Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
18:13:53 [2020-10-05T18:13:53.601Z] === RUN   TestBuildMultiStageLayerLeak
18:13:54 [2020-10-05T18:13:54.666Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
18:13:55 [2020-10-05T18:13:55.122Z] --- PASS: TestTemplatedConfig (2.94s)
18:13:55 [2020-10-05T18:13:55.122Z] === RUN   TestConfigCreateResolve
18:13:55 [2020-10-05T18:13:55.607Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
18:13:55 [2020-10-05T18:13:55.867Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
18:13:56 [2020-10-05T18:13:56.438Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
18:13:57 [2020-10-05T18:13:57.819Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
18:13:58 [2020-10-05T18:13:58.424Z] --- PASS: TestConfigCreateResolve (3.25s)
18:13:58 [2020-10-05T18:13:58.424Z] === RUN   TestConfigDaemonLibtrustID
18:13:58 [2020-10-05T18:13:58.685Z] --- PASS: TestConfigDaemonLibtrustID (0.68s)
18:13:58 [2020-10-05T18:13:58.685Z] PASS
18:13:58 [2020-10-05T18:13:58.685Z] 
18:13:58 [2020-10-05T18:13:58.685Z] DONE 7 tests in 20.409s
18:13:58 [2020-10-05T18:13:58.685Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
18:13:58 [2020-10-05T18:13:58.685Z] ++ 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
18:13:58 [2020-10-05T18:13:58.685Z] ++ set -e
18:13:58 [2020-10-05T18:13:58.685Z] ++ '[' -n 0 ']'
18:13:58 [2020-10-05T18:13:58.685Z] ++ set -x
18:13:58 [2020-10-05T18:13:58.685Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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
18:13:58 [2020-10-05T18:13:58.810Z] --- PASS: TestServiceWithDataPathPortInit (19.96s)
18:13:58 [2020-10-05T18:13:58.810Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:13:58 [2020-10-05T18:13:58.946Z] INFO: Testing against a local daemon
18:13:58 [2020-10-05T18:13:58.946Z] === RUN   TestCheckpoint
18:13:58 [2020-10-05T18:13:58.946Z] --- SKIP: TestCheckpoint (0.00s)
18:13:58 [2020-10-05T18:13:58.946Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:13:58 [2020-10-05T18:13:58.946Z] === RUN   TestContainerInvalidJSON
18:13:58 [2020-10-05T18:13:58.946Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
18:13:58 [2020-10-05T18:13:58.946Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
18:13:58 [2020-10-05T18:13:58.946Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:13:58 [2020-10-05T18:13:58.946Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:13:58 [2020-10-05T18:13:58.946Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:13:58 [2020-10-05T18:13:58.946Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:13:58 [2020-10-05T18:13:58.946Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
18:13:58 [2020-10-05T18:13:58.946Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:13:58 [2020-10-05T18:13:58.946Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:13:58 [2020-10-05T18:13:58.946Z] --- PASS: TestContainerInvalidJSON (0.02s)
18:13:58 [2020-10-05T18:13:58.946Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:13:58 [2020-10-05T18:13:58.946Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
18:13:58 [2020-10-05T18:13:58.946Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
18:13:58 [2020-10-05T18:13:58.946Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:13:59 [2020-10-05T18:13:59.207Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
18:13:59 [2020-10-05T18:13:59.207Z] === RUN   TestCopyFromContainerPathIsNotDir
18:13:59 [2020-10-05T18:13:59.208Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
18:13:59 [2020-10-05T18:13:59.208Z] === RUN   TestCopyToContainerPathDoesNotExist
18:13:59 [2020-10-05T18:13:59.468Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s)
18:13:59 [2020-10-05T18:13:59.468Z] === RUN   TestCopyToContainerPathIsNotDir
18:13:59 [2020-10-05T18:13:59.468Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s)
18:13:59 [2020-10-05T18:13:59.468Z] === RUN   TestCopyFromContainer
18:14:01 [2020-10-05T18:14:01.113Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
18:14:01 [2020-10-05T18:14:01.385Z] === RUN   TestCopyFromContainer//
18:14:01 [2020-10-05T18:14:01.646Z] === RUN   TestCopyFromContainer//bar/root
18:14:01 [2020-10-05T18:14:01.646Z] === RUN   TestCopyFromContainer//bar/root/
18:14:01 [2020-10-05T18:14:01.683Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
18:14:01 [2020-10-05T18:14:01.683Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
18:14:01 [2020-10-05T18:14:01.908Z] === RUN   TestCopyFromContainer/bar/quux
18:14:01 [2020-10-05T18:14:01.908Z] === RUN   TestCopyFromContainer/bar/quux/
18:14:02 [2020-10-05T18:14:02.165Z] --- PASS: TestBuildMultiStageLayerLeak (9.04s)
18:14:02 [2020-10-05T18:14:02.165Z] === RUN   TestBuildWithHugeFile
18:14:02 [2020-10-05T18:14:02.169Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:14:02 [2020-10-05T18:14:02.169Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:14:02 [2020-10-05T18:14:02.252Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
18:14:02 [2020-10-05T18:14:02.430Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:14:02 [2020-10-05T18:14:02.430Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCopyFromContainer/bar/notarget
18:14:02 [2020-10-05T18:14:02.692Z] --- PASS: TestCopyFromContainer (3.22s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer// (0.19s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer//bar/root (0.16s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:14:02 [2020-10-05T18:14:02.692Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:14:02 [2020-10-05T18:14:02.692Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:14:02 [2020-10-05T18:14:02.692Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:14:02 [2020-10-05T18:14:02.692Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:14:02 [2020-10-05T18:14:02.692Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:14:02 [2020-10-05T18:14:02.692Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:14:02 [2020-10-05T18:14:02.692Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:14:02 [2020-10-05T18:14:02.692Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateLinkToNonExistingContainer
18:14:02 [2020-10-05T18:14:02.692Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s)
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateWithInvalidEnv
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateWithInvalidEnv/0
18:14:02 [2020-10-05T18:14:02.692Z] === PAUSE TestCreateWithInvalidEnv/0
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateWithInvalidEnv/1
18:14:02 [2020-10-05T18:14:02.692Z] === PAUSE TestCreateWithInvalidEnv/1
18:14:02 [2020-10-05T18:14:02.692Z] === RUN   TestCreateWithInvalidEnv/2
18:14:02 [2020-10-05T18:14:02.692Z] === PAUSE TestCreateWithInvalidEnv/2
18:14:02 [2020-10-05T18:14:02.954Z] === CONT  TestCreateWithInvalidEnv/0
18:14:02 [2020-10-05T18:14:02.954Z] === CONT  TestCreateWithInvalidEnv/2
18:14:02 [2020-10-05T18:14:02.954Z] === CONT  TestCreateWithInvalidEnv/1
18:14:02 [2020-10-05T18:14:02.954Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
18:14:02 [2020-10-05T18:14:02.954Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:14:02 [2020-10-05T18:14:02.954Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:14:02 [2020-10-05T18:14:02.954Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:14:02 [2020-10-05T18:14:02.954Z] === RUN   TestCreateTmpfsMountsTarget
18:14:02 [2020-10-05T18:14:02.954Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
18:14:02 [2020-10-05T18:14:02.954Z] === RUN   TestCreateWithCustomMaskedPaths
18:14:03 [2020-10-05T18:14:03.632Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
18:14:04 [2020-10-05T18:14:04.609Z] ..........................xx....................                         [ 29%]
18:14:04 [2020-10-05T18:14:04.873Z] --- PASS: TestCreateWithCustomMaskedPaths (2.13s)
18:14:04 [2020-10-05T18:14:04.873Z] === RUN   TestCreateWithCustomReadonlyPaths
18:14:05 [2020-10-05T18:14:05.016Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
18:14:06 [2020-10-05T18:14:06.929Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
18:14:07 [2020-10-05T18:14:07.311Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.50s)
18:14:07 [2020-10-05T18:14:07.311Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:cxqtpchfo7c69je1jhzvzyw71 Created:2020-10-05 18:13:57.805570557 +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[121c24acb650e244be7168ad98f9d36efb91af72045e348cdd7aab360ae1eb76:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sigau3tt684agfe52ttjo2fv5 EndpointID:7fa39a3ab4d18eba7b846202a058eafe13b2a504027d42de4a8b822b8c1f2bab MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b42dfa48bd95f38f08f8a439c70c6dc96ebf5428dbe9b6b0b26245b932f44c21 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:1651c17071b2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sigau3tt684agfe52ttjo2fv5 EndpointID:7fa39a3ab4d18eba7b846202a058eafe13b2a504027d42de4a8b822b8c1f2bab EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
18:14:07 [2020-10-05T18:14:07.311Z] PASS
18:14:07 [2020-10-05T18:14:07.311Z] 
18:14:07 [2020-10-05T18:14:07.311Z] === Skipped
18:14:07 [2020-10-05T18:14:07.311Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:14:07 [2020-10-05T18:14:07.311Z]     service_test.go:236: FLAKY_TEST
18:14:07 [2020-10-05T18:14:07.311Z] 
18:14:07 [2020-10-05T18:14:07.311Z] 
18:14:07 [2020-10-05T18:14:07.311Z] DONE 23 tests, 1 skipped in 56.030s
18:14:07 [2020-10-05T18:14:07.311Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:14:07 [2020-10-05T18:14:07.311Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
18:14:07 [2020-10-05T18:14:07.311Z] ++ set -e
18:14:07 [2020-10-05T18:14:07.311Z] ++ '[' -n 0 ']'
18:14:07 [2020-10-05T18:14:07.312Z] ++ set -x
18:14:07 [2020-10-05T18:14:07.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
18:14:07 [2020-10-05T18:14:07.312Z] INFO: Testing against a local daemon
18:14:07 [2020-10-05T18:14:07.312Z] === RUN   TestDockerNetworkIpvlanPersistance
18:14:07 [2020-10-05T18:14:07.312Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:14:07 [2020-10-05T18:14:07.312Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:07 [2020-10-05T18:14:07.312Z] === RUN   TestDockerNetworkIpvlan
18:14:07 [2020-10-05T18:14:07.312Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:14:07 [2020-10-05T18:14:07.312Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:07 [2020-10-05T18:14:07.312Z] PASS
18:14:07 [2020-10-05T18:14:07.312Z] 
18:14:07 [2020-10-05T18:14:07.312Z] === Skipped
18:14:07 [2020-10-05T18:14:07.312Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:14:07 [2020-10-05T18:14:07.312Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:07 [2020-10-05T18:14:07.312Z] 
18:14:07 [2020-10-05T18:14:07.312Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:14:07 [2020-10-05T18:14:07.312Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:07 [2020-10-05T18:14:07.312Z] 
18:14:07 [2020-10-05T18:14:07.312Z] 
18:14:07 [2020-10-05T18:14:07.312Z] DONE 2 tests, 2 skipped in 0.133s
18:14:07 [2020-10-05T18:14:07.312Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:14:07 [2020-10-05T18:14:07.312Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
18:14:07 [2020-10-05T18:14:07.312Z] ++ set -e
18:14:07 [2020-10-05T18:14:07.312Z] ++ '[' -n 0 ']'
18:14:07 [2020-10-05T18:14:07.312Z] ++ set -x
18:14:07 [2020-10-05T18:14:07.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
18:14:07 [2020-10-05T18:14:07.312Z] INFO: Testing against a local daemon
18:14:07 [2020-10-05T18:14:07.312Z] === RUN   TestDockerNetworkMacvlanPersistance
18:14:07 [2020-10-05T18:14:07.422Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.21s)
18:14:07 [2020-10-05T18:14:07.422Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:14:07 [2020-10-05T18:14:07.422Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:14:07 [2020-10-05T18:14:07.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:14:07 [2020-10-05T18:14:07.423Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:14:07 [2020-10-05T18:14:07.423Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:14:07 [2020-10-05T18:14:07.423Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:14:07 [2020-10-05T18:14:07.423Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:14:07 [2020-10-05T18:14:07.423Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:14:07 [2020-10-05T18:14:07.423Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
18:14:07 [2020-10-05T18:14:07.423Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
18:14:07 [2020-10-05T18:14:07.423Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
18:14:07 [2020-10-05T18:14:07.423Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
18:14:07 [2020-10-05T18:14:07.423Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
18:14:07 [2020-10-05T18:14:07.423Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
18:14:07 [2020-10-05T18:14:07.423Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:14:07 [2020-10-05T18:14:07.498Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
18:14:07 [2020-10-05T18:14:07.995Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s)
18:14:07 [2020-10-05T18:14:07.995Z] === RUN   TestCreateDifferentPlatform
18:14:07 [2020-10-05T18:14:07.995Z] === RUN   TestCreateDifferentPlatform/different_os
18:14:07 [2020-10-05T18:14:07.995Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:14:07 [2020-10-05T18:14:07.995Z] --- PASS: TestCreateDifferentPlatform (0.03s)
18:14:07 [2020-10-05T18:14:07.995Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:14:07 [2020-10-05T18:14:07.995Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:14:07 [2020-10-05T18:14:07.995Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:14:08 [2020-10-05T18:14:08.256Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
18:14:08 [2020-10-05T18:14:08.256Z] === RUN   TestContainerStartOnDaemonRestart
18:14:08 [2020-10-05T18:14:08.256Z] === PAUSE TestContainerStartOnDaemonRestart
18:14:08 [2020-10-05T18:14:08.256Z] === RUN   TestDaemonRestartIpcMode
18:14:08 [2020-10-05T18:14:08.256Z] === PAUSE TestDaemonRestartIpcMode
18:14:08 [2020-10-05T18:14:08.256Z] === RUN   TestDaemonHostGatewayIP
18:14:08 [2020-10-05T18:14:08.256Z] === PAUSE TestDaemonHostGatewayIP
18:14:08 [2020-10-05T18:14:08.256Z] === RUN   TestContainerKillOnDaemonStart
18:14:08 [2020-10-05T18:14:08.256Z] === PAUSE TestContainerKillOnDaemonStart
18:14:08 [2020-10-05T18:14:08.256Z] === RUN   TestDiff
18:14:08 [2020-10-05T18:14:08.440Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
18:14:08 [2020-10-05T18:14:08.440Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
18:14:08 [2020-10-05T18:14:08.829Z] --- PASS: TestDiff (0.77s)
18:14:08 [2020-10-05T18:14:08.829Z] === RUN   TestExecWithCloseStdin
18:14:08 [2020-10-05T18:14:08.849Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s)
18:14:08 [2020-10-05T18:14:08.849Z] === RUN   TestDockerNetworkMacvlan
18:14:09 [2020-10-05T18:14:09.486Z] === RUN   TestDockerNetworkMacvlan/Subinterface
18:14:09 [2020-10-05T18:14:09.772Z] --- PASS: TestExecWithCloseStdin (0.89s)
18:14:09 [2020-10-05T18:14:09.772Z] === RUN   TestExec
18:14:09 [2020-10-05T18:14:09.820Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
18:14:10 [2020-10-05T18:14:10.528Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
18:14:10 [2020-10-05T18:14:10.717Z] --- PASS: TestExec (0.86s)
18:14:10 [2020-10-05T18:14:10.717Z] === RUN   TestExecUser
18:14:10 [2020-10-05T18:14:10.760Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
18:14:11 [2020-10-05T18:14:11.020Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
18:14:11 [2020-10-05T18:14:11.167Z] === RUN   TestDockerNetworkMacvlan/NilParent
18:14:11 [2020-10-05T18:14:11.668Z] --- PASS: TestExecUser (0.86s)
18:14:11 [2020-10-05T18:14:11.668Z] === RUN   TestExportContainerAndImportImage
18:14:11 [2020-10-05T18:14:11.959Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
18:14:12 [2020-10-05T18:14:12.219Z] === RUN   TestDockerSuite/TestBuildDockerignore
18:14:12 [2020-10-05T18:14:12.611Z] --- PASS: TestExportContainerAndImportImage (1.10s)
18:14:12 [2020-10-05T18:14:12.612Z] === RUN   TestExportContainerAfterDaemonRestart
18:14:15 [2020-10-05T18:14:15.161Z] --- PASS: TestExportContainerAfterDaemonRestart (2.03s)
18:14:15 [2020-10-05T18:14:15.161Z] === RUN   TestHealthCheckWorkdir
18:14:15 [2020-10-05T18:14:15.639Z] === RUN   TestDockerNetworkMacvlan/InternalMode
18:14:15 [2020-10-05T18:14:15.734Z] --- PASS: TestHealthCheckWorkdir (0.99s)
18:14:15 [2020-10-05T18:14:15.734Z] === RUN   TestHealthKillContainer
18:14:17 [2020-10-05T18:14:17.500Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
18:14:19 [2020-10-05T18:14:19.045Z] --- PASS: TestHealthKillContainer (2.87s)
18:14:19 [2020-10-05T18:14:19.045Z] === RUN   TestInspectCpusetInConfigPre120
18:14:19 [2020-10-05T18:14:19.181Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
18:14:19 [2020-10-05T18:14:19.314Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s)
18:14:19 [2020-10-05T18:14:19.314Z] === RUN   TestIpcModeNone
18:14:20 [2020-10-05T18:14:20.050Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
18:14:20 [2020-10-05T18:14:20.260Z] --- PASS: TestIpcModeNone (0.87s)
18:14:20 [2020-10-05T18:14:20.260Z] === RUN   TestIpcModePrivate
18:14:20 [2020-10-05T18:14:20.402Z] tests/integration/api_exec_test.py .....................                 [ 34%]
18:14:21 [2020-10-05T18:14:21.228Z] --- PASS: TestIpcModePrivate (0.84s)
18:14:21 [2020-10-05T18:14:21.228Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
18:14:21 [2020-10-05T18:14:21.228Z] === RUN   TestIpcModeShareable
18:14:21 [2020-10-05T18:14:21.801Z] --- PASS: TestIpcModeShareable (0.89s)
18:14:21 [2020-10-05T18:14:21.801Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
18:14:21 [2020-10-05T18:14:21.801Z] === RUN   TestAPIIpcModeShareableAndContainer
18:14:22 [2020-10-05T18:14:22.588Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
18:14:23 [2020-10-05T18:14:23.158Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
18:14:24 [2020-10-05T18:14:24.097Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
18:14:24 [2020-10-05T18:14:24.717Z] --- PASS: TestImportExtremelyLargeImageWorks (104.52s)
18:14:24 [2020-10-05T18:14:24.717Z] PASS
18:14:24 [2020-10-05T18:14:24.717Z] 
18:14:24 [2020-10-05T18:14:24.717Z] === Skipped
18:14:24 [2020-10-05T18:14:24.717Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
18:14:24 [2020-10-05T18:14:24.717Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
18:14:24 [2020-10-05T18:14:24.717Z] 
18:14:24 [2020-10-05T18:14:24.717Z] 
18:14:24 [2020-10-05T18:14:24.717Z] DONE 12 tests, 1 skipped in 108.601s
18:14:24 [2020-10-05T18:14:24.717Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
18:14:24 [2020-10-05T18:14:24.717Z] INFO: Testing against a local daemon
18:14:24 [2020-10-05T18:14:24.717Z] === RUN   TestNetworkCreateDelete
18:14:24 [2020-10-05T18:14:24.717Z] --- PASS: TestNetworkCreateDelete (0.12s)
18:14:24 [2020-10-05T18:14:24.717Z] === RUN   TestDockerNetworkDeletePreferID
18:14:24 [2020-10-05T18:14:24.717Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
18:14:24 [2020-10-05T18:14:24.717Z] === RUN   TestDaemonDNSFallback
18:14:25 [2020-10-05T18:14:25.112Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.62s)
18:14:25 [2020-10-05T18:14:25.112Z] === RUN   TestAPIIpcModeHost
18:14:25 [2020-10-05T18:14:25.112Z] --- PASS: TestAPIIpcModeHost (0.65s)
18:14:25 [2020-10-05T18:14:25.112Z] === RUN   TestDaemonIpcModeShareable
18:14:25 [2020-10-05T18:14:25.478Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
18:14:25 [2020-10-05T18:14:25.650Z] --- PASS: TestDaemonDNSFallback (7.29s)
18:14:25 [2020-10-05T18:14:25.650Z] === RUN   TestInspectNetwork
18:14:25 [2020-10-05T18:14:25.650Z] --- SKIP: TestInspectNetwork (0.00s)
18:14:25 [2020-10-05T18:14:25.650Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:25 [2020-10-05T18:14:25.650Z] === RUN   TestRunContainerWithBridgeNone
18:14:25 [2020-10-05T18:14:25.650Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
18:14:25 [2020-10-05T18:14:25.650Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.650Z] === RUN   TestNetworkInvalidJSON
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestNetworkInvalidJSON//networks/create
18:14:25 [2020-10-05T18:14:25.909Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:14:25 [2020-10-05T18:14:25.909Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:14:25 [2020-10-05T18:14:25.909Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:14:25 [2020-10-05T18:14:25.909Z] === CONT  TestNetworkInvalidJSON//networks/create
18:14:25 [2020-10-05T18:14:25.909Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:14:25 [2020-10-05T18:14:25.909Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:14:25 [2020-10-05T18:14:25.909Z] --- PASS: TestNetworkInvalidJSON (0.04s)
18:14:25 [2020-10-05T18:14:25.909Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:14:25 [2020-10-05T18:14:25.909Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:14:25 [2020-10-05T18:14:25.909Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestHostIPv4BridgeLabel
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
18:14:25 [2020-10-05T18:14:25.909Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestDaemonRestartWithLiveRestore
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestDaemonDefaultNetworkPools
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestDaemonDefaultNetworkPools (0.04s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestDaemonRestartWithExistingNetwork
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.03s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestServiceWithPredefinedNetwork
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:236: FLAKY_TEST
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestServiceWithDataPathPortInit
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:25 [2020-10-05T18:14:25.909Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:14:25 [2020-10-05T18:14:25.909Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
18:14:25 [2020-10-05T18:14:25.909Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:25 [2020-10-05T18:14:25.909Z] PASS
18:14:25 [2020-10-05T18:14:25.909Z] 
18:14:25 [2020-10-05T18:14:25.909Z] === Skipped
18:14:25 [2020-10-05T18:14:25.909Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
18:14:25 [2020-10-05T18:14:25.909Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:25 [2020-10-05T18:14:25.909Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
18:14:25 [2020-10-05T18:14:25.910Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
18:14:25 [2020-10-05T18:14:25.910Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.04s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.03s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:236: FLAKY_TEST
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
18:14:25 [2020-10-05T18:14:25.910Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] 
18:14:25 [2020-10-05T18:14:25.910Z] DONE 19 tests, 12 skipped in 8.093s
18:14:25 [2020-10-05T18:14:25.910Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:14:26 [2020-10-05T18:14:26.098Z] === RUN   TestDockerNetworkMacvlan/Addressing
18:14:26 [2020-10-05T18:14:26.168Z] INFO: Testing against a local daemon
18:14:26 [2020-10-05T18:14:26.168Z] === RUN   TestDockerNetworkIpvlanPersistance
18:14:26 [2020-10-05T18:14:26.168Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:14:26 [2020-10-05T18:14:26.168Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:26 [2020-10-05T18:14:26.168Z] === RUN   TestDockerNetworkIpvlan
18:14:26 [2020-10-05T18:14:26.168Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:14:26 [2020-10-05T18:14:26.168Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:26 [2020-10-05T18:14:26.168Z] PASS
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] === Skipped
18:14:26 [2020-10-05T18:14:26.168Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:14:26 [2020-10-05T18:14:26.168Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:14:26 [2020-10-05T18:14:26.168Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] DONE 2 tests, 2 skipped in 0.119s
18:14:26 [2020-10-05T18:14:26.168Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:14:26 [2020-10-05T18:14:26.168Z] INFO: Testing against a local daemon
18:14:26 [2020-10-05T18:14:26.168Z] === RUN   TestDockerNetworkMacvlanPersistance
18:14:26 [2020-10-05T18:14:26.168Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
18:14:26 [2020-10-05T18:14:26.168Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:26 [2020-10-05T18:14:26.168Z] === RUN   TestDockerNetworkMacvlan
18:14:26 [2020-10-05T18:14:26.168Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
18:14:26 [2020-10-05T18:14:26.168Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:26 [2020-10-05T18:14:26.168Z] PASS
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] === Skipped
18:14:26 [2020-10-05T18:14:26.168Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
18:14:26 [2020-10-05T18:14:26.168Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
18:14:26 [2020-10-05T18:14:26.168Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] DONE 2 tests, 2 skipped in 0.106s
18:14:26 [2020-10-05T18:14:26.168Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
18:14:26 [2020-10-05T18:14:26.168Z] testing: warning: no tests to run
18:14:26 [2020-10-05T18:14:26.168Z] PASS
18:14:26 [2020-10-05T18:14:26.168Z] 
18:14:26 [2020-10-05T18:14:26.168Z] DONE 0 tests in 0.023s
18:14:26 [2020-10-05T18:14:26.168Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:14:26 [2020-10-05T18:14:26.418Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
18:14:26 [2020-10-05T18:14:26.425Z] INFO: Testing against a local daemon
18:14:26 [2020-10-05T18:14:26.425Z] === RUN   TestAuthZPluginAllowRequest
18:14:26 [2020-10-05T18:14:26.425Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
18:14:26 [2020-10-05T18:14:26.425Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginTLS
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginTLS (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginDenyRequest
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginAPIDenyResponse
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginDenyResponse
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginAllowEventStream
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginErrorResponse
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginErrorRequest
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginHeader
18:14:26 [2020-10-05T18:14:26.426Z] --- SKIP: TestAuthZPluginHeader (0.00s)
18:14:26 [2020-10-05T18:14:26.426Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.426Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:14:26 [2020-10-05T18:14:26.684Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.16s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] === RUN   TestAuthZPluginV2Disable
18:14:26 [2020-10-05T18:14:26.684Z] --- SKIP: TestAuthZPluginV2Disable (0.03s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:14:26 [2020-10-05T18:14:26.684Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:14:26 [2020-10-05T18:14:26.684Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.03s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:14:26 [2020-10-05T18:14:26.684Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] PASS
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === Skipped
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.16s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.03s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.03s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
18:14:26 [2020-10-05T18:14:26.684Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] 
18:14:26 [2020-10-05T18:14:26.684Z] DONE 17 tests, 17 skipped in 0.395s
18:14:26 [2020-10-05T18:14:26.684Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:14:26 [2020-10-05T18:14:26.943Z] INFO: Testing against a local daemon
18:14:26 [2020-10-05T18:14:26.943Z] === RUN   TestPluginInvalidJSON
18:14:26 [2020-10-05T18:14:26.943Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:14:26 [2020-10-05T18:14:26.943Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:14:26 [2020-10-05T18:14:26.943Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:14:26 [2020-10-05T18:14:26.943Z] --- PASS: TestPluginInvalidJSON (0.02s)
18:14:26 [2020-10-05T18:14:26.943Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:14:26 [2020-10-05T18:14:26.943Z] === RUN   TestPluginInstall
18:14:26 [2020-10-05T18:14:26.943Z] --- SKIP: TestPluginInstall (0.00s)
18:14:26 [2020-10-05T18:14:26.943Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.943Z] PASS
18:14:26 [2020-10-05T18:14:26.943Z] 
18:14:26 [2020-10-05T18:14:26.943Z] === Skipped
18:14:26 [2020-10-05T18:14:26.943Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
18:14:26 [2020-10-05T18:14:26.943Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
18:14:26 [2020-10-05T18:14:26.943Z] 
18:14:26 [2020-10-05T18:14:26.943Z] 
18:14:26 [2020-10-05T18:14:26.943Z] DONE 3 tests, 1 skipped in 0.141s
18:14:26 [2020-10-05T18:14:26.943Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:14:26 [2020-10-05T18:14:26.943Z] INFO: Testing against a local daemon
18:14:26 [2020-10-05T18:14:26.943Z] === RUN   TestExternalGraphDriver
18:14:26 [2020-10-05T18:14:26.943Z] --- SKIP: TestExternalGraphDriver (0.07s)
18:14:26 [2020-10-05T18:14:26.943Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
18:14:26 [2020-10-05T18:14:26.943Z] === RUN   TestGraphdriverPluginV2
18:14:26 [2020-10-05T18:14:26.988Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
18:14:27 [2020-10-05T18:14:27.029Z] --- PASS: TestDaemonIpcModeShareable (1.81s)
18:14:27 [2020-10-05T18:14:27.029Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
18:14:27 [2020-10-05T18:14:27.029Z] === RUN   TestDaemonIpcModePrivate
18:14:27 [2020-10-05T18:14:27.248Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
18:14:27 [2020-10-05T18:14:27.507Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
18:14:28 [2020-10-05T18:14:28.025Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
18:14:28 [2020-10-05T18:14:28.179Z] --- PASS: TestDockerNetworkMacvlan (19.15s)
18:14:28 [2020-10-05T18:14:28.179Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
18:14:28 [2020-10-05T18:14:28.179Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
18:14:28 [2020-10-05T18:14:28.179Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.41s)
18:14:28 [2020-10-05T18:14:28.179Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.45s)
18:14:28 [2020-10-05T18:14:28.179Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.22s)
18:14:28 [2020-10-05T18:14:28.179Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.45s)
18:14:28 [2020-10-05T18:14:28.179Z] PASS
18:14:28 [2020-10-05T18:14:28.179Z] 
18:14:28 [2020-10-05T18:14:28.179Z] DONE 8 tests in 20.698s
18:14:28 [2020-10-05T18:14:28.179Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
18:14:28 [2020-10-05T18:14:28.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m
18:14:28 [2020-10-05T18:14:28.179Z] ++ set -e
18:14:28 [2020-10-05T18:14:28.179Z] ++ '[' -n 0 ']'
18:14:28 [2020-10-05T18:14:28.179Z] ++ set -x
18:14:28 [2020-10-05T18:14:28.179Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m
18:14:28 [2020-10-05T18:14:28.179Z] testing: warning: no tests to run
18:14:28 [2020-10-05T18:14:28.179Z] PASS
18:14:28 [2020-10-05T18:14:28.179Z] 
18:14:28 [2020-10-05T18:14:28.179Z] DONE 0 tests in 0.107s
18:14:28 [2020-10-05T18:14:28.179Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:14:28 [2020-10-05T18:14:28.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
18:14:28 [2020-10-05T18:14:28.179Z] ++ set -e
18:14:28 [2020-10-05T18:14:28.179Z] ++ '[' -n 0 ']'
18:14:28 [2020-10-05T18:14:28.179Z] ++ set -x
18:14:28 [2020-10-05T18:14:28.179Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
18:14:28 [2020-10-05T18:14:28.179Z] INFO: Testing against a local daemon
18:14:28 [2020-10-05T18:14:28.179Z] === RUN   TestAuthZPluginAllowRequest
18:14:28 [2020-10-05T18:14:28.944Z] --- PASS: TestDaemonIpcModePrivate (1.85s)
18:14:28 [2020-10-05T18:14:28.944Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
18:14:28 [2020-10-05T18:14:28.944Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:14:29 [2020-10-05T18:14:29.417Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
18:14:29 [2020-10-05T18:14:29.417Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
18:14:30 [2020-10-05T18:14:30.257Z] --- PASS: TestAuthZPluginAllowRequest (1.76s)
18:14:30 [2020-10-05T18:14:30.257Z] === RUN   TestAuthZPluginTLS
18:14:30 [2020-10-05T18:14:30.550Z] --- PASS: TestAuthZPluginTLS (0.53s)
18:14:30 [2020-10-05T18:14:30.550Z] === RUN   TestAuthZPluginDenyRequest
18:14:30 [2020-10-05T18:14:30.763Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
18:14:30 [2020-10-05T18:14:30.860Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s)
18:14:30 [2020-10-05T18:14:30.860Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
18:14:30 [2020-10-05T18:14:30.860Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:14:31 [2020-10-05T18:14:31.186Z] --- PASS: TestAuthZPluginDenyRequest (0.52s)
18:14:31 [2020-10-05T18:14:31.186Z] === RUN   TestAuthZPluginAPIDenyResponse
18:14:31 [2020-10-05T18:14:31.480Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
18:14:31 [2020-10-05T18:14:31.480Z] === RUN   TestAuthZPluginDenyResponse
18:14:31 [2020-10-05T18:14:31.957Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
18:14:32 [2020-10-05T18:14:32.116Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
18:14:32 [2020-10-05T18:14:32.116Z] === RUN   TestAuthZPluginAllowEventStream
18:14:32 [2020-10-05T18:14:32.775Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s)
18:14:32 [2020-10-05T18:14:32.775Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
18:14:32 [2020-10-05T18:14:32.775Z] === RUN   TestIpcModeOlderClient
18:14:32 [2020-10-05T18:14:32.775Z] === PAUSE TestIpcModeOlderClient
18:14:32 [2020-10-05T18:14:32.775Z] === RUN   TestKillContainerInvalidSignal
18:14:33 [2020-10-05T18:14:33.347Z] --- PASS: TestKillContainerInvalidSignal (0.78s)
18:14:33 [2020-10-05T18:14:33.348Z] === RUN   TestKillContainer
18:14:33 [2020-10-05T18:14:33.348Z] === RUN   TestKillContainer/no_signal
18:14:33 [2020-10-05T18:14:33.501Z] --- PASS: TestGraphdriverPluginV2 (5.76s)
18:14:33 [2020-10-05T18:14:33.501Z] PASS
18:14:33 [2020-10-05T18:14:33.501Z] 
18:14:33 [2020-10-05T18:14:33.501Z] === Skipped
18:14:33 [2020-10-05T18:14:33.501Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s)
18:14:33 [2020-10-05T18:14:33.501Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
18:14:33 [2020-10-05T18:14:33.501Z] 
18:14:33 [2020-10-05T18:14:33.501Z] 
18:14:33 [2020-10-05T18:14:33.501Z] DONE 2 tests, 1 skipped in 5.936s
18:14:33 [2020-10-05T18:14:33.501Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:14:33 [2020-10-05T18:14:33.501Z] INFO: Testing against a local daemon
18:14:33 [2020-10-05T18:14:33.501Z] === RUN   TestContinueAfterPluginCrash
18:14:33 [2020-10-05T18:14:33.501Z] === PAUSE TestContinueAfterPluginCrash
18:14:33 [2020-10-05T18:14:33.501Z] === RUN   TestReadPluginNoRead
18:14:33 [2020-10-05T18:14:33.501Z] === PAUSE TestReadPluginNoRead
18:14:33 [2020-10-05T18:14:33.501Z] === RUN   TestDaemonStartWithLogOpt
18:14:33 [2020-10-05T18:14:33.501Z] === PAUSE TestDaemonStartWithLogOpt
18:14:33 [2020-10-05T18:14:33.501Z] === CONT  TestContinueAfterPluginCrash
18:14:33 [2020-10-05T18:14:33.501Z] === CONT  TestDaemonStartWithLogOpt
18:14:33 [2020-10-05T18:14:33.865Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
18:14:33 [2020-10-05T18:14:33.919Z] === RUN   TestKillContainer/non_killing_signal
18:14:34 [2020-10-05T18:14:34.194Z] --- PASS: TestAuthZPluginAllowEventStream (1.70s)
18:14:34 [2020-10-05T18:14:34.194Z] === RUN   TestAuthZPluginErrorResponse
18:14:34 [2020-10-05T18:14:34.489Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
18:14:34 [2020-10-05T18:14:34.489Z] === RUN   TestAuthZPluginErrorRequest
18:14:34 [2020-10-05T18:14:34.492Z] === RUN   TestKillContainer/killing_signal
18:14:34 [2020-10-05T18:14:34.784Z] --- PASS: TestAuthZPluginErrorRequest (0.52s)
18:14:34 [2020-10-05T18:14:34.784Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:14:35 [2020-10-05T18:14:35.420Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
18:14:35 [2020-10-05T18:14:35.420Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:14:35 [2020-10-05T18:14:35.877Z] --- PASS: TestKillContainer (2.35s)
18:14:35 [2020-10-05T18:14:35.877Z]     --- PASS: TestKillContainer/no_signal (0.76s)
18:14:35 [2020-10-05T18:14:35.877Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
18:14:35 [2020-10-05T18:14:35.877Z]     --- PASS: TestKillContainer/killing_signal (0.76s)
18:14:35 [2020-10-05T18:14:35.877Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:14:35 [2020-10-05T18:14:35.877Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:14:36 [2020-10-05T18:14:36.449Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:14:37 [2020-10-05T18:14:37.022Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.48s)
18:14:37 [2020-10-05T18:14:37.022Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s)
18:14:37 [2020-10-05T18:14:37.022Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s)
18:14:37 [2020-10-05T18:14:37.022Z] === RUN   TestKillStoppedContainer
18:14:37 [2020-10-05T18:14:37.159Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
18:14:37 [2020-10-05T18:14:37.283Z] --- PASS: TestKillStoppedContainer (0.12s)
18:14:37 [2020-10-05T18:14:37.283Z] === RUN   TestKillStoppedContainerAPIPre120
18:14:37 [2020-10-05T18:14:37.283Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s)
18:14:37 [2020-10-05T18:14:37.283Z] === RUN   TestKillDifferentUserContainer
18:14:37 [2020-10-05T18:14:37.499Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.11s)
18:14:37 [2020-10-05T18:14:37.499Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:14:38 [2020-10-05T18:14:38.098Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
18:14:38 [2020-10-05T18:14:38.227Z] --- PASS: TestKillDifferentUserContainer (0.81s)
18:14:38 [2020-10-05T18:14:38.227Z] === RUN   TestInspectOomKilledTrue
18:14:38 [2020-10-05T18:14:38.227Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
18:14:38 [2020-10-05T18:14:38.227Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:14:38 [2020-10-05T18:14:38.227Z] === RUN   TestInspectOomKilledFalse
18:14:38 [2020-10-05T18:14:38.227Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
18:14:38 [2020-10-05T18:14:38.227Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:14:38 [2020-10-05T18:14:38.227Z] === RUN   TestLinksEtcHostsContentMatch
18:14:38 [2020-10-05T18:14:38.799Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s)
18:14:38 [2020-10-05T18:14:38.799Z] === RUN   TestLinksContainerNames
18:14:39 [2020-10-05T18:14:39.037Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
18:14:39 [2020-10-05T18:14:39.297Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
18:14:39 [2020-10-05T18:14:39.297Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
18:14:39 [2020-10-05T18:14:39.658Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.20s)
18:14:39 [2020-10-05T18:14:39.658Z] === RUN   TestAuthZPluginHeader
18:14:40 [2020-10-05T18:14:40.186Z] --- PASS: TestLinksContainerNames (1.49s)
18:14:40 [2020-10-05T18:14:40.187Z] === RUN   TestLogsFollowTailEmpty
18:14:40 [2020-10-05T18:14:40.699Z] --- PASS: TestAuthZPluginHeader (0.84s)
18:14:40 [2020-10-05T18:14:40.699Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:14:40 [2020-10-05T18:14:40.699Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s)
18:14:40 [2020-10-05T18:14:40.699Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:40 [2020-10-05T18:14:40.699Z] === RUN   TestAuthZPluginV2Disable
18:14:40 [2020-10-05T18:14:40.699Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
18:14:40 [2020-10-05T18:14:40.699Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:40 [2020-10-05T18:14:40.699Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:14:40 [2020-10-05T18:14:40.699Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:14:40 [2020-10-05T18:14:40.699Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:40 [2020-10-05T18:14:40.699Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:14:40 [2020-10-05T18:14:40.699Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:14:40 [2020-10-05T18:14:40.699Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:40 [2020-10-05T18:14:40.699Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:14:41 [2020-10-05T18:14:41.131Z] --- PASS: TestLogsFollowTailEmpty (0.78s)
18:14:41 [2020-10-05T18:14:41.131Z] === RUN   TestContainerNetworkMountsNoChown
18:14:41 [2020-10-05T18:14:41.206Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
18:14:41 [2020-10-05T18:14:41.703Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s)
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/default
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/default
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/private
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/private
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rprivate
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rprivate
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/slave
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/slave
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rslave
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rslave
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/shared
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/shared
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rshared
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rshared
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/default
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/default/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/rslave
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/rprivate
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/default/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/rshared
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/private
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/private/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/private/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/slave
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/shared
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:14:41 [2020-10-05T18:14:41.703Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/default/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:14:41 [2020-10-05T18:14:41.703Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/private/bind_root
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/default/mount_root
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:14:41 [2020-10-05T18:14:41.964Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:14:42 [2020-10-05T18:14:42.225Z] === CONT  TestMountDaemonRoot/private/mount_root
18:14:42 [2020-10-05T18:14:42.225Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:14:42 [2020-10-05T18:14:42.225Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:14:42 [2020-10-05T18:14:42.225Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:14:42 [2020-10-05T18:14:42.225Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:14:42 [2020-10-05T18:14:42.225Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:14:42 [2020-10-05T18:14:42.225Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:14:42 [2020-10-05T18:14:42.225Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:14:42 [2020-10-05T18:14:42.225Z] --- PASS: TestMountDaemonRoot (0.04s)
18:14:42 [2020-10-05T18:14:42.225Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
18:14:42 [2020-10-05T18:14:42.225Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.10s)
18:14:42 [2020-10-05T18:14:42.225Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
18:14:42 [2020-10-05T18:14:42.225Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
18:14:42 [2020-10-05T18:14:42.225Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
18:14:42 [2020-10-05T18:14:42.225Z] === RUN   TestContainerBindMountNonRecursive
18:14:43 [2020-10-05T18:14:43.746Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
18:14:44 [2020-10-05T18:14:44.316Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
18:14:44 [2020-10-05T18:14:44.774Z] --- PASS: TestContainerBindMountNonRecursive (2.27s)
18:14:44 [2020-10-05T18:14:44.774Z] === RUN   TestNetworkNat
18:14:45 [2020-10-05T18:14:45.347Z] --- PASS: TestNetworkNat (0.85s)
18:14:45 [2020-10-05T18:14:45.347Z] === RUN   TestNetworkLocalhostTCPNat
18:14:46 [2020-10-05T18:14:46.235Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
18:14:46 [2020-10-05T18:14:46.292Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s)
18:14:46 [2020-10-05T18:14:46.292Z] === RUN   TestNetworkLoopbackNat
18:14:47 [2020-10-05T18:14:47.025Z] tests/integration/api_network_test.py ............................       [ 47%]
18:14:47 [2020-10-05T18:14:47.615Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
18:14:48 [2020-10-05T18:14:48.377Z] --- PASS: TestDaemonStartWithLogOpt (13.34s)
18:14:48 [2020-10-05T18:14:48.377Z] === CONT  TestReadPluginNoRead
18:14:48 [2020-10-05T18:14:48.553Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
18:14:49 [2020-10-05T18:14:49.592Z] --- PASS: TestNetworkLoopbackNat (3.16s)
18:14:49 [2020-10-05T18:14:49.592Z] === RUN   TestPause
18:14:49 [2020-10-05T18:14:49.749Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:14:50 [2020-10-05T18:14:50.007Z] --- PASS: TestContinueAfterPluginCrash (17.01s)
18:14:50 [2020-10-05T18:14:50.164Z] --- PASS: TestPause (0.83s)
18:14:50 [2020-10-05T18:14:50.164Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:14:50 [2020-10-05T18:14:50.164Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:14:50 [2020-10-05T18:14:50.164Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:14:50 [2020-10-05T18:14:50.164Z] === RUN   TestPauseStopPausedContainer
18:14:51 [2020-10-05T18:14:51.106Z] --- PASS: TestPauseStopPausedContainer (0.95s)
18:14:51 [2020-10-05T18:14:51.106Z] === RUN   TestPsFilter
18:14:51 [2020-10-05T18:14:51.367Z] --- PASS: TestPsFilter (0.26s)
18:14:51 [2020-10-05T18:14:51.367Z] === RUN   TestRemoveContainerWithRemovedVolume
18:14:52 [2020-10-05T18:14:52.312Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s)
18:14:52 [2020-10-05T18:14:52.312Z] === RUN   TestRemoveContainerWithVolume
18:14:52 [2020-10-05T18:14:52.534Z] === RUN   TestReadPluginNoRead/default
18:14:52 [2020-10-05T18:14:52.754Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
18:14:52 [2020-10-05T18:14:52.885Z] --- PASS: TestRemoveContainerWithVolume (0.74s)
18:14:52 [2020-10-05T18:14:52.885Z] === RUN   TestRemoveContainerRunning
18:14:53 [2020-10-05T18:14:53.829Z] --- PASS: TestRemoveContainerRunning (0.77s)
18:14:53 [2020-10-05T18:14:53.829Z] === RUN   TestRemoveContainerForceRemoveRunning
18:14:54 [2020-10-05T18:14:54.135Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
18:14:54 [2020-10-05T18:14:54.402Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s)
18:14:54 [2020-10-05T18:14:54.402Z] === RUN   TestRemoveInvalidContainer
18:14:54 [2020-10-05T18:14:54.402Z] --- PASS: TestRemoveInvalidContainer (0.02s)
18:14:54 [2020-10-05T18:14:54.402Z] === RUN   TestRenameLinkedContainer
18:14:54 [2020-10-05T18:14:54.433Z] === RUN   TestReadPluginNoRead/disabled_caching
18:14:54 [2020-10-05T18:14:54.705Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
18:14:54 [2020-10-05T18:14:54.965Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
18:14:56 [2020-10-05T18:14:56.334Z] --- PASS: TestReadPluginNoRead (10.18s)
18:14:56 [2020-10-05T18:14:56.334Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.22s)
18:14:56 [2020-10-05T18:14:56.334Z]     --- PASS: TestReadPluginNoRead/default (2.18s)
18:14:56 [2020-10-05T18:14:56.334Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.22s)
18:14:56 [2020-10-05T18:14:56.334Z]     read_test.go:92: [d38176433232d] daemon is not started
18:14:56 [2020-10-05T18:14:56.334Z] PASS
18:14:56 [2020-10-05T18:14:56.334Z] 
18:14:56 [2020-10-05T18:14:56.334Z] DONE 6 tests in 23.658s
18:14:56 [2020-10-05T18:14:56.334Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:14:56 [2020-10-05T18:14:56.348Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
18:14:56 [2020-10-05T18:14:56.592Z] testing: warning: no tests to run
18:14:56 [2020-10-05T18:14:56.592Z] PASS
18:14:56 [2020-10-05T18:14:56.592Z] 
18:14:56 [2020-10-05T18:14:56.592Z] DONE 0 tests in 0.036s
18:14:56 [2020-10-05T18:14:56.592Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:14:56 [2020-10-05T18:14:56.592Z] INFO: Testing against a local daemon
18:14:56 [2020-10-05T18:14:56.592Z] === RUN   TestPluginWithDevMounts
18:14:56 [2020-10-05T18:14:56.592Z] --- SKIP: TestPluginWithDevMounts (0.00s)
18:14:56 [2020-10-05T18:14:56.592Z]     mounts_test.go:21: (*Execution).IsRootless-fm
18:14:56 [2020-10-05T18:14:56.592Z] PASS
18:14:56 [2020-10-05T18:14:56.592Z] 
18:14:56 [2020-10-05T18:14:56.592Z] === Skipped
18:14:56 [2020-10-05T18:14:56.592Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
18:14:56 [2020-10-05T18:14:56.592Z]     mounts_test.go:21: (*Execution).IsRootless-fm
18:14:56 [2020-10-05T18:14:56.592Z] 
18:14:56 [2020-10-05T18:14:56.592Z] 
18:14:56 [2020-10-05T18:14:56.592Z] DONE 1 tests, 1 skipped in 0.130s
18:14:56 [2020-10-05T18:14:56.592Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
18:14:56 [2020-10-05T18:14:56.851Z] INFO: Testing against a local daemon
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestSecretInspect
18:14:56 [2020-10-05T18:14:56.851Z] --- SKIP: TestSecretInspect (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestSecretList
18:14:56 [2020-10-05T18:14:56.851Z] --- SKIP: TestSecretList (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestSecretsCreateAndDelete
18:14:56 [2020-10-05T18:14:56.851Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestSecretsUpdate
18:14:56 [2020-10-05T18:14:56.851Z] --- SKIP: TestSecretsUpdate (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestTemplatedSecret
18:14:56 [2020-10-05T18:14:56.851Z] --- SKIP: TestTemplatedSecret (0.00s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestSecretCreateResolve
18:14:56 [2020-10-05T18:14:56.851Z] --- SKIP: TestSecretCreateResolve (0.02s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] PASS
18:14:56 [2020-10-05T18:14:56.851Z] 
18:14:56 [2020-10-05T18:14:56.851Z] === Skipped
18:14:56 [2020-10-05T18:14:56.851Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] 
18:14:56 [2020-10-05T18:14:56.851Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] 
18:14:56 [2020-10-05T18:14:56.851Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] 
18:14:56 [2020-10-05T18:14:56.851Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] 
18:14:56 [2020-10-05T18:14:56.851Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] 
18:14:56 [2020-10-05T18:14:56.851Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s)
18:14:56 [2020-10-05T18:14:56.851Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] 
18:14:56 [2020-10-05T18:14:56.851Z] 
18:14:56 [2020-10-05T18:14:56.851Z] DONE 6 tests, 6 skipped in 0.176s
18:14:56 [2020-10-05T18:14:56.851Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
18:14:56 [2020-10-05T18:14:56.851Z] INFO: Testing against a local daemon
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestServiceCreateInit
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:14:56 [2020-10-05T18:14:56.851Z] --- PASS: TestServiceCreateInit (0.01s)
18:14:56 [2020-10-05T18:14:56.851Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
18:14:56 [2020-10-05T18:14:56.851Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
18:14:56 [2020-10-05T18:14:56.851Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:56 [2020-10-05T18:14:56.851Z] === RUN   TestCreateServiceMultipleTimes
18:14:56 [2020-10-05T18:14:56.918Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
18:14:57 [2020-10-05T18:14:57.031Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s)
18:14:57 [2020-10-05T18:14:57.110Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestCreateServiceConflict
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateServiceConflict (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestCreateServiceMaxReplicas
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestCreateWithDuplicateNetworkNames
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestCreateServiceSecretFileMode
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestCreateServiceConfigFileMode
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s)
18:14:57 [2020-10-05T18:14:57.110Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestCreateServiceSysctls
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateServiceSysctls (0.02s)
18:14:57 [2020-10-05T18:14:57.110Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestCreateServiceCapabilities
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
18:14:57 [2020-10-05T18:14:57.110Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestInspect
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestInspect (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestCreateJob
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestCreateJob (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestReplicatedJob
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestReplicatedJob (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestUpdateReplicatedJob
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestServiceListWithStatuses
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:14:57 [2020-10-05T18:14:57.110Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestDockerNetworkConnectAlias
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
18:14:57 [2020-10-05T18:14:57.110Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestDockerNetworkReConnect
18:14:57 [2020-10-05T18:14:57.110Z] --- SKIP: TestDockerNetworkReConnect (0.03s)
18:14:57 [2020-10-05T18:14:57.110Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:14:57 [2020-10-05T18:14:57.110Z] === RUN   TestServicePlugin
18:14:57 [2020-10-05T18:14:57.707Z] --- PASS: TestRenameLinkedContainer (3.05s)
18:14:57 [2020-10-05T18:14:57.707Z] === RUN   TestRenameStoppedContainer
18:14:58 [2020-10-05T18:14:58.280Z] --- PASS: TestRenameStoppedContainer (0.77s)
18:14:58 [2020-10-05T18:14:58.280Z] === RUN   TestRenameRunningContainerAndReuse
18:14:58 [2020-10-05T18:14:58.517Z] tests/integration/api_secret_test.py .....                               [ 51%]
18:14:59 [2020-10-05T18:14:59.310Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.29s)
18:14:59 [2020-10-05T18:14:59.310Z] PASS
18:14:59 [2020-10-05T18:14:59.310Z] 
18:14:59 [2020-10-05T18:14:59.310Z] === Skipped
18:14:59 [2020-10-05T18:14:59.310Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s)
18:14:59 [2020-10-05T18:14:59.310Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:59 [2020-10-05T18:14:59.310Z] 
18:14:59 [2020-10-05T18:14:59.310Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
18:14:59 [2020-10-05T18:14:59.310Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:59 [2020-10-05T18:14:59.310Z] 
18:14:59 [2020-10-05T18:14:59.310Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:14:59 [2020-10-05T18:14:59.310Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:59 [2020-10-05T18:14:59.310Z] 
18:14:59 [2020-10-05T18:14:59.310Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:14:59 [2020-10-05T18:14:59.310Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:14:59 [2020-10-05T18:14:59.310Z] 
18:14:59 [2020-10-05T18:14:59.310Z] 
18:14:59 [2020-10-05T18:14:59.310Z] DONE 17 tests, 4 skipped in 29.986s
18:14:59 [2020-10-05T18:14:59.310Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:14:59 [2020-10-05T18:14:59.310Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
18:14:59 [2020-10-05T18:14:59.310Z] ++ set -e
18:14:59 [2020-10-05T18:14:59.310Z] ++ '[' -n 0 ']'
18:14:59 [2020-10-05T18:14:59.310Z] ++ set -x
18:14:59 [2020-10-05T18:14:59.310Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
18:14:59 [2020-10-05T18:14:59.310Z] INFO: Testing against a local daemon
18:14:59 [2020-10-05T18:14:59.310Z] === RUN   TestPluginInvalidJSON
18:14:59 [2020-10-05T18:14:59.310Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:14:59 [2020-10-05T18:14:59.310Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:14:59 [2020-10-05T18:14:59.310Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:14:59 [2020-10-05T18:14:59.310Z] --- PASS: TestPluginInvalidJSON (0.01s)
18:14:59 [2020-10-05T18:14:59.310Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:14:59 [2020-10-05T18:14:59.310Z] === RUN   TestPluginInstall
18:14:59 [2020-10-05T18:14:59.310Z] === RUN   TestPluginInstall/no_auth
18:14:59 [2020-10-05T18:14:59.500Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
18:14:59 [2020-10-05T18:14:59.500Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
18:14:59 [2020-10-05T18:14:59.679Z] --- PASS: TestRenameRunningContainerAndReuse (1.51s)
18:14:59 [2020-10-05T18:14:59.679Z] === RUN   TestRenameInvalidName
18:15:00 [2020-10-05T18:15:00.622Z] --- PASS: TestRenameInvalidName (0.79s)
18:15:00 [2020-10-05T18:15:00.622Z] === RUN   TestRenameAnonymousContainer
18:15:01 [2020-10-05T18:15:01.295Z] --- SKIP: TestServicePlugin (3.43s)
18:15:01 [2020-10-05T18:15:01.295Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestServiceUpdateLabel
18:15:01 [2020-10-05T18:15:01.295Z] --- SKIP: TestServiceUpdateLabel (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestServiceUpdateSecrets
18:15:01 [2020-10-05T18:15:01.295Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestServiceUpdateConfigs
18:15:01 [2020-10-05T18:15:01.295Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestServiceUpdateNetwork
18:15:01 [2020-10-05T18:15:01.295Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestServiceUpdatePidsLimit
18:15:01 [2020-10-05T18:15:01.295Z] --- SKIP: TestServiceUpdatePidsLimit (0.05s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] PASS
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === Skipped
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
18:15:01 [2020-10-05T18:15:01.295Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
18:15:01 [2020-10-05T18:15:01.295Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
18:15:01 [2020-10-05T18:15:01.295Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
18:15:01 [2020-10-05T18:15:01.295Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s)
18:15:01 [2020-10-05T18:15:01.295Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s)
18:15:01 [2020-10-05T18:15:01.295Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
18:15:01 [2020-10-05T18:15:01.295Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
18:15:01 [2020-10-05T18:15:01.295Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestInspect (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
18:15:01 [2020-10-05T18:15:01.295Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.03s)
18:15:01 [2020-10-05T18:15:01.295Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServicePlugin (3.43s)
18:15:01 [2020-10-05T18:15:01.295Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.05s)
18:15:01 [2020-10-05T18:15:01.295Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] DONE 24 tests, 23 skipped in 3.854s
18:15:01 [2020-10-05T18:15:01.295Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
18:15:01 [2020-10-05T18:15:01.295Z] INFO: Testing against a local daemon
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestSessionCreate
18:15:01 [2020-10-05T18:15:01.295Z] --- PASS: TestSessionCreate (0.02s)
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestSessionCreateWithBadUpgrade
18:15:01 [2020-10-05T18:15:01.295Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
18:15:01 [2020-10-05T18:15:01.295Z] PASS
18:15:01 [2020-10-05T18:15:01.295Z] 
18:15:01 [2020-10-05T18:15:01.295Z] DONE 2 tests in 0.140s
18:15:01 [2020-10-05T18:15:01.295Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
18:15:01 [2020-10-05T18:15:01.295Z] INFO: Testing against a local daemon
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:15:01 [2020-10-05T18:15:01.295Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:15:01 [2020-10-05T18:15:01.295Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:15:01 [2020-10-05T18:15:01.295Z] === RUN   TestEventsExecDie
18:15:01 [2020-10-05T18:15:01.553Z] --- PASS: TestEventsExecDie (0.46s)
18:15:01 [2020-10-05T18:15:01.553Z] === RUN   TestEventsBackwardsCompatible
18:15:01 [2020-10-05T18:15:01.553Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
18:15:01 [2020-10-05T18:15:01.553Z] === RUN   TestInfoBinaryCommits
18:15:01 [2020-10-05T18:15:01.553Z] --- PASS: TestInfoBinaryCommits (0.02s)
18:15:01 [2020-10-05T18:15:01.553Z] === RUN   TestInfoAPIVersioned
18:15:01 [2020-10-05T18:15:01.553Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:15:01 [2020-10-05T18:15:01.553Z] === RUN   TestInfoDiscoveryBackend
18:15:02 [2020-10-05T18:15:02.054Z] time="2020-10-05T18:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:15:02 [2020-10-05T18:15:02.054Z] time="2020-10-05T18:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8559129e44d7bbb5211611f5f75272ceb6b8d2d067ee1e223ad1191386823208" mediatype=application/vnd.docker.plugin.v1+json size=522
18:15:02 [2020-10-05T18:15:02.054Z] time="2020-10-05T18:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:15:02 [2020-10-05T18:15:02.054Z] time="2020-10-05T18:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8559129e44d7bbb5211611f5f75272ceb6b8d2d067ee1e223ad1191386823208" mediatype=application/vnd.docker.plugin.v1+json size=522
18:15:02 [2020-10-05T18:15:02.054Z] === RUN   TestPluginInstall/with_htpasswd
18:15:02 [2020-10-05T18:15:02.692Z] time="2020-10-05T18:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:15:02 [2020-10-05T18:15:02.692Z] time="2020-10-05T18:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8559129e44d7bbb5211611f5f75272ceb6b8d2d067ee1e223ad1191386823208" mediatype=application/vnd.docker.plugin.v1+json size=522
18:15:02 [2020-10-05T18:15:02.692Z] time="2020-10-05T18:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:15:02 [2020-10-05T18:15:02.692Z] time="2020-10-05T18:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8559129e44d7bbb5211611f5f75272ceb6b8d2d067ee1e223ad1191386823208" mediatype=application/vnd.docker.plugin.v1+json size=522
18:15:02 [2020-10-05T18:15:02.692Z] === RUN   TestPluginInstall/with_insecure
18:15:02 [2020-10-05T18:15:02.851Z] tests/integration/api_service_test.py .................................. [ 60%]
18:15:02 [2020-10-05T18:15:02.929Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
18:15:02 [2020-10-05T18:15:02.929Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:15:03 [2020-10-05T18:15:03.733Z] time="2020-10-05T18:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:15:03 [2020-10-05T18:15:03.733Z] time="2020-10-05T18:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3991ac0dac7cc58a0bbb4423565089472b997fbd368679f68831729c862a42fa" mediatype=application/vnd.docker.plugin.v1+json size=522
18:15:03 [2020-10-05T18:15:03.733Z] time="2020-10-05T18:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:15:03 [2020-10-05T18:15:03.734Z] time="2020-10-05T18:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3991ac0dac7cc58a0bbb4423565089472b997fbd368679f68831729c862a42fa" mediatype=application/vnd.docker.plugin.v1+json size=522
18:15:04 [2020-10-05T18:15:04.027Z] --- PASS: TestPluginInstall (5.98s)
18:15:04 [2020-10-05T18:15:04.027Z]     --- PASS: TestPluginInstall/no_auth (3.94s)
18:15:04 [2020-10-05T18:15:04.027Z]     --- PASS: TestPluginInstall/with_htpasswd (0.77s)
18:15:04 [2020-10-05T18:15:04.027Z]     --- PASS: TestPluginInstall/with_insecure (1.26s)
18:15:04 [2020-10-05T18:15:04.027Z]         plugin_test.go:157: [db25c8070fe7a] daemon is not started
18:15:04 [2020-10-05T18:15:04.027Z] PASS
18:15:04 [2020-10-05T18:15:04.027Z] 
18:15:04 [2020-10-05T18:15:04.027Z] DONE 6 tests in 6.187s
18:15:04 [2020-10-05T18:15:04.027Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:15:04 [2020-10-05T18:15:04.027Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
18:15:04 [2020-10-05T18:15:04.027Z] ++ set -e
18:15:04 [2020-10-05T18:15:04.027Z] ++ '[' -n 0 ']'
18:15:04 [2020-10-05T18:15:04.027Z] ++ set -x
18:15:04 [2020-10-05T18:15:04.027Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
18:15:04 [2020-10-05T18:15:04.320Z] INFO: Testing against a local daemon
18:15:04 [2020-10-05T18:15:04.320Z] === RUN   TestExternalGraphDriver
18:15:04 [2020-10-05T18:15:04.320Z] === RUN   TestExternalGraphDriver/json
18:15:04 [2020-10-05T18:15:04.832Z] --- PASS: TestRenameAnonymousContainer (3.94s)
18:15:04 [2020-10-05T18:15:04.832Z] === RUN   TestRenameContainerWithSameName
18:15:05 [2020-10-05T18:15:05.093Z] --- PASS: TestRenameContainerWithSameName (0.74s)
18:15:05 [2020-10-05T18:15:05.093Z] === RUN   TestRenameContainerWithLinkedContainer
18:15:06 [2020-10-05T18:15:06.399Z] === RUN   TestExternalGraphDriver/spec
18:15:07 [2020-10-05T18:15:07.011Z] --- PASS: TestRenameContainerWithLinkedContainer (1.54s)
18:15:07 [2020-10-05T18:15:07.011Z] === RUN   TestResize
18:15:07 [2020-10-05T18:15:07.110Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s)
18:15:07 [2020-10-05T18:15:07.110Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:15:07 [2020-10-05T18:15:07.110Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
18:15:07 [2020-10-05T18:15:07.110Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
18:15:07 [2020-10-05T18:15:07.110Z] === RUN   TestInfoAPI
18:15:07 [2020-10-05T18:15:07.110Z] --- PASS: TestInfoAPI (0.04s)
18:15:07 [2020-10-05T18:15:07.110Z] === RUN   TestInfoAPIWarnings
18:15:07 [2020-10-05T18:15:07.583Z] --- PASS: TestResize (0.78s)
18:15:07 [2020-10-05T18:15:07.583Z] === RUN   TestResizeWithInvalidSize
18:15:07 [2020-10-05T18:15:07.632Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
18:15:08 [2020-10-05T18:15:08.479Z] === RUN   TestExternalGraphDriver/pull
18:15:08 [2020-10-05T18:15:08.526Z] --- PASS: TestResizeWithInvalidSize (0.80s)
18:15:08 [2020-10-05T18:15:08.526Z] === RUN   TestResizeWhenContainerNotStarted
18:15:09 [2020-10-05T18:15:09.099Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s)
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:15:09 [2020-10-05T18:15:09.099Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:15:12 [2020-10-05T18:15:12.097Z] --- PASS: TestExternalGraphDriver (7.38s)
18:15:12 [2020-10-05T18:15:12.097Z]     --- PASS: TestExternalGraphDriver/json (2.01s)
18:15:12 [2020-10-05T18:15:12.097Z]     --- PASS: TestExternalGraphDriver/spec (2.07s)
18:15:12 [2020-10-05T18:15:12.097Z]     --- PASS: TestExternalGraphDriver/pull (3.17s)
18:15:12 [2020-10-05T18:15:12.097Z] === RUN   TestGraphdriverPluginV2
18:15:12 [2020-10-05T18:15:12.097Z] --- SKIP: TestGraphdriverPluginV2 (0.12s)
18:15:12 [2020-10-05T18:15:12.097Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:15:12 [2020-10-05T18:15:12.097Z] PASS
18:15:12 [2020-10-05T18:15:12.097Z] 
18:15:12 [2020-10-05T18:15:12.097Z] === Skipped
18:15:12 [2020-10-05T18:15:12.097Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.12s)
18:15:12 [2020-10-05T18:15:12.097Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:15:12 [2020-10-05T18:15:12.097Z] 
18:15:12 [2020-10-05T18:15:12.097Z] 
18:15:12 [2020-10-05T18:15:12.097Z] DONE 5 tests, 1 skipped in 7.668s
18:15:12 [2020-10-05T18:15:12.098Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:15:12 [2020-10-05T18:15:12.098Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
18:15:12 [2020-10-05T18:15:12.098Z] ++ set -e
18:15:12 [2020-10-05T18:15:12.098Z] ++ '[' -n 0 ']'
18:15:12 [2020-10-05T18:15:12.098Z] ++ set -x
18:15:12 [2020-10-05T18:15:12.098Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
18:15:12 [2020-10-05T18:15:12.098Z] INFO: Testing against a local daemon
18:15:12 [2020-10-05T18:15:12.098Z] === RUN   TestContinueAfterPluginCrash
18:15:12 [2020-10-05T18:15:12.098Z] === PAUSE TestContinueAfterPluginCrash
18:15:12 [2020-10-05T18:15:12.098Z] === RUN   TestReadPluginNoRead
18:15:12 [2020-10-05T18:15:12.098Z] === PAUSE TestReadPluginNoRead
18:15:12 [2020-10-05T18:15:12.098Z] === RUN   TestDaemonStartWithLogOpt
18:15:12 [2020-10-05T18:15:12.098Z] === PAUSE TestDaemonStartWithLogOpt
18:15:12 [2020-10-05T18:15:12.098Z] === CONT  TestContinueAfterPluginCrash
18:15:12 [2020-10-05T18:15:12.098Z] === CONT  TestDaemonStartWithLogOpt
18:15:12 [2020-10-05T18:15:12.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:15:12 [2020-10-05T18:15:12.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:15:12 [2020-10-05T18:15:12.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:15:12 [2020-10-05T18:15:12.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:15:14 [2020-10-05T18:15:14.340Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:15:14 [2020-10-05T18:15:14.917Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:15:15 [2020-10-05T18:15:15.753Z] --- PASS: TestDaemonStartWithLogOpt (3.92s)
18:15:15 [2020-10-05T18:15:15.753Z] === CONT  TestReadPluginNoRead
18:15:15 [2020-10-05T18:15:15.766Z] === RUN   TestDockerSuite/TestBuildDotDotFile
18:15:15 [2020-10-05T18:15:15.766Z] === RUN   TestDockerSuite/TestBuildEOLInLine
18:15:15 [2020-10-05T18:15:15.766Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
18:15:15 [2020-10-05T18:15:15.867Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:15:15 [2020-10-05T18:15:15.867Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:15:16 [2020-10-05T18:15:16.527Z] .........................                                                [ 67%]
18:15:18 [2020-10-05T18:15:18.308Z] === RUN   TestDockerDaemonSuite/TestShmSize
18:15:18 [2020-10-05T18:15:18.416Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.92s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.06s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.11s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.16s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.75s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.54s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.70s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.67s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.62s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.57s)
18:15:18 [2020-10-05T18:15:18.416Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.28s)
18:15:18 [2020-10-05T18:15:18.416Z] === RUN   TestCgroupNamespacesRun
18:15:18 [2020-10-05T18:15:18.420Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
18:15:18 [2020-10-05T18:15:18.420Z] 
18:15:18 [2020-10-05T18:15:18.420Z] ---> Making bundle: test-integration (in bundles/test-integration)
18:15:18 [2020-10-05T18:15:18.420Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
18:15:18 [2020-10-05T18:15:18.420Z] HOSTNAME=ab6917f06be8
18:15:18 [2020-10-05T18:15:18.420Z] TESTDEBUG=0
18:15:18 [2020-10-05T18:15:18.420Z] DEST=bundles/test-integration
18:15:18 [2020-10-05T18:15:18.420Z] PWD=/go/src/github.com/docker/docker
18:15:18 [2020-10-05T18:15:18.420Z] DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299
18:15:18 [2020-10-05T18:15:18.420Z] container=docker
18:15:18 [2020-10-05T18:15:18.420Z] HOME=/root
18:15:18 [2020-10-05T18:15:18.420Z] GOLANG_VERSION=1.13.15
18:15:18 [2020-10-05T18:15:18.420Z] VALIDATE_REPO=https://github.com/moby/moby.git
18:15:18 [2020-10-05T18:15:18.420Z] VALIDATE_BRANCH=master
18:15:18 [2020-10-05T18:15:18.420Z] TERM=xterm
18:15:18 [2020-10-05T18:15:18.420Z] DOCKER_PKG=github.com/docker/docker
18:15:18 [2020-10-05T18:15:18.420Z] SHLVL=1
18:15:18 [2020-10-05T18:15:18.420Z] TIMEOUT=120m
18:15:18 [2020-10-05T18:15:18.420Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
18:15:18 [2020-10-05T18:15:18.420Z] DOCKER_GRAPHDRIVER=overlay2
18:15:18 [2020-10-05T18:15:18.420Z] GO111MODULE=off
18:15:18 [2020-10-05T18:15:18.420Z] DOCKER_EXPERIMENTAL=1
18:15:18 [2020-10-05T18:15:18.420Z] TEST_SKIP_INTEGRATION_CLI=1
18:15:18 [2020-10-05T18:15:18.420Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18:15:18 [2020-10-05T18:15:18.420Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
18:15:18 [2020-10-05T18:15:18.420Z] GOPATH=/go
18:15:18 [2020-10-05T18:15:18.420Z] PKG_CONFIG=pkg-config
18:15:18 [2020-10-05T18:15:18.420Z] _=/usr/bin/env
18:15:18 [2020-10-05T18:15:18.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:15:19 [2020-10-05T18:15:19.312Z] === RUN   TestReadPluginNoRead/default
18:15:19 [2020-10-05T18:15:19.806Z] --- PASS: TestCgroupNamespacesRun (1.81s)
18:15:19 [2020-10-05T18:15:19.806Z] === RUN   TestCgroupNamespacesRunPrivileged
18:15:20 [2020-10-05T18:15:20.220Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
18:15:20 [2020-10-05T18:15:20.490Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
18:15:20 [2020-10-05T18:15:20.490Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
18:15:20 [2020-10-05T18:15:20.928Z] === RUN   TestReadPluginNoRead/disabled_caching
18:15:20 [2020-10-05T18:15:20.928Z] --- PASS: TestContinueAfterPluginCrash (9.03s)
18:15:21 [2020-10-05T18:15:21.061Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
18:15:21 [2020-10-05T18:15:21.723Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s)
18:15:21 [2020-10-05T18:15:21.724Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:15:21 [2020-10-05T18:15:21.999Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
18:15:22 [2020-10-05T18:15:22.260Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
18:15:22 [2020-10-05T18:15:22.577Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:15:22 [2020-10-05T18:15:22.832Z] === RUN   TestDockerSuite/TestBuildEntrypoint
18:15:23 [2020-10-05T18:15:23.093Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
18:15:23 [2020-10-05T18:15:23.093Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
18:15:23 [2020-10-05T18:15:23.353Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
18:15:23 [2020-10-05T18:15:23.640Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s)
18:15:23 [2020-10-05T18:15:23.640Z] === RUN   TestCgroupNamespacesRunHostMode
18:15:24 [2020-10-05T18:15:24.821Z] --- PASS: TestReadPluginNoRead (8.86s)
18:15:24 [2020-10-05T18:15:24.822Z]     --- PASS: TestReadPluginNoRead/default (1.94s)
18:15:24 [2020-10-05T18:15:24.822Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.07s)
18:15:24 [2020-10-05T18:15:24.822Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.07s)
18:15:24 [2020-10-05T18:15:24.822Z]     read_test.go:92: [db51a663798de] daemon is not started
18:15:24 [2020-10-05T18:15:24.822Z] PASS
18:15:24 [2020-10-05T18:15:24.822Z] 
18:15:24 [2020-10-05T18:15:24.822Z] DONE 6 tests in 12.964s
18:15:24 [2020-10-05T18:15:24.822Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:15:24 [2020-10-05T18:15:24.822Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
18:15:24 [2020-10-05T18:15:24.822Z] ++ set -e
18:15:24 [2020-10-05T18:15:24.822Z] ++ '[' -n 0 ']'
18:15:24 [2020-10-05T18:15:24.822Z] ++ set -x
18:15:24 [2020-10-05T18:15:24.822Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
18:15:24 [2020-10-05T18:15:24.822Z] testing: warning: no tests to run
18:15:24 [2020-10-05T18:15:24.822Z] PASS
18:15:24 [2020-10-05T18:15:24.822Z] 
18:15:24 [2020-10-05T18:15:24.822Z] DONE 0 tests in 0.082s
18:15:24 [2020-10-05T18:15:24.822Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:15:24 [2020-10-05T18:15:24.822Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
18:15:24 [2020-10-05T18:15:24.822Z] ++ set -e
18:15:24 [2020-10-05T18:15:24.822Z] ++ '[' -n 0 ']'
18:15:24 [2020-10-05T18:15:24.822Z] ++ set -x
18:15:24 [2020-10-05T18:15:24.822Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
18:15:25 [2020-10-05T18:15:25.027Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s)
18:15:25 [2020-10-05T18:15:25.027Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:15:25 [2020-10-05T18:15:25.115Z] INFO: Testing against a local daemon
18:15:25 [2020-10-05T18:15:25.115Z] === RUN   TestPluginWithDevMounts
18:15:25 [2020-10-05T18:15:25.115Z] === PAUSE TestPluginWithDevMounts
18:15:25 [2020-10-05T18:15:25.115Z] === CONT  TestPluginWithDevMounts
18:15:25 [2020-10-05T18:15:25.239Z] --- PASS: TestInfoAPIWarnings (17.35s)
18:15:25 [2020-10-05T18:15:25.239Z] === RUN   TestInfoDebug
18:15:25 [2020-10-05T18:15:25.239Z] --- PASS: TestInfoDebug (1.53s)
18:15:25 [2020-10-05T18:15:25.239Z] === RUN   TestInfoInsecureRegistries
18:15:25 [2020-10-05T18:15:25.263Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
18:15:26 [2020-10-05T18:15:26.202Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
18:15:26 [2020-10-05T18:15:26.942Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s)
18:15:26 [2020-10-05T18:15:26.942Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:15:27 [2020-10-05T18:15:27.137Z] --- PASS: TestInfoInsecureRegistries (1.52s)
18:15:27 [2020-10-05T18:15:27.137Z] === RUN   TestInfoRegistryMirrors
18:15:27 [2020-10-05T18:15:27.194Z] --- PASS: TestPluginWithDevMounts (1.84s)
18:15:27 [2020-10-05T18:15:27.194Z] PASS
18:15:27 [2020-10-05T18:15:27.194Z] 
18:15:27 [2020-10-05T18:15:27.194Z] DONE 1 tests in 2.009s
18:15:27 [2020-10-05T18:15:27.195Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
18:15:27 [2020-10-05T18:15:27.195Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m
18:15:27 [2020-10-05T18:15:27.195Z] ++ set -e
18:15:27 [2020-10-05T18:15:27.195Z] ++ '[' -n 0 ']'
18:15:27 [2020-10-05T18:15:27.195Z] ++ set -x
18:15:27 [2020-10-05T18:15:27.195Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m
18:15:27 [2020-10-05T18:15:27.195Z] INFO: Testing against a local daemon
18:15:27 [2020-10-05T18:15:27.195Z] === RUN   TestSecretInspect
18:15:28 [2020-10-05T18:15:28.111Z] === RUN   TestDockerSuite/TestBuildEnv
18:15:28 [2020-10-05T18:15:28.511Z] --- PASS: TestInfoRegistryMirrors (1.53s)
18:15:28 [2020-10-05T18:15:28.511Z] === RUN   TestLoginFailsWithBadCredentials
18:15:28 [2020-10-05T18:15:28.511Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s)
18:15:28 [2020-10-05T18:15:28.511Z] === RUN   TestPingCacheHeaders
18:15:28 [2020-10-05T18:15:28.511Z] --- PASS: TestPingCacheHeaders (0.03s)
18:15:28 [2020-10-05T18:15:28.511Z] === RUN   TestPingGet
18:15:28 [2020-10-05T18:15:28.511Z] --- PASS: TestPingGet (0.01s)
18:15:28 [2020-10-05T18:15:28.511Z] === RUN   TestPingHead
18:15:28 [2020-10-05T18:15:28.511Z] --- PASS: TestPingHead (0.02s)
18:15:28 [2020-10-05T18:15:28.511Z] === RUN   TestVersion
18:15:28 [2020-10-05T18:15:28.511Z] --- PASS: TestVersion (0.02s)
18:15:28 [2020-10-05T18:15:28.511Z] PASS
18:15:28 [2020-10-05T18:15:28.770Z] 
18:15:28 [2020-10-05T18:15:28.770Z] === Skipped
18:15:28 [2020-10-05T18:15:28.770Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:15:28 [2020-10-05T18:15:28.770Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:15:28 [2020-10-05T18:15:28.770Z] 
18:15:28 [2020-10-05T18:15:28.770Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
18:15:28 [2020-10-05T18:15:28.770Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
18:15:28 [2020-10-05T18:15:28.770Z] 
18:15:28 [2020-10-05T18:15:28.770Z] 
18:15:28 [2020-10-05T18:15:28.770Z] DONE 18 tests, 2 skipped in 27.777s
18:15:28 [2020-10-05T18:15:28.770Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
18:15:28 [2020-10-05T18:15:28.770Z] INFO: Testing against a local daemon
18:15:28 [2020-10-05T18:15:28.770Z] === RUN   TestVolumesCreateAndList
18:15:28 [2020-10-05T18:15:28.770Z] --- PASS: TestVolumesCreateAndList (0.02s)
18:15:28 [2020-10-05T18:15:28.770Z] === RUN   TestVolumesRemove
18:15:28 [2020-10-05T18:15:28.770Z] --- PASS: TestVolumesRemove (0.04s)
18:15:28 [2020-10-05T18:15:28.770Z] === RUN   TestVolumesInspect
18:15:28 [2020-10-05T18:15:28.770Z] --- PASS: TestVolumesInspect (0.02s)
18:15:28 [2020-10-05T18:15:28.770Z] === RUN   TestVolumesInvalidJSON
18:15:28 [2020-10-05T18:15:28.770Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:15:28 [2020-10-05T18:15:28.770Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:15:28 [2020-10-05T18:15:28.770Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:15:28 [2020-10-05T18:15:28.770Z] --- PASS: TestVolumesInvalidJSON (0.01s)
18:15:28 [2020-10-05T18:15:28.770Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:15:28 [2020-10-05T18:15:28.770Z] PASS
18:15:28 [2020-10-05T18:15:28.770Z] 
18:15:28 [2020-10-05T18:15:28.770Z] DONE 5 tests in 0.198s
18:15:28 [2020-10-05T18:15:28.770Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:15:28 [2020-10-05T18:15:28.859Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.75s)
18:15:28 [2020-10-05T18:15:28.859Z] === RUN   TestCgroupNamespacesRunInvalidMode
18:15:29 [2020-10-05T18:15:29.028Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11949 is not a child of this shell
18:15:29 [2020-10-05T18:15:29.029Z] warning: PID 11949 from bundles/test-integration/docker.pid had a nonzero exit code
18:15:29 [2020-10-05T18:15:29.029Z] Leaving: AppArmorNo profiles have been unloaded.
18:15:29 [2020-10-05T18:15:29.029Z] 
18:15:29 [2020-10-05T18:15:29.029Z] Unloading profiles will leave already running processes permanently
18:15:29 [2020-10-05T18:15:29.029Z] unconfined, which can lead to unexpected situations.
18:15:29 [2020-10-05T18:15:29.029Z] 
18:15:29 [2020-10-05T18:15:29.029Z] To set a process to complain mode, use the command line tool
18:15:29 [2020-10-05T18:15:29.029Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:15:29 [2020-10-05T18:15:29.029Z] Removing test suite binaries
18:15:29 [2020-10-05T18:15:29.029Z] exiting test-integration
18:15:29 [2020-10-05T18:15:29.029Z] ++ exit 0
18:15:29 [2020-10-05T18:15:29.029Z] 
18:15:29 [2020-10-05T18:15:29.493Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
18:15:29 [2020-10-05T18:15:29.802Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.96s)
18:15:29 [2020-10-05T18:15:29.803Z] === RUN   TestCgroupNamespacesRunOlderClient
Post stage
[Pipeline] junit
18:15:30 [2020-10-05T18:15:30.418Z] Recording test results
18:15:30 [2020-10-05T18:15:30.726Z] --- PASS: TestSecretInspect (3.55s)
18:15:30 [2020-10-05T18:15:30.726Z] === RUN   TestSecretList
18:15:30 [2020-10-05T18:15:30.876Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
18:15:31 [2020-10-05T18:15:31.135Z] --- PASS: TestDockerDaemonSuite (354.72s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.08s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.94s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.66s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.97s)
18:15:31 [2020-10-05T18:15:31.135Z]         docker_cli_daemon_test.go:1454: [d52c4d2881ffa] daemon is not started
18:15:31 [2020-10-05T18:15:31.135Z]         check_test.go:309: [d3f6382719460] daemon is not started
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.41s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.94s)
18:15:31 [2020-10-05T18:15:31.135Z]         check_test.go:309: [d8babb1a751b2] daemon is not started
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.50s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.86s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.46s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.34s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.47s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.48s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.47s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.17s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
18:15:31 [2020-10-05T18:15:31.135Z]         check_test.go:309: [d76a803e505fe] daemon is not started
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
18:15:31 [2020-10-05T18:15:31.135Z]         check_test.go:309: [dfe4d39bac459] daemon is not started
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.37s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.59s)
18:15:31 [2020-10-05T18:15:31.135Z]         check_test.go:309: [de9067b072ddc] daemon is not started
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.54s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.62s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.42s)
18:15:31 [2020-10-05T18:15:31.135Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.63s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [dfa4af3b5f75f] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.30s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.57s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.83s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [dcede27b2313e] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.29s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.44s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.40s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.45s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d1b2bf878082d] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.37s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d889ccf3d4459] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.95s)
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_plugins_test.go:79: [d95600a41891e] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.67s)
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_plugins_test.go:169: [d3e4c95ffe43a] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.56s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d321e05f93b76] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.69s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.74s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.85s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.77s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.84s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.85s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.11s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.73s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d75a3977578f4] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.67s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.01s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.47s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.52s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.04s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.93s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d4717cff61adf] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.63s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.48s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.61s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.80s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.14s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.48s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d56ec3e6812e9] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d9c4f62effd80] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.61s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [db55c4231d7be] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.94s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.83s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.21s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.80s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.06s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.17s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.65s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.54s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d98693abda521] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.45s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.64s)
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_plugins_test.go:105: [d4be95152f3e1] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.83s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d721319b2d623] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.36s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.30s)
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode private set from config
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from config
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode host set from config
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from config
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from config
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode private set from cli
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode shareable set from cli
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode host set from cli
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode container:123 set from cli
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2886: Checking IpcMode nosuchmode set from cli
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d049d3fd75b10] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.11s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [de3e8f383f3b3] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.31s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.58s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d180fa0d615c8] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.10s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.90s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.20s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.07s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d5ef624064efa] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.57s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.45s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.05s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.49s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [dc72f5a5096d8] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.83s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.83s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [d81da51725e22] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.22s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.91s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.61s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.62s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.98s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.48s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.33s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.46s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.78s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.16s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.25s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.12s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.83s)
18:15:31 [2020-10-05T18:15:31.136Z]         docker_cli_daemon_test.go:2549: [da26cc3bd3879] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.52s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.68s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.92s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.72s)
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s)
18:15:31 [2020-10-05T18:15:31.136Z]         check_test.go:309: [dd32f19b21bda] daemon is not started
18:15:31 [2020-10-05T18:15:31.136Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (7.78s)
18:15:31 [2020-10-05T18:15:31.136Z] === RUN   TestDockerSwarmSuite
18:15:31 [2020-10-05T18:15:31.136Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
18:15:31 [2020-10-05T18:15:31.705Z] === RUN   TestDockerSuite/TestBuildEnvUsage
18:15:31 [2020-10-05T18:15:31.718Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s)
18:15:31 [2020-10-05T18:15:31.718Z] === RUN   TestKernelTCPMemory
18:15:32 [2020-10-05T18:15:32.291Z] --- PASS: TestKernelTCPMemory (0.87s)
18:15:32 [2020-10-05T18:15:32.291Z] === RUN   TestNISDomainname
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:15:32 [2020-10-05T18:15:32.667Z] + echo Ensuring container killed.
18:15:32 [2020-10-05T18:15:32.667Z] Ensuring container killed.
18:15:32 [2020-10-05T18:15:32.667Z] + docker rm -vf docker-pr4
18:15:32 [2020-10-05T18:15:32.667Z] Error: No such container: docker-pr4
18:15:32 [2020-10-05T18:15:32.667Z] + true
[Pipeline] sh
18:15:32 [2020-10-05T18:15:32.953Z] + echo Chowning /workspace to jenkins user
18:15:32 [2020-10-05T18:15:32.953Z] Chowning /workspace to jenkins user
18:15:32 [2020-10-05T18:15:32.953Z] + id -u
18:15:32 [2020-10-05T18:15:32.953Z] + id -g
18:15:32 [2020-10-05T18:15:32.953Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41527:/workspace busybox chown -R 1000:1000 /workspace
18:15:33 [2020-10-05T18:15:33.234Z] --- PASS: TestNISDomainname (1.02s)
18:15:33 [2020-10-05T18:15:33.234Z] === RUN   TestHostnameDnsResolution
18:15:34 [2020-10-05T18:15:34.246Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:15:34 [2020-10-05T18:15:34.418Z] --- PASS: TestSecretList (3.73s)
18:15:34 [2020-10-05T18:15:34.418Z] === RUN   TestSecretsCreateAndDelete
18:15:34 [2020-10-05T18:15:34.640Z] + bundleName=amd64-rootless
18:15:34 [2020-10-05T18:15:34.640Z] + echo Creating amd64-rootless-bundles.tar.gz
18:15:34 [2020-10-05T18:15:34.640Z] Creating amd64-rootless-bundles.tar.gz
18:15:34 [2020-10-05T18:15:34.640Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
18:15:34 [2020-10-05T18:15:34.640Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
18:15:34 [2020-10-05T18:15:34.654Z] Archiving artifacts
18:15:35 [2020-10-05T18:15:35.152Z] --- PASS: TestHostnameDnsResolution (1.75s)
18:15:35 [2020-10-05T18:15:35.152Z] === RUN   TestStats
18:15:36 [2020-10-05T18:15:36.452Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41527/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:15:36 [2020-10-05T18:15:36.765Z] + make clean
18:15:37 [2020-10-05T18:15:37.023Z] docker volume rm -f docker-dev-cache
18:15:37 [2020-10-05T18:15:37.023Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:15:38 [2020-10-05T18:15:38.096Z] --- PASS: TestSecretsCreateAndDelete (3.78s)
18:15:38 [2020-10-05T18:15:38.096Z] === RUN   TestSecretsUpdate
18:15:38 [2020-10-05T18:15:38.445Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
18:15:38 [2020-10-05T18:15:38.455Z] --- PASS: TestStats (2.80s)
18:15:38 [2020-10-05T18:15:38.455Z] === RUN   TestStopContainerWithTimeout
18:15:38 [2020-10-05T18:15:38.455Z] === RUN   TestStopContainerWithTimeout/0
18:15:38 [2020-10-05T18:15:38.455Z] === PAUSE TestStopContainerWithTimeout/0
18:15:38 [2020-10-05T18:15:38.455Z] === RUN   TestStopContainerWithTimeout/1
18:15:38 [2020-10-05T18:15:38.455Z] === PAUSE TestStopContainerWithTimeout/1
18:15:38 [2020-10-05T18:15:38.455Z] === RUN   TestStopContainerWithTimeout/3
18:15:38 [2020-10-05T18:15:38.456Z] === PAUSE TestStopContainerWithTimeout/3
18:15:38 [2020-10-05T18:15:38.456Z] === RUN   TestStopContainerWithTimeout/-1
18:15:38 [2020-10-05T18:15:38.456Z] === PAUSE TestStopContainerWithTimeout/-1
18:15:38 [2020-10-05T18:15:38.456Z] === CONT  TestStopContainerWithTimeout/0
18:15:38 [2020-10-05T18:15:38.456Z] === CONT  TestStopContainerWithTimeout/-1
18:15:38 [2020-10-05T18:15:38.456Z] === CONT  TestStopContainerWithTimeout/3
18:15:38 [2020-10-05T18:15:38.456Z] === CONT  TestStopContainerWithTimeout/1
18:15:39 [2020-10-05T18:15:39.017Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
18:15:41 [2020-10-05T18:15:41.005Z] --- PASS: TestStopContainerWithTimeout (0.02s)
18:15:41 [2020-10-05T18:15:41.005Z]     --- PASS: TestStopContainerWithTimeout/0 (1.27s)
18:15:41 [2020-10-05T18:15:41.005Z]     --- PASS: TestStopContainerWithTimeout/1 (2.25s)
18:15:41 [2020-10-05T18:15:41.005Z]     --- PASS: TestStopContainerWithTimeout/3 (3.08s)
18:15:41 [2020-10-05T18:15:41.005Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.15s)
18:15:41 [2020-10-05T18:15:41.005Z] === RUN   TestDeleteDevicemapper
18:15:41 [2020-10-05T18:15:41.005Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:15:41 [2020-10-05T18:15:41.005Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:15:41 [2020-10-05T18:15:41.005Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:15:41 [2020-10-05T18:15:41.731Z] --- PASS: TestSecretsUpdate (3.63s)
18:15:41 [2020-10-05T18:15:41.731Z] === RUN   TestTemplatedSecret
18:15:43 [2020-10-05T18:15:43.216Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
18:15:43 [2020-10-05T18:15:43.556Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.22s)
18:15:43 [2020-10-05T18:15:43.556Z] === RUN   TestUpdateMemory
18:15:43 [2020-10-05T18:15:43.556Z] --- SKIP: TestUpdateMemory (0.00s)
18:15:43 [2020-10-05T18:15:43.556Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
18:15:43 [2020-10-05T18:15:43.556Z] === RUN   TestUpdateCPUQuota
18:15:44 [2020-10-05T18:15:44.499Z] --- PASS: TestUpdateCPUQuota (1.34s)
18:15:44 [2020-10-05T18:15:44.499Z] === RUN   TestUpdatePidsLimit
18:15:44 [2020-10-05T18:15:44.499Z] === RUN   TestUpdatePidsLimit/update_from_none
18:15:45 [2020-10-05T18:15:45.073Z] === RUN   TestUpdatePidsLimit/no_change
18:15:45 [2020-10-05T18:15:45.334Z] === RUN   TestUpdatePidsLimit/update_lower
18:15:45 [2020-10-05T18:15:45.412Z] --- PASS: TestTemplatedSecret (3.86s)
18:15:45 [2020-10-05T18:15:45.412Z] === RUN   TestSecretCreateResolve
18:15:45 [2020-10-05T18:15:45.907Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
18:15:46 [2020-10-05T18:15:46.169Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
18:15:46 [2020-10-05T18:15:46.741Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
18:15:47 [2020-10-05T18:15:47.002Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
18:15:48 [2020-10-05T18:15:48.390Z] --- PASS: TestUpdatePidsLimit (3.63s)
18:15:48 [2020-10-05T18:15:48.390Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.40s)
18:15:48 [2020-10-05T18:15:48.390Z]     --- PASS: TestUpdatePidsLimit/no_change (0.39s)
18:15:48 [2020-10-05T18:15:48.390Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.38s)
18:15:48 [2020-10-05T18:15:48.390Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s)
18:15:48 [2020-10-05T18:15:48.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s)
18:15:48 [2020-10-05T18:15:48.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s)
18:15:48 [2020-10-05T18:15:48.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s)
18:15:48 [2020-10-05T18:15:48.390Z] === RUN   TestUpdateRestartPolicy
18:15:49 [2020-10-05T18:15:49.077Z] --- PASS: TestSecretCreateResolve (3.59s)
18:15:49 [2020-10-05T18:15:49.077Z] PASS
18:15:49 [2020-10-05T18:15:49.077Z] 
18:15:49 [2020-10-05T18:15:49.077Z] DONE 6 tests in 22.272s
18:15:49 [2020-10-05T18:15:49.077Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
18:15:49 [2020-10-05T18:15:49.077Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m
18:15:49 [2020-10-05T18:15:49.077Z] ++ set -e
18:15:49 [2020-10-05T18:15:49.077Z] ++ '[' -n 0 ']'
18:15:49 [2020-10-05T18:15:49.077Z] ++ set -x
18:15:49 [2020-10-05T18:15:49.077Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m
18:15:49 [2020-10-05T18:15:49.372Z] INFO: Testing against a local daemon
18:15:49 [2020-10-05T18:15:49.372Z] === RUN   TestServiceCreateInit
18:15:49 [2020-10-05T18:15:49.372Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:15:54 [2020-10-05T18:15:54.959Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:15:57 [2020-10-05T18:15:57.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:15:57 [2020-10-05T18:15:57.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:15:58 [2020-10-05T18:15:58.119Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
18:15:58 [2020-10-05T18:15:58.120Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
18:15:58 [2020-10-05T18:15:58.324Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
18:15:58 [2020-10-05T18:15:58.379Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
18:15:59 [2020-10-05T18:15:59.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:16:00 [2020-10-05T18:16:00.547Z] --- PASS: TestServiceCreateInit (10.65s)
18:16:00 [2020-10-05T18:16:00.547Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.30s)
18:16:00 [2020-10-05T18:16:00.547Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.33s)
18:16:00 [2020-10-05T18:16:00.547Z] === RUN   TestCreateServiceMultipleTimes
18:16:00 [2020-10-05T18:16:00.625Z] --- PASS: TestUpdateRestartPolicy (12.39s)
18:16:00 [2020-10-05T18:16:00.625Z] === RUN   TestUpdateRestartWithAutoRemove
18:16:00 [2020-10-05T18:16:00.918Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
18:16:01 [2020-10-05T18:16:01.567Z] --- PASS: TestUpdateRestartWithAutoRemove (0.90s)
18:16:01 [2020-10-05T18:16:01.567Z] === RUN   TestWaitNonBlocked
18:16:01 [2020-10-05T18:16:01.567Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:16:01 [2020-10-05T18:16:01.567Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:16:01 [2020-10-05T18:16:01.567Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:16:01 [2020-10-05T18:16:01.567Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:16:01 [2020-10-05T18:16:01.567Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:16:01 [2020-10-05T18:16:01.567Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:16:02 [2020-10-05T18:16:02.513Z] --- PASS: TestWaitNonBlocked (0.04s)
18:16:02 [2020-10-05T18:16:02.513Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.92s)
18:16:02 [2020-10-05T18:16:02.513Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.04s)
18:16:02 [2020-10-05T18:16:02.513Z] === RUN   TestWaitBlocked
18:16:02 [2020-10-05T18:16:02.513Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:16:02 [2020-10-05T18:16:02.513Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:16:02 [2020-10-05T18:16:02.513Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:16:02 [2020-10-05T18:16:02.513Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:16:02 [2020-10-05T18:16:02.513Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:16:02 [2020-10-05T18:16:02.513Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:16:03 [2020-10-05T18:16:03.900Z] --- PASS: TestWaitBlocked (0.02s)
18:16:03 [2020-10-05T18:16:03.900Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.97s)
18:16:03 [2020-10-05T18:16:03.900Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s)
18:16:03 [2020-10-05T18:16:03.900Z] === CONT  TestContainerStartOnDaemonRestart
18:16:03 [2020-10-05T18:16:03.900Z] === CONT  TestContainerKillOnDaemonStart
18:16:03 [2020-10-05T18:16:03.900Z] === CONT  TestDaemonHostGatewayIP
18:16:03 [2020-10-05T18:16:03.900Z] === CONT  TestDaemonRestartIpcMode
18:16:07 [2020-10-05T18:16:07.220Z] --- PASS: TestContainerStartOnDaemonRestart (3.46s)
18:16:07 [2020-10-05T18:16:07.220Z] === CONT  TestIpcModeOlderClient
18:16:07 [2020-10-05T18:16:07.220Z] --- PASS: TestIpcModeOlderClient (0.17s)
18:16:08 [2020-10-05T18:16:08.165Z] --- PASS: TestDaemonRestartIpcMode (4.61s)
18:16:08 [2020-10-05T18:16:08.425Z] --- PASS: TestDaemonHostGatewayIP (4.80s)
18:16:10 [2020-10-05T18:16:10.908Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
18:16:10 [2020-10-05T18:16:10.908Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
18:16:10 [2020-10-05T18:16:10.908Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
18:16:11 [2020-10-05T18:16:11.478Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
18:16:13 [2020-10-05T18:16:13.389Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
18:16:13 [2020-10-05T18:16:13.389Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
18:16:13 [2020-10-05T18:16:13.389Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
18:16:13 [2020-10-05T18:16:13.874Z] --- PASS: TestBuildWithHugeFile (130.57s)
18:16:13 [2020-10-05T18:16:13.874Z] === RUN   TestBuildWithEmptyDockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:16:13 [2020-10-05T18:16:13.874Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
18:16:13 [2020-10-05T18:16:13.874Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
18:16:13 [2020-10-05T18:16:13.874Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
18:16:13 [2020-10-05T18:16:13.874Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
18:16:13 [2020-10-05T18:16:13.874Z] === RUN   TestBuildPreserveOwnership
18:16:13 [2020-10-05T18:16:13.874Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
18:16:13 [2020-10-05T18:16:13.874Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
18:16:13 [2020-10-05T18:16:13.874Z] === RUN   TestBuildPlatformInvalid
18:16:13 [2020-10-05T18:16:13.874Z] --- PASS: TestBuildPlatformInvalid (0.05s)
18:16:13 [2020-10-05T18:16:13.874Z] PASS
18:16:13 [2020-10-05T18:16:13.874Z] ok  	github.com/docker/docker/integration/build	185.220s
18:16:13 [2020-10-05T18:16:13.874Z] 
18:16:13 [2020-10-05T18:16:13.874Z] === Skipped
18:16:13 [2020-10-05T18:16:13.874Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
18:16:13 [2020-10-05T18:16:13.874Z]     build_session_test.go:25: TODO: BuildKit
18:16:13 [2020-10-05T18:16:13.874Z] 
18:16:13 [2020-10-05T18:16:13.874Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
18:16:13 [2020-10-05T18:16:13.874Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
18:16:13 [2020-10-05T18:16:13.874Z] 
18:16:13 [2020-10-05T18:16:13.874Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s)
18:16:13 [2020-10-05T18:16:13.874Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
18:16:13 [2020-10-05T18:16:13.874Z] 
18:16:13 [2020-10-05T18:16:13.874Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s)
18:16:13 [2020-10-05T18:16:13.874Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
18:16:13 [2020-10-05T18:16:13.874Z] 
18:16:13 [2020-10-05T18:16:13.874Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
18:16:13 [2020-10-05T18:16:13.874Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
18:16:13 [2020-10-05T18:16:13.874Z] 
18:16:13 [2020-10-05T18:16:13.874Z] 
18:16:13 [2020-10-05T18:16:13.874Z] DONE 28 tests, 5 skipped in 206.575s
18:16:13 [2020-10-05T18:16:13.874Z] Running D:\gopath\src\github.com\docker\docker\integration\config
18:16:14 [2020-10-05T18:16:14.334Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:16:14 [2020-10-05T18:16:14.334Z] INFO: Testing against a local daemon
18:16:14 [2020-10-05T18:16:14.334Z] === RUN   TestConfigInspect
18:16:14 [2020-10-05T18:16:14.334Z] --- SKIP: TestConfigInspect (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] === RUN   TestConfigList
18:16:14 [2020-10-05T18:16:14.334Z] --- SKIP: TestConfigList (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] === RUN   TestConfigsCreateAndDelete
18:16:14 [2020-10-05T18:16:14.334Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] === RUN   TestConfigsUpdate
18:16:14 [2020-10-05T18:16:14.334Z] --- SKIP: TestConfigsUpdate (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] === RUN   TestTemplatedConfig
18:16:14 [2020-10-05T18:16:14.334Z] --- SKIP: TestTemplatedConfig (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] === RUN   TestConfigCreateResolve
18:16:14 [2020-10-05T18:16:14.334Z] --- SKIP: TestConfigCreateResolve (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
18:16:14 [2020-10-05T18:16:14.334Z] === RUN   TestConfigDaemonLibtrustID
18:16:14 [2020-10-05T18:16:14.334Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
18:16:14 [2020-10-05T18:16:14.334Z] PASS
18:16:14 [2020-10-05T18:16:14.334Z] ok  	github.com/docker/docker/integration/config	0.209s
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] === Skipped
18:16:14 [2020-10-05T18:16:14.334Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
18:16:14 [2020-10-05T18:16:14.334Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] 
18:16:14 [2020-10-05T18:16:14.334Z] DONE 7 tests, 7 skipped in 2.387s
18:16:14 [2020-10-05T18:16:14.334Z] Running D:\gopath\src\github.com\docker\docker\integration\container
18:16:16 [2020-10-05T18:16:16.481Z] tests/integration/api_volume_test.py .........                           [ 74%]
18:16:16 [2020-10-05T18:16:16.481Z] tests/integration/client_test.py .....                                   [ 75%]
18:16:16 [2020-10-05T18:16:16.481Z] tests/integration/context_api_test.py ...                                [ 76%]
18:16:16 [2020-10-05T18:16:16.481Z] tests/integration/errors_test.py .                                       [ 76%]
18:16:17 [2020-10-05T18:16:17.245Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:16:17 [2020-10-05T18:16:17.245Z] INFO: Testing against a local daemon
18:16:17 [2020-10-05T18:16:17.245Z] === RUN   TestCheckpoint
18:16:17 [2020-10-05T18:16:17.245Z] --- SKIP: TestCheckpoint (0.00s)
18:16:17 [2020-10-05T18:16:17.245Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:16:17 [2020-10-05T18:16:17.245Z] === RUN   TestContainerInvalidJSON
18:16:17 [2020-10-05T18:16:17.245Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
18:16:17 [2020-10-05T18:16:17.245Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
18:16:17 [2020-10-05T18:16:17.245Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:16:17 [2020-10-05T18:16:17.246Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:16:17 [2020-10-05T18:16:17.246Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:16:17 [2020-10-05T18:16:17.246Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:16:17 [2020-10-05T18:16:17.246Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
18:16:17 [2020-10-05T18:16:17.246Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:16:17 [2020-10-05T18:16:17.246Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:16:17 [2020-10-05T18:16:17.246Z] --- PASS: TestContainerInvalidJSON (0.03s)
18:16:17 [2020-10-05T18:16:17.246Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
18:16:17 [2020-10-05T18:16:17.246Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
18:16:17 [2020-10-05T18:16:17.246Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
18:16:17 [2020-10-05T18:16:17.246Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:16:17 [2020-10-05T18:16:17.704Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.49s)
18:16:17 [2020-10-05T18:16:17.704Z] === RUN   TestCopyFromContainerPathIsNotDir
18:16:17 [2020-10-05T18:16:17.704Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s)
18:16:17 [2020-10-05T18:16:17.704Z]     copy_test.go:38: testEnv.OSType == "windows"
18:16:17 [2020-10-05T18:16:17.704Z] === RUN   TestCopyToContainerPathDoesNotExist
18:16:18 [2020-10-05T18:16:18.163Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s)
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCopyToContainerPathIsNotDir
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s)
18:16:18 [2020-10-05T18:16:18.163Z]     copy_test.go:63: testEnv.OSType == "windows"
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCopyFromContainer
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestCopyFromContainer (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:16:18 [2020-10-05T18:16:18.163Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateLinkToNonExistingContainer
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidEnv
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidEnv/0
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateWithInvalidEnv/0
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidEnv/1
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateWithInvalidEnv/1
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidEnv/2
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateWithInvalidEnv/2
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateWithInvalidEnv/0
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateWithInvalidEnv/2
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateWithInvalidEnv/1
18:16:18 [2020-10-05T18:16:18.163Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateTmpfsMountsTarget
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithCustomMaskedPaths
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithCustomReadonlyPaths
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:16:18 [2020-10-05T18:16:18.163Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateDifferentPlatform
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateDifferentPlatform/different_os
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:16:18 [2020-10-05T18:16:18.163Z] --- PASS: TestCreateDifferentPlatform (0.03s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:16:18 [2020-10-05T18:16:18.163Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestContainerKillOnDaemonStart
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestDiff
18:16:18 [2020-10-05T18:16:18.163Z] --- SKIP: TestDiff (0.00s)
18:16:18 [2020-10-05T18:16:18.163Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
18:16:18 [2020-10-05T18:16:18.163Z] === RUN   TestExecWithCloseStdin
18:16:18 [2020-10-05T18:16:18.427Z] --- PASS: TestContainerKillOnDaemonStart (13.29s)
18:16:18 [2020-10-05T18:16:18.427Z] PASS
18:16:18 [2020-10-05T18:16:18.427Z] 
18:16:18 [2020-10-05T18:16:18.427Z] === Skipped
18:16:18 [2020-10-05T18:16:18.427Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
18:16:18 [2020-10-05T18:16:18.427Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:16:18 [2020-10-05T18:16:18.427Z] 
18:16:18 [2020-10-05T18:16:18.427Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
18:16:18 [2020-10-05T18:16:18.427Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:16:18 [2020-10-05T18:16:18.427Z] 
18:16:18 [2020-10-05T18:16:18.427Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
18:16:18 [2020-10-05T18:16:18.427Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:16:18 [2020-10-05T18:16:18.427Z] 
18:16:18 [2020-10-05T18:16:18.427Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:16:18 [2020-10-05T18:16:18.427Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:16:18 [2020-10-05T18:16:18.427Z] 
18:16:18 [2020-10-05T18:16:18.427Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
18:16:18 [2020-10-05T18:16:18.427Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:16:18 [2020-10-05T18:16:18.427Z] 
18:16:18 [2020-10-05T18:16:18.427Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
18:16:18 [2020-10-05T18:16:18.427Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
18:16:18 [2020-10-05T18:16:18.427Z] 
18:16:18 [2020-10-05T18:16:18.427Z] 
18:16:18 [2020-10-05T18:16:18.427Z] DONE 192 tests, 6 skipped in 138.157s
18:16:18 [2020-10-05T18:16:18.427Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
18:16:18 [2020-10-05T18:16:18.427Z] ++ 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
18:16:18 [2020-10-05T18:16:18.427Z] ++ set -e
18:16:18 [2020-10-05T18:16:18.427Z] ++ '[' -n 0 ']'
18:16:18 [2020-10-05T18:16:18.427Z] ++ set -x
18:16:18 [2020-10-05T18:16:18.427Z] ++ 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 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
18:16:18 [2020-10-05T18:16:18.427Z] INFO: Testing against a local daemon
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestCommitInheritsEnv
18:16:18 [2020-10-05T18:16:18.427Z] --- PASS: TestCommitInheritsEnv (0.56s)
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestImportExtremelyLargeImageWorks
18:16:18 [2020-10-05T18:16:18.427Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s)
18:16:18 [2020-10-05T18:16:18.427Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestImagesFilterMultiReference
18:16:18 [2020-10-05T18:16:18.427Z] --- PASS: TestImagesFilterMultiReference (0.10s)
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestImagePullPlatformInvalid
18:16:18 [2020-10-05T18:16:18.427Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestRemoveImageOrphaning
18:16:18 [2020-10-05T18:16:18.427Z] --- PASS: TestRemoveImageOrphaning (0.52s)
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestRemoveImageGarbageCollector
18:16:18 [2020-10-05T18:16:18.427Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
18:16:18 [2020-10-05T18:16:18.427Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:16:18 [2020-10-05T18:16:18.427Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestTagInvalidReference
18:16:18 [2020-10-05T18:16:18.427Z] --- PASS: TestTagInvalidReference (0.03s)
18:16:18 [2020-10-05T18:16:18.427Z] === RUN   TestTagValidPrefixedRepo
18:16:18 [2020-10-05T18:16:18.688Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
18:16:18 [2020-10-05T18:16:18.688Z] === RUN   TestTagExistedNameWithoutForce
18:16:18 [2020-10-05T18:16:18.688Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
18:16:18 [2020-10-05T18:16:18.688Z] === RUN   TestTagOfficialNames
18:16:18 [2020-10-05T18:16:18.688Z] --- PASS: TestTagOfficialNames (0.07s)
18:16:18 [2020-10-05T18:16:18.688Z] === RUN   TestTagMatchesDigest
18:16:18 [2020-10-05T18:16:18.688Z] --- PASS: TestTagMatchesDigest (0.02s)
18:16:18 [2020-10-05T18:16:18.688Z] PASS
18:16:18 [2020-10-05T18:16:18.688Z] 
18:16:18 [2020-10-05T18:16:18.688Z] === Skipped
18:16:18 [2020-10-05T18:16:18.688Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s)
18:16:18 [2020-10-05T18:16:18.688Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
18:16:18 [2020-10-05T18:16:18.688Z] 
18:16:18 [2020-10-05T18:16:18.688Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
18:16:18 [2020-10-05T18:16:18.688Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:16:18 [2020-10-05T18:16:18.688Z] 
18:16:18 [2020-10-05T18:16:18.688Z] 
18:16:18 [2020-10-05T18:16:18.688Z] DONE 12 tests, 2 skipped in 1.739s
18:16:18 [2020-10-05T18:16:18.688Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
18:16:18 [2020-10-05T18:16:18.688Z] ++ 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
18:16:18 [2020-10-05T18:16:18.688Z] ++ set -e
18:16:18 [2020-10-05T18:16:18.688Z] ++ '[' -n 0 ']'
18:16:18 [2020-10-05T18:16:18.688Z] ++ set -x
18:16:18 [2020-10-05T18:16:18.688Z] ++ 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 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
18:16:18 [2020-10-05T18:16:18.950Z] INFO: Testing against a local daemon
18:16:18 [2020-10-05T18:16:18.950Z] === RUN   TestNetworkCreateDelete
18:16:19 [2020-10-05T18:16:19.211Z] --- PASS: TestNetworkCreateDelete (0.40s)
18:16:19 [2020-10-05T18:16:19.211Z] === RUN   TestDockerNetworkDeletePreferID
18:16:20 [2020-10-05T18:16:20.343Z] --- PASS: TestExecWithCloseStdin (1.85s)
18:16:20 [2020-10-05T18:16:20.343Z] === RUN   TestExec
18:16:20 [2020-10-05T18:16:20.599Z] --- PASS: TestDockerNetworkDeletePreferID (1.19s)
18:16:20 [2020-10-05T18:16:20.599Z] === RUN   TestDaemonDNSFallback
18:16:21 [2020-10-05T18:16:21.881Z] --- PASS: TestExec (1.73s)
18:16:21 [2020-10-05T18:16:21.881Z] === RUN   TestExecUser
18:16:21 [2020-10-05T18:16:21.881Z] --- SKIP: TestExecUser (0.00s)
18:16:21 [2020-10-05T18:16:21.881Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
18:16:21 [2020-10-05T18:16:21.881Z] === RUN   TestExportContainerAndImportImage
18:16:21 [2020-10-05T18:16:21.881Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
18:16:21 [2020-10-05T18:16:21.881Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
18:16:21 [2020-10-05T18:16:21.881Z] === RUN   TestExportContainerAfterDaemonRestart
18:16:21 [2020-10-05T18:16:21.881Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
18:16:21 [2020-10-05T18:16:21.881Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
18:16:21 [2020-10-05T18:16:21.881Z] === RUN   TestHealthCheckWorkdir
18:16:21 [2020-10-05T18:16:21.881Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
18:16:21 [2020-10-05T18:16:21.881Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
18:16:21 [2020-10-05T18:16:21.881Z] === RUN   TestHealthKillContainer
18:16:21 [2020-10-05T18:16:21.881Z] --- SKIP: TestHealthKillContainer (0.00s)
18:16:21 [2020-10-05T18:16:21.881Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
18:16:21 [2020-10-05T18:16:21.881Z] === RUN   TestInspectCpusetInConfigPre120
18:16:21 [2020-10-05T18:16:21.881Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
18:16:21 [2020-10-05T18:16:21.881Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
18:16:21 [2020-10-05T18:16:21.881Z] === RUN   TestKillContainerInvalidSignal
18:16:23 [2020-10-05T18:16:23.380Z] === RUN   TestDockerSuite/TestBuildExpose
18:16:23 [2020-10-05T18:16:23.380Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
18:16:23 [2020-10-05T18:16:23.419Z] --- PASS: TestKillContainerInvalidSignal (1.47s)
18:16:23 [2020-10-05T18:16:23.419Z] === RUN   TestKillContainer
18:16:23 [2020-10-05T18:16:23.419Z] === RUN   TestKillContainer/no_signal
18:16:23 [2020-10-05T18:16:23.639Z] === RUN   TestDockerSuite/TestBuildExposeOrder
18:16:24 [2020-10-05T18:16:24.208Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
18:16:24 [2020-10-05T18:16:24.468Z] === RUN   TestDockerSuite/TestBuildFails
18:16:24 [2020-10-05T18:16:24.956Z] === RUN   TestKillContainer/non_killing_signal
18:16:24 [2020-10-05T18:16:24.956Z] === RUN   TestKillContainer/killing_signal
18:16:25 [2020-10-05T18:16:25.409Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
18:16:25 [2020-10-05T18:16:25.409Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
18:16:26 [2020-10-05T18:16:26.347Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
18:16:26 [2020-10-05T18:16:26.347Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
18:16:26 [2020-10-05T18:16:26.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:16:26 [2020-10-05T18:16:26.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:16:27 [2020-10-05T18:16:27.697Z] --- PASS: TestCreateServiceMultipleTimes (23.49s)
18:16:27 [2020-10-05T18:16:27.697Z] === RUN   TestCreateServiceConflict
18:16:27 [2020-10-05T18:16:27.697Z] --- PASS: TestCreateServiceConflict (3.62s)
18:16:27 [2020-10-05T18:16:27.697Z] === RUN   TestCreateServiceMaxReplicas
18:16:27 [2020-10-05T18:16:27.728Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
18:16:27 [2020-10-05T18:16:27.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:16:28 [2020-10-05T18:16:28.740Z] --- PASS: TestDaemonDNSFallback (7.40s)
18:16:28 [2020-10-05T18:16:28.740Z] === RUN   TestInspectNetwork
18:16:29 [2020-10-05T18:16:29.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:16:29 [2020-10-05T18:16:29.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:16:30 [2020-10-05T18:16:30.269Z] === RUN   TestDockerSuite/TestBuildForceRm
18:16:31 [2020-10-05T18:16:31.229Z] --- PASS: TestCreateServiceMaxReplicas (3.89s)
18:16:31 [2020-10-05T18:16:31.229Z] === RUN   TestCreateWithDuplicateNetworkNames
18:16:31 [2020-10-05T18:16:31.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:16:32 [2020-10-05T18:16:32.039Z] --- PASS: TestKillContainer (8.03s)
18:16:32 [2020-10-05T18:16:32.039Z]     --- PASS: TestKillContainer/no_signal (1.47s)
18:16:32 [2020-10-05T18:16:32.039Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
18:16:32 [2020-10-05T18:16:32.039Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
18:16:32 [2020-10-05T18:16:32.039Z]     --- PASS: TestKillContainer/killing_signal (6.51s)
18:16:32 [2020-10-05T18:16:32.039Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:16:32 [2020-10-05T18:16:32.039Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
18:16:32 [2020-10-05T18:16:32.039Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:16:32 [2020-10-05T18:16:32.039Z] === RUN   TestKillStoppedContainer
18:16:32 [2020-10-05T18:16:32.039Z] --- SKIP: TestKillStoppedContainer (0.00s)
18:16:32 [2020-10-05T18:16:32.039Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:16:32 [2020-10-05T18:16:32.039Z] === RUN   TestKillStoppedContainerAPIPre120
18:16:32 [2020-10-05T18:16:32.039Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
18:16:32 [2020-10-05T18:16:32.039Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:16:32 [2020-10-05T18:16:32.039Z] === RUN   TestKillDifferentUserContainer
18:16:32 [2020-10-05T18:16:32.039Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
18:16:32 [2020-10-05T18:16:32.039Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
18:16:32 [2020-10-05T18:16:32.039Z] === RUN   TestInspectOomKilledTrue
18:16:32 [2020-10-05T18:16:32.039Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
18:16:32 [2020-10-05T18:16:32.039Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
18:16:32 [2020-10-05T18:16:32.040Z] === RUN   TestInspectOomKilledFalse
18:16:32 [2020-10-05T18:16:32.040Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
18:16:32 [2020-10-05T18:16:32.040Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:16:32 [2020-10-05T18:16:32.040Z] === RUN   TestLogsFollowTailEmpty
18:16:32 [2020-10-05T18:16:32.178Z] === RUN   TestDockerSuite/TestBuildFromGit
18:16:33 [2020-10-05T18:16:33.008Z] --- PASS: TestLogsFollowTailEmpty (1.50s)
18:16:33 [2020-10-05T18:16:33.008Z] === RUN   TestNetworkNat
18:16:33 [2020-10-05T18:16:33.008Z] --- SKIP: TestNetworkNat (0.00s)
18:16:33 [2020-10-05T18:16:33.008Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
18:16:33 [2020-10-05T18:16:33.008Z] === RUN   TestNetworkLocalhostTCPNat
18:16:33 [2020-10-05T18:16:33.116Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
18:16:33 [2020-10-05T18:16:33.376Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
18:16:33 [2020-10-05T18:16:33.944Z] --- PASS: TestImportExtremelyLargeImageWorks (201.05s)
18:16:33 [2020-10-05T18:16:33.944Z] PASS
18:16:33 [2020-10-05T18:16:33.944Z] 
18:16:33 [2020-10-05T18:16:33.944Z] DONE 12 tests in 204.869s
18:16:33 [2020-10-05T18:16:33.944Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
18:16:33 [2020-10-05T18:16:33.944Z] ++ 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
18:16:33 [2020-10-05T18:16:33.944Z] ++ set -e
18:16:33 [2020-10-05T18:16:33.944Z] ++ '[' -n 0 ']'
18:16:33 [2020-10-05T18:16:33.944Z] ++ set -x
18:16:33 [2020-10-05T18:16:33.944Z] ++ 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 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
18:16:33 [2020-10-05T18:16:33.944Z] INFO: Testing against a local daemon
18:16:33 [2020-10-05T18:16:33.944Z] === RUN   TestNetworkCreateDelete
18:16:34 [2020-10-05T18:16:34.032Z] === RUN   TestInspectNetwork/full_network_id
18:16:34 [2020-10-05T18:16:34.032Z] === RUN   TestInspectNetwork/partial_network_id
18:16:34 [2020-10-05T18:16:34.032Z] === RUN   TestInspectNetwork/network_name
18:16:34 [2020-10-05T18:16:34.032Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
18:16:34 [2020-10-05T18:16:34.204Z] --- PASS: TestNetworkCreateDelete (0.18s)
18:16:34 [2020-10-05T18:16:34.204Z] === RUN   TestDockerNetworkDeletePreferID
18:16:34 [2020-10-05T18:16:34.467Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
18:16:34 [2020-10-05T18:16:34.543Z] --- PASS: TestNetworkLocalhostTCPNat (1.80s)
18:16:34 [2020-10-05T18:16:34.543Z] === RUN   TestNetworkLoopbackNat
18:16:34 [2020-10-05T18:16:34.543Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
18:16:34 [2020-10-05T18:16:34.543Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
18:16:34 [2020-10-05T18:16:34.543Z] === RUN   TestPause
18:16:34 [2020-10-05T18:16:34.543Z] --- SKIP: TestPause (0.00s)
18:16:34 [2020-10-05T18:16:34.543Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
18:16:34 [2020-10-05T18:16:34.543Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:16:34 [2020-10-05T18:16:34.735Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s)
18:16:34 [2020-10-05T18:16:34.735Z] === RUN   TestDaemonDNSFallback
18:16:35 [2020-10-05T18:16:35.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:16:36 [2020-10-05T18:16:36.081Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.44s)
18:16:36 [2020-10-05T18:16:36.081Z] === RUN   TestPauseStopPausedContainer
18:16:36 [2020-10-05T18:16:36.081Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
18:16:36 [2020-10-05T18:16:36.081Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
18:16:36 [2020-10-05T18:16:36.081Z] === RUN   TestPsFilter
18:16:36 [2020-10-05T18:16:36.081Z] --- PASS: TestPsFilter (0.10s)
18:16:36 [2020-10-05T18:16:36.081Z] === RUN   TestRemoveContainerWithRemovedVolume
18:16:36 [2020-10-05T18:16:36.116Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
18:16:36 [2020-10-05T18:16:36.684Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
18:16:36 [2020-10-05T18:16:36.684Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
18:16:37 [2020-10-05T18:16:37.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:16:38 [2020-10-05T18:16:38.065Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
18:16:38 [2020-10-05T18:16:38.255Z] --- PASS: TestInspectNetwork (9.69s)
18:16:38 [2020-10-05T18:16:38.255Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
18:16:38 [2020-10-05T18:16:38.255Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
18:16:38 [2020-10-05T18:16:38.255Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
18:16:38 [2020-10-05T18:16:38.255Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
18:16:38 [2020-10-05T18:16:38.255Z] === RUN   TestRunContainerWithBridgeNone
18:16:39 [2020-10-05T18:16:39.446Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
18:16:39 [2020-10-05T18:16:39.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:16:40 [2020-10-05T18:16:40.194Z] --- PASS: TestRunContainerWithBridgeNone (2.49s)
18:16:40 [2020-10-05T18:16:40.194Z] === RUN   TestNetworkInvalidJSON
18:16:40 [2020-10-05T18:16:40.194Z] === RUN   TestNetworkInvalidJSON//networks/create
18:16:40 [2020-10-05T18:16:40.194Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:16:40 [2020-10-05T18:16:40.194Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:16:40 [2020-10-05T18:16:40.194Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:16:40 [2020-10-05T18:16:40.194Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:40 [2020-10-05T18:16:40.194Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:40 [2020-10-05T18:16:40.194Z] === CONT  TestNetworkInvalidJSON//networks/create
18:16:40 [2020-10-05T18:16:40.194Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:40 [2020-10-05T18:16:40.194Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:16:40 [2020-10-05T18:16:40.194Z] --- PASS: TestNetworkInvalidJSON (0.03s)
18:16:40 [2020-10-05T18:16:40.194Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:16:40 [2020-10-05T18:16:40.194Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:16:40 [2020-10-05T18:16:40.194Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:16:40 [2020-10-05T18:16:40.194Z] === RUN   TestHostIPv4BridgeLabel
18:16:40 [2020-10-05T18:16:40.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:16:40 [2020-10-05T18:16:40.385Z] === RUN   TestDockerSuite/TestBuildHistory
18:16:41 [2020-10-05T18:16:41.142Z] --- PASS: TestHostIPv4BridgeLabel (0.81s)
18:16:41 [2020-10-05T18:16:41.142Z] === RUN   TestDaemonRestartWithLiveRestore
18:16:41 [2020-10-05T18:16:41.325Z] --- PASS: TestDaemonDNSFallback (6.71s)
18:16:41 [2020-10-05T18:16:41.325Z] === RUN   TestInspectNetwork
18:16:42 [2020-10-05T18:16:42.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:16:42 [2020-10-05T18:16:42.530Z] --- PASS: TestDaemonRestartWithLiveRestore (1.42s)
18:16:42 [2020-10-05T18:16:42.530Z] === RUN   TestDaemonDefaultNetworkPools
18:16:43 [2020-10-05T18:16:43.163Z] --- PASS: TestRemoveContainerWithRemovedVolume (6.54s)
18:16:43 [2020-10-05T18:16:43.163Z] === RUN   TestRemoveContainerWithVolume
18:16:43 [2020-10-05T18:16:43.917Z] --- PASS: TestDaemonDefaultNetworkPools (1.29s)
18:16:43 [2020-10-05T18:16:43.917Z] === RUN   TestDaemonRestartWithExistingNetwork
18:16:43 [2020-10-05T18:16:43.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:16:44 [2020-10-05T18:16:44.622Z] === RUN   TestDockerSuite/TestBuildIidFile
18:16:44 [2020-10-05T18:16:44.699Z] --- PASS: TestRemoveContainerWithVolume (1.90s)
18:16:44 [2020-10-05T18:16:44.699Z] === RUN   TestRemoveContainerRunning
18:16:45 [2020-10-05T18:16:45.192Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
18:16:45 [2020-10-05T18:16:45.192Z] === RUN   TestInspectNetwork/full_network_id
18:16:45 [2020-10-05T18:16:45.192Z] === RUN   TestInspectNetwork/partial_network_id
18:16:45 [2020-10-05T18:16:45.192Z] === RUN   TestInspectNetwork/network_name
18:16:45 [2020-10-05T18:16:45.192Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
18:16:45 [2020-10-05T18:16:45.452Z] === RUN   TestDockerSuite/TestBuildInheritance
18:16:45 [2020-10-05T18:16:45.712Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
18:16:45 [2020-10-05T18:16:45.833Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.94s)
18:16:45 [2020-10-05T18:16:45.833Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:16:46 [2020-10-05T18:16:46.117Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:16:46 [2020-10-05T18:16:46.237Z] --- PASS: TestRemoveContainerRunning (1.47s)
18:16:46 [2020-10-05T18:16:46.237Z] === RUN   TestRemoveContainerForceRemoveRunning
18:16:46 [2020-10-05T18:16:46.281Z] === RUN   TestDockerSuite/TestBuildInvalidTag
18:16:46 [2020-10-05T18:16:46.282Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
18:16:46 [2020-10-05T18:16:46.602Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.14s)
18:16:46 [2020-10-05T18:16:46.602Z] === RUN   TestCreateServiceSecretFileMode
18:16:46 [2020-10-05T18:16:46.851Z] === RUN   TestDockerSuite/TestBuildLabel
18:16:47 [2020-10-05T18:16:47.111Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
18:16:47 [2020-10-05T18:16:47.372Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
18:16:47 [2020-10-05T18:16:47.372Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
18:16:47 [2020-10-05T18:16:47.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:16:47 [2020-10-05T18:16:47.776Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.57s)
18:16:47 [2020-10-05T18:16:47.776Z] === RUN   TestRemoveInvalidContainer
18:16:47 [2020-10-05T18:16:47.776Z] --- PASS: TestRemoveInvalidContainer (0.02s)
18:16:47 [2020-10-05T18:16:47.776Z] === RUN   TestRenameLinkedContainer
18:16:47 [2020-10-05T18:16:47.776Z] --- SKIP: TestRenameLinkedContainer (0.00s)
18:16:47 [2020-10-05T18:16:47.776Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
18:16:47 [2020-10-05T18:16:47.776Z] === RUN   TestRenameStoppedContainer
18:16:47 [2020-10-05T18:16:47.942Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
18:16:47 [2020-10-05T18:16:47.942Z] === RUN   TestDockerSuite/TestBuildLabels
18:16:48 [2020-10-05T18:16:48.202Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
18:16:48 [2020-10-05T18:16:48.382Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.43s)
18:16:48 [2020-10-05T18:16:48.382Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:16:48 [2020-10-05T18:16:48.462Z] === RUN   TestDockerSuite/TestBuildLabelsCache
18:16:48 [2020-10-05T18:16:48.955Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.87s)
18:16:48 [2020-10-05T18:16:48.955Z] === RUN   TestServiceWithPredefinedNetwork
18:16:49 [2020-10-05T18:16:49.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:16:49 [2020-10-05T18:16:49.321Z] --- PASS: TestRenameStoppedContainer (1.84s)
18:16:49 [2020-10-05T18:16:49.321Z] === RUN   TestRenameRunningContainerAndReuse
18:16:49 [2020-10-05T18:16:49.390Z] --- PASS: TestCreateServiceSecretFileMode (3.06s)
18:16:49 [2020-10-05T18:16:49.390Z] === RUN   TestCreateServiceConfigFileMode
18:16:49 [2020-10-05T18:16:49.844Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
18:16:49 [2020-10-05T18:16:49.844Z] --- PASS: TestInspectNetwork (8.27s)
18:16:49 [2020-10-05T18:16:49.844Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
18:16:49 [2020-10-05T18:16:49.844Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
18:16:49 [2020-10-05T18:16:49.844Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
18:16:49 [2020-10-05T18:16:49.844Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
18:16:49 [2020-10-05T18:16:49.844Z] === RUN   TestRunContainerWithBridgeNone
18:16:50 [2020-10-05T18:16:50.729Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
18:16:50 [2020-10-05T18:16:50.729Z] Using test binary docker
18:16:50 [2020-10-05T18:16:50.729Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
18:16:50 [2020-10-05T18:16:50.729Z] +++ /etc/init.d/apparmor start
18:16:50 [2020-10-05T18:16:50.729Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
18:16:50 [2020-10-05T18:16:50.729Z] INFO: Waiting for daemon to start...
18:16:50 [2020-10-05T18:16:50.729Z] Starting dockerd
18:16:50 [2020-10-05T18:16:50.729Z] +++ 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
18:16:52 [2020-10-05T18:16:52.262Z] --- PASS: TestServiceWithPredefinedNetwork (3.43s)
18:16:52 [2020-10-05T18:16:52.262Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:16:52 [2020-10-05T18:16:52.262Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:16:52 [2020-10-05T18:16:52.262Z]     service_test.go:236: FLAKY_TEST
18:16:52 [2020-10-05T18:16:52.262Z] === RUN   TestServiceWithDataPathPortInit
18:16:52 [2020-10-05T18:16:52.385Z] --- PASS: TestRunContainerWithBridgeNone (2.40s)
18:16:52 [2020-10-05T18:16:52.385Z] === RUN   TestNetworkInvalidJSON
18:16:52 [2020-10-05T18:16:52.385Z] === RUN   TestNetworkInvalidJSON//networks/create
18:16:52 [2020-10-05T18:16:52.385Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:16:52 [2020-10-05T18:16:52.385Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:16:52 [2020-10-05T18:16:52.385Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:16:52 [2020-10-05T18:16:52.385Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:52 [2020-10-05T18:16:52.385Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:52 [2020-10-05T18:16:52.385Z] === CONT  TestNetworkInvalidJSON//networks/create
18:16:52 [2020-10-05T18:16:52.385Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:16:52 [2020-10-05T18:16:52.385Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:16:52 [2020-10-05T18:16:52.385Z] --- PASS: TestNetworkInvalidJSON (0.02s)
18:16:52 [2020-10-05T18:16:52.385Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
18:16:52 [2020-10-05T18:16:52.385Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
18:16:52 [2020-10-05T18:16:52.385Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:16:52 [2020-10-05T18:16:52.385Z] === RUN   TestHostIPv4BridgeLabel
18:16:52 [2020-10-05T18:16:52.645Z] --- PASS: TestHostIPv4BridgeLabel (0.60s)
18:16:52 [2020-10-05T18:16:52.645Z] === RUN   TestDaemonRestartWithLiveRestore
18:16:52 [2020-10-05T18:16:52.819Z] .
18:16:52 [2020-10-05T18:16:52.819Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
18:16:52 [2020-10-05T18:16:52.819Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
18:16:52 [2020-10-05T18:16:52.819Z] Error: No such image: emptyfs
18:16:52 [2020-10-05T18:16:52.819Z] ++++ tar -cC bundles/test-integration/emptyfs .
18:16:52 [2020-10-05T18:16:52.819Z] ++++ docker load
18:16:52 [2020-10-05T18:16:52.819Z] Running integration-test (iteration 1)
18:16:52 [2020-10-05T18:16:52.819Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
18:16:52 [2020-10-05T18:16:52.819Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
18:16:52 [2020-10-05T18:16:52.819Z] ++ set -e
18:16:52 [2020-10-05T18:16:52.819Z] ++ '[' -n 0 ']'
18:16:52 [2020-10-05T18:16:52.819Z] ++ set -x
18:16:52 [2020-10-05T18:16:52.819Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
18:16:52 [2020-10-05T18:16:52.904Z] === RUN   TestDockerSuite/TestBuildLastModified
18:16:52 [2020-10-05T18:16:52.946Z] --- PASS: TestCreateServiceConfigFileMode (3.56s)
18:16:52 [2020-10-05T18:16:52.946Z] === RUN   TestCreateServiceSysctls
18:16:53 [2020-10-05T18:16:53.059Z] --- PASS: TestRenameRunningContainerAndReuse (3.14s)
18:16:53 [2020-10-05T18:16:53.059Z] === RUN   TestRenameInvalidName
18:16:53 [2020-10-05T18:16:53.845Z] --- PASS: TestDaemonRestartWithLiveRestore (1.09s)
18:16:53 [2020-10-05T18:16:53.845Z] === RUN   TestDaemonDefaultNetworkPools
18:16:54 [2020-10-05T18:16:54.004Z] tests/integration/models_containers_test.py ............................ [ 83%]
18:16:54 [2020-10-05T18:16:54.026Z] --- PASS: TestRenameInvalidName (1.48s)
18:16:54 [2020-10-05T18:16:54.026Z] === RUN   TestRenameAnonymousContainer
18:16:54 [2020-10-05T18:16:54.026Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
18:16:54 [2020-10-05T18:16:54.026Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
18:16:54 [2020-10-05T18:16:54.026Z] === RUN   TestRenameContainerWithSameName
18:16:54 [2020-10-05T18:16:54.413Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
18:16:54 [2020-10-05T18:16:54.413Z] === RUN   TestDaemonRestartWithExistingNetwork
18:16:55 [2020-10-05T18:16:55.567Z] --- PASS: TestRenameContainerWithSameName (1.46s)
18:16:55 [2020-10-05T18:16:55.567Z] === RUN   TestRenameContainerWithLinkedContainer
18:16:55 [2020-10-05T18:16:55.567Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
18:16:55 [2020-10-05T18:16:55.567Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
18:16:55 [2020-10-05T18:16:55.567Z] === RUN   TestResize
18:16:55 [2020-10-05T18:16:55.860Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
18:16:55 [2020-10-05T18:16:55.860Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:16:57 [2020-10-05T18:16:57.110Z] --- PASS: TestResize (1.48s)
18:16:57 [2020-10-05T18:16:57.110Z] === RUN   TestResizeWithInvalidSize
18:16:57 [2020-10-05T18:16:57.110Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
18:16:57 [2020-10-05T18:16:57.110Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
18:16:57 [2020-10-05T18:16:57.110Z] === RUN   TestResizeWhenContainerNotStarted
18:16:57 [2020-10-05T18:16:57.245Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.34s)
18:16:57 [2020-10-05T18:16:57.245Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:16:57 [2020-10-05T18:16:57.245Z] === RUN   TestDockerSuite/TestBuildLineBreak
18:16:57 [2020-10-05T18:16:57.504Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
18:16:57 [2020-10-05T18:16:57.504Z] === RUN   TestServiceWithPredefinedNetwork
18:16:57 [2020-10-05T18:16:57.606Z] --- PASS: TestCreateServiceSysctls (4.26s)
18:16:57 [2020-10-05T18:16:57.606Z] === RUN   TestCreateServiceCapabilities
18:16:59 [2020-10-05T18:16:59.286Z] --- PASS: TestResizeWhenContainerNotStarted (2.21s)
18:16:59 [2020-10-05T18:16:59.286Z] === RUN   TestDaemonRestartKillContainers
18:16:59 [2020-10-05T18:16:59.286Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
18:16:59 [2020-10-05T18:16:59.286Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
18:16:59 [2020-10-05T18:16:59.286Z] === RUN   TestStats
18:16:59 [2020-10-05T18:16:59.286Z] --- SKIP: TestStats (0.00s)
18:16:59 [2020-10-05T18:16:59.286Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
18:16:59 [2020-10-05T18:16:59.286Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:17:00 [2020-10-05T18:17:00.073Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
18:17:00 [2020-10-05T18:17:00.073Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
18:17:00 [2020-10-05T18:17:00.332Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
18:17:00 [2020-10-05T18:17:00.332Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
18:17:00 [2020-10-05T18:17:00.332Z] === RUN   TestDockerSuite/TestBuildMaintainer
18:17:00 [2020-10-05T18:17:00.592Z] --- PASS: TestServiceWithPredefinedNetwork (3.06s)
18:17:00 [2020-10-05T18:17:00.592Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:17:00 [2020-10-05T18:17:00.592Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:17:00 [2020-10-05T18:17:00.592Z]     service_test.go:236: FLAKY_TEST
18:17:00 [2020-10-05T18:17:00.592Z] === RUN   TestServiceWithDataPathPortInit
18:17:00 [2020-10-05T18:17:00.592Z] === RUN   TestDockerSuite/TestBuildMissingArgs
18:17:01 [2020-10-05T18:17:01.140Z] --- PASS: TestCreateServiceCapabilities (3.58s)
18:17:01 [2020-10-05T18:17:01.140Z] === RUN   TestInspect
18:17:01 [2020-10-05T18:17:01.974Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
18:17:03 [2020-10-05T18:17:03.883Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
18:17:03 [2020-10-05T18:17:03.992Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.55s)
18:17:03 [2020-10-05T18:17:03.992Z] === RUN   TestStopContainerWithTimeout
18:17:03 [2020-10-05T18:17:03.992Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
18:17:03 [2020-10-05T18:17:03.992Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
18:17:03 [2020-10-05T18:17:03.992Z] === RUN   TestUpdateRestartPolicy
18:17:04 [2020-10-05T18:17:04.676Z] --- PASS: TestInspect (3.56s)
18:17:04 [2020-10-05T18:17:04.676Z] === RUN   TestCreateJob
18:17:06 [2020-10-05T18:17:06.420Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
18:17:06 [2020-10-05T18:17:06.420Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
18:17:06 [2020-10-05T18:17:06.990Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
18:17:08 [2020-10-05T18:17:08.341Z] Loaded image: buildpack-deps:buster
18:17:08 [2020-10-05T18:17:08.341Z] Loaded image: busybox:latest
18:17:08 [2020-10-05T18:17:08.341Z] Loaded image: busybox:glibc
18:17:08 [2020-10-05T18:17:08.341Z] Loaded image: debian:buster
18:17:08 [2020-10-05T18:17:08.341Z] Loaded image: hello-world:latest
18:17:08 [2020-10-05T18:17:08.341Z] INFO: Testing against a local daemon
18:17:08 [2020-10-05T18:17:08.341Z] === RUN   TestCgroupNamespacesBuild
18:17:08 [2020-10-05T18:17:08.341Z] --- PASS: TestCgroupNamespacesBuild (1.37s)
18:17:08 [2020-10-05T18:17:08.341Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
18:17:09 [2020-10-05T18:17:09.147Z] --- PASS: TestCreateJob (4.50s)
18:17:09 [2020-10-05T18:17:09.147Z] === RUN   TestReplicatedJob
18:17:09 [2020-10-05T18:17:09.385Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.40s)
18:17:09 [2020-10-05T18:17:09.385Z] === RUN   TestBuildWithSession
18:17:09 [2020-10-05T18:17:09.385Z] --- SKIP: TestBuildWithSession (0.00s)
18:17:09 [2020-10-05T18:17:09.385Z]     build_session_test.go:25: TODO: BuildKit
18:17:09 [2020-10-05T18:17:09.385Z] === RUN   TestBuildSquashParent
18:17:10 [2020-10-05T18:17:10.038Z] .........                                                                [ 86%]
18:17:10 [2020-10-05T18:17:10.386Z] --- PASS: TestServiceWithDataPathPortInit (18.08s)
18:17:10 [2020-10-05T18:17:10.386Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:17:13 [2020-10-05T18:17:13.946Z] --- PASS: TestBuildSquashParent (4.16s)
18:17:13 [2020-10-05T18:17:13.946Z] === RUN   TestBuildWithRemoveAndForceRemove
18:17:13 [2020-10-05T18:17:13.946Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:17:13 [2020-10-05T18:17:13.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:17:13 [2020-10-05T18:17:13.946Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:17:13 [2020-10-05T18:17:13.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:17:13 [2020-10-05T18:17:13.946Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:17:13 [2020-10-05T18:17:13.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:17:13 [2020-10-05T18:17:13.946Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:17:13 [2020-10-05T18:17:13.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:17:13 [2020-10-05T18:17:13.946Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:17:13 [2020-10-05T18:17:13.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:17:13 [2020-10-05T18:17:13.946Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:17:13 [2020-10-05T18:17:13.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:17:13 [2020-10-05T18:17:13.946Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
18:17:13 [2020-10-05T18:17:13.946Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
18:17:13 [2020-10-05T18:17:13.946Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
18:17:13 [2020-10-05T18:17:13.946Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
18:17:14 [2020-10-05T18:17:14.312Z] tests/integration/models_images_test.py ...............                  [ 89%]
18:17:15 [2020-10-05T18:17:15.118Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
18:17:15 [2020-10-05T18:17:15.495Z] tests/integration/models_networks_test.py ....                           [ 90%]
18:17:16 [2020-10-05T18:17:16.074Z] --- PASS: TestReplicatedJob (7.55s)
18:17:16 [2020-10-05T18:17:16.074Z] === RUN   TestUpdateReplicatedJob
18:17:16 [2020-10-05T18:17:16.096Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
18:17:16 [2020-10-05T18:17:16.096Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
18:17:16 [2020-10-05T18:17:16.499Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
18:17:17 [2020-10-05T18:17:17.437Z] --- PASS: TestServiceWithDataPathPortInit (16.66s)
18:17:17 [2020-10-05T18:17:17.437Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:17:17 [2020-10-05T18:17:17.437Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
18:17:17 [2020-10-05T18:17:17.651Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
18:17:17 [2020-10-05T18:17:17.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.50s)
18:17:17 [2020-10-05T18:17:17.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.58s)
18:17:17 [2020-10-05T18:17:17.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.00s)
18:17:17 [2020-10-05T18:17:17.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.00s)
18:17:17 [2020-10-05T18:17:17.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.77s)
18:17:17 [2020-10-05T18:17:17.651Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.79s)
18:17:17 [2020-10-05T18:17:17.651Z] === RUN   TestBuildMultiStageCopy
18:17:17 [2020-10-05T18:17:17.651Z] === RUN   TestBuildMultiStageCopy/copy_to_root
18:17:19 [2020-10-05T18:17:19.182Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
18:17:19 [2020-10-05T18:17:19.344Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
18:17:19 [2020-10-05T18:17:19.344Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
18:17:19 [2020-10-05T18:17:19.478Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
18:17:19 [2020-10-05T18:17:19.779Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
18:17:20 [2020-10-05T18:17:20.392Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.47s)
18:17:20 [2020-10-05T18:17:20.392Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:twfp3plsb0rbhaqiawco23xqn Created:2020-10-05 18:17:11.560347509 +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[3aebe84b5e6c08bb5623a0a12b48cfa4e4851b84e1a48c683d91f23209023df8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s4an76lqusaxbj1fvw5whxal9 EndpointID:06b614d7c728027af51011495e19e7c8186aba76ba0ed5d51a4352ced1a65caf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4e0a3b63d9ceb953cda20140dcb36e2c5eae94b9dfe19176d7d4db7acdb0a520 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:12ea0667de98 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s4an76lqusaxbj1fvw5whxal9 EndpointID:06b614d7c728027af51011495e19e7c8186aba76ba0ed5d51a4352ced1a65caf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
18:17:20 [2020-10-05T18:17:20.392Z] PASS
18:17:20 [2020-10-05T18:17:20.392Z] 
18:17:20 [2020-10-05T18:17:20.392Z] === Skipped
18:17:20 [2020-10-05T18:17:20.392Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:17:20 [2020-10-05T18:17:20.392Z]     service_test.go:236: FLAKY_TEST
18:17:20 [2020-10-05T18:17:20.392Z] 
18:17:20 [2020-10-05T18:17:20.392Z] 
18:17:20 [2020-10-05T18:17:20.392Z] DONE 23 tests, 1 skipped in 60.160s
18:17:20 [2020-10-05T18:17:20.392Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:17:20 [2020-10-05T18:17:20.392Z] ++ 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
18:17:20 [2020-10-05T18:17:20.392Z] ++ set -e
18:17:20 [2020-10-05T18:17:20.392Z] ++ '[' -n 0 ']'
18:17:20 [2020-10-05T18:17:20.392Z] ++ set -x
18:17:20 [2020-10-05T18:17:20.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 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
18:17:20 [2020-10-05T18:17:20.392Z] INFO: Testing against a local daemon
18:17:20 [2020-10-05T18:17:20.392Z] === RUN   TestDockerNetworkIpvlanPersistance
18:17:20 [2020-10-05T18:17:20.392Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:17:20 [2020-10-05T18:17:20.392Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:20 [2020-10-05T18:17:20.392Z] === RUN   TestDockerNetworkIpvlan
18:17:20 [2020-10-05T18:17:20.392Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:17:20 [2020-10-05T18:17:20.392Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:20 [2020-10-05T18:17:20.392Z] PASS
18:17:20 [2020-10-05T18:17:20.392Z] 
18:17:20 [2020-10-05T18:17:20.392Z] === Skipped
18:17:20 [2020-10-05T18:17:20.392Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:17:20 [2020-10-05T18:17:20.392Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:20 [2020-10-05T18:17:20.392Z] 
18:17:20 [2020-10-05T18:17:20.392Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:17:20 [2020-10-05T18:17:20.392Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:20 [2020-10-05T18:17:20.392Z] 
18:17:20 [2020-10-05T18:17:20.392Z] 
18:17:20 [2020-10-05T18:17:20.392Z] DONE 2 tests, 2 skipped in 0.192s
18:17:20 [2020-10-05T18:17:20.392Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:17:20 [2020-10-05T18:17:20.392Z] ++ 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
18:17:20 [2020-10-05T18:17:20.392Z] ++ set -e
18:17:20 [2020-10-05T18:17:20.392Z] ++ '[' -n 0 ']'
18:17:20 [2020-10-05T18:17:20.392Z] ++ set -x
18:17:20 [2020-10-05T18:17:20.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 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
18:17:20 [2020-10-05T18:17:20.392Z] INFO: Testing against a local daemon
18:17:20 [2020-10-05T18:17:20.392Z] === RUN   TestDockerNetworkMacvlanPersistance
18:17:20 [2020-10-05T18:17:20.418Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
18:17:20 [2020-10-05T18:17:20.546Z] --- PASS: TestUpdateReplicatedJob (4.43s)
18:17:20 [2020-10-05T18:17:20.546Z] === RUN   TestServiceListWithStatuses
18:17:20 [2020-10-05T18:17:20.546Z] --- SKIP: TestServiceListWithStatuses (0.01s)
18:17:20 [2020-10-05T18:17:20.546Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:17:20 [2020-10-05T18:17:20.547Z] === RUN   TestDockerNetworkConnectAlias
18:17:20 [2020-10-05T18:17:20.712Z] --- PASS: TestBuildMultiStageCopy (2.85s)
18:17:20 [2020-10-05T18:17:20.712Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s)
18:17:20 [2020-10-05T18:17:20.712Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s)
18:17:20 [2020-10-05T18:17:20.712Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s)
18:17:20 [2020-10-05T18:17:20.712Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.35s)
18:17:20 [2020-10-05T18:17:20.712Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.34s)
18:17:20 [2020-10-05T18:17:20.712Z] === RUN   TestBuildMultiStageParentConfig
18:17:21 [2020-10-05T18:17:21.354Z] --- PASS: TestBuildMultiStageParentConfig (0.85s)
18:17:21 [2020-10-05T18:17:21.354Z] === RUN   TestBuildLabelWithTargets
18:17:21 [2020-10-05T18:17:21.779Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.27s)
18:17:21 [2020-10-05T18:17:21.779Z] === RUN   TestDockerNetworkMacvlan
18:17:22 [2020-10-05T18:17:22.107Z] tests/integration/models_nodes_test.py .                                 [ 91%]
18:17:22 [2020-10-05T18:17:22.107Z] tests/integration/models_resources_test.py .                             [ 91%]
18:17:22 [2020-10-05T18:17:22.637Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
18:17:22 [2020-10-05T18:17:22.724Z] === RUN   TestDockerNetworkMacvlan/Subinterface
18:17:22 [2020-10-05T18:17:22.883Z] --- PASS: TestBuildLabelWithTargets (1.32s)
18:17:22 [2020-10-05T18:17:22.883Z] === RUN   TestBuildWithEmptyLayers
18:17:22 [2020-10-05T18:17:22.896Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
18:17:23 [2020-10-05T18:17:23.525Z] --- PASS: TestBuildWithEmptyLayers (0.65s)
18:17:23 [2020-10-05T18:17:23.526Z] === RUN   TestBuildMultiStageOnBuild
18:17:24 [2020-10-05T18:17:24.110Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
18:17:24 [2020-10-05T18:17:24.278Z] === RUN   TestDockerSuite/TestBuildMultipleTags
18:17:24 [2020-10-05T18:17:24.538Z] === RUN   TestDockerSuite/TestBuildNetContainer
18:17:25 [2020-10-05T18:17:25.055Z] === RUN   TestDockerNetworkMacvlan/NilParent
18:17:25 [2020-10-05T18:17:25.061Z] --- PASS: TestBuildMultiStageOnBuild (1.77s)
18:17:25 [2020-10-05T18:17:25.061Z] === RUN   TestBuildUncleanTarFilenames
18:17:25 [2020-10-05T18:17:25.084Z] --- PASS: TestUpdateRestartPolicy (19.32s)
18:17:25 [2020-10-05T18:17:25.084Z] === RUN   TestUpdateRestartWithAutoRemove
18:17:25 [2020-10-05T18:17:25.084Z] --- PASS: TestUpdateRestartWithAutoRemove (1.48s)
18:17:25 [2020-10-05T18:17:25.084Z] === RUN   TestWaitNonBlocked
18:17:25 [2020-10-05T18:17:25.084Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:17:25 [2020-10-05T18:17:25.084Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:17:25 [2020-10-05T18:17:25.084Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:17:25 [2020-10-05T18:17:25.084Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:17:25 [2020-10-05T18:17:25.084Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:17:25 [2020-10-05T18:17:25.084Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:17:25 [2020-10-05T18:17:25.476Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.02s)
18:17:25 [2020-10-05T18:17:25.476Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:c7gc9ko0r8bqxf9i7nuveh3m0 Created:2020-10-05 18:17:18.721766536 +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[beea50066d4d03f128fc7925a98916f42d079ce9c86b771ebc8d5c281fc06c8d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xgn6uifwxsb89w2mdnubly0uq EndpointID:abaa38c571a6cd2d87bb90df6b8e006a8d67d05545145d834eb1f850ab989254 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9026b468e6e5e54d6889bf16e056a1f2170501a00141a39fb09cd34602beb796 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:96f125ee63f9 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xgn6uifwxsb89w2mdnubly0uq EndpointID:abaa38c571a6cd2d87bb90df6b8e006a8d67d05545145d834eb1f850ab989254 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
18:17:25 [2020-10-05T18:17:25.476Z] PASS
18:17:25 [2020-10-05T18:17:25.476Z] 
18:17:25 [2020-10-05T18:17:25.476Z] === Skipped
18:17:25 [2020-10-05T18:17:25.476Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:17:25 [2020-10-05T18:17:25.476Z]     service_test.go:236: FLAKY_TEST
18:17:25 [2020-10-05T18:17:25.476Z] 
18:17:25 [2020-10-05T18:17:25.476Z] 
18:17:25 [2020-10-05T18:17:25.476Z] DONE 23 tests, 1 skipped in 51.482s
18:17:25 [2020-10-05T18:17:25.476Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:17:25 [2020-10-05T18:17:25.476Z] ++ 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
18:17:25 [2020-10-05T18:17:25.476Z] ++ set -e
18:17:25 [2020-10-05T18:17:25.476Z] ++ '[' -n 0 ']'
18:17:25 [2020-10-05T18:17:25.476Z] ++ set -x
18:17:25 [2020-10-05T18:17:25.477Z] ++ 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 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
18:17:25 [2020-10-05T18:17:25.477Z] INFO: Testing against a local daemon
18:17:25 [2020-10-05T18:17:25.477Z] === RUN   TestDockerNetworkIpvlanPersistance
18:17:25 [2020-10-05T18:17:25.477Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:17:25 [2020-10-05T18:17:25.477Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:25 [2020-10-05T18:17:25.477Z] === RUN   TestDockerNetworkIpvlan
18:17:25 [2020-10-05T18:17:25.477Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:17:25 [2020-10-05T18:17:25.477Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:25 [2020-10-05T18:17:25.477Z] PASS
18:17:25 [2020-10-05T18:17:25.477Z] 
18:17:25 [2020-10-05T18:17:25.477Z] === Skipped
18:17:25 [2020-10-05T18:17:25.477Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:17:25 [2020-10-05T18:17:25.477Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:25 [2020-10-05T18:17:25.477Z] 
18:17:25 [2020-10-05T18:17:25.477Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:17:25 [2020-10-05T18:17:25.477Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:17:25 [2020-10-05T18:17:25.477Z] 
18:17:25 [2020-10-05T18:17:25.477Z] 
18:17:25 [2020-10-05T18:17:25.477Z] DONE 2 tests, 2 skipped in 0.159s
18:17:25 [2020-10-05T18:17:25.477Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:17:25 [2020-10-05T18:17:25.477Z] ++ 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
18:17:25 [2020-10-05T18:17:25.477Z] ++ set -e
18:17:25 [2020-10-05T18:17:25.477Z] ++ '[' -n 0 ']'
18:17:25 [2020-10-05T18:17:25.477Z] ++ set -x
18:17:25 [2020-10-05T18:17:25.477Z] ++ 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 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
18:17:25 [2020-10-05T18:17:25.736Z] INFO: Testing against a local daemon
18:17:25 [2020-10-05T18:17:25.736Z] === RUN   TestDockerNetworkMacvlanPersistance
18:17:25 [2020-10-05T18:17:25.996Z] === RUN   TestDockerSuite/TestBuildNetNone
18:17:26 [2020-10-05T18:17:26.162Z] --- PASS: TestBuildUncleanTarFilenames (1.00s)
18:17:26 [2020-10-05T18:17:26.162Z] === RUN   TestBuildMultiStageLayerLeak
18:17:26 [2020-10-05T18:17:26.567Z] === RUN   TestDockerSuite/TestBuildNoContext
18:17:27 [2020-10-05T18:17:27.136Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s)
18:17:27 [2020-10-05T18:17:27.136Z] === RUN   TestDockerNetworkMacvlan
18:17:27 [2020-10-05T18:17:27.396Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
18:17:27 [2020-10-05T18:17:27.945Z] tests/integration/models_services_test.py ..............X.               [ 95%]
18:17:27 [2020-10-05T18:17:27.966Z] === RUN   TestDockerNetworkMacvlan/Subinterface
18:17:27 [2020-10-05T18:17:27.966Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
18:17:28 [2020-10-05T18:17:28.287Z] --- PASS: TestBuildMultiStageLayerLeak (1.87s)
18:17:28 [2020-10-05T18:17:28.287Z] === RUN   TestBuildWithHugeFile
18:17:28 [2020-10-05T18:17:28.360Z] === RUN   TestDockerNetworkMacvlan/InternalMode
18:17:28 [2020-10-05T18:17:28.925Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
18:17:29 [2020-10-05T18:17:29.083Z] --- PASS: TestDockerNetworkConnectAlias (8.33s)
18:17:29 [2020-10-05T18:17:29.083Z] === RUN   TestDockerNetworkReConnect
18:17:29 [2020-10-05T18:17:29.496Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
18:17:29 [2020-10-05T18:17:29.755Z] === RUN   TestDockerNetworkMacvlan/NilParent
18:17:29 [2020-10-05T18:17:29.755Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
18:17:30 [2020-10-05T18:17:30.015Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
18:17:30 [2020-10-05T18:17:30.275Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
18:17:30 [2020-10-05T18:17:30.844Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
18:17:31 [2020-10-05T18:17:31.281Z] tests/integration/models_swarm_test.py ..                                [ 96%]
18:17:31 [2020-10-05T18:17:31.281Z] tests/integration/models_volumes_test.py ..                              [ 96%]
18:17:31 [2020-10-05T18:17:31.416Z] === RUN   TestDockerSuite/TestBuildOnBuild
18:17:31 [2020-10-05T18:17:31.676Z] === RUN   TestDockerNetworkMacvlan/InternalMode
18:17:32 [2020-10-05T18:17:32.179Z] --- PASS: TestWaitNonBlocked (0.02s)
18:17:32 [2020-10-05T18:17:32.179Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.15s)
18:17:32 [2020-10-05T18:17:32.179Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.05s)
18:17:32 [2020-10-05T18:17:32.179Z] === RUN   TestWaitBlocked
18:17:32 [2020-10-05T18:17:32.179Z] --- SKIP: TestWaitBlocked (0.00s)
18:17:32 [2020-10-05T18:17:32.179Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
18:17:32 [2020-10-05T18:17:32.179Z] PASS
18:17:32 [2020-10-05T18:17:32.179Z] ok  	github.com/docker/docker/integration/container	74.638s
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === Skipped
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
18:17:32 [2020-10-05T18:17:32.179Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s)
18:17:32 [2020-10-05T18:17:32.179Z]     copy_test.go:38: testEnv.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s)
18:17:32 [2020-10-05T18:17:32.179Z]     copy_test.go:63: testEnv.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.179Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.179Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
18:17:32 [2020-10-05T18:17:32.179Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
18:17:32 [2020-10-05T18:17:32.179Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
18:17:32 [2020-10-05T18:17:32.179Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.179Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
18:17:32 [2020-10-05T18:17:32.179Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
18:17:32 [2020-10-05T18:17:32.179Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
18:17:32 [2020-10-05T18:17:32.180Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] 
18:17:32 [2020-10-05T18:17:32.180Z] DONE 87 tests, 36 skipped in 77.337s
18:17:32 [2020-10-05T18:17:32.180Z] Running D:\gopath\src\github.com\docker\docker\integration\image
18:17:32 [2020-10-05T18:17:32.570Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
18:17:33 [2020-10-05T18:17:33.583Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
18:17:33 [2020-10-05T18:17:33.844Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
18:17:34 [2020-10-05T18:17:34.104Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
18:17:34 [2020-10-05T18:17:34.358Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:34 [2020-10-05T18:17:34.358Z] INFO: Testing against a local daemon
18:17:34 [2020-10-05T18:17:34.358Z] === RUN   TestCommitInheritsEnv
18:17:34 [2020-10-05T18:17:34.358Z] --- SKIP: TestCommitInheritsEnv (0.00s)
18:17:34 [2020-10-05T18:17:34.358Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
18:17:34 [2020-10-05T18:17:34.358Z] === RUN   TestImportExtremelyLargeImageWorks
18:17:34 [2020-10-05T18:17:34.358Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
18:17:34 [2020-10-05T18:17:34.358Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
18:17:34 [2020-10-05T18:17:34.358Z] === RUN   TestImagesFilterMultiReference
18:17:34 [2020-10-05T18:17:34.358Z] --- PASS: TestImagesFilterMultiReference (0.09s)
18:17:34 [2020-10-05T18:17:34.358Z] === RUN   TestImagePullPlatformInvalid
18:17:34 [2020-10-05T18:17:34.358Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
18:17:34 [2020-10-05T18:17:34.358Z] === RUN   TestRemoveImageOrphaning
18:17:34 [2020-10-05T18:17:34.816Z] --- PASS: TestRemoveImageOrphaning (0.71s)
18:17:34 [2020-10-05T18:17:34.817Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:17:34 [2020-10-05T18:17:34.817Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
18:17:34 [2020-10-05T18:17:34.817Z] === RUN   TestTagInvalidReference
18:17:34 [2020-10-05T18:17:34.817Z] --- PASS: TestTagInvalidReference (0.03s)
18:17:34 [2020-10-05T18:17:34.817Z] === RUN   TestTagValidPrefixedRepo
18:17:34 [2020-10-05T18:17:34.817Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
18:17:34 [2020-10-05T18:17:34.817Z] === RUN   TestTagExistedNameWithoutForce
18:17:34 [2020-10-05T18:17:34.817Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
18:17:34 [2020-10-05T18:17:34.817Z] === RUN   TestTagOfficialNames
18:17:34 [2020-10-05T18:17:34.837Z] tests/integration/regression_test.py ......                              [ 98%]
18:17:35 [2020-10-05T18:17:35.284Z] --- PASS: TestTagOfficialNames (0.08s)
18:17:35 [2020-10-05T18:17:35.284Z] === RUN   TestTagMatchesDigest
18:17:35 [2020-10-05T18:17:35.284Z] --- PASS: TestTagMatchesDigest (0.03s)
18:17:35 [2020-10-05T18:17:35.284Z] PASS
18:17:35 [2020-10-05T18:17:35.284Z] ok  	github.com/docker/docker/integration/image	1.337s
18:17:35 [2020-10-05T18:17:35.284Z] 
18:17:35 [2020-10-05T18:17:35.284Z] === Skipped
18:17:35 [2020-10-05T18:17:35.284Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
18:17:35 [2020-10-05T18:17:35.284Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
18:17:35 [2020-10-05T18:17:35.284Z] 
18:17:35 [2020-10-05T18:17:35.284Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
18:17:35 [2020-10-05T18:17:35.284Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
18:17:35 [2020-10-05T18:17:35.284Z] 
18:17:35 [2020-10-05T18:17:35.284Z] 
18:17:35 [2020-10-05T18:17:35.284Z] DONE 11 tests, 2 skipped in 3.376s
18:17:35 [2020-10-05T18:17:35.284Z] Running D:\gopath\src\github.com\docker\docker\integration\network
18:17:35 [2020-10-05T18:17:35.348Z] tests/integration/credentials/store_test.py ......                       [ 99%]
18:17:35 [2020-10-05T18:17:35.348Z] tests/integration/credentials/utils_test.py .                            [100%]
18:17:35 [2020-10-05T18:17:35.348Z] 
18:17:35 [2020-10-05T18:17:35.348Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
18:17:35 [2020-10-05T18:17:35.348Z] =========================== short test summary info ============================
18:17:35 [2020-10-05T18:17:35.348Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
18:17:35 [2020-10-05T18:17:35.348Z]   CONFIG_RT_GROUP_SCHED isn't enabled
18:17:35 [2020-10-05T18:17:35.348Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
18:17:35 [2020-10-05T18:17:35.348Z]   Not supported on most drivers
18:17:35 [2020-10-05T18:17:35.348Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
18:17:35 [2020-10-05T18:17:35.348Z]   Output of docker top depends on host distro, and is not formalized.
18:17:35 [2020-10-05T18:17:35.348Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
18:17:35 [2020-10-05T18:17:35.348Z]   Output of docker top depends on host distro, and is not formalized.
18:17:35 [2020-10-05T18:17:35.348Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
18:17:35 [2020-10-05T18:17:35.348Z]   Can fail if eth0 has multiple IP addresses
18:17:35 [2020-10-05T18:17:35.348Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
18:17:35 [2020-10-05T18:17:35.348Z]   This doesn't seem to be taken into account by the engine
18:17:35 [2020-10-05T18:17:35.348Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
18:17:35 [2020-10-05T18:17:35.348Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
18:17:35 [2020-10-05T18:17:35.348Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 312.08 seconds ==
18:17:35 [2020-10-05T18:17:35.603Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
18:17:36 [2020-10-05T18:17:36.002Z] --- PASS: TestDockerNetworkReConnect (6.23s)
18:17:36 [2020-10-05T18:17:36.002Z] === RUN   TestServicePlugin
18:17:36 [2020-10-05T18:17:36.002Z] --- SKIP: TestServicePlugin (0.00s)
18:17:36 [2020-10-05T18:17:36.002Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:17:36 [2020-10-05T18:17:36.002Z] === RUN   TestServiceUpdateLabel
18:17:36 [2020-10-05T18:17:36.012Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
18:17:36 [2020-10-05T18:17:36.820Z] testing: warning: no tests to run
18:17:36 [2020-10-05T18:17:36.820Z] PASS
18:17:36 [2020-10-05T18:17:36.820Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.094s [no tests to run]
18:17:36 [2020-10-05T18:17:36.820Z] testing: warning: no tests to run
18:17:36 [2020-10-05T18:17:36.820Z] PASS
18:17:36 [2020-10-05T18:17:36.820Z] ok  	github.com/docker/docker/integration/network/macvlan	0.065s [no tests to run]
18:17:37 [2020-10-05T18:17:37.393Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
18:17:37 [2020-10-05T18:17:37.789Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:37 [2020-10-05T18:17:37.789Z] INFO: Testing against a local daemon
18:17:37 [2020-10-05T18:17:37.789Z] === RUN   TestNetworkCreateDelete
18:17:37 [2020-10-05T18:17:37.789Z] --- SKIP: TestNetworkCreateDelete (0.00s)
18:17:37 [2020-10-05T18:17:37.789Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
18:17:37 [2020-10-05T18:17:37.789Z] === RUN   TestDockerNetworkDeletePreferID
18:17:37 [2020-10-05T18:17:37.789Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
18:17:37 [2020-10-05T18:17:37.789Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
18:17:37 [2020-10-05T18:17:37.789Z] === RUN   TestDaemonDNSFallback
18:17:37 [2020-10-05T18:17:37.789Z] --- SKIP: TestDaemonDNSFallback (0.00s)
18:17:37 [2020-10-05T18:17:37.789Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
18:17:37 [2020-10-05T18:17:37.789Z] === RUN   TestInspectNetwork
18:17:37 [2020-10-05T18:17:37.789Z] --- SKIP: TestInspectNetwork (0.00s)
18:17:37 [2020-10-05T18:17:37.789Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
18:17:37 [2020-10-05T18:17:37.789Z] === RUN   TestRunContainerWithBridgeNone
18:17:37 [2020-10-05T18:17:37.789Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
18:17:37 [2020-10-05T18:17:37.789Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
18:17:37 [2020-10-05T18:17:37.789Z] === RUN   TestNetworkInvalidJSON
18:17:37 [2020-10-05T18:17:37.963Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestNetworkInvalidJSON//networks/create
18:17:38 [2020-10-05T18:17:38.248Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:17:38 [2020-10-05T18:17:38.248Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:17:38 [2020-10-05T18:17:38.248Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:17:38 [2020-10-05T18:17:38.248Z] === CONT  TestNetworkInvalidJSON//networks/create
18:17:38 [2020-10-05T18:17:38.248Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:17:38 [2020-10-05T18:17:38.248Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:17:38 [2020-10-05T18:17:38.248Z] --- PASS: TestNetworkInvalidJSON (0.03s)
18:17:38 [2020-10-05T18:17:38.248Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
18:17:38 [2020-10-05T18:17:38.248Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
18:17:38 [2020-10-05T18:17:38.248Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestHostIPv4BridgeLabel
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     network_test.go:97: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestDaemonRestartWithLiveRestore
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:29: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestDaemonDefaultNetworkPools
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:52: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestDaemonRestartWithExistingNetwork
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:96: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:130: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:181: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestServiceWithPredefinedNetwork
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:206: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:236: FLAKY_TEST
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestServiceWithDataPathPortInit
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:326: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:17:38 [2020-10-05T18:17:38.248Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:394: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] PASS
18:17:38 [2020-10-05T18:17:38.248Z] ok  	github.com/docker/docker/integration/network	0.209s
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === Skipped
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     network_test.go:97: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:29: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:52: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:96: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:130: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:181: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:206: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:236: FLAKY_TEST
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:326: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
18:17:38 [2020-10-05T18:17:38.248Z]     service_test.go:394: testEnv.OSType == "windows"
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] 
18:17:38 [2020-10-05T18:17:38.248Z] DONE 19 tests, 15 skipped in 2.953s
18:17:38 [2020-10-05T18:17:38.248Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
18:17:38 [2020-10-05T18:17:38.707Z] testing: warning: no tests to run
18:17:38 [2020-10-05T18:17:38.707Z] PASS
18:17:38 [2020-10-05T18:17:38.707Z] ok  	github.com/docker/docker/integration/network/ipvlan	(cached) [no tests to run]
18:17:38 [2020-10-05T18:17:38.707Z] 
18:17:38 [2020-10-05T18:17:38.707Z] DONE 0 tests in 0.300s
18:17:38 [2020-10-05T18:17:38.707Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
18:17:38 [2020-10-05T18:17:38.745Z] --- PASS: TestServiceUpdateLabel (3.22s)
18:17:38 [2020-10-05T18:17:38.745Z] === RUN   TestServiceUpdateSecrets
18:17:39 [2020-10-05T18:17:39.159Z] === RUN   TestDockerNetworkMacvlan/Addressing
18:17:39 [2020-10-05T18:17:39.166Z] testing: warning: no tests to run
18:17:39 [2020-10-05T18:17:39.166Z] PASS
18:17:39 [2020-10-05T18:17:39.166Z] ok  	github.com/docker/docker/integration/network/macvlan	(cached) [no tests to run]
18:17:39 [2020-10-05T18:17:39.166Z] 
18:17:39 [2020-10-05T18:17:39.166Z] DONE 0 tests in 0.326s
18:17:39 [2020-10-05T18:17:39.166Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
18:17:39 [2020-10-05T18:17:39.344Z] === RUN   TestDockerNetworkMacvlan/Addressing
18:17:40 [2020-10-05T18:17:40.106Z] --- PASS: TestDockerNetworkMacvlan (18.36s)
18:17:40 [2020-10-05T18:17:40.106Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s)
18:17:40 [2020-10-05T18:17:40.106Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s)
18:17:40 [2020-10-05T18:17:40.106Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.09s)
18:17:40 [2020-10-05T18:17:40.106Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.05s)
18:17:40 [2020-10-05T18:17:40.106Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.76s)
18:17:40 [2020-10-05T18:17:40.106Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s)
18:17:40 [2020-10-05T18:17:40.106Z] PASS
18:17:40 [2020-10-05T18:17:40.106Z] 
18:17:40 [2020-10-05T18:17:40.106Z] DONE 8 tests in 20.833s
18:17:40 [2020-10-05T18:17:40.106Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
18:17:40 [2020-10-05T18:17:40.106Z] ++ 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
18:17:40 [2020-10-05T18:17:40.106Z] ++ set -e
18:17:40 [2020-10-05T18:17:40.106Z] ++ '[' -n 0 ']'
18:17:40 [2020-10-05T18:17:40.106Z] ++ set -x
18:17:40 [2020-10-05T18:17:40.106Z] ++ 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 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
18:17:40 [2020-10-05T18:17:40.106Z] testing: warning: no tests to run
18:17:40 [2020-10-05T18:17:40.106Z] PASS
18:17:40 [2020-10-05T18:17:40.106Z] 
18:17:40 [2020-10-05T18:17:40.106Z] DONE 0 tests in 0.050s
18:17:40 [2020-10-05T18:17:40.106Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:17:40 [2020-10-05T18:17:40.106Z] ++ 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
18:17:40 [2020-10-05T18:17:40.106Z] ++ set -e
18:17:40 [2020-10-05T18:17:40.106Z] ++ '[' -n 0 ']'
18:17:40 [2020-10-05T18:17:40.106Z] ++ set -x
18:17:40 [2020-10-05T18:17:40.106Z] ++ 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 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
18:17:40 [2020-10-05T18:17:40.368Z] INFO: Testing against a local daemon
18:17:40 [2020-10-05T18:17:40.368Z] === RUN   TestAuthZPluginAllowRequest
18:17:40 [2020-10-05T18:17:40.707Z] testing: warning: no tests to run
18:17:40 [2020-10-05T18:17:40.707Z] PASS
18:17:40 [2020-10-05T18:17:40.707Z] ok  	github.com/docker/docker/integration/plugin/authz	0.160s [no tests to run]
18:17:40 [2020-10-05T18:17:40.707Z] testing: warning: no tests to run
18:17:40 [2020-10-05T18:17:40.707Z] PASS
18:17:40 [2020-10-05T18:17:40.707Z] ok  	github.com/docker/docker/integration/plugin	0.085s [no tests to run]
18:17:40 [2020-10-05T18:17:40.727Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
18:17:40 [2020-10-05T18:17:40.986Z] --- PASS: TestDockerNetworkMacvlan (13.84s)
18:17:40 [2020-10-05T18:17:40.986Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
18:17:40 [2020-10-05T18:17:40.986Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s)
18:17:40 [2020-10-05T18:17:40.986Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.10s)
18:17:40 [2020-10-05T18:17:40.986Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.30s)
18:17:40 [2020-10-05T18:17:40.986Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.34s)
18:17:40 [2020-10-05T18:17:40.986Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.38s)
18:17:40 [2020-10-05T18:17:40.986Z] PASS
18:17:40 [2020-10-05T18:17:40.986Z] 
18:17:40 [2020-10-05T18:17:40.986Z] DONE 8 tests in 15.432s
18:17:40 [2020-10-05T18:17:40.986Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
18:17:40 [2020-10-05T18:17:40.986Z] ++ 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
18:17:40 [2020-10-05T18:17:40.986Z] ++ set -e
18:17:40 [2020-10-05T18:17:40.986Z] ++ '[' -n 0 ']'
18:17:40 [2020-10-05T18:17:40.986Z] ++ set -x
18:17:40 [2020-10-05T18:17:40.986Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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
18:17:40 [2020-10-05T18:17:40.986Z] testing: warning: no tests to run
18:17:40 [2020-10-05T18:17:40.986Z] PASS
18:17:40 [2020-10-05T18:17:40.986Z] 
18:17:40 [2020-10-05T18:17:40.986Z] DONE 0 tests in 0.042s
18:17:40 [2020-10-05T18:17:40.986Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:17:40 [2020-10-05T18:17:40.986Z] ++ 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
18:17:40 [2020-10-05T18:17:40.986Z] ++ set -e
18:17:40 [2020-10-05T18:17:40.986Z] ++ '[' -n 0 ']'
18:17:40 [2020-10-05T18:17:40.986Z] ++ set -x
18:17:40 [2020-10-05T18:17:40.987Z] ++ 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 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
18:17:41 [2020-10-05T18:17:41.246Z] INFO: Testing against a local daemon
18:17:41 [2020-10-05T18:17:41.246Z] === RUN   TestAuthZPluginAllowRequest
18:17:41 [2020-10-05T18:17:41.816Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
18:17:42 [2020-10-05T18:17:42.287Z] --- PASS: TestAuthZPluginAllowRequest (1.77s)
18:17:42 [2020-10-05T18:17:42.287Z] === RUN   TestAuthZPluginTLS
18:17:42 [2020-10-05T18:17:42.862Z] --- PASS: TestAuthZPluginTLS (0.69s)
18:17:42 [2020-10-05T18:17:42.862Z] === RUN   TestAuthZPluginDenyRequest
18:17:43 [2020-10-05T18:17:43.197Z] --- PASS: TestAuthZPluginAllowRequest (1.73s)
18:17:43 [2020-10-05T18:17:43.197Z] === RUN   TestAuthZPluginTLS
18:17:43 [2020-10-05T18:17:43.197Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
18:17:43 [2020-10-05T18:17:43.435Z] --- PASS: TestAuthZPluginDenyRequest (0.65s)
18:17:43 [2020-10-05T18:17:43.435Z] === RUN   TestAuthZPluginAPIDenyResponse
18:17:43 [2020-10-05T18:17:43.456Z] --- PASS: TestAuthZPluginTLS (0.57s)
18:17:43 [2020-10-05T18:17:43.456Z] === RUN   TestAuthZPluginDenyRequest
18:17:43 [2020-10-05T18:17:43.718Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
18:17:43 [2020-10-05T18:17:43.979Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
18:17:43 [2020-10-05T18:17:43.979Z] === RUN   TestAuthZPluginAPIDenyResponse
18:17:44 [2020-10-05T18:17:44.008Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.64s)
18:17:44 [2020-10-05T18:17:44.008Z] === RUN   TestAuthZPluginDenyResponse
18:17:44 [2020-10-05T18:17:44.549Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
18:17:44 [2020-10-05T18:17:44.549Z] === RUN   TestAuthZPluginDenyResponse
18:17:44 [2020-10-05T18:17:44.581Z] --- PASS: TestAuthZPluginDenyResponse (0.67s)
18:17:44 [2020-10-05T18:17:44.581Z] === RUN   TestAuthZPluginAllowEventStream
18:17:45 [2020-10-05T18:17:45.119Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
18:17:45 [2020-10-05T18:17:45.119Z] === RUN   TestAuthZPluginAllowEventStream
18:17:46 [2020-10-05T18:17:46.497Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s)
18:17:46 [2020-10-05T18:17:46.497Z] === RUN   TestAuthZPluginErrorResponse
18:17:46 [2020-10-05T18:17:46.500Z] === RUN   TestDockerSuite/TestBuildPATH
18:17:46 [2020-10-05T18:17:46.500Z] --- PASS: TestAuthZPluginAllowEventStream (1.42s)
18:17:46 [2020-10-05T18:17:46.500Z] === RUN   TestAuthZPluginErrorResponse
18:17:47 [2020-10-05T18:17:47.069Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
18:17:47 [2020-10-05T18:17:47.069Z] === RUN   TestAuthZPluginErrorRequest
18:17:47 [2020-10-05T18:17:47.070Z] --- PASS: TestAuthZPluginErrorResponse (0.68s)
18:17:47 [2020-10-05T18:17:47.070Z] === RUN   TestAuthZPluginErrorRequest
18:17:47 [2020-10-05T18:17:47.640Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
18:17:47 [2020-10-05T18:17:47.640Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:17:47 [2020-10-05T18:17:47.642Z] --- PASS: TestAuthZPluginErrorRequest (0.65s)
18:17:47 [2020-10-05T18:17:47.642Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:17:47 [2020-10-05T18:17:47.887Z] Leaving: AppArmorNo profiles have been unloaded.
18:17:47 [2020-10-05T18:17:47.887Z] 
18:17:47 [2020-10-05T18:17:47.887Z] Unloading profiles will leave already running processes permanently
18:17:47 [2020-10-05T18:17:47.887Z] unconfined, which can lead to unexpected situations.
18:17:47 [2020-10-05T18:17:47.887Z] 
18:17:47 [2020-10-05T18:17:47.887Z] To set a process to complain mode, use the command line tool
18:17:47 [2020-10-05T18:17:47.887Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:17:47 [2020-10-05T18:17:47.887Z] 
Post stage
[Pipeline] junit
18:17:48 [2020-10-05T18:17:48.151Z] Recording test results
18:17:48 [2020-10-05T18:17:48.210Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
18:17:48 [2020-10-05T18:17:48.211Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:17:48 [2020-10-05T18:17:48.211Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
18:17:48 [2020-10-05T18:17:48.586Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.73s)
18:17:48 [2020-10-05T18:17:48.587Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:17:49 [2020-10-05T18:17:49.151Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
18:17:49 [2020-10-05T18:17:49.283Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:49 [2020-10-05T18:17:49.283Z] INFO: Testing against a local daemon
18:17:49 [2020-10-05T18:17:49.283Z] === RUN   TestExternalGraphDriver
18:17:49 [2020-10-05T18:17:49.283Z] --- SKIP: TestExternalGraphDriver (0.00s)
18:17:49 [2020-10-05T18:17:49.283Z]     external_test.go:48: runtime.GOOS == "windows"
18:17:49 [2020-10-05T18:17:49.283Z] === RUN   TestGraphdriverPluginV2
18:17:49 [2020-10-05T18:17:49.283Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
18:17:49 [2020-10-05T18:17:49.283Z]     external_test.go:408: runtime.GOOS == "windows"
18:17:49 [2020-10-05T18:17:49.283Z] PASS
18:17:49 [2020-10-05T18:17:49.283Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.502s
[Pipeline] sh
18:17:49 [2020-10-05T18:17:49.723Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
18:17:49 [2020-10-05T18:17:49.743Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:49 [2020-10-05T18:17:49.743Z] INFO: Testing against a local daemon
18:17:49 [2020-10-05T18:17:49.743Z] === RUN   TestPluginInvalidJSON
18:17:49 [2020-10-05T18:17:49.743Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:17:49 [2020-10-05T18:17:49.743Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:17:49 [2020-10-05T18:17:49.743Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:17:49 [2020-10-05T18:17:49.743Z] --- PASS: TestPluginInvalidJSON (0.12s)
18:17:49 [2020-10-05T18:17:49.743Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.11s)
18:17:49 [2020-10-05T18:17:49.743Z] === RUN   TestPluginInstall
18:17:49 [2020-10-05T18:17:49.743Z] --- SKIP: TestPluginInstall (0.01s)
18:17:49 [2020-10-05T18:17:49.743Z]     plugin_test.go:55: testEnv.OSType == "windows"
18:17:49 [2020-10-05T18:17:49.743Z] PASS
18:17:49 [2020-10-05T18:17:49.743Z] ok  	github.com/docker/docker/integration/plugin/common	0.464s
18:17:49 [2020-10-05T18:17:49.743Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:49 [2020-10-05T18:17:49.743Z] INFO: Testing against a local daemon
18:17:49 [2020-10-05T18:17:49.743Z] === RUN   TestReadPluginNoRead
18:17:49 [2020-10-05T18:17:49.743Z] --- SKIP: TestReadPluginNoRead (0.00s)
18:17:49 [2020-10-05T18:17:49.743Z]     read_test.go:21: no unix domain sockets on Windows
18:17:49 [2020-10-05T18:17:49.743Z] PASS
18:17:49 [2020-10-05T18:17:49.743Z] ok  	github.com/docker/docker/integration/plugin/logging	0.242s
18:17:49 [2020-10-05T18:17:49.743Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
18:17:49 [2020-10-05T18:17:49.966Z] + echo Ensuring container killed.
18:17:49 [2020-10-05T18:17:49.967Z] Ensuring container killed.
18:17:49 [2020-10-05T18:17:49.967Z] + docker rm -vf docker-pr4
18:17:49 [2020-10-05T18:17:49.967Z] Error: No such container: docker-pr4
18:17:49 [2020-10-05T18:17:49.967Z] + true
[Pipeline] sh
18:17:49 [2020-10-05T18:17:49.983Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.83s)
18:17:49 [2020-10-05T18:17:49.983Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:17:50 [2020-10-05T18:17:50.202Z] testing: warning: no tests to run
18:17:50 [2020-10-05T18:17:50.202Z] PASS
18:17:50 [2020-10-05T18:17:50.202Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.084s [no tests to run]
18:17:50 [2020-10-05T18:17:50.202Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
18:17:50 [2020-10-05T18:17:50.282Z] + echo Chowning /workspace to jenkins user
18:17:50 [2020-10-05T18:17:50.282Z] Chowning /workspace to jenkins user
18:17:50 [2020-10-05T18:17:50.282Z] + id -u
18:17:50 [2020-10-05T18:17:50.282Z] + id -g
18:17:50 [2020-10-05T18:17:50.282Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41527:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:17:51 [2020-10-05T18:17:51.140Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.27s)
18:17:51 [2020-10-05T18:17:51.140Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:17:51 [2020-10-05T18:17:51.222Z] + bundleName=docker-py
18:17:51 [2020-10-05T18:17:51.222Z] + echo Creating docker-py-bundles.tar.gz
18:17:51 [2020-10-05T18:17:51.222Z] Creating docker-py-bundles.tar.gz
18:17:51 [2020-10-05T18:17:51.222Z] + 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
18:17:51 [2020-10-05T18:17:51.231Z] Archiving artifacts
18:17:51 [2020-10-05T18:17:51.740Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:51 [2020-10-05T18:17:51.740Z] INFO: Testing against a local daemon
18:17:51 [2020-10-05T18:17:51.740Z] === RUN   TestPluginWithDevMounts
18:17:51 [2020-10-05T18:17:51.740Z] --- SKIP: TestPluginWithDevMounts (0.00s)
18:17:51 [2020-10-05T18:17:51.740Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
18:17:51 [2020-10-05T18:17:51.740Z] PASS
18:17:51 [2020-10-05T18:17:51.740Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.195s
18:17:51 [2020-10-05T18:17:51.740Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
18:17:51 [2020-10-05T18:17:51.899Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s)
18:17:51 [2020-10-05T18:17:51.899Z] === RUN   TestAuthZPluginHeader
18:17:52 [2020-10-05T18:17:52.199Z] 
18:17:52 [2020-10-05T18:17:52.199Z] === Skipped
18:17:52 [2020-10-05T18:17:52.199Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s)
18:17:52 [2020-10-05T18:17:52.199Z]     plugin_test.go:55: testEnv.OSType == "windows"
18:17:52 [2020-10-05T18:17:52.199Z] 
18:17:52 [2020-10-05T18:17:52.199Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
18:17:52 [2020-10-05T18:17:52.199Z]     external_test.go:48: runtime.GOOS == "windows"
18:17:52 [2020-10-05T18:17:52.199Z] 
18:17:52 [2020-10-05T18:17:52.199Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
18:17:52 [2020-10-05T18:17:52.199Z]     external_test.go:408: runtime.GOOS == "windows"
18:17:52 [2020-10-05T18:17:52.199Z] 
18:17:52 [2020-10-05T18:17:52.199Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
18:17:52 [2020-10-05T18:17:52.199Z]     read_test.go:21: no unix domain sockets on Windows
18:17:52 [2020-10-05T18:17:52.199Z] 
18:17:52 [2020-10-05T18:17:52.199Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
18:17:52 [2020-10-05T18:17:52.199Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
18:17:52 [2020-10-05T18:17:52.199Z] 
18:17:52 [2020-10-05T18:17:52.199Z] 
18:17:52 [2020-10-05T18:17:52.199Z] DONE 7 tests, 5 skipped in 12.922s
18:17:52 [2020-10-05T18:17:52.199Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
18:17:52 [2020-10-05T18:17:52.199Z] testing: warning: no tests to run
18:17:52 [2020-10-05T18:17:52.199Z] PASS
18:17:52 [2020-10-05T18:17:52.199Z] ok  	github.com/docker/docker/integration/plugin/authz	(cached) [no tests to run]
18:17:52 [2020-10-05T18:17:52.199Z] 
18:17:52 [2020-10-05T18:17:52.199Z] DONE 0 tests in 0.307s
18:17:52 [2020-10-05T18:17:52.199Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
18:17:52 [2020-10-05T18:17:52.744Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41527/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
18:17:52 [2020-10-05T18:17:52.839Z] --- PASS: TestAuthZPluginHeader (0.84s)
18:17:52 [2020-10-05T18:17:52.840Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:17:53 [2020-10-05T18:17:53.056Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.29s)
18:17:53 [2020-10-05T18:17:53.056Z] === RUN   TestAuthZPluginHeader
18:17:53 [2020-10-05T18:17:53.098Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh binary-daemon
18:17:53 [2020-10-05T18:17:53.168Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:53 [2020-10-05T18:17:53.169Z] INFO: Testing against a local daemon
18:17:53 [2020-10-05T18:17:53.169Z] === RUN   TestPluginInvalidJSON
18:17:53 [2020-10-05T18:17:53.169Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:17:53 [2020-10-05T18:17:53.169Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:17:53 [2020-10-05T18:17:53.169Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:17:53 [2020-10-05T18:17:53.169Z] --- PASS: TestPluginInvalidJSON (0.12s)
18:17:53 [2020-10-05T18:17:53.169Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.11s)
18:17:53 [2020-10-05T18:17:53.169Z] === RUN   TestPluginInstall
18:17:53 [2020-10-05T18:17:53.169Z] --- SKIP: TestPluginInstall (0.01s)
18:17:53 [2020-10-05T18:17:53.169Z]     plugin_test.go:55: testEnv.OSType == "windows"
18:17:53 [2020-10-05T18:17:53.169Z] PASS
18:17:53 [2020-10-05T18:17:53.169Z] ok  	github.com/docker/docker/integration/plugin/common	(cached)
18:17:53 [2020-10-05T18:17:53.169Z] 
18:17:53 [2020-10-05T18:17:53.169Z] === Skipped
18:17:53 [2020-10-05T18:17:53.169Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s)
18:17:53 [2020-10-05T18:17:53.169Z]     plugin_test.go:55: testEnv.OSType == "windows"
18:17:53 [2020-10-05T18:17:53.169Z] 
18:17:53 [2020-10-05T18:17:53.169Z] 
18:17:53 [2020-10-05T18:17:53.169Z] DONE 3 tests, 1 skipped in 0.804s
18:17:53 [2020-10-05T18:17:53.169Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
18:17:53 [2020-10-05T18:17:53.353Z] 
18:17:53 [2020-10-05T18:17:53.608Z] Removing bundles/
18:17:53 [2020-10-05T18:17:53.608Z] 
18:17:53 [2020-10-05T18:17:53.608Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
18:17:53 [2020-10-05T18:17:53.608Z] Building: bundles/binary-daemon/dockerd-dev
18:17:53 [2020-10-05T18:17:53.608Z] GOOS="" GOARCH="" GOARM=""
18:17:54 [2020-10-05T18:17:54.000Z] --- PASS: TestAuthZPluginHeader (1.04s)
18:17:54 [2020-10-05T18:17:54.000Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:17:54 [2020-10-05T18:17:54.000Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
18:17:54 [2020-10-05T18:17:54.000Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:17:54 [2020-10-05T18:17:54.000Z] === RUN   TestAuthZPluginV2Disable
18:17:54 [2020-10-05T18:17:54.000Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
18:17:54 [2020-10-05T18:17:54.000Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:17:54 [2020-10-05T18:17:54.000Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:17:54 [2020-10-05T18:17:54.000Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:17:54 [2020-10-05T18:17:54.000Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:17:54 [2020-10-05T18:17:54.000Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:17:54 [2020-10-05T18:17:54.000Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:17:54 [2020-10-05T18:17:54.000Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:17:54 [2020-10-05T18:17:54.000Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:17:54 [2020-10-05T18:17:54.138Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:54 [2020-10-05T18:17:54.138Z] INFO: Testing against a local daemon
18:17:54 [2020-10-05T18:17:54.138Z] === RUN   TestExternalGraphDriver
18:17:54 [2020-10-05T18:17:54.138Z] --- SKIP: TestExternalGraphDriver (0.00s)
18:17:54 [2020-10-05T18:17:54.138Z]     external_test.go:48: runtime.GOOS == "windows"
18:17:54 [2020-10-05T18:17:54.138Z] === RUN   TestGraphdriverPluginV2
18:17:54 [2020-10-05T18:17:54.138Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
18:17:54 [2020-10-05T18:17:54.138Z]     external_test.go:408: runtime.GOOS == "windows"
18:17:54 [2020-10-05T18:17:54.138Z] PASS
18:17:54 [2020-10-05T18:17:54.138Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	(cached)
18:17:54 [2020-10-05T18:17:54.138Z] 
18:17:54 [2020-10-05T18:17:54.138Z] === Skipped
18:17:54 [2020-10-05T18:17:54.138Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
18:17:54 [2020-10-05T18:17:54.138Z]     external_test.go:48: runtime.GOOS == "windows"
18:17:54 [2020-10-05T18:17:54.138Z] 
18:17:54 [2020-10-05T18:17:54.138Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
18:17:54 [2020-10-05T18:17:54.138Z]     external_test.go:408: runtime.GOOS == "windows"
18:17:54 [2020-10-05T18:17:54.138Z] 
18:17:54 [2020-10-05T18:17:54.138Z] 
18:17:54 [2020-10-05T18:17:54.138Z] DONE 2 tests, 2 skipped in 0.762s
18:17:54 [2020-10-05T18:17:54.138Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
18:17:55 [2020-10-05T18:17:55.108Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:55 [2020-10-05T18:17:55.108Z] INFO: Testing against a local daemon
18:17:55 [2020-10-05T18:17:55.108Z] testing: warning: no tests to run
18:17:55 [2020-10-05T18:17:55.108Z] === RUN   TestReadPluginNoRead
18:17:55 [2020-10-05T18:17:55.108Z] --- SKIP: TestReadPluginNoRead (0.00s)
18:17:55 [2020-10-05T18:17:55.108Z] PASS
18:17:55 [2020-10-05T18:17:55.108Z]     read_test.go:21: no unix domain sockets on Windows
18:17:55 [2020-10-05T18:17:55.108Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
18:17:55 [2020-10-05T18:17:55.108Z] PASS
18:17:55 [2020-10-05T18:17:55.108Z] ok  	github.com/docker/docker/integration/plugin/logging	(cached)
18:17:55 [2020-10-05T18:17:55.108Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
18:17:55 [2020-10-05T18:17:55.108Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
18:17:55 [2020-10-05T18:17:55.108Z] 
18:17:55 [2020-10-05T18:17:55.108Z] === Skipped
18:17:55 [2020-10-05T18:17:55.108Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
18:17:55 [2020-10-05T18:17:55.108Z]     read_test.go:21: no unix domain sockets on Windows
18:17:55 [2020-10-05T18:17:55.108Z] 
18:17:55 [2020-10-05T18:17:55.108Z] 
18:17:55 [2020-10-05T18:17:55.108Z] DONE 1 tests, 1 skipped in 0.871s
18:17:55 [2020-10-05T18:17:55.108Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
18:17:55 [2020-10-05T18:17:55.567Z] testing: warning: no tests to run
18:17:55 [2020-10-05T18:17:55.567Z] PASS
18:17:55 [2020-10-05T18:17:55.567Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
18:17:55 [2020-10-05T18:17:55.567Z] 
18:17:55 [2020-10-05T18:17:55.567Z] DONE 0 tests in 0.505s
18:17:55 [2020-10-05T18:17:55.567Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
18:17:56 [2020-10-05T18:17:56.538Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:56 [2020-10-05T18:17:56.538Z] INFO: Testing against a local daemon
18:17:56 [2020-10-05T18:17:56.538Z] === RUN   TestPluginWithDevMounts
18:17:56 [2020-10-05T18:17:56.538Z] --- SKIP: TestPluginWithDevMounts (0.00s)
18:17:56 [2020-10-05T18:17:56.538Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
18:17:56 [2020-10-05T18:17:56.538Z] PASS
18:17:56 [2020-10-05T18:17:56.538Z] ok  	github.com/docker/docker/integration/plugin/volumes	(cached)
18:17:56 [2020-10-05T18:17:56.538Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
18:17:56 [2020-10-05T18:17:56.538Z] 
18:17:56 [2020-10-05T18:17:56.538Z] === Skipped
18:17:56 [2020-10-05T18:17:56.538Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
18:17:56 [2020-10-05T18:17:56.538Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
18:17:56 [2020-10-05T18:17:56.538Z] 
18:17:56 [2020-10-05T18:17:56.538Z] 
18:17:56 [2020-10-05T18:17:56.538Z] DONE 1 tests, 1 skipped in 0.786s
18:17:56 [2020-10-05T18:17:56.538Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
18:17:57 [2020-10-05T18:17:57.039Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s)
18:17:57 [2020-10-05T18:17:57.039Z] === RUN   TestAuthZPluginV2Disable
18:17:57 [2020-10-05T18:17:57.039Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
18:17:57 [2020-10-05T18:17:57.365Z] --- PASS: TestServiceUpdateSecrets (16.02s)
18:17:57 [2020-10-05T18:17:57.365Z] === RUN   TestServiceUpdateConfigs
18:17:58 [2020-10-05T18:17:58.720Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:17:58 [2020-10-05T18:17:58.720Z] INFO: Testing against a local daemon
18:17:58 [2020-10-05T18:17:58.720Z] === RUN   TestSecretInspect
18:17:58 [2020-10-05T18:17:58.720Z] --- SKIP: TestSecretInspect (0.01s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] === RUN   TestSecretList
18:17:58 [2020-10-05T18:17:58.720Z] --- SKIP: TestSecretList (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] === RUN   TestSecretsCreateAndDelete
18:17:58 [2020-10-05T18:17:58.720Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] === RUN   TestSecretsUpdate
18:17:58 [2020-10-05T18:17:58.720Z] --- SKIP: TestSecretsUpdate (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] === RUN   TestTemplatedSecret
18:17:58 [2020-10-05T18:17:58.720Z] --- SKIP: TestTemplatedSecret (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] === RUN   TestSecretCreateResolve
18:17:58 [2020-10-05T18:17:58.720Z] --- SKIP: TestSecretCreateResolve (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
18:17:58 [2020-10-05T18:17:58.720Z] PASS
18:17:58 [2020-10-05T18:17:58.720Z] ok  	github.com/docker/docker/integration/secret	0.278s
18:17:58 [2020-10-05T18:17:58.720Z] 
18:17:58 [2020-10-05T18:17:58.720Z] === Skipped
18:17:58 [2020-10-05T18:17:58.720Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.01s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] 
18:17:58 [2020-10-05T18:17:58.720Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] 
18:17:58 [2020-10-05T18:17:58.720Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] 
18:17:58 [2020-10-05T18:17:58.720Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] 
18:17:58 [2020-10-05T18:17:58.720Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
18:17:58 [2020-10-05T18:17:58.720Z] 
18:17:58 [2020-10-05T18:17:58.720Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
18:17:58 [2020-10-05T18:17:58.720Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
18:17:58 [2020-10-05T18:17:58.720Z] 
18:17:58 [2020-10-05T18:17:58.720Z] 
18:17:58 [2020-10-05T18:17:58.720Z] DONE 6 tests, 6 skipped in 2.317s
18:17:58 [2020-10-05T18:17:58.720Z] Running D:\gopath\src\github.com\docker\docker\integration\service
18:18:00 [2020-10-05T18:18:00.335Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
18:18:00 [2020-10-05T18:18:00.594Z] --- PASS: TestAuthZPluginV2Disable (3.63s)
18:18:00 [2020-10-05T18:18:00.594Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:18:01 [2020-10-05T18:18:01.630Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:18:01 [2020-10-05T18:18:01.630Z] INFO: Testing against a local daemon
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceCreateInit
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:18:01 [2020-10-05T18:18:01.630Z] --- PASS: TestServiceCreateInit (0.04s)
18:18:01 [2020-10-05T18:18:01.630Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateServiceMultipleTimes
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateServiceConflict
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateServiceConflict (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateServiceMaxReplicas
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateWithDuplicateNetworkNames
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateServiceSecretFileMode
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateServiceConfigFileMode
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateServiceSysctls
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateServiceSysctls (0.03s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateServiceCapabilities
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestInspect
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestInspect (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestCreateJob
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestCreateJob (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestReplicatedJob
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestReplicatedJob (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestUpdateReplicatedJob
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceListWithStatuses
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestDockerNetworkConnectAlias
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestDockerNetworkReConnect
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServicePlugin
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestServicePlugin (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceUpdateLabel
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestServiceUpdateLabel (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceUpdateSecrets
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceUpdateConfigs
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceUpdateNetwork
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.630Z] === RUN   TestServiceUpdatePidsLimit
18:18:01 [2020-10-05T18:18:01.630Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
18:18:01 [2020-10-05T18:18:01.630Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.630Z] PASS
18:18:01 [2020-10-05T18:18:01.630Z] ok  	github.com/docker/docker/integration/service	0.397s
18:18:01 [2020-10-05T18:18:01.630Z] 
18:18:01 [2020-10-05T18:18:01.630Z] === Skipped
18:18:01 [2020-10-05T18:18:01.630Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] 
18:18:01 [2020-10-05T18:18:01.630Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] 
18:18:01 [2020-10-05T18:18:01.630Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] 
18:18:01 [2020-10-05T18:18:01.630Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
18:18:01 [2020-10-05T18:18:01.630Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.630Z] 
18:18:01 [2020-10-05T18:18:01.630Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
18:18:01 [2020-10-05T18:18:01.631Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
18:18:01 [2020-10-05T18:18:01.631Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
18:18:01 [2020-10-05T18:18:01.631Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
18:18:01 [2020-10-05T18:18:01.631Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
18:18:01 [2020-10-05T18:18:01.631Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] 
18:18:01 [2020-10-05T18:18:01.631Z] DONE 24 tests, 23 skipped in 2.889s
18:18:01 [2020-10-05T18:18:01.631Z] Running D:\gopath\src\github.com\docker\docker\integration\session
18:18:01 [2020-10-05T18:18:01.977Z] === RUN   TestDockerSuite/TestBuildRm
18:18:03 [2020-10-05T18:18:03.811Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:18:03 [2020-10-05T18:18:03.811Z] INFO: Testing against a local daemon
18:18:03 [2020-10-05T18:18:03.811Z] === RUN   TestSessionCreate
18:18:03 [2020-10-05T18:18:03.811Z] --- SKIP: TestSessionCreate (0.00s)
18:18:03 [2020-10-05T18:18:03.811Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
18:18:03 [2020-10-05T18:18:03.811Z] === RUN   TestSessionCreateWithBadUpgrade
18:18:03 [2020-10-05T18:18:03.811Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
18:18:03 [2020-10-05T18:18:03.811Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
18:18:03 [2020-10-05T18:18:03.811Z] PASS
18:18:03 [2020-10-05T18:18:03.811Z] ok  	github.com/docker/docker/integration/session	0.179s
18:18:03 [2020-10-05T18:18:03.811Z] 
18:18:03 [2020-10-05T18:18:03.811Z] === Skipped
18:18:03 [2020-10-05T18:18:03.811Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
18:18:03 [2020-10-05T18:18:03.811Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
18:18:03 [2020-10-05T18:18:03.811Z] 
18:18:03 [2020-10-05T18:18:03.811Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
18:18:03 [2020-10-05T18:18:03.811Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
18:18:03 [2020-10-05T18:18:03.811Z] 
18:18:03 [2020-10-05T18:18:03.811Z] 
18:18:03 [2020-10-05T18:18:03.811Z] DONE 2 tests, 2 skipped in 2.107s
18:18:03 [2020-10-05T18:18:03.811Z] Running D:\gopath\src\github.com\docker\docker\integration\system
18:18:03 [2020-10-05T18:18:03.888Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.29s)
18:18:03 [2020-10-05T18:18:03.888Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:18:04 [2020-10-05T18:18:04.147Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
18:18:05 [2020-10-05T18:18:05.086Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
18:18:05 [2020-10-05T18:18:05.992Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:18:05 [2020-10-05T18:18:05.992Z] INFO: Testing against a local daemon
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:18:05 [2020-10-05T18:18:05.992Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:18:05 [2020-10-05T18:18:05.992Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestEventsExecDie
18:18:05 [2020-10-05T18:18:05.992Z] --- SKIP: TestEventsExecDie (0.00s)
18:18:05 [2020-10-05T18:18:05.992Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestEventsBackwardsCompatible
18:18:05 [2020-10-05T18:18:05.992Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
18:18:05 [2020-10-05T18:18:05.992Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestInfoAPI
18:18:05 [2020-10-05T18:18:05.992Z] --- PASS: TestInfoAPI (0.03s)
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestInfoAPIWarnings
18:18:05 [2020-10-05T18:18:05.992Z] --- SKIP: TestInfoAPIWarnings (0.00s)
18:18:05 [2020-10-05T18:18:05.992Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestInfoDebug
18:18:05 [2020-10-05T18:18:05.992Z] --- SKIP: TestInfoDebug (0.00s)
18:18:05 [2020-10-05T18:18:05.992Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestInfoInsecureRegistries
18:18:05 [2020-10-05T18:18:05.992Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
18:18:05 [2020-10-05T18:18:05.992Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestInfoRegistryMirrors
18:18:05 [2020-10-05T18:18:05.992Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
18:18:05 [2020-10-05T18:18:05.992Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:18:05 [2020-10-05T18:18:05.992Z] === RUN   TestLoginFailsWithBadCredentials
18:18:06 [2020-10-05T18:18:06.028Z] === RUN   TestDockerSuite/TestBuildScratchCopy
18:18:06 [2020-10-05T18:18:06.598Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
18:18:06 [2020-10-05T18:18:06.858Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
18:18:06 [2020-10-05T18:18:06.963Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
18:18:06 [2020-10-05T18:18:06.963Z] === RUN   TestPingCacheHeaders
18:18:06 [2020-10-05T18:18:06.963Z] --- PASS: TestPingCacheHeaders (0.03s)
18:18:06 [2020-10-05T18:18:06.963Z] === RUN   TestPingGet
18:18:06 [2020-10-05T18:18:06.963Z] --- PASS: TestPingGet (0.03s)
18:18:06 [2020-10-05T18:18:06.963Z] === RUN   TestPingHead
18:18:06 [2020-10-05T18:18:06.963Z] --- PASS: TestPingHead (0.03s)
18:18:06 [2020-10-05T18:18:06.963Z] === RUN   TestVersion
18:18:06 [2020-10-05T18:18:06.963Z] --- PASS: TestVersion (0.03s)
18:18:06 [2020-10-05T18:18:06.963Z] PASS
18:18:06 [2020-10-05T18:18:06.963Z] ok  	github.com/docker/docker/integration/system	1.347s
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] === Skipped
18:18:07 [2020-10-05T18:18:07.422Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:18:07 [2020-10-05T18:18:07.422Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
18:18:07 [2020-10-05T18:18:07.422Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
18:18:07 [2020-10-05T18:18:07.422Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
18:18:07 [2020-10-05T18:18:07.422Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
18:18:07 [2020-10-05T18:18:07.422Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
18:18:07 [2020-10-05T18:18:07.422Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
18:18:07 [2020-10-05T18:18:07.422Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] 
18:18:07 [2020-10-05T18:18:07.422Z] DONE 13 tests, 7 skipped in 3.504s
18:18:07 [2020-10-05T18:18:07.422Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
18:18:07 [2020-10-05T18:18:07.803Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
18:18:08 [2020-10-05T18:18:08.749Z] === RUN   TestDockerSuite/TestBuildShellInherited
18:18:09 [2020-10-05T18:18:09.602Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:18:09 [2020-10-05T18:18:09.602Z] INFO: Testing against a local daemon
18:18:09 [2020-10-05T18:18:09.602Z] === RUN   TestVolumesCreateAndList
18:18:09 [2020-10-05T18:18:09.602Z] --- PASS: TestVolumesCreateAndList (0.04s)
18:18:09 [2020-10-05T18:18:09.602Z] === RUN   TestVolumesRemove
18:18:09 [2020-10-05T18:18:09.602Z] --- PASS: TestVolumesRemove (0.07s)
18:18:09 [2020-10-05T18:18:09.602Z] === RUN   TestVolumesInspect
18:18:09 [2020-10-05T18:18:09.602Z] --- PASS: TestVolumesInspect (0.04s)
18:18:09 [2020-10-05T18:18:09.602Z] === RUN   TestVolumesInvalidJSON
18:18:09 [2020-10-05T18:18:09.602Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:18:09 [2020-10-05T18:18:09.602Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:18:09 [2020-10-05T18:18:09.602Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:18:09 [2020-10-05T18:18:09.602Z] --- PASS: TestVolumesInvalidJSON (0.03s)
18:18:09 [2020-10-05T18:18:09.602Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:18:09 [2020-10-05T18:18:09.602Z] PASS
18:18:09 [2020-10-05T18:18:09.602Z] ok  	github.com/docker/docker/integration/volume	0.335s
18:18:10 [2020-10-05T18:18:10.061Z] 
18:18:10 [2020-10-05T18:18:10.061Z] DONE 5 tests in 2.404s
18:18:10 [2020-10-05T18:18:10.061Z] INFO: make.ps1 ended at 10/05/2020 18:18:09
18:18:10 [2020-10-05T18:18:10.061Z] INFO: Integration CLI tests being run from the host:
18:18:10 [2020-10-05T18:18:10.061Z] 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" 
18:18:10 [2020-10-05T18:18:10.131Z] === RUN   TestDockerSuite/TestBuildShellMultiple
18:18:10 [2020-10-05T18:18:10.131Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
18:18:12 [2020-10-05T18:18:12.121Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.16s)
18:18:12 [2020-10-05T18:18:12.121Z] PASS
18:18:12 [2020-10-05T18:18:12.383Z] 
18:18:12 [2020-10-05T18:18:12.383Z] === Skipped
18:18:12 [2020-10-05T18:18:12.383Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
18:18:12 [2020-10-05T18:18:12.383Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:18:12 [2020-10-05T18:18:12.383Z] 
18:18:12 [2020-10-05T18:18:12.383Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
18:18:12 [2020-10-05T18:18:12.383Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:18:12 [2020-10-05T18:18:12.383Z] 
18:18:12 [2020-10-05T18:18:12.383Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:18:12 [2020-10-05T18:18:12.383Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:18:12 [2020-10-05T18:18:12.383Z] 
18:18:12 [2020-10-05T18:18:12.383Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:18:12 [2020-10-05T18:18:12.383Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:18:12 [2020-10-05T18:18:12.383Z] 
18:18:12 [2020-10-05T18:18:12.383Z] 
18:18:12 [2020-10-05T18:18:12.383Z] DONE 17 tests, 4 skipped in 32.199s
18:18:12 [2020-10-05T18:18:12.383Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:18:12 [2020-10-05T18:18:12.383Z] ++ 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
18:18:12 [2020-10-05T18:18:12.383Z] ++ set -e
18:18:12 [2020-10-05T18:18:12.383Z] ++ '[' -n 0 ']'
18:18:12 [2020-10-05T18:18:12.383Z] ++ set -x
18:18:12 [2020-10-05T18:18:12.383Z] ++ 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 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
18:18:12 [2020-10-05T18:18:12.383Z] INFO: Testing against a local daemon
18:18:12 [2020-10-05T18:18:12.383Z] === RUN   TestPluginInvalidJSON
18:18:12 [2020-10-05T18:18:12.383Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:18:12 [2020-10-05T18:18:12.383Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:18:12 [2020-10-05T18:18:12.644Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:18:12 [2020-10-05T18:18:12.644Z] --- PASS: TestPluginInvalidJSON (0.04s)
18:18:12 [2020-10-05T18:18:12.644Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:18:12 [2020-10-05T18:18:12.644Z] === RUN   TestPluginInstall
18:18:12 [2020-10-05T18:18:12.644Z] === RUN   TestPluginInstall/no_auth
18:18:12 [2020-10-05T18:18:12.739Z] --- PASS: TestServiceUpdateConfigs (16.00s)
18:18:12 [2020-10-05T18:18:12.739Z] === RUN   TestServiceUpdateNetwork
18:18:15 [2020-10-05T18:18:15.413Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
18:18:15 [2020-10-05T18:18:15.413Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
18:18:15 [2020-10-05T18:18:15.413Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
18:18:15 [2020-10-05T18:18:15.413Z] === RUN   TestDockerSuite/TestBuildSpaces
18:18:15 [2020-10-05T18:18:15.673Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
18:18:16 [2020-10-05T18:18:16.241Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
18:18:16 [2020-10-05T18:18:16.502Z] === RUN   TestDockerSuite/TestBuildStderr
18:18:17 [2020-10-05T18:18:17.071Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
18:18:17 [2020-10-05T18:18:17.943Z] time="2020-10-05T18:18:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:17 [2020-10-05T18:18:17.943Z] time="2020-10-05T18:18:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:03da79d69017316f9bf5ee557811fe9cdb97f4de70b3281bcab61183e8a3e93e" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:17 [2020-10-05T18:18:17.943Z] time="2020-10-05T18:18:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:17 [2020-10-05T18:18:17.943Z] time="2020-10-05T18:18:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:03da79d69017316f9bf5ee557811fe9cdb97f4de70b3281bcab61183e8a3e93e" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:18 [2020-10-05T18:18:18.010Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (14.22s)
18:18:18 [2020-10-05T18:18:18.010Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:18:18 [2020-10-05T18:18:18.515Z] === RUN   TestPluginInstall/with_htpasswd
18:18:18 [2020-10-05T18:18:18.892Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
18:18:18 [2020-10-05T18:18:18.892Z] INFO: Testing against a local daemon
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite/TestAPIErrorJSON
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
18:18:18 [2020-10-05T18:18:18.892Z] === RUN   TestDockerSuite/TestAPIImagesDelete
18:18:19 [2020-10-05T18:18:19.088Z] time="2020-10-05T18:18:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:19 [2020-10-05T18:18:19.088Z] time="2020-10-05T18:18:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d63c0118dc0bcfbebab0f9f55c3e1be396805e681f447bf595591ae9d2f8c9b1" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:19 [2020-10-05T18:18:19.088Z] time="2020-10-05T18:18:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:19 [2020-10-05T18:18:19.088Z] time="2020-10-05T18:18:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d63c0118dc0bcfbebab0f9f55c3e1be396805e681f447bf595591ae9d2f8c9b1" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:19 [2020-10-05T18:18:19.354Z] === RUN   TestDockerSuite/TestAPIImagesFilter
18:18:19 [2020-10-05T18:18:19.354Z] === RUN   TestDockerSuite/TestAPIImagesHistory
18:18:19 [2020-10-05T18:18:19.661Z] === RUN   TestPluginInstall/with_insecure
18:18:19 [2020-10-05T18:18:19.945Z] === RUN   TestDockerSuite/TestBuildStopSignal
18:18:20 [2020-10-05T18:18:20.323Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
18:18:20 [2020-10-05T18:18:20.323Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
18:18:20 [2020-10-05T18:18:20.885Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
18:18:21 [2020-10-05T18:18:21.047Z] time="2020-10-05T18:18:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:21 [2020-10-05T18:18:21.047Z] time="2020-10-05T18:18:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bdf41c2c911cc2d94e12f5c88b41c032c55305bb5d33e611ea14bc21d58aa94a" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:21 [2020-10-05T18:18:21.047Z] time="2020-10-05T18:18:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:21 [2020-10-05T18:18:21.048Z] time="2020-10-05T18:18:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bdf41c2c911cc2d94e12f5c88b41c032c55305bb5d33e611ea14bc21d58aa94a" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:21 [2020-10-05T18:18:21.309Z] --- PASS: TestPluginInstall (8.89s)
18:18:21 [2020-10-05T18:18:21.309Z]     --- PASS: TestPluginInstall/no_auth (5.90s)
18:18:21 [2020-10-05T18:18:21.309Z]     --- PASS: TestPluginInstall/with_htpasswd (1.21s)
18:18:21 [2020-10-05T18:18:21.309Z]     --- PASS: TestPluginInstall/with_insecure (1.78s)
18:18:21 [2020-10-05T18:18:21.309Z]         plugin_test.go:157: [d4dd246aaf706] daemon is not started
18:18:21 [2020-10-05T18:18:21.309Z] PASS
18:18:21 [2020-10-05T18:18:21.309Z] 
18:18:21 [2020-10-05T18:18:21.309Z] DONE 6 tests in 9.147s
18:18:21 [2020-10-05T18:18:21.309Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:18:21 [2020-10-05T18:18:21.309Z] ++ 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
18:18:21 [2020-10-05T18:18:21.309Z] ++ set -e
18:18:21 [2020-10-05T18:18:21.309Z] ++ '[' -n 0 ']'
18:18:21 [2020-10-05T18:18:21.309Z] ++ set -x
18:18:21 [2020-10-05T18:18:21.309Z] ++ 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 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
18:18:21 [2020-10-05T18:18:21.456Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
18:18:21 [2020-10-05T18:18:21.571Z] INFO: Testing against a local daemon
18:18:21 [2020-10-05T18:18:21.571Z] === RUN   TestExternalGraphDriver
18:18:21 [2020-10-05T18:18:21.715Z] === RUN   TestDockerSuite/TestBuildTagEvent
18:18:21 [2020-10-05T18:18:21.832Z] === RUN   TestExternalGraphDriver/json
18:18:22 [2020-10-05T18:18:22.285Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
18:18:23 [2020-10-05T18:18:23.232Z] === RUN   TestDockerSuite/TestBuildUser
18:18:24 [2020-10-05T18:18:24.383Z] === RUN   TestExternalGraphDriver/spec
18:18:24 [2020-10-05T18:18:24.612Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
18:18:25 [2020-10-05T18:18:25.407Z] --- PASS: TestBuildWithHugeFile (54.79s)
18:18:25 [2020-10-05T18:18:25.408Z] === RUN   TestBuildWithEmptyDockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
18:18:25 [2020-10-05T18:18:25.408Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
18:18:25 [2020-10-05T18:18:25.408Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s)
18:18:25 [2020-10-05T18:18:25.408Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s)
18:18:25 [2020-10-05T18:18:25.408Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s)
18:18:25 [2020-10-05T18:18:25.408Z] === RUN   TestBuildPreserveOwnership
18:18:25 [2020-10-05T18:18:25.408Z] === RUN   TestBuildPreserveOwnership/copy_from
18:18:25 [2020-10-05T18:18:25.704Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
18:18:26 [2020-10-05T18:18:26.933Z] === RUN   TestExternalGraphDriver/pull
18:18:27 [2020-10-05T18:18:27.150Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
18:18:27 [2020-10-05T18:18:27.252Z] --- PASS: TestBuildPreserveOwnership (3.99s)
18:18:27 [2020-10-05T18:18:27.252Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.60s)
18:18:27 [2020-10-05T18:18:27.252Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.37s)
18:18:27 [2020-10-05T18:18:27.252Z] === RUN   TestBuildPlatformInvalid
18:18:27 [2020-10-05T18:18:27.252Z] --- PASS: TestBuildPlatformInvalid (0.11s)
18:18:27 [2020-10-05T18:18:27.252Z] PASS
18:18:27 [2020-10-05T18:18:27.252Z] 
18:18:27 [2020-10-05T18:18:27.252Z] === Skipped
18:18:27 [2020-10-05T18:18:27.252Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
18:18:27 [2020-10-05T18:18:27.252Z]     build_session_test.go:25: TODO: BuildKit
18:18:27 [2020-10-05T18:18:27.252Z] 
18:18:27 [2020-10-05T18:18:27.252Z] 
18:18:27 [2020-10-05T18:18:27.252Z] DONE 32 tests, 1 skipped in 94.428s
18:18:27 [2020-10-05T18:18:27.252Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
18:18:27 [2020-10-05T18:18:27.252Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
18:18:27 [2020-10-05T18:18:27.252Z] ++ set -e
18:18:27 [2020-10-05T18:18:27.252Z] ++ '[' -n 0 ']'
18:18:27 [2020-10-05T18:18:27.252Z] ++ set -x
18:18:27 [2020-10-05T18:18:27.252Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
18:18:27 [2020-10-05T18:18:27.547Z] INFO: Testing against a local daemon
18:18:27 [2020-10-05T18:18:27.547Z] === RUN   TestConfigInspect
18:18:28 [2020-10-05T18:18:28.123Z] --- PASS: TestServiceUpdateNetwork (16.22s)
18:18:28 [2020-10-05T18:18:28.123Z] === RUN   TestServiceUpdatePidsLimit
18:18:28 [2020-10-05T18:18:28.123Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
18:18:29 [2020-10-05T18:18:29.178Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
18:18:29 [2020-10-05T18:18:29.482Z] --- PASS: TestExternalGraphDriver (7.63s)
18:18:29 [2020-10-05T18:18:29.482Z]     --- PASS: TestExternalGraphDriver/json (2.56s)
18:18:29 [2020-10-05T18:18:29.482Z]     --- PASS: TestExternalGraphDriver/spec (2.71s)
18:18:29 [2020-10-05T18:18:29.482Z]     --- PASS: TestExternalGraphDriver/pull (2.23s)
18:18:29 [2020-10-05T18:18:29.482Z] === RUN   TestGraphdriverPluginV2
18:18:29 [2020-10-05T18:18:29.482Z] --- SKIP: TestGraphdriverPluginV2 (0.04s)
18:18:29 [2020-10-05T18:18:29.482Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:18:29 [2020-10-05T18:18:29.482Z] PASS
18:18:29 [2020-10-05T18:18:29.482Z] 
18:18:29 [2020-10-05T18:18:29.482Z] === Skipped
18:18:29 [2020-10-05T18:18:29.482Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.04s)
18:18:29 [2020-10-05T18:18:29.482Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:18:29 [2020-10-05T18:18:29.482Z] 
18:18:29 [2020-10-05T18:18:29.482Z] 
18:18:29 [2020-10-05T18:18:29.482Z] DONE 5 tests, 1 skipped in 7.856s
18:18:29 [2020-10-05T18:18:29.482Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:18:29 [2020-10-05T18:18:29.482Z] ++ 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
18:18:29 [2020-10-05T18:18:29.482Z] ++ set -e
18:18:29 [2020-10-05T18:18:29.482Z] ++ '[' -n 0 ']'
18:18:29 [2020-10-05T18:18:29.482Z] ++ set -x
18:18:29 [2020-10-05T18:18:29.482Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
18:18:29 [2020-10-05T18:18:29.482Z] INFO: Testing against a local daemon
18:18:29 [2020-10-05T18:18:29.482Z] === RUN   TestContinueAfterPluginCrash
18:18:29 [2020-10-05T18:18:29.482Z] === PAUSE TestContinueAfterPluginCrash
18:18:29 [2020-10-05T18:18:29.482Z] === RUN   TestReadPluginNoRead
18:18:29 [2020-10-05T18:18:29.482Z] === PAUSE TestReadPluginNoRead
18:18:29 [2020-10-05T18:18:29.482Z] === RUN   TestDaemonStartWithLogOpt
18:18:29 [2020-10-05T18:18:29.482Z] === PAUSE TestDaemonStartWithLogOpt
18:18:29 [2020-10-05T18:18:29.482Z] === CONT  TestContinueAfterPluginCrash
18:18:29 [2020-10-05T18:18:29.482Z] === CONT  TestDaemonStartWithLogOpt
18:18:29 [2020-10-05T18:18:29.482Z] === CONT  TestReadPluginNoRead
18:18:29 [2020-10-05T18:18:29.634Z] --- PASS: TestConfigInspect (1.99s)
18:18:29 [2020-10-05T18:18:29.634Z] === RUN   TestConfigList
18:18:31 [2020-10-05T18:18:31.758Z] --- PASS: TestConfigList (1.98s)
18:18:31 [2020-10-05T18:18:31.758Z] === RUN   TestConfigsCreateAndDelete
18:18:33 [2020-10-05T18:18:33.286Z] --- PASS: TestConfigsCreateAndDelete (1.97s)
18:18:33 [2020-10-05T18:18:33.286Z] === RUN   TestConfigsUpdate
18:18:34 [2020-10-05T18:18:34.782Z] === RUN   TestReadPluginNoRead/default
18:18:34 [2020-10-05T18:18:34.782Z] --- PASS: TestDaemonStartWithLogOpt (4.94s)
18:18:35 [2020-10-05T18:18:35.275Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.70s)
18:18:35 [2020-10-05T18:18:35.275Z] PASS
18:18:35 [2020-10-05T18:18:35.275Z] 
18:18:35 [2020-10-05T18:18:35.275Z] DONE 17 tests in 53.802s
18:18:35 [2020-10-05T18:18:35.275Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:18:35 [2020-10-05T18:18:35.275Z] ++ 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
18:18:35 [2020-10-05T18:18:35.275Z] ++ set -e
18:18:35 [2020-10-05T18:18:35.275Z] ++ '[' -n 0 ']'
18:18:35 [2020-10-05T18:18:35.275Z] ++ set -x
18:18:35 [2020-10-05T18:18:35.276Z] ++ 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 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
18:18:35 [2020-10-05T18:18:35.276Z] INFO: Testing against a local daemon
18:18:35 [2020-10-05T18:18:35.276Z] === RUN   TestPluginInvalidJSON
18:18:35 [2020-10-05T18:18:35.276Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:18:35 [2020-10-05T18:18:35.276Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:18:35 [2020-10-05T18:18:35.276Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:18:35 [2020-10-05T18:18:35.276Z] --- PASS: TestPluginInvalidJSON (0.03s)
18:18:35 [2020-10-05T18:18:35.276Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:18:35 [2020-10-05T18:18:35.276Z] === RUN   TestPluginInstall
18:18:35 [2020-10-05T18:18:35.276Z] === RUN   TestPluginInstall/no_auth
18:18:35 [2020-10-05T18:18:35.370Z] --- PASS: TestConfigsUpdate (1.96s)
18:18:35 [2020-10-05T18:18:35.370Z] === RUN   TestTemplatedConfig
18:18:35 [2020-10-05T18:18:35.726Z] === RUN   TestReadPluginNoRead/disabled_caching
18:18:35 [2020-10-05T18:18:35.845Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
18:18:36 [2020-10-05T18:18:36.096Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
18:18:37 [2020-10-05T18:18:37.643Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:18:38 [2020-10-05T18:18:38.122Z] --- PASS: TestTemplatedConfig (2.47s)
18:18:38 [2020-10-05T18:18:38.122Z] === RUN   TestConfigCreateResolve
18:18:38 [2020-10-05T18:18:38.388Z] === RUN   TestDockerSuite/TestBuildVerboseOut
18:18:39 [2020-10-05T18:18:39.559Z] --- PASS: TestReadPluginNoRead (9.74s)
18:18:39 [2020-10-05T18:18:39.559Z]     --- PASS: TestReadPluginNoRead/default (1.82s)
18:18:39 [2020-10-05T18:18:39.559Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.80s)
18:18:39 [2020-10-05T18:18:39.559Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.75s)
18:18:39 [2020-10-05T18:18:39.559Z]     read_test.go:92: [d7a74d076f1d2] daemon is not started
18:18:39 [2020-10-05T18:18:39.657Z] --- PASS: TestConfigCreateResolve (1.97s)
18:18:39 [2020-10-05T18:18:39.657Z] === RUN   TestConfigDaemonLibtrustID
18:18:39 [2020-10-05T18:18:39.772Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
18:18:40 [2020-10-05T18:18:40.132Z] --- PASS: TestContinueAfterPluginCrash (10.42s)
18:18:40 [2020-10-05T18:18:40.132Z] PASS
18:18:40 [2020-10-05T18:18:40.132Z] 
18:18:40 [2020-10-05T18:18:40.132Z] DONE 6 tests in 10.636s
18:18:40 [2020-10-05T18:18:40.132Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:18:40 [2020-10-05T18:18:40.132Z] ++ 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
18:18:40 [2020-10-05T18:18:40.132Z] ++ set -e
18:18:40 [2020-10-05T18:18:40.132Z] ++ '[' -n 0 ']'
18:18:40 [2020-10-05T18:18:40.132Z] ++ set -x
18:18:40 [2020-10-05T18:18:40.132Z] ++ 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 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
18:18:40 [2020-10-05T18:18:40.132Z] testing: warning: no tests to run
18:18:40 [2020-10-05T18:18:40.132Z] PASS
18:18:40 [2020-10-05T18:18:40.132Z] 
18:18:40 [2020-10-05T18:18:40.132Z] DONE 0 tests in 0.075s
18:18:40 [2020-10-05T18:18:40.132Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:18:40 [2020-10-05T18:18:40.132Z] ++ 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
18:18:40 [2020-10-05T18:18:40.132Z] ++ set -e
18:18:40 [2020-10-05T18:18:40.132Z] ++ '[' -n 0 ']'
18:18:40 [2020-10-05T18:18:40.132Z] ++ set -x
18:18:40 [2020-10-05T18:18:40.132Z] ++ 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 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
18:18:40 [2020-10-05T18:18:40.132Z] INFO: Testing against a local daemon
18:18:40 [2020-10-05T18:18:40.132Z] === RUN   TestPluginWithDevMounts
18:18:40 [2020-10-05T18:18:40.132Z] === PAUSE TestPluginWithDevMounts
18:18:40 [2020-10-05T18:18:40.132Z] === CONT  TestPluginWithDevMounts
18:18:40 [2020-10-05T18:18:40.344Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
18:18:40 [2020-10-05T18:18:40.344Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
18:18:40 [2020-10-05T18:18:40.344Z] PASS
18:18:40 [2020-10-05T18:18:40.344Z] 
18:18:40 [2020-10-05T18:18:40.344Z] DONE 7 tests in 12.966s
18:18:40 [2020-10-05T18:18:40.344Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
18:18:40 [2020-10-05T18:18:40.344Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
18:18:40 [2020-10-05T18:18:40.344Z] ++ set -e
18:18:40 [2020-10-05T18:18:40.344Z] ++ '[' -n 0 ']'
18:18:40 [2020-10-05T18:18:40.344Z] ++ set -x
18:18:40 [2020-10-05T18:18:40.344Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
18:18:40 [2020-10-05T18:18:40.344Z] INFO: Testing against a local daemon
18:18:40 [2020-10-05T18:18:40.344Z] === RUN   TestCheckpoint
18:18:40 [2020-10-05T18:18:40.344Z] --- SKIP: TestCheckpoint (0.00s)
18:18:40 [2020-10-05T18:18:40.344Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:18:40 [2020-10-05T18:18:40.344Z] === RUN   TestContainerInvalidJSON
18:18:40 [2020-10-05T18:18:40.344Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
18:18:40 [2020-10-05T18:18:40.344Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
18:18:40 [2020-10-05T18:18:40.344Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
18:18:40 [2020-10-05T18:18:40.344Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
18:18:40 [2020-10-05T18:18:40.344Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
18:18:40 [2020-10-05T18:18:40.344Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
18:18:40 [2020-10-05T18:18:40.344Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
18:18:40 [2020-10-05T18:18:40.344Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
18:18:40 [2020-10-05T18:18:40.344Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
18:18:40 [2020-10-05T18:18:40.344Z] --- PASS: TestContainerInvalidJSON (0.02s)
18:18:40 [2020-10-05T18:18:40.344Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
18:18:40 [2020-10-05T18:18:40.344Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
18:18:40 [2020-10-05T18:18:40.344Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
18:18:40 [2020-10-05T18:18:40.344Z] === RUN   TestCopyFromContainerPathDoesNotExist
18:18:40 [2020-10-05T18:18:40.344Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
18:18:40 [2020-10-05T18:18:40.344Z] === RUN   TestCopyFromContainerPathIsNotDir
18:18:40 [2020-10-05T18:18:40.639Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
18:18:40 [2020-10-05T18:18:40.639Z] === RUN   TestCopyToContainerPathDoesNotExist
18:18:40 [2020-10-05T18:18:40.639Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
18:18:40 [2020-10-05T18:18:40.639Z] === RUN   TestCopyToContainerPathIsNotDir
18:18:40 [2020-10-05T18:18:40.639Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
18:18:40 [2020-10-05T18:18:40.639Z] === RUN   TestCopyFromContainer
18:18:41 [2020-10-05T18:18:41.285Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
18:18:42 [2020-10-05T18:18:42.173Z] === RUN   TestCopyFromContainer//
18:18:42 [2020-10-05T18:18:42.173Z] === RUN   TestCopyFromContainer//bar/root
18:18:42 [2020-10-05T18:18:42.173Z] === RUN   TestCopyFromContainer//bar/root/
18:18:42 [2020-10-05T18:18:42.173Z] === RUN   TestCopyFromContainer/bar/quux
18:18:42 [2020-10-05T18:18:42.173Z] === RUN   TestCopyFromContainer/bar/quux/
18:18:42 [2020-10-05T18:18:42.468Z] === RUN   TestCopyFromContainer/bar/quux/baz
18:18:42 [2020-10-05T18:18:42.468Z] === RUN   TestCopyFromContainer/bar/filesymlink
18:18:42 [2020-10-05T18:18:42.468Z] === RUN   TestCopyFromContainer/bar/dirsymlink
18:18:42 [2020-10-05T18:18:42.468Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
18:18:42 [2020-10-05T18:18:42.667Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
18:18:42 [2020-10-05T18:18:42.681Z] --- PASS: TestPluginWithDevMounts (2.25s)
18:18:42 [2020-10-05T18:18:42.681Z] PASS
18:18:42 [2020-10-05T18:18:42.681Z] 
18:18:42 [2020-10-05T18:18:42.681Z] DONE 1 tests in 2.438s
18:18:42 [2020-10-05T18:18:42.681Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
18:18:42 [2020-10-05T18:18:42.681Z] ++ 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
18:18:42 [2020-10-05T18:18:42.681Z] ++ set -e
18:18:42 [2020-10-05T18:18:42.681Z] ++ '[' -n 0 ']'
18:18:42 [2020-10-05T18:18:42.681Z] ++ set -x
18:18:42 [2020-10-05T18:18:42.681Z] ++ 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 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
18:18:42 [2020-10-05T18:18:42.681Z] INFO: Testing against a local daemon
18:18:42 [2020-10-05T18:18:42.681Z] === RUN   TestSecretInspect
18:18:42 [2020-10-05T18:18:42.769Z] === RUN   TestCopyFromContainer/bar/notarget
18:18:42 [2020-10-05T18:18:42.769Z] --- PASS: TestCopyFromContainer (2.02s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer// (0.07s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
18:18:42 [2020-10-05T18:18:42.769Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
18:18:42 [2020-10-05T18:18:42.769Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:18:42 [2020-10-05T18:18:42.769Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:18:42 [2020-10-05T18:18:42.769Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:18:42 [2020-10-05T18:18:42.769Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:18:42 [2020-10-05T18:18:42.769Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
18:18:42 [2020-10-05T18:18:42.769Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
18:18:42 [2020-10-05T18:18:42.769Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
18:18:42 [2020-10-05T18:18:42.769Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
18:18:42 [2020-10-05T18:18:42.769Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
18:18:42 [2020-10-05T18:18:42.769Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
18:18:42 [2020-10-05T18:18:42.769Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
18:18:42 [2020-10-05T18:18:42.769Z] === RUN   TestCreateLinkToNonExistingContainer
18:18:42 [2020-10-05T18:18:42.770Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
18:18:42 [2020-10-05T18:18:42.770Z] === RUN   TestCreateWithInvalidEnv
18:18:42 [2020-10-05T18:18:42.770Z] === RUN   TestCreateWithInvalidEnv/0
18:18:42 [2020-10-05T18:18:42.770Z] === PAUSE TestCreateWithInvalidEnv/0
18:18:42 [2020-10-05T18:18:42.770Z] === RUN   TestCreateWithInvalidEnv/1
18:18:42 [2020-10-05T18:18:42.770Z] === PAUSE TestCreateWithInvalidEnv/1
18:18:42 [2020-10-05T18:18:42.770Z] === RUN   TestCreateWithInvalidEnv/2
18:18:42 [2020-10-05T18:18:42.770Z] === PAUSE TestCreateWithInvalidEnv/2
18:18:42 [2020-10-05T18:18:42.770Z] === CONT  TestCreateWithInvalidEnv/0
18:18:42 [2020-10-05T18:18:42.770Z] === CONT  TestCreateWithInvalidEnv/1
18:18:42 [2020-10-05T18:18:42.770Z] === CONT  TestCreateWithInvalidEnv/2
18:18:42 [2020-10-05T18:18:42.770Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
18:18:42 [2020-10-05T18:18:42.770Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
18:18:42 [2020-10-05T18:18:42.770Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
18:18:42 [2020-10-05T18:18:42.770Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
18:18:42 [2020-10-05T18:18:42.770Z] === RUN   TestCreateTmpfsMountsTarget
18:18:42 [2020-10-05T18:18:42.770Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
18:18:42 [2020-10-05T18:18:42.770Z] === RUN   TestCreateWithCustomMaskedPaths
18:18:44 [2020-10-05T18:18:44.054Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
18:18:44 [2020-10-05T18:18:44.054Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
18:18:44 [2020-10-05T18:18:44.054Z] === RUN   TestDockerSuite/TestBuildWindowsUser
18:18:44 [2020-10-05T18:18:44.054Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
18:18:44 [2020-10-05T18:18:44.054Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
18:18:44 [2020-10-05T18:18:44.054Z] time="2020-10-05T18:18:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:44 [2020-10-05T18:18:44.054Z] time="2020-10-05T18:18:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ec31bbbadbdb600bd967710f8b04a5ac5917a15c0c24284c73d4094def8eb862" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:44 [2020-10-05T18:18:44.054Z] time="2020-10-05T18:18:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:44 [2020-10-05T18:18:44.054Z] time="2020-10-05T18:18:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ec31bbbadbdb600bd967710f8b04a5ac5917a15c0c24284c73d4094def8eb862" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:44 [2020-10-05T18:18:44.301Z] --- PASS: TestCreateWithCustomMaskedPaths (1.55s)
18:18:44 [2020-10-05T18:18:44.301Z] === RUN   TestCreateWithCustomReadonlyPaths
18:18:44 [2020-10-05T18:18:44.314Z] === RUN   TestPluginInstall/with_htpasswd
18:18:44 [2020-10-05T18:18:44.601Z] --- PASS: TestServiceUpdatePidsLimit (17.93s)
18:18:44 [2020-10-05T18:18:44.601Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.02s)
18:18:44 [2020-10-05T18:18:44.601Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s)
18:18:44 [2020-10-05T18:18:44.601Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s)
18:18:44 [2020-10-05T18:18:44.601Z] PASS
18:18:44 [2020-10-05T18:18:44.601Z] 
18:18:44 [2020-10-05T18:18:44.601Z] === Skipped
18:18:44 [2020-10-05T18:18:44.601Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s)
18:18:44 [2020-10-05T18:18:44.601Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:18:44 [2020-10-05T18:18:44.601Z] 
18:18:44 [2020-10-05T18:18:44.601Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
18:18:44 [2020-10-05T18:18:44.601Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:18:44 [2020-10-05T18:18:44.601Z] 
18:18:44 [2020-10-05T18:18:44.601Z] 
18:18:44 [2020-10-05T18:18:44.601Z] DONE 27 tests, 2 skipped in 175.454s
18:18:44 [2020-10-05T18:18:44.601Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
18:18:44 [2020-10-05T18:18:44.601Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m
18:18:44 [2020-10-05T18:18:44.601Z] ++ set -e
18:18:44 [2020-10-05T18:18:44.601Z] ++ '[' -n 0 ']'
18:18:44 [2020-10-05T18:18:44.601Z] ++ set -x
18:18:44 [2020-10-05T18:18:44.601Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m
18:18:44 [2020-10-05T18:18:44.895Z] INFO: Testing against a local daemon
18:18:44 [2020-10-05T18:18:44.895Z] === RUN   TestSessionCreate
18:18:44 [2020-10-05T18:18:44.895Z] --- PASS: TestSessionCreate (0.02s)
18:18:44 [2020-10-05T18:18:44.895Z] === RUN   TestSessionCreateWithBadUpgrade
18:18:44 [2020-10-05T18:18:44.895Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
18:18:44 [2020-10-05T18:18:44.895Z] PASS
18:18:44 [2020-10-05T18:18:44.895Z] 
18:18:44 [2020-10-05T18:18:44.895Z] DONE 2 tests in 0.200s
18:18:44 [2020-10-05T18:18:44.895Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
18:18:44 [2020-10-05T18:18:44.895Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m
18:18:44 [2020-10-05T18:18:44.895Z] ++ set -e
18:18:44 [2020-10-05T18:18:44.895Z] ++ '[' -n 0 ']'
18:18:44 [2020-10-05T18:18:44.895Z] ++ set -x
18:18:44 [2020-10-05T18:18:44.895Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m
18:18:44 [2020-10-05T18:18:44.895Z] INFO: Testing against a local daemon
18:18:44 [2020-10-05T18:18:44.895Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:18:44 [2020-10-05T18:18:44.895Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:18:44 [2020-10-05T18:18:44.895Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:18:44 [2020-10-05T18:18:44.895Z] === RUN   TestEventsExecDie
18:18:45 [2020-10-05T18:18:45.258Z] time="2020-10-05T18:18:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:45 [2020-10-05T18:18:45.258Z] time="2020-10-05T18:18:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fda4ca3f4182eed52d6ba4307282a045f449342540d2b04f156c9b6cc43ba917" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:45 [2020-10-05T18:18:45.258Z] time="2020-10-05T18:18:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:45 [2020-10-05T18:18:45.258Z] time="2020-10-05T18:18:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fda4ca3f4182eed52d6ba4307282a045f449342540d2b04f156c9b6cc43ba917" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:45 [2020-10-05T18:18:45.518Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
18:18:45 [2020-10-05T18:18:45.518Z] === RUN   TestPluginInstall/with_insecure
18:18:45 [2020-10-05T18:18:45.518Z] === RUN   TestDockerSuite/TestBuildWithFailure
18:18:45 [2020-10-05T18:18:45.937Z] --- PASS: TestEventsExecDie (0.85s)
18:18:45 [2020-10-05T18:18:45.937Z] === RUN   TestEventsBackwardsCompatible
18:18:45 [2020-10-05T18:18:45.937Z] --- PASS: TestEventsBackwardsCompatible (0.09s)
18:18:45 [2020-10-05T18:18:45.937Z] === RUN   TestInfoBinaryCommits
18:18:45 [2020-10-05T18:18:45.937Z] --- PASS: TestInfoBinaryCommits (0.01s)
18:18:45 [2020-10-05T18:18:45.937Z] === RUN   TestInfoAPIVersioned
18:18:45 [2020-10-05T18:18:45.937Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:18:45 [2020-10-05T18:18:45.937Z] === RUN   TestInfoDiscoveryBackend
18:18:45 [2020-10-05T18:18:45.984Z] --- PASS: TestSecretInspect (3.19s)
18:18:45 [2020-10-05T18:18:45.984Z] === RUN   TestSecretList
18:18:46 [2020-10-05T18:18:46.395Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.63s)
18:18:46 [2020-10-05T18:18:46.395Z] === RUN   TestCreateWithInvalidHealthcheckParams
18:18:46 [2020-10-05T18:18:46.395Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:18:46 [2020-10-05T18:18:46.395Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:18:46 [2020-10-05T18:18:46.395Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:18:46 [2020-10-05T18:18:46.395Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:18:46 [2020-10-05T18:18:46.395Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
18:18:46 [2020-10-05T18:18:46.395Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
18:18:46 [2020-10-05T18:18:46.395Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
18:18:46 [2020-10-05T18:18:46.395Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
18:18:46 [2020-10-05T18:18:46.395Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
18:18:46 [2020-10-05T18:18:46.395Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
18:18:46 [2020-10-05T18:18:46.395Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
18:18:46 [2020-10-05T18:18:46.395Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
18:18:46 [2020-10-05T18:18:46.395Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
18:18:46 [2020-10-05T18:18:46.395Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
18:18:46 [2020-10-05T18:18:46.456Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
18:18:46 [2020-10-05T18:18:46.575Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
18:18:46 [2020-10-05T18:18:46.575Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:18:46 [2020-10-05T18:18:46.692Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.52s)
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestCreateDifferentPlatform
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestCreateDifferentPlatform/different_os
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
18:18:46 [2020-10-05T18:18:46.692Z] --- PASS: TestCreateDifferentPlatform (0.03s)
18:18:46 [2020-10-05T18:18:46.692Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
18:18:46 [2020-10-05T18:18:46.692Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestCreateVolumesFromNonExistingContainer
18:18:46 [2020-10-05T18:18:46.692Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestContainerStartOnDaemonRestart
18:18:46 [2020-10-05T18:18:46.692Z] === PAUSE TestContainerStartOnDaemonRestart
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestDaemonRestartIpcMode
18:18:46 [2020-10-05T18:18:46.692Z] === PAUSE TestDaemonRestartIpcMode
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestDaemonHostGatewayIP
18:18:46 [2020-10-05T18:18:46.692Z] === PAUSE TestDaemonHostGatewayIP
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestContainerKillOnDaemonStart
18:18:46 [2020-10-05T18:18:46.692Z] === PAUSE TestContainerKillOnDaemonStart
18:18:46 [2020-10-05T18:18:46.692Z] === RUN   TestDiff
18:18:46 [2020-10-05T18:18:46.717Z] time="2020-10-05T18:18:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:46 [2020-10-05T18:18:46.717Z] time="2020-10-05T18:18:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6656a4a1aba808501a0ea3de520d87224bf93125e6afcf70396bac7fcae9d428" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:46 [2020-10-05T18:18:46.717Z] time="2020-10-05T18:18:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:18:46 [2020-10-05T18:18:46.717Z] time="2020-10-05T18:18:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6656a4a1aba808501a0ea3de520d87224bf93125e6afcf70396bac7fcae9d428" mediatype=application/vnd.docker.plugin.v1+json size=522
18:18:46 [2020-10-05T18:18:46.976Z] === RUN   TestDockerSuite/TestBuildWithTabs
18:18:47 [2020-10-05T18:18:47.240Z] --- PASS: TestPluginInstall (12.07s)
18:18:47 [2020-10-05T18:18:47.240Z]     --- PASS: TestPluginInstall/no_auth (9.33s)
18:18:47 [2020-10-05T18:18:47.240Z]     --- PASS: TestPluginInstall/with_htpasswd (1.12s)
18:18:47 [2020-10-05T18:18:47.240Z]     --- PASS: TestPluginInstall/with_insecure (1.62s)
18:18:47 [2020-10-05T18:18:47.240Z]         plugin_test.go:157: [d494246167b4a] daemon is not started
18:18:47 [2020-10-05T18:18:47.240Z] PASS
18:18:47 [2020-10-05T18:18:47.240Z] 
18:18:47 [2020-10-05T18:18:47.240Z] DONE 6 tests in 12.311s
18:18:47 [2020-10-05T18:18:47.240Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:18:47 [2020-10-05T18:18:47.240Z] ++ 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
18:18:47 [2020-10-05T18:18:47.240Z] ++ set -e
18:18:47 [2020-10-05T18:18:47.240Z] ++ '[' -n 0 ']'
18:18:47 [2020-10-05T18:18:47.240Z] ++ set -x
18:18:47 [2020-10-05T18:18:47.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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
18:18:47 [2020-10-05T18:18:47.240Z] INFO: Testing against a local daemon
18:18:47 [2020-10-05T18:18:47.240Z] === RUN   TestExternalGraphDriver
18:18:47 [2020-10-05T18:18:47.331Z] --- PASS: TestDiff (0.53s)
18:18:47 [2020-10-05T18:18:47.331Z] === RUN   TestExecWithCloseStdin
18:18:47 [2020-10-05T18:18:47.505Z] === RUN   TestExternalGraphDriver/json
18:18:47 [2020-10-05T18:18:47.616Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
18:18:47 [2020-10-05T18:18:47.616Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:18:47 [2020-10-05T18:18:47.767Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
18:18:47 [2020-10-05T18:18:47.910Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
18:18:47 [2020-10-05T18:18:47.910Z] === RUN   TestInfoAPI
18:18:47 [2020-10-05T18:18:47.910Z] --- PASS: TestInfoAPI (0.01s)
18:18:47 [2020-10-05T18:18:47.910Z] === RUN   TestInfoAPIWarnings
18:18:47 [2020-10-05T18:18:47.970Z] --- PASS: TestExecWithCloseStdin (0.63s)
18:18:47 [2020-10-05T18:18:47.970Z] === RUN   TestExec
18:18:48 [2020-10-05T18:18:48.027Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
18:18:48 [2020-10-05T18:18:48.614Z] --- PASS: TestExec (0.61s)
18:18:48 [2020-10-05T18:18:48.614Z] === RUN   TestExecUser
18:18:48 [2020-10-05T18:18:48.911Z] --- PASS: TestExecUser (0.60s)
18:18:48 [2020-10-05T18:18:48.911Z] === RUN   TestExportContainerAndImportImage
18:18:49 [2020-10-05T18:18:49.289Z] --- PASS: TestSecretList (3.16s)
18:18:49 [2020-10-05T18:18:49.289Z] === RUN   TestSecretsCreateAndDelete
18:18:49 [2020-10-05T18:18:49.409Z] === RUN   TestExternalGraphDriver/spec
18:18:49 [2020-10-05T18:18:49.964Z] --- PASS: TestExportContainerAndImportImage (0.80s)
18:18:49 [2020-10-05T18:18:49.964Z] === RUN   TestExportContainerAfterDaemonRestart
18:18:50 [2020-10-05T18:18:50.349Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
18:18:51 [2020-10-05T18:18:51.515Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s)
18:18:51 [2020-10-05T18:18:51.516Z] === RUN   TestHealthCheckWorkdir
18:18:51 [2020-10-05T18:18:51.734Z] === RUN   TestExternalGraphDriver/pull
18:18:51 [2020-10-05T18:18:51.734Z] === RUN   TestDockerSuite/TestBuildWithVolumes
18:18:52 [2020-10-05T18:18:52.158Z] --- PASS: TestHealthCheckWorkdir (0.73s)
18:18:52 [2020-10-05T18:18:52.158Z] === RUN   TestHealthKillContainer
18:18:52 [2020-10-05T18:18:52.592Z] --- PASS: TestSecretsCreateAndDelete (3.15s)
18:18:52 [2020-10-05T18:18:52.592Z] === RUN   TestSecretsUpdate
18:18:52 [2020-10-05T18:18:52.674Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
18:18:52 [2020-10-05T18:18:52.935Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
18:18:53 [2020-10-05T18:18:53.195Z] --- PASS: TestExternalGraphDriver (5.78s)
18:18:53 [2020-10-05T18:18:53.195Z]     --- PASS: TestExternalGraphDriver/json (2.03s)
18:18:53 [2020-10-05T18:18:53.195Z]     --- PASS: TestExternalGraphDriver/spec (2.04s)
18:18:53 [2020-10-05T18:18:53.195Z]     --- PASS: TestExternalGraphDriver/pull (1.58s)
18:18:53 [2020-10-05T18:18:53.195Z] === RUN   TestGraphdriverPluginV2
18:18:53 [2020-10-05T18:18:53.455Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
18:18:53 [2020-10-05T18:18:53.455Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
18:18:54 [2020-10-05T18:18:54.025Z] === RUN   TestDockerSuite/TestBuildXZHost
18:18:54 [2020-10-05T18:18:54.916Z] --- PASS: TestHealthKillContainer (2.64s)
18:18:54 [2020-10-05T18:18:54.916Z] === RUN   TestInspectCpusetInConfigPre120
18:18:55 [2020-10-05T18:18:55.212Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s)
18:18:55 [2020-10-05T18:18:55.212Z] === RUN   TestIpcModeNone
18:18:55 [2020-10-05T18:18:55.854Z] --- PASS: TestIpcModeNone (0.62s)
18:18:55 [2020-10-05T18:18:55.854Z] === RUN   TestIpcModePrivate
18:18:55 [2020-10-05T18:18:55.898Z] --- PASS: TestSecretsUpdate (3.27s)
18:18:55 [2020-10-05T18:18:55.898Z] === RUN   TestTemplatedSecret
18:18:55 [2020-10-05T18:18:55.931Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
18:18:55 [2020-10-05T18:18:55.931Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
18:18:55 [2020-10-05T18:18:55.931Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
18:18:56 [2020-10-05T18:18:56.497Z] --- PASS: TestIpcModePrivate (0.61s)
18:18:56 [2020-10-05T18:18:56.497Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false
18:18:56 [2020-10-05T18:18:56.497Z] === RUN   TestIpcModeShareable
18:18:56 [2020-10-05T18:18:56.501Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
18:18:57 [2020-10-05T18:18:57.072Z] --- PASS: TestGraphdriverPluginV2 (3.96s)
18:18:57 [2020-10-05T18:18:57.072Z] PASS
18:18:57 [2020-10-05T18:18:57.072Z] 
18:18:57 [2020-10-05T18:18:57.072Z] DONE 5 tests in 9.917s
18:18:57 [2020-10-05T18:18:57.072Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:18:57 [2020-10-05T18:18:57.072Z] ++ 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
18:18:57 [2020-10-05T18:18:57.072Z] ++ set -e
18:18:57 [2020-10-05T18:18:57.072Z] ++ '[' -n 0 ']'
18:18:57 [2020-10-05T18:18:57.072Z] ++ set -x
18:18:57 [2020-10-05T18:18:57.072Z] ++ 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 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
18:18:57 [2020-10-05T18:18:57.072Z] === RUN   TestDockerSuite/TestCommitChange
18:18:57 [2020-10-05T18:18:57.138Z] --- PASS: TestIpcModeShareable (0.62s)
18:18:57 [2020-10-05T18:18:57.138Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true
18:18:57 [2020-10-05T18:18:57.138Z] === RUN   TestAPIIpcModeShareableAndContainer
18:18:57 [2020-10-05T18:18:57.331Z] INFO: Testing against a local daemon
18:18:57 [2020-10-05T18:18:57.331Z] === RUN   TestContinueAfterPluginCrash
18:18:57 [2020-10-05T18:18:57.331Z] === PAUSE TestContinueAfterPluginCrash
18:18:57 [2020-10-05T18:18:57.331Z] === RUN   TestReadPluginNoRead
18:18:57 [2020-10-05T18:18:57.331Z] === PAUSE TestReadPluginNoRead
18:18:57 [2020-10-05T18:18:57.331Z] === RUN   TestDaemonStartWithLogOpt
18:18:57 [2020-10-05T18:18:57.331Z] === PAUSE TestDaemonStartWithLogOpt
18:18:57 [2020-10-05T18:18:57.331Z] === CONT  TestContinueAfterPluginCrash
18:18:57 [2020-10-05T18:18:57.331Z] === CONT  TestDaemonStartWithLogOpt
18:18:58 [2020-10-05T18:18:58.270Z] === RUN   TestDockerSuite/TestCommitChangeLabels
18:18:59 [2020-10-05T18:18:59.202Z] --- PASS: TestTemplatedSecret (3.46s)
18:18:59 [2020-10-05T18:18:59.202Z] === RUN   TestSecretCreateResolve
18:18:59 [2020-10-05T18:18:59.211Z] === RUN   TestDockerSuite/TestCommitHardlink
18:18:59 [2020-10-05T18:18:59.242Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.84s)
18:18:59 [2020-10-05T18:18:59.242Z] === RUN   TestAPIIpcModeHost
18:18:59 [2020-10-05T18:18:59.242Z] --- PASS: TestAPIIpcModeHost (0.49s)
18:18:59 [2020-10-05T18:18:59.242Z] === RUN   TestDaemonIpcModeShareable
18:19:00 [2020-10-05T18:19:00.773Z] --- PASS: TestDaemonIpcModeShareable (1.43s)
18:19:00 [2020-10-05T18:19:00.773Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
18:19:00 [2020-10-05T18:19:00.773Z] === RUN   TestDaemonIpcModePrivate
18:19:01 [2020-10-05T18:19:01.121Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
18:19:01 [2020-10-05T18:19:01.121Z] === RUN   TestDockerSuite/TestCommitNewFile
18:19:02 [2020-10-05T18:19:02.336Z] --- PASS: TestDaemonIpcModePrivate (1.41s)
18:19:02 [2020-10-05T18:19:02.336Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
18:19:02 [2020-10-05T18:19:02.336Z] === RUN   TestDaemonIpcModePrivateFromConfig
18:19:02 [2020-10-05T18:19:02.505Z] --- PASS: TestSecretCreateResolve (3.20s)
18:19:02 [2020-10-05T18:19:02.505Z] PASS
18:19:02 [2020-10-05T18:19:02.505Z] 
18:19:02 [2020-10-05T18:19:02.505Z] DONE 6 tests in 19.605s
18:19:02 [2020-10-05T18:19:02.505Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
18:19:02 [2020-10-05T18:19:02.505Z] ++ 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
18:19:02 [2020-10-05T18:19:02.505Z] ++ set -e
18:19:02 [2020-10-05T18:19:02.505Z] ++ '[' -n 0 ']'
18:19:02 [2020-10-05T18:19:02.505Z] ++ set -x
18:19:02 [2020-10-05T18:19:02.505Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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
18:19:02 [2020-10-05T18:19:02.505Z] INFO: Testing against a local daemon
18:19:02 [2020-10-05T18:19:02.505Z] === RUN   TestServiceCreateInit
18:19:02 [2020-10-05T18:19:02.505Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:19:03 [2020-10-05T18:19:03.030Z] === RUN   TestDockerSuite/TestCommitPausedContainer
18:19:03 [2020-10-05T18:19:03.030Z] --- PASS: TestDaemonStartWithLogOpt (5.52s)
18:19:03 [2020-10-05T18:19:03.030Z] === CONT  TestReadPluginNoRead
18:19:03 [2020-10-05T18:19:03.871Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.44s)
18:19:03 [2020-10-05T18:19:03.871Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
18:19:03 [2020-10-05T18:19:03.871Z] === RUN   TestDaemonIpcModeShareableFromConfig
18:19:03 [2020-10-05T18:19:03.969Z] === RUN   TestDockerSuite/TestCommitTTY
18:19:05 [2020-10-05T18:19:05.392Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.45s)
18:19:05 [2020-10-05T18:19:05.392Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
18:19:05 [2020-10-05T18:19:05.392Z] === RUN   TestIpcModeOlderClient
18:19:05 [2020-10-05T18:19:05.392Z] === PAUSE TestIpcModeOlderClient
18:19:05 [2020-10-05T18:19:05.392Z] === RUN   TestKillContainerInvalidSignal
18:19:05 [2020-10-05T18:19:05.689Z] --- PASS: TestKillContainerInvalidSignal (0.52s)
18:19:05 [2020-10-05T18:19:05.689Z] === RUN   TestKillContainer
18:19:05 [2020-10-05T18:19:05.689Z] === RUN   TestKillContainer/no_signal
18:19:05 [2020-10-05T18:19:05.881Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
18:19:06 [2020-10-05T18:19:06.333Z] === RUN   TestKillContainer/non_killing_signal
18:19:06 [2020-10-05T18:19:06.451Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestInfoAPIWarnings (16.27s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestInfoDebug
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestInfoDebug (0.52s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestInfoInsecureRegistries
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestInfoInsecureRegistries (0.52s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestInfoRegistryMirrors
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestInfoRegistryMirrors (0.52s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestLoginFailsWithBadCredentials
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestPingCacheHeaders
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestPingCacheHeaders (0.01s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestPingGet
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestPingGet (0.01s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestPingHead
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestPingHead (0.01s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestVersion
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestVersion (0.01s)
18:19:06 [2020-10-05T18:19:06.522Z] PASS
18:19:06 [2020-10-05T18:19:06.522Z] 
18:19:06 [2020-10-05T18:19:06.522Z] === Skipped
18:19:06 [2020-10-05T18:19:06.522Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:19:06 [2020-10-05T18:19:06.522Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:19:06 [2020-10-05T18:19:06.522Z] 
18:19:06 [2020-10-05T18:19:06.522Z] 
18:19:06 [2020-10-05T18:19:06.522Z] DONE 18 tests, 1 skipped in 21.346s
18:19:06 [2020-10-05T18:19:06.522Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
18:19:06 [2020-10-05T18:19:06.522Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m
18:19:06 [2020-10-05T18:19:06.522Z] ++ set -e
18:19:06 [2020-10-05T18:19:06.522Z] ++ '[' -n 0 ']'
18:19:06 [2020-10-05T18:19:06.522Z] ++ set -x
18:19:06 [2020-10-05T18:19:06.522Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m
18:19:06 [2020-10-05T18:19:06.522Z] INFO: Testing against a local daemon
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestVolumesCreateAndList
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestVolumesCreateAndList (0.02s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestVolumesRemove
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestVolumesRemove (0.10s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestVolumesInspect
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestVolumesInspect (0.01s)
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestVolumesInvalidJSON
18:19:06 [2020-10-05T18:19:06.522Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:19:06 [2020-10-05T18:19:06.522Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:19:06 [2020-10-05T18:19:06.522Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:19:06 [2020-10-05T18:19:06.522Z] --- PASS: TestVolumesInvalidJSON (0.01s)
18:19:06 [2020-10-05T18:19:06.522Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:19:06 [2020-10-05T18:19:06.522Z] PASS
18:19:06 [2020-10-05T18:19:06.522Z] 
18:19:06 [2020-10-05T18:19:06.522Z] DONE 5 tests in 0.293s
18:19:06 [2020-10-05T18:19:06.522Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:19:06 [2020-10-05T18:19:06.522Z] ++++ cat bundles/test-integration/docker.pid
18:19:06 [2020-10-05T18:19:06.522Z] +++ kill 12035
18:19:06 [2020-10-05T18:19:06.649Z] === RUN   TestKillContainer/killing_signal
18:19:07 [2020-10-05T18:19:07.022Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
18:19:07 [2020-10-05T18:19:07.022Z] === RUN   TestReadPluginNoRead/default
18:19:07 [2020-10-05T18:19:07.302Z] --- PASS: TestKillContainer (1.61s)
18:19:07 [2020-10-05T18:19:07.302Z]     --- PASS: TestKillContainer/no_signal (0.49s)
18:19:07 [2020-10-05T18:19:07.302Z]     --- PASS: TestKillContainer/non_killing_signal (0.37s)
18:19:07 [2020-10-05T18:19:07.302Z]     --- PASS: TestKillContainer/killing_signal (0.49s)
18:19:07 [2020-10-05T18:19:07.302Z] === RUN   TestKillWithStopSignalAndRestartPolicies
18:19:07 [2020-10-05T18:19:07.302Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
18:19:07 [2020-10-05T18:19:07.801Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:19:07 [2020-10-05T18:19:07.947Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
18:19:08 [2020-10-05T18:19:08.041Z] +++ /etc/init.d/apparmor stop
18:19:08 [2020-10-05T18:19:08.041Z] Leaving: AppArmorNo profiles have been unloaded.
18:19:08 [2020-10-05T18:19:08.041Z] 
18:19:08 [2020-10-05T18:19:08.041Z] Unloading profiles will leave already running processes permanently
18:19:08 [2020-10-05T18:19:08.041Z] unconfined, which can lead to unexpected situations.
18:19:08 [2020-10-05T18:19:08.041Z] 
18:19:08 [2020-10-05T18:19:08.041Z] To set a process to complain mode, use the command line tool
18:19:08 [2020-10-05T18:19:08.041Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:19:08 [2020-10-05T18:19:08.041Z] +++ true
18:19:08 [2020-10-05T18:19:08.041Z] exiting test-integration
18:19:08 [2020-10-05T18:19:08.041Z] ++ exit 0
18:19:08 [2020-10-05T18:19:08.041Z] 
18:19:08 [2020-10-05T18:19:08.240Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s)
18:19:08 [2020-10-05T18:19:08.241Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.50s)
18:19:08 [2020-10-05T18:19:08.241Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.40s)
18:19:08 [2020-10-05T18:19:08.241Z] === RUN   TestKillStoppedContainer
18:19:08 [2020-10-05T18:19:08.407Z] --- PASS: TestContinueAfterPluginCrash (11.09s)
18:19:08 [2020-10-05T18:19:08.537Z] --- PASS: TestKillStoppedContainer (0.06s)
18:19:08 [2020-10-05T18:19:08.537Z] === RUN   TestKillStoppedContainerAPIPre120
18:19:08 [2020-10-05T18:19:08.537Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
18:19:08 [2020-10-05T18:19:08.537Z] === RUN   TestKillDifferentUserContainer
18:19:08 [2020-10-05T18:19:08.668Z] === RUN   TestDockerSuite/TestCommitWithoutPause
18:19:09 [2020-10-05T18:19:09.183Z] --- PASS: TestKillDifferentUserContainer (0.53s)
18:19:09 [2020-10-05T18:19:09.183Z] === RUN   TestInspectOomKilledTrue
18:19:09 [2020-10-05T18:19:09.240Z] === RUN   TestReadPluginNoRead/disabled_caching
18:19:09 [2020-10-05T18:19:09.500Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
18:19:09 [2020-10-05T18:19:09.760Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
18:19:09 [2020-10-05T18:19:09.760Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
18:19:09 [2020-10-05T18:19:09.760Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
18:19:09 [2020-10-05T18:19:09.760Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
18:19:09 [2020-10-05T18:19:09.760Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
18:19:09 [2020-10-05T18:19:09.841Z] --- PASS: TestInspectOomKilledTrue (0.87s)
18:19:09 [2020-10-05T18:19:09.841Z] === RUN   TestInspectOomKilledFalse
18:19:10 [2020-10-05T18:19:10.020Z] === RUN   TestDockerSuite/TestContainerAPICommit
Post stage
[Pipeline] junit
18:19:10 [2020-10-05T18:19:10.172Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:19:10 [2020-10-05T18:19:10.481Z] --- PASS: TestInspectOomKilledFalse (0.53s)
18:19:10 [2020-10-05T18:19:10.481Z] === RUN   TestLinksEtcHostsContentMatch
18:19:10 [2020-10-05T18:19:10.776Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s)
18:19:10 [2020-10-05T18:19:10.776Z] === RUN   TestLinksContainerNames
18:19:10 [2020-10-05T18:19:10.837Z] + echo Ensuring container killed.
18:19:10 [2020-10-05T18:19:10.837Z] Ensuring container killed.
18:19:10 [2020-10-05T18:19:10.837Z] + docker rm -vf docker-pr4
18:19:10 [2020-10-05T18:19:10.837Z] Error: No such container: docker-pr4
18:19:10 [2020-10-05T18:19:10.837Z] + true
[Pipeline] sh
18:19:10 [2020-10-05T18:19:10.975Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:19:11 [2020-10-05T18:19:11.223Z] + echo Chowning /workspace to jenkins user
18:19:11 [2020-10-05T18:19:11.223Z] Chowning /workspace to jenkins user
18:19:11 [2020-10-05T18:19:11.223Z] + id -u
18:19:11 [2020-10-05T18:19:11.223Z] + id -g
18:19:11 [2020-10-05T18:19:11.223Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41527:/workspace busybox chown -R 1001:1001 /workspace
18:19:11 [2020-10-05T18:19:11.544Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
18:19:11 [2020-10-05T18:19:11.822Z] --- PASS: TestLinksContainerNames (0.98s)
18:19:11 [2020-10-05T18:19:11.822Z] === RUN   TestLogsFollowTailEmpty
18:19:12 [2020-10-05T18:19:12.460Z] --- PASS: TestLogsFollowTailEmpty (0.54s)
18:19:12 [2020-10-05T18:19:12.460Z] === RUN   TestContainerNetworkMountsNoChown
18:19:12 [2020-10-05T18:19:12.482Z] --- PASS: TestReadPluginNoRead (9.75s)
18:19:12 [2020-10-05T18:19:12.482Z]     --- PASS: TestReadPluginNoRead/default (1.99s)
18:19:12 [2020-10-05T18:19:12.482Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.90s)
18:19:12 [2020-10-05T18:19:12.482Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.54s)
18:19:12 [2020-10-05T18:19:12.482Z]     read_test.go:92: [d9a3f9381041c] daemon is not started
18:19:12 [2020-10-05T18:19:12.482Z] PASS
18:19:12 [2020-10-05T18:19:12.482Z] 
18:19:12 [2020-10-05T18:19:12.482Z] DONE 6 tests in 15.448s
18:19:12 [2020-10-05T18:19:12.482Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:19:12 [2020-10-05T18:19:12.482Z] ++ 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
18:19:12 [2020-10-05T18:19:12.482Z] ++ set -e
18:19:12 [2020-10-05T18:19:12.482Z] ++ '[' -n 0 ']'
18:19:12 [2020-10-05T18:19:12.482Z] ++ set -x
18:19:12 [2020-10-05T18:19:12.482Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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
18:19:12 [2020-10-05T18:19:12.743Z] testing: warning: no tests to run
18:19:12 [2020-10-05T18:19:12.743Z] PASS
18:19:12 [2020-10-05T18:19:12.743Z] 
18:19:12 [2020-10-05T18:19:12.743Z] DONE 0 tests in 0.048s
18:19:12 [2020-10-05T18:19:12.743Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:19:12 [2020-10-05T18:19:12.743Z] ++ 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
18:19:12 [2020-10-05T18:19:12.743Z] ++ set -e
18:19:12 [2020-10-05T18:19:12.743Z] ++ '[' -n 0 ']'
18:19:12 [2020-10-05T18:19:12.743Z] ++ set -x
18:19:12 [2020-10-05T18:19:12.743Z] ++ 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 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
18:19:12 [2020-10-05T18:19:12.743Z] INFO: Testing against a local daemon
18:19:12 [2020-10-05T18:19:12.743Z] === RUN   TestPluginWithDevMounts
18:19:12 [2020-10-05T18:19:12.743Z] === PAUSE TestPluginWithDevMounts
18:19:12 [2020-10-05T18:19:12.743Z] === CONT  TestPluginWithDevMounts
18:19:12 [2020-10-05T18:19:12.743Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
18:19:12 [2020-10-05T18:19:12.743Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
18:19:12 [2020-10-05T18:19:12.755Z] --- PASS: TestContainerNetworkMountsNoChown (0.50s)
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/default
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/default
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/private
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/private
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/rprivate
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/rprivate
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/slave
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/slave
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/rslave
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/rslave
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/shared
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/shared
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/rshared
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/rshared
18:19:12 [2020-10-05T18:19:12.755Z] === CONT  TestMountDaemonRoot/default
18:19:12 [2020-10-05T18:19:12.755Z] === CONT  TestMountDaemonRoot/rshared
18:19:12 [2020-10-05T18:19:12.755Z] === CONT  TestMountDaemonRoot/rprivate
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/default/bind_root
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/default/bind_root
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
18:19:12 [2020-10-05T18:19:12.755Z] === CONT  TestMountDaemonRoot/rslave
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/default/bind_subpath
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
18:19:12 [2020-10-05T18:19:12.755Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/rshared/bind_root
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/default/mount_root
18:19:12 [2020-10-05T18:19:12.755Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/default/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/default/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === CONT  TestMountDaemonRoot/slave
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/slave/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/rslave/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/slave/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/rslave/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/slave/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === CONT  TestMountDaemonRoot/private
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/slave/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/private/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/private/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/private/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/private/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/private/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/rshared/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/private/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === CONT  TestMountDaemonRoot/shared
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/shared/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === CONT  TestMountDaemonRoot/default/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/shared/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === CONT  TestMountDaemonRoot/default/bind_root
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/shared/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/shared/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === CONT  TestMountDaemonRoot/default/bind_subpath
18:19:12 [2020-10-05T18:19:12.756Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
18:19:12 [2020-10-05T18:19:12.756Z] === CONT  TestMountDaemonRoot/default/mount_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/slave/bind_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/slave/mount_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/private/mount_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/private/bind_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/private/bind_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/private/mount_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rshared/bind_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rshared/mount_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/shared/bind_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rslave/mount_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/shared/mount_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/rslave/bind_root
18:19:13 [2020-10-05T18:19:13.052Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
18:19:13 [2020-10-05T18:19:13.052Z] --- PASS: TestMountDaemonRoot (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
18:19:13 [2020-10-05T18:19:13.052Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
18:19:13 [2020-10-05T18:19:13.052Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
18:19:13 [2020-10-05T18:19:13.052Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
18:19:13 [2020-10-05T18:19:13.052Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
18:19:13 [2020-10-05T18:19:13.052Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s)
18:19:13 [2020-10-05T18:19:13.052Z] === RUN   TestContainerBindMountNonRecursive
18:19:13 [2020-10-05T18:19:13.095Z] --- PASS: TestServiceCreateInit (10.02s)
18:19:13 [2020-10-05T18:19:13.095Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.99s)
18:19:13 [2020-10-05T18:19:13.095Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.00s)
18:19:13 [2020-10-05T18:19:13.095Z] === RUN   TestCreateServiceMultipleTimes
18:19:13 [2020-10-05T18:19:13.314Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:19:13 [2020-10-05T18:19:13.705Z] + bundleName=s390x-integration
18:19:13 [2020-10-05T18:19:13.705Z] + echo Creating s390x-integration-bundles.tar.gz
18:19:13 [2020-10-05T18:19:13.705Z] Creating s390x-integration-bundles.tar.gz
18:19:13 [2020-10-05T18:19:13.705Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
18:19:13 [2020-10-05T18:19:13.705Z] + xargs tar -czf s390x-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
18:19:13 [2020-10-05T18:19:13.752Z] Archiving artifacts
18:19:14 [2020-10-05T18:19:14.137Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41527/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:19:14 [2020-10-05T18:19:14.254Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
18:19:14 [2020-10-05T18:19:14.514Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
18:19:14 [2020-10-05T18:19:14.527Z] + make clean
18:19:14 [2020-10-05T18:19:14.584Z] --- PASS: TestContainerBindMountNonRecursive (1.44s)
18:19:14 [2020-10-05T18:19:14.584Z] === RUN   TestNetworkNat
18:19:14 [2020-10-05T18:19:14.774Z] --- PASS: TestPluginWithDevMounts (1.94s)
18:19:14 [2020-10-05T18:19:14.774Z] PASS
18:19:14 [2020-10-05T18:19:14.774Z] 
18:19:14 [2020-10-05T18:19:14.774Z] DONE 1 tests in 2.097s
18:19:14 [2020-10-05T18:19:14.774Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
18:19:14 [2020-10-05T18:19:14.774Z] ++ 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
18:19:14 [2020-10-05T18:19:14.774Z] ++ set -e
18:19:14 [2020-10-05T18:19:14.774Z] ++ '[' -n 0 ']'
18:19:14 [2020-10-05T18:19:14.774Z] ++ set -x
18:19:14 [2020-10-05T18:19:14.774Z] ++ 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 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
18:19:14 [2020-10-05T18:19:14.821Z] docker volume rm -f docker-dev-cache
18:19:14 [2020-10-05T18:19:14.821Z] docker-dev-cache
[Pipeline] deleteDir
18:19:15 [2020-10-05T18:19:15.033Z] INFO: Testing against a local daemon
18:19:15 [2020-10-05T18:19:15.033Z] === RUN   TestSecretInspect
18:19:15 [2020-10-05T18:19:15.082Z] Created binary: bundles/binary-daemon/dockerd-dev
18:19:15 [2020-10-05T18:19:15.082Z] Copying nested executables into bundles/binary-daemon
18:19:15 [2020-10-05T18:19:15.082Z] 
18:19:15 [2020-10-05T18:19:15.227Z] --- PASS: TestNetworkNat (0.56s)
18:19:15 [2020-10-05T18:19:15.227Z] === RUN   TestNetworkLocalhostTCPNat
18:19:15 [2020-10-05T18:19:15.292Z] === RUN   TestDockerSuite/TestContainerAPICreate
18:19:15 [2020-10-05T18:19:15.551Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
18:19:15 [2020-10-05T18:19:15.812Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
18:19:15 [2020-10-05T18:19:15.812Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
18:19:15 [2020-10-05T18:19:15.867Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s)
18:19:15 [2020-10-05T18:19:15.867Z] === RUN   TestNetworkLoopbackNat
[Pipeline] }
[Pipeline] // withEnv
18:19:16 [2020-10-05T18:19:16.072Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:19:16 [2020-10-05T18:19:16.332Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
18:19:16 [2020-10-05T18:19:16.332Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
18:19:16 [2020-10-05T18:19:16.332Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
18:19:16 [2020-10-05T18:19:16.332Z] === RUN   TestDockerSuite/TestContainerAPIDelete
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
18:19:16 [2020-10-05T18:19:16.824Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/make.sh cross
18:19:17 [2020-10-05T18:19:17.120Z] 
18:19:17 [2020-10-05T18:19:17.272Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
18:19:17 [2020-10-05T18:19:17.376Z] Removing bundles/
18:19:17 [2020-10-05T18:19:17.376Z] 
18:19:17 [2020-10-05T18:19:17.376Z] ---> Making bundle: cross (in bundles/cross)
18:19:17 [2020-10-05T18:19:17.376Z] Cross building: bundles/cross/linux/amd64
18:19:17 [2020-10-05T18:19:17.376Z] Building: bundles/cross/linux/amd64/dockerd-dev
18:19:17 [2020-10-05T18:19:17.376Z] GOOS="linux" GOARCH="amd64" GOARM=""
18:19:17 [2020-10-05T18:19:17.843Z] --- PASS: TestSecretInspect (2.85s)
18:19:17 [2020-10-05T18:19:17.843Z] === RUN   TestSecretList
18:19:17 [2020-10-05T18:19:17.843Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
18:19:18 [2020-10-05T18:19:18.412Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
18:19:18 [2020-10-05T18:19:18.412Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
18:19:18 [2020-10-05T18:19:18.627Z] --- PASS: TestNetworkLoopbackNat (2.71s)
18:19:18 [2020-10-05T18:19:18.627Z] === RUN   TestPause
18:19:18 [2020-10-05T18:19:18.927Z] --- PASS: TestPause (0.55s)
18:19:18 [2020-10-05T18:19:18.927Z] === RUN   TestPauseFailsOnWindowsServerContainers
18:19:18 [2020-10-05T18:19:18.927Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
18:19:18 [2020-10-05T18:19:18.927Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:19:18 [2020-10-05T18:19:18.927Z] === RUN   TestPauseStopPausedContainer
18:19:19 [2020-10-05T18:19:19.566Z] --- PASS: TestPauseStopPausedContainer (0.58s)
18:19:19 [2020-10-05T18:19:19.566Z] === RUN   TestPsFilter
18:19:19 [2020-10-05T18:19:19.566Z] --- PASS: TestPsFilter (0.14s)
18:19:19 [2020-10-05T18:19:19.566Z] === RUN   TestRemoveContainerWithRemovedVolume
18:19:19 [2020-10-05T18:19:19.795Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
18:19:20 [2020-10-05T18:19:20.207Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s)
18:19:20 [2020-10-05T18:19:20.207Z] === RUN   TestRemoveContainerWithVolume
18:19:20 [2020-10-05T18:19:20.364Z] --- PASS: TestSecretList (2.69s)
18:19:20 [2020-10-05T18:19:20.364Z] === RUN   TestSecretsCreateAndDelete
18:19:20 [2020-10-05T18:19:20.364Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
18:19:20 [2020-10-05T18:19:20.625Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
18:19:20 [2020-10-05T18:19:20.847Z] --- PASS: TestRemoveContainerWithVolume (0.54s)
18:19:20 [2020-10-05T18:19:20.847Z] === RUN   TestRemoveContainerRunning
18:19:20 [2020-10-05T18:19:20.885Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
18:19:21 [2020-10-05T18:19:21.154Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
18:19:21 [2020-10-05T18:19:21.517Z] --- PASS: TestRemoveContainerRunning (0.57s)
18:19:21 [2020-10-05T18:19:21.517Z] === RUN   TestRemoveContainerForceRemoveRunning
18:19:21 [2020-10-05T18:19:21.724Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
18:19:21 [2020-10-05T18:19:21.812Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.58s)
18:19:21 [2020-10-05T18:19:21.812Z] === RUN   TestRemoveInvalidContainer
18:19:21 [2020-10-05T18:19:21.812Z] --- PASS: TestRemoveInvalidContainer (0.02s)
18:19:21 [2020-10-05T18:19:21.812Z] === RUN   TestRenameLinkedContainer
18:19:22 [2020-10-05T18:19:22.667Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
18:19:23 [2020-10-05T18:19:23.606Z] --- PASS: TestSecretsCreateAndDelete (3.00s)
18:19:23 [2020-10-05T18:19:23.606Z] === RUN   TestSecretsUpdate
18:19:23 [2020-10-05T18:19:23.606Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
18:19:23 [2020-10-05T18:19:23.606Z] === RUN   TestDockerSuite/TestContainerAPIKill
18:19:24 [2020-10-05T18:19:24.178Z] === RUN   TestDockerSuite/TestContainerAPIPause
18:19:24 [2020-10-05T18:19:24.565Z] --- PASS: TestRenameLinkedContainer (2.16s)
18:19:24 [2020-10-05T18:19:24.565Z] === RUN   TestRenameStoppedContainer
18:19:24 [2020-10-05T18:19:24.565Z] --- PASS: TestRenameStoppedContainer (0.55s)
18:19:24 [2020-10-05T18:19:24.565Z] === RUN   TestRenameRunningContainerAndReuse
18:19:25 [2020-10-05T18:19:25.118Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
18:19:25 [2020-10-05T18:19:25.610Z] --- PASS: TestRenameRunningContainerAndReuse (1.05s)
18:19:25 [2020-10-05T18:19:25.610Z] === RUN   TestRenameInvalidName
18:19:26 [2020-10-05T18:19:26.287Z] --- PASS: TestRenameInvalidName (0.57s)
18:19:26 [2020-10-05T18:19:26.287Z] === RUN   TestRenameAnonymousContainer
18:19:26 [2020-10-05T18:19:26.502Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
18:19:26 [2020-10-05T18:19:26.502Z] === RUN   TestDockerSuite/TestContainerAPIRename
18:19:27 [2020-10-05T18:19:27.072Z] --- PASS: TestSecretsUpdate (3.45s)
18:19:27 [2020-10-05T18:19:27.072Z] === RUN   TestTemplatedSecret
18:19:27 [2020-10-05T18:19:27.072Z] === RUN   TestDockerSuite/TestContainerAPIRestart
18:19:28 [2020-10-05T18:19:28.376Z] --- PASS: TestRenameAnonymousContainer (1.98s)
18:19:28 [2020-10-05T18:19:28.376Z] === RUN   TestRenameContainerWithSameName
18:19:28 [2020-10-05T18:19:28.454Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
18:19:28 [2020-10-05T18:19:28.675Z] --- PASS: TestRenameContainerWithSameName (0.53s)
18:19:28 [2020-10-05T18:19:28.675Z] === RUN   TestRenameContainerWithLinkedContainer
18:19:29 [2020-10-05T18:19:29.733Z] --- PASS: TestRenameContainerWithLinkedContainer (1.06s)
18:19:29 [2020-10-05T18:19:29.733Z] === RUN   TestResize
18:19:29 [2020-10-05T18:19:29.837Z] --- PASS: TestTemplatedSecret (2.73s)
18:19:29 [2020-10-05T18:19:29.837Z] === RUN   TestSecretCreateResolve
18:19:29 [2020-10-05T18:19:29.837Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
18:19:29 [2020-10-05T18:19:29.837Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
18:19:29 [2020-10-05T18:19:29.837Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
18:19:29 [2020-10-05T18:19:29.837Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
18:19:29 [2020-10-05T18:19:29.837Z] === RUN   TestDockerSuite/TestContainerAPIStart
18:19:30 [2020-10-05T18:19:30.373Z] --- PASS: TestResize (0.56s)
18:19:30 [2020-10-05T18:19:30.373Z] === RUN   TestResizeWithInvalidSize
18:19:30 [2020-10-05T18:19:30.407Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
18:19:31 [2020-10-05T18:19:31.017Z] --- PASS: TestResizeWithInvalidSize (0.59s)
18:19:31 [2020-10-05T18:19:31.017Z] === RUN   TestResizeWhenContainerNotStarted
18:19:31 [2020-10-05T18:19:31.222Z] --- PASS: TestCreateServiceMultipleTimes (18.43s)
18:19:31 [2020-10-05T18:19:31.222Z] === RUN   TestCreateServiceConflict
18:19:31 [2020-10-05T18:19:31.671Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s)
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
18:19:31 [2020-10-05T18:19:31.671Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
18:19:32 [2020-10-05T18:19:32.340Z] --- PASS: TestSecretCreateResolve (2.41s)
18:19:32 [2020-10-05T18:19:32.340Z] PASS
18:19:32 [2020-10-05T18:19:32.340Z] 
18:19:32 [2020-10-05T18:19:32.340Z] DONE 6 tests in 17.296s
18:19:32 [2020-10-05T18:19:32.340Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
18:19:32 [2020-10-05T18:19:32.340Z] ++ 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
18:19:32 [2020-10-05T18:19:32.340Z] ++ set -e
18:19:32 [2020-10-05T18:19:32.340Z] ++ '[' -n 0 ']'
18:19:32 [2020-10-05T18:19:32.340Z] ++ set -x
18:19:32 [2020-10-05T18:19:32.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 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
18:19:32 [2020-10-05T18:19:32.340Z] INFO: Testing against a local daemon
18:19:32 [2020-10-05T18:19:32.340Z] === RUN   TestServiceCreateInit
18:19:32 [2020-10-05T18:19:32.340Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:19:33 [2020-10-05T18:19:33.769Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
18:19:34 [2020-10-05T18:19:34.437Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
18:19:34 [2020-10-05T18:19:34.437Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
18:19:34 [2020-10-05T18:19:34.529Z] --- PASS: TestCreateServiceConflict (3.23s)
18:19:34 [2020-10-05T18:19:34.529Z] === RUN   TestCreateServiceMaxReplicas
18:19:34 [2020-10-05T18:19:34.887Z] === RUN   TestDockerSuite/TestContainerAPIStop
18:19:35 [2020-10-05T18:19:35.082Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
18:19:35 [2020-10-05T18:19:35.082Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
18:19:35 [2020-10-05T18:19:35.148Z] === RUN   TestDockerSuite/TestContainerAPITop
18:19:35 [2020-10-05T18:19:35.719Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
18:19:35 [2020-10-05T18:19:35.719Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
18:19:35 [2020-10-05T18:19:35.719Z] === RUN   TestDockerSuite/TestContainerAPIWait
18:19:36 [2020-10-05T18:19:36.147Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
18:19:36 [2020-10-05T18:19:36.147Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
18:19:36 [2020-10-05T18:19:36.290Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:19:37 [2020-10-05T18:19:37.697Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
18:19:37 [2020-10-05T18:19:37.842Z] --- PASS: TestCreateServiceMaxReplicas (3.64s)
18:19:37 [2020-10-05T18:19:37.842Z] === RUN   TestCreateWithDuplicateNetworkNames
18:19:38 [2020-10-05T18:19:38.829Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
18:19:39 [2020-10-05T18:19:39.090Z] === RUN   TestDockerSuite/TestContainerNetworkMode
18:19:39 [2020-10-05T18:19:39.796Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.88s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.84s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.92s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.39s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.57s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.72s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.67s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.73s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.60s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.27s)
18:19:39 [2020-10-05T18:19:39.797Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s)
18:19:39 [2020-10-05T18:19:39.797Z] === RUN   TestCgroupNamespacesRun
18:19:40 [2020-10-05T18:19:40.031Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
18:19:40 [2020-10-05T18:19:40.601Z] --- PASS: TestServiceCreateInit (8.38s)
18:19:40 [2020-10-05T18:19:40.601Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.14s)
18:19:40 [2020-10-05T18:19:40.601Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.23s)
18:19:40 [2020-10-05T18:19:40.601Z] === RUN   TestCreateServiceMultipleTimes
18:19:41 [2020-10-05T18:19:41.322Z] --- PASS: TestCgroupNamespacesRun (1.43s)
18:19:41 [2020-10-05T18:19:41.322Z] === RUN   TestCgroupNamespacesRunPrivileged
18:19:42 [2020-10-05T18:19:42.379Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.36s)
18:19:42 [2020-10-05T18:19:42.379Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
18:19:43 [2020-10-05T18:19:43.900Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
18:19:43 [2020-10-05T18:19:43.909Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.41s)
18:19:43 [2020-10-05T18:19:43.910Z] === RUN   TestCgroupNamespacesRunHostMode
18:19:44 [2020-10-05T18:19:44.471Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
18:19:45 [2020-10-05T18:19:45.435Z] --- PASS: TestCgroupNamespacesRunHostMode (1.40s)
18:19:45 [2020-10-05T18:19:45.435Z] === RUN   TestCgroupNamespacesRunPrivateMode
18:19:46 [2020-10-05T18:19:46.382Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
18:19:46 [2020-10-05T18:19:46.483Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.40s)
18:19:46 [2020-10-05T18:19:46.483Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
18:19:47 [2020-10-05T18:19:47.766Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
18:19:48 [2020-10-05T18:19:48.012Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.37s)
18:19:48 [2020-10-05T18:19:48.012Z] === RUN   TestCgroupNamespacesRunInvalidMode
18:19:48 [2020-10-05T18:19:48.656Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s)
18:19:48 [2020-10-05T18:19:48.656Z] === RUN   TestCgroupNamespacesRunOlderClient
18:19:48 [2020-10-05T18:19:48.705Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
18:19:50 [2020-10-05T18:19:50.086Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
18:19:50 [2020-10-05T18:19:50.202Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.45s)
18:19:50 [2020-10-05T18:19:50.202Z] === RUN   TestKernelTCPMemory
18:19:50 [2020-10-05T18:19:50.842Z] --- PASS: TestKernelTCPMemory (0.62s)
18:19:50 [2020-10-05T18:19:50.843Z] === RUN   TestNISDomainname
18:19:51 [2020-10-05T18:19:51.465Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
18:19:51 [2020-10-05T18:19:51.484Z] --- PASS: TestNISDomainname (0.68s)
18:19:51 [2020-10-05T18:19:51.484Z] === RUN   TestHostnameDnsResolution
18:19:52 [2020-10-05T18:19:52.037Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
18:19:52 [2020-10-05T18:19:52.526Z] --- PASS: TestHostnameDnsResolution (0.87s)
18:19:52 [2020-10-05T18:19:52.527Z] === RUN   TestStats
18:19:52 [2020-10-05T18:19:52.782Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.99s)
18:19:52 [2020-10-05T18:19:52.782Z] === RUN   TestCreateServiceSecretFileMode
18:19:53 [2020-10-05T18:19:53.416Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000ab9720_<nil>}
18:19:54 [2020-10-05T18:19:54.796Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1646913785_/foo_false__<nil>_<nil>_<nil>}
18:19:55 [2020-10-05T18:19:55.318Z] --- PASS: TestStats (2.54s)
18:19:55 [2020-10-05T18:19:55.318Z] === RUN   TestStopContainerWithTimeout
18:19:55 [2020-10-05T18:19:55.318Z] === RUN   TestStopContainerWithTimeout/0
18:19:55 [2020-10-05T18:19:55.318Z] === PAUSE TestStopContainerWithTimeout/0
18:19:55 [2020-10-05T18:19:55.318Z] === RUN   TestStopContainerWithTimeout/1
18:19:55 [2020-10-05T18:19:55.318Z] === PAUSE TestStopContainerWithTimeout/1
18:19:55 [2020-10-05T18:19:55.318Z] === RUN   TestStopContainerWithTimeout/3
18:19:55 [2020-10-05T18:19:55.318Z] === PAUSE TestStopContainerWithTimeout/3
18:19:55 [2020-10-05T18:19:55.318Z] === RUN   TestStopContainerWithTimeout/-1
18:19:55 [2020-10-05T18:19:55.318Z] === PAUSE TestStopContainerWithTimeout/-1
18:19:55 [2020-10-05T18:19:55.318Z] === CONT  TestStopContainerWithTimeout/0
18:19:55 [2020-10-05T18:19:55.318Z] === CONT  TestStopContainerWithTimeout/3
18:19:55 [2020-10-05T18:19:55.318Z] === CONT  TestStopContainerWithTimeout/-1
18:19:55 [2020-10-05T18:19:55.318Z] === CONT  TestStopContainerWithTimeout/1
18:19:56 [2020-10-05T18:19:56.087Z] --- PASS: TestCreateServiceSecretFileMode (3.25s)
18:19:56 [2020-10-05T18:19:56.087Z] === RUN   TestCreateServiceConfigFileMode
18:19:56 [2020-10-05T18:19:56.175Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1646913785_/foo_true__<nil>_<nil>_<nil>}
18:19:57 [2020-10-05T18:19:57.553Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3046199300_/foo_false__<nil>_<nil>_<nil>}
18:19:58 [2020-10-05T18:19:58.080Z] --- PASS: TestStopContainerWithTimeout (0.01s)
18:19:58 [2020-10-05T18:19:58.080Z]     --- PASS: TestStopContainerWithTimeout/0 (0.86s)
18:19:58 [2020-10-05T18:19:58.080Z]     --- PASS: TestStopContainerWithTimeout/1 (2.10s)
18:19:58 [2020-10-05T18:19:58.080Z]     --- PASS: TestStopContainerWithTimeout/3 (2.85s)
18:19:58 [2020-10-05T18:19:58.080Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.08s)
18:19:58 [2020-10-05T18:19:58.080Z] === RUN   TestDeleteDevicemapper
18:19:58 [2020-10-05T18:19:58.080Z] --- SKIP: TestDeleteDevicemapper (0.00s)
18:19:58 [2020-10-05T18:19:58.080Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:19:58 [2020-10-05T18:19:58.080Z] === RUN   TestStopContainerWithRestartPolicyAlways
18:19:58 [2020-10-05T18:19:58.513Z] --- PASS: TestCreateServiceMultipleTimes (17.69s)
18:19:58 [2020-10-05T18:19:58.513Z] === RUN   TestCreateServiceConflict
18:19:58 [2020-10-05T18:19:58.639Z] --- PASS: TestCreateServiceConfigFileMode (2.81s)
18:19:58 [2020-10-05T18:19:58.639Z] === RUN   TestCreateServiceSysctls
18:19:58 [2020-10-05T18:19:58.775Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3046199300_/foo_true__<nil>_<nil>_<nil>}
18:20:00 [2020-10-05T18:20:00.155Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3046199300_/foo_true__0xc000ab9780_<nil>_<nil>}
18:20:00 [2020-10-05T18:20:00.838Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.42s)
18:20:00 [2020-10-05T18:20:00.838Z] === RUN   TestUpdateMemory
18:20:01 [2020-10-05T18:20:01.093Z] --- PASS: TestCreateServiceConflict (2.56s)
18:20:01 [2020-10-05T18:20:01.093Z] === RUN   TestCreateServiceMaxReplicas
18:20:01 [2020-10-05T18:20:01.134Z] --- PASS: TestUpdateMemory (0.71s)
18:20:01 [2020-10-05T18:20:01.134Z] === RUN   TestUpdateCPUQuota
18:20:01 [2020-10-05T18:20:01.663Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000ab97a0_<nil>}
18:20:02 [2020-10-05T18:20:02.179Z] --- PASS: TestUpdateCPUQuota (0.85s)
18:20:02 [2020-10-05T18:20:02.179Z] === RUN   TestUpdatePidsLimit
18:20:02 [2020-10-05T18:20:02.179Z] === RUN   TestUpdatePidsLimit/update_from_none
18:20:02 [2020-10-05T18:20:02.179Z] === RUN   TestUpdatePidsLimit/no_change
18:20:02 [2020-10-05T18:20:02.488Z] === RUN   TestUpdatePidsLimit/update_lower
18:20:02 [2020-10-05T18:20:02.783Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
18:20:02 [2020-10-05T18:20:02.848Z] --- PASS: TestCreateServiceSysctls (4.13s)
18:20:02 [2020-10-05T18:20:02.848Z] === RUN   TestCreateServiceCapabilities
18:20:03 [2020-10-05T18:20:03.045Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000ab97c0_<nil>}
18:20:03 [2020-10-05T18:20:03.076Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
18:20:03 [2020-10-05T18:20:03.371Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
18:20:03 [2020-10-05T18:20:03.671Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
18:20:03 [2020-10-05T18:20:03.984Z] --- PASS: TestCreateServiceMaxReplicas (3.00s)
18:20:03 [2020-10-05T18:20:03.984Z] === RUN   TestCreateWithDuplicateNetworkNames
18:20:04 [2020-10-05T18:20:04.553Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000ab97e0_<nil>}
18:20:04 [2020-10-05T18:20:04.720Z] --- PASS: TestUpdatePidsLimit (2.48s)
18:20:04 [2020-10-05T18:20:04.720Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.27s)
18:20:04 [2020-10-05T18:20:04.720Z]     --- PASS: TestUpdatePidsLimit/no_change (0.25s)
18:20:04 [2020-10-05T18:20:04.720Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.26s)
18:20:04 [2020-10-05T18:20:04.720Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.26s)
18:20:04 [2020-10-05T18:20:04.720Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s)
18:20:04 [2020-10-05T18:20:04.720Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s)
18:20:04 [2020-10-05T18:20:04.720Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s)
18:20:04 [2020-10-05T18:20:04.720Z] === RUN   TestUpdateRestartPolicy
18:20:05 [2020-10-05T18:20:05.935Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000ab9800_<nil>}
18:20:06 [2020-10-05T18:20:06.505Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
18:20:07 [2020-10-05T18:20:07.059Z] --- PASS: TestCreateServiceCapabilities (3.40s)
18:20:07 [2020-10-05T18:20:07.059Z] === RUN   TestInspect
18:20:07 [2020-10-05T18:20:07.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
18:20:07 [2020-10-05T18:20:07.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
18:20:07 [2020-10-05T18:20:07.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
18:20:07 [2020-10-05T18:20:07.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
18:20:07 [2020-10-05T18:20:07.443Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
18:20:07 [2020-10-05T18:20:07.444Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
18:20:07 [2020-10-05T18:20:07.444Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
18:20:07 [2020-10-05T18:20:07.444Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
18:20:07 [2020-10-05T18:20:07.703Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
18:20:09 [2020-10-05T18:20:09.611Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
18:20:10 [2020-10-05T18:20:10.364Z] --- PASS: TestInspect (3.59s)
18:20:10 [2020-10-05T18:20:10.364Z] === RUN   TestCreateJob
18:20:10 [2020-10-05T18:20:10.991Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
18:20:12 [2020-10-05T18:20:12.899Z] === RUN   TestDockerSuite/TestCopyAndRestart
18:20:13 [2020-10-05T18:20:13.669Z] --- PASS: TestCreateJob (3.61s)
18:20:13 [2020-10-05T18:20:13.669Z] === RUN   TestReplicatedJob
18:20:13 [2020-10-05T18:20:13.839Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
18:20:13 [2020-10-05T18:20:13.839Z] === RUN   TestDockerSuite/TestCpAbsolutePath
18:20:14 [2020-10-05T18:20:14.409Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
18:20:14 [2020-10-05T18:20:14.673Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
18:20:14 [2020-10-05T18:20:14.933Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
18:20:15 [2020-10-05T18:20:15.871Z] === RUN   TestDockerSuite/TestCpFromCaseA
18:20:16 [2020-10-05T18:20:16.131Z] === RUN   TestDockerSuite/TestCpFromCaseB
18:20:17 [2020-10-05T18:20:17.071Z] === RUN   TestDockerSuite/TestCpFromCaseC
18:20:17 [2020-10-05T18:20:17.432Z] --- PASS: TestUpdateRestartPolicy (11.42s)
18:20:17 [2020-10-05T18:20:17.432Z] === RUN   TestUpdateRestartWithAutoRemove
18:20:17 [2020-10-05T18:20:17.432Z] --- PASS: TestUpdateRestartWithAutoRemove (0.56s)
18:20:17 [2020-10-05T18:20:17.432Z] === RUN   TestWaitNonBlocked
18:20:17 [2020-10-05T18:20:17.432Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
18:20:17 [2020-10-05T18:20:17.432Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
18:20:17 [2020-10-05T18:20:17.432Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
18:20:17 [2020-10-05T18:20:17.432Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
18:20:17 [2020-10-05T18:20:17.432Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
18:20:17 [2020-10-05T18:20:17.432Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
18:20:17 [2020-10-05T18:20:17.432Z] --- PASS: TestWaitNonBlocked (0.02s)
18:20:17 [2020-10-05T18:20:17.432Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s)
18:20:17 [2020-10-05T18:20:17.432Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s)
18:20:17 [2020-10-05T18:20:17.432Z] === RUN   TestWaitBlocked
18:20:17 [2020-10-05T18:20:17.432Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
18:20:17 [2020-10-05T18:20:17.432Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
18:20:17 [2020-10-05T18:20:17.432Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
18:20:17 [2020-10-05T18:20:17.432Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
18:20:17 [2020-10-05T18:20:17.432Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
18:20:17 [2020-10-05T18:20:17.432Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
18:20:17 [2020-10-05T18:20:17.641Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.65s)
18:20:17 [2020-10-05T18:20:17.641Z] === RUN   TestCreateServiceSecretFileMode
18:20:17 [2020-10-05T18:20:17.900Z] === RUN   TestDockerSuite/TestCpFromCaseD
18:20:18 [2020-10-05T18:20:18.078Z] --- PASS: TestWaitBlocked (0.03s)
18:20:18 [2020-10-05T18:20:18.078Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s)
18:20:18 [2020-10-05T18:20:18.078Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.79s)
18:20:18 [2020-10-05T18:20:18.078Z] === CONT  TestContainerStartOnDaemonRestart
18:20:18 [2020-10-05T18:20:18.078Z] === CONT  TestIpcModeOlderClient
18:20:18 [2020-10-05T18:20:18.078Z] === CONT  TestDaemonHostGatewayIP
18:20:18 [2020-10-05T18:20:18.078Z] === CONT  TestContainerKillOnDaemonStart
18:20:18 [2020-10-05T18:20:18.078Z] --- PASS: TestIpcModeOlderClient (0.16s)
18:20:18 [2020-10-05T18:20:18.078Z] === CONT  TestDaemonRestartIpcMode
18:20:18 [2020-10-05T18:20:18.841Z] === RUN   TestDockerSuite/TestCpFromCaseE
18:20:19 [2020-10-05T18:20:19.781Z] === RUN   TestDockerSuite/TestCpFromCaseF
18:20:20 [2020-10-05T18:20:20.269Z] --- PASS: TestReplicatedJob (6.65s)
18:20:20 [2020-10-05T18:20:20.269Z] === RUN   TestUpdateReplicatedJob
18:20:20 [2020-10-05T18:20:20.723Z] --- PASS: TestCreateServiceSecretFileMode (3.29s)
18:20:20 [2020-10-05T18:20:20.723Z] === RUN   TestCreateServiceConfigFileMode
18:20:20 [2020-10-05T18:20:20.991Z] === RUN   TestDockerSuite/TestCpFromCaseG
18:20:21 [2020-10-05T18:20:21.682Z] --- PASS: TestContainerStartOnDaemonRestart (3.65s)
18:20:21 [2020-10-05T18:20:21.929Z] === RUN   TestDockerSuite/TestCpFromCaseH
18:20:22 [2020-10-05T18:20:22.324Z] --- PASS: TestDaemonRestartIpcMode (4.11s)
18:20:22 [2020-10-05T18:20:22.324Z] --- PASS: TestDaemonHostGatewayIP (4.45s)
18:20:23 [2020-10-05T18:20:23.313Z] === RUN   TestDockerSuite/TestCpFromCaseI
18:20:23 [2020-10-05T18:20:23.574Z] --- PASS: TestCreateServiceConfigFileMode (2.83s)
18:20:23 [2020-10-05T18:20:23.574Z] === RUN   TestCreateServiceSysctls
18:20:24 [2020-10-05T18:20:24.144Z] === RUN   TestDockerSuite/TestCpFromCaseJ
18:20:24 [2020-10-05T18:20:24.484Z] --- PASS: TestUpdateReplicatedJob (4.36s)
18:20:24 [2020-10-05T18:20:24.484Z] === RUN   TestServiceListWithStatuses
18:20:24 [2020-10-05T18:20:24.484Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:20:24 [2020-10-05T18:20:24.484Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:20:24 [2020-10-05T18:20:24.484Z] === RUN   TestDockerNetworkConnectAlias
18:20:25 [2020-10-05T18:20:25.085Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
18:20:26 [2020-10-05T18:20:26.995Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
18:20:27 [2020-10-05T18:20:27.565Z] === RUN   TestDockerSuite/TestCpGarbagePath
18:20:27 [2020-10-05T18:20:27.824Z] --- PASS: TestCreateServiceSysctls (4.14s)
18:20:27 [2020-10-05T18:20:27.824Z] === RUN   TestCreateServiceCapabilities
18:20:28 [2020-10-05T18:20:28.084Z] === RUN   TestDockerSuite/TestCpLocalOnly
18:20:28 [2020-10-05T18:20:28.084Z] === RUN   TestDockerSuite/TestCpNameHasColon
18:20:28 [2020-10-05T18:20:28.654Z] === RUN   TestDockerSuite/TestCpRelativePath
18:20:29 [2020-10-05T18:20:29.222Z] === RUN   TestDockerSuite/TestCpSpecialFiles
18:20:30 [2020-10-05T18:20:30.604Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
18:20:30 [2020-10-05T18:20:30.851Z] --- PASS: TestContainerKillOnDaemonStart (12.98s)
18:20:30 [2020-10-05T18:20:30.851Z] PASS
18:20:30 [2020-10-05T18:20:30.851Z] 
18:20:30 [2020-10-05T18:20:30.851Z] === Skipped
18:20:30 [2020-10-05T18:20:30.851Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
18:20:30 [2020-10-05T18:20:30.851Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
18:20:30 [2020-10-05T18:20:30.851Z] 
18:20:30 [2020-10-05T18:20:30.851Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
18:20:30 [2020-10-05T18:20:30.851Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
18:20:30 [2020-10-05T18:20:30.851Z] 
18:20:30 [2020-10-05T18:20:30.851Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
18:20:30 [2020-10-05T18:20:30.851Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
18:20:30 [2020-10-05T18:20:30.851Z] 
18:20:30 [2020-10-05T18:20:30.851Z] 
18:20:30 [2020-10-05T18:20:30.851Z] DONE 192 tests, 3 skipped in 110.672s
18:20:30 [2020-10-05T18:20:30.864Z] --- PASS: TestCreateServiceCapabilities (3.22s)
18:20:30 [2020-10-05T18:20:30.864Z] === RUN   TestInspect
18:20:31 [2020-10-05T18:20:31.072Z] --- PASS: TestDockerNetworkConnectAlias (6.58s)
18:20:31 [2020-10-05T18:20:31.072Z] === RUN   TestDockerNetworkReConnect
18:20:31 [2020-10-05T18:20:31.124Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
18:20:31 [2020-10-05T18:20:31.149Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
18:20:31 [2020-10-05T18:20:31.149Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
18:20:31 [2020-10-05T18:20:31.149Z] ++ set -e
18:20:31 [2020-10-05T18:20:31.149Z] ++ '[' -n 0 ']'
18:20:31 [2020-10-05T18:20:31.149Z] ++ set -x
18:20:31 [2020-10-05T18:20:31.149Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
18:20:31 [2020-10-05T18:20:31.149Z] INFO: Testing against a local daemon
18:20:31 [2020-10-05T18:20:31.149Z] === RUN   TestCommitInheritsEnv
18:20:31 [2020-10-05T18:20:31.383Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
18:20:31 [2020-10-05T18:20:31.448Z] --- PASS: TestCommitInheritsEnv (0.40s)
18:20:31 [2020-10-05T18:20:31.448Z] === RUN   TestImportExtremelyLargeImageWorks
18:20:31 [2020-10-05T18:20:31.448Z] === PAUSE TestImportExtremelyLargeImageWorks
18:20:31 [2020-10-05T18:20:31.448Z] === RUN   TestImagesFilterMultiReference
18:20:31 [2020-10-05T18:20:31.448Z] --- PASS: TestImagesFilterMultiReference (0.05s)
18:20:31 [2020-10-05T18:20:31.448Z] === RUN   TestImagePullPlatformInvalid
18:20:31 [2020-10-05T18:20:31.448Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
18:20:31 [2020-10-05T18:20:31.448Z] === RUN   TestRemoveImageOrphaning
18:20:31 [2020-10-05T18:20:31.955Z] === RUN   TestDockerSuite/TestCpToCaseA
18:20:32 [2020-10-05T18:20:32.090Z] --- PASS: TestRemoveImageOrphaning (0.34s)
18:20:32 [2020-10-05T18:20:32.090Z] === RUN   TestRemoveImageGarbageCollector
18:20:32 [2020-10-05T18:20:32.090Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
18:20:32 [2020-10-05T18:20:32.090Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:20:32 [2020-10-05T18:20:32.090Z] === RUN   TestTagUnprefixedRepoByNameOrName
18:20:32 [2020-10-05T18:20:32.090Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
18:20:32 [2020-10-05T18:20:32.090Z] === RUN   TestTagInvalidReference
18:20:32 [2020-10-05T18:20:32.090Z] --- PASS: TestTagInvalidReference (0.02s)
18:20:32 [2020-10-05T18:20:32.090Z] === RUN   TestTagValidPrefixedRepo
18:20:32 [2020-10-05T18:20:32.090Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
18:20:32 [2020-10-05T18:20:32.090Z] === RUN   TestTagExistedNameWithoutForce
18:20:32 [2020-10-05T18:20:32.090Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
18:20:32 [2020-10-05T18:20:32.090Z] === RUN   TestTagOfficialNames
18:20:32 [2020-10-05T18:20:32.090Z] --- PASS: TestTagOfficialNames (0.04s)
18:20:32 [2020-10-05T18:20:32.090Z] === RUN   TestTagMatchesDigest
18:20:32 [2020-10-05T18:20:32.090Z] --- PASS: TestTagMatchesDigest (0.02s)
18:20:32 [2020-10-05T18:20:32.090Z] === CONT  TestImportExtremelyLargeImageWorks
18:20:33 [2020-10-05T18:20:33.337Z] === RUN   TestDockerSuite/TestCpToCaseB
18:20:34 [2020-10-05T18:20:34.277Z] === RUN   TestDockerSuite/TestCpToCaseC
18:20:35 [2020-10-05T18:20:35.221Z] --- PASS: TestInspect (4.10s)
18:20:35 [2020-10-05T18:20:35.221Z] === RUN   TestCreateJob
18:20:36 [2020-10-05T18:20:36.363Z] --- PASS: TestDockerNetworkReConnect (5.28s)
18:20:36 [2020-10-05T18:20:36.363Z] === RUN   TestServicePlugin
18:20:36 [2020-10-05T18:20:36.363Z] --- SKIP: TestServicePlugin (0.00s)
18:20:36 [2020-10-05T18:20:36.363Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:20:36 [2020-10-05T18:20:36.363Z] === RUN   TestServiceUpdateLabel
18:20:36 [2020-10-05T18:20:36.604Z] === RUN   TestDockerSuite/TestCpToCaseD
18:20:38 [2020-10-05T18:20:38.516Z] --- PASS: TestCreateJob (3.28s)
18:20:38 [2020-10-05T18:20:38.516Z] === RUN   TestReplicatedJob
18:20:38 [2020-10-05T18:20:38.792Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
18:20:38 [2020-10-05T18:20:38.792Z] Copying nested executables into bundles/cross/linux/amd64
18:20:38 [2020-10-05T18:20:38.792Z] Cross building: bundles/cross/windows/amd64
18:20:38 [2020-10-05T18:20:38.792Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
18:20:38 [2020-10-05T18:20:38.792Z] GOOS="windows" GOARCH="amd64" GOARM=""
18:20:39 [2020-10-05T18:20:39.669Z] --- PASS: TestServiceUpdateLabel (3.25s)
18:20:39 [2020-10-05T18:20:39.669Z] === RUN   TestServiceUpdateSecrets
18:20:39 [2020-10-05T18:20:39.896Z] === RUN   TestDockerSuite/TestCpToCaseE
18:20:43 [2020-10-05T18:20:43.194Z] === RUN   TestDockerSuite/TestCpToCaseF
18:20:43 [2020-10-05T18:20:43.763Z] === RUN   TestDockerSuite/TestCpToCaseG
18:20:44 [2020-10-05T18:20:44.702Z] --- PASS: TestReplicatedJob (6.16s)
18:20:44 [2020-10-05T18:20:44.702Z] === RUN   TestUpdateReplicatedJob
18:20:47 [2020-10-05T18:20:47.216Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
18:20:47 [2020-10-05T18:20:47.216Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
18:20:47 [2020-10-05T18:20:47.711Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPINetworkFilter
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
18:20:47 [2020-10-05T18:20:47.712Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
18:20:48 [2020-10-05T18:20:48.008Z] === RUN   TestDockerSuite/TestCpToCaseH
18:20:48 [2020-10-05T18:20:48.579Z] --- PASS: TestUpdateReplicatedJob (3.97s)
18:20:48 [2020-10-05T18:20:48.579Z] === RUN   TestServiceListWithStatuses
18:20:48 [2020-10-05T18:20:48.579Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:20:48 [2020-10-05T18:20:48.579Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:20:48 [2020-10-05T18:20:48.579Z] === RUN   TestDockerNetworkConnectAlias
18:20:49 [2020-10-05T18:20:49.961Z] === RUN   TestDockerSuite/TestCpToCaseI
18:20:50 [2020-10-05T18:20:50.222Z] === RUN   TestDockerSuite/TestCpToCaseJ
18:20:53 [2020-10-05T18:20:53.524Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
18:20:53 [2020-10-05T18:20:53.524Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
18:20:53 [2020-10-05T18:20:53.524Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
18:20:54 [2020-10-05T18:20:54.421Z] --- PASS: TestDockerNetworkConnectAlias (5.16s)
18:20:54 [2020-10-05T18:20:54.421Z] === RUN   TestDockerNetworkReConnect
18:20:54 [2020-10-05T18:20:54.421Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
18:20:54 [2020-10-05T18:20:54.990Z] === RUN   TestDockerSuite/TestCpToDot
18:20:55 [2020-10-05T18:20:55.560Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
18:20:55 [2020-10-05T18:20:55.703Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
18:20:56 [2020-10-05T18:20:56.941Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
18:20:57 [2020-10-05T18:20:57.793Z] --- PASS: TestServiceUpdateSecrets (15.25s)
18:20:57 [2020-10-05T18:20:57.793Z] === RUN   TestServiceUpdateConfigs
18:20:57 [2020-10-05T18:20:57.879Z] --- PASS: TestDockerNetworkReConnect (4.31s)
18:20:57 [2020-10-05T18:20:57.879Z] === RUN   TestServicePlugin
18:20:57 [2020-10-05T18:20:57.884Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
18:20:57 [2020-10-05T18:20:57.884Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
18:20:57 [2020-10-05T18:20:57.884Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
18:20:57 [2020-10-05T18:20:57.884Z] === RUN   TestDockerSuite/TestAttachDisconnect
18:20:57 [2020-10-05T18:20:57.884Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
18:20:58 [2020-10-05T18:20:58.447Z] === RUN   TestDockerSuite/TestCpToStdout
18:20:59 [2020-10-05T18:20:59.018Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
18:21:00 [2020-10-05T18:21:00.399Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
18:21:00 [2020-10-05T18:21:00.659Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
18:21:00 [2020-10-05T18:21:00.787Z] === RUN   TestDockerSuite/TestAttachPausedContainer
18:21:00 [2020-10-05T18:21:00.787Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
18:21:00 [2020-10-05T18:21:00.787Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
18:21:01 [2020-10-05T18:21:01.229Z] === RUN   TestDockerSuite/TestCpVolumePath
18:21:02 [2020-10-05T18:21:02.612Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
18:21:02 [2020-10-05T18:21:02.612Z] === RUN   TestDockerSuite/TestCreateArgs
18:21:02 [2020-10-05T18:21:02.872Z] === RUN   TestDockerSuite/TestCreateByImageID
18:21:03 [2020-10-05T18:21:03.441Z] === RUN   TestDockerSuite/TestCreateEchoStdout
18:21:04 [2020-10-05T18:21:04.011Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
18:21:04 [2020-10-05T18:21:04.011Z] === RUN   TestDockerSuite/TestCreateHostConfig
18:21:04 [2020-10-05T18:21:04.011Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
18:21:04 [2020-10-05T18:21:04.580Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
18:21:04 [2020-10-05T18:21:04.840Z] === RUN   TestDockerSuite/TestCreateLabels
18:21:05 [2020-10-05T18:21:05.101Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
18:21:05 [2020-10-05T18:21:05.101Z] === RUN   TestDockerSuite/TestCreateRM
18:21:05 [2020-10-05T18:21:05.361Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
18:21:05 [2020-10-05T18:21:05.361Z] === RUN   TestDockerSuite/TestCreateStopSignal
18:21:05 [2020-10-05T18:21:05.621Z] === RUN   TestDockerSuite/TestCreateStopTimeout
18:21:05 [2020-10-05T18:21:05.621Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
18:21:06 [2020-10-05T18:21:06.592Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
18:21:07 [2020-10-05T18:21:07.530Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
18:21:07 [2020-10-05T18:21:07.530Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
18:21:07 [2020-10-05T18:21:07.530Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
18:21:07 [2020-10-05T18:21:07.789Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
18:21:10 [2020-10-05T18:21:10.027Z] --- PASS: TestServiceUpdateConfigs (15.27s)
18:21:10 [2020-10-05T18:21:10.027Z] === RUN   TestServiceUpdateNetwork
18:21:12 [2020-10-05T18:21:12.002Z] === RUN   TestDockerSuite/TestCreateWithPortRange
18:21:12 [2020-10-05T18:21:12.002Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
18:21:12 [2020-10-05T18:21:12.002Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
18:21:12 [2020-10-05T18:21:12.002Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
18:21:12 [2020-10-05T18:21:12.002Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
18:21:12 [2020-10-05T18:21:12.277Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
18:21:12 [2020-10-05T18:21:12.540Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
18:21:13 [2020-10-05T18:21:13.479Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
18:21:14 [2020-10-05T18:21:14.418Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
18:21:14 [2020-10-05T18:21:14.418Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
18:21:15 [2020-10-05T18:21:15.801Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
18:21:17 [2020-10-05T18:21:17.182Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
18:21:17 [2020-10-05T18:21:17.753Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
18:21:18 [2020-10-05T18:21:18.692Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
18:21:18 [2020-10-05T18:21:18.692Z] === RUN   TestDockerSuite/TestDevicePermissions
18:21:18 [2020-10-05T18:21:18.955Z] === RUN   TestDockerSuite/TestDockerFails
18:21:18 [2020-10-05T18:21:18.955Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
18:21:18 [2020-10-05T18:21:18.955Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
18:21:18 [2020-10-05T18:21:18.956Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
18:21:19 [2020-10-05T18:21:19.895Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
18:21:20 [2020-10-05T18:21:20.466Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
18:21:21 [2020-10-05T18:21:21.405Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
18:21:21 [2020-10-05T18:21:21.405Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
18:21:21 [2020-10-05T18:21:21.405Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
18:21:21 [2020-10-05T18:21:21.665Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
18:21:24 [2020-10-05T18:21:24.940Z] --- PASS: TestServiceUpdateNetwork (14.71s)
18:21:24 [2020-10-05T18:21:24.940Z] === RUN   TestServiceUpdatePidsLimit
18:21:25 [2020-10-05T18:21:25.884Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
18:21:26 [2020-10-05T18:21:26.827Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
18:21:28 [2020-10-05T18:21:28.234Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
18:21:28 [2020-10-05T18:21:28.803Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
18:21:30 [2020-10-05T18:21:30.714Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
18:21:30 [2020-10-05T18:21:30.973Z] --- PASS: TestServicePlugin (32.89s)
18:21:30 [2020-10-05T18:21:30.973Z]     plugin_test.go:62: [db62011b43b84] joining swarm manager [df0f02c38fb5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:21:30 [2020-10-05T18:21:30.973Z]     plugin_test.go:65: [df5607bb83fa2] joining swarm manager [df0f02c38fb5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:21:30 [2020-10-05T18:21:30.973Z] === RUN   TestServiceUpdateLabel
18:21:31 [2020-10-05T18:21:31.913Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
18:21:32 [2020-10-05T18:21:32.853Z] === RUN   TestDockerSuite/TestEventsAttach
18:21:32 [2020-10-05T18:21:32.853Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
18:21:33 [2020-10-05T18:21:33.791Z] === RUN   TestDockerSuite/TestEventsCommit
18:21:33 [2020-10-05T18:21:33.791Z] --- PASS: TestServiceUpdateLabel (2.87s)
18:21:33 [2020-10-05T18:21:33.791Z] === RUN   TestServiceUpdateSecrets
18:21:34 [2020-10-05T18:21:34.360Z] === RUN   TestDockerSuite/TestEventsContainerEvents
18:21:34 [2020-10-05T18:21:34.968Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
18:21:35 [2020-10-05T18:21:35.301Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
18:21:36 [2020-10-05T18:21:36.241Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
18:21:37 [2020-10-05T18:21:37.183Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
18:21:38 [2020-10-05T18:21:38.594Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
18:21:39 [2020-10-05T18:21:39.532Z] === RUN   TestDockerSuite/TestEventsContainerRestart
18:21:41 [2020-10-05T18:21:41.505Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
18:21:43 [2020-10-05T18:21:43.111Z] --- PASS: TestServiceUpdatePidsLimit (17.01s)
18:21:43 [2020-10-05T18:21:43.111Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s)
18:21:43 [2020-10-05T18:21:43.111Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
18:21:43 [2020-10-05T18:21:43.111Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s)
18:21:43 [2020-10-05T18:21:43.111Z] PASS
18:21:43 [2020-10-05T18:21:43.111Z] 
18:21:43 [2020-10-05T18:21:43.111Z] === Skipped
18:21:43 [2020-10-05T18:21:43.111Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
18:21:43 [2020-10-05T18:21:43.111Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:21:43 [2020-10-05T18:21:43.111Z] 
18:21:43 [2020-10-05T18:21:43.111Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
18:21:43 [2020-10-05T18:21:43.111Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:21:43 [2020-10-05T18:21:43.111Z] 
18:21:43 [2020-10-05T18:21:43.111Z] 
18:21:43 [2020-10-05T18:21:43.111Z] DONE 27 tests, 2 skipped in 159.688s
18:21:43 [2020-10-05T18:21:43.111Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
18:21:43 [2020-10-05T18:21:43.111Z] ++ 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
18:21:43 [2020-10-05T18:21:43.111Z] ++ set -e
18:21:43 [2020-10-05T18:21:43.111Z] ++ '[' -n 0 ']'
18:21:43 [2020-10-05T18:21:43.111Z] ++ set -x
18:21:43 [2020-10-05T18:21:43.111Z] ++ 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 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
18:21:43 [2020-10-05T18:21:43.111Z] INFO: Testing against a local daemon
18:21:43 [2020-10-05T18:21:43.111Z] === RUN   TestSessionCreate
18:21:43 [2020-10-05T18:21:43.111Z] --- PASS: TestSessionCreate (0.05s)
18:21:43 [2020-10-05T18:21:43.111Z] === RUN   TestSessionCreateWithBadUpgrade
18:21:43 [2020-10-05T18:21:43.111Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
18:21:43 [2020-10-05T18:21:43.111Z] PASS
18:21:43 [2020-10-05T18:21:43.111Z] 
18:21:43 [2020-10-05T18:21:43.111Z] DONE 2 tests in 0.279s
18:21:43 [2020-10-05T18:21:43.111Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
18:21:43 [2020-10-05T18:21:43.111Z] ++ 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
18:21:43 [2020-10-05T18:21:43.111Z] ++ set -e
18:21:43 [2020-10-05T18:21:43.111Z] ++ '[' -n 0 ']'
18:21:43 [2020-10-05T18:21:43.111Z] ++ set -x
18:21:43 [2020-10-05T18:21:43.111Z] ++ 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 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
18:21:43 [2020-10-05T18:21:43.111Z] INFO: Testing against a local daemon
18:21:43 [2020-10-05T18:21:43.111Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:21:43 [2020-10-05T18:21:43.111Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:21:43 [2020-10-05T18:21:43.111Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:21:43 [2020-10-05T18:21:43.111Z] === RUN   TestEventsExecDie
18:21:43 [2020-10-05T18:21:43.373Z] --- PASS: TestEventsExecDie (0.90s)
18:21:43 [2020-10-05T18:21:43.373Z] === RUN   TestEventsBackwardsCompatible
18:21:43 [2020-10-05T18:21:43.373Z] --- PASS: TestEventsBackwardsCompatible (0.11s)
18:21:43 [2020-10-05T18:21:43.373Z] === RUN   TestInfoBinaryCommits
18:21:43 [2020-10-05T18:21:43.373Z] --- PASS: TestInfoBinaryCommits (0.05s)
18:21:43 [2020-10-05T18:21:43.373Z] === RUN   TestInfoAPIVersioned
18:21:43 [2020-10-05T18:21:43.373Z] --- PASS: TestInfoAPIVersioned (0.02s)
18:21:43 [2020-10-05T18:21:43.373Z] === RUN   TestInfoDiscoveryBackend
18:21:43 [2020-10-05T18:21:43.948Z] --- PASS: TestInfoDiscoveryBackend (0.62s)
18:21:43 [2020-10-05T18:21:43.948Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:21:44 [2020-10-05T18:21:44.043Z] === RUN   TestDockerSuite/TestEventsCopy
18:21:44 [2020-10-05T18:21:44.614Z] === RUN   TestDockerSuite/TestEventsFilterContainer
18:21:45 [2020-10-05T18:21:45.336Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
18:21:45 [2020-10-05T18:21:45.336Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:21:45 [2020-10-05T18:21:45.553Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
18:21:45 [2020-10-05T18:21:45.598Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s)
18:21:45 [2020-10-05T18:21:45.598Z] === RUN   TestInfoAPI
18:21:45 [2020-10-05T18:21:45.859Z] --- PASS: TestInfoAPI (0.06s)
18:21:45 [2020-10-05T18:21:45.859Z] === RUN   TestInfoAPIWarnings
18:21:49 [2020-10-05T18:21:49.747Z] --- PASS: TestServiceUpdateSecrets (15.51s)
18:21:49 [2020-10-05T18:21:49.747Z] === RUN   TestServiceUpdateConfigs
18:21:51 [2020-10-05T18:21:51.127Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
18:21:51 [2020-10-05T18:21:51.387Z] === RUN   TestDockerSuite/TestEventsFilterImageName
18:21:52 [2020-10-05T18:21:52.323Z] === RUN   TestDockerSuite/TestEventsFilterLabels
18:21:53 [2020-10-05T18:21:53.261Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
18:21:53 [2020-10-05T18:21:53.261Z] === RUN   TestDockerSuite/TestEventsFilterType
18:21:53 [2020-10-05T18:21:53.520Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
18:21:53 [2020-10-05T18:21:53.779Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
18:21:53 [2020-10-05T18:21:53.780Z] === RUN   TestDockerSuite/TestEventsFilters
18:21:54 [2020-10-05T18:21:54.718Z] === RUN   TestDockerSuite/TestEventsFormat
18:21:55 [2020-10-05T18:21:55.657Z] === RUN   TestDockerSuite/TestEventsFormatBadField
18:21:55 [2020-10-05T18:21:55.657Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
18:21:55 [2020-10-05T18:21:55.657Z] === RUN   TestDockerSuite/TestEventsImageImport
18:21:56 [2020-10-05T18:21:56.226Z] === RUN   TestDockerSuite/TestEventsImageLoad
18:21:56 [2020-10-05T18:21:56.226Z] === RUN   TestDockerSuite/TestEventsImagePull
18:21:56 [2020-10-05T18:21:56.794Z] === RUN   TestDockerSuite/TestEventsImageTag
18:21:57 [2020-10-05T18:21:57.733Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
18:21:57 [2020-10-05T18:21:57.993Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
18:21:57 [2020-10-05T18:21:57.993Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
18:21:57 [2020-10-05T18:21:57.993Z] === RUN   TestDockerSuite/TestEventsPluginOps
18:21:59 [2020-10-05T18:21:59.373Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
18:21:59 [2020-10-05T18:21:59.942Z] === RUN   TestDockerSuite/TestEventsRename
18:22:00 [2020-10-05T18:22:00.292Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
18:22:00 [2020-10-05T18:22:00.292Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
18:22:00 [2020-10-05T18:22:00.292Z] remote: Enumerating objects: 2, done.
18:22:00 [2020-10-05T18:22:00.292Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
18:22:00 [2020-10-05T18:22:00.292Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
18:22:00 [2020-10-05T18:22:00.292Z] Unpacking objects:   4% (1/23)   
remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
18:22:00 [2020-10-05T18:22:00.292Z] 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.
18:22:00 [2020-10-05T18:22:00.292Z] Building: bundles/cross/windows/amd64/containerutility.exe
18:22:00 [2020-10-05T18:22:00.292Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
18:22:00 [2020-10-05T18:22:00.512Z] === RUN   TestDockerSuite/TestEventsResize
18:22:00 [2020-10-05T18:22:00.633Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/test/unit
18:22:01 [2020-10-05T18:22:01.081Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
18:22:03 [2020-10-05T18:22:03.146Z] ?   	github.com/docker/docker/api	[no test files]
18:22:03 [2020-10-05T18:22:03.978Z] --- PASS: TestInfoAPIWarnings (16.61s)
18:22:03 [2020-10-05T18:22:03.978Z] === RUN   TestInfoDebug
18:22:03 [2020-10-05T18:22:03.978Z] --- PASS: TestInfoDebug (0.62s)
18:22:03 [2020-10-05T18:22:03.978Z] === RUN   TestInfoInsecureRegistries
18:22:03 [2020-10-05T18:22:03.978Z] --- PASS: TestInfoInsecureRegistries (0.65s)
18:22:03 [2020-10-05T18:22:03.978Z] === RUN   TestInfoRegistryMirrors
18:22:04 [2020-10-05T18:22:04.239Z] --- PASS: TestInfoRegistryMirrors (0.63s)
18:22:04 [2020-10-05T18:22:04.239Z] === RUN   TestLoginFailsWithBadCredentials
18:22:04 [2020-10-05T18:22:04.370Z] --- PASS: TestServiceUpdateConfigs (14.81s)
18:22:04 [2020-10-05T18:22:04.371Z] === RUN   TestServiceUpdateNetwork
18:22:04 [2020-10-05T18:22:04.811Z] --- PASS: TestLoginFailsWithBadCredentials (0.44s)
18:22:04 [2020-10-05T18:22:04.811Z] === RUN   TestPingCacheHeaders
18:22:04 [2020-10-05T18:22:04.811Z] --- PASS: TestPingCacheHeaders (0.05s)
18:22:04 [2020-10-05T18:22:04.811Z] === RUN   TestPingGet
18:22:04 [2020-10-05T18:22:04.811Z] --- PASS: TestPingGet (0.03s)
18:22:04 [2020-10-05T18:22:04.811Z] === RUN   TestPingHead
18:22:04 [2020-10-05T18:22:04.811Z] --- PASS: TestPingHead (0.05s)
18:22:04 [2020-10-05T18:22:04.811Z] === RUN   TestVersion
18:22:04 [2020-10-05T18:22:04.811Z] --- PASS: TestVersion (0.04s)
18:22:04 [2020-10-05T18:22:04.811Z] PASS
18:22:04 [2020-10-05T18:22:04.811Z] 
18:22:04 [2020-10-05T18:22:04.811Z] === Skipped
18:22:04 [2020-10-05T18:22:04.811Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:22:04 [2020-10-05T18:22:04.811Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:22:04 [2020-10-05T18:22:04.811Z] 
18:22:04 [2020-10-05T18:22:04.811Z] 
18:22:04 [2020-10-05T18:22:04.811Z] DONE 18 tests, 1 skipped in 22.691s
18:22:04 [2020-10-05T18:22:04.811Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
18:22:04 [2020-10-05T18:22:04.811Z] ++ 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
18:22:04 [2020-10-05T18:22:04.811Z] ++ set -e
18:22:04 [2020-10-05T18:22:04.811Z] ++ '[' -n 0 ']'
18:22:04 [2020-10-05T18:22:04.811Z] ++ set -x
18:22:04 [2020-10-05T18:22:04.812Z] ++ 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 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
18:22:05 [2020-10-05T18:22:05.073Z] INFO: Testing against a local daemon
18:22:05 [2020-10-05T18:22:05.073Z] === RUN   TestVolumesCreateAndList
18:22:05 [2020-10-05T18:22:05.073Z] --- PASS: TestVolumesCreateAndList (0.04s)
18:22:05 [2020-10-05T18:22:05.073Z] === RUN   TestVolumesRemove
18:22:05 [2020-10-05T18:22:05.334Z] --- PASS: TestVolumesRemove (0.12s)
18:22:05 [2020-10-05T18:22:05.334Z] === RUN   TestVolumesInspect
18:22:05 [2020-10-05T18:22:05.334Z] --- PASS: TestVolumesInspect (0.03s)
18:22:05 [2020-10-05T18:22:05.334Z] === RUN   TestVolumesInvalidJSON
18:22:05 [2020-10-05T18:22:05.334Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:22:05 [2020-10-05T18:22:05.334Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:22:05 [2020-10-05T18:22:05.334Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:22:05 [2020-10-05T18:22:05.334Z] --- PASS: TestVolumesInvalidJSON (0.02s)
18:22:05 [2020-10-05T18:22:05.334Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:22:05 [2020-10-05T18:22:05.334Z] PASS
18:22:05 [2020-10-05T18:22:05.334Z] 
18:22:05 [2020-10-05T18:22:05.334Z] DONE 5 tests in 0.409s
18:22:05 [2020-10-05T18:22:05.334Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:22:05 [2020-10-05T18:22:05.595Z] ++++ cat bundles/test-integration/docker.pid
18:22:05 [2020-10-05T18:22:05.595Z] +++ kill 13602
18:22:06 [2020-10-05T18:22:06.279Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
18:22:06 [2020-10-05T18:22:06.981Z] +++ /etc/init.d/apparmor stop
18:22:06 [2020-10-05T18:22:06.982Z] Leaving: AppArmorNo profiles have been unloaded.
18:22:06 [2020-10-05T18:22:06.982Z] 
18:22:06 [2020-10-05T18:22:06.982Z] Unloading profiles will leave already running processes permanently
18:22:06 [2020-10-05T18:22:06.982Z] unconfined, which can lead to unexpected situations.
18:22:06 [2020-10-05T18:22:06.982Z] 
18:22:06 [2020-10-05T18:22:06.982Z] To set a process to complain mode, use the command line tool
18:22:06 [2020-10-05T18:22:06.982Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:22:06 [2020-10-05T18:22:06.982Z] +++ true
18:22:06 [2020-10-05T18:22:06.982Z] exiting test-integration
18:22:06 [2020-10-05T18:22:06.982Z] ++ exit 0
18:22:06 [2020-10-05T18:22:06.982Z] 
18:22:07 [2020-10-05T18:22:07.218Z] === RUN   TestDockerSuite/TestEventsStreaming
18:22:07 [2020-10-05T18:22:07.478Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
Post stage
[Pipeline] junit
18:22:09 [2020-10-05T18:22:09.545Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:22:10 [2020-10-05T18:22:10.417Z] + echo Ensuring container killed.
18:22:10 [2020-10-05T18:22:10.417Z] Ensuring container killed.
18:22:10 [2020-10-05T18:22:10.417Z] + docker rm -vf docker-pr4
18:22:10 [2020-10-05T18:22:10.417Z] Error: No such container: docker-pr4
18:22:10 [2020-10-05T18:22:10.417Z] + true
[Pipeline] sh
18:22:10 [2020-10-05T18:22:10.716Z] + echo Chowning /workspace to jenkins user
18:22:10 [2020-10-05T18:22:10.716Z] Chowning /workspace to jenkins user
18:22:10 [2020-10-05T18:22:10.716Z] + id -u
18:22:10 [2020-10-05T18:22:10.716Z] + id -g
18:22:10 [2020-10-05T18:22:10.716Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41527:/workspace busybox chown -R 1000:1000 /workspace
18:22:10 [2020-10-05T18:22:10.769Z] === RUN   TestDockerSuite/TestEventsTop
18:22:11 [2020-10-05T18:22:11.032Z] === RUN   TestDockerSuite/TestEventsUntag
18:22:13 [2020-10-05T18:22:13.581Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:22:14 [2020-10-05T18:22:14.324Z] + bundleName=arm64-integration
18:22:14 [2020-10-05T18:22:14.324Z] + echo Creating arm64-integration-bundles.tar.gz
18:22:14 [2020-10-05T18:22:14.324Z] Creating arm64-integration-bundles.tar.gz
18:22:14 [2020-10-05T18:22:14.324Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
18:22:14 [2020-10-05T18:22:14.324Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
18:22:14 [2020-10-05T18:22:14.599Z] Archiving artifacts
18:22:16 [2020-10-05T18:22:16.746Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41527/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:22:17 [2020-10-05T18:22:17.069Z] + make clean
18:22:17 [2020-10-05T18:22:17.642Z] docker volume rm -f docker-dev-cache
18:22:17 [2020-10-05T18:22:17.642Z] docker-dev-cache
[Pipeline] deleteDir
18:22:17 [2020-10-05T18:22:17.774Z] --- PASS: TestServiceUpdateNetwork (13.14s)
18:22:17 [2020-10-05T18:22:17.774Z] === RUN   TestServiceUpdatePidsLimit
18:22:18 [2020-10-05T18:22:18.071Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 9.0% of statements
18:22:18 [2020-10-05T18:22:18.712Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
18:22:19 [2020-10-05T18:22:19.282Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:22:24 [2020-10-05T18:22:24.558Z] === RUN   TestDockerSuite/TestExec
18:22:25 [2020-10-05T18:22:25.128Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
18:22:25 [2020-10-05T18:22:25.697Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
18:22:25 [2020-10-05T18:22:25.957Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
18:22:26 [2020-10-05T18:22:26.217Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
18:22:26 [2020-10-05T18:22:26.476Z] === RUN   TestDockerSuite/TestExecAPIStart
18:22:27 [2020-10-05T18:22:27.857Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
18:22:28 [2020-10-05T18:22:28.425Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
18:22:28 [2020-10-05T18:22:28.995Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
18:22:29 [2020-10-05T18:22:29.567Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
18:22:30 [2020-10-05T18:22:30.137Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
18:22:30 [2020-10-05T18:22:30.708Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
18:22:31 [2020-10-05T18:22:31.277Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
18:22:32 [2020-10-05T18:22:32.215Z] === RUN   TestDockerSuite/TestExecCgroup
18:22:33 [2020-10-05T18:22:33.160Z] === RUN   TestDockerSuite/TestExecEnv
18:22:33 [2020-10-05T18:22:33.732Z] --- PASS: TestServiceUpdatePidsLimit (16.53s)
18:22:33 [2020-10-05T18:22:33.732Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
18:22:33 [2020-10-05T18:22:33.732Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
18:22:33 [2020-10-05T18:22:33.732Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s)
18:22:33 [2020-10-05T18:22:33.732Z] PASS
18:22:33 [2020-10-05T18:22:33.732Z] 
18:22:33 [2020-10-05T18:22:33.732Z] === Skipped
18:22:33 [2020-10-05T18:22:33.732Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
18:22:33 [2020-10-05T18:22:33.732Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:22:33 [2020-10-05T18:22:33.732Z] 
18:22:33 [2020-10-05T18:22:33.732Z] 
18:22:33 [2020-10-05T18:22:33.732Z] DONE 27 tests, 1 skipped in 181.651s
18:22:33 [2020-10-05T18:22:33.732Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
18:22:33 [2020-10-05T18:22:33.732Z] ++ 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
18:22:33 [2020-10-05T18:22:33.732Z] ++ set -e
18:22:33 [2020-10-05T18:22:33.732Z] ++ '[' -n 0 ']'
18:22:33 [2020-10-05T18:22:33.732Z] ++ set -x
18:22:33 [2020-10-05T18:22:33.732Z] ++ 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 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
18:22:33 [2020-10-05T18:22:33.992Z] INFO: Testing against a local daemon
18:22:33 [2020-10-05T18:22:33.992Z] === RUN   TestSessionCreate
18:22:33 [2020-10-05T18:22:33.992Z] --- PASS: TestSessionCreate (0.03s)
18:22:33 [2020-10-05T18:22:33.992Z] === RUN   TestSessionCreateWithBadUpgrade
18:22:33 [2020-10-05T18:22:33.992Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
18:22:33 [2020-10-05T18:22:33.992Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
18:22:33 [2020-10-05T18:22:33.992Z] PASS
18:22:33 [2020-10-05T18:22:33.992Z] 
18:22:33 [2020-10-05T18:22:33.992Z] DONE 2 tests in 0.192s
18:22:33 [2020-10-05T18:22:33.992Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
18:22:33 [2020-10-05T18:22:33.992Z] ++ 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
18:22:33 [2020-10-05T18:22:33.992Z] ++ set -e
18:22:33 [2020-10-05T18:22:33.992Z] ++ '[' -n 0 ']'
18:22:33 [2020-10-05T18:22:33.992Z] ++ set -x
18:22:33 [2020-10-05T18:22:33.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 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
18:22:34 [2020-10-05T18:22:34.252Z] INFO: Testing against a local daemon
18:22:34 [2020-10-05T18:22:34.252Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:22:34 [2020-10-05T18:22:34.252Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:22:34 [2020-10-05T18:22:34.252Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:22:34 [2020-10-05T18:22:34.252Z] === RUN   TestEventsExecDie
18:22:35 [2020-10-05T18:22:35.192Z] --- PASS: TestEventsExecDie (0.92s)
18:22:35 [2020-10-05T18:22:35.192Z] === RUN   TestEventsBackwardsCompatible
18:22:35 [2020-10-05T18:22:35.192Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
18:22:35 [2020-10-05T18:22:35.192Z] === RUN   TestInfoBinaryCommits
18:22:35 [2020-10-05T18:22:35.192Z] --- PASS: TestInfoBinaryCommits (0.02s)
18:22:35 [2020-10-05T18:22:35.192Z] === RUN   TestInfoAPIVersioned
18:22:35 [2020-10-05T18:22:35.192Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:22:35 [2020-10-05T18:22:35.192Z] === RUN   TestInfoDiscoveryBackend
18:22:35 [2020-10-05T18:22:35.453Z] === RUN   TestDockerSuite/TestExecExitStatus
18:22:35 [2020-10-05T18:22:35.713Z] --- PASS: TestInfoDiscoveryBackend (0.54s)
18:22:35 [2020-10-05T18:22:35.713Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:22:35 [2020-10-05T18:22:35.972Z] === RUN   TestDockerSuite/TestExecInspectID
18:22:36 [2020-10-05T18:22:36.915Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
18:22:36 [2020-10-05T18:22:36.915Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:22:37 [2020-10-05T18:22:37.174Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
18:22:37 [2020-10-05T18:22:37.174Z] === RUN   TestInfoAPI
18:22:37 [2020-10-05T18:22:37.174Z] --- PASS: TestInfoAPI (0.02s)
18:22:37 [2020-10-05T18:22:37.174Z] === RUN   TestInfoAPIWarnings
18:22:37 [2020-10-05T18:22:37.744Z] === RUN   TestDockerSuite/TestExecInteractive
18:22:38 [2020-10-05T18:22:38.004Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
18:22:38 [2020-10-05T18:22:38.576Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
18:22:39 [2020-10-05T18:22:39.145Z] === RUN   TestDockerSuite/TestExecParseError
18:22:39 [2020-10-05T18:22:39.715Z] === RUN   TestDockerSuite/TestExecPausedContainer
18:22:39 [2020-10-05T18:22:39.974Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
18:22:40 [2020-10-05T18:22:40.234Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
18:22:40 [2020-10-05T18:22:40.804Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
18:22:42 [2020-10-05T18:22:42.187Z] === RUN   TestDockerSuite/TestExecSetEnv
18:22:42 [2020-10-05T18:22:42.756Z] === RUN   TestDockerSuite/TestExecStartFails
18:22:43 [2020-10-05T18:22:43.695Z] === RUN   TestDockerSuite/TestExecStateCleanup
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
18:22:47 [2020-10-05T18:22:47.848Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
18:22:48 [2020-10-05T18:22:48.306Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
18:22:49 [2020-10-05T18:22:49.274Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
18:22:51 [2020-10-05T18:22:51.452Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
18:22:52 [2020-10-05T18:22:52.989Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
18:22:52 [2020-10-05T18:22:52.989Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
18:22:52 [2020-10-05T18:22:52.989Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
18:22:52 [2020-10-05T18:22:52.989Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
18:22:53 [2020-10-05T18:22:53.680Z] --- PASS: TestInfoAPIWarnings (16.24s)
18:22:53 [2020-10-05T18:22:53.680Z] === RUN   TestInfoDebug
18:22:53 [2020-10-05T18:22:53.940Z] --- PASS: TestInfoDebug (0.52s)
18:22:53 [2020-10-05T18:22:53.940Z] === RUN   TestInfoInsecureRegistries
18:22:54 [2020-10-05T18:22:54.200Z] === RUN   TestDockerSuite/TestExecStopNotHanging
18:22:54 [2020-10-05T18:22:54.460Z] --- PASS: TestInfoInsecureRegistries (0.52s)
18:22:54 [2020-10-05T18:22:54.460Z] === RUN   TestInfoRegistryMirrors
18:22:54 [2020-10-05T18:22:54.720Z] === RUN   TestDockerSuite/TestExecTTY
18:22:54 [2020-10-05T18:22:54.979Z] --- PASS: TestInfoRegistryMirrors (0.54s)
18:22:54 [2020-10-05T18:22:54.979Z] === RUN   TestLoginFailsWithBadCredentials
18:22:55 [2020-10-05T18:22:55.168Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
18:22:55 [2020-10-05T18:22:55.239Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s)
18:22:55 [2020-10-05T18:22:55.239Z] === RUN   TestPingCacheHeaders
18:22:55 [2020-10-05T18:22:55.239Z] --- PASS: TestPingCacheHeaders (0.02s)
18:22:55 [2020-10-05T18:22:55.239Z] === RUN   TestPingGet
18:22:55 [2020-10-05T18:22:55.239Z] --- PASS: TestPingGet (0.02s)
18:22:55 [2020-10-05T18:22:55.239Z] === RUN   TestPingHead
18:22:55 [2020-10-05T18:22:55.239Z] --- PASS: TestPingHead (0.04s)
18:22:55 [2020-10-05T18:22:55.239Z] === RUN   TestVersion
18:22:55 [2020-10-05T18:22:55.499Z] --- PASS: TestVersion (0.02s)
18:22:55 [2020-10-05T18:22:55.499Z] PASS
18:22:55 [2020-10-05T18:22:55.499Z] 
18:22:55 [2020-10-05T18:22:55.499Z] === Skipped
18:22:55 [2020-10-05T18:22:55.499Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:22:55 [2020-10-05T18:22:55.499Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:22:55 [2020-10-05T18:22:55.499Z] 
18:22:55 [2020-10-05T18:22:55.499Z] 
18:22:55 [2020-10-05T18:22:55.499Z] DONE 18 tests, 1 skipped in 21.425s
18:22:55 [2020-10-05T18:22:55.499Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
18:22:55 [2020-10-05T18:22:55.499Z] ++ 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
18:22:55 [2020-10-05T18:22:55.499Z] ++ set -e
18:22:55 [2020-10-05T18:22:55.499Z] ++ '[' -n 0 ']'
18:22:55 [2020-10-05T18:22:55.499Z] ++ set -x
18:22:55 [2020-10-05T18:22:55.500Z] ++ 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 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
18:22:55 [2020-10-05T18:22:55.500Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
18:22:55 [2020-10-05T18:22:55.500Z] INFO: Testing against a local daemon
18:22:55 [2020-10-05T18:22:55.500Z] === RUN   TestVolumesCreateAndList
18:22:55 [2020-10-05T18:22:55.500Z] --- PASS: TestVolumesCreateAndList (0.03s)
18:22:55 [2020-10-05T18:22:55.500Z] === RUN   TestVolumesRemove
18:22:55 [2020-10-05T18:22:55.759Z] --- PASS: TestVolumesRemove (0.08s)
18:22:55 [2020-10-05T18:22:55.759Z] === RUN   TestVolumesInspect
18:22:55 [2020-10-05T18:22:55.759Z] --- PASS: TestVolumesInspect (0.02s)
18:22:55 [2020-10-05T18:22:55.759Z] === RUN   TestVolumesInvalidJSON
18:22:55 [2020-10-05T18:22:55.759Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:22:55 [2020-10-05T18:22:55.759Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:22:55 [2020-10-05T18:22:55.759Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:22:55 [2020-10-05T18:22:55.759Z] --- PASS: TestVolumesInvalidJSON (0.02s)
18:22:55 [2020-10-05T18:22:55.759Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:22:55 [2020-10-05T18:22:55.759Z] PASS
18:22:55 [2020-10-05T18:22:55.759Z] 
18:22:55 [2020-10-05T18:22:55.759Z] DONE 5 tests in 0.306s
18:22:55 [2020-10-05T18:22:55.759Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:22:56 [2020-10-05T18:22:56.020Z] ++++ cat bundles/test-integration/docker.pid
18:22:56 [2020-10-05T18:22:56.020Z] +++ kill 5591
18:22:56 [2020-10-05T18:22:56.280Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
18:22:56 [2020-10-05T18:22:56.849Z] === RUN   TestDockerSuite/TestExecUlimits
18:22:57 [2020-10-05T18:22:57.109Z] +++ /etc/init.d/apparmor stop
18:22:57 [2020-10-05T18:22:57.369Z] Leaving: AppArmorNo profiles have been unloaded.
18:22:57 [2020-10-05T18:22:57.369Z] 
18:22:57 [2020-10-05T18:22:57.369Z] Unloading profiles will leave already running processes permanently
18:22:57 [2020-10-05T18:22:57.369Z] unconfined, which can lead to unexpected situations.
18:22:57 [2020-10-05T18:22:57.369Z] 
18:22:57 [2020-10-05T18:22:57.369Z] To set a process to complain mode, use the command line tool
18:22:57 [2020-10-05T18:22:57.369Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:22:57 [2020-10-05T18:22:57.369Z] +++ true
18:22:57 [2020-10-05T18:22:57.369Z] exiting test-integration
18:22:57 [2020-10-05T18:22:57.369Z] ++ exit 0
18:22:57 [2020-10-05T18:22:57.369Z] 
18:22:57 [2020-10-05T18:22:57.369Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
18:22:57 [2020-10-05T18:22:57.369Z] === RUN   TestDockerSuite/TestExecWithImageUser
18:22:58 [2020-10-05T18:22:58.309Z] + for job in $(jobs -p)
18:22:58 [2020-10-05T18:22:58.309Z] + wait 10071
18:22:59 [2020-10-05T18:22:59.249Z] === RUN   TestDockerSuite/TestExecWithNoTERM
18:22:59 [2020-10-05T18:22:59.822Z] === RUN   TestDockerSuite/TestExecWithPrivileged
18:23:00 [2020-10-05T18:23:00.761Z] === RUN   TestDockerSuite/TestExecWithTERM
18:23:01 [2020-10-05T18:23:01.020Z] === RUN   TestDockerSuite/TestExecWithUser
18:23:01 [2020-10-05T18:23:01.590Z] === RUN   TestDockerSuite/TestGetContainerStats
18:23:05 [2020-10-05T18:23:05.492Z] === RUN   TestDockerSuite/TestBuildAddNonTar
18:23:06 [2020-10-05T18:23:06.864Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
18:23:11 [2020-10-05T18:23:11.057Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
18:23:12 [2020-10-05T18:23:12.438Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
18:23:15 [2020-10-05T18:23:15.855Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
18:23:15 [2020-10-05T18:23:15.855Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
18:23:15 [2020-10-05T18:23:15.855Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
18:23:16 [2020-10-05T18:23:16.631Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
18:23:17 [2020-10-05T18:23:17.204Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
18:23:17 [2020-10-05T18:23:17.204Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
18:23:17 [2020-10-05T18:23:17.204Z] === RUN   TestDockerSuite/TestHealth
18:23:18 [2020-10-05T18:23:18.774Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
18:23:19 [2020-10-05T18:23:19.743Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
18:23:30 [2020-10-05T18:23:30.097Z] === RUN   TestDockerSuite/TestBuildAddScript
18:23:30 [2020-10-05T18:23:30.097Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
18:23:30 [2020-10-05T18:23:30.097Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
18:23:30 [2020-10-05T18:23:30.097Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
18:23:30 [2020-10-05T18:23:30.097Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
18:23:30 [2020-10-05T18:23:30.097Z] === RUN   TestDockerSuite/TestBuildAddTar
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestHistoryExistentImage
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
18:23:39 [2020-10-05T18:23:39.146Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/api/server/middleware	0.025s	coverage: 37.7% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/container	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/events	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 92.2% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/image	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/network	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/api/types/time	0.008s	coverage: 100.0% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/api/types/versions	0.007s	coverage: 75.0% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/builder	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/builder/dockerignore	0.015s	coverage: 96.8% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/builder/dockerfile	0.185s	coverage: 48.0% of statements
18:23:39 [2020-10-05T18:23:39.497Z] ok  	github.com/docker/docker/builder/remotecontext	0.097s	coverage: 13.6% of statements
18:23:39 [2020-10-05T18:23:39.753Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
18:23:40 [2020-10-05T18:23:40.085Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
18:23:40 [2020-10-05T18:23:40.085Z] === RUN   TestDockerSuite/TestImagesFormat
18:23:40 [2020-10-05T18:23:40.085Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
18:23:40 [2020-10-05T18:23:40.656Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
18:23:40 [2020-10-05T18:23:40.680Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.210s	coverage: 86.3% of statements
18:23:40 [2020-10-05T18:23:40.680Z] ?   	github.com/docker/docker/cli	[no test files]
18:23:40 [2020-10-05T18:23:40.680Z] ?   	github.com/docker/docker/cli/config	[no test files]
18:23:43 [2020-10-05T18:23:43.951Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
18:23:43 [2020-10-05T18:23:43.951Z] === RUN   TestDockerSuite/TestImportBadURL
18:23:43 [2020-10-05T18:23:43.951Z] === RUN   TestDockerSuite/TestImportDisplay
18:23:44 [2020-10-05T18:23:44.890Z] === RUN   TestDockerSuite/TestImportFile
18:23:44 [2020-10-05T18:23:44.931Z] ok  	github.com/docker/docker/client	0.150s	coverage: 75.4% of statements
18:23:45 [2020-10-05T18:23:45.828Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
18:23:45 [2020-10-05T18:23:45.828Z] === RUN   TestDockerSuite/TestImportFileWithMessage
18:23:47 [2020-10-05T18:23:47.208Z] === RUN   TestDockerSuite/TestImportGzipped
18:23:48 [2020-10-05T18:23:48.147Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
18:23:49 [2020-10-05T18:23:49.086Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
18:23:49 [2020-10-05T18:23:49.656Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
18:23:50 [2020-10-05T18:23:50.225Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
18:23:50 [2020-10-05T18:23:50.795Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
18:23:50 [2020-10-05T18:23:50.795Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
18:23:50 [2020-10-05T18:23:50.795Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
18:23:51 [2020-10-05T18:23:51.364Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
18:23:51 [2020-10-05T18:23:51.624Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
18:23:52 [2020-10-05T18:23:52.193Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
18:23:52 [2020-10-05T18:23:52.763Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
18:23:53 [2020-10-05T18:23:53.024Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
18:23:53 [2020-10-05T18:23:53.594Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
18:23:53 [2020-10-05T18:23:53.594Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
18:23:54 [2020-10-05T18:23:54.532Z] === RUN   TestDockerSuite/TestInspectAmpersand
18:23:54 [2020-10-05T18:23:54.761Z] --- PASS: TestImportExtremelyLargeImageWorks (192.98s)
18:23:54 [2020-10-05T18:23:54.761Z] PASS
18:23:54 [2020-10-05T18:23:54.761Z] 
18:23:54 [2020-10-05T18:23:54.761Z] === Skipped
18:23:54 [2020-10-05T18:23:54.761Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
18:23:54 [2020-10-05T18:23:54.761Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:23:54 [2020-10-05T18:23:54.761Z] 
18:23:54 [2020-10-05T18:23:54.761Z] 
18:23:54 [2020-10-05T18:23:54.761Z] DONE 12 tests, 1 skipped in 194.072s
18:23:54 [2020-10-05T18:23:54.761Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
18:23:54 [2020-10-05T18:23:54.761Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
18:23:54 [2020-10-05T18:23:54.761Z] ++ set -e
18:23:54 [2020-10-05T18:23:54.761Z] ++ '[' -n 0 ']'
18:23:54 [2020-10-05T18:23:54.761Z] ++ set -x
18:23:54 [2020-10-05T18:23:54.761Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
18:23:54 [2020-10-05T18:23:54.761Z] INFO: Testing against a local daemon
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestNetworkCreateDelete
18:23:54 [2020-10-05T18:23:54.761Z] --- PASS: TestNetworkCreateDelete (0.18s)
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestDockerNetworkDeletePreferID
18:23:54 [2020-10-05T18:23:54.761Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s)
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestDaemonDNSFallback
18:23:54 [2020-10-05T18:23:54.761Z] --- PASS: TestDaemonDNSFallback (1.59s)
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestInspectNetwork
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestInspectNetwork/full_network_id
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestInspectNetwork/partial_network_id
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestInspectNetwork/network_name
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
18:23:54 [2020-10-05T18:23:54.761Z] --- PASS: TestInspectNetwork (7.08s)
18:23:54 [2020-10-05T18:23:54.761Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
18:23:54 [2020-10-05T18:23:54.761Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
18:23:54 [2020-10-05T18:23:54.761Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
18:23:54 [2020-10-05T18:23:54.761Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
18:23:54 [2020-10-05T18:23:54.761Z] === RUN   TestRunContainerWithBridgeNone
18:23:55 [2020-10-05T18:23:55.102Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
18:23:55 [2020-10-05T18:23:55.672Z] === RUN   TestDockerSuite/TestInspectByPrefix
18:23:55 [2020-10-05T18:23:55.672Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
18:23:55 [2020-10-05T18:23:55.932Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
18:23:55 [2020-10-05T18:23:55.932Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
18:23:56 [2020-10-05T18:23:56.284Z] --- PASS: TestRunContainerWithBridgeNone (1.82s)
18:23:56 [2020-10-05T18:23:56.284Z] === RUN   TestNetworkInvalidJSON
18:23:56 [2020-10-05T18:23:56.284Z] === RUN   TestNetworkInvalidJSON//networks/create
18:23:56 [2020-10-05T18:23:56.284Z] === PAUSE TestNetworkInvalidJSON//networks/create
18:23:56 [2020-10-05T18:23:56.284Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
18:23:56 [2020-10-05T18:23:56.284Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
18:23:56 [2020-10-05T18:23:56.284Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
18:23:56 [2020-10-05T18:23:56.284Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
18:23:56 [2020-10-05T18:23:56.284Z] === CONT  TestNetworkInvalidJSON//networks/create
18:23:56 [2020-10-05T18:23:56.284Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
18:23:56 [2020-10-05T18:23:56.284Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
18:23:56 [2020-10-05T18:23:56.284Z] --- PASS: TestNetworkInvalidJSON (0.02s)
18:23:56 [2020-10-05T18:23:56.284Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
18:23:56 [2020-10-05T18:23:56.284Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
18:23:56 [2020-10-05T18:23:56.284Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
18:23:56 [2020-10-05T18:23:56.284Z] === RUN   TestHostIPv4BridgeLabel
18:23:56 [2020-10-05T18:23:56.872Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
18:23:56 [2020-10-05T18:23:56.923Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
18:23:56 [2020-10-05T18:23:56.923Z] === RUN   TestDaemonRestartWithLiveRestore
18:23:57 [2020-10-05T18:23:57.132Z] === RUN   TestDockerSuite/TestInspectDefault
18:23:57 [2020-10-05T18:23:57.702Z] === RUN   TestDockerSuite/TestInspectHistory
18:23:57 [2020-10-05T18:23:57.968Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
18:23:57 [2020-10-05T18:23:57.968Z] === RUN   TestDaemonDefaultNetworkPools
18:23:58 [2020-10-05T18:23:58.275Z] === RUN   TestDockerSuite/TestInspectImage
18:23:58 [2020-10-05T18:23:58.275Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
18:23:58 [2020-10-05T18:23:58.275Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
18:23:58 [2020-10-05T18:23:58.275Z] === RUN   TestDockerSuite/TestInspectInt64
18:23:58 [2020-10-05T18:23:58.606Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
18:23:58 [2020-10-05T18:23:58.606Z] === RUN   TestDaemonRestartWithExistingNetwork
18:23:58 [2020-10-05T18:23:58.843Z] === RUN   TestDockerSuite/TestInspectJSONFields
18:23:59 [2020-10-05T18:23:59.103Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
18:23:59 [2020-10-05T18:23:59.103Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
18:23:59 [2020-10-05T18:23:59.671Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
18:24:00 [2020-10-05T18:24:00.130Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
18:24:00 [2020-10-05T18:24:00.130Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
18:24:00 [2020-10-05T18:24:00.241Z] === RUN   TestDockerSuite/TestInspectPlugin
18:24:01 [2020-10-05T18:24:01.179Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s)
18:24:01 [2020-10-05T18:24:01.179Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
18:24:01 [2020-10-05T18:24:01.620Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
18:24:01 [2020-10-05T18:24:01.825Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
18:24:01 [2020-10-05T18:24:01.825Z] === RUN   TestServiceWithPredefinedNetwork
18:24:01 [2020-10-05T18:24:01.881Z] === RUN   TestDockerSuite/TestInspectRootFS
18:24:01 [2020-10-05T18:24:01.881Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
18:24:02 [2020-10-05T18:24:02.463Z] === RUN   TestDockerSuite/TestInspectStatus
18:24:03 [2020-10-05T18:24:03.402Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
18:24:03 [2020-10-05T18:24:03.921Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s)
18:24:03 [2020-10-05T18:24:03.921Z] === RUN   TestServiceRemoveKeepsIngressNetwork
18:24:03 [2020-10-05T18:24:03.921Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
18:24:03 [2020-10-05T18:24:03.921Z]     service_test.go:236: FLAKY_TEST
18:24:03 [2020-10-05T18:24:03.921Z] === RUN   TestServiceWithDataPathPortInit
18:24:04 [2020-10-05T18:24:04.786Z] === RUN   TestDockerSuite/TestInspectTemplateError
18:24:05 [2020-10-05T18:24:05.729Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
18:24:05 [2020-10-05T18:24:05.904Z] === RUN   TestDockerSuite/TestBuildAddTarXz
18:24:05 [2020-10-05T18:24:05.904Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
18:24:05 [2020-10-05T18:24:05.904Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
18:24:05 [2020-10-05T18:24:05.988Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
18:24:06 [2020-10-05T18:24:06.557Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
18:24:07 [2020-10-05T18:24:07.126Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
18:24:07 [2020-10-05T18:24:07.696Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
18:24:08 [2020-10-05T18:24:08.266Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
18:24:09 [2020-10-05T18:24:09.206Z] === RUN   TestDockerSuite/TestInspectUnknownObject
18:24:09 [2020-10-05T18:24:09.206Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
18:24:11 [2020-10-05T18:24:11.117Z] === RUN   TestDockerSuite/TestLinkShortDefinition
18:24:12 [2020-10-05T18:24:12.498Z] === RUN   TestDockerSuite/TestLinksEnvs
18:24:14 [2020-10-05T18:24:14.409Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
18:24:14 [2020-10-05T18:24:14.409Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
18:24:15 [2020-10-05T18:24:15.788Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
18:24:17 [2020-10-05T18:24:17.170Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
18:24:18 [2020-10-05T18:24:18.550Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
18:24:18 [2020-10-05T18:24:18.550Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
18:24:19 [2020-10-05T18:24:19.315Z] --- PASS: TestServiceWithDataPathPortInit (13.74s)
18:24:19 [2020-10-05T18:24:19.315Z] === RUN   TestServiceWithDefaultAddressPoolInit
18:24:19 [2020-10-05T18:24:19.931Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
18:24:20 [2020-10-05T18:24:20.192Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
18:24:20 [2020-10-05T18:24:20.711Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
18:24:20 [2020-10-05T18:24:20.712Z] === RUN   TestDockerSuite/TestBuildBlankName
18:24:20 [2020-10-05T18:24:20.712Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
18:24:20 [2020-10-05T18:24:20.761Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
18:24:24 [2020-10-05T18:24:24.911Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s)
18:24:24 [2020-10-05T18:24:24.911Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lzp7oh4h2dhcuzm2g8n8ngvmi Created:2020-10-05 18:24:18.625743375 +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[146e10812a550a0b136d860d0d33f23934c03f061f61da26b55831852571c775:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xe6fxw1uqu3ec8pidp3pweltf EndpointID:2f097db1947fa3c830f45bb7dcf26b6ceb8d2b16763799e14c22935882315210 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b74fb1f0a9e53fc7d02a62ffdc98c1b7278484d764fecf89b49ce50dc7ff64d7 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:dff66f8bac68 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xe6fxw1uqu3ec8pidp3pweltf EndpointID:2f097db1947fa3c830f45bb7dcf26b6ceb8d2b16763799e14c22935882315210 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
18:24:24 [2020-10-05T18:24:24.911Z] PASS
18:24:24 [2020-10-05T18:24:24.911Z] 
18:24:24 [2020-10-05T18:24:24.911Z] === Skipped
18:24:24 [2020-10-05T18:24:24.911Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
18:24:24 [2020-10-05T18:24:24.911Z]     service_test.go:236: FLAKY_TEST
18:24:24 [2020-10-05T18:24:24.911Z] 
18:24:24 [2020-10-05T18:24:24.911Z] 
18:24:24 [2020-10-05T18:24:24.911Z] DONE 23 tests, 1 skipped in 39.496s
18:24:24 [2020-10-05T18:24:24.911Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
18:24:24 [2020-10-05T18:24:24.911Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
18:24:24 [2020-10-05T18:24:24.911Z] ++ set -e
18:24:24 [2020-10-05T18:24:24.911Z] ++ '[' -n 0 ']'
18:24:24 [2020-10-05T18:24:24.911Z] ++ set -x
18:24:24 [2020-10-05T18:24:24.911Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
18:24:24 [2020-10-05T18:24:24.911Z] INFO: Testing against a local daemon
18:24:24 [2020-10-05T18:24:24.911Z] === RUN   TestDockerNetworkIpvlanPersistance
18:24:24 [2020-10-05T18:24:24.911Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
18:24:24 [2020-10-05T18:24:24.911Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:24:24 [2020-10-05T18:24:24.911Z] === RUN   TestDockerNetworkIpvlan
18:24:24 [2020-10-05T18:24:24.911Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
18:24:24 [2020-10-05T18:24:24.911Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:24:24 [2020-10-05T18:24:24.911Z] PASS
18:24:24 [2020-10-05T18:24:24.911Z] 
18:24:24 [2020-10-05T18:24:24.911Z] === Skipped
18:24:24 [2020-10-05T18:24:24.911Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
18:24:24 [2020-10-05T18:24:24.911Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:24:24 [2020-10-05T18:24:24.911Z] 
18:24:24 [2020-10-05T18:24:24.911Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
18:24:24 [2020-10-05T18:24:24.911Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
18:24:24 [2020-10-05T18:24:24.911Z] 
18:24:24 [2020-10-05T18:24:24.911Z] 
18:24:24 [2020-10-05T18:24:24.911Z] DONE 2 tests, 2 skipped in 0.089s
18:24:24 [2020-10-05T18:24:24.911Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
18:24:24 [2020-10-05T18:24:24.911Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
18:24:24 [2020-10-05T18:24:24.911Z] ++ set -e
18:24:24 [2020-10-05T18:24:24.911Z] ++ '[' -n 0 ']'
18:24:24 [2020-10-05T18:24:24.911Z] ++ set -x
18:24:24 [2020-10-05T18:24:24.912Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
18:24:24 [2020-10-05T18:24:24.912Z] INFO: Testing against a local daemon
18:24:24 [2020-10-05T18:24:24.912Z] === RUN   TestDockerNetworkMacvlanPersistance
18:24:24 [2020-10-05T18:24:24.960Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
18:24:26 [2020-10-05T18:24:26.436Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s)
18:24:26 [2020-10-05T18:24:26.436Z] === RUN   TestDockerNetworkMacvlan
18:24:27 [2020-10-05T18:24:27.079Z] === RUN   TestDockerNetworkMacvlan/Subinterface
18:24:27 [2020-10-05T18:24:27.756Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
18:24:27 [2020-10-05T18:24:27.791Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
18:24:27 [2020-10-05T18:24:27.791Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
18:24:28 [2020-10-05T18:24:28.263Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
18:24:28 [2020-10-05T18:24:28.807Z] === RUN   TestDockerNetworkMacvlan/NilParent
18:24:30 [2020-10-05T18:24:30.175Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
18:24:30 [2020-10-05T18:24:30.899Z] === RUN   TestDockerNetworkMacvlan/InternalMode
18:24:31 [2020-10-05T18:24:31.679Z] ok  	github.com/docker/docker/cmd/dockerd	0.077s	coverage: 29.1% of statements
18:24:31 [2020-10-05T18:24:31.679Z] ok  	github.com/docker/docker/container	0.121s	coverage: 34.7% of statements
18:24:31 [2020-10-05T18:24:31.679Z] ?   	github.com/docker/docker/container/stream	[no test files]
18:24:31 [2020-10-05T18:24:31.679Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
18:24:31 [2020-10-05T18:24:31.679Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
18:24:31 [2020-10-05T18:24:31.679Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
18:24:32 [2020-10-05T18:24:32.082Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
18:24:32 [2020-10-05T18:24:32.479Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
18:24:32 [2020-10-05T18:24:32.651Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
18:24:32 [2020-10-05T18:24:32.993Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
18:24:34 [2020-10-05T18:24:34.033Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
18:24:34 [2020-10-05T18:24:34.033Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
18:24:34 [2020-10-05T18:24:34.602Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
18:24:34 [2020-10-05T18:24:34.602Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
18:24:34 [2020-10-05T18:24:34.602Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
18:24:34 [2020-10-05T18:24:34.861Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
18:24:35 [2020-10-05T18:24:35.430Z] === RUN   TestDockerSuite/TestLogsAPIUntil
18:24:36 [2020-10-05T18:24:36.551Z] === RUN   TestDockerNetworkMacvlan/Addressing
18:24:37 [2020-10-05T18:24:37.006Z] ok  	github.com/docker/docker/daemon/cluster	0.068s	coverage: 0.5% of statements
18:24:37 [2020-10-05T18:24:37.598Z] --- PASS: TestDockerNetworkMacvlan (11.26s)
18:24:37 [2020-10-05T18:24:37.598Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
18:24:37 [2020-10-05T18:24:37.598Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
18:24:37 [2020-10-05T18:24:37.598Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s)
18:24:37 [2020-10-05T18:24:37.598Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.01s)
18:24:37 [2020-10-05T18:24:37.598Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.27s)
18:24:37 [2020-10-05T18:24:37.598Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s)
18:24:37 [2020-10-05T18:24:37.598Z] PASS
18:24:37 [2020-10-05T18:24:37.598Z] 
18:24:37 [2020-10-05T18:24:37.598Z] DONE 8 tests in 12.745s
18:24:37 [2020-10-05T18:24:37.599Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
18:24:37 [2020-10-05T18:24:37.599Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
18:24:37 [2020-10-05T18:24:37.599Z] ++ set -e
18:24:37 [2020-10-05T18:24:37.599Z] ++ '[' -n 0 ']'
18:24:37 [2020-10-05T18:24:37.599Z] ++ set -x
18:24:37 [2020-10-05T18:24:37.599Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
18:24:37 [2020-10-05T18:24:37.599Z] testing: warning: no tests to run
18:24:37 [2020-10-05T18:24:37.599Z] PASS
18:24:37 [2020-10-05T18:24:37.599Z] 
18:24:37 [2020-10-05T18:24:37.599Z] DONE 0 tests in 0.012s
18:24:37 [2020-10-05T18:24:37.599Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
18:24:37 [2020-10-05T18:24:37.599Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
18:24:37 [2020-10-05T18:24:37.599Z] ++ set -e
18:24:37 [2020-10-05T18:24:37.599Z] ++ '[' -n 0 ']'
18:24:37 [2020-10-05T18:24:37.599Z] ++ set -x
18:24:37 [2020-10-05T18:24:37.599Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
18:24:37 [2020-10-05T18:24:37.599Z] INFO: Testing against a local daemon
18:24:37 [2020-10-05T18:24:37.599Z] === RUN   TestAuthZPluginAllowRequest
18:24:37 [2020-10-05T18:24:37.934Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
18:24:39 [2020-10-05T18:24:39.121Z] --- PASS: TestAuthZPluginAllowRequest (1.37s)
18:24:39 [2020-10-05T18:24:39.121Z] === RUN   TestAuthZPluginTLS
18:24:39 [2020-10-05T18:24:39.418Z] --- PASS: TestAuthZPluginTLS (0.58s)
18:24:39 [2020-10-05T18:24:39.418Z] === RUN   TestAuthZPluginDenyRequest
18:24:39 [2020-10-05T18:24:39.621Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
18:24:39 [2020-10-05T18:24:39.621Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
18:24:39 [2020-10-05T18:24:39.858Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.9% of statements
18:24:40 [2020-10-05T18:24:40.057Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
18:24:40 [2020-10-05T18:24:40.057Z] === RUN   TestAuthZPluginAPIDenyResponse
18:24:40 [2020-10-05T18:24:40.696Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
18:24:40 [2020-10-05T18:24:40.696Z] === RUN   TestAuthZPluginDenyResponse
18:24:41 [2020-10-05T18:24:41.050Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
18:24:41 [2020-10-05T18:24:41.342Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
18:24:41 [2020-10-05T18:24:41.342Z] === RUN   TestAuthZPluginAllowEventStream
18:24:42 [2020-10-05T18:24:42.157Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
18:24:42 [2020-10-05T18:24:42.394Z] --- PASS: TestAuthZPluginAllowEventStream (1.35s)
18:24:42 [2020-10-05T18:24:42.395Z] === RUN   TestAuthZPluginErrorResponse
18:24:43 [2020-10-05T18:24:43.042Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
18:24:43 [2020-10-05T18:24:43.042Z] === RUN   TestAuthZPluginErrorRequest
18:24:43 [2020-10-05T18:24:43.683Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
18:24:43 [2020-10-05T18:24:43.683Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
18:24:44 [2020-10-05T18:24:44.062Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
18:24:44 [2020-10-05T18:24:44.322Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
18:24:44 [2020-10-05T18:24:44.322Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
18:24:44 [2020-10-05T18:24:44.322Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
18:24:44 [2020-10-05T18:24:44.322Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
18:24:45 [2020-10-05T18:24:45.703Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
18:24:45 [2020-10-05T18:24:45.849Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s)
18:24:45 [2020-10-05T18:24:45.849Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
18:24:47 [2020-10-05T18:24:47.084Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
18:24:47 [2020-10-05T18:24:47.940Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.74s)
18:24:47 [2020-10-05T18:24:47.940Z] === RUN   TestAuthZPluginHeader
18:24:48 [2020-10-05T18:24:48.023Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
18:24:48 [2020-10-05T18:24:48.578Z] --- PASS: TestAuthZPluginHeader (0.85s)
18:24:48 [2020-10-05T18:24:48.578Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
18:24:48 [2020-10-05T18:24:48.578Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
18:24:48 [2020-10-05T18:24:48.578Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:24:48 [2020-10-05T18:24:48.578Z] === RUN   TestAuthZPluginV2Disable
18:24:48 [2020-10-05T18:24:48.578Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
18:24:48 [2020-10-05T18:24:48.578Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:24:48 [2020-10-05T18:24:48.578Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
18:24:48 [2020-10-05T18:24:48.578Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:24:48 [2020-10-05T18:24:48.578Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:24:48 [2020-10-05T18:24:48.578Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
18:24:48 [2020-10-05T18:24:48.578Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:24:48 [2020-10-05T18:24:48.578Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:24:48 [2020-10-05T18:24:48.578Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
18:24:48 [2020-10-05T18:24:48.961Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
18:24:49 [2020-10-05T18:24:49.531Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
18:24:49 [2020-10-05T18:24:49.618Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
18:24:49 [2020-10-05T18:24:49.618Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
18:24:49 [2020-10-05T18:24:49.806Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.441s	coverage: 14.1% of statements
18:24:49 [2020-10-05T18:24:49.806Z] ok  	github.com/docker/docker/daemon	12.189s	coverage: 17.2% of statements
18:24:49 [2020-10-05T18:24:49.806Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
18:24:49 [2020-10-05T18:24:49.806Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
18:24:50 [2020-10-05T18:24:50.778Z] ok  	github.com/docker/docker/daemon/config	0.055s	coverage: 81.8% of statements
18:24:50 [2020-10-05T18:24:50.779Z] ok  	github.com/docker/docker/daemon/discovery	0.007s	coverage: 30.0% of statements
18:24:51 [2020-10-05T18:24:51.460Z] === RUN   TestDockerSuite/TestLogsFollowStopped
18:24:51 [2020-10-05T18:24:51.796Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
18:24:51 [2020-10-05T18:24:51.796Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
18:24:51 [2020-10-05T18:24:51.796Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
18:24:52 [2020-10-05T18:24:52.030Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
18:24:52 [2020-10-05T18:24:52.600Z] === RUN   TestDockerSuite/TestLogsSince
18:24:52 [2020-10-05T18:24:52.725Z] ok  	github.com/docker/docker/daemon/graphdriver	0.011s	coverage: 2.2% of statements
18:24:54 [2020-10-05T18:24:54.308Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
18:24:54 [2020-10-05T18:24:54.308Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
18:24:54 [2020-10-05T18:24:54.308Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
18:24:55 [2020-10-05T18:24:55.288Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.531s	coverage: 73.1% of statements
18:24:55 [2020-10-05T18:24:55.544Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.9% of statements
18:24:56 [2020-10-05T18:24:56.911Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.419s	coverage: 56.2% of statements
18:24:57 [2020-10-05T18:24:57.874Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
18:24:58 [2020-10-05T18:24:58.845Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.8% of statements
18:24:58 [2020-10-05T18:24:58.996Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
18:24:58 [2020-10-05T18:24:58.996Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
18:24:59 [2020-10-05T18:24:59.254Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
18:24:59 [2020-10-05T18:24:59.455Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
18:24:59 [2020-10-05T18:24:59.455Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
18:24:59 [2020-10-05T18:24:59.455Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
18:25:00 [2020-10-05T18:25:00.737Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.260s	coverage: 45.9% of statements
18:25:00 [2020-10-05T18:25:00.738Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
18:25:00 [2020-10-05T18:25:00.993Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.363s	coverage: 49.5% of statements
18:25:02 [2020-10-05T18:25:02.883Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.543s	coverage: 57.7% of statements
18:25:02 [2020-10-05T18:25:02.883Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
18:25:03 [2020-10-05T18:25:03.139Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.298s	coverage: 76.1% of statements
18:25:03 [2020-10-05T18:25:03.139Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
18:25:03 [2020-10-05T18:25:03.452Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
18:25:04 [2020-10-05T18:25:04.832Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
18:25:05 [2020-10-05T18:25:05.029Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 58.0% of statements
18:25:05 [2020-10-05T18:25:05.029Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
18:25:05 [2020-10-05T18:25:05.405Z] === RUN   TestDockerSuite/TestLogsTail
18:25:05 [2020-10-05T18:25:05.958Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
18:25:06 [2020-10-05T18:25:06.345Z] === RUN   TestDockerSuite/TestLogsTimestamps
18:25:06 [2020-10-05T18:25:06.915Z] === RUN   TestDockerSuite/TestLogsWithDetails
18:25:07 [2020-10-05T18:25:07.205Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s)
18:25:07 [2020-10-05T18:25:07.206Z] PASS
18:25:07 [2020-10-05T18:25:07.206Z] 
18:25:07 [2020-10-05T18:25:07.206Z] === Skipped
18:25:07 [2020-10-05T18:25:07.206Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
18:25:07 [2020-10-05T18:25:07.206Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:25:07 [2020-10-05T18:25:07.206Z] 
18:25:07 [2020-10-05T18:25:07.206Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
18:25:07 [2020-10-05T18:25:07.206Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:25:07 [2020-10-05T18:25:07.206Z] 
18:25:07 [2020-10-05T18:25:07.206Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
18:25:07 [2020-10-05T18:25:07.206Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:25:07 [2020-10-05T18:25:07.206Z] 
18:25:07 [2020-10-05T18:25:07.206Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
18:25:07 [2020-10-05T18:25:07.206Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:25:07 [2020-10-05T18:25:07.206Z] 
18:25:07 [2020-10-05T18:25:07.206Z] 
18:25:07 [2020-10-05T18:25:07.206Z] DONE 17 tests, 4 skipped in 27.745s
18:25:07 [2020-10-05T18:25:07.206Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
18:25:07 [2020-10-05T18:25:07.206Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
18:25:07 [2020-10-05T18:25:07.206Z] ++ set -e
18:25:07 [2020-10-05T18:25:07.206Z] ++ '[' -n 0 ']'
18:25:07 [2020-10-05T18:25:07.206Z] ++ set -x
18:25:07 [2020-10-05T18:25:07.206Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
18:25:07 [2020-10-05T18:25:07.206Z] INFO: Testing against a local daemon
18:25:07 [2020-10-05T18:25:07.206Z] === RUN   TestPluginInvalidJSON
18:25:07 [2020-10-05T18:25:07.206Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
18:25:07 [2020-10-05T18:25:07.206Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
18:25:07 [2020-10-05T18:25:07.206Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
18:25:07 [2020-10-05T18:25:07.206Z] --- PASS: TestPluginInvalidJSON (0.02s)
18:25:07 [2020-10-05T18:25:07.206Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
18:25:07 [2020-10-05T18:25:07.206Z] === RUN   TestPluginInstall
18:25:07 [2020-10-05T18:25:07.206Z] === RUN   TestPluginInstall/no_auth
18:25:07 [2020-10-05T18:25:07.485Z] === RUN   TestDockerSuite/TestMountIntoProc
18:25:07 [2020-10-05T18:25:07.745Z] === RUN   TestDockerSuite/TestMountIntoSys
18:25:07 [2020-10-05T18:25:07.849Z] ok  	github.com/docker/docker/daemon/images	0.028s	coverage: 4.8% of statements
18:25:07 [2020-10-05T18:25:07.849Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
18:25:07 [2020-10-05T18:25:07.849Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
18:25:08 [2020-10-05T18:25:08.105Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 41.0% of statements
18:25:08 [2020-10-05T18:25:08.317Z] === RUN   TestDockerSuite/TestNetHostname
18:25:10 [2020-10-05T18:25:10.081Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.009s	coverage: 67.0% of statements
18:25:10 [2020-10-05T18:25:10.082Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.162s	coverage: 77.4% of statements
18:25:10 [2020-10-05T18:25:10.082Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
18:25:10 [2020-10-05T18:25:10.082Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
18:25:10 [2020-10-05T18:25:10.226Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
18:25:10 [2020-10-05T18:25:10.488Z] === RUN   TestDockerSuite/TestNetworkEvents
18:25:10 [2020-10-05T18:25:10.756Z] time="2020-10-05T18:25:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:25:10 [2020-10-05T18:25:10.756Z] time="2020-10-05T18:25:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c70993d3dd442bf18e1310b211529ef5f0a426ab068d71dae8e476b344aac0a9" mediatype=application/vnd.docker.plugin.v1+json size=522
18:25:10 [2020-10-05T18:25:10.756Z] time="2020-10-05T18:25:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:25:10 [2020-10-05T18:25:10.756Z] time="2020-10-05T18:25:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c70993d3dd442bf18e1310b211529ef5f0a426ab068d71dae8e476b344aac0a9" mediatype=application/vnd.docker.plugin.v1+json size=522
18:25:10 [2020-10-05T18:25:10.756Z] === RUN   TestPluginInstall/with_htpasswd
18:25:11 [2020-10-05T18:25:11.010Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
18:25:11 [2020-10-05T18:25:11.056Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
18:25:11 [2020-10-05T18:25:11.433Z] time="2020-10-05T18:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:25:11 [2020-10-05T18:25:11.433Z] time="2020-10-05T18:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:eff3251a43fdeb886ca3a2bace48049e53272c75b0a2fb245349a286fe953712" mediatype=application/vnd.docker.plugin.v1+json size=522
18:25:11 [2020-10-05T18:25:11.433Z] time="2020-10-05T18:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:25:11 [2020-10-05T18:25:11.433Z] time="2020-10-05T18:25:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:eff3251a43fdeb886ca3a2bace48049e53272c75b0a2fb245349a286fe953712" mediatype=application/vnd.docker.plugin.v1+json size=522
18:25:11 [2020-10-05T18:25:11.614Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 61.6% of statements
18:25:11 [2020-10-05T18:25:11.614Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
18:25:11 [2020-10-05T18:25:11.729Z] === RUN   TestPluginInstall/with_insecure
18:25:12 [2020-10-05T18:25:12.436Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
18:25:12 [2020-10-05T18:25:12.694Z] === RUN   TestDockerSuite/TestPluginActive
18:25:13 [2020-10-05T18:25:13.025Z] ok  	github.com/docker/docker/daemon/logger/local	0.033s	coverage: 75.2% of statements
18:25:13 [2020-10-05T18:25:13.025Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
18:25:13 [2020-10-05T18:25:13.254Z] time="2020-10-05T18:25:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:25:13 [2020-10-05T18:25:13.254Z] time="2020-10-05T18:25:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a84ca5ddd531ef625aef065e11da3e7c4f9f2e7be92ac7338c42bee376cd832" mediatype=application/vnd.docker.plugin.v1+json size=522
18:25:13 [2020-10-05T18:25:13.254Z] time="2020-10-05T18:25:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
18:25:13 [2020-10-05T18:25:13.254Z] time="2020-10-05T18:25:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a84ca5ddd531ef625aef065e11da3e7c4f9f2e7be92ac7338c42bee376cd832" mediatype=application/vnd.docker.plugin.v1+json size=522
18:25:13 [2020-10-05T18:25:13.254Z] --- PASS: TestPluginInstall (7.86s)
18:25:13 [2020-10-05T18:25:13.254Z]     --- PASS: TestPluginInstall/no_auth (5.53s)
18:25:13 [2020-10-05T18:25:13.254Z]     --- PASS: TestPluginInstall/with_htpasswd (0.94s)
18:25:13 [2020-10-05T18:25:13.254Z]     --- PASS: TestPluginInstall/with_insecure (1.39s)
18:25:13 [2020-10-05T18:25:13.254Z]         plugin_test.go:157: [d11b96a592522] daemon is not started
18:25:13 [2020-10-05T18:25:13.254Z] PASS
18:25:13 [2020-10-05T18:25:13.254Z] 
18:25:13 [2020-10-05T18:25:13.254Z] DONE 6 tests in 7.971s
18:25:13 [2020-10-05T18:25:13.254Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
18:25:13 [2020-10-05T18:25:13.254Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
18:25:13 [2020-10-05T18:25:13.254Z] ++ set -e
18:25:13 [2020-10-05T18:25:13.254Z] ++ '[' -n 0 ']'
18:25:13 [2020-10-05T18:25:13.254Z] ++ set -x
18:25:13 [2020-10-05T18:25:13.254Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
18:25:13 [2020-10-05T18:25:13.254Z] INFO: Testing against a local daemon
18:25:13 [2020-10-05T18:25:13.254Z] === RUN   TestExternalGraphDriver
18:25:13 [2020-10-05T18:25:13.281Z] time="2020-10-05T18:25:13Z" level=error msg="Failed to remove source log file: remove /tmp/TestCheckCapacityAndRotate008356668/log332135787.1: no such file or directory"
18:25:13 [2020-10-05T18:25:13.281Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.050s	coverage: 37.7% of statements
18:25:13 [2020-10-05T18:25:13.548Z] === RUN   TestExternalGraphDriver/json
18:25:14 [2020-10-05T18:25:14.690Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 33.3% of statements
18:25:15 [2020-10-05T18:25:15.228Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
18:25:15 [2020-10-05T18:25:15.668Z] === RUN   TestExternalGraphDriver/spec
18:25:16 [2020-10-05T18:25:16.058Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
18:25:16 [2020-10-05T18:25:16.314Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
18:25:16 [2020-10-05T18:25:16.918Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.684s	coverage: 82.5% of statements
18:25:16 [2020-10-05T18:25:16.918Z] ?   	github.com/docker/docker/daemon/names	[no test files]
18:25:16 [2020-10-05T18:25:16.918Z] ok  	github.com/docker/docker/daemon/network	0.008s	coverage: 63.8% of statements
18:25:16 [2020-10-05T18:25:16.918Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
18:25:17 [2020-10-05T18:25:17.203Z] === RUN   TestExternalGraphDriver/pull
18:25:18 [2020-10-05T18:25:18.806Z] ok  	github.com/docker/docker/distribution/metadata	0.042s	coverage: 48.2% of statements
18:25:19 [2020-10-05T18:25:19.285Z] --- PASS: TestExternalGraphDriver (5.62s)
18:25:19 [2020-10-05T18:25:19.285Z]     --- PASS: TestExternalGraphDriver/json (1.81s)
18:25:19 [2020-10-05T18:25:19.285Z]     --- PASS: TestExternalGraphDriver/spec (1.85s)
18:25:19 [2020-10-05T18:25:19.285Z]     --- PASS: TestExternalGraphDriver/pull (1.84s)
18:25:19 [2020-10-05T18:25:19.285Z] === RUN   TestGraphdriverPluginV2
18:25:19 [2020-10-05T18:25:19.285Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
18:25:19 [2020-10-05T18:25:19.285Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:25:19 [2020-10-05T18:25:19.285Z] PASS
18:25:19 [2020-10-05T18:25:19.285Z] 
18:25:19 [2020-10-05T18:25:19.285Z] === Skipped
18:25:19 [2020-10-05T18:25:19.285Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
18:25:19 [2020-10-05T18:25:19.285Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:25:19 [2020-10-05T18:25:19.285Z] 
18:25:19 [2020-10-05T18:25:19.285Z] 
18:25:19 [2020-10-05T18:25:19.285Z] DONE 5 tests, 1 skipped in 5.760s
18:25:19 [2020-10-05T18:25:19.285Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
18:25:19 [2020-10-05T18:25:19.285Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
18:25:19 [2020-10-05T18:25:19.285Z] ++ set -e
18:25:19 [2020-10-05T18:25:19.285Z] ++ '[' -n 0 ']'
18:25:19 [2020-10-05T18:25:19.285Z] ++ set -x
18:25:19 [2020-10-05T18:25:19.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
18:25:19 [2020-10-05T18:25:19.285Z] INFO: Testing against a local daemon
18:25:19 [2020-10-05T18:25:19.285Z] === RUN   TestContinueAfterPluginCrash
18:25:19 [2020-10-05T18:25:19.285Z] === PAUSE TestContinueAfterPluginCrash
18:25:19 [2020-10-05T18:25:19.285Z] === RUN   TestReadPluginNoRead
18:25:19 [2020-10-05T18:25:19.285Z] === PAUSE TestReadPluginNoRead
18:25:19 [2020-10-05T18:25:19.285Z] === RUN   TestDaemonStartWithLogOpt
18:25:19 [2020-10-05T18:25:19.285Z] === PAUSE TestDaemonStartWithLogOpt
18:25:19 [2020-10-05T18:25:19.285Z] === CONT  TestContinueAfterPluginCrash
18:25:19 [2020-10-05T18:25:19.285Z] === CONT  TestDaemonStartWithLogOpt
18:25:19 [2020-10-05T18:25:19.285Z] === CONT  TestReadPluginNoRead
18:25:19 [2020-10-05T18:25:19.367Z] ok  	github.com/docker/docker/distribution	0.171s	coverage: 21.9% of statements
18:25:19 [2020-10-05T18:25:19.367Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
18:25:20 [2020-10-05T18:25:20.512Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
18:25:20 [2020-10-05T18:25:20.513Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
18:25:20 [2020-10-05T18:25:20.733Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 49.4% of statements
18:25:20 [2020-10-05T18:25:20.772Z] === RUN   TestDockerSuite/TestPluginLogDriver
18:25:21 [2020-10-05T18:25:21.660Z] ok  	github.com/docker/docker/image	0.016s	coverage: 86.4% of statements
18:25:22 [2020-10-05T18:25:22.222Z] ok  	github.com/docker/docker/distribution/xfer	1.880s	coverage: 85.1% of statements
18:25:22 [2020-10-05T18:25:22.222Z] ?   	github.com/docker/docker/dockerversion	[no test files]
18:25:22 [2020-10-05T18:25:22.479Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
18:25:22 [2020-10-05T18:25:22.479Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
18:25:23 [2020-10-05T18:25:23.306Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
18:25:23 [2020-10-05T18:25:23.407Z] ok  	github.com/docker/docker/image/v1	0.025s	coverage: 25.0% of statements
18:25:23 [2020-10-05T18:25:23.407Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
18:25:24 [2020-10-05T18:25:24.335Z] ok  	github.com/docker/docker/libcontainerd/queue	0.022s	coverage: 100.0% of statements
18:25:24 [2020-10-05T18:25:24.926Z] === RUN   TestReadPluginNoRead/default
18:25:24 [2020-10-05T18:25:24.926Z] --- PASS: TestDaemonStartWithLogOpt (5.53s)
18:25:25 [2020-10-05T18:25:25.211Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
18:25:25 [2020-10-05T18:25:25.262Z] ok  	github.com/docker/docker/oci	0.005s	coverage: 8.2% of statements
18:25:25 [2020-10-05T18:25:25.568Z] === RUN   TestReadPluginNoRead/disabled_caching
18:25:26 [2020-10-05T18:25:26.220Z] ok  	github.com/docker/docker/opts	0.023s	coverage: 67.1% of statements
18:25:26 [2020-10-05T18:25:26.480Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 50.0% of statements
18:25:27 [2020-10-05T18:25:27.094Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
18:25:27 [2020-10-05T18:25:27.747Z] === RUN   TestDockerSuite/TestPluginUpgrade
18:25:28 [2020-10-05T18:25:28.442Z] ok  	github.com/docker/docker/pkg/archive	0.306s	coverage: 76.9% of statements
18:25:28 [2020-10-05T18:25:28.614Z] --- PASS: TestReadPluginNoRead (9.58s)
18:25:28 [2020-10-05T18:25:28.614Z]     --- PASS: TestReadPluginNoRead/default (1.45s)
18:25:28 [2020-10-05T18:25:28.614Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.50s)
18:25:28 [2020-10-05T18:25:28.614Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.52s)
18:25:28 [2020-10-05T18:25:28.614Z]     read_test.go:92: [dc0195dad7ae5] daemon is not started
18:25:29 [2020-10-05T18:25:29.406Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
18:25:29 [2020-10-05T18:25:29.406Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
18:25:29 [2020-10-05T18:25:29.411Z] ok  	github.com/docker/docker/pkg/authorization	0.246s	coverage: 68.3% of statements
18:25:29 [2020-10-05T18:25:29.709Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
18:25:29 [2020-10-05T18:25:29.709Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
18:25:29 [2020-10-05T18:25:29.873Z] === RUN   TestDockerSuite/TestBuildCacheAdd
18:25:30 [2020-10-05T18:25:30.143Z] --- PASS: TestContinueAfterPluginCrash (10.88s)
18:25:30 [2020-10-05T18:25:30.143Z] PASS
18:25:30 [2020-10-05T18:25:30.143Z] 
18:25:30 [2020-10-05T18:25:30.143Z] DONE 6 tests in 10.963s
18:25:30 [2020-10-05T18:25:30.143Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
18:25:30 [2020-10-05T18:25:30.143Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
18:25:30 [2020-10-05T18:25:30.143Z] ++ set -e
18:25:30 [2020-10-05T18:25:30.143Z] ++ '[' -n 0 ']'
18:25:30 [2020-10-05T18:25:30.143Z] ++ set -x
18:25:30 [2020-10-05T18:25:30.143Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
18:25:30 [2020-10-05T18:25:30.143Z] testing: warning: no tests to run
18:25:30 [2020-10-05T18:25:30.143Z] PASS
18:25:30 [2020-10-05T18:25:30.143Z] 
18:25:30 [2020-10-05T18:25:30.143Z] DONE 0 tests in 0.017s
18:25:30 [2020-10-05T18:25:30.143Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
18:25:30 [2020-10-05T18:25:30.143Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
18:25:30 [2020-10-05T18:25:30.143Z] ++ set -e
18:25:30 [2020-10-05T18:25:30.143Z] ++ '[' -n 0 ']'
18:25:30 [2020-10-05T18:25:30.143Z] ++ set -x
18:25:30 [2020-10-05T18:25:30.143Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
18:25:30 [2020-10-05T18:25:30.143Z] INFO: Testing against a local daemon
18:25:30 [2020-10-05T18:25:30.143Z] === RUN   TestPluginWithDevMounts
18:25:30 [2020-10-05T18:25:30.143Z] === PAUSE TestPluginWithDevMounts
18:25:30 [2020-10-05T18:25:30.143Z] === CONT  TestPluginWithDevMounts
18:25:30 [2020-10-05T18:25:30.332Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
18:25:31 [2020-10-05T18:25:31.040Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
18:25:31 [2020-10-05T18:25:31.610Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
18:25:31 [2020-10-05T18:25:31.867Z] === RUN   TestDockerSuite/TestBuildCacheFrom
18:25:31 [2020-10-05T18:25:31.867Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
18:25:32 [2020-10-05T18:25:32.224Z] ok  	github.com/docker/docker/layer	7.118s	coverage: 68.8% of statements
18:25:32 [2020-10-05T18:25:32.224Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
18:25:32 [2020-10-05T18:25:32.224Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
18:25:32 [2020-10-05T18:25:32.224Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
18:25:32 [2020-10-05T18:25:32.224Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
18:25:32 [2020-10-05T18:25:32.224Z] ?   	github.com/docker/docker/oci/caps	[no test files]
18:25:32 [2020-10-05T18:25:32.234Z] --- PASS: TestPluginWithDevMounts (1.89s)
18:25:32 [2020-10-05T18:25:32.234Z] PASS
18:25:32 [2020-10-05T18:25:32.234Z] 
18:25:32 [2020-10-05T18:25:32.234Z] DONE 1 tests in 1.967s
18:25:32 [2020-10-05T18:25:32.234Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
18:25:32 [2020-10-05T18:25:32.234Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
18:25:32 [2020-10-05T18:25:32.234Z] ++ set -e
18:25:32 [2020-10-05T18:25:32.234Z] ++ '[' -n 0 ']'
18:25:32 [2020-10-05T18:25:32.234Z] ++ set -x
18:25:32 [2020-10-05T18:25:32.234Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
18:25:32 [2020-10-05T18:25:32.234Z] INFO: Testing against a local daemon
18:25:32 [2020-10-05T18:25:32.234Z] === RUN   TestSecretInspect
18:25:32 [2020-10-05T18:25:32.480Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
18:25:32 [2020-10-05T18:25:32.736Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
18:25:33 [2020-10-05T18:25:33.034Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.516s	coverage: 43.2% of statements
18:25:33 [2020-10-05T18:25:33.034Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
18:25:33 [2020-10-05T18:25:33.034Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
18:25:33 [2020-10-05T18:25:33.290Z] ok  	github.com/docker/docker/pkg/discovery/file	0.004s	coverage: 92.9% of statements
18:25:33 [2020-10-05T18:25:33.520Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
18:25:34 [2020-10-05T18:25:34.088Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
18:25:34 [2020-10-05T18:25:34.217Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.002s	coverage: 92.3% of statements
18:25:34 [2020-10-05T18:25:34.318Z] --- PASS: TestSecretInspect (1.94s)
18:25:34 [2020-10-05T18:25:34.318Z] === RUN   TestSecretList
18:25:34 [2020-10-05T18:25:34.657Z] === RUN   TestDockerSuite/TestPortHostBinding
18:25:34 [2020-10-05T18:25:34.779Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
18:25:35 [2020-10-05T18:25:35.035Z] ok  	github.com/docker/docker/pkg/dmesg	0.010s	coverage: 83.3% of statements
18:25:35 [2020-10-05T18:25:35.837Z] --- PASS: TestSecretList (1.93s)
18:25:35 [2020-10-05T18:25:35.837Z] === RUN   TestSecretsCreateAndDelete
18:25:36 [2020-10-05T18:25:36.039Z] === RUN   TestDockerSuite/TestPortList
18:25:36 [2020-10-05T18:25:36.400Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
18:25:36 [2020-10-05T18:25:36.563Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
18:25:37 [2020-10-05T18:25:37.022Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
18:25:37 [2020-10-05T18:25:37.022Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
18:25:37 [2020-10-05T18:25:37.022Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
18:25:37 [2020-10-05T18:25:37.327Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 89.5% of statements
18:25:37 [2020-10-05T18:25:37.583Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.064s	coverage: 84.1% of statements
18:25:37 [2020-10-05T18:25:37.881Z] ok  	github.com/docker/docker/pkg/fsutils	0.203s	coverage: 85.1% of statements
18:25:37 [2020-10-05T18:25:37.881Z] ok  	github.com/docker/docker/pkg/homedir	0.008s	coverage: 11.4% of statements
18:25:37 [2020-10-05T18:25:37.931Z] --- PASS: TestSecretsCreateAndDelete (1.92s)
18:25:37 [2020-10-05T18:25:37.931Z] === RUN   TestSecretsUpdate
18:25:38 [2020-10-05T18:25:38.558Z] === RUN   TestDockerSuite/TestBuildClearCmd
18:25:39 [2020-10-05T18:25:39.016Z] === RUN   TestDockerSuite/TestBuildCmd
18:25:39 [2020-10-05T18:25:39.289Z] ok  	github.com/docker/docker/pkg/idtools	0.403s	coverage: 70.1% of statements
18:25:39 [2020-10-05T18:25:39.289Z] ok  	github.com/docker/docker/pkg/ioutils	0.518s	coverage: 70.6% of statements
18:25:39 [2020-10-05T18:25:39.474Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
18:25:39 [2020-10-05T18:25:39.850Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
18:25:39 [2020-10-05T18:25:39.850Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
18:25:39 [2020-10-05T18:25:39.850Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
18:25:39 [2020-10-05T18:25:39.850Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
18:25:39 [2020-10-05T18:25:39.850Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
18:25:39 [2020-10-05T18:25:39.933Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
18:25:40 [2020-10-05T18:25:40.013Z] --- PASS: TestSecretsUpdate (1.89s)
18:25:40 [2020-10-05T18:25:40.013Z] === RUN   TestTemplatedSecret
18:25:40 [2020-10-05T18:25:40.107Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.015s	coverage: 85.7% of statements
18:25:40 [2020-10-05T18:25:40.107Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
18:25:40 [2020-10-05T18:25:40.363Z] ok  	github.com/docker/docker/pkg/parsers	0.004s	coverage: 97.0% of statements
18:25:40 [2020-10-05T18:25:40.391Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
18:25:40 [2020-10-05T18:25:40.619Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.004s	coverage: 60.0% of statements
18:25:40 [2020-10-05T18:25:40.874Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 86.7% of statements
18:25:41 [2020-10-05T18:25:41.131Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
18:25:41 [2020-10-05T18:25:41.131Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
18:25:41 [2020-10-05T18:25:41.131Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
18:25:42 [2020-10-05T18:25:42.102Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
18:25:42 [2020-10-05T18:25:42.105Z] --- PASS: TestTemplatedSecret (2.44s)
18:25:42 [2020-10-05T18:25:42.105Z] === RUN   TestSecretCreateResolve
18:25:42 [2020-10-05T18:25:42.663Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
18:25:42 [2020-10-05T18:25:42.962Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
18:25:43 [2020-10-05T18:25:43.218Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
18:25:44 [2020-10-05T18:25:44.166Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
18:25:44 [2020-10-05T18:25:44.166Z] === RUN   TestDockerSuite/TestPostContainersAttach
18:25:44 [2020-10-05T18:25:44.205Z] --- PASS: TestSecretCreateResolve (1.98s)
18:25:44 [2020-10-05T18:25:44.205Z] PASS
18:25:44 [2020-10-05T18:25:44.205Z] 
18:25:44 [2020-10-05T18:25:44.205Z] DONE 6 tests in 12.183s
18:25:44 [2020-10-05T18:25:44.205Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
18:25:44 [2020-10-05T18:25:44.205Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
18:25:44 [2020-10-05T18:25:44.205Z] ++ set -e
18:25:44 [2020-10-05T18:25:44.205Z] ++ '[' -n 0 ']'
18:25:44 [2020-10-05T18:25:44.205Z] ++ set -x
18:25:44 [2020-10-05T18:25:44.205Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
18:25:44 [2020-10-05T18:25:44.205Z] INFO: Testing against a local daemon
18:25:44 [2020-10-05T18:25:44.205Z] === RUN   TestServiceCreateInit
18:25:44 [2020-10-05T18:25:44.205Z] === RUN   TestServiceCreateInit/daemonInitDisabled
18:25:44 [2020-10-05T18:25:44.624Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 73.9% of statements
18:25:44 [2020-10-05T18:25:44.879Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
18:25:45 [2020-10-05T18:25:45.082Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
18:25:46 [2020-10-05T18:25:46.617Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
18:25:46 [2020-10-05T18:25:46.617Z] === RUN   TestDockerSuite/TestBuildConditionalCache
18:25:47 [2020-10-05T18:25:47.585Z] === RUN   TestDockerSuite/TestBuildContChar
18:25:48 [2020-10-05T18:25:48.141Z] ok  	github.com/docker/docker/pkg/signal	2.419s	coverage: 61.0% of statements
18:25:48 [2020-10-05T18:25:48.141Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
18:25:48 [2020-10-05T18:25:48.702Z] === RUN   TestServiceCreateInit/daemonInitEnabled
18:25:48 [2020-10-05T18:25:48.703Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
18:25:48 [2020-10-05T18:25:48.703Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
18:25:48 [2020-10-05T18:25:48.960Z] ok  	github.com/docker/docker/pkg/symlink	0.008s	coverage: 87.7% of statements
18:25:49 [2020-10-05T18:25:49.887Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
18:25:50 [2020-10-05T18:25:50.143Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
18:25:50 [2020-10-05T18:25:50.704Z] ok  	github.com/docker/docker/pkg/tailfile	0.055s	coverage: 88.6% of statements
18:25:50 [2020-10-05T18:25:50.750Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
18:25:50 [2020-10-05T18:25:50.750Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
18:25:50 [2020-10-05T18:25:50.750Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
18:25:50 [2020-10-05T18:25:50.750Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
18:25:50 [2020-10-05T18:25:50.750Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
18:25:51 [2020-10-05T18:25:51.010Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
18:25:51 [2020-10-05T18:25:51.010Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
18:25:51 [2020-10-05T18:25:51.267Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
18:25:51 [2020-10-05T18:25:51.525Z] testing: warning: no tests to run
18:25:51 [2020-10-05T18:25:51.525Z] coverage: [no statements]
18:25:51 [2020-10-05T18:25:51.525Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
18:25:51 [2020-10-05T18:25:51.581Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
18:25:51 [2020-10-05T18:25:51.781Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
18:25:51 [2020-10-05T18:25:51.840Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
18:25:52 [2020-10-05T18:25:52.038Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
18:25:52 [2020-10-05T18:25:52.257Z] --- PASS: TestServiceCreateInit (7.40s)
18:25:52 [2020-10-05T18:25:52.257Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.77s)
18:25:52 [2020-10-05T18:25:52.257Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.61s)
18:25:52 [2020-10-05T18:25:52.257Z] === RUN   TestCreateServiceMultipleTimes
18:25:52 [2020-10-05T18:25:52.294Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
18:25:52 [2020-10-05T18:25:52.778Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
18:25:52 [2020-10-05T18:25:52.778Z] === RUN   TestDockerSuite/TestPruneContainerLabel
18:25:54 [2020-10-05T18:25:54.181Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.1% of statements
18:25:54 [2020-10-05T18:25:54.688Z] === RUN   TestDockerSuite/TestPruneContainerUntil
18:25:55 [2020-10-05T18:25:55.107Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.5% of statements
18:25:55 [2020-10-05T18:25:55.405Z] ok  	github.com/docker/docker/profiles/seccomp	0.004s	coverage: 75.3% of statements
18:25:55 [2020-10-05T18:25:55.628Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
18:25:55 [2020-10-05T18:25:55.661Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 83.7% of statements
18:25:55 [2020-10-05T18:25:55.888Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
18:25:55 [2020-10-05T18:25:55.888Z] === RUN   TestDockerSuite/TestPsByOrder
18:25:56 [2020-10-05T18:25:56.458Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
18:25:57 [2020-10-05T18:25:57.113Z] ok  	github.com/docker/docker/registry	0.077s	coverage: 56.3% of statements
18:25:57 [2020-10-05T18:25:57.674Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
18:25:57 [2020-10-05T18:25:57.929Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
18:25:58 [2020-10-05T18:25:58.367Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
18:25:58 [2020-10-05T18:25:58.855Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
18:25:59 [2020-10-05T18:25:59.112Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
18:25:59 [2020-10-05T18:25:59.307Z] === RUN   TestDockerSuite/TestPsListContainersBase
18:25:59 [2020-10-05T18:25:59.967Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
18:25:59 [2020-10-05T18:25:59.967Z] === RUN   TestDockerSuite/TestBuildContextCleanup
18:25:59 [2020-10-05T18:25:59.967Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
18:26:01 [2020-10-05T18:26:01.670Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
18:26:01 [2020-10-05T18:26:01.847Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
18:26:02 [2020-10-05T18:26:02.143Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
18:26:02 [2020-10-05T18:26:02.596Z] ok  	github.com/docker/docker/volume/local	0.006s	coverage: 73.0% of statements
18:26:02 [2020-10-05T18:26:02.601Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
18:26:03 [2020-10-05T18:26:03.060Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
18:26:03 [2020-10-05T18:26:03.060Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
18:26:03 [2020-10-05T18:26:03.200Z] ok  	github.com/docker/docker/volume/mounts	0.019s	coverage: 67.0% of statements
18:26:03 [2020-10-05T18:26:03.519Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
18:26:04 [2020-10-05T18:26:04.127Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
18:26:04 [2020-10-05T18:26:04.486Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
18:26:04 [2020-10-05T18:26:04.486Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
18:26:04 [2020-10-05T18:26:04.486Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
18:26:06 [2020-10-05T18:26:06.048Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
18:26:06 [2020-10-05T18:26:06.048Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
18:26:07 [2020-10-05T18:26:07.660Z] --- PASS: TestCreateServiceMultipleTimes (15.22s)
18:26:07 [2020-10-05T18:26:07.660Z] === RUN   TestCreateServiceConflict
18:26:08 [2020-10-05T18:26:08.588Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
18:26:09 [2020-10-05T18:26:09.171Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
18:26:09 [2020-10-05T18:26:09.191Z] --- PASS: TestCreateServiceConflict (1.97s)
18:26:09 [2020-10-05T18:26:09.191Z] === RUN   TestCreateServiceMaxReplicas
18:26:11 [2020-10-05T18:26:11.955Z] --- PASS: TestCreateServiceMaxReplicas (2.57s)
18:26:11 [2020-10-05T18:26:11.955Z] === RUN   TestCreateWithDuplicateNetworkNames
18:26:15 [2020-10-05T18:26:15.159Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
18:26:16 [2020-10-05T18:26:16.411Z] ok  	github.com/docker/docker/pkg/plugins	33.615s	coverage: 76.6% of statements
18:26:16 [2020-10-05T18:26:16.411Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
18:26:16 [2020-10-05T18:26:16.411Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
18:26:16 [2020-10-05T18:26:16.411Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
18:26:16 [2020-10-05T18:26:16.411Z] ?   	github.com/docker/docker/pkg/term	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/rootless	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/testutil/request	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/volume	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === Skipped
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     exec_linux_test.go:18: requires AppArmor to be enabled
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     exec_linux_test.go:38: requires AppArmor to be enabled
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver btrfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver btrfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver btrfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver btrfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver btrfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:73: No driver to put!
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z] time="2020-10-05T18:24:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z] time="2020-10-05T18:24:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z] time="2020-10-05T18:24:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z] time="2020-10-05T18:24:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z] time="2020-10-05T18:24:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: driver not supported
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:73: No driver to put!
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     overlay_test.go:49: Fails to compute changes intermittently
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     overlay_test.go:65: Cannot run test with naive change algorithm
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver zfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver zfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver zfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver zfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:46: Driver zfs not supported
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     graphtest_unix.go:73: No driver to put!
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
18:26:16 [2020-10-05T18:26:16.412Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] 
18:26:16 [2020-10-05T18:26:16.412Z] DONE 2148 tests, 26 skipped in 253.920s
Post stage
[Pipeline] junit
18:26:16 [2020-10-05T18:26:16.421Z] Recording test results
18:26:16 [2020-10-05T18:26:16.538Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
18:26:17 [2020-10-05T18:26:17.622Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41527/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 hack/validate/vendor
18:26:18 [2020-10-05T18:26:18.475Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
18:26:18 [2020-10-05T18:26:18.551Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build e2e image)
[Pipeline] sh
18:26:19 [2020-10-05T18:26:19.131Z] + echo Building e2e image
18:26:19 [2020-10-05T18:26:19.131Z] Building e2e image
18:26:19 [2020-10-05T18:26:19.131Z] + docker build --build-arg DOCKER_GITCOMMIT=cf7a5be0f2ee8bb4a3f7961682e13b89bc625299 -t moby-e2e-test -f Dockerfile.e2e .
18:26:19 [2020-10-05T18:26:19.131Z] #2 [internal] load .dockerignore
18:26:19 [2020-10-05T18:26:19.131Z] #2 transferring context: 34B done
18:26:19 [2020-10-05T18:26:19.131Z] #2 DONE 0.0s
18:26:19 [2020-10-05T18:26:19.131Z] 
18:26:19 [2020-10-05T18:26:19.131Z] #1 [internal] load build definition from Dockerfile.e2e
18:26:19 [2020-10-05T18:26:19.131Z] #1 transferring dockerfile: 3.21kB done
18:26:19 [2020-10-05T18:26:19.131Z] #1 DONE 0.0s
18:26:19 [2020-10-05T18:26:19.131Z] 
18:26:19 [2020-10-05T18:26:19.131Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine
18:26:19 [2020-10-05T18:26:19.430Z] #4 DONE 0.3s
18:26:19 [2020-10-05T18:26:19.430Z] 
18:26:19 [2020-10-05T18:26:19.430Z] #3 [internal] load metadata for docker.io/library/alpine:3.10
18:26:19 [2020-10-05T18:26:19.858Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
18:26:20 [2020-10-05T18:26:20.427Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
18:26:20 [2020-10-05T18:26:20.791Z] #3 DONE 1.3s
18:26:20 [2020-10-05T18:26:20.791Z] 
18:26:20 [2020-10-05T18:26:20.791Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
18:26:20 [2020-10-05T18:26:20.791Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0B / 155B 0.1s
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 208.43kB / 2.80MB 0.1s
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0B / 282.60kB 0.1s
18:26:20 [2020-10-05T18:26:20.791Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.1s done
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 4.12MB / 127.34MB 0.3s
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done
18:26:20 [2020-10-05T18:26:20.791Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 11.35MB / 127.34MB 0.4s
18:26:21 [2020-10-05T18:26:21.046Z] #14 ...
18:26:21 [2020-10-05T18:26:21.046Z] 
18:26:21 [2020-10-05T18:26:21.046Z] #8 [internal] load build context
18:26:21 [2020-10-05T18:26:21.046Z] #8 transferring context: 860.75kB 0.4s done
18:26:21 [2020-10-05T18:26:21.047Z] #8 DONE 0.5s
18:26:21 [2020-10-05T18:26:21.047Z] 
18:26:21 [2020-10-05T18:26:21.047Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
18:26:21 [2020-10-05T18:26:21.047Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 17.95MB / 127.34MB 0.5s
18:26:21 [2020-10-05T18:26:21.047Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.4s done
18:26:21 [2020-10-05T18:26:21.304Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 40.65MB / 127.34MB 0.8s
18:26:21 [2020-10-05T18:26:21.304Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d
18:26:21 [2020-10-05T18:26:21.304Z] #14 ...
18:26:21 [2020-10-05T18:26:21.304Z] 
18:26:21 [2020-10-05T18:26:21.304Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013...
18:26:21 [2020-10-05T18:26:21.304Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done
18:26:21 [2020-10-05T18:26:21.304Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done
18:26:21 [2020-10-05T18:26:21.304Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done
18:26:21 [2020-10-05T18:26:21.304Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done
18:26:21 [2020-10-05T18:26:21.304Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.3s done
18:26:21 [2020-10-05T18:26:21.304Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done
18:26:21 [2020-10-05T18:26:21.304Z] #5 DONE 0.8s
18:26:21 [2020-10-05T18:26:21.304Z] 
18:26:21 [2020-10-05T18:26:21.304Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
18:26:21 [2020-10-05T18:26:21.304Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.2s done
18:26:21 [2020-10-05T18:26:21.304Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f
18:26:21 [2020-10-05T18:26:21.603Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 59.13MB / 127.34MB 1.1s
18:26:21 [2020-10-05T18:26:21.603Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0.0s done
18:26:21 [2020-10-05T18:26:21.603Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 65.96MB / 127.34MB 1.2s
18:26:21 [2020-10-05T18:26:21.603Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 75.85MB / 127.34MB 1.3s
18:26:21 [2020-10-05T18:26:21.861Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 83.92MB / 127.34MB 1.4s
18:26:21 [2020-10-05T18:26:21.861Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 94.42MB / 127.34MB 1.5s
18:26:22 [2020-10-05T18:26:22.160Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 107.41MB / 127.34MB 1.6s
18:26:22 [2020-10-05T18:26:22.160Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.8s
18:26:22 [2020-10-05T18:26:22.334Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
18:26:23 [2020-10-05T18:26:23.130Z] #14 ...
18:26:23 [2020-10-05T18:26:23.130Z] 
18:26:23 [2020-10-05T18:26:23.130Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus...
18:26:23 [2020-10-05T18:26:23.130Z] #6 DONE 1.7s
18:26:23 [2020-10-05T18:26:23.130Z] 
18:26:23 [2020-10-05T18:26:23.130Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
18:26:23 [2020-10-05T18:26:23.130Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 2.5s done
18:26:23 [2020-10-05T18:26:23.130Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b
18:26:23 [2020-10-05T18:26:23.714Z] === RUN   TestDockerSuite/TestPsListContainersSize
18:26:23 [2020-10-05T18:26:23.973Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
18:26:24 [2020-10-05T18:26:24.543Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
18:26:24 [2020-10-05T18:26:24.637Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.33s)
18:26:24 [2020-10-05T18:26:24.637Z] === RUN   TestCreateServiceSecretFileMode
18:26:24 [2020-10-05T18:26:24.803Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
18:26:25 [2020-10-05T18:26:25.372Z] === RUN   TestDockerSuite/TestPsRightTagName
18:26:27 [2020-10-05T18:26:27.389Z] --- PASS: TestCreateServiceSecretFileMode (2.31s)
18:26:27 [2020-10-05T18:26:27.389Z] === RUN   TestCreateServiceConfigFileMode
18:26:27 [2020-10-05T18:26:27.912Z] === RUN   TestDockerSuite/TestPsShowMounts
18:26:28 [2020-10-05T18:26:28.371Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.2s
18:26:28 [2020-10-05T18:26:28.978Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.9s done
18:26:29 [2020-10-05T18:26:29.295Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
18:26:29 [2020-10-05T18:26:29.497Z] --- PASS: TestCreateServiceConfigFileMode (2.38s)
18:26:29 [2020-10-05T18:26:29.497Z] === RUN   TestCreateServiceSysctls
18:26:29 [2020-10-05T18:26:29.960Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12
18:26:29 [2020-10-05T18:26:29.960Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done
18:26:30 [2020-10-05T18:26:30.215Z] #14 DONE 9.8s
18:26:30 [2020-10-05T18:26:30.215Z] 
18:26:30 [2020-10-05T18:26:30.215Z] #7 [runner 3/12] RUN apk --no-cache add     bash     ca-certificates     g+...
18:26:30 [2020-10-05T18:26:30.215Z] #7 0.739 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
18:26:30 [2020-10-05T18:26:30.215Z] #7 1.824 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
18:26:30 [2020-10-05T18:26:30.215Z] #7 1.929 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2)
18:26:30 [2020-10-05T18:26:30.215Z] #7 1.935 (2/30) Installing ncurses-libs (6.1_p20190518-r2)
18:26:30 [2020-10-05T18:26:30.215Z] #7 1.945 (3/30) Installing readline (8.0.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 1.954 (4/30) Installing bash (5.0.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 1.979 Executing bash-5.0.0-r0.post-install
18:26:30 [2020-10-05T18:26:30.215Z] #7 1.982 (5/30) Installing ca-certificates (20191127-r2)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.000 (6/30) Installing libgcc (8.3.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.004 (7/30) Installing libstdc++ (8.3.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.017 (8/30) Installing binutils (2.32-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.155 (9/30) Installing gmp (6.1.2-r1)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.162 (10/30) Installing isl (0.18-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.184 (11/30) Installing libgomp (8.3.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.189 (12/30) Installing libatomic (8.3.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.191 (13/30) Installing mpfr3 (3.1.5-r1)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.198 (14/30) Installing mpc1 (1.1.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 2.201 (15/30) Installing gcc (8.3.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.075 (16/30) Installing musl-dev (1.1.22-r3)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.177 (17/30) Installing libc-dev (0.7.1-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.181 (18/30) Installing g++ (8.3.0-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.753 (19/30) Installing nghttp2-libs (1.39.2-r1)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.759 (20/30) Installing libcurl (7.66.0-r1)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.767 (21/30) Installing expat (2.2.8-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.771 (22/30) Installing pcre2 (10.33-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.784 (23/30) Installing git (2.22.4-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.987 (24/30) Installing libmnl (1.0.4-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.989 (25/30) Installing libnftnl-libs (1.1.3-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 3.995 (26/30) Installing iptables (1.8.3-r1)
18:26:30 [2020-10-05T18:26:30.215Z] #7 4.021 (27/30) Installing pigz (2.4-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 4.028 (28/30) Installing tar (1.32-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 4.037 (29/30) Installing xz-libs (5.2.4-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 4.045 (30/30) Installing xz (5.2.4-r0)
18:26:30 [2020-10-05T18:26:30.215Z] #7 4.051 Executing busybox-1.30.1-r3.trigger
18:26:30 [2020-10-05T18:26:30.215Z] #7 4.055 Executing ca-certificates-20191127-r2.trigger
18:26:30 [2020-10-05T18:26:30.215Z] #7 4.106 OK: 179 MiB in 44 packages
18:26:30 [2020-10-05T18:26:30.215Z] #7 DONE 7.4s
18:26:30 [2020-10-05T18:26:30.215Z] 
18:26:30 [2020-10-05T18:26:30.215Z] #15 [base 2/5] RUN apk --no-cache add     bash     btrfs-progs-dev     build...
18:26:30 [2020-10-05T18:26:30.237Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
18:26:30 [2020-10-05T18:26:30.237Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
18:26:30 [2020-10-05T18:26:30.237Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
18:26:30 [2020-10-05T18:26:30.471Z] #15 ...
18:26:30 [2020-10-05T18:26:30.471Z] 
18:26:30 [2020-10-05T18:26:30.471Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh       /scripts/run.sh
18:26:30 [2020-10-05T18:26:30.471Z] #9 DONE 0.1s
18:26:30 [2020-10-05T18:26:30.471Z] 
18:26:30 [2020-10-05T18:26:30.471Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs  /scripts/ensure-emptyfs.sh
18:26:30 [2020-10-05T18:26:30.471Z] #10 DONE 0.0s
18:26:30 [2020-10-05T18:26:30.471Z] 
18:26:30 [2020-10-05T18:26:30.471Z] #11 [runner 6/12] COPY integration/testdata       /tests/integration/testdat...
18:26:30 [2020-10-05T18:26:30.471Z] #11 DONE 0.0s
18:26:30 [2020-10-05T18:26:30.471Z] 
18:26:30 [2020-10-05T18:26:30.471Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t...
18:26:30 [2020-10-05T18:26:30.471Z] #12 DONE 0.0s
18:26:30 [2020-10-05T18:26:30.471Z] 
18:26:30 [2020-10-05T18:26:30.471Z] #13 [runner 8/12] COPY integration-cli/fixtures   /tests/integration-cli/fix...
18:26:30 [2020-10-05T18:26:30.471Z] #13 DONE 0.1s
18:26:30 [2020-10-05T18:26:30.471Z] 
18:26:30 [2020-10-05T18:26:30.471Z] #15 [base 2/5] RUN apk --no-cache add     bash     btrfs-progs-dev     build...
18:26:30 [2020-10-05T18:26:30.496Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
18:26:30 [2020-10-05T18:26:30.756Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
18:26:31 [2020-10-05T18:26:31.030Z] #15 0.538 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
18:26:31 [2020-10-05T18:26:31.695Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.590 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.704 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.708 (2/54) Installing ncurses-libs (6.2_p20200523-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.715 (3/54) Installing readline (8.0.4-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.719 (4/54) Installing bash (5.0.17-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.731 Executing bash-5.0.17-r0.post-install
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.733 (5/54) Installing linux-headers (5.4.5-r1)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.809 (6/54) Installing libblkid (2.35.2-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.813 (7/54) Installing libuuid (2.35.2-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.815 (8/54) Installing btrfs-progs-libs (5.6.1-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.820 (9/54) Installing btrfs-progs-dev (5.6.1-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.825 (10/54) Installing libgcc (9.3.0-r2)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.827 (11/54) Installing libstdc++ (9.3.0-r2)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.840 (12/54) Installing binutils (2.34-r1)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.906 (13/54) Installing libmagic (5.38-r0)
18:26:31 [2020-10-05T18:26:31.997Z] #15 1.926 (14/54) Installing file (5.38-r0)
18:26:32 [2020-10-05T18:26:32.294Z] #15 1.928 (15/54) Installing gmp (6.2.0-r0)
18:26:32 [2020-10-05T18:26:32.294Z] #15 1.935 (16/54) Installing isl (0.18-r0)
18:26:32 [2020-10-05T18:26:32.294Z] #15 1.951 (17/54) Installing libgomp (9.3.0-r2)
18:26:32 [2020-10-05T18:26:32.294Z] #15 1.953 (18/54) Installing libatomic (9.3.0-r2)
18:26:32 [2020-10-05T18:26:32.294Z] #15 1.955 (19/54) Installing libgphobos (9.3.0-r2)
18:26:32 [2020-10-05T18:26:32.294Z] #15 1.998 (20/54) Installing mpfr4 (4.0.2-r4)
18:26:32 [2020-10-05T18:26:32.294Z] #15 2.004 (21/54) Installing mpc1 (1.1.0-r1)
18:26:32 [2020-10-05T18:26:32.294Z] #15 2.006 (22/54) Installing gcc (9.3.0-r2)
18:26:32 [2020-10-05T18:26:32.635Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
18:26:33 [2020-10-05T18:26:33.055Z] --- PASS: TestCreateServiceSysctls (3.08s)
18:26:33 [2020-10-05T18:26:33.055Z] === RUN   TestCreateServiceCapabilities
18:26:33 [2020-10-05T18:26:33.222Z] #15 2.854 (23/54) Installing musl-dev (1.1.24-r9)
18:26:33 [2020-10-05T18:26:33.222Z] #15 2.925 (24/54) Installing libc-dev (0.7.2-r3)
18:26:33 [2020-10-05T18:26:33.222Z] #15 2.926 (25/54) Installing g++ (9.3.0-r2)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.342 (26/54) Installing make (4.3-r0)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.346 (27/54) Installing fortify-headers (1.1-r0)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.348 (28/54) Installing patch (2.7.6-r6)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.352 (29/54) Installing build-base (0.5-r2)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.354 (30/54) Installing nghttp2-libs (1.41.0-r0)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.356 (31/54) Installing libcurl (7.69.1-r1)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.362 (32/54) Installing curl (7.69.1-r1)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.365 (33/54) Installing oniguruma (6.9.5-r1)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.371 (34/54) Installing jq (1.6-r1)
18:26:33 [2020-10-05T18:26:33.522Z] #15 3.378 (35/54) Installing device-mapper-libs (2.02.186-r1)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.384 (36/54) Installing device-mapper-event-libs (2.02.186-r1)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.386 (37/54) Installing libaio (0.3.112-r1)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.388 (38/54) Installing lvm2-libs (2.02.186-r1)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.420 (39/54) Installing blkid (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.422 (40/54) Installing libcap-ng (0.7.10-r1)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.424 (41/54) Installing setpriv (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.425 (42/54) Installing libmount (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.430 (43/54) Installing libsmartcols (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.433 (44/54) Installing findmnt (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.435 (45/54) Installing mcookie (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.436 (46/54) Installing hexdump (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.438 (47/54) Installing lsblk (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.440 (48/54) Installing libfdisk (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.445 (49/54) Installing sfdisk (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.447 (50/54) Installing cfdisk (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.449 (51/54) Installing util-linux (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.483 (52/54) Installing pkgconf (1.7.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.486 (53/54) Installing util-linux-dev (2.35.2-r0)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.507 (54/54) Installing lvm2-dev (2.02.186-r1)
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.513 Executing busybox-1.31.1-r16.trigger
18:26:33 [2020-10-05T18:26:33.778Z] #15 3.519 OK: 230 MiB in 69 packages
18:26:34 [2020-10-05T18:26:34.544Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
18:26:34 [2020-10-05T18:26:34.804Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
18:26:35 [2020-10-05T18:26:35.143Z] --- PASS: TestCreateServiceCapabilities (2.36s)
18:26:35 [2020-10-05T18:26:35.143Z] === RUN   TestInspect
18:26:36 [2020-10-05T18:26:36.331Z] #15 DONE 5.8s
18:26:36 [2020-10-05T18:26:36.331Z] 
18:26:36 [2020-10-05T18:26:36.331Z] #16 [base 3/5] RUN mkdir -p /build/
18:26:36 [2020-10-05T18:26:36.627Z] #16 DONE 0.5s
18:26:36 [2020-10-05T18:26:36.627Z] 
18:26:36 [2020-10-05T18:26:36.627Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/
18:26:36 [2020-10-05T18:26:36.884Z] #17 DONE 0.4s
18:26:36 [2020-10-05T18:26:36.884Z] 
18:26:36 [2020-10-05T18:26:36.884Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/
18:26:36 [2020-10-05T18:26:36.884Z] #18 DONE 0.0s
18:26:37 [2020-10-05T18:26:37.139Z] 
18:26:37 [2020-10-05T18:26:37.139Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
18:26:37 [2020-10-05T18:26:37.139Z] #22 DONE 0.1s
18:26:37 [2020-10-05T18:26:37.139Z] 
18:26:37 [2020-10-05T18:26:37.139Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh /
18:26:37 [2020-10-05T18:26:37.139Z] #19 DONE 0.1s
18:26:37 [2020-10-05T18:26:37.139Z] 
18:26:37 [2020-10-05T18:26:37.139Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
18:26:37 [2020-10-05T18:26:37.139Z] #20 ...
18:26:37 [2020-10-05T18:26:37.139Z] 
18:26:37 [2020-10-05T18:26:37.139Z] #26 [contrib 1/4] COPY contrib/syscall-test           /build/syscall-test
18:26:37 [2020-10-05T18:26:37.139Z] #26 DONE 0.1s
18:26:37 [2020-10-05T18:26:37.139Z] 
18:26:37 [2020-10-05T18:26:37.139Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
18:26:37 [2020-10-05T18:26:37.139Z] #23 DONE 0.1s
18:26:37 [2020-10-05T18:26:37.139Z] 
18:26:37 [2020-10-05T18:26:37.139Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile  /build/httpserver/Dock...
18:26:37 [2020-10-05T18:26:37.139Z] #27 DONE 0.0s
18:26:37 [2020-10-05T18:26:37.139Z] 
18:26:37 [2020-10-05T18:26:37.139Z] #28 [contrib 3/4] COPY contrib/httpserver             contrib/httpserver
18:26:37 [2020-10-05T18:26:37.139Z] #28 DONE 0.1s
18:26:37 [2020-10-05T18:26:37.395Z] 
18:26:37 [2020-10-05T18:26:37.395Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
18:26:37 [2020-10-05T18:26:37.912Z] --- PASS: TestInspect (2.58s)
18:26:37 [2020-10-05T18:26:37.913Z] === RUN   TestCreateJob
18:26:40 [2020-10-05T18:26:40.682Z] --- PASS: TestCreateJob (3.00s)
18:26:40 [2020-10-05T18:26:40.682Z] === RUN   TestReplicatedJob
18:26:41 [2020-10-05T18:26:41.379Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
18:26:41 [2020-10-05T18:26:41.379Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
18:26:41 [2020-10-05T18:26:41.648Z] #29 ...
18:26:41 [2020-10-05T18:26:41.648Z] 
18:26:41 [2020-10-05T18:26:41.648Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.166 + RM_GOPATH=0
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.166 + TMP_GOPATH=
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.166 + : /build
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.166 + '[' -z '' ']'
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.166 ++ mktemp -d
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.171 + export GOPATH=/tmp/tmp.mIPDcc
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.171 + GOPATH=/tmp/tmp.mIPDcc
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.171 + RM_GOPATH=1
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.171 + case "$(go env GOARCH)" in
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.171 ++ go env GOARCH
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.183 + export GO_BUILDMODE=-buildmode=pie
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.184 + GO_BUILDMODE=-buildmode=pie
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.185 ++ dirname ./install.sh
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.185 + dir=.
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.186 + bin=dockercli
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.186 + shift
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.186 + '[' '!' -f ./dockercli.installer ']'
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.187 + . ./dockercli.installer
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.187 ++ : stable
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.188 ++ : 17.06.2-ce
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.188 + install_dockercli
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.189 + echo 'Install docker/cli version 17.06.2-ce from stable'
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.189 Install docker/cli version 17.06.2-ce from stable
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.189 ++ uname -m
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.190 + arch=x86_64
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.191 + '[' x86_64 '!=' x86_64 ']'
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.191 + url=https://download.docker.com/linux/static
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.192 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
18:26:41 [2020-10-05T18:26:41.648Z] #24 1.192 + tar -xz docker/docker
18:26:41 [2020-10-05T18:26:41.648Z] #24 3.940 + mkdir -p /build
18:26:41 [2020-10-05T18:26:41.648Z] #24 3.946 + mv docker/docker /build/
18:26:41 [2020-10-05T18:26:41.648Z] #24 3.947 + rmdir docker
18:26:41 [2020-10-05T18:26:41.648Z] #24 DONE 4.4s
18:26:41 [2020-10-05T18:26:41.648Z] 
18:26:41 [2020-10-05T18:26:41.648Z] #31 [builder 1/4] COPY . .
18:26:41 [2020-10-05T18:26:41.648Z] #31 DONE 4.5s
18:26:41 [2020-10-05T18:26:41.648Z] 
18:26:41 [2020-10-05T18:26:41.648Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
18:26:41 [2020-10-05T18:26:41.648Z] #20 2.307 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
18:26:41 [2020-10-05T18:26:41.648Z] #20 2.891 
18:26:41 [2020-10-05T18:26:41.649Z] #20 3.006 
##                                                                         3.6%
###############                                                           21.3%
###############################                                           44.0%
#############################################                             63.1%
#########################################################                 79.4%
######################################################################## 100.0%
18:26:41 [2020-10-05T18:26:41.649Z] #20 3.880 
18:26:41 [2020-10-05T18:26:41.649Z] #20 4.001 
#########################################################                 80.3%
######################################################################## 100.0%
18:26:41 [2020-10-05T18:26:41.649Z] #20 4.356 
18:26:41 [2020-10-05T18:26:41.649Z] #20 4.482 
################                                                          22.6%
######################################################################## 100.0%
18:26:42 [2020-10-05T18:26:42.212Z] #20 5.023 
18:26:42 [2020-10-05T18:26:42.773Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
18:26:43 [2020-10-05T18:26:43.034Z] #20 5.140 
                                                                           0.6%
########                                                                  12.0%
###################                                                       27.6%
#############################                                             41.3%
####################################                                      51.2%
############################################                              61.7%
########################################################                  78.1%
######################################################################## 100.0%
18:26:43 [2020-10-05T18:26:43.044Z] === RUN   TestDockerSuite/TestRestartPolicyNO
18:26:43 [2020-10-05T18:26:43.044Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
18:26:43 [2020-10-05T18:26:43.290Z] #20 ...
18:26:43 [2020-10-05T18:26:43.290Z] 
18:26:43 [2020-10-05T18:26:43.290Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-...
18:26:43 [2020-10-05T18:26:43.290Z] #32 DONE 1.8s
18:26:43 [2020-10-05T18:26:43.290Z] 
18:26:43 [2020-10-05T18:26:43.290Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
18:26:43 [2020-10-05T18:26:43.290Z] #20 6.259 
18:26:43 [2020-10-05T18:26:43.303Z] === RUN   TestDockerSuite/TestRestartRunningContainer
18:26:44 [2020-10-05T18:26:44.853Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
18:26:44 [2020-10-05T18:26:44.853Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
18:26:44 [2020-10-05T18:26:44.853Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
18:26:45 [2020-10-05T18:26:45.651Z] #20 6.395 
                                                                           0.0%
####                                                                       5.9%
########                                                                  12.5%
############                                                              17.5%
##############                                                            20.0%
#################                                                         24.9%
####################                                                      28.5%
############################                                              39.8%
####################################                                      50.4%
#####################################                                     51.6%
###########################################                               60.3%
###############################################                           66.4%
#################################################                         69.4%
####################################################                      73.6%
#########################################################                 79.7%
###############################################################           88.1%
####################################################################      95.4%
######################################################################## 100.0%
18:26:45 [2020-10-05T18:26:45.839Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
18:26:45 [2020-10-05T18:26:45.906Z] #20 8.790 
18:26:46 [2020-10-05T18:26:46.318Z] --- PASS: TestReplicatedJob (5.21s)
18:26:46 [2020-10-05T18:26:46.318Z] === RUN   TestUpdateReplicatedJob
18:26:46 [2020-10-05T18:26:46.409Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
18:26:46 [2020-10-05T18:26:46.875Z] #20 9.863 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
18:26:47 [2020-10-05T18:26:47.437Z] #20 10.30 
18:26:47 [2020-10-05T18:26:47.437Z] #20 10.41 
######################################################################## 100.0%
18:26:47 [2020-10-05T18:26:47.999Z] #20 10.69 
18:26:48 [2020-10-05T18:26:48.317Z] === RUN   TestDockerSuite/TestRestartWithVolumes
18:26:48 [2020-10-05T18:26:48.596Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
18:26:49 [2020-10-05T18:26:49.055Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
18:26:49 [2020-10-05T18:26:49.067Z] --- PASS: TestUpdateReplicatedJob (3.03s)
18:26:49 [2020-10-05T18:26:49.067Z] === RUN   TestServiceListWithStatuses
18:26:49 [2020-10-05T18:26:49.067Z] --- SKIP: TestServiceListWithStatuses (0.00s)
18:26:49 [2020-10-05T18:26:49.067Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:26:49 [2020-10-05T18:26:49.067Z] === RUN   TestDockerNetworkConnectAlias
18:26:49 [2020-10-05T18:26:49.257Z] === RUN   TestDockerSuite/TestRmiBlank
18:26:49 [2020-10-05T18:26:49.257Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
18:26:49 [2020-10-05T18:26:49.257Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
18:26:49 [2020-10-05T18:26:49.365Z] #20 12.15 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
18:26:49 [2020-10-05T18:26:49.514Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
18:26:49 [2020-10-05T18:26:49.514Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
18:26:49 [2020-10-05T18:26:49.621Z] #20 12.60 
18:26:49 [2020-10-05T18:26:49.877Z] #20 12.73 
                                                                           0.6%
######################################################################## 100.0%
18:26:49 [2020-10-05T18:26:49.974Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
18:26:49 [2020-10-05T18:26:49.974Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
18:26:50 [2020-10-05T18:26:50.133Z] #20 13.12 
18:26:50 [2020-10-05T18:26:50.196Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
18:26:51 [2020-10-05T18:26:51.498Z] #20 14.23 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
18:26:51 [2020-10-05T18:26:51.498Z] #20 14.44 skipping existing c35d46ef359f
18:26:51 [2020-10-05T18:26:51.754Z] #20 14.81 
18:26:52 [2020-10-05T18:26:52.106Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
18:26:53 [2020-10-05T18:26:53.046Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
18:26:53 [2020-10-05T18:26:53.046Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
18:26:53 [2020-10-05T18:26:53.160Z] #20 16.06 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
18:26:53 [2020-10-05T18:26:53.416Z] #20 ...
18:26:53 [2020-10-05T18:26:53.416Z] 
18:26:53 [2020-10-05T18:26:53.416Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
18:26:53 [2020-10-05T18:26:53.416Z] #33 0.856 
18:26:53 [2020-10-05T18:26:53.416Z] #33 1.063 Removing bundles/
18:26:53 [2020-10-05T18:26:53.416Z] #33 1.067 
18:26:53 [2020-10-05T18:26:53.416Z] #33 1.094 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary)
18:26:53 [2020-10-05T18:26:53.416Z] #33 2.497 Building test suite binary ./integration-cli/test.main
18:26:53 [2020-10-05T18:26:53.560Z] --- PASS: TestDockerNetworkConnectAlias (4.22s)
18:26:53 [2020-10-05T18:26:53.560Z] === RUN   TestDockerNetworkReConnect
18:26:53 [2020-10-05T18:26:53.671Z] #33 ...
18:26:53 [2020-10-05T18:26:53.671Z] 
18:26:53 [2020-10-05T18:26:53.671Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
18:26:53 [2020-10-05T18:26:53.671Z] #20 16.50 
18:26:53 [2020-10-05T18:26:53.671Z] #20 16.59 
######################################################################## 100.0%
18:26:53 [2020-10-05T18:26:53.963Z] #20 16.97 
18:26:54 [2020-10-05T18:26:54.234Z] #20 17.08 Download of images into '/build' complete.
18:26:54 [2020-10-05T18:26:54.234Z] #20 17.08 Use something like the following to load the result into a Docker daemon:
18:26:54 [2020-10-05T18:26:54.234Z] #20 17.08   tar -cC '/build' . | docker load
18:26:54 [2020-10-05T18:26:54.957Z] === RUN   TestDockerSuite/TestRmiImgIDForce
18:26:55 [2020-10-05T18:26:55.168Z] #20 DONE 18.0s
18:26:55 [2020-10-05T18:26:55.168Z] 
18:26:55 [2020-10-05T18:26:55.168Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
18:26:55 [2020-10-05T18:26:55.897Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
18:26:56 [2020-10-05T18:26:56.312Z] --- PASS: TestDockerNetworkReConnect (3.18s)
18:26:56 [2020-10-05T18:26:56.312Z] === RUN   TestServicePlugin
18:26:56 [2020-10-05T18:26:56.312Z] --- SKIP: TestServicePlugin (0.00s)
18:26:56 [2020-10-05T18:26:56.312Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:26:56 [2020-10-05T18:26:56.312Z] === RUN   TestServiceUpdateLabel
18:26:57 [2020-10-05T18:26:57.280Z] === RUN   TestDockerSuite/TestRmiParentImageFail
18:26:57 [2020-10-05T18:26:57.850Z] === RUN   TestDockerSuite/TestRmiTag
18:26:57 [2020-10-05T18:26:57.850Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
18:26:58 [2020-10-05T18:26:58.405Z] --- PASS: TestServiceUpdateLabel (1.92s)
18:26:58 [2020-10-05T18:26:58.405Z] === RUN   TestServiceUpdateSecrets
18:26:58 [2020-10-05T18:26:58.419Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
18:26:58 [2020-10-05T18:26:58.481Z] #29 ...
18:26:58 [2020-10-05T18:26:58.481Z] 
18:26:58 [2020-10-05T18:26:58.481Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images
18:26:59 [2020-10-05T18:26:59.046Z] #21 DONE 0.7s
18:26:59 [2020-10-05T18:26:59.046Z] 
18:26:59 [2020-10-05T18:26:59.046Z] #25 [runner 10/12] COPY --from=dockercli     /build/ /usr/bin/
18:26:59 [2020-10-05T18:26:59.046Z] #25 DONE 0.1s
18:26:59 [2020-10-05T18:26:59.046Z] 
18:26:59 [2020-10-05T18:26:59.046Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
18:27:00 [2020-10-05T18:27:00.959Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
18:27:01 [2020-10-05T18:27:01.527Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
18:27:02 [2020-10-05T18:27:02.097Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
18:27:02 [2020-10-05T18:27:02.357Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
18:27:03 [2020-10-05T18:27:03.739Z] === RUN   TestDockerSuite/TestRunAddHost
18:27:03 [2020-10-05T18:27:03.998Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
18:27:04 [2020-10-05T18:27:04.257Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
18:27:04 [2020-10-05T18:27:04.849Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
18:27:04 [2020-10-05T18:27:04.849Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
18:27:05 [2020-10-05T18:27:05.418Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
18:27:06 [2020-10-05T18:27:06.360Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
18:27:06 [2020-10-05T18:27:06.928Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
18:27:07 [2020-10-05T18:27:07.497Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
18:27:08 [2020-10-05T18:27:08.067Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
18:27:09 [2020-10-05T18:27:09.078Z] #33 ...
18:27:09 [2020-10-05T18:27:09.078Z] 
18:27:09 [2020-10-05T18:27:09.078Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
18:27:09 [2020-10-05T18:27:09.078Z] #29 31.86 # github.com/docker/docker/contrib/httpserver
18:27:09 [2020-10-05T18:27:09.078Z] #29 31.86 loadinternal: cannot find runtime/cgo
18:27:09 [2020-10-05T18:27:09.078Z] #29 DONE 32.0s
18:27:09 [2020-10-05T18:27:09.078Z] 
18:27:09 [2020-10-05T18:27:09.078Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
18:27:09 [2020-10-05T18:27:09.447Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
18:27:10 [2020-10-05T18:27:10.016Z] === RUN   TestDockerSuite/TestRunAttachDetach
18:27:10 [2020-10-05T18:27:10.161Z] #33 ...
18:27:10 [2020-10-05T18:27:10.161Z] 
18:27:10 [2020-10-05T18:27:10.161Z] #30 [runner 11/12] COPY --from=contrib       /build/ /tests/contrib/
18:27:10 [2020-10-05T18:27:10.161Z] #30 DONE 0.1s
18:27:10 [2020-10-05T18:27:10.161Z] 
18:27:10 [2020-10-05T18:27:10.161Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
18:27:10 [2020-10-05T18:27:10.957Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
18:27:11 [2020-10-05T18:27:11.066Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
18:27:11 [2020-10-05T18:27:11.526Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
18:27:11 [2020-10-05T18:27:11.899Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
18:27:11 [2020-10-05T18:27:11.984Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
18:27:12 [2020-10-05T18:27:12.468Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
18:27:12 [2020-10-05T18:27:12.727Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
18:27:13 [2020-10-05T18:27:13.667Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
18:27:13 [2020-10-05T18:27:13.807Z] --- PASS: TestServiceUpdateSecrets (14.47s)
18:27:13 [2020-10-05T18:27:13.807Z] === RUN   TestServiceUpdateConfigs
18:27:14 [2020-10-05T18:27:14.235Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
18:27:14 [2020-10-05T18:27:14.803Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
18:27:15 [2020-10-05T18:27:15.372Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
18:27:15 [2020-10-05T18:27:15.942Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
18:27:16 [2020-10-05T18:27:16.202Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
18:27:16 [2020-10-05T18:27:16.202Z] === RUN   TestDockerSuite/TestRunBindMounts
18:27:18 [2020-10-05T18:27:18.117Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
18:27:18 [2020-10-05T18:27:18.376Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
18:27:18 [2020-10-05T18:27:18.945Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
18:27:19 [2020-10-05T18:27:19.516Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
18:27:20 [2020-10-05T18:27:20.085Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
18:27:20 [2020-10-05T18:27:20.085Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
18:27:20 [2020-10-05T18:27:20.345Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
18:27:20 [2020-10-05T18:27:20.914Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
18:27:21 [2020-10-05T18:27:21.483Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
18:27:21 [2020-10-05T18:27:21.742Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
18:27:22 [2020-10-05T18:27:22.312Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
18:27:22 [2020-10-05T18:27:22.312Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
18:27:22 [2020-10-05T18:27:22.881Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
18:27:22 [2020-10-05T18:27:22.881Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
18:27:23 [2020-10-05T18:27:23.452Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
18:27:24 [2020-10-05T18:27:24.030Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
18:27:24 [2020-10-05T18:27:24.597Z] === RUN   TestDockerSuite/TestRunContainerNetwork
18:27:25 [2020-10-05T18:27:25.166Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
18:27:25 [2020-10-05T18:27:25.166Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
18:27:25 [2020-10-05T18:27:25.736Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
18:27:26 [2020-10-05T18:27:26.680Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
18:27:27 [2020-10-05T18:27:27.619Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
18:27:28 [2020-10-05T18:27:28.559Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
18:27:28 [2020-10-05T18:27:28.818Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
18:27:29 [2020-10-05T18:27:29.078Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
18:27:29 [2020-10-05T18:27:29.212Z] --- PASS: TestServiceUpdateConfigs (14.26s)
18:27:29 [2020-10-05T18:27:29.212Z] === RUN   TestServiceUpdateNetwork
18:27:29 [2020-10-05T18:27:29.338Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
18:27:29 [2020-10-05T18:27:29.908Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
18:27:30 [2020-10-05T18:27:30.168Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
18:27:30 [2020-10-05T18:27:30.738Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
18:27:32 [2020-10-05T18:27:32.650Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
18:27:33 [2020-10-05T18:27:33.094Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
18:27:34 [2020-10-05T18:27:34.065Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
18:27:34 [2020-10-05T18:27:34.524Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
18:27:35 [2020-10-05T18:27:35.191Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
18:27:35 [2020-10-05T18:27:35.451Z] === RUN   TestDockerSuite/TestRunCreateVolume
18:27:35 [2020-10-05T18:27:35.710Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
18:27:37 [2020-10-05T18:27:37.616Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
18:27:38 [2020-10-05T18:27:38.553Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
18:27:39 [2020-10-05T18:27:39.644Z] --- PASS: TestServiceUpdateNetwork (12.52s)
18:27:39 [2020-10-05T18:27:39.644Z] === RUN   TestServiceUpdatePidsLimit
18:27:40 [2020-10-05T18:27:40.304Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
18:27:40 [2020-10-05T18:27:40.460Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
18:27:40 [2020-10-05T18:27:40.949Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
18:27:42 [2020-10-05T18:27:42.367Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
18:27:42 [2020-10-05T18:27:42.367Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
18:27:42 [2020-10-05T18:27:42.367Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
18:27:42 [2020-10-05T18:27:42.935Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
18:27:43 [2020-10-05T18:27:43.089Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
18:27:44 [2020-10-05T18:27:44.319Z] === RUN   TestDockerSuite/TestRunDNSOptions
18:27:44 [2020-10-05T18:27:44.629Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
18:27:45 [2020-10-05T18:27:45.257Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
18:27:46 [2020-10-05T18:27:46.648Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
18:27:46 [2020-10-05T18:27:46.807Z] === RUN   TestDockerSuite/TestBuildDockerignore
18:27:47 [2020-10-05T18:27:47.217Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
18:27:47 [2020-10-05T18:27:47.922Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
18:27:49 [2020-10-05T18:27:49.127Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
18:27:49 [2020-10-05T18:27:49.387Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
18:27:49 [2020-10-05T18:27:49.387Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
18:27:49 [2020-10-05T18:27:49.956Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
18:27:51 [2020-10-05T18:27:51.337Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
18:27:51 [2020-10-05T18:27:51.337Z] === RUN   TestDockerSuite/TestRunDuplicateMount
18:27:51 [2020-10-05T18:27:51.597Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
18:27:52 [2020-10-05T18:27:52.166Z] === RUN   TestDockerSuite/TestRunEchoStdout
18:27:52 [2020-10-05T18:27:52.734Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
18:27:53 [2020-10-05T18:27:53.304Z] === RUN   TestDockerSuite/TestRunEmptyEnv
18:27:53 [2020-10-05T18:27:53.304Z] === RUN   TestDockerSuite/TestRunEntrypoint
18:27:54 [2020-10-05T18:27:54.244Z] === RUN   TestDockerSuite/TestRunEnvironment
18:27:54 [2020-10-05T18:27:54.813Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
18:27:54 [2020-10-05T18:27:54.813Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
18:27:55 [2020-10-05T18:27:55.382Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
18:27:55 [2020-10-05T18:27:55.951Z] === RUN   TestDockerSuite/TestRunExitCode
18:27:56 [2020-10-05T18:27:56.432Z] --- PASS: TestServiceUpdatePidsLimit (16.16s)
18:27:56 [2020-10-05T18:27:56.432Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s)
18:27:56 [2020-10-05T18:27:56.432Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.91s)
18:27:56 [2020-10-05T18:27:56.432Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.91s)
18:27:56 [2020-10-05T18:27:56.432Z] PASS
18:27:56 [2020-10-05T18:27:56.432Z] 
18:27:56 [2020-10-05T18:27:56.432Z] === Skipped
18:27:56 [2020-10-05T18:27:56.432Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
18:27:56 [2020-10-05T18:27:56.432Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
18:27:56 [2020-10-05T18:27:56.432Z] 
18:27:56 [2020-10-05T18:27:56.432Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
18:27:56 [2020-10-05T18:27:56.432Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
18:27:56 [2020-10-05T18:27:56.432Z] 
18:27:56 [2020-10-05T18:27:56.432Z] 
18:27:56 [2020-10-05T18:27:56.432Z] DONE 27 tests, 2 skipped in 131.248s
18:27:56 [2020-10-05T18:27:56.432Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
18:27:56 [2020-10-05T18:27:56.432Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
18:27:56 [2020-10-05T18:27:56.432Z] ++ set -e
18:27:56 [2020-10-05T18:27:56.432Z] ++ '[' -n 0 ']'
18:27:56 [2020-10-05T18:27:56.432Z] ++ set -x
18:27:56 [2020-10-05T18:27:56.432Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
18:27:56 [2020-10-05T18:27:56.432Z] INFO: Testing against a local daemon
18:27:56 [2020-10-05T18:27:56.432Z] === RUN   TestSessionCreate
18:27:56 [2020-10-05T18:27:56.432Z] --- PASS: TestSessionCreate (0.05s)
18:27:56 [2020-10-05T18:27:56.432Z] === RUN   TestSessionCreateWithBadUpgrade
18:27:56 [2020-10-05T18:27:56.432Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
18:27:56 [2020-10-05T18:27:56.432Z] PASS
18:27:56 [2020-10-05T18:27:56.432Z] 
18:27:56 [2020-10-05T18:27:56.432Z] DONE 2 tests in 0.163s
18:27:56 [2020-10-05T18:27:56.432Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
18:27:56 [2020-10-05T18:27:56.432Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
18:27:56 [2020-10-05T18:27:56.432Z] ++ set -e
18:27:56 [2020-10-05T18:27:56.432Z] ++ '[' -n 0 ']'
18:27:56 [2020-10-05T18:27:56.432Z] ++ set -x
18:27:56 [2020-10-05T18:27:56.432Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
18:27:56 [2020-10-05T18:27:56.432Z] INFO: Testing against a local daemon
18:27:56 [2020-10-05T18:27:56.432Z] === RUN   TestCgroupDriverSystemdMemoryLimit
18:27:56 [2020-10-05T18:27:56.432Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
18:27:56 [2020-10-05T18:27:56.432Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:27:56 [2020-10-05T18:27:56.432Z] === RUN   TestEventsExecDie
18:27:56 [2020-10-05T18:27:56.432Z] --- PASS: TestEventsExecDie (0.62s)
18:27:56 [2020-10-05T18:27:56.432Z] === RUN   TestEventsBackwardsCompatible
18:27:56 [2020-10-05T18:27:56.432Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
18:27:56 [2020-10-05T18:27:56.432Z] === RUN   TestInfoBinaryCommits
18:27:56 [2020-10-05T18:27:56.432Z] --- PASS: TestInfoBinaryCommits (0.04s)
18:27:56 [2020-10-05T18:27:56.432Z] === RUN   TestInfoAPIVersioned
18:27:56 [2020-10-05T18:27:56.432Z] --- PASS: TestInfoAPIVersioned (0.01s)
18:27:56 [2020-10-05T18:27:56.432Z] === RUN   TestInfoDiscoveryBackend
18:27:56 [2020-10-05T18:27:56.522Z] === RUN   TestDockerSuite/TestRunExitCodeOne
18:27:57 [2020-10-05T18:27:57.072Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
18:27:57 [2020-10-05T18:27:57.072Z] === RUN   TestInfoDiscoveryInvalidAdvertise
18:27:57 [2020-10-05T18:27:57.461Z] === RUN   TestDockerSuite/TestRunExitCodeZero
18:27:58 [2020-10-05T18:27:58.032Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
18:27:58 [2020-10-05T18:27:58.127Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
18:27:58 [2020-10-05T18:27:58.127Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
18:27:58 [2020-10-05T18:27:58.422Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s)
18:27:58 [2020-10-05T18:27:58.422Z] === RUN   TestInfoAPI
18:27:58 [2020-10-05T18:27:58.602Z] === RUN   TestDockerSuite/TestRunExposePort
18:27:58 [2020-10-05T18:27:58.602Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
18:27:58 [2020-10-05T18:27:58.716Z] --- PASS: TestInfoAPI (0.04s)
18:27:58 [2020-10-05T18:27:58.716Z] === RUN   TestInfoAPIWarnings
18:27:59 [2020-10-05T18:27:59.541Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
18:27:59 [2020-10-05T18:27:59.541Z] === RUN   TestDockerSuite/TestRunGroupAdd
18:28:00 [2020-10-05T18:28:00.112Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
18:28:01 [2020-10-05T18:28:01.494Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
18:28:01 [2020-10-05T18:28:01.494Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
18:28:01 [2020-10-05T18:28:01.494Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
18:28:01 [2020-10-05T18:28:01.753Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
18:28:04 [2020-10-05T18:28:04.294Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
18:28:04 [2020-10-05T18:28:04.864Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
18:28:05 [2020-10-05T18:28:05.124Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
18:28:08 [2020-10-05T18:28:08.433Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
18:28:10 [2020-10-05T18:28:10.342Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
18:28:12 [2020-10-05T18:28:12.880Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
18:28:16 [2020-10-05T18:28:16.171Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
18:28:16 [2020-10-05T18:28:16.171Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
18:28:17 [2020-10-05T18:28:17.109Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestInfoAPIWarnings (16.33s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestInfoDebug
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestInfoDebug (0.53s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestInfoInsecureRegistries
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestInfoInsecureRegistries (0.53s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestInfoRegistryMirrors
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestInfoRegistryMirrors (0.53s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestLoginFailsWithBadCredentials
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestPingCacheHeaders
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestPingCacheHeaders (0.03s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestPingGet
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestPingGet (0.03s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestPingHead
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestPingHead (0.03s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestVersion
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestVersion (0.03s)
18:28:17 [2020-10-05T18:28:17.340Z] PASS
18:28:17 [2020-10-05T18:28:17.340Z] 
18:28:17 [2020-10-05T18:28:17.340Z] === Skipped
18:28:17 [2020-10-05T18:28:17.340Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
18:28:17 [2020-10-05T18:28:17.340Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
18:28:17 [2020-10-05T18:28:17.340Z] 
18:28:17 [2020-10-05T18:28:17.340Z] 
18:28:17 [2020-10-05T18:28:17.340Z] DONE 18 tests, 1 skipped in 21.317s
18:28:17 [2020-10-05T18:28:17.340Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
18:28:17 [2020-10-05T18:28:17.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
18:28:17 [2020-10-05T18:28:17.340Z] ++ set -e
18:28:17 [2020-10-05T18:28:17.340Z] ++ '[' -n 0 ']'
18:28:17 [2020-10-05T18:28:17.340Z] ++ set -x
18:28:17 [2020-10-05T18:28:17.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
18:28:17 [2020-10-05T18:28:17.340Z] INFO: Testing against a local daemon
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestVolumesCreateAndList
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestVolumesCreateAndList (0.02s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestVolumesRemove
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestVolumesRemove (0.07s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestVolumesInspect
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestVolumesInspect (0.03s)
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestVolumesInvalidJSON
18:28:17 [2020-10-05T18:28:17.340Z] === RUN   TestVolumesInvalidJSON//volumes/create
18:28:17 [2020-10-05T18:28:17.340Z] === PAUSE TestVolumesInvalidJSON//volumes/create
18:28:17 [2020-10-05T18:28:17.340Z] === CONT  TestVolumesInvalidJSON//volumes/create
18:28:17 [2020-10-05T18:28:17.340Z] --- PASS: TestVolumesInvalidJSON (0.02s)
18:28:17 [2020-10-05T18:28:17.340Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
18:28:17 [2020-10-05T18:28:17.340Z] PASS
18:28:17 [2020-10-05T18:28:17.340Z] 
18:28:17 [2020-10-05T18:28:17.340Z] DONE 5 tests in 0.207s
18:28:17 [2020-10-05T18:28:17.340Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:28:17 [2020-10-05T18:28:17.340Z] ++++ cat bundles/test-integration/docker.pid
18:28:17 [2020-10-05T18:28:17.340Z] +++ kill 13852
18:28:18 [2020-10-05T18:28:18.491Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
18:28:18 [2020-10-05T18:28:18.491Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
18:28:18 [2020-10-05T18:28:18.491Z] === RUN   TestDockerSuite/TestRunInvalidReference
18:28:18 [2020-10-05T18:28:18.491Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
18:28:18 [2020-10-05T18:28:18.855Z] +++ /etc/init.d/apparmor stop
18:28:18 [2020-10-05T18:28:18.855Z] Leaving: AppArmorNo profiles have been unloaded.
18:28:18 [2020-10-05T18:28:18.855Z] 
18:28:18 [2020-10-05T18:28:18.855Z] Unloading profiles will leave already running processes permanently
18:28:18 [2020-10-05T18:28:18.855Z] unconfined, which can lead to unexpected situations.
18:28:18 [2020-10-05T18:28:18.855Z] 
18:28:18 [2020-10-05T18:28:18.855Z] To set a process to complain mode, use the command line tool
18:28:18 [2020-10-05T18:28:18.855Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:28:18 [2020-10-05T18:28:18.855Z] +++ true
18:28:18 [2020-10-05T18:28:18.855Z] exiting test-integration
18:28:18 [2020-10-05T18:28:18.855Z] ++ exit 0
18:28:18 [2020-10-05T18:28:18.855Z] 
18:28:19 [2020-10-05T18:28:19.060Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
Post stage
[Pipeline] junit
18:28:20 [2020-10-05T18:28:20.422Z] Recording test results
18:28:20 [2020-10-05T18:28:20.441Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:28:21 [2020-10-05T18:28:21.380Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
18:28:21 [2020-10-05T18:28:21.434Z] + echo Ensuring container killed.
18:28:21 [2020-10-05T18:28:21.434Z] Ensuring container killed.
18:28:21 [2020-10-05T18:28:21.434Z] + docker rm -vf docker-pr4
18:28:21 [2020-10-05T18:28:21.434Z] Error: No such container: docker-pr4
18:28:21 [2020-10-05T18:28:21.434Z] + true
[Pipeline] sh
18:28:21 [2020-10-05T18:28:21.845Z] + echo Chowning /workspace to jenkins user
18:28:21 [2020-10-05T18:28:21.845Z] Chowning /workspace to jenkins user
18:28:21 [2020-10-05T18:28:21.845Z] + id -u
18:28:21 [2020-10-05T18:28:21.845Z] + id -g
18:28:21 [2020-10-05T18:28:21.845Z] + docker run --rm -v /home/docker/workspace/moby_PR-41527:/workspace busybox chown -R 1001:1001 /workspace
18:28:22 [2020-10-05T18:28:22.321Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:28:23 [2020-10-05T18:28:23.707Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
18:28:23 [2020-10-05T18:28:23.770Z] + bundleName=ppc64le-integration
18:28:23 [2020-10-05T18:28:23.770Z] + echo Creating ppc64le-integration-bundles.tar.gz
18:28:23 [2020-10-05T18:28:23.770Z] Creating ppc64le-integration-bundles.tar.gz
18:28:23 [2020-10-05T18:28:23.770Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof+  -o -name *-report.xml ) -printxargs
18:28:23 [2020-10-05T18:28:23.770Z]  tar -czf ppc64le-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
18:28:23 [2020-10-05T18:28:23.815Z] Archiving artifacts
18:28:24 [2020-10-05T18:28:24.239Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41527/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:28:24 [2020-10-05T18:28:24.631Z] + make clean
18:28:24 [2020-10-05T18:28:24.925Z] make: command: Command not found
18:28:24 [2020-10-05T18:28:24.925Z] make: command: Command not found
18:28:24 [2020-10-05T18:28:24.925Z] docker volume rm -f docker-dev-cache
18:28:24 [2020-10-05T18:28:24.925Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:28:30 [2020-10-05T18:28:30.275Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
18:28:30 [2020-10-05T18:28:30.276Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
18:28:30 [2020-10-05T18:28:30.276Z] === RUN   TestDockerSuite/TestRunModeHostname
18:28:30 [2020-10-05T18:28:30.535Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
18:28:30 [2020-10-05T18:28:30.535Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
18:28:30 [2020-10-05T18:28:30.795Z] === RUN   TestDockerSuite/TestRunModeIpcHost
18:28:31 [2020-10-05T18:28:31.734Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
18:28:32 [2020-10-05T18:28:32.302Z] === RUN   TestDockerSuite/TestRunModePIDContainer
18:28:33 [2020-10-05T18:28:33.241Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
18:28:33 [2020-10-05T18:28:33.241Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
18:28:33 [2020-10-05T18:28:33.509Z] === RUN   TestDockerSuite/TestRunModePIDHost
18:28:34 [2020-10-05T18:28:34.902Z] === RUN   TestDockerSuite/TestRunModeUTSHost
18:28:35 [2020-10-05T18:28:35.471Z] === RUN   TestDockerSuite/TestRunMount
18:28:37 [2020-10-05T18:28:37.481Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
18:28:39 [2020-10-05T18:28:39.658Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
18:28:39 [2020-10-05T18:28:39.658Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
18:28:39 [2020-10-05T18:28:39.665Z] === RUN   TestDockerSuite/TestRunMountOrdering
18:28:39 [2020-10-05T18:28:39.665Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
18:28:40 [2020-10-05T18:28:40.233Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
18:28:41 [2020-10-05T18:28:41.175Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
18:28:42 [2020-10-05T18:28:42.559Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
18:28:45 [2020-10-05T18:28:45.097Z] === RUN   TestDockerSuite/TestRunNamedVolume
18:28:45 [2020-10-05T18:28:45.097Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
18:28:46 [2020-10-05T18:28:46.477Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
18:28:48 [2020-10-05T18:28:48.387Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
18:28:49 [2020-10-05T18:28:49.766Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
18:28:50 [2020-10-05T18:28:50.703Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
18:28:50 [2020-10-05T18:28:50.703Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
18:28:51 [2020-10-05T18:28:51.273Z] === RUN   TestDockerSuite/TestRunNetHost
18:28:51 [2020-10-05T18:28:51.842Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
18:28:52 [2020-10-05T18:28:52.411Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
18:28:52 [2020-10-05T18:28:52.981Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
18:28:53 [2020-10-05T18:28:53.919Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
18:28:54 [2020-10-05T18:28:54.858Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
18:28:56 [2020-10-05T18:28:56.772Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
18:28:57 [2020-10-05T18:28:57.710Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
18:29:00 [2020-10-05T18:29:00.252Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
18:29:00 [2020-10-05T18:29:00.512Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
18:29:00 [2020-10-05T18:29:00.512Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
18:29:01 [2020-10-05T18:29:01.082Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
18:29:01 [2020-10-05T18:29:01.082Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
18:29:01 [2020-10-05T18:29:01.652Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
18:29:01 [2020-10-05T18:29:01.913Z] === RUN   TestDockerSuite/TestRunNonExistingImage
18:29:02 [2020-10-05T18:29:02.174Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
18:29:02 [2020-10-05T18:29:02.745Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
18:29:09 [2020-10-05T18:29:09.314Z] === RUN   TestDockerSuite/TestRunOOMExitCode
18:29:09 [2020-10-05T18:29:09.314Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
18:29:09 [2020-10-05T18:29:09.314Z] === RUN   TestDockerSuite/TestRunPIDsLimit
18:29:09 [2020-10-05T18:29:09.314Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
18:29:10 [2020-10-05T18:29:10.254Z] === RUN   TestDockerSuite/TestRunPortInUse
18:29:10 [2020-10-05T18:29:10.254Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
18:29:11 [2020-10-05T18:29:11.193Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
18:29:11 [2020-10-05T18:29:11.453Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
18:29:12 [2020-10-05T18:29:12.024Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
18:29:12 [2020-10-05T18:29:12.595Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
18:29:13 [2020-10-05T18:29:13.164Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
18:29:13 [2020-10-05T18:29:13.424Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
18:29:13 [2020-10-05T18:29:13.684Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
18:29:13 [2020-10-05T18:29:13.684Z] === RUN   TestDockerSuite/TestRunPublishPort
18:29:14 [2020-10-05T18:29:14.254Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
18:29:14 [2020-10-05T18:29:14.824Z] === RUN   TestDockerSuite/TestRunReadProcLatency
18:29:14 [2020-10-05T18:29:14.824Z] === RUN   TestDockerSuite/TestRunReadProcTimer
18:29:15 [2020-10-05T18:29:15.764Z] === RUN   TestDockerSuite/TestRunRedirectStdout
18:29:16 [2020-10-05T18:29:16.586Z] #33 139.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 141.1 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 142.5 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 144.5 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 147.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 148.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 150.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 151.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 151.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
18:29:16 [2020-10-05T18:29:16.586Z] #33 153.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
18:29:16 [2020-10-05T18:29:16.702Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
18:29:16 [2020-10-05T18:29:16.702Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
18:29:16 [2020-10-05T18:29:16.702Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
18:29:18 [2020-10-05T18:29:18.474Z] #33 154.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
18:29:19 [2020-10-05T18:29:19.242Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
18:29:19 [2020-10-05T18:29:19.242Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
18:29:20 [2020-10-05T18:29:20.363Z] #33 156.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
18:29:20 [2020-10-05T18:29:20.655Z] === RUN   TestDockerSuite/TestRunRm
18:29:21 [2020-10-05T18:29:21.223Z] === RUN   TestDockerSuite/TestRunRmAndWait
18:29:21 [2020-10-05T18:29:21.776Z] #33 158.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
18:29:21 [2020-10-05T18:29:21.791Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
18:29:22 [2020-10-05T18:29:22.340Z] #33 159.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
18:29:23 [2020-10-05T18:29:23.705Z] #33 160.6 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
18:29:24 [2020-10-05T18:29:24.327Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
18:29:24 [2020-10-05T18:29:24.896Z] === RUN   TestDockerSuite/TestRunRmPre125Api
18:29:25 [2020-10-05T18:29:25.466Z] === RUN   TestDockerSuite/TestRunRootWorkdir
18:29:25 [2020-10-05T18:29:25.638Z] #33 161.9 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
18:29:26 [2020-10-05T18:29:26.406Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
18:29:26 [2020-10-05T18:29:26.977Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
18:29:27 [2020-10-05T18:29:27.045Z] #33 163.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
18:29:27 [2020-10-05T18:29:27.916Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
18:29:28 [2020-10-05T18:29:28.412Z] #33 164.9 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
18:29:28 [2020-10-05T18:29:28.485Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
18:29:29 [2020-10-05T18:29:29.780Z] #33 166.2 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
18:29:29 [2020-10-05T18:29:29.866Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
18:29:31 [2020-10-05T18:29:31.146Z] #33 167.5 
18:29:31 [2020-10-05T18:29:31.146Z] #33 DONE 167.7s
18:29:31 [2020-10-05T18:29:31.146Z] 
18:29:31 [2020-10-05T18:29:31.146Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ...
18:29:31 [2020-10-05T18:29:31.250Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
18:29:32 [2020-10-05T18:29:32.509Z] #34 DONE 1.2s
18:29:33 [2020-10-05T18:29:33.160Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
18:29:33 [2020-10-05T18:29:33.874Z] 
18:29:33 [2020-10-05T18:29:33.874Z] #35 [runner 12/12] COPY --from=builder       /build/ /
18:29:34 [2020-10-05T18:29:34.437Z] #35 DONE 0.6s
18:29:34 [2020-10-05T18:29:34.437Z] 
18:29:34 [2020-10-05T18:29:34.437Z] #36 exporting to image
18:29:34 [2020-10-05T18:29:34.437Z] #36 exporting layers
18:29:34 [2020-10-05T18:29:34.541Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
18:29:35 [2020-10-05T18:29:35.478Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
18:29:36 [2020-10-05T18:29:36.048Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
18:29:36 [2020-10-05T18:29:36.619Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
18:29:37 [2020-10-05T18:29:37.190Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
18:29:37 [2020-10-05T18:29:37.451Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
18:29:37 [2020-10-05T18:29:37.788Z] #36 exporting layers 2.9s done
18:29:37 [2020-10-05T18:29:37.788Z] #36 writing image sha256:eb1659dcb03f6ca30fc8d219a531e9f6ad840326f9ec251c023ed512e61f500b done
18:29:37 [2020-10-05T18:29:37.788Z] #36 naming to docker.io/library/moby-e2e-test done
18:29:37 [2020-10-05T18:29:37.788Z] #36 DONE 2.9s
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:29:38 [2020-10-05T18:29:38.019Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
18:29:38 [2020-10-05T18:29:38.104Z] + echo Ensuring container killed.
18:29:38 [2020-10-05T18:29:38.104Z] Ensuring container killed.
18:29:38 [2020-10-05T18:29:38.104Z] + docker rm -vf docker-pr4
18:29:38 [2020-10-05T18:29:38.104Z] Error: No such container: docker-pr4
18:29:38 [2020-10-05T18:29:38.104Z] + true
[Pipeline] sh
18:29:38 [2020-10-05T18:29:38.379Z] + echo Chowning /workspace to jenkins user
18:29:38 [2020-10-05T18:29:38.379Z] Chowning /workspace to jenkins user
18:29:38 [2020-10-05T18:29:38.379Z] + id -u
18:29:38 [2020-10-05T18:29:38.379Z] + id -g
18:29:38 [2020-10-05T18:29:38.379Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41527:/workspace busybox chown -R 1000:1000 /workspace
18:29:38 [2020-10-05T18:29:38.588Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
18:29:38 [2020-10-05T18:29:38.847Z] === RUN   TestDockerSuite/TestRunSetMacAddress
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:29:39 [2020-10-05T18:29:39.308Z] + bundleName=unit
18:29:39 [2020-10-05T18:29:39.308Z] + echo Creating unit-bundles.tar.gz
18:29:39 [2020-10-05T18:29:39.308Z] Creating unit-bundles.tar.gz
18:29:39 [2020-10-05T18:29:39.308Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
18:29:39 [2020-10-05T18:29:39.308Z] bundles/junit-report.xml
18:29:39 [2020-10-05T18:29:39.308Z] bundles/go-test-report.json
18:29:39 [2020-10-05T18:29:39.308Z] bundles/profile.out
[Pipeline] archiveArtifacts
18:29:39 [2020-10-05T18:29:39.360Z] Archiving artifacts
18:29:39 [2020-10-05T18:29:39.785Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
18:29:39 [2020-10-05T18:29:39.785Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
18:29:40 [2020-10-05T18:29:40.035Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41527/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:29:40 [2020-10-05T18:29:40.090Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
18:29:40 [2020-10-05T18:29:40.090Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
18:29:40 [2020-10-05T18:29:40.090Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
18:29:40 [2020-10-05T18:29:40.384Z] + make clean
18:29:40 [2020-10-05T18:29:40.640Z] docker volume rm -f docker-dev-cache
18:29:40 [2020-10-05T18:29:40.640Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:29:42 [2020-10-05T18:29:42.362Z] === RUN   TestDockerSuite/TestRunState
18:29:43 [2020-10-05T18:29:43.301Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
18:29:43 [2020-10-05T18:29:43.869Z] === RUN   TestDockerSuite/TestRunStdinPipe
18:29:44 [2020-10-05T18:29:44.128Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
18:29:44 [2020-10-05T18:29:44.388Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
18:29:44 [2020-10-05T18:29:44.388Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
18:29:44 [2020-10-05T18:29:44.957Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
18:29:44 [2020-10-05T18:29:44.957Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
18:29:45 [2020-10-05T18:29:45.527Z] === RUN   TestDockerSuite/TestRunSysctls
18:29:46 [2020-10-05T18:29:46.910Z] === RUN   TestDockerSuite/TestRunTLSVerify
18:29:46 [2020-10-05T18:29:46.910Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
18:29:46 [2020-10-05T18:29:46.910Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
18:29:47 [2020-10-05T18:29:47.480Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
18:29:49 [2020-10-05T18:29:49.388Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
18:29:49 [2020-10-05T18:29:49.648Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
18:29:51 [2020-10-05T18:29:51.028Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
18:29:53 [2020-10-05T18:29:53.567Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
18:29:55 [2020-10-05T18:29:55.089Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
18:29:56 [2020-10-05T18:29:56.102Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
18:29:56 [2020-10-05T18:29:56.361Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
18:29:56 [2020-10-05T18:29:56.930Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
18:29:57 [2020-10-05T18:29:57.190Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
18:29:58 [2020-10-05T18:29:58.571Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
18:29:58 [2020-10-05T18:29:58.831Z] === RUN   TestDockerSuite/TestRunUnshareProc
18:30:00 [2020-10-05T18:30:00.214Z] === RUN   TestDockerSuite/TestRunUserByID
18:30:00 [2020-10-05T18:30:00.785Z] === RUN   TestDockerSuite/TestRunUserByIDBig
18:30:00 [2020-10-05T18:30:00.785Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
18:30:01 [2020-10-05T18:30:01.044Z] === RUN   TestDockerSuite/TestRunUserByIDZero
18:30:02 [2020-10-05T18:30:02.015Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
18:30:02 [2020-10-05T18:30:02.015Z] === RUN   TestDockerSuite/TestRunUserByName
18:30:02 [2020-10-05T18:30:02.585Z] === RUN   TestDockerSuite/TestRunUserDefaults
18:30:03 [2020-10-05T18:30:03.154Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
18:30:03 [2020-10-05T18:30:03.154Z] === RUN   TestDockerSuite/TestRunUserNotFound
18:30:03 [2020-10-05T18:30:03.154Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
18:30:04 [2020-10-05T18:30:04.094Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
18:30:05 [2020-10-05T18:30:05.399Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
18:30:06 [2020-10-05T18:30:06.003Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
18:30:07 [2020-10-05T18:30:07.384Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
18:30:07 [2020-10-05T18:30:07.645Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
18:30:09 [2020-10-05T18:30:09.027Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
18:30:09 [2020-10-05T18:30:09.027Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
18:30:10 [2020-10-05T18:30:10.939Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
18:30:11 [2020-10-05T18:30:11.879Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
18:30:13 [2020-10-05T18:30:13.787Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
18:30:13 [2020-10-05T18:30:13.787Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
18:30:13 [2020-10-05T18:30:13.957Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
18:30:15 [2020-10-05T18:30:15.699Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
18:30:15 [2020-10-05T18:30:15.959Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsShared
18:30:16 [2020-10-05T18:30:16.528Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsSlave
18:30:17 [2020-10-05T18:30:17.097Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
18:30:17 [2020-10-05T18:30:17.356Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
18:30:17 [2020-10-05T18:30:17.356Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
18:30:17 [2020-10-05T18:30:17.356Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
18:30:17 [2020-10-05T18:30:17.356Z] === RUN   TestDockerSuite/TestRunWithBadDevice
18:30:17 [2020-10-05T18:30:17.356Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
18:30:17 [2020-10-05T18:30:17.356Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
18:30:18 [2020-10-05T18:30:18.295Z] === RUN   TestDockerSuite/TestRunWithCPUShares
18:30:18 [2020-10-05T18:30:18.555Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
18:30:19 [2020-10-05T18:30:19.937Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
18:30:20 [2020-10-05T18:30:20.507Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
18:30:20 [2020-10-05T18:30:20.767Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
18:30:20 [2020-10-05T18:30:20.767Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
18:30:21 [2020-10-05T18:30:21.337Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
18:30:21 [2020-10-05T18:30:21.905Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
18:30:22 [2020-10-05T18:30:22.487Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
18:30:22 [2020-10-05T18:30:22.746Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
18:30:22 [2020-10-05T18:30:22.746Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
18:30:23 [2020-10-05T18:30:23.314Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
18:30:23 [2020-10-05T18:30:23.574Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
18:30:24 [2020-10-05T18:30:24.142Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
18:30:24 [2020-10-05T18:30:24.142Z] === RUN   TestDockerSuite/TestRunWithShmSize
18:30:24 [2020-10-05T18:30:24.402Z] === RUN   TestDockerSuite/TestRunWithSwappiness
18:30:24 [2020-10-05T18:30:24.970Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
18:30:24 [2020-10-05T18:30:24.970Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
18:30:24 [2020-10-05T18:30:24.970Z] === RUN   TestDockerSuite/TestRunWithUlimits
18:30:25 [2020-10-05T18:30:25.538Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
18:30:26 [2020-10-05T18:30:26.478Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
18:30:26 [2020-10-05T18:30:26.741Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
18:30:26 [2020-10-05T18:30:26.741Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
18:30:27 [2020-10-05T18:30:27.001Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
18:30:27 [2020-10-05T18:30:27.261Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
18:30:28 [2020-10-05T18:30:28.199Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
18:30:28 [2020-10-05T18:30:28.460Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
18:30:30 [2020-10-05T18:30:30.368Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
18:30:30 [2020-10-05T18:30:30.368Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
18:30:30 [2020-10-05T18:30:30.628Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
18:30:30 [2020-10-05T18:30:30.628Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
18:30:30 [2020-10-05T18:30:30.628Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
18:30:32 [2020-10-05T18:30:32.011Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
18:30:32 [2020-10-05T18:30:32.579Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
18:30:33 [2020-10-05T18:30:33.517Z] === RUN   TestDockerSuite/TestSaveCheckTimes
18:30:33 [2020-10-05T18:30:33.517Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
18:30:34 [2020-10-05T18:30:34.898Z] === RUN   TestDockerSuite/TestSaveImageId
18:30:34 [2020-10-05T18:30:34.898Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
18:30:35 [2020-10-05T18:30:35.468Z] === RUN   TestDockerSuite/TestSaveLoadParents
18:30:36 [2020-10-05T18:30:36.848Z] === RUN   TestDockerSuite/TestSaveMultipleNames
18:30:36 [2020-10-05T18:30:36.848Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
18:30:37 [2020-10-05T18:30:37.788Z] === RUN   TestDockerSuite/TestSaveSingleTag
18:30:38 [2020-10-05T18:30:38.049Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
18:30:38 [2020-10-05T18:30:38.049Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
18:30:39 [2020-10-05T18:30:39.430Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
18:30:40 [2020-10-05T18:30:40.369Z] === RUN   TestDockerSuite/TestSearchCmdOptions
18:30:40 [2020-10-05T18:30:40.628Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
18:30:40 [2020-10-05T18:30:40.887Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
18:30:40 [2020-10-05T18:30:40.887Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
18:30:40 [2020-10-05T18:30:40.887Z] === RUN   TestDockerSuite/TestSearchWithLimit
18:30:41 [2020-10-05T18:30:41.463Z] === RUN   TestDockerSuite/TestSlowStdinClosing
18:30:42 [2020-10-05T18:30:42.845Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
18:30:43 [2020-10-05T18:30:43.415Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
18:30:48 [2020-10-05T18:30:48.692Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
18:30:49 [2020-10-05T18:30:49.624Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
18:30:50 [2020-10-05T18:30:50.073Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
18:30:50 [2020-10-05T18:30:50.643Z] === RUN   TestDockerSuite/TestStartAttachSilent
18:30:51 [2020-10-05T18:30:51.581Z] === RUN   TestDockerSuite/TestStartAttachWithRename
18:30:54 [2020-10-05T18:30:54.115Z] === RUN   TestDockerSuite/TestStartMultipleContainers
18:30:56 [2020-10-05T18:30:56.022Z] === RUN   TestDockerSuite/TestStartPausedContainer
18:30:56 [2020-10-05T18:30:56.022Z] === RUN   TestDockerSwarmSuite/TestServiceScale
18:30:56 [2020-10-05T18:30:56.282Z] === RUN   TestDockerSuite/TestStartRecordError
18:30:57 [2020-10-05T18:30:57.661Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
18:30:58 [2020-10-05T18:30:58.181Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
18:30:59 [2020-10-05T18:30:59.046Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
18:30:59 [2020-10-05T18:30:59.617Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
18:31:01 [2020-10-05T18:31:01.000Z] === RUN   TestDockerSuite/TestStatsAllNoStream
18:31:03 [2020-10-05T18:31:03.537Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
18:31:07 [2020-10-05T18:31:07.751Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
18:31:08 [2020-10-05T18:31:08.488Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
18:31:11 [2020-10-05T18:31:11.040Z] === RUN   TestDockerSuite/TestStatsFormatAll
18:31:15 [2020-10-05T18:31:15.234Z] === RUN   TestDockerSuite/TestStatsNoStream
18:31:16 [2020-10-05T18:31:16.617Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
18:31:17 [2020-10-05T18:31:17.996Z] === RUN   TestDockerSuite/TestStopContainerSignal
18:31:19 [2020-10-05T18:31:19.375Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
18:31:19 [2020-10-05T18:31:19.375Z] === RUN   TestDockerSuite/TestTopMultipleArgs
18:31:19 [2020-10-05T18:31:19.945Z] === RUN   TestDockerSuite/TestTopNonPrivileged
18:31:20 [2020-10-05T18:31:20.514Z] === RUN   TestDockerSuite/TestTopPrivileged
18:31:21 [2020-10-05T18:31:21.454Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
18:31:21 [2020-10-05T18:31:21.454Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
18:31:21 [2020-10-05T18:31:21.714Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
18:31:21 [2020-10-05T18:31:21.714Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
18:31:25 [2020-10-05T18:31:25.009Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
18:31:28 [2020-10-05T18:31:28.300Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
18:31:28 [2020-10-05T18:31:28.560Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
18:31:29 [2020-10-05T18:31:29.130Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
18:31:29 [2020-10-05T18:31:29.130Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
18:31:29 [2020-10-05T18:31:29.699Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
18:31:30 [2020-10-05T18:31:30.637Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
18:31:30 [2020-10-05T18:31:30.637Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
18:31:31 [2020-10-05T18:31:31.576Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
18:31:32 [2020-10-05T18:31:32.154Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
18:31:33 [2020-10-05T18:31:33.092Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
18:31:34 [2020-10-05T18:31:34.031Z] === RUN   TestDockerSuite/TestUpdateStats
18:31:37 [2020-10-05T18:31:37.321Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
18:31:38 [2020-10-05T18:31:38.264Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
18:31:38 [2020-10-05T18:31:38.264Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
18:31:39 [2020-10-05T18:31:39.203Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
18:31:39 [2020-10-05T18:31:39.463Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
18:31:42 [2020-10-05T18:31:42.002Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
18:31:42 [2020-10-05T18:31:42.002Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
18:31:44 [2020-10-05T18:31:44.543Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
18:31:47 [2020-10-05T18:31:47.083Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
18:31:48 [2020-10-05T18:31:48.464Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
18:31:49 [2020-10-05T18:31:49.844Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
18:31:50 [2020-10-05T18:31:50.783Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
18:31:52 [2020-10-05T18:31:52.690Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
18:31:54 [2020-10-05T18:31:54.600Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
18:31:55 [2020-10-05T18:31:55.998Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
18:31:57 [2020-10-05T18:31:57.377Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
18:31:57 [2020-10-05T18:31:57.949Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
18:31:58 [2020-10-05T18:31:58.887Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
18:32:00 [2020-10-05T18:32:00.271Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
18:32:02 [2020-10-05T18:32:02.179Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
18:32:03 [2020-10-05T18:32:03.121Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
18:32:04 [2020-10-05T18:32:04.507Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
18:32:05 [2020-10-05T18:32:05.886Z] === RUN   TestDockerSuite/TestVolumeCLICreate
18:32:07 [2020-10-05T18:32:07.792Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLILs
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
18:32:22 [2020-10-05T18:32:22.676Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
18:32:22 [2020-10-05T18:32:22.937Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
18:32:22 [2020-10-05T18:32:22.937Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
18:32:22 [2020-10-05T18:32:22.937Z] === RUN   TestDockerSuite/TestVolumeCLIRm
18:32:24 [2020-10-05T18:32:24.317Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
18:32:24 [2020-10-05T18:32:24.317Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
18:32:24 [2020-10-05T18:32:24.576Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
18:32:24 [2020-10-05T18:32:24.576Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
18:32:24 [2020-10-05T18:32:24.576Z] === RUN   TestDockerSuite/TestVolumeEvents
18:32:26 [2020-10-05T18:32:26.482Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
18:32:30 [2020-10-05T18:32:30.691Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
18:32:31 [2020-10-05T18:32:31.630Z] === RUN   TestDockerSuite/TestVolumeLsFormat
18:32:31 [2020-10-05T18:32:31.630Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
18:32:31 [2020-10-05T18:32:31.630Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
18:32:33 [2020-10-05T18:32:33.535Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
18:32:34 [2020-10-05T18:32:34.474Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildDotDotFile
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildEOLInLine
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildEntrypoint
18:32:34 [2020-10-05T18:32:34.519Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
18:32:36 [2020-10-05T18:32:36.386Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
18:32:36 [2020-10-05T18:32:36.386Z] --- PASS: TestDockerSuite (1380.29s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (3.98s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.49s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.83s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.49s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.00s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.22s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.99s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.44s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.52s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.14s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.82s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.77s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.81s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.87s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.19s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.85s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.05s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.98s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.18s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.94s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.75s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.48s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.64s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.12s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.24s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.24s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.14s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.63s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.49s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.84s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.15s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.83s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.80s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.66s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.65s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.60s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.71s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.43s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.54s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.05s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.33s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.26s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.87s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.89s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.44s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.65s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.50s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddTar (8.00s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.40s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.35s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.23s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.55s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.38s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.56s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.27s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.63s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.84s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.56s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.05s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.46s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.77s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.25s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.87s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.28s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.79s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.65s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.47s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.05s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.22s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.71s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.89s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.18s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.02s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.58s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.88s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.73s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.17s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.92s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.67s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.37s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.45s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
18:32:36 [2020-10-05T18:32:36.386Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.59s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.91s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.17s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildContChar (3.02s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.04s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.30s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.60s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.48s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.13s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.49s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.76s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.77s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]         docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]         docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
18:32:36 [2020-10-05T18:32:36.386Z]         docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.18s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.62s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.14s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.48s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.33s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.85s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.62s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.41s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.96s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.86s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.19s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.22s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.28s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (10.45s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.40s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.21s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.89s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.16s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.56s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.34s)
18:32:36 [2020-10-05T18:32:36.386Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.32s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.24s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.16s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.51s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.53s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.27s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.94s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.41s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.92s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.20s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.48s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.38s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.04s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.17s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.70s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.30s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.40s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.09s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (7.10s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.40s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.46s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.43s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.90s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.58s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.82s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.60s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.21s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.34s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.67s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.53s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.35s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFails (0.71s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.07s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.13s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.85s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.46s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.32s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.39s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.67s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.55s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.21s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.31s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.32s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.97s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildHistory (4.07s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.57s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.30s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.42s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.37s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.66s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.31s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.29s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.24s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.53s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.00s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.26s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.45s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.76s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.27s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.53s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.60s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.33s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.38s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.18s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.42s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.97s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.85s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.34s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.40s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.40s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.52s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.80s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.77s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.35s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.46s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.43s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.49s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.62s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.81s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.55s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.33s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.85s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.46s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.25s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.54s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.41s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.63s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.06s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.63s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.83s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.38s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.24s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.61s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildRm (2.26s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.70s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.10s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.44s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.48s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.88s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.89s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.10s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (5.02s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.21s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.42s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.70s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.65s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.94s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.67s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.68s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.38s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.60s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.97s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildUser (1.20s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.24s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.48s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.46s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.53s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.08s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.08s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.42s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.56s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.72s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.74s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.82s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.30s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.61s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.84s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.39s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.52s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.57s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.61s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_cli_sni_test.go:18: Flakey test
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.53s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.87s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitChange (1.02s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.00s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.95s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.47s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (1.34s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitTTY (2.02s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.85s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.69s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (1.07s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.67s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.30s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.52s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.74s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.49s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.55s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.50s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.46s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.66s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.74s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.54s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.31s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.85s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.58s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.69s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.81s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.94s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.72s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.87s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.12s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.15s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.75s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.13s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.39s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.51s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.55s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.58s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
18:32:36 [2020-10-05T18:32:36.387Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.63s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.66s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.06s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.60s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.70s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.77s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.52s)
18:32:36 [2020-10-05T18:32:36.387Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.68s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.37s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.34s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (0.76s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.39s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000ab9720_<nil>} (1.36s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1646913785_/foo_false__<nil>_<nil>_<nil>} (1.32s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1646913785_/foo_true__<nil>_<nil>_<nil>} (1.35s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3046199300_/foo_false__<nil>_<nil>_<nil>} (1.34s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3046199300_/foo_true__<nil>_<nil>_<nil>} (1.43s)
18:32:36 [2020-10-05T18:32:36.387Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3046199300_/foo_true__0xc000ab9780_<nil>_<nil>} (1.45s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000ab97a0_<nil>} (1.33s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000ab97c0_<nil>} (1.51s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000ab97e0_<nil>} (1.38s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000ab9800_<nil>} (0.55s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.12s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.24s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
18:32:36 [2020-10-05T18:32:36.649Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.74s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.49s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.83s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (0.94s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.52s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.56s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.67s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.55s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.85s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.76s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.87s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.20s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.13s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.98s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (1.08s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.94s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.96s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.70s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.76s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.61s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.65s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.51s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.22s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.75s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.81s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.49s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.91s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.09s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.53s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.20s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.66s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.70s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.16s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.63s)
18:32:36 [2020-10-05T18:32:36.649Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.87s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.65s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpToDot (0.73s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.32s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.40s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.73s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.42s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.23s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.65s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.19s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.15s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.52s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.52s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.60s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.42s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.11s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.17s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateRM (0.24s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.60s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.92s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.67s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.40s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.36s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.73s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.77s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.45s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.73s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.54s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.06s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.56s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.61s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.68s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.47s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.76s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.92s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.78s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (1.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.76s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.89s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.97s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.10s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.12s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.81s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.92s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.39s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.95s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.84s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.28s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.94s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFormat (0.87s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.56s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.31s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.26s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
18:32:36 [2020-10-05T18:32:36.650Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.51s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsRename (0.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsResize (0.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.37s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.73s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.51s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsTop (0.78s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.92s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExec (0.56s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.46s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.52s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.15s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.61s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.57s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.70s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.55s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.99s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.87s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecEnv (0.80s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.44s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.60s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.62s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.55s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecParseError (0.48s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.55s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.51s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.52s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.59s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.69s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.71s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.57s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecTTY (0.64s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.76s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.50s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.55s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.92s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.57s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.78s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.59s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.48s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.46s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestHealth (18.62s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.58s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.61s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.62s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.72s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.08s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.67s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.64s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.09s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.22s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImportFile (1.10s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.12s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.17s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.09s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.46s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.47s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.10s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.70s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.46s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.55s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectImage (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.47s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.46s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.63s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.05s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.64s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.76s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.56s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.00s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.63s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.65s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.52s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.66s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.75s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.10s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.44s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.61s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.30s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.14s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.36s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.39s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.42s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.54s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.63s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.99s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.65s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.69s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.53s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.55s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.55s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.08s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.39s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.97s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.88s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.70s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.99s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.51s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsSince (6.73s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.73s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.51s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsTail (0.75s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.82s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.60s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.28s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.57s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestNetHostname (1.72s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s)
18:32:36 [2020-10-05T18:32:36.650Z]     --- PASS: TestDockerSuite/TestNetworkEvents (0.74s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.24s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPluginActive (2.43s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.86s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.80s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.39s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.72s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.36s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.20s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.75s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.20s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPortHostBinding (1.26s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPortList (7.24s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.92s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.15s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.47s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.43s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.65s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.91s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (1.89s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (0.91s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsByOrder (2.13s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.14s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.27s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.52s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.60s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.30s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.01s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.12s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.88s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.55s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.52s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.00s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.19s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.72s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.00s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.68s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.97s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.18s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.11s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.86s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.20s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.62s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.49s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.87s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.81s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.39s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.16s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.89s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.03s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.93s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.63s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.94s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.70s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.89s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.26s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.80s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.70s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.59s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.31s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.20s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.50s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.49s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.04s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.51s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.59s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.14s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.94s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.75s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.87s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.62s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.46s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.66s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.77s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.41s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.69s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.60s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.56s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.49s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.46s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.47s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.72s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.65s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.51s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.47s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.88s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.92s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.87s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.48s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.50s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.53s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.53s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.84s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.62s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.46s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.63s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.15s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.94s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.81s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.50s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.17s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.02s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.71s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.55s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.51s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.56s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.66s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.08s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.49s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.47s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.57s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.68s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.84s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.65s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.50s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.48s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.64s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.77s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.61s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.68s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.03s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.95s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.53s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.15s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.65s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.69s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.12s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.99s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.26s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.05s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.61s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.30s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.07s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.30s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.56s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.67s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.93s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.74s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.95s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (0.98s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.93s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunMount (3.80s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.98s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.32s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.19s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.53s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.15s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.31s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.01s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.48s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.67s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.51s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.55s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.76s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.90s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.55s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.45s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.48s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.58s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.47s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.44s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.20s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.68s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.49s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.56s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.68s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.65s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.44s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.56s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.48s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.72s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.24s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:32:36 [2020-10-05T18:32:36.651Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.40s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.23s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunRm (0.78s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.61s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.65s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.73s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.64s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.47s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.77s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.52s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.64s)
18:32:36 [2020-10-05T18:32:36.651Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.75s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.53s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.53s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.44s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.45s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.46s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.52s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.66s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.53s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunState (1.05s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.55s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.47s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.67s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.49s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.13s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.74s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.67s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.46s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.16s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.31s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.83s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.45s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.48s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.58s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.19s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.62s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.21s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.93s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.57s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.56s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.69s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.20s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.61s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.12s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.81s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.15s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.65s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.88s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.65s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.56s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.66s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.65s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.55s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.21s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.49s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.47s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.46s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.02s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.47s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.47s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.47s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.50s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.46s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.43s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.48s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.44s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.91s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.46s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.35s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.86s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.64s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.52s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.04s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.00s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.97s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.81s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.16s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.16s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.50s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.38s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents273171790
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.09s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.18s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.20s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.43s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.99s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.02s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.52s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.85s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.54s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.66s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.65s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.26s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.91s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.37s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.59s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.06s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.07s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.63s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.62s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.55s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.58s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.60s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.75s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.54s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.23s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.02s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.45s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.44s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.62s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.08s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.97s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.64s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.61s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.53s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.91s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.68s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.29s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.78s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.21s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.44s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.50s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.49s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.42s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.38s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.94s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.92s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.37s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.53s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.38s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.32s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.33s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.57s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.45s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.38s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.41s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.83s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.08s)
18:32:36 [2020-10-05T18:32:36.652Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.02s)
18:32:36 [2020-10-05T18:32:36.652Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
18:32:36 [2020-10-05T18:32:36.652Z] === RUN   TestDockerRegistrySuite
18:32:36 [2020-10-05T18:32:36.652Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
18:32:38 [2020-10-05T18:32:38.032Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
18:32:38 [2020-10-05T18:32:38.246Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
18:32:39 [2020-10-05T18:32:39.411Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
18:32:40 [2020-10-05T18:32:40.420Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
18:32:40 [2020-10-05T18:32:40.791Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
18:32:40 [2020-10-05T18:32:40.791Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
18:32:43 [2020-10-05T18:32:43.328Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
18:32:45 [2020-10-05T18:32:45.109Z] === RUN   TestDockerSuite/TestBuildEnv
18:32:45 [2020-10-05T18:32:45.109Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
18:32:45 [2020-10-05T18:32:45.109Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
18:32:45 [2020-10-05T18:32:45.109Z] === RUN   TestDockerSuite/TestBuildEnvUsage
18:32:45 [2020-10-05T18:32:45.109Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
18:32:45 [2020-10-05T18:32:45.109Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
18:32:46 [2020-10-05T18:32:46.620Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
18:32:48 [2020-10-05T18:32:48.008Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
18:32:48 [2020-10-05T18:32:48.008Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
18:32:48 [2020-10-05T18:32:48.008Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
18:32:48 [2020-10-05T18:32:48.008Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
18:32:48 [2020-10-05T18:32:48.981Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
18:32:49 [2020-10-05T18:32:49.157Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
18:32:49 [2020-10-05T18:32:49.728Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
18:32:50 [2020-10-05T18:32:50.668Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
18:32:51 [2020-10-05T18:32:51.608Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
18:32:53 [2020-10-05T18:32:53.023Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
18:32:53 [2020-10-05T18:32:53.668Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
18:32:53 [2020-10-05T18:32:53.961Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
18:32:54 [2020-10-05T18:32:54.900Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
18:32:55 [2020-10-05T18:32:55.838Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
18:32:57 [2020-10-05T18:32:57.746Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
18:32:59 [2020-10-05T18:32:59.655Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
18:33:00 [2020-10-05T18:33:00.370Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
18:33:02 [2020-10-05T18:33:02.908Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
18:33:03 [2020-10-05T18:33:03.478Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
18:33:03 [2020-10-05T18:33:03.478Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
18:33:04 [2020-10-05T18:33:04.418Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
18:33:05 [2020-10-05T18:33:05.357Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
18:33:06 [2020-10-05T18:33:06.296Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
18:33:08 [2020-10-05T18:33:08.475Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
18:33:08 [2020-10-05T18:33:08.475Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
18:33:08 [2020-10-05T18:33:08.475Z] === RUN   TestDockerSuite/TestBuildExpose
18:33:08 [2020-10-05T18:33:08.475Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
18:33:08 [2020-10-05T18:33:08.475Z] === RUN   TestDockerSuite/TestBuildExposeOrder
18:33:08 [2020-10-05T18:33:08.475Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
18:33:08 [2020-10-05T18:33:08.475Z] === RUN   TestDockerSuite/TestBuildFails
18:33:08 [2020-10-05T18:33:08.836Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
18:33:09 [2020-10-05T18:33:09.096Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
18:33:10 [2020-10-05T18:33:10.035Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
18:33:10 [2020-10-05T18:33:10.605Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
18:33:10 [2020-10-05T18:33:10.605Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
18:33:10 [2020-10-05T18:33:10.658Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
18:33:10 [2020-10-05T18:33:10.659Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
18:33:10 [2020-10-05T18:33:10.865Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
18:33:11 [2020-10-05T18:33:11.125Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
18:33:11 [2020-10-05T18:33:11.385Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
18:33:11 [2020-10-05T18:33:11.644Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
18:33:12 [2020-10-05T18:33:12.583Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
18:33:13 [2020-10-05T18:33:13.974Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
18:33:14 [2020-10-05T18:33:14.913Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
18:33:15 [2020-10-05T18:33:15.346Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
18:33:15 [2020-10-05T18:33:15.850Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
18:33:16 [2020-10-05T18:33:16.787Z] === RUN   TestDockerRegistrySuite/TestV2Only
18:33:17 [2020-10-05T18:33:17.726Z] --- PASS: TestDockerRegistrySuite (41.15s)
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.64s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dedf78e411ac1] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.04s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d10af9da9abd2] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.34s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [de768299aeb01] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d19f112eb6a04] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.64s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d7e1028cc2b97] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.76s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dffe21254b576] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.70s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d958f5fa02b6b] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.96s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d5a3fd4c8de05] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.91s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d9397aab0ec7e] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.08s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [da8827e8c4473] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.10s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d89f6a0ed5c54] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [df43178759198] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.10s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dcae5ca95aebf] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d4c75131cb513] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.92s)
18:33:17 [2020-10-05T18:33:17.726Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:62844dc2c0235c5c4532755e494138f1be13f3a7453eda1c9f7fdc8df7a8bac3
18:33:17 [2020-10-05T18:33:17.726Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:397177fb2be1f6540d839f6f701d2f9ccf500e10c399d27da9ff89c6a8b080ed
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dfba17ce98229] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.66s)
18:33:17 [2020-10-05T18:33:17.726Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b10267502823963b6ad7023d55f716c300875cc364d2502451da090863585a23
18:33:17 [2020-10-05T18:33:17.726Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d573860404afd6ff6bcdf23c63eeddbee555daee8e387495acadf8a23ea82002
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dc4607aa1de29] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.95s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d15b95f896031] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.09s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [da9ea18fd2708] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dc8c8bd684446] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d6a4a39e361d0] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dbaee3608afaa] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.92s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dbde3cef05928] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d606b73d43568] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.30s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dbf8d2f8217f9] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dce4c6b72841e] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [ded3c9a0d371d] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d92020b3c5d4e] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dd102fbea4c09] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d22d4c031eca0] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d87ffd60e7d26] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dc43da7f7bc9c] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d697e5aec4ddf] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d13631c73f0d9] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.46s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [d99eb77c6b2f4] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.82s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dd1328bd2f2f5] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.09s)
18:33:17 [2020-10-05T18:33:17.726Z]         check_test.go:196: [dce74c06f78e1] daemon is not started
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s)
18:33:17 [2020-10-05T18:33:17.726Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
18:33:17 [2020-10-05T18:33:17.726Z] === RUN   TestDockerSchema1RegistrySuite
18:33:17 [2020-10-05T18:33:17.726Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
18:33:17 [2020-10-05T18:33:17.986Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
18:33:20 [2020-10-05T18:33:20.037Z] === RUN   TestDockerSuite/TestBuildForceRm
18:33:20 [2020-10-05T18:33:20.523Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
18:33:23 [2020-10-05T18:33:23.817Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
18:33:26 [2020-10-05T18:33:26.357Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
18:33:27 [2020-10-05T18:33:27.104Z] === RUN   TestDockerSuite/TestBuildFromGit
18:33:27 [2020-10-05T18:33:27.295Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
18:33:28 [2020-10-05T18:33:28.233Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
18:33:28 [2020-10-05T18:33:28.233Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
18:33:29 [2020-10-05T18:33:29.612Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
18:33:30 [2020-10-05T18:33:30.183Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
18:33:31 [2020-10-05T18:33:31.121Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
18:33:31 [2020-10-05T18:33:31.785Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
18:33:32 [2020-10-05T18:33:32.752Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
18:33:33 [2020-10-05T18:33:33.660Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
18:33:33 [2020-10-05T18:33:33.920Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
18:33:34 [2020-10-05T18:33:34.488Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
18:33:34 [2020-10-05T18:33:34.488Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
18:33:34 [2020-10-05T18:33:34.747Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
18:33:35 [2020-10-05T18:33:35.007Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
18:33:35 [2020-10-05T18:33:35.577Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
18:33:35 [2020-10-05T18:33:35.577Z] --- PASS: TestDockerSchema1RegistrySuite (17.92s)
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [d99f36fce5d86] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.75s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [d19410a5742aa] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.90s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [d031fcc83a433] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.71s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [dd8938e33a4bd] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.94s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [dd9214d6d0617] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.98s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [d55150c911258] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [d5c0872dc4185] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.06s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [d8892a6758c11] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [d94f7a5fb9aea] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [dc02d42ae8d48] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.41s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [db5a4ac4d7adf] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.48s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [dd25b26e45a2b] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [ddd1e2c59d28c] daemon is not started
18:33:35 [2020-10-05T18:33:35.577Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
18:33:35 [2020-10-05T18:33:35.577Z]         check_test.go:223: [db975d6bd4153] daemon is not started
18:33:35 [2020-10-05T18:33:35.578Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s)
18:33:35 [2020-10-05T18:33:35.578Z]         check_test.go:223: [dc045fb390285] daemon is not started
18:33:35 [2020-10-05T18:33:35.578Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s)
18:33:35 [2020-10-05T18:33:35.578Z]         check_test.go:223: [d3189b7ae9028] daemon is not started
18:33:35 [2020-10-05T18:33:35.578Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s)
18:33:35 [2020-10-05T18:33:35.578Z]         check_test.go:223: [d7d2055b55562] daemon is not started
18:33:35 [2020-10-05T18:33:35.578Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
18:33:35 [2020-10-05T18:33:35.578Z]         check_test.go:223: [dc5624efeef18] daemon is not started
18:33:35 [2020-10-05T18:33:35.578Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
18:33:35 [2020-10-05T18:33:35.578Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
18:33:36 [2020-10-05T18:33:36.525Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
18:33:36 [2020-10-05T18:33:36.785Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
18:33:37 [2020-10-05T18:33:37.044Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
18:33:37 [2020-10-05T18:33:37.982Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
18:33:38 [2020-10-05T18:33:38.241Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
18:33:38 [2020-10-05T18:33:38.539Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
18:33:38 [2020-10-05T18:33:38.539Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
18:33:38 [2020-10-05T18:33:38.539Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
18:33:38 [2020-10-05T18:33:38.811Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
18:33:38 [2020-10-05T18:33:38.997Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
18:33:38 [2020-10-05T18:33:38.997Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
18:33:39 [2020-10-05T18:33:39.070Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
18:33:39 [2020-10-05T18:33:39.330Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.80s)
18:33:39 [2020-10-05T18:33:39.330Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.79s)
18:33:39 [2020-10-05T18:33:39.330Z]         check_test.go:252: [daab928f1f2f4] daemon is not started
18:33:39 [2020-10-05T18:33:39.330Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s)
18:33:39 [2020-10-05T18:33:39.330Z]         check_test.go:252: [d89aee9ec6a10] daemon is not started
18:33:39 [2020-10-05T18:33:39.330Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s)
18:33:39 [2020-10-05T18:33:39.330Z]         check_test.go:252: [da6726d4ab6a9] daemon is not started
18:33:39 [2020-10-05T18:33:39.330Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.10s)
18:33:39 [2020-10-05T18:33:39.330Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
18:33:39 [2020-10-05T18:33:39.330Z]         check_test.go:252: [d70ea2179cd21] daemon is not started
18:33:39 [2020-10-05T18:33:39.330Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s)
18:33:39 [2020-10-05T18:33:39.330Z]         check_test.go:252: [d9fa70d594e85] daemon is not started
18:33:39 [2020-10-05T18:33:39.330Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s)
18:33:39 [2020-10-05T18:33:39.330Z]         check_test.go:252: [dd1569f9b6a2b] daemon is not started
18:33:39 [2020-10-05T18:33:39.330Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s)
18:33:39 [2020-10-05T18:33:39.330Z]         check_test.go:252: [d59bee383a760] daemon is not started
18:33:39 [2020-10-05T18:33:39.330Z] === RUN   TestDockerRegistryAuthTokenSuite
18:33:39 [2020-10-05T18:33:39.330Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
18:33:44 [2020-10-05T18:33:44.603Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
18:33:44 [2020-10-05T18:33:44.603Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
18:33:44 [2020-10-05T18:33:44.862Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
18:33:44 [2020-10-05T18:33:44.862Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
18:33:45 [2020-10-05T18:33:45.121Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s)
18:33:45 [2020-10-05T18:33:45.121Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s)
18:33:45 [2020-10-05T18:33:45.121Z]         check_test.go:279: [ddc8465b32b51] daemon is not started
18:33:45 [2020-10-05T18:33:45.121Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s)
18:33:45 [2020-10-05T18:33:45.121Z]         check_test.go:279: [d4130583c4765] daemon is not started
18:33:45 [2020-10-05T18:33:45.121Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
18:33:45 [2020-10-05T18:33:45.121Z]         check_test.go:279: [ddc2e0c6a789f] daemon is not started
18:33:45 [2020-10-05T18:33:45.121Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
18:33:45 [2020-10-05T18:33:45.121Z]         check_test.go:279: [d9ecc7b2c937b] daemon is not started
18:33:45 [2020-10-05T18:33:45.121Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
18:33:45 [2020-10-05T18:33:45.121Z]         check_test.go:279: [d86098b2f9864] daemon is not started
18:33:45 [2020-10-05T18:33:45.121Z] === RUN   TestDockerNetworkSuite
18:33:45 [2020-10-05T18:33:45.121Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
18:33:47 [2020-10-05T18:33:47.028Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
18:33:47 [2020-10-05T18:33:47.966Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
18:33:50 [2020-10-05T18:33:50.505Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
18:33:52 [2020-10-05T18:33:52.413Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
18:33:53 [2020-10-05T18:33:53.798Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
18:33:53 [2020-10-05T18:33:53.799Z] === RUN   TestDockerSuite/TestBuildHistory
18:33:54 [2020-10-05T18:33:54.952Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
18:33:55 [2020-10-05T18:33:55.891Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
18:34:00 [2020-10-05T18:34:00.862Z] === RUN   TestDockerSuite/TestBuildIidFile
18:34:01 [2020-10-05T18:34:01.321Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
18:34:02 [2020-10-05T18:34:02.467Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
18:34:03 [2020-10-05T18:34:03.497Z] === RUN   TestDockerSuite/TestBuildInheritance
18:34:03 [2020-10-05T18:34:03.497Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
18:34:03 [2020-10-05T18:34:03.955Z] === RUN   TestDockerSuite/TestBuildInvalidTag
18:34:03 [2020-10-05T18:34:03.955Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
18:34:04 [2020-10-05T18:34:04.380Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
18:34:05 [2020-10-05T18:34:05.320Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
18:34:05 [2020-10-05T18:34:05.888Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
18:34:06 [2020-10-05T18:34:06.147Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
18:34:07 [2020-10-05T18:34:07.084Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
18:34:08 [2020-10-05T18:34:08.023Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
18:34:08 [2020-10-05T18:34:08.023Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
18:34:08 [2020-10-05T18:34:08.592Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
18:34:08 [2020-10-05T18:34:08.639Z] === RUN   TestDockerSuite/TestBuildLabel
18:34:09 [2020-10-05T18:34:09.097Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
18:34:09 [2020-10-05T18:34:09.163Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
18:34:09 [2020-10-05T18:34:09.422Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
18:34:09 [2020-10-05T18:34:09.422Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
18:34:09 [2020-10-05T18:34:09.555Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
18:34:09 [2020-10-05T18:34:09.682Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
18:34:10 [2020-10-05T18:34:10.014Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
18:34:10 [2020-10-05T18:34:10.472Z] === RUN   TestDockerSuite/TestBuildLabels
18:34:10 [2020-10-05T18:34:10.621Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
18:34:11 [2020-10-05T18:34:11.443Z] === RUN   TestDockerSuite/TestBuildLabelsCache
18:34:12 [2020-10-05T18:34:12.002Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
18:34:12 [2020-10-05T18:34:12.002Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
18:34:12 [2020-10-05T18:34:12.002Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
18:34:12 [2020-10-05T18:34:12.262Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
18:34:12 [2020-10-05T18:34:12.976Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
18:34:14 [2020-10-05T18:34:14.800Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
18:34:16 [2020-10-05T18:34:16.181Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
18:34:17 [2020-10-05T18:34:17.658Z] === RUN   TestDockerSuite/TestBuildLastModified
18:34:17 [2020-10-05T18:34:17.658Z] === RUN   TestDockerSuite/TestBuildLineBreak
18:34:17 [2020-10-05T18:34:17.659Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
18:34:17 [2020-10-05T18:34:17.659Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
18:34:17 [2020-10-05T18:34:17.659Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
18:34:17 [2020-10-05T18:34:17.659Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
18:34:17 [2020-10-05T18:34:17.659Z] === RUN   TestDockerSuite/TestBuildMaintainer
18:34:18 [2020-10-05T18:34:18.116Z] === RUN   TestDockerSuite/TestBuildMissingArgs
18:34:18 [2020-10-05T18:34:18.574Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
18:34:20 [2020-10-05T18:34:20.377Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
18:34:22 [2020-10-05T18:34:22.285Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
18:34:22 [2020-10-05T18:34:22.546Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
18:34:23 [2020-10-05T18:34:23.254Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
18:34:23 [2020-10-05T18:34:23.928Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
18:34:23 [2020-10-05T18:34:23.928Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
18:34:24 [2020-10-05T18:34:24.188Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
18:34:24 [2020-10-05T18:34:24.447Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
18:34:24 [2020-10-05T18:34:24.707Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
18:34:24 [2020-10-05T18:34:24.707Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
18:34:25 [2020-10-05T18:34:25.299Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
18:34:27 [2020-10-05T18:34:27.840Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
18:34:27 [2020-10-05T18:34:27.840Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
18:34:27 [2020-10-05T18:34:27.840Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
18:34:29 [2020-10-05T18:34:29.222Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
18:34:32 [2020-10-05T18:34:32.516Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
18:34:33 [2020-10-05T18:34:33.454Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
18:34:37 [2020-10-05T18:34:37.654Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
18:34:37 [2020-10-05T18:34:37.654Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
18:34:38 [2020-10-05T18:34:38.055Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
18:34:38 [2020-10-05T18:34:38.055Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
18:34:38 [2020-10-05T18:34:38.514Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
18:34:38 [2020-10-05T18:34:38.595Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
18:34:40 [2020-10-05T18:34:40.503Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
18:34:40 [2020-10-05T18:34:40.763Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
18:34:40 [2020-10-05T18:34:40.763Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
18:34:41 [2020-10-05T18:34:41.705Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
18:34:42 [2020-10-05T18:34:42.275Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
18:34:42 [2020-10-05T18:34:42.846Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
18:34:43 [2020-10-05T18:34:43.417Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
18:34:49 [2020-10-05T18:34:49.993Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
18:34:49 [2020-10-05T18:34:49.993Z] --- PASS: TestDockerNetworkSuite (64.59s)
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.01s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [def5a21a4b97c] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.70s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [df462d20de515] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.70s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dee9566431398] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.55s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dbe48919186ae] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.48s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:1233: [d7aa6ab3755b7] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.41s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dbb75b4c874f7] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.39s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d0f200f3a866e] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.72s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dac5de478209a] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.16s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [da001804ad649] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dec917173124b] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d1d632871bb9e] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d8191d0b6f44f] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.88s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d2bb519c869d0] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dc78501444896] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [da0554cb499c7] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.80s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d2a20e42a7380] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.26s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d5ff5695640bc] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d611118f8eaea] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.25s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d04e2609273b4] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.90s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [ded860d4b8c63] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.05s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d35524e64c993] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d29c06a7abdd7] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d47ce89f30f06] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d8d42f0d91a8d] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.31s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:968: [d441b087b5aef] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.70s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [db8643361d961] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.02s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:1116: [dd2e1cd17e6ca] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.31s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [db9ae515241f1] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.34s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d653a3eb9581c] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.21s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dc11ee076c400] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [ddfd649365923] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.20s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dcbbe29d55a53] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.26s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d54dfb29f2335] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d617d225774d5] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.08s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d70579a7ab41e] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d449d26d57625] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [dcace7c39c914] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.18s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [de02293001ecf] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.40s)
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.02s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:1084: [db0b8d63a8dfa] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.17s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d5edf2890a9a2] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.08s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d5b1e5b6a6526] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.18s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [ddd5e65ec0562] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.09s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d83e26376cca7] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.79s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d463608d43fa3] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.67s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d39a32fe94624] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.21s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [ddf6edb907bf3] daemon is not started
18:34:49 [2020-10-05T18:34:49.993Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.18s)
18:34:49 [2020-10-05T18:34:49.993Z]         docker_cli_network_unix_test.go:46: [d674ab511b745] daemon is not started
18:34:49 [2020-10-05T18:34:49.994Z] === RUN   TestDockerHubPullSuite
18:34:49 [2020-10-05T18:34:49.994Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
18:34:52 [2020-10-05T18:34:52.535Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
18:34:54 [2020-10-05T18:34:54.455Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
18:34:54 [2020-10-05T18:34:54.714Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
18:34:56 [2020-10-05T18:34:56.094Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
18:34:56 [2020-10-05T18:34:56.663Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
18:34:56 [2020-10-05T18:34:56.930Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
18:34:56 [2020-10-05T18:34:56.930Z] --- PASS: TestDockerHubPullSuite (7.33s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.34s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.20s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.08s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.25s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s)
18:34:56 [2020-10-05T18:34:56.930Z] PASS
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === Skipped
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_sni_test.go:18: Flakey test
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.930Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
18:34:56 [2020-10-05T18:34:56.930Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.930Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.02s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.02s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.02s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.02s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
18:34:56 [2020-10-05T18:34:56.931Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
18:34:56 [2020-10-05T18:34:56.931Z]         docker_cli_network_unix_test.go:46: [dcace7c39c914] daemon is not started
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] 
18:34:56 [2020-10-05T18:34:56.931Z] DONE 1277 tests, 51 skipped in 1561.101s
18:34:56 [2020-10-05T18:34:56.931Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:34:57 [2020-10-05T18:34:57.190Z] ++++ cat bundles/test-integration/docker.pid
18:34:57 [2020-10-05T18:34:57.190Z] +++ kill 7617
18:34:58 [2020-10-05T18:34:58.129Z] +++ /etc/init.d/apparmor stop
18:34:58 [2020-10-05T18:34:58.129Z] Leaving: AppArmorNo profiles have been unloaded.
18:34:58 [2020-10-05T18:34:58.129Z] 
18:34:58 [2020-10-05T18:34:58.129Z] Unloading profiles will leave already running processes permanently
18:34:58 [2020-10-05T18:34:58.129Z] unconfined, which can lead to unexpected situations.
18:34:58 [2020-10-05T18:34:58.129Z] 
18:34:58 [2020-10-05T18:34:58.129Z] To set a process to complain mode, use the command line tool
18:34:58 [2020-10-05T18:34:58.129Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:34:58 [2020-10-05T18:34:58.129Z] +++ true
18:34:58 [2020-10-05T18:34:58.129Z] exiting test-integration
18:34:58 [2020-10-05T18:34:58.129Z] ++ exit 0
18:34:58 [2020-10-05T18:34:58.129Z] 
18:34:58 [2020-10-05T18:34:58.388Z] + for job in $(jobs -p)
18:34:58 [2020-10-05T18:34:58.388Z] + wait 10072
18:34:59 [2020-10-05T18:34:59.770Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
18:34:59 [2020-10-05T18:34:59.770Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
18:35:05 [2020-10-05T18:35:05.049Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
18:35:05 [2020-10-05T18:35:05.617Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
18:35:06 [2020-10-05T18:35:06.186Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
18:35:08 [2020-10-05T18:35:08.093Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
18:35:14 [2020-10-05T18:35:14.186Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
18:35:28 [2020-10-05T18:35:28.990Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
18:35:33 [2020-10-05T18:35:33.686Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
18:35:38 [2020-10-05T18:35:38.397Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
18:35:43 [2020-10-05T18:35:43.082Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
18:35:57 [2020-10-05T18:35:57.885Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
18:35:57 [2020-10-05T18:35:57.885Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
18:36:04 [2020-10-05T18:36:04.330Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
18:36:10 [2020-10-05T18:36:10.266Z] === RUN   TestDockerSuite/TestBuildMultipleTags
18:36:10 [2020-10-05T18:36:10.266Z] === RUN   TestDockerSuite/TestBuildNetContainer
18:36:10 [2020-10-05T18:36:10.266Z] === RUN   TestDockerSuite/TestBuildNetNone
18:36:10 [2020-10-05T18:36:10.266Z] === RUN   TestDockerSuite/TestBuildNoContext
18:36:12 [2020-10-05T18:36:12.444Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
18:36:17 [2020-10-05T18:36:17.133Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
18:36:18 [2020-10-05T18:36:18.668Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
18:36:19 [2020-10-05T18:36:19.126Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
18:36:19 [2020-10-05T18:36:19.126Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
18:36:21 [2020-10-05T18:36:21.304Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
18:36:22 [2020-10-05T18:36:22.270Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
18:36:23 [2020-10-05T18:36:23.237Z] === RUN   TestDockerSuite/TestBuildOnBuild
18:36:31 [2020-10-05T18:36:31.802Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
18:36:32 [2020-10-05T18:36:32.771Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
18:36:41 [2020-10-05T18:36:41.331Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
18:36:43 [2020-10-05T18:36:43.508Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
18:36:51 [2020-10-05T18:36:51.034Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
18:36:52 [2020-10-05T18:36:52.073Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
18:36:56 [2020-10-05T18:36:56.161Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
18:37:00 [2020-10-05T18:37:00.845Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
18:37:01 [2020-10-05T18:37:01.303Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
18:37:01 [2020-10-05T18:37:01.303Z] === RUN   TestDockerSuite/TestBuildPATH
18:37:01 [2020-10-05T18:37:01.303Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
18:37:03 [2020-10-05T18:37:03.245Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
18:37:03 [2020-10-05T18:37:03.481Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
18:37:03 [2020-10-05T18:37:03.481Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
18:37:06 [2020-10-05T18:37:06.536Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
18:37:39 [2020-10-05T18:37:39.164Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
18:38:04 [2020-10-05T18:38:04.311Z] === RUN   TestDockerSuite/TestBuildRm
18:38:14 [2020-10-05T18:38:14.642Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
18:38:16 [2020-10-05T18:38:16.177Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
18:38:16 [2020-10-05T18:38:16.177Z] === RUN   TestDockerSuite/TestBuildScratchCopy
18:38:16 [2020-10-05T18:38:16.177Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
18:38:17 [2020-10-05T18:38:17.712Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
18:38:20 [2020-10-05T18:38:20.617Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
18:38:23 [2020-10-05T18:38:23.522Z] === RUN   TestDockerSuite/TestBuildShellInherited
18:38:27 [2020-10-05T18:38:27.256Z] === RUN   TestDockerSuite/TestBuildShellMultiple
18:38:44 [2020-10-05T18:38:44.996Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
18:38:44 [2020-10-05T18:38:44.996Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
18:38:44 [2020-10-05T18:38:44.996Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
18:38:53 [2020-10-05T18:38:53.648Z] === RUN   TestDockerSuite/TestBuildSpaces
18:38:53 [2020-10-05T18:38:53.648Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
18:38:58 [2020-10-05T18:38:58.346Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
18:38:58 [2020-10-05T18:38:58.346Z] === RUN   TestDockerSuite/TestBuildStderr
18:39:03 [2020-10-05T18:39:03.035Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
18:39:24 [2020-10-05T18:39:24.121Z] === RUN   TestDockerSuite/TestBuildStopSignal
18:39:24 [2020-10-05T18:39:24.121Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
18:39:26 [2020-10-05T18:39:26.300Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
18:39:26 [2020-10-05T18:39:26.758Z] === RUN   TestDockerSuite/TestBuildTagEvent
18:39:28 [2020-10-05T18:39:28.237Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
18:39:31 [2020-10-05T18:39:31.456Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
18:39:37 [2020-10-05T18:39:37.244Z] === RUN   TestDockerSuite/TestBuildUser
18:39:37 [2020-10-05T18:39:37.244Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
18:39:37 [2020-10-05T18:39:37.244Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
18:39:37 [2020-10-05T18:39:37.244Z] === RUN   TestDockerSuite/TestBuildVerboseOut
18:39:40 [2020-10-05T18:39:40.449Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
18:39:40 [2020-10-05T18:39:40.981Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
18:39:40 [2020-10-05T18:39:40.981Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
18:39:41 [2020-10-05T18:39:41.388Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
18:39:41 [2020-10-05T18:39:41.648Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
18:39:41 [2020-10-05T18:39:41.648Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
18:39:41 [2020-10-05T18:39:41.907Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
18:39:42 [2020-10-05T18:39:42.476Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
18:39:43 [2020-10-05T18:39:43.157Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
18:39:43 [2020-10-05T18:39:43.157Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
18:39:43 [2020-10-05T18:39:43.157Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
18:39:45 [2020-10-05T18:39:45.013Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
18:39:48 [2020-10-05T18:39:48.305Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
18:39:50 [2020-10-05T18:39:50.222Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
18:40:04 [2020-10-05T18:40:04.241Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
18:40:04 [2020-10-05T18:40:04.241Z] === RUN   TestDockerSuite/TestBuildWindowsUser
18:40:19 [2020-10-05T18:40:19.260Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
18:40:23 [2020-10-05T18:40:23.003Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
18:40:23 [2020-10-05T18:40:23.463Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
18:40:23 [2020-10-05T18:40:23.463Z] === RUN   TestDockerSuite/TestBuildWithFailure
18:40:25 [2020-10-05T18:40:25.642Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
18:40:26 [2020-10-05T18:40:26.104Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
18:40:38 [2020-10-05T18:40:38.485Z] === RUN   TestDockerSuite/TestBuildWithTabs
18:40:42 [2020-10-05T18:40:42.221Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
18:40:42 [2020-10-05T18:40:42.221Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
18:40:46 [2020-10-05T18:40:46.460Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
18:40:46 [2020-10-05T18:40:46.460Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
18:40:47 [2020-10-05T18:40:47.842Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
18:40:50 [2020-10-05T18:40:50.379Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
18:40:53 [2020-10-05T18:40:53.669Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
18:40:56 [2020-10-05T18:40:56.208Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
18:40:57 [2020-10-05T18:40:57.030Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
18:40:57 [2020-10-05T18:40:57.030Z] === RUN   TestDockerSuite/TestBuildWithVolumes
18:40:57 [2020-10-05T18:40:57.030Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
18:40:57 [2020-10-05T18:40:57.030Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
18:40:57 [2020-10-05T18:40:57.030Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
18:41:05 [2020-10-05T18:41:05.602Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
18:41:06 [2020-10-05T18:41:06.569Z] === RUN   TestDockerSuite/TestBuildXZHost
18:41:06 [2020-10-05T18:41:06.569Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
18:41:06 [2020-10-05T18:41:06.569Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
18:41:06 [2020-10-05T18:41:06.569Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
18:41:08 [2020-10-05T18:41:08.745Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
18:41:12 [2020-10-05T18:41:12.481Z] === RUN   TestDockerSuite/TestCommitChange
18:41:17 [2020-10-05T18:41:17.166Z] === RUN   TestDockerSuite/TestCommitChangeLabels
18:41:18 [2020-10-05T18:41:18.147Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
18:41:21 [2020-10-05T18:41:21.852Z] === RUN   TestDockerSuite/TestCommitHardlink
18:41:21 [2020-10-05T18:41:21.852Z] === RUN   TestDockerSuite/TestCommitNewFile
18:41:27 [2020-10-05T18:41:27.641Z] === RUN   TestDockerSuite/TestCommitPausedContainer
18:41:27 [2020-10-05T18:41:27.641Z] === RUN   TestDockerSuite/TestCommitTTY
18:41:30 [2020-10-05T18:41:30.363Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
18:41:32 [2020-10-05T18:41:32.900Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
18:41:34 [2020-10-05T18:41:34.713Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
18:41:35 [2020-10-05T18:41:35.439Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
18:41:37 [2020-10-05T18:41:37.977Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestCommitWithoutPause
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
18:41:38 [2020-10-05T18:41:38.452Z] === RUN   TestDockerSuite/TestContainerAPICommit
18:41:46 [2020-10-05T18:41:46.098Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
18:41:50 [2020-10-05T18:41:50.832Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
18:41:51 [2020-10-05T18:41:51.376Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
18:41:53 [2020-10-05T18:41:53.284Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
18:41:55 [2020-10-05T18:41:55.518Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
18:41:55 [2020-10-05T18:41:55.518Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
18:41:56 [2020-10-05T18:41:56.577Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
18:41:57 [2020-10-05T18:41:57.052Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
18:41:57 [2020-10-05T18:41:57.053Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
18:41:57 [2020-10-05T18:41:57.053Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
18:41:57 [2020-10-05T18:41:57.053Z] === RUN   TestDockerSuite/TestContainerAPICreate
18:41:59 [2020-10-05T18:41:59.142Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
18:42:01 [2020-10-05T18:42:01.681Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
18:42:04 [2020-10-05T18:42:04.127Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
18:42:04 [2020-10-05T18:42:04.127Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
18:42:04 [2020-10-05T18:42:04.127Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
18:42:04 [2020-10-05T18:42:04.222Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
18:42:06 [2020-10-05T18:42:06.305Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
18:42:06 [2020-10-05T18:42:06.305Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
18:42:06 [2020-10-05T18:42:06.305Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
18:42:06 [2020-10-05T18:42:06.305Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
18:42:06 [2020-10-05T18:42:06.305Z] === RUN   TestDockerSuite/TestContainerAPIDelete
18:42:06 [2020-10-05T18:42:06.759Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
18:42:08 [2020-10-05T18:42:08.481Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
18:42:10 [2020-10-05T18:42:10.024Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
18:42:11 [2020-10-05T18:42:11.560Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
18:42:11 [2020-10-05T18:42:11.560Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
18:42:11 [2020-10-05T18:42:11.560Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
18:42:13 [2020-10-05T18:42:13.738Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
18:42:13 [2020-10-05T18:42:13.738Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
18:42:15 [2020-10-05T18:42:15.280Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
18:42:15 [2020-10-05T18:42:15.280Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
18:42:15 [2020-10-05T18:42:15.280Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
18:42:17 [2020-10-05T18:42:17.454Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
18:42:17 [2020-10-05T18:42:17.454Z] === RUN   TestDockerSuite/TestContainerAPIKill
18:42:18 [2020-10-05T18:42:18.988Z] === RUN   TestDockerSuite/TestContainerAPIPause
18:42:18 [2020-10-05T18:42:18.988Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
18:42:21 [2020-10-05T18:42:21.163Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
18:42:21 [2020-10-05T18:42:21.163Z] === RUN   TestDockerSuite/TestContainerAPIRename
18:42:23 [2020-10-05T18:42:23.338Z] === RUN   TestDockerSuite/TestContainerAPIRestart
18:42:27 [2020-10-05T18:42:27.072Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
18:42:29 [2020-10-05T18:42:29.977Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
18:42:29 [2020-10-05T18:42:29.977Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
18:42:29 [2020-10-05T18:42:29.977Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
18:42:29 [2020-10-05T18:42:29.977Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
18:42:29 [2020-10-05T18:42:29.977Z] === RUN   TestDockerSuite/TestContainerAPIStart
18:42:31 [2020-10-05T18:42:31.510Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
18:42:31 [2020-10-05T18:42:31.510Z] === RUN   TestDockerSuite/TestContainerAPIStop
18:42:33 [2020-10-05T18:42:33.687Z] === RUN   TestDockerSuite/TestContainerAPITop
18:42:33 [2020-10-05T18:42:33.687Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
18:42:35 [2020-10-05T18:42:35.222Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
18:42:35 [2020-10-05T18:42:35.222Z] === RUN   TestDockerSuite/TestContainerAPIWait
18:42:38 [2020-10-05T18:42:38.957Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
18:42:40 [2020-10-05T18:42:40.493Z] === RUN   TestDockerSuite/TestContainerNetworkMode
18:42:40 [2020-10-05T18:42:40.951Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
18:42:40 [2020-10-05T18:42:40.951Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
18:42:40 [2020-10-05T18:42:40.951Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
18:42:40 [2020-10-05T18:42:40.951Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
18:42:40 [2020-10-05T18:42:40.951Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
18:42:42 [2020-10-05T18:42:42.487Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
18:42:42 [2020-10-05T18:42:42.487Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
18:42:44 [2020-10-05T18:42:44.662Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
18:42:46 [2020-10-05T18:42:46.999Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
18:42:49 [2020-10-05T18:42:49.176Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
18:42:51 [2020-10-05T18:42:51.354Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0006bffa0_<nil>}
18:42:53 [2020-10-05T18:42:53.537Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1763857934_c:\foo_false__<nil>_<nil>_<nil>}
18:42:55 [2020-10-05T18:42:55.713Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1763857934_c:\foo_true__<nil>_<nil>_<nil>}
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestCopyAndRestart
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
18:43:02 [2020-10-05T18:43:02.781Z] === RUN   TestDockerSuite/TestCpAbsolutePath
18:43:02 [2020-10-05T18:43:02.997Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseA
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseB
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseC
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseD
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseE
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseF
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseG
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseH
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseI
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromCaseJ
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
18:43:04 [2020-10-05T18:43:04.960Z] === RUN   TestDockerSuite/TestCpGarbagePath
18:43:07 [2020-10-05T18:43:07.137Z] === RUN   TestDockerSuite/TestCpLocalOnly
18:43:07 [2020-10-05T18:43:07.137Z] === RUN   TestDockerSuite/TestCpNameHasColon
18:43:07 [2020-10-05T18:43:07.137Z] === RUN   TestDockerSuite/TestCpRelativePath
18:43:09 [2020-10-05T18:43:09.314Z] === RUN   TestDockerSuite/TestCpSpecialFiles
18:43:09 [2020-10-05T18:43:09.314Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
18:43:09 [2020-10-05T18:43:09.314Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
18:43:09 [2020-10-05T18:43:09.314Z] === RUN   TestDockerSuite/TestCpToCaseA
18:43:13 [2020-10-05T18:43:13.045Z] === RUN   TestDockerSuite/TestCpToCaseB
18:43:15 [2020-10-05T18:43:15.221Z] === RUN   TestDockerSuite/TestCpToCaseC
18:43:15 [2020-10-05T18:43:15.221Z] === RUN   TestDockerSuite/TestCpToCaseD
18:43:15 [2020-10-05T18:43:15.221Z] === RUN   TestDockerSuite/TestCpToCaseE
18:43:17 [2020-10-05T18:43:17.883Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
18:43:27 [2020-10-05T18:43:27.596Z] === RUN   TestDockerSuite/TestCpToCaseF
18:43:27 [2020-10-05T18:43:27.596Z] === RUN   TestDockerSuite/TestCpToCaseG
18:43:27 [2020-10-05T18:43:27.596Z] === RUN   TestDockerSuite/TestCpToCaseH
18:43:35 [2020-10-05T18:43:35.988Z] --- PASS: TestDockerSwarmSuite (1682.12s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.25s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.41s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.53s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.07s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.05s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.10s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:562: [d525b9d1a6018] joining swarm manager [d7acfbc0811ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:584: [d6d80a80df76a] joining swarm manager [d7acfbc0811ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]         check_test.go:380: [d525b9d1a6018] daemon is not started
18:43:35 [2020-10-05T18:43:35.988Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.05s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:45: [dd11c32a181d1] joining swarm manager [de3e2eddf44ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.82s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.94s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.68s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:303: [d70105fe6cb17] joining swarm manager [d73eedfeceeee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:304: [dde4917f12a35] joining swarm manager [d73eedfeceeee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:363: Waiting for possible election...
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.95s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:271: [d38db41160642] joining swarm manager [d8dc8eba43a36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:272: [d450aa0fbf0e4] joining swarm manager [d8dc8eba43a36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (25.11s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.36s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.51s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_node_test.go:19: [d4cadf7601ed0] joining swarm manager [d67350534b92a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_node_test.go:20: [d402fa260c8fa] joining swarm manager [d67350534b92a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (53.95s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:501: [d55b256abba0e] joining swarm manager [d3b577edbbcc4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:506: [da298c144f38a] joining swarm manager [d3b577edbbcc4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.70s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_node_test.go:80: [dece80cd37333] joining swarm manager [d2036ba939d6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.23s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_node_test.go:52: [d492d51abaf06] joining swarm manager [d1ce241a9121f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_node_test.go:53: [d3fe1c831de80] joining swarm manager [d1ce241a9121f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.64s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.39s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:201: [d8d92ca451537] joining swarm manager [df5516a8e8613]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.23s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:383: [d7e01f5f67736] joining swarm manager [dbfba3254aef6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:384: [d1385c8768f5a] joining swarm manager [dbfba3254aef6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]         check_test.go:380: [d1385c8768f5a] daemon is not started
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.97s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:801: [debd7825e0cbc] joining swarm manager [d09ffc11d8580]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:801: [d8fbc9710f05d] joining swarm manager [d09ffc11d8580]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:801: [dca109a5befc8] joining swarm manager [d09ffc11d8580]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:801: [d17b5a83778ae] joining swarm manager [d09ffc11d8580]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_test.go:809: [da1d40443d41b] joining swarm manager [d09ffc11d8580]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.69s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.71s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:394: [d992f86a8e04b] joining swarm manager [d15f80f8a7c22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:394: [d5f074a094f97] joining swarm manager [d15f80f8a7c22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.42s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:342: [da3d18728d8a3] joining swarm manager [d3fbc05392650]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:342: [d1eba90e1e9bc] joining swarm manager [d3fbc05392650]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.53s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:489: [d2700d67c58f4] joining swarm manager [db8d769ebdbde]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:489: [d60613966f880] joining swarm manager [db8d769ebdbde]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.05s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.38s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:127: [d0daa68568358] joining swarm manager [dfc8f049bb044]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:128: [db61b329a9e39] joining swarm manager [dfc8f049bb044]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:136: [dc5f94bf117b8] joining swarm manager [dfc8f049bb044]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:137: [df383f266d0a9] joining swarm manager [dfc8f049bb044]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.91s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.56s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:303: [da88fc986ab0b] joining swarm manager [d897ad9d3a7bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:303: [d076d296cc62c] joining swarm manager [d897ad9d3a7bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.54s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:99: [d24ee79025b7d] joining swarm manager [d78a54f2f6672]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:100: [d35011607da31] joining swarm manager [d78a54f2f6672]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]         check_test.go:380: [d24ee79025b7d] daemon is not started
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.92s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:532: [d8859944fd194] joining swarm manager [d71aecab8f55b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:533: [db20c6e221cba] joining swarm manager [d71aecab8f55b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.05s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:147: [d047bb5ab9907] joining swarm manager [d02c064548b0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_api_swarm_service_test.go:147: [d88dc32484667] joining swarm manager [d02c064548b0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.59s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.91s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.19s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.27s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.81s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.62s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (1.95s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.59s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.27s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.64s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.10s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.77s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.50s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.88s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.33s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.27s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.96s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.59s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.67s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.83s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.45s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.41s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.38s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.59s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.34s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.83s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.29s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.55s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.29s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.20s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.66s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.09s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_service_logs_test.go:245: checking task 390dwxgnhwso
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_service_logs_test.go:250: checking messages for 390dwxgnhwso
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_service_logs_test.go:245: checking task x7pfmrdrc22r
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_service_logs_test.go:250: checking messages for x7pfmrdrc22r
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (3.00s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.78s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.42s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.70s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.93s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_swarm_test.go:1901: [de1f9e76c067e] joining swarm manager [da38e4c0fce35]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_swarm_test.go:1902: [da772e3dc980e] joining swarm manager [da38e4c0fce35]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.00s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.69s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.33s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.79s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_swarm_test.go:1802: [d4b8c3357ed94] joining swarm manager [d3f546f3fd3d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_swarm_test.go:1803: [d42bd9587e755] joining swarm manager [d3f546f3fd3d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.83s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (105.75s)
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_swarm_test.go:1321: [d100fb7220083] joining swarm manager [d1b6246afb1ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.988Z]         docker_cli_swarm_test.go:1322: [d2fdbc6f68e3b] joining swarm manager [d1b6246afb1ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.05s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.49s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.61s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.61s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.08s)
18:43:35 [2020-10-05T18:43:35.988Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.98s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.97s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.86s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.74s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (1.87s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.49s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.45s)
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_test.go:1186: [de8a13db23808] joining swarm manager [d70f127918829]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_test.go:1195: [da13d160e0091] joining swarm manager [d70f127918829]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.05s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.41s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (140.70s)
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_test.go:1118: [df3b8052907e2] joining swarm manager [df8e99f560be5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_test.go:1119: [da870f2440037] joining swarm manager [df8e99f560be5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_test.go:1172: [d9596569cfb19] joining swarm manager [df8e99f560be5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.38s)
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_test.go:1453: [de3164f686ba2] joining swarm manager [d6112346cbbab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_test.go:1454: [db1121d69c5c3] joining swarm manager [d6112346cbbab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (1.97s)
18:43:35 [2020-10-05T18:43:35.989Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s)
18:43:35 [2020-10-05T18:43:35.989Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s)
18:43:35 [2020-10-05T18:43:35.989Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
18:43:35 [2020-10-05T18:43:35.989Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.28s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (2.94s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.25s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.56s)
18:43:35 [2020-10-05T18:43:35.989Z]         docker_cli_swarm_unix_test.go:62: [d0d916dc5e494] joining swarm manager [d5a7e743df7e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.29s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.11s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.31s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.18s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.64s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.14s)
18:43:35 [2020-10-05T18:43:35.989Z]         docker_api_swarm_test.go:961: [d557e65339aa5] joining swarm manager [d2728aab6933c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.19s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.26s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.28s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.92s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.30s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.53s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.60s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.75s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.66s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.52s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.04s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.40s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.94s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.29s)
18:43:35 [2020-10-05T18:43:35.989Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.22s)
18:43:35 [2020-10-05T18:43:35.989Z] === RUN   TestDockerExternalVolumeSuite
18:43:35 [2020-10-05T18:43:35.989Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
18:43:39 [2020-10-05T18:43:39.973Z] === RUN   TestDockerSuite/TestCpToCaseI
18:43:39 [2020-10-05T18:43:39.973Z] === RUN   TestDockerSuite/TestCpToCaseJ
18:43:39 [2020-10-05T18:43:39.973Z] === RUN   TestDockerSuite/TestCpToDot
18:43:41 [2020-10-05T18:43:41.507Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
18:43:41 [2020-10-05T18:43:41.507Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
18:43:41 [2020-10-05T18:43:41.507Z] === RUN   TestDockerSuite/TestCpToStdout
18:43:44 [2020-10-05T18:43:44.409Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
18:43:44 [2020-10-05T18:43:44.409Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
18:43:44 [2020-10-05T18:43:44.409Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
18:43:44 [2020-10-05T18:43:44.409Z] === RUN   TestDockerSuite/TestCpVolumePath
18:43:44 [2020-10-05T18:43:44.409Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
18:43:44 [2020-10-05T18:43:44.409Z] === RUN   TestDockerSuite/TestCreateArgs
18:43:44 [2020-10-05T18:43:44.409Z] === RUN   TestDockerSuite/TestCreateByImageID
18:43:45 [2020-10-05T18:43:45.951Z] === RUN   TestDockerSuite/TestCreateEchoStdout
18:43:48 [2020-10-05T18:43:48.128Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
18:43:48 [2020-10-05T18:43:48.128Z] === RUN   TestDockerSuite/TestCreateHostConfig
18:43:48 [2020-10-05T18:43:48.587Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
18:43:50 [2020-10-05T18:43:50.131Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
18:43:50 [2020-10-05T18:43:50.589Z] === RUN   TestDockerSuite/TestCreateLabels
18:43:50 [2020-10-05T18:43:50.873Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
18:43:51 [2020-10-05T18:43:51.049Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
18:43:51 [2020-10-05T18:43:51.049Z] === RUN   TestDockerSuite/TestCreateRM
18:43:51 [2020-10-05T18:43:51.049Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
18:43:51 [2020-10-05T18:43:51.049Z] === RUN   TestDockerSuite/TestCreateStopSignal
18:43:51 [2020-10-05T18:43:51.507Z] === RUN   TestDockerSuite/TestCreateStopTimeout
18:43:51 [2020-10-05T18:43:51.507Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
18:43:58 [2020-10-05T18:43:58.579Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
18:43:58 [2020-10-05T18:43:58.579Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
18:43:59 [2020-10-05T18:43:59.038Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
18:44:03 [2020-10-05T18:44:03.728Z] === RUN   TestDockerSuite/TestCreateWithPortRange
18:44:03 [2020-10-05T18:44:03.728Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
18:44:03 [2020-10-05T18:44:03.728Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
18:44:05 [2020-10-05T18:44:05.262Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
18:44:05 [2020-10-05T18:44:05.262Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
18:44:05 [2020-10-05T18:44:05.262Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
18:44:05 [2020-10-05T18:44:05.720Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDevicePermissions
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDockerFails
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestEventsAttach
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestEventsCommit
18:44:05 [2020-10-05T18:44:05.721Z] === RUN   TestDockerSuite/TestEventsContainerEvents
18:44:07 [2020-10-05T18:44:07.896Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
18:44:10 [2020-10-05T18:44:10.074Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
18:44:11 [2020-10-05T18:44:11.608Z] === RUN   TestDockerSuite/TestEventsContainerRestart
18:44:18 [2020-10-05T18:44:18.678Z] === RUN   TestDockerSuite/TestEventsCopy
18:44:23 [2020-10-05T18:44:23.361Z] === RUN   TestDockerSuite/TestEventsFilterContainer
18:44:28 [2020-10-05T18:44:28.043Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
18:44:29 [2020-10-05T18:44:29.577Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
18:44:30 [2020-10-05T18:44:30.035Z] === RUN   TestDockerSuite/TestEventsFilterImageName
18:44:33 [2020-10-05T18:44:33.766Z] === RUN   TestDockerSuite/TestEventsFilterLabels
18:44:34 [2020-10-05T18:44:34.225Z] === RUN   TestDockerSuite/TestEventsFilterType
18:44:35 [2020-10-05T18:44:35.191Z] === RUN   TestDockerSuite/TestEventsFilters
18:44:38 [2020-10-05T18:44:38.923Z] === RUN   TestDockerSuite/TestEventsFormat
18:44:43 [2020-10-05T18:44:43.605Z] === RUN   TestDockerSuite/TestEventsFormatBadField
18:44:43 [2020-10-05T18:44:43.605Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
18:44:43 [2020-10-05T18:44:43.605Z] === RUN   TestDockerSuite/TestEventsImageImport
18:44:43 [2020-10-05T18:44:43.605Z] === RUN   TestDockerSuite/TestEventsImageLoad
18:44:43 [2020-10-05T18:44:43.605Z] === RUN   TestDockerSuite/TestEventsImagePull
18:44:43 [2020-10-05T18:44:43.605Z] === RUN   TestDockerSuite/TestEventsImageTag
18:44:44 [2020-10-05T18:44:44.573Z] === RUN   TestDockerSuite/TestEventsPluginOps
18:44:44 [2020-10-05T18:44:44.573Z] === RUN   TestDockerSuite/TestEventsRename
18:44:46 [2020-10-05T18:44:46.753Z] === RUN   TestDockerSuite/TestEventsResize
18:44:48 [2020-10-05T18:44:48.928Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
18:44:50 [2020-10-05T18:44:50.463Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
18:44:52 [2020-10-05T18:44:52.642Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
18:44:57 [2020-10-05T18:44:57.340Z] === RUN   TestDockerSuite/TestEventsTop
18:44:57 [2020-10-05T18:44:57.340Z] === RUN   TestDockerSuite/TestEventsUntag
18:44:58 [2020-10-05T18:44:58.569Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
18:45:00 [2020-10-05T18:45:00.246Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
18:45:03 [2020-10-05T18:45:03.149Z] === RUN   TestDockerSuite/TestExec
18:45:03 [2020-10-05T18:45:03.608Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
18:45:03 [2020-10-05T18:45:03.608Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
18:45:05 [2020-10-05T18:45:05.142Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
18:45:06 [2020-10-05T18:45:06.677Z] === RUN   TestDockerSuite/TestExecAPIStart
18:45:06 [2020-10-05T18:45:06.677Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
18:45:06 [2020-10-05T18:45:06.677Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
18:45:06 [2020-10-05T18:45:06.677Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
18:45:06 [2020-10-05T18:45:06.689Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
18:45:08 [2020-10-05T18:45:08.213Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
18:45:10 [2020-10-05T18:45:10.389Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
18:45:11 [2020-10-05T18:45:11.925Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
18:45:13 [2020-10-05T18:45:13.463Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
18:45:17 [2020-10-05T18:45:17.197Z] === RUN   TestDockerSuite/TestExecCgroup
18:45:17 [2020-10-05T18:45:17.197Z] === RUN   TestDockerSuite/TestExecEnv
18:45:17 [2020-10-05T18:45:17.197Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
18:45:17 [2020-10-05T18:45:17.197Z] === RUN   TestDockerSuite/TestExecExitStatus
18:45:18 [2020-10-05T18:45:18.736Z] === RUN   TestDockerSuite/TestExecInspectID
18:45:23 [2020-10-05T18:45:23.422Z] === RUN   TestDockerSuite/TestExecInteractive
18:45:23 [2020-10-05T18:45:23.422Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
18:45:23 [2020-10-05T18:45:23.880Z] === RUN   TestDockerSuite/TestExecParseError
18:45:23 [2020-10-05T18:45:23.880Z] === RUN   TestDockerSuite/TestExecPausedContainer
18:45:23 [2020-10-05T18:45:23.880Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
18:45:23 [2020-10-05T18:45:23.880Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
18:45:26 [2020-10-05T18:45:26.057Z] === RUN   TestDockerSuite/TestExecSetEnv
18:45:26 [2020-10-05T18:45:26.057Z] === RUN   TestDockerSuite/TestExecStartFails
18:45:26 [2020-10-05T18:45:26.057Z] === RUN   TestDockerSuite/TestExecStateCleanup
18:45:26 [2020-10-05T18:45:26.057Z] === RUN   TestDockerSuite/TestExecStopNotHanging
18:45:26 [2020-10-05T18:45:26.057Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
18:45:26 [2020-10-05T18:45:26.057Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
18:45:27 [2020-10-05T18:45:27.592Z] === RUN   TestDockerSuite/TestExecUlimits
18:45:27 [2020-10-05T18:45:27.592Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
18:45:34 [2020-10-05T18:45:34.678Z] === RUN   TestDockerSuite/TestExecWithImageUser
18:45:34 [2020-10-05T18:45:34.678Z] === RUN   TestDockerSuite/TestExecWithPrivileged
18:45:34 [2020-10-05T18:45:34.678Z] === RUN   TestDockerSuite/TestExecWithUser
18:45:34 [2020-10-05T18:45:34.678Z] === RUN   TestDockerSuite/TestGetContainerStats
18:45:38 [2020-10-05T18:45:38.788Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
18:45:39 [2020-10-05T18:45:39.366Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
18:45:45 [2020-10-05T18:45:45.160Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
18:45:48 [2020-10-05T18:45:48.060Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
18:45:53 [2020-10-05T18:45:53.709Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
18:45:53 [2020-10-05T18:45:53.849Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
18:45:53 [2020-10-05T18:45:53.849Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
18:45:53 [2020-10-05T18:45:53.849Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
18:45:53 [2020-10-05T18:45:53.849Z] === RUN   TestDockerSuite/TestHealth
18:45:53 [2020-10-05T18:45:53.849Z] === RUN   TestDockerSuite/TestHistoryExistentImage
18:45:53 [2020-10-05T18:45:53.849Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
18:45:53 [2020-10-05T18:45:53.849Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
18:45:53 [2020-10-05T18:45:53.849Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
18:45:58 [2020-10-05T18:45:58.535Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
18:45:58 [2020-10-05T18:45:58.535Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
18:45:58 [2020-10-05T18:45:58.535Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
18:45:58 [2020-10-05T18:45:58.535Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
18:45:58 [2020-10-05T18:45:58.535Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
18:45:58 [2020-10-05T18:45:58.535Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
18:45:58 [2020-10-05T18:45:58.994Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
18:45:58 [2020-10-05T18:45:58.994Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
18:45:59 [2020-10-05T18:45:59.960Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
18:45:59 [2020-10-05T18:45:59.960Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
18:46:01 [2020-10-05T18:46:01.494Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
18:46:01 [2020-10-05T18:46:01.494Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
18:46:03 [2020-10-05T18:46:03.035Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
18:46:05 [2020-10-05T18:46:05.211Z] === RUN   TestDockerSuite/TestImagesFormat
18:46:05 [2020-10-05T18:46:05.669Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
18:46:05 [2020-10-05T18:46:05.669Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
18:46:09 [2020-10-05T18:46:09.411Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
18:46:09 [2020-10-05T18:46:09.411Z] === RUN   TestDockerSuite/TestImportBadURL
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestImportDisplay
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestImportFile
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestImportFileWithMessage
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestImportGzipped
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
18:46:11 [2020-10-05T18:46:11.588Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
18:46:13 [2020-10-05T18:46:13.767Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
18:46:15 [2020-10-05T18:46:15.303Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
18:46:15 [2020-10-05T18:46:15.303Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
18:46:15 [2020-10-05T18:46:15.303Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
18:46:15 [2020-10-05T18:46:15.761Z] === RUN   TestDockerSuite/TestInspectAmpersand
18:46:15 [2020-10-05T18:46:15.761Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
18:46:17 [2020-10-05T18:46:17.297Z] === RUN   TestDockerSuite/TestInspectByPrefix
18:46:17 [2020-10-05T18:46:17.756Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
18:46:19 [2020-10-05T18:46:19.291Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
18:46:19 [2020-10-05T18:46:19.291Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
18:46:19 [2020-10-05T18:46:19.291Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
18:46:19 [2020-10-05T18:46:19.291Z] === RUN   TestDockerSuite/TestInspectDefault
18:46:21 [2020-10-05T18:46:21.467Z] === RUN   TestDockerSuite/TestInspectHistory
18:46:25 [2020-10-05T18:46:25.793Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
18:46:26 [2020-10-05T18:46:26.160Z] === RUN   TestDockerSuite/TestInspectImage
18:46:26 [2020-10-05T18:46:26.160Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
18:46:26 [2020-10-05T18:46:26.160Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
18:46:26 [2020-10-05T18:46:26.160Z] === RUN   TestDockerSuite/TestInspectInt64
18:46:27 [2020-10-05T18:46:27.695Z] === RUN   TestDockerSuite/TestInspectJSONFields
18:46:29 [2020-10-05T18:46:29.229Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
18:46:29 [2020-10-05T18:46:29.229Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
18:46:31 [2020-10-05T18:46:31.407Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
18:46:32 [2020-10-05T18:46:32.941Z] === RUN   TestDockerSuite/TestInspectPlugin
18:46:32 [2020-10-05T18:46:32.941Z] === RUN   TestDockerSuite/TestInspectRootFS
18:46:32 [2020-10-05T18:46:32.941Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
18:46:35 [2020-10-05T18:46:35.117Z] === RUN   TestDockerSuite/TestInspectStatus
18:46:37 [2020-10-05T18:46:37.292Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
18:46:38 [2020-10-05T18:46:38.004Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
18:46:41 [2020-10-05T18:46:41.022Z] === RUN   TestDockerSuite/TestInspectTemplateError
18:46:42 [2020-10-05T18:46:42.558Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
18:46:44 [2020-10-05T18:46:44.094Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
18:46:46 [2020-10-05T18:46:46.269Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
18:46:47 [2020-10-05T18:46:47.805Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
18:46:49 [2020-10-05T18:46:49.339Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestInspectUnknownObject
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinkShortDefinition
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksEnvs
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
18:46:51 [2020-10-05T18:46:51.514Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
18:46:51 [2020-10-05T18:46:51.973Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
18:46:51 [2020-10-05T18:46:51.973Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
18:46:53 [2020-10-05T18:46:53.508Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
18:46:55 [2020-10-05T18:46:55.043Z] === RUN   TestDockerSuite/TestLogsAPIUntil
18:47:00 [2020-10-05T18:47:00.840Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
18:47:02 [2020-10-05T18:47:02.377Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
18:47:02 [2020-10-05T18:47:02.377Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
18:47:03 [2020-10-05T18:47:03.914Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
18:47:03 [2020-10-05T18:47:03.914Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
18:47:10 [2020-10-05T18:47:10.088Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
18:47:10 [2020-10-05T18:47:10.983Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
18:47:16 [2020-10-05T18:47:16.769Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
18:47:22 [2020-10-05T18:47:22.567Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
18:47:24 [2020-10-05T18:47:24.103Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
18:47:24 [2020-10-05T18:47:24.974Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
18:47:26 [2020-10-05T18:47:26.280Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
18:47:26 [2020-10-05T18:47:26.280Z] === RUN   TestDockerSuite/TestLogsFollowStopped
18:47:27 [2020-10-05T18:47:27.955Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
18:47:30 [2020-10-05T18:47:30.137Z] === RUN   TestDockerSuite/TestLogsSince
18:47:38 [2020-10-05T18:47:38.706Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
18:47:38 [2020-10-05T18:47:38.706Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
18:47:38 [2020-10-05T18:47:38.706Z] === RUN   TestDockerSuite/TestLogsTail
18:47:39 [2020-10-05T18:47:39.998Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
18:47:40 [2020-10-05T18:47:40.884Z] === RUN   TestDockerSuite/TestLogsTimestamps
18:47:43 [2020-10-05T18:47:43.061Z] === RUN   TestDockerSuite/TestLogsWithDetails
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestMountIntoProc
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestMountIntoSys
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestNetHostname
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPluginActive
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPluginLogDriver
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPluginUpgrade
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPortHostBinding
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPortList
18:47:45 [2020-10-05T18:47:45.241Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersAttach
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
18:47:48 [2020-10-05T18:47:48.977Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
18:47:52 [2020-10-05T18:47:52.715Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
18:47:52 [2020-10-05T18:47:52.715Z] === RUN   TestDockerSuite/TestPsByOrder
18:47:59 [2020-10-05T18:47:59.788Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
18:47:59 [2020-10-05T18:47:59.788Z] === RUN   TestDockerSuite/TestPsListContainersBase
18:48:10 [2020-10-05T18:48:10.107Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
18:48:20 [2020-10-05T18:48:20.426Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
18:48:20 [2020-10-05T18:48:20.426Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
18:48:20 [2020-10-05T18:48:20.884Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
18:48:26 [2020-10-05T18:48:26.700Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
18:48:33 [2020-10-05T18:48:33.269Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
18:48:35 [2020-10-05T18:48:35.449Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
18:48:42 [2020-10-05T18:48:42.522Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
18:48:44 [2020-10-05T18:48:44.790Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
18:48:45 [2020-10-05T18:48:45.427Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
18:48:45 [2020-10-05T18:48:45.427Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
18:48:45 [2020-10-05T18:48:45.427Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
18:48:49 [2020-10-05T18:48:49.165Z] === RUN   TestDockerSuite/TestPsListContainersSize
18:48:49 [2020-10-05T18:48:49.165Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
18:48:49 [2020-10-05T18:48:49.165Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
18:48:49 [2020-10-05T18:48:49.165Z] === RUN   TestDockerSuite/TestPsRightTagName
18:48:49 [2020-10-05T18:48:49.165Z] === RUN   TestDockerSuite/TestPsShowMounts
18:48:56 [2020-10-05T18:48:56.238Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
18:48:56 [2020-10-05T18:48:56.238Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
18:48:57 [2020-10-05T18:48:57.208Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
18:48:57 [2020-10-05T18:48:57.208Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
18:48:58 [2020-10-05T18:48:58.749Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
18:48:59 [2020-10-05T18:48:59.208Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
18:48:59 [2020-10-05T18:48:59.667Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
18:49:08 [2020-10-05T18:49:08.235Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
18:49:11 [2020-10-05T18:49:11.141Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
18:49:13 [2020-10-05T18:49:13.322Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
18:49:16 [2020-10-05T18:49:16.875Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
18:49:34 [2020-10-05T18:49:34.425Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
18:49:34 [2020-10-05T18:49:34.425Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
18:49:39 [2020-10-05T18:49:39.117Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
18:49:39 [2020-10-05T18:49:39.117Z] === RUN   TestDockerSuite/TestRestartPolicyNO
18:49:39 [2020-10-05T18:49:39.117Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
18:49:39 [2020-10-05T18:49:39.576Z] === RUN   TestDockerSuite/TestRestartRunningContainer
18:49:43 [2020-10-05T18:49:43.314Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
18:49:47 [2020-10-05T18:49:47.048Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
18:49:47 [2020-10-05T18:49:47.048Z] === RUN   TestDockerSuite/TestRestartWithVolumes
18:49:48 [2020-10-05T18:49:48.979Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
18:49:50 [2020-10-05T18:49:50.786Z] === RUN   TestDockerSuite/TestRmiBlank
18:49:50 [2020-10-05T18:49:50.786Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
18:49:50 [2020-10-05T18:49:50.786Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
18:50:03 [2020-10-05T18:50:03.865Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
18:50:05 [2020-10-05T18:50:05.597Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
18:50:06 [2020-10-05T18:50:06.056Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
18:50:07 [2020-10-05T18:50:07.025Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
18:50:12 [2020-10-05T18:50:12.823Z] === RUN   TestDockerSuite/TestRmiImgIDForce
18:50:17 [2020-10-05T18:50:17.514Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
18:50:21 [2020-10-05T18:50:21.956Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
18:50:29 [2020-10-05T18:50:29.906Z] === RUN   TestDockerSuite/TestRmiParentImageFail
18:50:33 [2020-10-05T18:50:33.642Z] === RUN   TestDockerSuite/TestRmiTag
18:50:34 [2020-10-05T18:50:34.102Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
18:50:36 [2020-10-05T18:50:36.280Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
18:50:36 [2020-10-05T18:50:36.839Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
18:50:51 [2020-10-05T18:50:51.724Z] --- PASS: TestDockerExternalVolumeSuite (437.27s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_external_volume_driver_test.go:53: [defb54893e800] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.29s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_external_volume_driver_test.go:53: [d196df31aefa5] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_external_volume_driver_test.go:53: [dc0d4b00973b6] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_external_volume_driver_test.go:53: [d3aa6ef015fa9] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.21s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.32s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.20s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.68s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_external_volume_driver_test.go:485: [d68113dc1b292] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_external_volume_driver_test.go:53: [d9235dc4c6af6] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z] PASS
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] === Skipped
18:50:51 [2020-10-05T18:50:51.724Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
18:50:51 [2020-10-05T18:50:51.724Z]         check_test.go:309: [dcede27b2313e] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
18:50:51 [2020-10-05T18:50:51.724Z]         check_test.go:309: [d56ec3e6812e9] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
18:50:51 [2020-10-05T18:50:51.724Z]         check_test.go:309: [d9c4f62effd80] daemon is not started
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
18:50:51 [2020-10-05T18:50:51.724Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
18:50:51 [2020-10-05T18:50:51.724Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] DONE 273 tests, 5 skipped in 2514.436s
18:50:51 [2020-10-05T18:50:51.724Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
18:50:51 [2020-10-05T18:50:51.724Z] ++++ cat bundles/test-integration/docker.pid
18:50:51 [2020-10-05T18:50:51.724Z] +++ kill 7632
18:50:51 [2020-10-05T18:50:51.724Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d17abaef07cb6/docker.pid
18:50:51 [2020-10-05T18:50:51.724Z] +++ kill 5470
18:50:51 [2020-10-05T18:50:51.724Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5470 is not a child of this shell
18:50:51 [2020-10-05T18:50:51.724Z] warning: PID 5470 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d17abaef07cb6/docker.pid had a nonzero exit code
18:50:51 [2020-10-05T18:50:51.724Z] +++ /etc/init.d/apparmor stop
18:50:51 [2020-10-05T18:50:51.724Z] Leaving: AppArmorNo profiles have been unloaded.
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] Unloading profiles will leave already running processes permanently
18:50:51 [2020-10-05T18:50:51.724Z] unconfined, which can lead to unexpected situations.
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.724Z] To set a process to complain mode, use the command line tool
18:50:51 [2020-10-05T18:50:51.724Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
18:50:51 [2020-10-05T18:50:51.724Z] +++ true
18:50:51 [2020-10-05T18:50:51.724Z] exiting test-integration
18:50:51 [2020-10-05T18:50:51.724Z] ++ exit 0
18:50:51 [2020-10-05T18:50:51.724Z] 
18:50:51 [2020-10-05T18:50:51.984Z] + exit 0
18:50:51 [2020-10-05T18:50:51.984Z] ++ jobs -p
18:50:51 [2020-10-05T18:50:51.984Z] + pids=
18:50:51 [2020-10-05T18:50:51.984Z] + echo 'Remaining pids to kill: []'
18:50:51 [2020-10-05T18:50:51.984Z] Remaining pids to kill: []
18:50:51 [2020-10-05T18:50:51.984Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
18:50:51 [2020-10-05T18:50:51.999Z] Recording test results
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
18:50:52 [2020-10-05T18:50:52.990Z] + echo Ensuring container killed.
18:50:52 [2020-10-05T18:50:52.990Z] Ensuring container killed.
18:50:52 [2020-10-05T18:50:52.990Z] + docker ps -aq -f name=docker-pr4-*
18:50:52 [2020-10-05T18:50:52.990Z] + cids=e4898544bdb7
18:50:52 [2020-10-05T18:50:52.990Z] 768dd9da9fe6
18:50:52 [2020-10-05T18:50:52.990Z] 185e2e85ca93
18:50:52 [2020-10-05T18:50:52.990Z] + [ -n e4898544bdb7
18:50:52 [2020-10-05T18:50:52.990Z] 768dd9da9fe6
18:50:52 [2020-10-05T18:50:52.990Z] 185e2e85ca93 ]
18:50:52 [2020-10-05T18:50:52.990Z] + docker rm -vf e4898544bdb7 768dd9da9fe6 185e2e85ca93
18:50:53 [2020-10-05T18:50:53.980Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
18:50:53 [2020-10-05T18:50:53.980Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
18:50:56 [2020-10-05T18:50:56.282Z] e4898544bdb7
18:50:56 [2020-10-05T18:50:56.855Z] 768dd9da9fe6
18:50:56 [2020-10-05T18:50:56.855Z] 185e2e85ca93
[Pipeline] sh
18:50:57 [2020-10-05T18:50:57.139Z] + echo Chowning /workspace to jenkins user
18:50:57 [2020-10-05T18:50:57.139Z] Chowning /workspace to jenkins user
18:50:57 [2020-10-05T18:50:57.139Z] + id -u
18:50:57 [2020-10-05T18:50:57.139Z] + id -g
18:50:57 [2020-10-05T18:50:57.139Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41527:/workspace busybox chown -R 1000:1000 /workspace
18:50:58 [2020-10-05T18:50:58.680Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
18:50:59 [2020-10-05T18:50:59.649Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
18:50:59 [2020-10-05T18:50:59.649Z] === RUN   TestDockerSuite/TestRunAddHost
18:50:59 [2020-10-05T18:50:59.649Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
18:50:59 [2020-10-05T18:50:59.649Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
18:50:59 [2020-10-05T18:50:59.649Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
18:50:59 [2020-10-05T18:50:59.649Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
18:50:59 [2020-10-05T18:50:59.649Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
18:50:59 [2020-10-05T18:50:59.649Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
18:51:00 [2020-10-05T18:51:00.732Z] + bundleName=amd64
18:51:00 [2020-10-05T18:51:00.732Z] + echo Creating amd64-bundles.tar.gz
18:51:00 [2020-10-05T18:51:00.732Z] Creating amd64-bundles.tar.gz
18:51:00 [2020-10-05T18:51:00.732Z] + xargs tar -czf amd64-bundles.tar.gz
18:51:00 [2020-10-05T18:51:00.732Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
18:51:01 [2020-10-05T18:51:01.683Z] Archiving artifacts
18:51:01 [2020-10-05T18:51:01.830Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
18:51:01 [2020-10-05T18:51:01.830Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
18:51:01 [2020-10-05T18:51:01.830Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
18:51:02 [2020-10-05T18:51:02.136Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41527/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:51:02 [2020-10-05T18:51:02.447Z] + make clean
18:51:02 [2020-10-05T18:51:02.706Z] docker volume rm -f docker-dev-cache
18:51:02 [2020-10-05T18:51:02.706Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:51:10 [2020-10-05T18:51:10.402Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
18:51:13 [2020-10-05T18:51:13.313Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
18:51:14 [2020-10-05T18:51:14.850Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
18:51:21 [2020-10-05T18:51:21.926Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
18:51:23 [2020-10-05T18:51:23.462Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
18:51:23 [2020-10-05T18:51:23.462Z] === RUN   TestDockerSuite/TestRunBindMounts
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
18:51:28 [2020-10-05T18:51:28.153Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
18:51:29 [2020-10-05T18:51:29.691Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
18:51:29 [2020-10-05T18:51:29.691Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
18:51:31 [2020-10-05T18:51:31.938Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
18:51:31 [2020-10-05T18:51:31.938Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
18:51:31 [2020-10-05T18:51:31.938Z] === RUN   TestDockerSuite/TestRunContainerNetwork
18:51:34 [2020-10-05T18:51:34.115Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
18:51:34 [2020-10-05T18:51:34.115Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
18:51:34 [2020-10-05T18:51:34.115Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
18:51:34 [2020-10-05T18:51:34.115Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
18:51:34 [2020-10-05T18:51:34.115Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
18:51:34 [2020-10-05T18:51:34.115Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
18:51:34 [2020-10-05T18:51:34.115Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
18:51:34 [2020-10-05T18:51:34.115Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
18:51:36 [2020-10-05T18:51:36.292Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
18:51:37 [2020-10-05T18:51:37.830Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
18:51:40 [2020-10-05T18:51:40.008Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
18:51:40 [2020-10-05T18:51:40.008Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
18:51:40 [2020-10-05T18:51:40.008Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
18:51:40 [2020-10-05T18:51:40.008Z] === RUN   TestDockerSuite/TestRunCreateVolume
18:51:41 [2020-10-05T18:51:41.543Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
18:51:41 [2020-10-05T18:51:41.543Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
18:51:41 [2020-10-05T18:51:41.543Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
18:51:41 [2020-10-05T18:51:41.543Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
18:51:41 [2020-10-05T18:51:41.543Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
18:51:43 [2020-10-05T18:51:43.721Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
18:51:48 [2020-10-05T18:51:48.416Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
18:51:48 [2020-10-05T18:51:48.416Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
18:51:48 [2020-10-05T18:51:48.416Z] === RUN   TestDockerSuite/TestRunDNSOptions
18:51:48 [2020-10-05T18:51:48.416Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
18:51:48 [2020-10-05T18:51:48.876Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
18:51:48 [2020-10-05T18:51:48.876Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
18:51:48 [2020-10-05T18:51:48.876Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
18:51:51 [2020-10-05T18:51:51.055Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
18:51:51 [2020-10-05T18:51:51.055Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
18:51:51 [2020-10-05T18:51:51.055Z] === RUN   TestDockerSuite/TestRunDuplicateMount
18:51:51 [2020-10-05T18:51:51.055Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
18:51:52 [2020-10-05T18:51:52.592Z] === RUN   TestDockerSuite/TestRunEchoStdout
18:51:54 [2020-10-05T18:51:54.770Z] === RUN   TestDockerSuite/TestRunEmptyEnv
18:51:54 [2020-10-05T18:51:54.770Z] === RUN   TestDockerSuite/TestRunEntrypoint
18:51:56 [2020-10-05T18:51:56.949Z] === RUN   TestDockerSuite/TestRunEnvironment
18:51:56 [2020-10-05T18:51:56.949Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
18:51:56 [2020-10-05T18:51:56.949Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
18:51:56 [2020-10-05T18:51:56.949Z] === RUN   TestDockerSuite/TestRunExitCode
18:51:58 [2020-10-05T18:51:58.485Z] === RUN   TestDockerSuite/TestRunExitCodeOne
18:52:00 [2020-10-05T18:52:00.665Z] === RUN   TestDockerSuite/TestRunExitCodeZero
18:52:02 [2020-10-05T18:52:02.206Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunExposePort
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunGroupAdd
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
18:52:05 [2020-10-05T18:52:05.114Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
18:52:08 [2020-10-05T18:52:08.854Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
18:52:08 [2020-10-05T18:52:08.854Z] === RUN   TestDockerSuite/TestRunInvalidReference
18:52:08 [2020-10-05T18:52:08.854Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
18:52:08 [2020-10-05T18:52:08.854Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
18:52:08 [2020-10-05T18:52:08.854Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
18:52:08 [2020-10-05T18:52:08.854Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
18:52:08 [2020-10-05T18:52:08.854Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
18:52:15 [2020-10-05T18:52:15.996Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
18:52:15 [2020-10-05T18:52:15.996Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModeHostname
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModeIpcHost
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModePIDContainer
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModePIDHost
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunModeUTSHost
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunMount
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunMountOrdering
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
18:52:17 [2020-10-05T18:52:17.534Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
18:52:23 [2020-10-05T18:52:23.326Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
18:52:23 [2020-10-05T18:52:23.785Z] === RUN   TestDockerSuite/TestRunNamedVolume
18:52:23 [2020-10-05T18:52:23.785Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
18:52:23 [2020-10-05T18:52:23.785Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
18:52:27 [2020-10-05T18:52:27.521Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNetHost
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
18:52:31 [2020-10-05T18:52:31.256Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
18:52:32 [2020-10-05T18:52:32.223Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
18:52:34 [2020-10-05T18:52:34.401Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
18:52:35 [2020-10-05T18:52:35.938Z] === RUN   TestDockerSuite/TestRunNonExistingImage
18:52:36 [2020-10-05T18:52:36.905Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunPortInUse
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
18:52:39 [2020-10-05T18:52:39.084Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
18:52:41 [2020-10-05T18:52:41.994Z] === RUN   TestDockerSuite/TestRunPublishPort
18:52:41 [2020-10-05T18:52:41.994Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
18:52:41 [2020-10-05T18:52:41.994Z] === RUN   TestDockerSuite/TestRunReadProcLatency
18:52:41 [2020-10-05T18:52:41.994Z] === RUN   TestDockerSuite/TestRunReadProcTimer
18:52:41 [2020-10-05T18:52:41.994Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
18:52:41 [2020-10-05T18:52:41.994Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
18:52:49 [2020-10-05T18:52:49.068Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
18:52:49 [2020-10-05T18:52:49.068Z] === RUN   TestDockerSuite/TestRunRm
18:52:51 [2020-10-05T18:52:51.244Z] === RUN   TestDockerSuite/TestRunRmAndWait
18:52:57 [2020-10-05T18:52:57.044Z] === RUN   TestDockerSuite/TestRunRmPre125Api
18:52:58 [2020-10-05T18:52:58.012Z] === RUN   TestDockerSuite/TestRunRootWorkdir
18:53:00 [2020-10-05T18:53:00.191Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
18:53:01 [2020-10-05T18:53:01.727Z] === RUN   TestDockerSuite/TestRunSetMacAddress
18:53:03 [2020-10-05T18:53:03.907Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
18:53:03 [2020-10-05T18:53:03.907Z] === RUN   TestDockerSuite/TestRunState
18:53:03 [2020-10-05T18:53:03.907Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
18:53:05 [2020-10-05T18:53:05.445Z] === RUN   TestDockerSuite/TestRunStdinPipe
18:53:05 [2020-10-05T18:53:05.905Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
18:53:07 [2020-10-05T18:53:07.451Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
18:53:07 [2020-10-05T18:53:07.451Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
18:53:07 [2020-10-05T18:53:07.451Z] === RUN   TestDockerSuite/TestRunTLSVerify
18:53:07 [2020-10-05T18:53:07.451Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
18:53:07 [2020-10-05T18:53:07.451Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
18:53:07 [2020-10-05T18:53:07.451Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUnshareProc
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUserByID
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUserByIDBig
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
18:53:12 [2020-10-05T18:53:12.168Z] === RUN   TestDockerSuite/TestRunUserByIDZero
18:53:12 [2020-10-05T18:53:12.628Z] === RUN   TestDockerSuite/TestRunUserByName
18:53:12 [2020-10-05T18:53:12.628Z] === RUN   TestDockerSuite/TestRunUserDefaults
18:53:14 [2020-10-05T18:53:14.806Z] === RUN   TestDockerSuite/TestRunUserNotFound
18:53:14 [2020-10-05T18:53:14.806Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
18:53:16 [2020-10-05T18:53:16.342Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
18:53:16 [2020-10-05T18:53:16.342Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
18:53:16 [2020-10-05T18:53:16.342Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
18:53:19 [2020-10-05T18:53:19.253Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
18:53:25 [2020-10-05T18:53:25.046Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
18:53:28 [2020-10-05T18:53:28.785Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
18:53:33 [2020-10-05T18:53:33.482Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
18:53:33 [2020-10-05T18:53:33.482Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
18:53:33 [2020-10-05T18:53:33.482Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsShared
18:53:33 [2020-10-05T18:53:33.482Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsSlave
18:53:33 [2020-10-05T18:53:33.482Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
18:53:35 [2020-10-05T18:53:35.660Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
18:53:37 [2020-10-05T18:53:37.197Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithBadDevice
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithUlimits
18:53:39 [2020-10-05T18:53:39.376Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
18:53:43 [2020-10-05T18:53:43.113Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
18:53:44 [2020-10-05T18:53:44.656Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
18:53:46 [2020-10-05T18:53:46.836Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveCheckTimes
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveImageId
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveLoadParents
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveMultipleNames
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveSingleTag
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
18:53:50 [2020-10-05T18:53:50.574Z] === RUN   TestDockerSuite/TestSearchCmdOptions
18:53:52 [2020-10-05T18:53:52.753Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
18:53:53 [2020-10-05T18:53:53.212Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
18:53:53 [2020-10-05T18:53:53.671Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
18:53:53 [2020-10-05T18:53:53.671Z] === RUN   TestDockerSuite/TestSearchWithLimit
18:53:55 [2020-10-05T18:53:55.848Z] === RUN   TestDockerSuite/TestSlowStdinClosing
18:54:01 [2020-10-05T18:54:01.641Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
18:54:01 [2020-10-05T18:54:01.641Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
18:54:08 [2020-10-05T18:54:08.718Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
18:54:08 [2020-10-05T18:54:08.718Z] === RUN   TestDockerSuite/TestStartAttachSilent
18:54:11 [2020-10-05T18:54:11.620Z] === RUN   TestDockerSuite/TestStartAttachWithRename
18:54:11 [2020-10-05T18:54:11.620Z] === RUN   TestDockerSuite/TestStartMultipleContainers
18:54:11 [2020-10-05T18:54:11.620Z] === RUN   TestDockerSuite/TestStartPausedContainer
18:54:11 [2020-10-05T18:54:11.620Z] === RUN   TestDockerSuite/TestStartRecordError
18:54:11 [2020-10-05T18:54:11.620Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
18:54:17 [2020-10-05T18:54:17.423Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
18:54:17 [2020-10-05T18:54:17.423Z] === RUN   TestDockerSuite/TestStatsAllNoStream
18:54:17 [2020-10-05T18:54:17.423Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
18:54:17 [2020-10-05T18:54:17.423Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
18:54:17 [2020-10-05T18:54:17.423Z] === RUN   TestDockerSuite/TestStatsFormatAll
18:54:17 [2020-10-05T18:54:17.423Z] === RUN   TestDockerSuite/TestStatsNoStream
18:54:17 [2020-10-05T18:54:17.423Z] === RUN   TestDockerSuite/TestTopMultipleArgs
18:54:18 [2020-10-05T18:54:18.391Z] === RUN   TestDockerSuite/TestTopNonPrivileged
18:54:20 [2020-10-05T18:54:20.567Z] === RUN   TestDockerSuite/TestTopPrivileged
18:54:20 [2020-10-05T18:54:20.567Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
18:54:22 [2020-10-05T18:54:22.103Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
18:54:22 [2020-10-05T18:54:22.103Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
18:54:22 [2020-10-05T18:54:22.103Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
18:54:22 [2020-10-05T18:54:22.103Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
18:54:22 [2020-10-05T18:54:22.103Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
18:54:22 [2020-10-05T18:54:22.103Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
18:54:22 [2020-10-05T18:54:22.103Z] === RUN   TestDockerSuite/TestVolumeCLICreate
18:54:39 [2020-10-05T18:54:39.792Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
18:54:39 [2020-10-05T18:54:39.792Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
18:54:39 [2020-10-05T18:54:39.792Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
18:54:39 [2020-10-05T18:54:39.792Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
18:54:39 [2020-10-05T18:54:39.792Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
18:54:39 [2020-10-05T18:54:39.792Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
18:54:39 [2020-10-05T18:54:39.792Z] === RUN   TestDockerSuite/TestVolumeCLILs
18:54:43 [2020-10-05T18:54:43.535Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
18:54:43 [2020-10-05T18:54:43.535Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
18:54:45 [2020-10-05T18:54:45.712Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
18:54:46 [2020-10-05T18:54:46.171Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
18:54:46 [2020-10-05T18:54:46.629Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
18:54:46 [2020-10-05T18:54:46.629Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
18:54:46 [2020-10-05T18:54:46.629Z] === RUN   TestDockerSuite/TestVolumeCLIRm
18:54:53 [2020-10-05T18:54:53.700Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
18:54:53 [2020-10-05T18:54:53.700Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
18:54:54 [2020-10-05T18:54:54.165Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
18:54:54 [2020-10-05T18:54:54.165Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
18:54:54 [2020-10-05T18:54:54.165Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
18:54:59 [2020-10-05T18:54:59.965Z] === RUN   TestDockerSuite/TestVolumeLsFormat
18:55:00 [2020-10-05T18:55:00.423Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
18:55:00 [2020-10-05T18:55:00.423Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
18:55:08 [2020-10-05T18:55:08.995Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
18:55:08 [2020-10-05T18:55:08.995Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
18:55:09 [2020-10-05T18:55:09.455Z] --- PASS: TestDockerSuite (2211.14s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.76s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.73s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (146.01s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.83s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.38s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.66s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.86s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_run_test.go:3180: unmatched requirement Apparmor
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_run_test.go:3158: unmatched requirement Apparmor
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.77s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.58s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (91.85s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.42s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.70s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.64s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.70s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.62s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.07s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.26s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.44s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (9.46s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.74s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.95s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.24s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.10s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.38s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddTar (34.17s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.51s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.44s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.40s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.49s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.59s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.50s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.58s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.72s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.44s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.72s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.22s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.22s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.36s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.04s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.18s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.79s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.41s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.45s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.40s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.62s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.66s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.02s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildContChar (12.04s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.89s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.67s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.44s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.61s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.52s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.83s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.77s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.52s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.24s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.16s)
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.455Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s)
18:55:09 [2020-10-05T18:55:09.455Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (21.05s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.55s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.66s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.29s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.72s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (7.68s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.36s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.22s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (47.81s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.91s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (51.01s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.46s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.62s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.99s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.51s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.19s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.01s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.53s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.58s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (82.75s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.41s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.41s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.03s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.40s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.28s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.58s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.53s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.85s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.67s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.64s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.73s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.48s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFails (1.93s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.56s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.46s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildForceRm (6.42s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFromGit (5.34s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.23s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.10s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.47s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:55:09 [2020-10-05T18:55:09.456Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.456Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.08s)
18:55:09 [2020-10-05T18:55:09.456Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildHistory (8.29s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.79s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.98s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.65s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.33s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.71s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.50s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.70s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.46s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.76s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.27s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.48s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.44s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.68s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.23s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (1.98s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (32.39s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.72s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.42s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.10s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.73s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.11s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.78s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.53s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.22s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.13s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.98s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.14s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.99s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.89s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (8.15s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.21s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.65s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.02s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.99s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.64s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.56s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.84s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.88s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (36.20s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.41s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildRm (12.40s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.81s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.20s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.81s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.95s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.10s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (15.09s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.65s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.55s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.73s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.27s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.67s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.46s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.73s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.93s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.97s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.68s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.88s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.04s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.46s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.31s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.98s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.68s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (13.61s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.38s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.27s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.48s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.34s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.33s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.84s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.00s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.12s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.61s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_sni_test.go:18: Flakey test
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.79s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.20s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestCommitChange (4.60s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.14s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestCommitNewFile (6.13s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestCommitTTY (6.32s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.30s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (10.79s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.25s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.78s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (6.66s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.07s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.09s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.67s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.71s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.88s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.88s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.97s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.60s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.20s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (1.98s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (3.31s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.38s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.44s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (1.88s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.58s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.02s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.64s)
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.917Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:55:09 [2020-10-05T18:55:09.917Z]         docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.73s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.09s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.18s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.17s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.08s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.21s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0006bffa0_<nil>} (2.08s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1763857934_c:\foo_false__<nil>_<nil>_<nil>} (2.20s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1763857934_c:\foo_true__<nil>_<nil>_<nil>} (7.14s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.14s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
18:55:09 [2020-10-05T18:55:09.918Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.01s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.06s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpRelativePath (1.96s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpToCaseA (3.84s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.08s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpToCaseE (12.42s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpToCaseH (12.15s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpToDot (1.95s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.54s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.14s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.14s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateByImageID (1.62s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (1.97s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.14s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.78s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.51s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.14s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateRM (0.27s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.26s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.93s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.16s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.41s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.12s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.14s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (1.98s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestDockerFails (0.06s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.02s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.06s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.97s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (7.05s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.61s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.17s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.84s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.69s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.11s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.05s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.84s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFilters (3.96s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFormat (3.90s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.16s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsRename (2.08s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsResize (2.28s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.80s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.15s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.48s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.73s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.47s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.60s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.60s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.73s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.75s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.74s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.69s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.50s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.77s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.77s)
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:55:09 [2020-10-05T18:55:09.918Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:55:09 [2020-10-05T18:55:09.918Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.918Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.08s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.84s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.98s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.63s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.62s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.72s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.64s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.26s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.49s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.82s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.34s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.72s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.18s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.19s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.39s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.46s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.89s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.84s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.82s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.84s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectDefault (1.85s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.29s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectInt64 (1.87s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.78s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.15s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.86s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.75s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.65s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.20s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.51s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.86s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.95s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.55s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.85s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.76s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.96s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.58s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.58s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.25s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.98s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.79s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.95s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.95s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.94s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.07s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.06s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (1.97s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.01s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsSince (8.62s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsTail (2.26s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.09s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (1.91s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.72s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.919Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:55:09 [2020-10-05T18:55:09.919Z]         docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.69s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsByOrder (7.09s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (8.87s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.67s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.16s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.79s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.04s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.71s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.75s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPsShowMounts (6.30s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.58s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (8.25s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.62s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.93s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.20s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.21s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.20s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.62s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (3.80s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.56s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (3.64s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.08s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.98s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.28s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.59s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.86s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.71s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (11.96s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.10s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiTag (0.64s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.11s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.57s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.15s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.78s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.95s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.04s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (8.62s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.44s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.03s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (6.73s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.85s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.06s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.87s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.46s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.85s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.91s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.95s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.78s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (1.83s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.89s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.04s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.03s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.92s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (1.91s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (1.87s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunExitCode (1.97s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (1.83s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (1.91s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.43s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.49s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.27s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.59s)
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.920Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:55:09 [2020-10-05T18:55:09.920Z]         docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.96s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.16s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.30s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.27s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.96s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.82s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.75s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.10s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.78s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.25s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2885: unmatched requirement Apparmor
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.51s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunRm (1.92s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.14s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (1.95s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (1.88s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.61s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.10s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.92s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.66s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.63s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2924: unmatched requirement Apparmor
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.03s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (1.97s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.92s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.42s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.69s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.79s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.88s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.25s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.88s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.91s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.54s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.54s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.86s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.78s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3041: unmatched requirement Apparmor
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.36s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.58s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (5.71s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.71s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.52s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.32s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (1.64s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (1.90s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.73s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
18:55:09 [2020-10-05T18:55:09.921Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s)
18:55:09 [2020-10-05T18:55:09.921Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (4.62s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.43s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (6.93s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
18:55:09 [2020-10-05T18:55:09.922Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.56s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:55:09 [2020-10-05T18:55:09.922Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.72s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.72s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:55:09 [2020-10-05T18:55:09.922Z]         docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.22s)
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistrySuite/TestV2Only
18:55:09 [2020-10-05T18:55:09.922Z] --- PASS: TestDockerRegistrySuite (0.14s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
18:55:09 [2020-10-05T18:55:09.922Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
18:55:09 [2020-10-05T18:55:09.922Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s)
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:55:09 [2020-10-05T18:55:09.922Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthTokenSuite
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
18:55:09 [2020-10-05T18:55:09.922Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
18:55:09 [2020-10-05T18:55:09.923Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerDaemonSuite
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
18:55:09 [2020-10-05T18:55:09.923Z] --- PASS: TestDockerDaemonSuite (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:302: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:302: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:302: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerSwarmSuite
18:55:09 [2020-10-05T18:55:09.923Z] --- PASS: TestDockerSwarmSuite (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginCreate
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginInspect
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerPluginSuite/TestPluginSet
18:55:09 [2020-10-05T18:55:09.923Z] --- PASS: TestDockerPluginSuite (0.02s)
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerExternalVolumeSuite
18:55:09 [2020-10-05T18:55:09.923Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]     check_test.go:128: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerNetworkSuite
18:55:09 [2020-10-05T18:55:09.923Z] --- SKIP: TestDockerNetworkSuite (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]     check_test.go:134: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z] === RUN   TestDockerHubPullSuite
18:55:09 [2020-10-05T18:55:09.923Z] --- SKIP: TestDockerHubPullSuite (0.00s)
18:55:09 [2020-10-05T18:55:09.923Z]     check_test.go:142: unmatched requirement DaemonIsLinux
18:55:09 [2020-10-05T18:55:09.923Z] PASS
18:55:09 [2020-10-05T18:55:09.923Z] ok  	github.com/docker/docker/integration-cli	2211.851s
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === Skipped
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_run_test.go:3180: unmatched requirement Apparmor
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_run_test.go:3158: unmatched requirement Apparmor
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.27s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:55:10 [2020-10-05T18:55:10.385Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.385Z] 
18:55:10 [2020-10-05T18:55:10.385Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.36s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_sni_test.go:18: Flakey test
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:55:10 [2020-10-05T18:55:10.386Z]         docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.386Z] 
18:55:10 [2020-10-05T18:55:10.386Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.387Z] 
18:55:10 [2020-10-05T18:55:10.387Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
18:55:10 [2020-10-05T18:55:10.387Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
18:55:10 [2020-10-05T18:55:10.388Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.388Z] 
18:55:10 [2020-10-05T18:55:10.388Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.389Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:55:10 [2020-10-05T18:55:10.389Z]         docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.389Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
18:55:10 [2020-10-05T18:55:10.390Z]         docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.390Z] 
18:55:10 [2020-10-05T18:55:10.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2885: unmatched requirement Apparmor
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
18:55:10 [2020-10-05T18:55:10.391Z]         docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.391Z] 
18:55:10 [2020-10-05T18:55:10.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:2924: unmatched requirement Apparmor
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.03s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3041: unmatched requirement Apparmor
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.851Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:55:10 [2020-10-05T18:55:10.851Z]         docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.851Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
18:55:10 [2020-10-05T18:55:10.852Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
18:55:10 [2020-10-05T18:55:10.852Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:55:10 [2020-10-05T18:55:10.852Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:55:10 [2020-10-05T18:55:10.852Z]         docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:185: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:212: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.852Z] 
18:55:10 [2020-10-05T18:55:10.852Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:55:10 [2020-10-05T18:55:10.852Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:239: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:268: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:302: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:302: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:302: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]         check_test.go:407: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     check_test.go:128: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     check_test.go:134: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
18:55:10 [2020-10-05T18:55:10.853Z]     check_test.go:142: unmatched requirement DaemonIsLinux
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] DONE 1096 tests, 549 skipped in 2220.623s
18:55:10 [2020-10-05T18:55:10.853Z] INFO: Integration tests ended at 10/05/2020 18:55:10. Duration:00:37:00.8742971
18:55:10 [2020-10-05T18:55:10.853Z] INFO: Docker info of the daemon under test at end of run
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] Containers: 2
18:55:10 [2020-10-05T18:55:10.853Z]  Running: 0
18:55:10 [2020-10-05T18:55:10.853Z]  Paused: 0
18:55:10 [2020-10-05T18:55:10.853Z]  Stopped: 2
18:55:10 [2020-10-05T18:55:10.853Z] Images: 18
18:55:10 [2020-10-05T18:55:10.853Z] Server Version: 0.0.0-dev
18:55:10 [2020-10-05T18:55:10.853Z] Storage Driver: windowsfilter
18:55:10 [2020-10-05T18:55:10.853Z]  Windows: 
18:55:10 [2020-10-05T18:55:10.853Z] Logging Driver: json-file
18:55:10 [2020-10-05T18:55:10.853Z] Plugins: 
18:55:10 [2020-10-05T18:55:10.853Z]  Volume: local
18:55:10 [2020-10-05T18:55:10.853Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:55:10 [2020-10-05T18:55:10.853Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:55:10 [2020-10-05T18:55:10.853Z] Swarm: inactive
18:55:10 [2020-10-05T18:55:10.853Z] Default Isolation: process
18:55:10 [2020-10-05T18:55:10.853Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
18:55:10 [2020-10-05T18:55:10.853Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
18:55:10 [2020-10-05T18:55:10.853Z] OSType: windows
18:55:10 [2020-10-05T18:55:10.853Z] Architecture: x86_64
18:55:10 [2020-10-05T18:55:10.853Z] CPUs: 4
18:55:10 [2020-10-05T18:55:10.853Z] Total Memory: 32GiB
18:55:10 [2020-10-05T18:55:10.853Z] Name: azwin-2-5049a0
18:55:10 [2020-10-05T18:55:10.853Z] ID: BA4V:TZKY:PA4M:CFFW:KI72:TRL5:THMT:GYAI:EJXG:7LQP:4LRM:URXW
18:55:10 [2020-10-05T18:55:10.853Z] Docker Root Dir: D:\CI\PR-41527\4\daemon
18:55:10 [2020-10-05T18:55:10.853Z] Debug Mode (client): false
18:55:10 [2020-10-05T18:55:10.853Z] Debug Mode (server): true
18:55:10 [2020-10-05T18:55:10.853Z]  File Descriptors: -1
18:55:10 [2020-10-05T18:55:10.853Z]  Goroutines: 18
18:55:10 [2020-10-05T18:55:10.853Z]  System Time: 2020-10-05T18:55:10.5595629Z
18:55:10 [2020-10-05T18:55:10.853Z]  EventsListeners: 0
18:55:10 [2020-10-05T18:55:10.853Z] Registry: https://index.docker.io/v1/
18:55:10 [2020-10-05T18:55:10.853Z] Labels:
18:55:10 [2020-10-05T18:55:10.853Z] Experimental: false
18:55:10 [2020-10-05T18:55:10.853Z] Insecure Registries:
18:55:10 [2020-10-05T18:55:10.853Z]  127.0.0.0/8
18:55:10 [2020-10-05T18:55:10.853Z] Live Restore Enabled: false
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] 
18:55:10 [2020-10-05T18:55:10.853Z] INFO: Stopping daemon under test
18:55:10 [2020-10-05T18:55:10.853Z] SUCCESS: The process with PID 7040 (child process of PID 5440) has been terminated.
18:55:10 [2020-10-05T18:55:10.853Z] SUCCESS: The process with PID 5440 (child process of PID 7336) has been terminated.
18:55:10 [2020-10-05T18:55:10.853Z] INFO: Stop tailing logs of the daemon under tests
18:55:10 [2020-10-05T18:55:10.853Z] INFO: executeCI.ps1 Completed successfully at 10/05/2020 18:55:10.
18:55:10 [2020-10-05T18:55:10.853Z] INFO: Tidying up at end of run
18:55:10 [2020-10-05T18:55:10.853Z] INFO: Saving daemon under test log (d:\CI\PR-41527\4\dut.out) to bundles\CIDUT.out
18:55:10 [2020-10-05T18:55:10.853Z] INFO: Saving daemon under test log (d:\CI\PR-41527\4\dut.err) to bundles\CIDUT.err
18:55:10 [2020-10-05T18:55:10.853Z] INFO: Nuke-Everything...
18:55:11 [2020-10-05T18:55:11.312Z] INFO: Container count on control daemon to delete is 2
18:55:11 [2020-10-05T18:55:11.772Z] fbc13aeb6c70
18:55:11 [2020-10-05T18:55:11.772Z] 57ce9dcc17b5
18:55:11 [2020-10-05T18:55:11.772Z] INFO: Tidying pidfile d:\CI\PR-41527\4\docker.pid
18:55:11 [2020-10-05T18:55:11.772Z] INFO: Nuking d:\CI
18:55:41 [2020-10-05T18:55:41.731Z] INFO: Zapped successfully
18:55:41 [2020-10-05T18:55:41.731Z] 
18:55:41 [2020-10-05T18:55:41.731Z] INFO: executeCI.ps1 exiting at Mon Oct  5 18:55:37 CUT 2020. Duration 00:53:43.3700834
18:55:41 [2020-10-05T18:55:41.731Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
18:55:41 [2020-10-05T18:55:41.982Z] Recording test results
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
18:55:44 [2020-10-05T18:55:44.213Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] step
18:55:45 [2020-10-05T18:55:45.962Z] Archiving artifacts
18:55:47 [2020-10-05T18:55:47.185Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41527/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:55:48 [2020-10-05T18:55:48.111Z] + make clean
18:55:49 [2020-10-05T18:55:49.081Z] docker volume rm -f docker-dev-cache
18:55:49 [2020-10-05T18:55:49.081Z] 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