Skip to content
Success

Console Output

Pull request #41226 updated
16:11:36 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 20f9d05578b2054462d902bd2686288693471f40 rather than b0c0b41016c8035ce3dc9783044f065548567e76
Obtained Jenkinsfile from 20f9d05578b2054462d902bd2686288693471f40
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 ad1b00369dd78a15c273e17e363f91bced3f6e18
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
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 ad1b00369dd78a15c273e17e363f91bced3f6e18 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10
Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix"
 > git rev-list --no-walk ad1b00369dd78a15c273e17e363f91bced3f6e18 # 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
16:11:39 [2020-07-17T16:11:39.829Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:11:39 [2020-07-17T16:11:39.832Z] Trying to pass milestone 1
[Pipeline] milestone
16:11:39 [2020-07-17T16:11:39.873Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:11:40 [2020-07-17T16:11:40.016Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00aa2bd5ad7b0c4f4) in /home/ubuntu/workspace/moby_PR-41226
[Pipeline] {
[Pipeline] checkout
16:11:40 [2020-07-17T16:11:40.066Z] using credential docker-jenkins-github-credentials
16:11:40 [2020-07-17T16:11:40.077Z] Fetching changes from the remote Git repository
16:11:40 [2020-07-17T16:11:40.085Z] Fetching without tags
16:11:40 [2020-07-17T16:11:40.071Z]  > git rev-parse --is-inside-work-tree # timeout=10
16:11:40 [2020-07-17T16:11:40.080Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:11:40 [2020-07-17T16:11:40.131Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:40 [2020-07-17T16:11:40.131Z]  > git --version # timeout=10
16:11:40 [2020-07-17T16:11:40.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:40 [2020-07-17T16:11:40.136Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:40 [2020-07-17T16:11:40.790Z] Merging remotes/origin/master commit 20f9d05578b2054462d902bd2686288693471f40 into PR head commit b0c0b41016c8035ce3dc9783044f065548567e76
16:11:40 [2020-07-17T16:11:40.793Z]  > git config core.sparsecheckout # timeout=10
16:11:40 [2020-07-17T16:11:40.797Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:11:41 [2020-07-17T16:11:41.182Z] Merge succeeded, producing b0c0b41016c8035ce3dc9783044f065548567e76
16:11:41 [2020-07-17T16:11:41.182Z] Checking out Revision b0c0b41016c8035ce3dc9783044f065548567e76 (PR-41226)
16:11:41 [2020-07-17T16:11:41.241Z] Commit message: "Fix #41225"
16:11:41 [2020-07-17T16:11:41.167Z]  > git merge 20f9d05578b2054462d902bd2686288693471f40 # timeout=10
16:11:41 [2020-07-17T16:11:41.177Z]  > git rev-parse HEAD^{commit} # timeout=10
16:11:41 [2020-07-17T16:11:41.185Z]  > git config core.sparsecheckout # timeout=10
16:11:41 [2020-07-17T16:11:41.190Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:11:41 [2020-07-17T16:11:41.247Z]  > git rev-list --no-walk 5f2c6a00fbb43795343856e339a689cfd207367c # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:11:42 [2020-07-17T16:11:42.046Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41226:/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
16:11:44 [2020-07-17T16:11:44.566Z] 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
[Pipeline] node
[Pipeline] node
16:11:45 [2020-07-17T16:11:45.047Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00aa2bd5ad7b0c4f4) in /home/ubuntu/workspace/moby_PR-41226
[Pipeline] node
[Pipeline] node
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
16:11:45 [2020-07-17T16:11:45.057Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-095d197b5de1f80a7) in /home/ubuntu/workspace/moby_PR-41226
16:11:45 [2020-07-17T16:11:45.058Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01c3ab5c0f50cbd82) in /home/ubuntu/workspace/moby_PR-41226
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] checkout
[Pipeline] {
[Pipeline] {
[Pipeline] // stage
16:11:45 [2020-07-17T16:11:45.122Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-41226
[Pipeline] // stage
[Pipeline] // stage
16:11:45 [2020-07-17T16:11:45.153Z] Running on ppc64le-ubuntu-33 in /home/docker/workspace/moby_PR-41226
16:11:45 [2020-07-17T16:11:45.154Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
16:11:45 [2020-07-17T16:11:45.163Z] Fetching changes from the remote Git repository
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
16:11:45 [2020-07-17T16:11:45.170Z] Fetching without tags
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
16:11:45 [2020-07-17T16:11:45.184Z] using credential docker-jenkins-github-credentials
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
16:11:45 [2020-07-17T16:11:45.190Z] Cloning the remote Git repository
16:11:45 [2020-07-17T16:11:45.190Z] Cloning with configured refspecs honoured and without tags
Stage "win-RS1" skipped due to when conditional
16:11:45 [2020-07-17T16:11:45.200Z] using credential docker-jenkins-github-credentials
[Pipeline] }
16:11:45 [2020-07-17T16:11:45.205Z] Cloning the remote Git repository
16:11:45 [2020-07-17T16:11:45.205Z] Cloning with configured refspecs honoured and without tags
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
16:11:45 [2020-07-17T16:11:45.302Z] using credential docker-jenkins-github-credentials
16:11:45 [2020-07-17T16:11:45.316Z] Cloning the remote Git repository
16:11:45 [2020-07-17T16:11:45.316Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
16:11:45 [2020-07-17T16:11:45.321Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
16:11:45 [2020-07-17T16:11:45.335Z] Cloning the remote Git repository
16:11:45 [2020-07-17T16:11:45.335Z] Cloning with configured refspecs honoured and without tags
[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] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
16:11:45 [2020-07-17T16:11:45.431Z] Merging remotes/origin/master commit 20f9d05578b2054462d902bd2686288693471f40 into PR head commit b0c0b41016c8035ce3dc9783044f065548567e76
[Pipeline] }
16:11:45 [2020-07-17T16:11:45.545Z] Merge succeeded, producing b0c0b41016c8035ce3dc9783044f065548567e76
16:11:45 [2020-07-17T16:11:45.545Z] Checking out Revision b0c0b41016c8035ce3dc9783044f065548567e76 (PR-41226)
16:11:45 [2020-07-17T16:11:45.611Z] Commit message: "Fix #41225"
16:11:45 [2020-07-17T16:11:45.160Z]  > git rev-parse --is-inside-work-tree # timeout=10
16:11:45 [2020-07-17T16:11:45.166Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:11:45 [2020-07-17T16:11:45.173Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.173Z]  > git --version # timeout=10
16:11:45 [2020-07-17T16:11:45.176Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:45 [2020-07-17T16:11:45.177Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:45 [2020-07-17T16:11:45.434Z]  > git config core.sparsecheckout # timeout=10
16:11:45 [2020-07-17T16:11:45.440Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:11:45 [2020-07-17T16:11:45.523Z]  > git merge 20f9d05578b2054462d902bd2686288693471f40 # timeout=10
16:11:45 [2020-07-17T16:11:45.531Z]  > git rev-parse HEAD^{commit} # timeout=10
16:11:45 [2020-07-17T16:11:45.548Z]  > git config core.sparsecheckout # timeout=10
16:11:45 [2020-07-17T16:11:45.558Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:11:45 [2020-07-17T16:11:45.195Z] Cloning repository https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.195Z]  > git init /home/ubuntu/workspace/moby_PR-41226 # timeout=10
16:11:45 [2020-07-17T16:11:45.209Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.209Z]  > git --version # timeout=10
16:11:45 [2020-07-17T16:11:45.214Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:45 [2020-07-17T16:11:45.215Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:45 [2020-07-17T16:11:45.216Z] Cloning repository https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.217Z]  > git init /home/ubuntu/workspace/moby_PR-41226 # timeout=10
16:11:45 [2020-07-17T16:11:45.235Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.235Z]  > git --version # timeout=10
16:11:45 [2020-07-17T16:11:45.246Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:45 [2020-07-17T16:11:45.246Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:45 [2020-07-17T16:11:45.324Z] Cloning repository https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.324Z]  > git init /home/jenkins/workspace/moby_PR-41226 # timeout=10
16:11:45 [2020-07-17T16:11:45.341Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.341Z]  > git --version # timeout=10
16:11:45 [2020-07-17T16:11:45.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:45 [2020-07-17T16:11:45.347Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:45 [2020-07-17T16:11:45.342Z] Cloning repository https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.342Z]  > git init /home/docker/workspace/moby_PR-41226 # timeout=10
16:11:45 [2020-07-17T16:11:45.355Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:45 [2020-07-17T16:11:45.355Z]  > git --version # timeout=10
16:11:45 [2020-07-17T16:11:45.359Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:45 [2020-07-17T16:11:45.360Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:11:46 [2020-07-17T16:11:46.632Z] + docker version
16:11:46 [2020-07-17T16:11:46.632Z] Client: Docker Engine - Community
16:11:46 [2020-07-17T16:11:46.632Z]  Version:           19.03.12
16:11:46 [2020-07-17T16:11:46.632Z]  API version:       1.40
16:11:46 [2020-07-17T16:11:46.632Z]  Go version:        go1.13.10
16:11:46 [2020-07-17T16:11:46.632Z]  Git commit:        48a66213fe
16:11:46 [2020-07-17T16:11:46.632Z]  Built:             Mon Jun 22 15:45:36 2020
16:11:46 [2020-07-17T16:11:46.632Z]  OS/Arch:           linux/amd64
16:11:46 [2020-07-17T16:11:46.632Z]  Experimental:      false
16:11:46 [2020-07-17T16:11:46.632Z] 
16:11:46 [2020-07-17T16:11:46.632Z] Server: Docker Engine - Community
16:11:46 [2020-07-17T16:11:46.632Z]  Engine:
16:11:46 [2020-07-17T16:11:46.632Z]   Version:          19.03.12
16:11:46 [2020-07-17T16:11:46.632Z]   API version:      1.40 (minimum version 1.12)
16:11:46 [2020-07-17T16:11:46.632Z]   Go version:       go1.13.10
16:11:46 [2020-07-17T16:11:46.632Z]   Git commit:       48a66213fe
16:11:46 [2020-07-17T16:11:46.632Z]   Built:            Mon Jun 22 15:44:07 2020
16:11:46 [2020-07-17T16:11:46.632Z]   OS/Arch:          linux/amd64
16:11:46 [2020-07-17T16:11:46.632Z]   Experimental:     true
16:11:46 [2020-07-17T16:11:46.632Z]  containerd:
16:11:46 [2020-07-17T16:11:46.632Z]   Version:          1.2.13
16:11:46 [2020-07-17T16:11:46.632Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
16:11:46 [2020-07-17T16:11:46.632Z]  runc:
16:11:46 [2020-07-17T16:11:46.632Z]   Version:          1.0.0-rc10
16:11:46 [2020-07-17T16:11:46.632Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:11:46 [2020-07-17T16:11:46.632Z]  docker-init:
16:11:46 [2020-07-17T16:11:46.632Z]   Version:          0.18.0
16:11:46 [2020-07-17T16:11:46.632Z]   GitCommit:        fec3683
[Pipeline] sh
16:11:46 [2020-07-17T16:11:46.950Z] + docker info
16:11:47 [2020-07-17T16:11:47.513Z] Client:
16:11:47 [2020-07-17T16:11:47.513Z]  Debug Mode: false
16:11:47 [2020-07-17T16:11:47.513Z] 
16:11:47 [2020-07-17T16:11:47.513Z] Server:
16:11:47 [2020-07-17T16:11:47.513Z]  Containers: 0
16:11:47 [2020-07-17T16:11:47.513Z]   Running: 0
16:11:47 [2020-07-17T16:11:47.513Z]   Paused: 0
16:11:47 [2020-07-17T16:11:47.513Z]   Stopped: 0
16:11:47 [2020-07-17T16:11:47.513Z]  Images: 5
16:11:47 [2020-07-17T16:11:47.513Z]  Server Version: 19.03.12
16:11:47 [2020-07-17T16:11:47.513Z]  Storage Driver: overlay2
16:11:47 [2020-07-17T16:11:47.513Z]   Backing Filesystem: extfs
16:11:47 [2020-07-17T16:11:47.513Z]   Supports d_type: true
16:11:47 [2020-07-17T16:11:47.513Z]   Native Overlay Diff: true
16:11:47 [2020-07-17T16:11:47.513Z]  Logging Driver: json-file
16:11:47 [2020-07-17T16:11:47.513Z]  Cgroup Driver: cgroupfs
16:11:47 [2020-07-17T16:11:47.513Z]  Plugins:
16:11:47 [2020-07-17T16:11:47.513Z]   Volume: local
16:11:47 [2020-07-17T16:11:47.513Z]   Network: bridge host ipvlan macvlan null overlay
16:11:47 [2020-07-17T16:11:47.513Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:11:47 [2020-07-17T16:11:47.513Z]  Swarm: inactive
16:11:47 [2020-07-17T16:11:47.513Z]  Runtimes: runc
16:11:47 [2020-07-17T16:11:47.513Z]  Default Runtime: runc
16:11:47 [2020-07-17T16:11:47.513Z]  Init Binary: docker-init
16:11:47 [2020-07-17T16:11:47.513Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
16:11:47 [2020-07-17T16:11:47.513Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:11:47 [2020-07-17T16:11:47.513Z]  init version: fec3683
16:11:47 [2020-07-17T16:11:47.513Z]  Security Options:
16:11:47 [2020-07-17T16:11:47.513Z]   apparmor
16:11:47 [2020-07-17T16:11:47.513Z]   seccomp
16:11:47 [2020-07-17T16:11:47.513Z]    Profile: default
16:11:47 [2020-07-17T16:11:47.513Z]  Kernel Version: 5.3.0-1030-aws
16:11:47 [2020-07-17T16:11:47.513Z]  Operating System: Ubuntu 18.04.4 LTS
16:11:47 [2020-07-17T16:11:47.513Z]  OSType: linux
16:11:47 [2020-07-17T16:11:47.513Z]  Architecture: x86_64
16:11:47 [2020-07-17T16:11:47.513Z]  CPUs: 2
16:11:47 [2020-07-17T16:11:47.513Z]  Total Memory: 7.569GiB
16:11:47 [2020-07-17T16:11:47.513Z]  Name: ip-10-100-68-176
16:11:47 [2020-07-17T16:11:47.513Z]  ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO
16:11:47 [2020-07-17T16:11:47.513Z]  Docker Root Dir: /var/lib/docker
16:11:47 [2020-07-17T16:11:47.513Z]  Debug Mode: false
16:11:47 [2020-07-17T16:11:47.513Z]  Registry: https://index.docker.io/v1/
16:11:47 [2020-07-17T16:11:47.513Z]  Labels:
16:11:47 [2020-07-17T16:11:47.513Z]  Experimental: true
16:11:47 [2020-07-17T16:11:47.513Z]  Insecure Registries:
16:11:47 [2020-07-17T16:11:47.513Z]   127.0.0.0/8
16:11:47 [2020-07-17T16:11:47.513Z]  Live Restore Enabled: true
16:11:47 [2020-07-17T16:11:47.513Z] 
16:11:47 [2020-07-17T16:11:47.513Z] WARNING: No swap limit support
[Pipeline] sh
16:11:47 [2020-07-17T16:11:47.790Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:11:47 [2020-07-17T16:11:47.790Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:11:47 [2020-07-17T16:11:47.790Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
16:11:47 [2020-07-17T16:11:47.790Z] + bash /home/ubuntu/workspace/moby_PR-41226/check-config.sh
16:11:47 [2020-07-17T16:11:47.790Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:11:47 [2020-07-17T16:11:47.790Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ...
16:11:47 [2020-07-17T16:11:47.790Z] 
16:11:47 [2020-07-17T16:11:47.790Z] Generally Necessary:
16:11:47 [2020-07-17T16:11:47.790Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:11:47 [2020-07-17T16:11:47.790Z] - apparmor: enabled and tools installed
16:11:47 [2020-07-17T16:11:47.790Z] - CONFIG_NAMESPACES: enabled
16:11:47 [2020-07-17T16:11:47.790Z] - CONFIG_NET_NS: enabled
16:11:47 [2020-07-17T16:11:47.790Z] - CONFIG_PID_NS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IPC_NS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_UTS_NS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUPS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUP_CPUACCT: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUP_DEVICE: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUP_FREEZER: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUP_SCHED: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CPUSETS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_MEMCG: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_KEYS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_VETH: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_BRIDGE: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_NF_NAT_IPV4: missing
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_NF_NAT: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_NF_NAT_NEEDED: missing
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_POSIX_MQUEUE: enabled
16:11:48 [2020-07-17T16:11:48.047Z] 
16:11:48 [2020-07-17T16:11:48.047Z] Optional Features:
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_USER_NS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_SECCOMP: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUP_PIDS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_MEMCG_SWAP: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:11:48 [2020-07-17T16:11:48.047Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_BLK_CGROUP: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IOSCHED_CFQ: missing
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUP_PERF: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUP_HUGETLB: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_CFS_BANDWIDTH: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_RT_GROUP_SCHED: missing
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_VS: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_VS_NFCT: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_IP_VS_RR: enabled (as module)
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_EXT4_FS: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:11:48 [2020-07-17T16:11:48.047Z] - Network Drivers:
16:11:48 [2020-07-17T16:11:48.047Z]   - "overlay":
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_VXLAN: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:11:48 [2020-07-17T16:11:48.303Z]       Optional (for encrypted networks):
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_CRYPTO: enabled
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_CRYPTO_AEAD: enabled
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_CRYPTO_GCM: enabled
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_CRYPTO_GHASH: enabled
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_XFRM: enabled
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_XFRM_USER: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_INET_ESP: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
16:11:48 [2020-07-17T16:11:48.303Z]   - "ipvlan":
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_IPVLAN: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]   - "macvlan":
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_MACVLAN: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_DUMMY: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]   - "ftp,tftp client in container":
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z] - Storage Drivers:
16:11:48 [2020-07-17T16:11:48.303Z]   - "aufs":
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_AUFS_FS: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]   - "btrfs":
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:11:48 [2020-07-17T16:11:48.303Z]   - "devicemapper":
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_BLK_DEV_DM: enabled
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]   - "overlay":
16:11:48 [2020-07-17T16:11:48.303Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:11:48 [2020-07-17T16:11:48.303Z]   - "zfs":
16:11:48 [2020-07-17T16:11:48.303Z]     - /dev/zfs: present
16:11:48 [2020-07-17T16:11:48.303Z]     - zfs command: missing
16:11:48 [2020-07-17T16:11:48.303Z]     - zpool command: missing
16:11:48 [2020-07-17T16:11:48.303Z] 
16:11:48 [2020-07-17T16:11:48.303Z] Limits:
16:11:48 [2020-07-17T16:11:48.304Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:11:48 [2020-07-17T16:11:48.304Z] 
16:11:48 [2020-07-17T16:11:48.304Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:11:48 [2020-07-17T16:11:48.626Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b0c0b41016c8035ce3dc9783044f065548567e76 .
16:11:48 [2020-07-17T16:11:48.626Z] #1 [internal] load .dockerignore
16:11:48 [2020-07-17T16:11:48.626Z] #1 transferring context: 87B done
16:11:48 [2020-07-17T16:11:48.626Z] #1 DONE 0.0s
16:11:48 [2020-07-17T16:11:48.626Z] 
16:11:48 [2020-07-17T16:11:48.626Z] #2 [internal] load build definition from Dockerfile
16:11:48 [2020-07-17T16:11:48.626Z] #2 transferring dockerfile: 16.37kB done
16:11:48 [2020-07-17T16:11:48.626Z] #2 DONE 0.0s
16:11:48 [2020-07-17T16:11:48.626Z] 
16:11:48 [2020-07-17T16:11:48.626Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
16:11:48 [2020-07-17T16:11:48.626Z] #3 DONE 0.1s
16:11:48 [2020-07-17T16:11:48.882Z] 
16:11:48 [2020-07-17T16:11:48.882Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
16:11:48 [2020-07-17T16:11:48.882Z] #4 CACHED
16:11:49 [2020-07-17T16:11:49.139Z] 
16:11:49 [2020-07-17T16:11:49.139Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
16:11:49 [2020-07-17T16:11:49.139Z] #6 ...
16:11:49 [2020-07-17T16:11:49.139Z] 
16:11:49 [2020-07-17T16:11:49.139Z] #5 [internal] load metadata for docker.io/library/golang:1.13.13-buster
16:11:49 [2020-07-17T16:11:49.139Z] #5 DONE 0.1s
16:11:49 [2020-07-17T16:11:49.395Z] 
16:11:49 [2020-07-17T16:11:49.395Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
16:11:49 [2020-07-17T16:11:49.395Z] #6 DONE 0.2s
16:11:49 [2020-07-17T16:11:49.395Z] 
16:11:49 [2020-07-17T16:11:49.395Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
16:11:49 [2020-07-17T16:11:49.395Z] #58 DONE 0.0s
16:11:49 [2020-07-17T16:11:49.395Z] 
16:11:49 [2020-07-17T16:11:49.395Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:11:49 [2020-07-17T16:11:49.395Z] #7 DONE 0.0s
16:11:49 [2020-07-17T16:11:49.395Z] 
16:11:49 [2020-07-17T16:11:49.395Z] #20 [internal] load build context
16:11:50 [2020-07-17T16:11:50.773Z] #20 transferring context: 51.31MB 1.5s done
16:11:50 [2020-07-17T16:11:50.773Z] #20 DONE 1.5s
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:11:51 [2020-07-17T16:11:51.029Z] #36 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
16:11:51 [2020-07-17T16:11:51.029Z] #22 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #46 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
16:11:51 [2020-07-17T16:11:51.029Z] #14 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:11:51 [2020-07-17T16:11:51.029Z] #32 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
16:11:51 [2020-07-17T16:11:51.029Z] #13 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #57 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:11:51 [2020-07-17T16:11:51.029Z] #45 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
16:11:51 [2020-07-17T16:11:51.029Z] #18 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:11:51 [2020-07-17T16:11:51.029Z] #17 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
16:11:51 [2020-07-17T16:11:51.029Z] #9 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:11:51 [2020-07-17T16:11:51.029Z] #47 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:11:51 [2020-07-17T16:11:51.029Z] #60 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:11:51 [2020-07-17T16:11:51.029Z] #52 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:11:51 [2020-07-17T16:11:51.029Z] #25 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:11:51 [2020-07-17T16:11:51.029Z] #10 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:11:51 [2020-07-17T16:11:51.029Z] #21 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
16:11:51 [2020-07-17T16:11:51.029Z] #40 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #44 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #31 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #42 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #61 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
16:11:51 [2020-07-17T16:11:51.029Z] #11 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #53 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
16:11:51 [2020-07-17T16:11:51.029Z] #15 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
16:11:51 [2020-07-17T16:11:51.029Z] #12 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:11:51 [2020-07-17T16:11:51.029Z] #39 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #48 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:11:51 [2020-07-17T16:11:51.029Z] #43 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:11:51 [2020-07-17T16:11:51.029Z] #51 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:11:51 [2020-07-17T16:11:51.029Z] #23 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:11:51 [2020-07-17T16:11:51.029Z] #28 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:11:51 [2020-07-17T16:11:51.029Z] #33 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #16 [dev-systemd-false  6/26] RUN ldconfig
16:11:51 [2020-07-17T16:11:51.029Z] #16 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
16:11:51 [2020-07-17T16:11:51.029Z] #24 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #59 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:11:51 [2020-07-17T16:11:51.029Z] #30 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:11:51 [2020-07-17T16:11:51.029Z] #56 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:11:51 [2020-07-17T16:11:51.029Z] #27 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:11:51 [2020-07-17T16:11:51.029Z] #55 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:11:51 [2020-07-17T16:11:51.029Z] #54 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #37 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:11:51 [2020-07-17T16:11:51.029Z] #19 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
16:11:51 [2020-07-17T16:11:51.029Z] #8 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #29 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:11:51 [2020-07-17T16:11:51.029Z] #35 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #34 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:11:51 [2020-07-17T16:11:51.029Z] #41 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
16:11:51 [2020-07-17T16:11:51.029Z] #50 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
16:11:51 [2020-07-17T16:11:51.029Z] #26 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:11:51 [2020-07-17T16:11:51.029Z] #38 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:11:51 [2020-07-17T16:11:51.029Z] #49 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
16:11:51 [2020-07-17T16:11:51.029Z] #62 CACHED
16:11:51 [2020-07-17T16:11:51.029Z] 
16:11:51 [2020-07-17T16:11:51.029Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
16:11:51 [2020-07-17T16:11:51.592Z] #63 DONE 0.8s
16:11:51 [2020-07-17T16:11:51.592Z] 
16:11:51 [2020-07-17T16:11:51.592Z] #64 exporting to image
16:11:51 [2020-07-17T16:11:51.592Z] #64 exporting layers
16:11:52 [2020-07-17T16:11:52.530Z] #64 exporting layers 0.9s done
16:11:52 [2020-07-17T16:11:52.530Z] #64 writing image sha256:e6996aaf7dd9b2afaaffefb4179a82c7427ce371bb5ab24c3783fd1270589d6f done
16:11:52 [2020-07-17T16:11:52.530Z] #64 naming to docker.io/library/docker:b0c0b41016c8035ce3dc9783044f065548567e76 done
16:11:52 [2020-07-17T16:11:52.530Z] #64 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:11:52 [2020-07-17T16:11:52.893Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -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:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh dynbinary test-integration
16:11:53 [2020-07-17T16:11:53.151Z] 
16:11:53 [2020-07-17T16:11:53.712Z] Removing bundles/
16:11:53 [2020-07-17T16:11:53.712Z] 
16:11:53 [2020-07-17T16:11:53.712Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:11:53 [2020-07-17T16:11:53.712Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:11:53 [2020-07-17T16:11:53.712Z] GOOS="" GOARCH="" GOARM=""
16:11:54 [2020-07-17T16:11:54.631Z] Fetching without tags
16:11:54 [2020-07-17T16:11:54.609Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:11:54 [2020-07-17T16:11:54.610Z]  > git config --add remote.origin.fetch +refs/pull/41226/head:refs/remotes/origin/PR-41226 # timeout=10
16:11:54 [2020-07-17T16:11:54.612Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:54 [2020-07-17T16:11:54.624Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:11:54 [2020-07-17T16:11:54.640Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:54 [2020-07-17T16:11:54.640Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:54 [2020-07-17T16:11:54.640Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:54 [2020-07-17T16:11:54.950Z] Merging remotes/origin/master commit 20f9d05578b2054462d902bd2686288693471f40 into PR head commit b0c0b41016c8035ce3dc9783044f065548567e76
16:11:54 [2020-07-17T16:11:54.958Z]  > git config core.sparsecheckout # timeout=10
16:11:54 [2020-07-17T16:11:54.963Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:11:55 [2020-07-17T16:11:55.492Z] Merge succeeded, producing b0c0b41016c8035ce3dc9783044f065548567e76
16:11:55 [2020-07-17T16:11:55.493Z] Checking out Revision b0c0b41016c8035ce3dc9783044f065548567e76 (PR-41226)
16:11:56 [2020-07-17T16:11:56.019Z] Commit message: "Fix #41225"
16:11:55 [2020-07-17T16:11:55.462Z]  > git merge 20f9d05578b2054462d902bd2686288693471f40 # timeout=10
16:11:55 [2020-07-17T16:11:55.485Z]  > git rev-parse HEAD^{commit} # timeout=10
16:11:55 [2020-07-17T16:11:55.500Z]  > git config core.sparsecheckout # timeout=10
16:11:55 [2020-07-17T16:11:55.502Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:11:56 [2020-07-17T16:11:56.829Z] + docker version
16:11:56 [2020-07-17T16:11:56.829Z] Client: Docker Engine - Community
16:11:56 [2020-07-17T16:11:56.829Z]  Version:           19.03.7
16:11:56 [2020-07-17T16:11:56.829Z]  API version:       1.40
16:11:56 [2020-07-17T16:11:56.829Z]  Go version:        go1.12.17
16:11:56 [2020-07-17T16:11:56.829Z]  Git commit:        7141c199a2
16:11:56 [2020-07-17T16:11:56.829Z]  Built:             Sat Mar  7 16:48:47 2020
16:11:56 [2020-07-17T16:11:56.829Z]  OS/Arch:           linux/s390x
16:11:56 [2020-07-17T16:11:56.829Z]  Experimental:      false
16:11:56 [2020-07-17T16:11:56.829Z] 
16:11:56 [2020-07-17T16:11:56.829Z] Server: Docker Engine - Community
16:11:56 [2020-07-17T16:11:56.829Z]  Engine:
16:11:56 [2020-07-17T16:11:56.829Z]   Version:          19.03.7
16:11:56 [2020-07-17T16:11:56.829Z]   API version:      1.40 (minimum version 1.12)
16:11:56 [2020-07-17T16:11:56.829Z]   Go version:       go1.12.17
16:11:56 [2020-07-17T16:11:56.829Z]   Git commit:       7141c199a2
16:11:56 [2020-07-17T16:11:56.829Z]   Built:            Sat Mar  7 16:47:46 2020
16:11:56 [2020-07-17T16:11:56.829Z]   OS/Arch:          linux/s390x
16:11:56 [2020-07-17T16:11:56.829Z]   Experimental:     true
16:11:56 [2020-07-17T16:11:56.829Z]  containerd:
16:11:56 [2020-07-17T16:11:56.829Z]   Version:          1.2.13
16:11:56 [2020-07-17T16:11:56.829Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
16:11:56 [2020-07-17T16:11:56.829Z]  runc:
16:11:56 [2020-07-17T16:11:56.829Z]   Version:          1.0.0-rc10
16:11:56 [2020-07-17T16:11:56.829Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:11:56 [2020-07-17T16:11:56.829Z]  docker-init:
16:11:56 [2020-07-17T16:11:56.829Z]   Version:          0.18.0
16:11:56 [2020-07-17T16:11:56.829Z]   GitCommit:        fec3683
[Pipeline] sh
16:11:57 [2020-07-17T16:11:57.211Z] + docker info
16:11:58 [2020-07-17T16:11:58.251Z] Client:
16:11:58 [2020-07-17T16:11:58.251Z]  Debug Mode: false
16:11:58 [2020-07-17T16:11:58.251Z] 
16:11:58 [2020-07-17T16:11:58.251Z] Server:
16:11:58 [2020-07-17T16:11:58.251Z]  Containers: 0
16:11:58 [2020-07-17T16:11:58.251Z]   Running: 0
16:11:58 [2020-07-17T16:11:58.251Z]   Paused: 0
16:11:58 [2020-07-17T16:11:58.251Z]   Stopped: 0
16:11:58 [2020-07-17T16:11:58.251Z]  Images: 0
16:11:58 [2020-07-17T16:11:58.251Z]  Server Version: 19.03.7
16:11:58 [2020-07-17T16:11:58.251Z]  Storage Driver: overlay2
16:11:58 [2020-07-17T16:11:58.251Z]   Backing Filesystem: <unknown>
16:11:58 [2020-07-17T16:11:58.251Z]   Supports d_type: true
16:11:58 [2020-07-17T16:11:58.251Z]   Native Overlay Diff: true
16:11:58 [2020-07-17T16:11:58.251Z]  Logging Driver: json-file
16:11:58 [2020-07-17T16:11:58.251Z]  Cgroup Driver: cgroupfs
16:11:58 [2020-07-17T16:11:58.251Z]  Plugins:
16:11:58 [2020-07-17T16:11:58.251Z]   Volume: local
16:11:58 [2020-07-17T16:11:58.251Z]   Network: bridge host ipvlan macvlan null overlay
16:11:58 [2020-07-17T16:11:58.251Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:11:58 [2020-07-17T16:11:58.251Z]  Swarm: inactive
16:11:58 [2020-07-17T16:11:58.251Z]  Runtimes: runc
16:11:58 [2020-07-17T16:11:58.251Z]  Default Runtime: runc
16:11:58 [2020-07-17T16:11:58.251Z]  Init Binary: docker-init
16:11:58 [2020-07-17T16:11:58.251Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
16:11:58 [2020-07-17T16:11:58.251Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:11:58 [2020-07-17T16:11:58.251Z]  init version: fec3683
16:11:58 [2020-07-17T16:11:58.251Z]  Security Options:
16:11:58 [2020-07-17T16:11:58.251Z]   apparmor
16:11:58 [2020-07-17T16:11:58.251Z]   seccomp
16:11:58 [2020-07-17T16:11:58.251Z]    Profile: default
16:11:58 [2020-07-17T16:11:58.251Z]  Kernel Version: 4.15.0-91-generic
16:11:58 [2020-07-17T16:11:58.251Z]  Operating System: Ubuntu 18.04.4 LTS
16:11:58 [2020-07-17T16:11:58.251Z]  OSType: linux
16:11:58 [2020-07-17T16:11:58.251Z]  Architecture: s390x
16:11:58 [2020-07-17T16:11:58.251Z]  CPUs: 2
16:11:58 [2020-07-17T16:11:58.251Z]  Total Memory: 7.861GiB
16:11:58 [2020-07-17T16:11:58.251Z]  Name: s390x-ubuntu-14
16:11:58 [2020-07-17T16:11:58.251Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
16:11:58 [2020-07-17T16:11:58.251Z]  Docker Root Dir: /var/lib/docker
16:11:58 [2020-07-17T16:11:58.251Z]  Debug Mode: false
16:11:58 [2020-07-17T16:11:58.251Z]  Username: dockerbuildbot
16:11:58 [2020-07-17T16:11:58.251Z]  Registry: https://index.docker.io/v1/
16:11:58 [2020-07-17T16:11:58.251Z]  Labels:
16:11:58 [2020-07-17T16:11:58.251Z]  Experimental: true
16:11:58 [2020-07-17T16:11:58.251Z]  Insecure Registries:
16:11:58 [2020-07-17T16:11:58.251Z]   127.0.0.0/8
16:11:58 [2020-07-17T16:11:58.251Z]  Live Restore Enabled: false
16:11:58 [2020-07-17T16:11:58.251Z] 
16:11:58 [2020-07-17T16:11:58.251Z] WARNING: No swap limit support
16:11:58 [2020-07-17T16:11:58.277Z] Fetching without tags
[Pipeline] sh
16:11:58 [2020-07-17T16:11:58.526Z] Merging remotes/origin/master commit 20f9d05578b2054462d902bd2686288693471f40 into PR head commit b0c0b41016c8035ce3dc9783044f065548567e76
16:11:58 [2020-07-17T16:11:58.635Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:11:58 [2020-07-17T16:11:58.635Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:11:58 [2020-07-17T16:11:58.635Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
16:11:58 [2020-07-17T16:11:58.635Z] + bash /home/jenkins/workspace/moby_PR-41226/check-config.sh
16:11:58 [2020-07-17T16:11:58.635Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:11:58 [2020-07-17T16:11:58.635Z] info: reading kernel config from /boot/config-4.15.0-91-generic ...
16:11:58 [2020-07-17T16:11:58.635Z] 
16:11:58 [2020-07-17T16:11:58.635Z] Generally Necessary:
16:11:58 [2020-07-17T16:11:58.635Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:11:58 [2020-07-17T16:11:58.635Z] - apparmor: enabled and tools installed
16:11:58 [2020-07-17T16:11:58.635Z] - CONFIG_NAMESPACES: enabled
16:11:58 [2020-07-17T16:11:58.635Z] - CONFIG_NET_NS: enabled
16:11:58 [2020-07-17T16:11:58.635Z] - CONFIG_PID_NS: enabled
16:11:58 [2020-07-17T16:11:58.729Z] Fetching without tags
16:11:58 [2020-07-17T16:11:58.930Z] - CONFIG_IPC_NS: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_UTS_NS: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUPS: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUP_CPUACCT: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUP_DEVICE: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUP_FREEZER: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUP_SCHED: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CPUSETS: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_MEMCG: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_KEYS: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_VETH: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_BRIDGE: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_NF_NAT: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_NF_NAT_NEEDED: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_POSIX_MQUEUE: enabled
16:11:58 [2020-07-17T16:11:58.931Z] 
16:11:58 [2020-07-17T16:11:58.931Z] Optional Features:
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_USER_NS: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_SECCOMP: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUP_PIDS: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_MEMCG_SWAP: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:11:58 [2020-07-17T16:11:58.931Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_BLK_CGROUP: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IOSCHED_CFQ: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUP_PERF: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUP_HUGETLB: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_CFS_BANDWIDTH: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_RT_GROUP_SCHED: missing
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_VS: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_VS_NFCT: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_IP_VS_RR: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_EXT4_FS: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:11:58 [2020-07-17T16:11:58.931Z] - Network Drivers:
16:11:58 [2020-07-17T16:11:58.931Z]   - "overlay":
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_VXLAN: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:11:58 [2020-07-17T16:11:58.931Z]       Optional (for encrypted networks):
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_CRYPTO: enabled
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_CRYPTO_AEAD: enabled
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_CRYPTO_GCM: enabled
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_CRYPTO_GHASH: enabled
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_XFRM: enabled
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_XFRM_USER: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_INET_ESP: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]   - "ipvlan":
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_IPVLAN: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]   - "macvlan":
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_MACVLAN: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_DUMMY: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]   - "ftp,tftp client in container":
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z] - Storage Drivers:
16:11:58 [2020-07-17T16:11:58.931Z]   - "aufs":
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_AUFS_FS: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]   - "btrfs":
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:11:58 [2020-07-17T16:11:58.931Z]   - "devicemapper":
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_BLK_DEV_DM: enabled
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]   - "overlay":
16:11:58 [2020-07-17T16:11:58.931Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:11:58 [2020-07-17T16:11:58.931Z]   - "zfs":
16:11:58 [2020-07-17T16:11:58.931Z]     - /dev/zfs: missing
16:11:58 [2020-07-17T16:11:58.931Z]     - zfs command: missing
16:11:58 [2020-07-17T16:11:58.931Z]     - zpool command: missing
16:11:58 [2020-07-17T16:11:58.931Z] 
16:11:58 [2020-07-17T16:11:58.931Z] Limits:
16:11:58 [2020-07-17T16:11:58.931Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:11:58 [2020-07-17T16:11:58.931Z] 
16:11:58 [2020-07-17T16:11:58.931Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
16:11:58 [2020-07-17T16:11:58.995Z] Merging remotes/origin/master commit 20f9d05578b2054462d902bd2686288693471f40 into PR head commit b0c0b41016c8035ce3dc9783044f065548567e76
[Pipeline] sh
16:11:59 [2020-07-17T16:11:59.082Z] Merge succeeded, producing b0c0b41016c8035ce3dc9783044f065548567e76
16:11:59 [2020-07-17T16:11:59.082Z] Checking out Revision b0c0b41016c8035ce3dc9783044f065548567e76 (PR-41226)
16:11:59 [2020-07-17T16:11:59.186Z] Commit message: "Fix #41225"
16:11:58 [2020-07-17T16:11:58.247Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:11:58 [2020-07-17T16:11:58.251Z]  > git config --add remote.origin.fetch +refs/pull/41226/head:refs/remotes/origin/PR-41226 # timeout=10
16:11:58 [2020-07-17T16:11:58.256Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:58 [2020-07-17T16:11:58.270Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:11:58 [2020-07-17T16:11:58.282Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:58 [2020-07-17T16:11:58.282Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:58 [2020-07-17T16:11:58.283Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:58 [2020-07-17T16:11:58.531Z]  > git config core.sparsecheckout # timeout=10
16:11:58 [2020-07-17T16:11:58.536Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:11:59 [2020-07-17T16:11:59.060Z]  > git merge 20f9d05578b2054462d902bd2686288693471f40 # timeout=10
16:11:59 [2020-07-17T16:11:59.079Z]  > git rev-parse HEAD^{commit} # timeout=10
16:11:59 [2020-07-17T16:11:59.087Z]  > git config core.sparsecheckout # timeout=10
16:11:59 [2020-07-17T16:11:59.089Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:11:59 [2020-07-17T16:11:59.362Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b0c0b41016c8035ce3dc9783044f065548567e76 .
16:11:59 [2020-07-17T16:11:59.362Z] #2 [internal] load build definition from Dockerfile
16:11:59 [2020-07-17T16:11:59.362Z] #2 transferring dockerfile: 16.37kB 0.0s done
16:11:59 [2020-07-17T16:11:59.362Z] #2 DONE 0.0s
16:11:59 [2020-07-17T16:11:59.362Z] 
16:11:59 [2020-07-17T16:11:59.362Z] #1 [internal] load .dockerignore
16:11:59 [2020-07-17T16:11:59.362Z] #1 transferring context: 87B 0.0s done
16:11:59 [2020-07-17T16:11:59.362Z] #1 DONE 0.0s
16:11:59 [2020-07-17T16:11:59.362Z] 
16:11:59 [2020-07-17T16:11:59.362Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
16:11:58 [2020-07-17T16:11:58.697Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:11:58 [2020-07-17T16:11:58.704Z]  > git config --add remote.origin.fetch +refs/pull/41226/head:refs/remotes/origin/PR-41226 # timeout=10
16:11:58 [2020-07-17T16:11:58.711Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:58 [2020-07-17T16:11:58.719Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:11:58 [2020-07-17T16:11:58.740Z] Fetching upstream changes from https://github.com/moby/moby.git
16:11:58 [2020-07-17T16:11:58.740Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:11:58 [2020-07-17T16:11:58.741Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:11:59 [2020-07-17T16:11:59.003Z]  > git config core.sparsecheckout # timeout=10
16:11:59 [2020-07-17T16:11:59.014Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:11:59 [2020-07-17T16:11:59.565Z] Merge succeeded, producing b0c0b41016c8035ce3dc9783044f065548567e76
16:11:59 [2020-07-17T16:11:59.566Z] Checking out Revision b0c0b41016c8035ce3dc9783044f065548567e76 (PR-41226)
16:11:59 [2020-07-17T16:11:59.656Z] #3 DONE 0.2s
16:11:59 [2020-07-17T16:11:59.656Z] 
16:11:59 [2020-07-17T16:11:59.656Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
16:11:59 [2020-07-17T16:11:59.656Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:11:59 [2020-07-17T16:11:59.948Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done
16:11:59 [2020-07-17T16:11:59.948Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 4.73MB / 8.88MB 0.1s
16:11:59 [2020-07-17T16:11:59.948Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
16:11:59 [2020-07-17T16:11:59.948Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done
16:11:59 [2020-07-17T16:11:59.948Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done
16:11:59 [2020-07-17T16:11:59.948Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4
16:11:59 [2020-07-17T16:11:59.982Z] + docker version
16:11:59 [2020-07-17T16:11:59.982Z] Client: Docker Engine - Community
16:11:59 [2020-07-17T16:11:59.982Z]  Version:           19.03.12
16:11:59 [2020-07-17T16:11:59.982Z]  API version:       1.40
16:11:59 [2020-07-17T16:11:59.982Z]  Go version:        go1.13.10
16:11:59 [2020-07-17T16:11:59.982Z]  Git commit:        48a66213fe
16:11:59 [2020-07-17T16:11:59.982Z]  Built:             Mon Jun 22 15:45:36 2020
16:11:59 [2020-07-17T16:11:59.982Z]  OS/Arch:           linux/amd64
16:11:59 [2020-07-17T16:11:59.982Z]  Experimental:      false
16:11:59 [2020-07-17T16:11:59.982Z] 
16:11:59 [2020-07-17T16:11:59.982Z] Server: Docker Engine - Community
16:11:59 [2020-07-17T16:11:59.982Z]  Engine:
16:11:59 [2020-07-17T16:11:59.982Z]   Version:          19.03.12
16:11:59 [2020-07-17T16:11:59.982Z]   API version:      1.40 (minimum version 1.12)
16:11:59 [2020-07-17T16:11:59.982Z]   Go version:       go1.13.10
16:11:59 [2020-07-17T16:11:59.982Z]   Git commit:       48a66213fe
16:11:59 [2020-07-17T16:11:59.982Z]   Built:            Mon Jun 22 15:44:07 2020
16:11:59 [2020-07-17T16:11:59.982Z]   OS/Arch:          linux/amd64
16:11:59 [2020-07-17T16:11:59.982Z]   Experimental:     true
16:11:59 [2020-07-17T16:11:59.982Z]  containerd:
16:11:59 [2020-07-17T16:11:59.982Z]   Version:          1.2.13
16:11:59 [2020-07-17T16:11:59.982Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
16:11:59 [2020-07-17T16:11:59.982Z]  runc:
16:11:59 [2020-07-17T16:11:59.982Z]   Version:          1.0.0-rc10
16:11:59 [2020-07-17T16:11:59.982Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:11:59 [2020-07-17T16:11:59.982Z]  docker-init:
16:11:59 [2020-07-17T16:11:59.982Z]   Version:          0.18.0
16:11:59 [2020-07-17T16:11:59.982Z]   GitCommit:        fec3683
[Pipeline] sh
16:12:00 [2020-07-17T16:12:00.049Z] Still waiting to schedule task
16:12:00 [2020-07-17T16:12:00.049Z] All nodes of label ‘arm64&&linux’ are offline
16:12:00 [2020-07-17T16:12:00.051Z] Still waiting to schedule task
16:12:00 [2020-07-17T16:12:00.051Z] Waiting for next available executor on ‘azwin-2-ededa0’
16:12:00 [2020-07-17T16:12:00.100Z] Commit message: "Fix #41225"
16:12:00 [2020-07-17T16:12:00.241Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done
16:12:00 [2020-07-17T16:12:00.241Z] #4 DONE 0.5s
16:12:00 [2020-07-17T16:12:00.273Z] + docker info
16:12:00 [2020-07-17T16:12:00.273Z] Client:
16:12:00 [2020-07-17T16:12:00.273Z]  Debug Mode: false
16:12:00 [2020-07-17T16:12:00.273Z] 
16:12:00 [2020-07-17T16:12:00.273Z] Server:
16:12:00 [2020-07-17T16:12:00.273Z]  Containers: 0
16:12:00 [2020-07-17T16:12:00.273Z]   Running: 0
16:12:00 [2020-07-17T16:12:00.273Z]   Paused: 0
16:12:00 [2020-07-17T16:12:00.273Z]   Stopped: 0
16:12:00 [2020-07-17T16:12:00.273Z]  Images: 40
16:12:00 [2020-07-17T16:12:00.273Z]  Server Version: 19.03.12
16:12:00 [2020-07-17T16:12:00.273Z]  Storage Driver: overlay2
16:12:00 [2020-07-17T16:12:00.273Z]   Backing Filesystem: extfs
16:12:00 [2020-07-17T16:12:00.273Z]   Supports d_type: true
16:12:00 [2020-07-17T16:12:00.273Z]   Native Overlay Diff: true
16:12:00 [2020-07-17T16:12:00.273Z]  Logging Driver: json-file
16:12:00 [2020-07-17T16:12:00.273Z]  Cgroup Driver: cgroupfs
16:12:00 [2020-07-17T16:12:00.273Z]  Plugins:
16:12:00 [2020-07-17T16:12:00.273Z]   Volume: local
16:12:00 [2020-07-17T16:12:00.273Z]   Network: bridge host ipvlan macvlan null overlay
16:12:00 [2020-07-17T16:12:00.273Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:12:00 [2020-07-17T16:12:00.273Z]  Swarm: inactive
16:12:00 [2020-07-17T16:12:00.273Z]  Runtimes: runc
16:12:00 [2020-07-17T16:12:00.273Z]  Default Runtime: runc
16:12:00 [2020-07-17T16:12:00.273Z]  Init Binary: docker-init
16:12:00 [2020-07-17T16:12:00.273Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
16:12:00 [2020-07-17T16:12:00.273Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:12:00 [2020-07-17T16:12:00.273Z]  init version: fec3683
16:12:00 [2020-07-17T16:12:00.273Z]  Security Options:
16:12:00 [2020-07-17T16:12:00.273Z]   apparmor
16:12:00 [2020-07-17T16:12:00.273Z]   seccomp
16:12:00 [2020-07-17T16:12:00.273Z]    Profile: default
16:12:00 [2020-07-17T16:12:00.273Z]  Kernel Version: 5.3.0-1030-aws
16:12:00 [2020-07-17T16:12:00.273Z]  Operating System: Ubuntu 18.04.4 LTS
16:12:00 [2020-07-17T16:12:00.273Z]  OSType: linux
16:12:00 [2020-07-17T16:12:00.273Z]  Architecture: x86_64
16:12:00 [2020-07-17T16:12:00.273Z]  CPUs: 2
16:12:00 [2020-07-17T16:12:00.273Z]  Total Memory: 7.569GiB
16:12:00 [2020-07-17T16:12:00.273Z]  Name: ip-10-100-104-7
16:12:00 [2020-07-17T16:12:00.273Z]  ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO
16:12:00 [2020-07-17T16:12:00.273Z]  Docker Root Dir: /var/lib/docker
16:12:00 [2020-07-17T16:12:00.273Z]  Debug Mode: false
16:12:00 [2020-07-17T16:12:00.273Z]  Registry: https://index.docker.io/v1/
16:12:00 [2020-07-17T16:12:00.273Z]  Labels:
16:12:00 [2020-07-17T16:12:00.273Z]  Experimental: true
16:12:00 [2020-07-17T16:12:00.273Z]  Insecure Registries:
16:12:00 [2020-07-17T16:12:00.273Z]   127.0.0.0/8
16:12:00 [2020-07-17T16:12:00.273Z]  Live Restore Enabled: true
16:12:00 [2020-07-17T16:12:00.273Z] 
16:12:00 [2020-07-17T16:12:00.273Z] WARNING: No swap limit support
[Pipeline] sh
16:12:00 [2020-07-17T16:12:00.555Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:12:00 [2020-07-17T16:12:00.556Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:12:00 [2020-07-17T16:12:00.556Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
16:12:00 [2020-07-17T16:12:00.556Z] + bash /home/ubuntu/workspace/moby_PR-41226/check-config.sh
16:12:00 [2020-07-17T16:12:00.556Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:12:00 [2020-07-17T16:12:00.556Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ...
16:12:00 [2020-07-17T16:12:00.556Z] 
16:12:00 [2020-07-17T16:12:00.556Z] Generally Necessary:
16:12:00 [2020-07-17T16:12:00.556Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:12:00 [2020-07-17T16:12:00.556Z] - apparmor: enabled and tools installed
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_NAMESPACES: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_NET_NS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_PID_NS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_IPC_NS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_UTS_NS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_CGROUPS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_CGROUP_CPUACCT: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_CGROUP_DEVICE: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_CGROUP_FREEZER: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_CGROUP_SCHED: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_CPUSETS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_MEMCG: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_KEYS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_VETH: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_BRIDGE: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_NF_NAT_IPV4: missing
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_NF_NAT: enabled (as module)
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_NF_NAT_NEEDED: missing
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_POSIX_MQUEUE: enabled
16:12:00 [2020-07-17T16:12:00.556Z] 
16:12:00 [2020-07-17T16:12:00.556Z] Optional Features:
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_USER_NS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_SECCOMP: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_CGROUP_PIDS: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_MEMCG_SWAP: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:12:00 [2020-07-17T16:12:00.556Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_BLK_CGROUP: enabled
16:12:00 [2020-07-17T16:12:00.556Z] - CONFIG_BLK_DEV_THROTTLING: enabled
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_IOSCHED_CFQ: missing
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_CGROUP_PERF: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_CGROUP_HUGETLB: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_CFS_BANDWIDTH: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_RT_GROUP_SCHED: missing
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_IP_VS: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_IP_VS_NFCT: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_IP_VS_RR: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_EXT4_FS: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:12:00 [2020-07-17T16:12:00.815Z] - Network Drivers:
16:12:00 [2020-07-17T16:12:00.815Z]   - "overlay":
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_VXLAN: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:12:00 [2020-07-17T16:12:00.815Z]       Optional (for encrypted networks):
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_CRYPTO: enabled
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_CRYPTO_AEAD: enabled
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_CRYPTO_GCM: enabled
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_CRYPTO_GHASH: enabled
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_XFRM: enabled
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_XFRM_USER: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_INET_ESP: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
16:12:00 [2020-07-17T16:12:00.815Z]   - "ipvlan":
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_IPVLAN: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]   - "macvlan":
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_MACVLAN: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_DUMMY: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]   - "ftp,tftp client in container":
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z] - Storage Drivers:
16:12:00 [2020-07-17T16:12:00.815Z]   - "aufs":
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_AUFS_FS: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]   - "btrfs":
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:12:00 [2020-07-17T16:12:00.815Z]   - "devicemapper":
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_BLK_DEV_DM: enabled
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]   - "overlay":
16:12:00 [2020-07-17T16:12:00.815Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:12:00 [2020-07-17T16:12:00.815Z]   - "zfs":
16:12:00 [2020-07-17T16:12:00.815Z]     - /dev/zfs: present
16:12:00 [2020-07-17T16:12:00.815Z]     - zfs command: missing
16:12:00 [2020-07-17T16:12:00.815Z]     - zpool command: missing
16:12:00 [2020-07-17T16:12:00.815Z] 
16:12:00 [2020-07-17T16:12:00.815Z] Limits:
16:12:00 [2020-07-17T16:12:00.815Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:12:00 [2020-07-17T16:12:00.815Z] 
16:12:00 [2020-07-17T16:12:00.815Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:12:00 [2020-07-17T16:12:00.875Z] 
16:12:00 [2020-07-17T16:12:00.875Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
16:12:00 [2020-07-17T16:12:00.875Z] #6 DONE 0.2s
16:12:00 [2020-07-17T16:12:00.875Z] 
16:12:00 [2020-07-17T16:12:00.875Z] #5 [internal] load metadata for docker.io/library/golang:1.13.13-buster
16:12:00 [2020-07-17T16:12:00.884Z] + [ PR != PR ]
16:12:00 [2020-07-17T16:12:00.884Z] + [ master != master ]
16:12:00 [2020-07-17T16:12:00.884Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:11:59 [2020-07-17T16:11:59.542Z]  > git merge 20f9d05578b2054462d902bd2686288693471f40 # timeout=10
16:11:59 [2020-07-17T16:11:59.552Z]  > git rev-parse HEAD^{commit} # timeout=10
16:11:59 [2020-07-17T16:11:59.574Z]  > git config core.sparsecheckout # timeout=10
16:11:59 [2020-07-17T16:11:59.589Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:12:01 [2020-07-17T16:12:01.148Z] + sudo modprobe ip_vs
16:12:01 [2020-07-17T16:12:01.148Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b0c0b41016c8035ce3dc9783044f065548567e76 .
16:12:01 [2020-07-17T16:12:01.148Z] #2 [internal] load .dockerignore
16:12:01 [2020-07-17T16:12:01.176Z] #5 DONE 0.4s
16:12:01 [2020-07-17T16:12:01.176Z] 
16:12:01 [2020-07-17T16:12:01.176Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
16:12:01 [2020-07-17T16:12:01.176Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
16:12:01 [2020-07-17T16:12:01.176Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.65MB / 9.86MB 0.2s
16:12:01 [2020-07-17T16:12:01.176Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
16:12:01 [2020-07-17T16:12:01.176Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
16:12:01 [2020-07-17T16:12:01.219Z] + docker version
16:12:01 [2020-07-17T16:12:01.219Z] Client: Docker Engine - Community
16:12:01 [2020-07-17T16:12:01.219Z]  Version:           19.03.12
16:12:01 [2020-07-17T16:12:01.219Z]  API version:       1.40
16:12:01 [2020-07-17T16:12:01.219Z]  Go version:        go1.13.10
16:12:01 [2020-07-17T16:12:01.219Z]  Git commit:        48a66213fe
16:12:01 [2020-07-17T16:12:01.219Z]  Built:             Mon Jun 22 15:45:36 2020
16:12:01 [2020-07-17T16:12:01.219Z]  OS/Arch:           linux/amd64
16:12:01 [2020-07-17T16:12:01.219Z]  Experimental:      false
16:12:01 [2020-07-17T16:12:01.219Z] 
16:12:01 [2020-07-17T16:12:01.219Z] Server: Docker Engine - Community
16:12:01 [2020-07-17T16:12:01.219Z]  Engine:
16:12:01 [2020-07-17T16:12:01.219Z]   Version:          19.03.12
16:12:01 [2020-07-17T16:12:01.219Z]   API version:      1.40 (minimum version 1.12)
16:12:01 [2020-07-17T16:12:01.219Z]   Go version:       go1.13.10
16:12:01 [2020-07-17T16:12:01.219Z]   Git commit:       48a66213fe
16:12:01 [2020-07-17T16:12:01.219Z]   Built:            Mon Jun 22 15:44:07 2020
16:12:01 [2020-07-17T16:12:01.219Z]   OS/Arch:          linux/amd64
16:12:01 [2020-07-17T16:12:01.219Z]   Experimental:     true
16:12:01 [2020-07-17T16:12:01.219Z]  containerd:
16:12:01 [2020-07-17T16:12:01.219Z]   Version:          1.2.13
16:12:01 [2020-07-17T16:12:01.219Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
16:12:01 [2020-07-17T16:12:01.219Z]  runc:
16:12:01 [2020-07-17T16:12:01.219Z]   Version:          1.0.0-rc10
16:12:01 [2020-07-17T16:12:01.219Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:12:01 [2020-07-17T16:12:01.219Z]  docker-init:
16:12:01 [2020-07-17T16:12:01.219Z]   Version:          0.18.0
16:12:01 [2020-07-17T16:12:01.219Z]   GitCommit:        fec3683
[Pipeline] sh
16:12:01 [2020-07-17T16:12:01.409Z] #2 transferring context: 87B done
16:12:01 [2020-07-17T16:12:01.409Z] #2 DONE 0.0s
16:12:01 [2020-07-17T16:12:01.409Z] 
16:12:01 [2020-07-17T16:12:01.409Z] #1 [internal] load build definition from Dockerfile
16:12:01 [2020-07-17T16:12:01.409Z] #1 transferring dockerfile: 16.37kB done
16:12:01 [2020-07-17T16:12:01.409Z] #1 DONE 0.0s
16:12:01 [2020-07-17T16:12:01.409Z] 
16:12:01 [2020-07-17T16:12:01.409Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
16:12:01 [2020-07-17T16:12:01.409Z] #3 DONE 0.1s
16:12:01 [2020-07-17T16:12:01.409Z] 
16:12:01 [2020-07-17T16:12:01.409Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
16:12:01 [2020-07-17T16:12:01.409Z] #4 CACHED
16:12:01 [2020-07-17T16:12:01.490Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 8.42MB / 9.86MB 0.3s
16:12:01 [2020-07-17T16:12:01.502Z] + docker info
16:12:01 [2020-07-17T16:12:01.668Z] 
16:12:01 [2020-07-17T16:12:01.668Z] #6 [internal] load metadata for docker.io/library/golang:1.13.13-buster
16:12:01 [2020-07-17T16:12:01.668Z] #6 DONE 0.1s
16:12:01 [2020-07-17T16:12:01.668Z] 
16:12:01 [2020-07-17T16:12:01.668Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
16:12:01 [2020-07-17T16:12:01.798Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done
16:12:01 [2020-07-17T16:12:01.799Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022
16:12:01 [2020-07-17T16:12:01.936Z] #5 DONE 0.3s
16:12:01 [2020-07-17T16:12:01.936Z] 
16:12:01 [2020-07-17T16:12:01.936Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
16:12:01 [2020-07-17T16:12:01.936Z] #58 DONE 0.0s
16:12:01 [2020-07-17T16:12:01.936Z] 
16:12:01 [2020-07-17T16:12:01.936Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:12:01 [2020-07-17T16:12:01.936Z] #7 DONE 0.0s
16:12:01 [2020-07-17T16:12:01.936Z] 
16:12:01 [2020-07-17T16:12:01.936Z] #20 [internal] load build context
16:12:02 [2020-07-17T16:12:02.071Z] Client:
16:12:02 [2020-07-17T16:12:02.071Z]  Debug Mode: false
16:12:02 [2020-07-17T16:12:02.071Z] 
16:12:02 [2020-07-17T16:12:02.071Z] Server:
16:12:02 [2020-07-17T16:12:02.071Z]  Containers: 0
16:12:02 [2020-07-17T16:12:02.071Z]   Running: 0
16:12:02 [2020-07-17T16:12:02.071Z]   Paused: 0
16:12:02 [2020-07-17T16:12:02.071Z]   Stopped: 0
16:12:02 [2020-07-17T16:12:02.071Z]  Images: 2
16:12:02 [2020-07-17T16:12:02.071Z]  Server Version: 19.03.12
16:12:02 [2020-07-17T16:12:02.071Z]  Storage Driver: overlay2
16:12:02 [2020-07-17T16:12:02.071Z]   Backing Filesystem: extfs
16:12:02 [2020-07-17T16:12:02.071Z]   Supports d_type: true
16:12:02 [2020-07-17T16:12:02.071Z]   Native Overlay Diff: true
16:12:02 [2020-07-17T16:12:02.071Z]  Logging Driver: json-file
16:12:02 [2020-07-17T16:12:02.071Z]  Cgroup Driver: cgroupfs
16:12:02 [2020-07-17T16:12:02.071Z]  Plugins:
16:12:02 [2020-07-17T16:12:02.071Z]   Volume: local
16:12:02 [2020-07-17T16:12:02.071Z]   Network: bridge host ipvlan macvlan null overlay
16:12:02 [2020-07-17T16:12:02.071Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:12:02 [2020-07-17T16:12:02.071Z]  Swarm: inactive
16:12:02 [2020-07-17T16:12:02.071Z]  Runtimes: runc
16:12:02 [2020-07-17T16:12:02.071Z]  Default Runtime: runc
16:12:02 [2020-07-17T16:12:02.071Z]  Init Binary: docker-init
16:12:02 [2020-07-17T16:12:02.071Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
16:12:02 [2020-07-17T16:12:02.071Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:12:02 [2020-07-17T16:12:02.071Z]  init version: fec3683
16:12:02 [2020-07-17T16:12:02.071Z]  Security Options:
16:12:02 [2020-07-17T16:12:02.071Z]   apparmor
16:12:02 [2020-07-17T16:12:02.071Z]   seccomp
16:12:02 [2020-07-17T16:12:02.071Z]    Profile: default
16:12:02 [2020-07-17T16:12:02.071Z]  Kernel Version: 5.3.0-1030-aws
16:12:02 [2020-07-17T16:12:02.071Z]  Operating System: Ubuntu 18.04.4 LTS
16:12:02 [2020-07-17T16:12:02.071Z]  OSType: linux
16:12:02 [2020-07-17T16:12:02.071Z]  Architecture: x86_64
16:12:02 [2020-07-17T16:12:02.071Z]  CPUs: 2
16:12:02 [2020-07-17T16:12:02.071Z]  Total Memory: 7.487GiB
16:12:02 [2020-07-17T16:12:02.071Z]  Name: ip-10-100-46-102
16:12:02 [2020-07-17T16:12:02.071Z]  ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO
16:12:02 [2020-07-17T16:12:02.071Z]  Docker Root Dir: /var/lib/docker
16:12:02 [2020-07-17T16:12:02.071Z]  Debug Mode: false
16:12:02 [2020-07-17T16:12:02.071Z]  Registry: https://index.docker.io/v1/
16:12:02 [2020-07-17T16:12:02.071Z]  Labels:
16:12:02 [2020-07-17T16:12:02.071Z]  Experimental: true
16:12:02 [2020-07-17T16:12:02.071Z]  Insecure Registries:
16:12:02 [2020-07-17T16:12:02.071Z]   127.0.0.0/8
16:12:02 [2020-07-17T16:12:02.071Z]  Live Restore Enabled: true
16:12:02 [2020-07-17T16:12:02.071Z] 
16:12:02 [2020-07-17T16:12:02.071Z] WARNING: No swap limit support
[Pipeline] sh
16:12:02 [2020-07-17T16:12:02.124Z] #58 ...
16:12:02 [2020-07-17T16:12:02.124Z] 
16:12:02 [2020-07-17T16:12:02.124Z] #20 [internal] load build context
16:12:02 [2020-07-17T16:12:02.124Z] #20 transferring context: 51.31MB 1.0s done
16:12:02 [2020-07-17T16:12:02.124Z] #20 DONE 1.0s
16:12:02 [2020-07-17T16:12:02.124Z] 
16:12:02 [2020-07-17T16:12:02.124Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
16:12:02 [2020-07-17T16:12:02.354Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:12:02 [2020-07-17T16:12:02.354Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:12:02 [2020-07-17T16:12:02.354Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
16:12:02 [2020-07-17T16:12:02.354Z] + bash /home/ubuntu/workspace/moby_PR-41226/check-config.sh
16:12:02 [2020-07-17T16:12:02.354Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:12:02 [2020-07-17T16:12:02.354Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ...
16:12:02 [2020-07-17T16:12:02.354Z] 
16:12:02 [2020-07-17T16:12:02.354Z] Generally Necessary:
16:12:02 [2020-07-17T16:12:02.354Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:12:02 [2020-07-17T16:12:02.354Z] - apparmor: enabled and tools installed
16:12:02 [2020-07-17T16:12:02.354Z] - CONFIG_NAMESPACES: enabled
16:12:02 [2020-07-17T16:12:02.354Z] - CONFIG_NET_NS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_PID_NS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_IPC_NS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_UTS_NS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_CGROUPS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_CGROUP_CPUACCT: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_CGROUP_DEVICE: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_CGROUP_FREEZER: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_CGROUP_SCHED: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_CPUSETS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_MEMCG: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_KEYS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_VETH: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_BRIDGE: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_NF_NAT_IPV4: missing
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_NF_NAT: enabled (as module)
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_NF_NAT_NEEDED: missing
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_POSIX_MQUEUE: enabled
16:12:02 [2020-07-17T16:12:02.355Z] 
16:12:02 [2020-07-17T16:12:02.355Z] Optional Features:
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_USER_NS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_SECCOMP: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_CGROUP_PIDS: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_MEMCG_SWAP: enabled
16:12:02 [2020-07-17T16:12:02.355Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:12:02 [2020-07-17T16:12:02.355Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:12:02 [2020-07-17T16:12:02.431Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done
16:12:02 [2020-07-17T16:12:02.431Z] #58 DONE 1.3s
16:12:02 [2020-07-17T16:12:02.431Z] 
16:12:02 [2020-07-17T16:12:02.431Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:12:02 [2020-07-17T16:12:02.431Z] #7 resolve docker.io/library/golang:1.13.13-buster@sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22 done
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22 1.86kB / 1.86kB done
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:7484084d2be4a96bad6a99b0510fe870cca3f00f75ecb83e5e05175e34bf4819 6.19kB / 6.19kB done
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 48.97MB / 48.97MB 1.1s
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:f2e2475541d1456041170b93db0358734e6b1e166d8da186f7f8f02bc219f804 1.79kB / 1.79kB done
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 7.39MB / 7.39MB 0.3s done
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 9.88MB / 9.88MB 0.8s done
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 30.25MB / 51.37MB 1.1s
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 6.03MB / 56.71MB 1.1s
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 48.97MB / 48.97MB 1.1s done
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 38.99MB / 51.37MB 1.3s
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 12.97MB / 56.71MB 1.3s
16:12:02 [2020-07-17T16:12:02.431Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 1.70MB / 102.25MB 1.3s
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_BLK_CGROUP: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_IOSCHED_CFQ: missing
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_CGROUP_PERF: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_CGROUP_HUGETLB: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_CFS_BANDWIDTH: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_RT_GROUP_SCHED: missing
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_IP_VS: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_IP_VS_NFCT: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_IP_VS_RR: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_EXT4_FS: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:12:02 [2020-07-17T16:12:02.614Z] - Network Drivers:
16:12:02 [2020-07-17T16:12:02.614Z]   - "overlay":
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_VXLAN: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:12:02 [2020-07-17T16:12:02.614Z]       Optional (for encrypted networks):
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_CRYPTO: enabled
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_CRYPTO_AEAD: enabled
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_CRYPTO_GCM: enabled
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_CRYPTO_GHASH: enabled
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_XFRM: enabled
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_XFRM_USER: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_INET_ESP: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
16:12:02 [2020-07-17T16:12:02.614Z]   - "ipvlan":
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_IPVLAN: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]   - "macvlan":
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_MACVLAN: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_DUMMY: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]   - "ftp,tftp client in container":
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z] - Storage Drivers:
16:12:02 [2020-07-17T16:12:02.614Z]   - "aufs":
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_AUFS_FS: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]   - "btrfs":
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:12:02 [2020-07-17T16:12:02.614Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:12:02 [2020-07-17T16:12:02.615Z]   - "devicemapper":
16:12:02 [2020-07-17T16:12:02.615Z]     - CONFIG_BLK_DEV_DM: enabled
16:12:02 [2020-07-17T16:12:02.615Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:12:02 [2020-07-17T16:12:02.615Z]   - "overlay":
16:12:02 [2020-07-17T16:12:02.713Z] Fetching without tags
16:12:02 [2020-07-17T16:12:02.729Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 43.16MB / 51.37MB 1.4s
16:12:02 [2020-07-17T16:12:02.730Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 16.35MB / 56.71MB 1.4s
16:12:02 [2020-07-17T16:12:02.730Z] #7 extracting sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 0.1s
16:12:02 [2020-07-17T16:12:02.730Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 47.01MB / 51.37MB 1.5s
16:12:02 [2020-07-17T16:12:02.730Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 20.12MB / 56.71MB 1.5s
16:12:02 [2020-07-17T16:12:02.730Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 9.37MB / 102.25MB 1.5s
16:12:02 [2020-07-17T16:12:02.730Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 51.37MB / 51.37MB 1.6s
16:12:02 [2020-07-17T16:12:02.730Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 23.60MB / 56.71MB 1.6s
16:12:02 [2020-07-17T16:12:02.874Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:12:02 [2020-07-17T16:12:02.874Z]   - "zfs":
16:12:02 [2020-07-17T16:12:02.874Z]     - /dev/zfs: present
16:12:02 [2020-07-17T16:12:02.874Z]     - zfs command: missing
16:12:02 [2020-07-17T16:12:02.874Z]     - zpool command: missing
16:12:02 [2020-07-17T16:12:02.874Z] 
16:12:02 [2020-07-17T16:12:02.874Z] Limits:
16:12:02 [2020-07-17T16:12:02.874Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:12:02 [2020-07-17T16:12:02.874Z] 
16:12:02 [2020-07-17T16:12:02.874Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:12:02 [2020-07-17T16:12:02.672Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:12:02 [2020-07-17T16:12:02.676Z]  > git config --add remote.origin.fetch +refs/pull/41226/head:refs/remotes/origin/PR-41226 # timeout=10
16:12:02 [2020-07-17T16:12:02.680Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:12:02 [2020-07-17T16:12:02.701Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:12:02 [2020-07-17T16:12:02.722Z] Fetching upstream changes from https://github.com/moby/moby.git
16:12:02 [2020-07-17T16:12:02.722Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:12:02 [2020-07-17T16:12:02.724Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:12:03 [2020-07-17T16:12:03.028Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 51.37MB / 51.37MB 1.6s done
16:12:03 [2020-07-17T16:12:03.028Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 27.85MB / 56.71MB 1.7s
16:12:03 [2020-07-17T16:12:03.028Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 20.49MB / 102.25MB 1.7s
16:12:03 [2020-07-17T16:12:03.028Z] #7 sha256:74dc15675f7444f28542e9a134d731f434f08fd6b54513847418ad7f9673661d 0B / 155B 1.7s
16:12:03 [2020-07-17T16:12:03.028Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 32.68MB / 56.71MB 1.8s
16:12:03 [2020-07-17T16:12:03.028Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 26.75MB / 102.25MB 1.8s
16:12:03 [2020-07-17T16:12:03.028Z] #7 sha256:74dc15675f7444f28542e9a134d731f434f08fd6b54513847418ad7f9673661d 155B / 155B 1.7s done
16:12:03 [2020-07-17T16:12:03.127Z] Merging remotes/origin/master commit 20f9d05578b2054462d902bd2686288693471f40 into PR head commit b0c0b41016c8035ce3dc9783044f065548567e76
16:12:03 [2020-07-17T16:12:03.214Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b0c0b41016c8035ce3dc9783044f065548567e76 .
16:12:03 [2020-07-17T16:12:03.214Z] #2 [internal] load build definition from Dockerfile
16:12:03 [2020-07-17T16:12:03.214Z] #2 transferring dockerfile: 16.37kB 0.0s done
16:12:03 [2020-07-17T16:12:03.214Z] #2 DONE 0.0s
16:12:03 [2020-07-17T16:12:03.214Z] 
16:12:03 [2020-07-17T16:12:03.214Z] #1 [internal] load .dockerignore
16:12:03 [2020-07-17T16:12:03.214Z] #1 transferring context: 87B 0.0s done
16:12:03 [2020-07-17T16:12:03.214Z] #1 DONE 0.0s
16:12:03 [2020-07-17T16:12:03.214Z] 
16:12:03 [2020-07-17T16:12:03.214Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
16:12:03 [2020-07-17T16:12:03.214Z] #3 DONE 0.1s
16:12:03 [2020-07-17T16:12:03.328Z] #20 transferring context: 51.31MB 1.2s done
16:12:03 [2020-07-17T16:12:03.328Z] #20 DONE 1.3s
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:12:03 [2020-07-17T16:12:03.328Z] #27 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:12:03 [2020-07-17T16:12:03.328Z] #43 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:12:03 [2020-07-17T16:12:03.328Z] #56 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:12:03 [2020-07-17T16:12:03.328Z] #38 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:12:03 [2020-07-17T16:12:03.328Z] #23 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #31 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #42 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
16:12:03 [2020-07-17T16:12:03.328Z] #14 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
16:12:03 [2020-07-17T16:12:03.328Z] #22 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #59 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #44 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:03 [2020-07-17T16:12:03.328Z] #25 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
16:12:03 [2020-07-17T16:12:03.328Z] #8 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:03 [2020-07-17T16:12:03.328Z] #30 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:12:03 [2020-07-17T16:12:03.328Z] #35 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:12:03 [2020-07-17T16:12:03.328Z] #21 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:03 [2020-07-17T16:12:03.328Z] #47 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:12:03 [2020-07-17T16:12:03.328Z] #51 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
16:12:03 [2020-07-17T16:12:03.328Z] #18 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:12:03 [2020-07-17T16:12:03.328Z] #45 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
16:12:03 [2020-07-17T16:12:03.328Z] #26 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #61 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:03 [2020-07-17T16:12:03.328Z] #49 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
16:12:03 [2020-07-17T16:12:03.328Z] #13 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:03 [2020-07-17T16:12:03.328Z] #33 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
16:12:03 [2020-07-17T16:12:03.328Z] #9 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #48 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:12:03 [2020-07-17T16:12:03.328Z] #54 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #29 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #53 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:12:03 [2020-07-17T16:12:03.328Z] #10 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:12:03 [2020-07-17T16:12:03.328Z] #32 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #37 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:12:03 [2020-07-17T16:12:03.328Z] #39 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:12:03 [2020-07-17T16:12:03.328Z] #28 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
16:12:03 [2020-07-17T16:12:03.328Z] #40 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:03 [2020-07-17T16:12:03.328Z] #41 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #46 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:12:03 [2020-07-17T16:12:03.328Z] #55 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
16:12:03 [2020-07-17T16:12:03.328Z] #12 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
16:12:03 [2020-07-17T16:12:03.328Z] #24 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:12:03 [2020-07-17T16:12:03.328Z] #36 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:03 [2020-07-17T16:12:03.328Z] #60 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #34 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #16 [dev-systemd-false  6/26] RUN ldconfig
16:12:03 [2020-07-17T16:12:03.328Z] #16 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:12:03 [2020-07-17T16:12:03.328Z] #17 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:12:03 [2020-07-17T16:12:03.328Z] #52 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #50 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
16:12:03 [2020-07-17T16:12:03.328Z] #57 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
16:12:03 [2020-07-17T16:12:03.328Z] #11 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
16:12:03 [2020-07-17T16:12:03.328Z] #15 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:12:03 [2020-07-17T16:12:03.328Z] #19 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
16:12:03 [2020-07-17T16:12:03.328Z] #62 CACHED
16:12:03 [2020-07-17T16:12:03.328Z] 
16:12:03 [2020-07-17T16:12:03.328Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
16:12:03 [2020-07-17T16:12:03.328Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 44.71MB / 56.71MB 2.0s
16:12:03 [2020-07-17T16:12:03.328Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 37.63MB / 102.25MB 2.0s
16:12:03 [2020-07-17T16:12:03.328Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 48.22MB / 56.71MB 2.1s
16:12:03 [2020-07-17T16:12:03.477Z] 
16:12:03 [2020-07-17T16:12:03.477Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
16:12:03 [2020-07-17T16:12:03.477Z] #4 CACHED
16:12:03 [2020-07-17T16:12:03.627Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 56.71MB / 56.71MB 2.3s
16:12:03 [2020-07-17T16:12:03.627Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 53.13MB / 102.25MB 2.3s
16:12:03 [2020-07-17T16:12:03.627Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 56.71MB / 56.71MB 2.3s done
16:12:03 [2020-07-17T16:12:03.627Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 61.16MB / 102.25MB 2.4s
16:12:03 [2020-07-17T16:12:03.627Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 70.22MB / 102.25MB 2.5s
16:12:03 [2020-07-17T16:12:03.740Z] 
16:12:03 [2020-07-17T16:12:03.740Z] #6 [internal] load metadata for docker.io/library/golang:1.13.13-buster
16:12:03 [2020-07-17T16:12:03.740Z] #6 DONE 0.1s
16:12:03 [2020-07-17T16:12:03.740Z] 
16:12:03 [2020-07-17T16:12:03.740Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
16:12:03 [2020-07-17T16:12:03.740Z] #5 DONE 0.1s
16:12:03 [2020-07-17T16:12:03.740Z] 
16:12:03 [2020-07-17T16:12:03.740Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
16:12:03 [2020-07-17T16:12:03.740Z] #58 DONE 0.0s
16:12:03 [2020-07-17T16:12:03.740Z] 
16:12:03 [2020-07-17T16:12:03.740Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:12:03 [2020-07-17T16:12:03.740Z] #7 DONE 0.0s
16:12:03 [2020-07-17T16:12:03.740Z] 
16:12:03 [2020-07-17T16:12:03.740Z] #20 [internal] load build context
16:12:03 [2020-07-17T16:12:03.925Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 81.38MB / 102.25MB 2.6s
16:12:03 [2020-07-17T16:12:03.925Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 102.25MB / 102.25MB 2.8s
16:12:04 [2020-07-17T16:12:04.006Z] Merge succeeded, producing b0c0b41016c8035ce3dc9783044f065548567e76
16:12:04 [2020-07-17T16:12:04.007Z] Checking out Revision b0c0b41016c8035ce3dc9783044f065548567e76 (PR-41226)
16:12:04 [2020-07-17T16:12:04.220Z] #7 sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 102.25MB / 102.25MB 2.9s done
16:12:04 [2020-07-17T16:12:04.220Z] #7 extracting sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 1.6s done
16:12:04 [2020-07-17T16:12:04.267Z] #63 DONE 0.9s
16:12:04 [2020-07-17T16:12:04.267Z] 
16:12:04 [2020-07-17T16:12:04.267Z] #64 exporting to image
16:12:04 [2020-07-17T16:12:04.267Z] #64 exporting layers
16:12:04 [2020-07-17T16:12:04.513Z] #7 extracting sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 0.1s
16:12:04 [2020-07-17T16:12:04.513Z] #7 extracting sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 0.3s done
16:12:04 [2020-07-17T16:12:04.806Z] #7 extracting sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 0.1s
16:12:03 [2020-07-17T16:12:03.134Z]  > git config core.sparsecheckout # timeout=10
16:12:03 [2020-07-17T16:12:03.137Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:12:03 [2020-07-17T16:12:03.973Z]  > git merge 20f9d05578b2054462d902bd2686288693471f40 # timeout=10
16:12:03 [2020-07-17T16:12:03.995Z]  > git rev-parse HEAD^{commit} # timeout=10
16:12:04 [2020-07-17T16:12:04.013Z]  > git config core.sparsecheckout # timeout=10
16:12:04 [2020-07-17T16:12:04.016Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:12:05 [2020-07-17T16:12:05.051Z] Commit message: "Fix #41225"
16:12:05 [2020-07-17T16:12:05.098Z] #7 extracting sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 0.2s done
16:12:05 [2020-07-17T16:12:05.098Z] #7 extracting sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c
16:12:05 [2020-07-17T16:12:05.141Z] #20 transferring context: 51.31MB 1.5s done
16:12:05 [2020-07-17T16:12:05.141Z] #20 DONE 1.5s
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:12:05 [2020-07-17T16:12:05.141Z] #55 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:12:05 [2020-07-17T16:12:05.141Z] #17 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:05 [2020-07-17T16:12:05.141Z] #25 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.141Z] #42 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:05 [2020-07-17T16:12:05.141Z] #33 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:12:05 [2020-07-17T16:12:05.141Z] #35 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:05 [2020-07-17T16:12:05.141Z] #60 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.141Z] #44 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.141Z] #46 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:12:05 [2020-07-17T16:12:05.141Z] #39 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
16:12:05 [2020-07-17T16:12:05.141Z] #15 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.141Z] #34 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:05 [2020-07-17T16:12:05.141Z] #47 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:12:05 [2020-07-17T16:12:05.141Z] #38 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:12:05 [2020-07-17T16:12:05.141Z] #36 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:12:05 [2020-07-17T16:12:05.141Z] #56 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.141Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:12:05 [2020-07-17T16:12:05.141Z] #51 CACHED
16:12:05 [2020-07-17T16:12:05.141Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #29 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #57 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #48 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
16:12:05 [2020-07-17T16:12:05.142Z] #13 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #31 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #37 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:05 [2020-07-17T16:12:05.142Z] #41 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #61 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
16:12:05 [2020-07-17T16:12:05.142Z] #18 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:12:05 [2020-07-17T16:12:05.142Z] #28 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
16:12:05 [2020-07-17T16:12:05.142Z] #24 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:12:05 [2020-07-17T16:12:05.142Z] #19 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:12:05 [2020-07-17T16:12:05.142Z] #32 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #59 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:12:05 [2020-07-17T16:12:05.142Z] #27 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
16:12:05 [2020-07-17T16:12:05.142Z] #26 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:12:05 [2020-07-17T16:12:05.142Z] #21 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
16:12:05 [2020-07-17T16:12:05.142Z] #9 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
16:12:05 [2020-07-17T16:12:05.142Z] #40 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:12:05 [2020-07-17T16:12:05.142Z] #23 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
16:12:05 [2020-07-17T16:12:05.142Z] #14 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
16:12:05 [2020-07-17T16:12:05.142Z] #12 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:12:05 [2020-07-17T16:12:05.142Z] #54 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
16:12:05 [2020-07-17T16:12:05.142Z] #11 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:05 [2020-07-17T16:12:05.142Z] #30 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:12:05 [2020-07-17T16:12:05.142Z] #45 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #50 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:12:05 [2020-07-17T16:12:05.142Z] #43 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:12:05 [2020-07-17T16:12:05.142Z] #52 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:12:05 [2020-07-17T16:12:05.142Z] #10 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
16:12:05 [2020-07-17T16:12:05.142Z] #22 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #16 [dev-systemd-false  6/26] RUN ldconfig
16:12:05 [2020-07-17T16:12:05.142Z] #16 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
16:12:05 [2020-07-17T16:12:05.142Z] #53 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:05 [2020-07-17T16:12:05.142Z] #49 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
16:12:05 [2020-07-17T16:12:05.142Z] #8 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
16:12:05 [2020-07-17T16:12:05.142Z] #62 CACHED
16:12:05 [2020-07-17T16:12:05.142Z] 
16:12:05 [2020-07-17T16:12:05.142Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
16:12:05 [2020-07-17T16:12:05.205Z] #64 exporting layers 0.9s done
16:12:05 [2020-07-17T16:12:05.205Z] #64 writing image sha256:0cb423dff49309fe7adbdae8d1e50583c9ce7dbadf5845f548d34dd2ff0ff143 done
16:12:05 [2020-07-17T16:12:05.205Z] #64 naming to docker.io/library/docker:b0c0b41016c8035ce3dc9783044f065548567e76 done
16:12:05 [2020-07-17T16:12:05.205Z] #64 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
16:12:05 [2020-07-17T16:12:05.544Z] + trap exit INT TERM
16:12:05 [2020-07-17T16:12:05.544Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
16:12:05 [2020-07-17T16:12:05.544Z] + CONTAINER_NAME=docker-pr2
16:12:05 [2020-07-17T16:12:05.544Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh dynbinary-daemon
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:12:05 [2020-07-17T16:12:05.804Z] 
16:12:05 [2020-07-17T16:12:05.918Z] + docker version
16:12:05 [2020-07-17T16:12:05.918Z] Client:
16:12:05 [2020-07-17T16:12:05.918Z]  Version:           18.06.1-ce
16:12:05 [2020-07-17T16:12:05.918Z]  API version:       1.38
16:12:05 [2020-07-17T16:12:05.918Z]  Go version:        go1.10.3
16:12:05 [2020-07-17T16:12:05.918Z]  Git commit:        e68fc7a
16:12:05 [2020-07-17T16:12:05.918Z]  Built:             Tue Aug 21 17:26:10 2018
16:12:05 [2020-07-17T16:12:05.918Z]  OS/Arch:           linux/ppc64le
16:12:05 [2020-07-17T16:12:05.918Z]  Experimental:      false
16:12:05 [2020-07-17T16:12:05.918Z] 
16:12:05 [2020-07-17T16:12:05.918Z] Server:
16:12:05 [2020-07-17T16:12:05.918Z]  Engine:
16:12:05 [2020-07-17T16:12:05.918Z]   Version:          18.06.1-ce
16:12:05 [2020-07-17T16:12:05.918Z]   API version:      1.38 (minimum version 1.12)
16:12:05 [2020-07-17T16:12:05.918Z]   Go version:       go1.10.3
16:12:05 [2020-07-17T16:12:05.918Z]   Git commit:       e68fc7a
16:12:05 [2020-07-17T16:12:05.918Z]   Built:            Tue Aug 21 17:24:20 2018
16:12:05 [2020-07-17T16:12:05.918Z]   OS/Arch:          linux/ppc64le
16:12:05 [2020-07-17T16:12:05.918Z]   Experimental:     true
[Pipeline] sh
16:12:06 [2020-07-17T16:12:06.064Z] Removing bundles/
16:12:06 [2020-07-17T16:12:06.064Z] 
16:12:06 [2020-07-17T16:12:06.064Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
16:12:06 [2020-07-17T16:12:06.064Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:12:06 [2020-07-17T16:12:06.064Z] GOOS="" GOARCH="" GOARM=""
16:12:06 [2020-07-17T16:12:06.310Z] + docker info
16:12:06 [2020-07-17T16:12:06.310Z] Containers: 0
16:12:06 [2020-07-17T16:12:06.310Z]  Running: 0
16:12:06 [2020-07-17T16:12:06.310Z]  Paused: 0
16:12:06 [2020-07-17T16:12:06.310Z]  Stopped: 0
16:12:06 [2020-07-17T16:12:06.310Z] Images: 0
16:12:06 [2020-07-17T16:12:06.310Z] Server Version: 18.06.1-ce
16:12:06 [2020-07-17T16:12:06.310Z] Storage Driver: overlay2
16:12:06 [2020-07-17T16:12:06.310Z]  Backing Filesystem: extfs
16:12:06 [2020-07-17T16:12:06.310Z]  Supports d_type: true
16:12:06 [2020-07-17T16:12:06.310Z]  Native Overlay Diff: true
16:12:06 [2020-07-17T16:12:06.310Z] Logging Driver: json-file
16:12:06 [2020-07-17T16:12:06.310Z] Cgroup Driver: cgroupfs
16:12:06 [2020-07-17T16:12:06.310Z] Plugins:
16:12:06 [2020-07-17T16:12:06.310Z]  Volume: local
16:12:06 [2020-07-17T16:12:06.310Z]  Network: bridge host ipvlan macvlan null overlay
16:12:06 [2020-07-17T16:12:06.310Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
16:12:06 [2020-07-17T16:12:06.310Z] Swarm: inactive
16:12:06 [2020-07-17T16:12:06.310Z] Runtimes: runc
16:12:06 [2020-07-17T16:12:06.310Z] Default Runtime: runc
16:12:06 [2020-07-17T16:12:06.310Z] Init Binary: docker-init
16:12:06 [2020-07-17T16:12:06.310Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
16:12:06 [2020-07-17T16:12:06.310Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
16:12:06 [2020-07-17T16:12:06.310Z] init version: fec3683
16:12:06 [2020-07-17T16:12:06.310Z] Security Options:
16:12:06 [2020-07-17T16:12:06.310Z]  apparmor
16:12:06 [2020-07-17T16:12:06.310Z]  seccomp
16:12:06 [2020-07-17T16:12:06.310Z]   Profile: default
16:12:06 [2020-07-17T16:12:06.310Z] Kernel Version: 4.4.0-130-generic
16:12:06 [2020-07-17T16:12:06.310Z] Operating System: Ubuntu 16.04.3 LTS
16:12:06 [2020-07-17T16:12:06.310Z] OSType: linux
16:12:06 [2020-07-17T16:12:06.310Z] Architecture: ppc64le
16:12:06 [2020-07-17T16:12:06.310Z] CPUs: 4
16:12:06 [2020-07-17T16:12:06.310Z] Total Memory: 7.972GiB
16:12:06 [2020-07-17T16:12:06.310Z] Name: ppc64le-ubuntu-33
16:12:06 [2020-07-17T16:12:06.310Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
16:12:06 [2020-07-17T16:12:06.310Z] Docker Root Dir: /var/lib/docker
16:12:06 [2020-07-17T16:12:06.310Z] Debug Mode (client): false
16:12:06 [2020-07-17T16:12:06.310Z] Debug Mode (server): false
16:12:06 [2020-07-17T16:12:06.310Z] Username: dockerbuildbot
16:12:06 [2020-07-17T16:12:06.310Z] Registry: https://index.docker.io/v1/
16:12:06 [2020-07-17T16:12:06.310Z] Labels:
16:12:06 [2020-07-17T16:12:06.310Z] Experimental: true
16:12:06 [2020-07-17T16:12:06.310Z] Insecure Registries:
16:12:06 [2020-07-17T16:12:06.310Z]  127.0.0.0/8
16:12:06 [2020-07-17T16:12:06.310Z] Live Restore Enabled: false
16:12:06 [2020-07-17T16:12:06.310Z] 
[Pipeline] sh
16:12:06 [2020-07-17T16:12:06.523Z] #63 DONE 1.1s
16:12:06 [2020-07-17T16:12:06.523Z] 
16:12:06 [2020-07-17T16:12:06.523Z] #64 exporting to image
16:12:06 [2020-07-17T16:12:06.523Z] #64 exporting layers
16:12:06 [2020-07-17T16:12:06.612Z] #7 extracting sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 1.4s done
16:12:06 [2020-07-17T16:12:06.696Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:12:06 [2020-07-17T16:12:06.696Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:12:06 [2020-07-17T16:12:06.696Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
16:12:06 [2020-07-17T16:12:06.696Z] + bash /home/docker/workspace/moby_PR-41226/check-config.sh
16:12:06 [2020-07-17T16:12:06.696Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:12:06 [2020-07-17T16:12:06.696Z] info: reading kernel config from /boot/config-4.4.0-130-generic ...
16:12:06 [2020-07-17T16:12:06.696Z] 
16:12:06 [2020-07-17T16:12:06.696Z] Generally Necessary:
16:12:06 [2020-07-17T16:12:06.696Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:12:06 [2020-07-17T16:12:06.696Z] - apparmor: enabled and tools installed
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_NAMESPACES: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_NET_NS: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_PID_NS: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_IPC_NS: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_UTS_NS: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_CGROUPS: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_CGROUP_CPUACCT: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_CGROUP_DEVICE: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_CGROUP_FREEZER: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_CGROUP_SCHED: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_CPUSETS: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_MEMCG: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_KEYS: enabled
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_VETH: enabled (as module)
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_BRIDGE: enabled (as module)
16:12:06 [2020-07-17T16:12:06.696Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:12:06 [2020-07-17T16:12:06.905Z] #7 extracting sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_NF_NAT: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_NF_NAT_NEEDED: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_POSIX_MQUEUE: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
16:12:06 [2020-07-17T16:12:06.991Z] 
16:12:06 [2020-07-17T16:12:06.991Z] Optional Features:
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_USER_NS: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_SECCOMP: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_CGROUP_PIDS: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_MEMCG_SWAP: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:12:06 [2020-07-17T16:12:06.991Z]     (cgroup swap accounting is currently enabled)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_MEMCG_KMEM: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_BLK_CGROUP: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IOSCHED_CFQ: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_CGROUP_PERF: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_CGROUP_HUGETLB: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_CFS_BANDWIDTH: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_RT_GROUP_SCHED: missing
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_VS: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_VS_NFCT: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_IP_VS_RR: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_EXT4_FS: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:12:06 [2020-07-17T16:12:06.991Z] - Network Drivers:
16:12:06 [2020-07-17T16:12:06.991Z]   - "overlay":
16:12:06 [2020-07-17T16:12:06.991Z]     - CONFIG_VXLAN: enabled (as module)
16:12:06 [2020-07-17T16:12:06.991Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:12:06 [2020-07-17T16:12:06.991Z]       Optional (for encrypted networks):
16:12:07 [2020-07-17T16:12:07.097Z] #64 exporting layers 0.8s done
16:12:07 [2020-07-17T16:12:07.097Z] #64 writing image sha256:d00bfb4e99fc442de2dd47f8599b1dd124b2ec465a64af805a1fdaa63081a4ae done
16:12:07 [2020-07-17T16:12:07.097Z] #64 naming to docker.io/library/docker:b0c0b41016c8035ce3dc9783044f065548567e76 done
16:12:07 [2020-07-17T16:12:07.097Z] #64 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_CRYPTO: enabled
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_XFRM: enabled
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_XFRM_USER: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_INET_ESP: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]   - "ipvlan":
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_IPVLAN: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]   - "macvlan":
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_MACVLAN: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_DUMMY: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]   - "ftp,tftp client in container":
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z] - Storage Drivers:
16:12:07 [2020-07-17T16:12:07.285Z]   - "aufs":
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_AUFS_FS: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]   - "btrfs":
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:12:07 [2020-07-17T16:12:07.285Z]   - "devicemapper":
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_BLK_DEV_DM: enabled
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]   - "overlay":
16:12:07 [2020-07-17T16:12:07.285Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:12:07 [2020-07-17T16:12:07.285Z]   - "zfs":
16:12:07 [2020-07-17T16:12:07.285Z]     - /dev/zfs: missing
16:12:07 [2020-07-17T16:12:07.285Z]     - zfs command: missing
16:12:07 [2020-07-17T16:12:07.285Z]     - zpool command: missing
16:12:07 [2020-07-17T16:12:07.285Z] 
16:12:07 [2020-07-17T16:12:07.285Z] Limits:
16:12:07 [2020-07-17T16:12:07.285Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:12:07 [2020-07-17T16:12:07.285Z] 
16:12:07 [2020-07-17T16:12:07.285Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:12:07 [2020-07-17T16:12:07.431Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/validate/default
16:12:07 [2020-07-17T16:12:07.727Z] + make bundles/buildx
16:12:07 [2020-07-17T16:12:07.942Z] #7 extracting sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 1.2s done
16:12:08 [2020-07-17T16:12:08.001Z] Congratulations!  All commits are properly signed with the DCO!
16:12:08 [2020-07-17T16:12:08.001Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:12:08 [2020-07-17T16:12:08.001Z] No api/types/ or api/swagger.yaml changes in diff.
16:12:08 [2020-07-17T16:12:08.001Z] Congratulations!  All TOML source files changed here have valid syntax.
16:12:08 [2020-07-17T16:12:08.001Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:12:08 [2020-07-17T16:12:08.001Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:12:08 [2020-07-17T16:12:08.021Z] make: command: Command not found
16:12:08 [2020-07-17T16:12:08.021Z] make: command: Command not found
16:12:08 [2020-07-17T16:12:08.021Z] mkdir bundles
16:12:08 [2020-07-17T16:12:08.021Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
16:12:08 [2020-07-17T16:12:08.021Z] 	--build-arg BUILDX_COMMIT \
16:12:08 [2020-07-17T16:12:08.021Z] 	--build-arg BUILDX_REPO \
16:12:08 [2020-07-17T16:12:08.021Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
16:12:08 [2020-07-17T16:12:08.021Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
16:12:08 [2020-07-17T16:12:08.021Z] 	.
16:12:08 [2020-07-17T16:12:08.021Z] /bin/sh: 4: go: not found
16:12:08 [2020-07-17T16:12:08.021Z] /bin/sh: 5: go: not found
16:12:08 [2020-07-17T16:12:08.261Z] Congratulations!  No new tests were added to integration-cli.
16:12:08 [2020-07-17T16:12:08.261Z] 
16:12:08 [2020-07-17T16:12:08.261Z] INFO Start validation with golang-ci-lint
16:12:08 [2020-07-17T16:12:08.277Z] #7 extracting sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0
16:12:08 [2020-07-17T16:12:08.522Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:12:08 [2020-07-17T16:12:08.522Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:12:08 [2020-07-17T16:12:08.522Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:12:10 [2020-07-17T16:12:10.120Z] Sending build context to Docker daemon  56.05MB

16:12:10 [2020-07-17T16:12:10.120Z] Step 1/15 : ARG GO_VERSION=1.13.13
16:12:10 [2020-07-17T16:12:10.120Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1
16:12:10 [2020-07-17T16:12:10.120Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
16:12:10 [2020-07-17T16:12:10.120Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
16:12:10 [2020-07-17T16:12:10.120Z] 1.13.13-buster: Pulling from library/golang
16:12:10 [2020-07-17T16:12:10.415Z] 0cad52b1770a: Pulling fs layer
16:12:10 [2020-07-17T16:12:10.415Z] e0318f8e4196: Pulling fs layer
16:12:10 [2020-07-17T16:12:10.415Z] cec302fe9541: Pulling fs layer
16:12:10 [2020-07-17T16:12:10.415Z] bf65a8c1ffe0: Pulling fs layer
16:12:10 [2020-07-17T16:12:10.415Z] 7355b492f1f7: Pulling fs layer
16:12:10 [2020-07-17T16:12:10.415Z] bcc20a2e7742: Pulling fs layer
16:12:10 [2020-07-17T16:12:10.415Z] f20d47578dac: Pulling fs layer
16:12:10 [2020-07-17T16:12:10.415Z] bcc20a2e7742: Waiting
16:12:10 [2020-07-17T16:12:10.415Z] f20d47578dac: Waiting
16:12:10 [2020-07-17T16:12:10.415Z] bf65a8c1ffe0: Waiting
16:12:10 [2020-07-17T16:12:10.415Z] 7355b492f1f7: Waiting
16:12:10 [2020-07-17T16:12:10.710Z] e0318f8e4196: Verifying Checksum
16:12:10 [2020-07-17T16:12:10.710Z] e0318f8e4196: Download complete
16:12:11 [2020-07-17T16:12:11.027Z] #7 extracting sha256:57bf95573d9450584c288b568d191f84151e00c10aaebc5a2dd31671140ffad0 2.8s done
16:12:11 [2020-07-17T16:12:11.027Z] #7 extracting sha256:74dc15675f7444f28542e9a134d731f434f08fd6b54513847418ad7f9673661d
16:12:11 [2020-07-17T16:12:11.031Z] cec302fe9541: Verifying Checksum
16:12:11 [2020-07-17T16:12:11.031Z] cec302fe9541: Download complete
16:12:11 [2020-07-17T16:12:11.319Z] #7 extracting sha256:74dc15675f7444f28542e9a134d731f434f08fd6b54513847418ad7f9673661d 0.0s done
16:12:11 [2020-07-17T16:12:11.319Z] #7 DONE 10.2s
16:12:11 [2020-07-17T16:12:11.319Z] 
16:12:11 [2020-07-17T16:12:11.319Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
16:12:12 [2020-07-17T16:12:12.357Z] #8 DONE 1.1s
16:12:12 [2020-07-17T16:12:12.649Z] 
16:12:12 [2020-07-17T16:12:12.649Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
16:12:13 [2020-07-17T16:12:13.189Z] 0cad52b1770a: Verifying Checksum
16:12:13 [2020-07-17T16:12:13.189Z] 0cad52b1770a: Download complete
16:12:13 [2020-07-17T16:12:13.690Z] #9 DONE 1.1s
16:12:13 [2020-07-17T16:12:13.690Z] 
16:12:13 [2020-07-17T16:12:13.690Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:12:13 [2020-07-17T16:12:13.690Z] #35 DONE 0.1s
16:12:13 [2020-07-17T16:12:13.690Z] 
16:12:13 [2020-07-17T16:12:13.690Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:12:13 [2020-07-17T16:12:13.690Z] #27 DONE 0.1s
16:12:13 [2020-07-17T16:12:13.690Z] 
16:12:13 [2020-07-17T16:12:13.690Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:12:14 [2020-07-17T16:12:14.522Z] bf65a8c1ffe0: Verifying Checksum
16:12:14 [2020-07-17T16:12:14.522Z] bf65a8c1ffe0: Download complete
16:12:14 [2020-07-17T16:12:14.821Z] f20d47578dac: Verifying Checksum
16:12:14 [2020-07-17T16:12:14.821Z] f20d47578dac: Download complete
16:12:15 [2020-07-17T16:12:15.127Z] 7355b492f1f7: Verifying Checksum
16:12:15 [2020-07-17T16:12:15.127Z] 7355b492f1f7: Download complete
16:12:17 [2020-07-17T16:12:17.219Z] 0cad52b1770a: Pull complete
16:12:17 [2020-07-17T16:12:17.219Z] e0318f8e4196: Pull complete
16:12:17 [2020-07-17T16:12:17.863Z] cec302fe9541: Pull complete
16:12:17 [2020-07-17T16:12:17.863Z] bcc20a2e7742: Verifying Checksum
16:12:17 [2020-07-17T16:12:17.863Z] bcc20a2e7742: Download complete
16:12:18 [2020-07-17T16:12:18.187Z] #28 3.924 + git clone https://github.com/kolyshkin/go-swagger.git .
16:12:18 [2020-07-17T16:12:18.187Z] #28 3.925 Cloning into '.'...
16:12:18 [2020-07-17T16:12:18.824Z] #28 ...
16:12:18 [2020-07-17T16:12:18.824Z] 
16:12:18 [2020-07-17T16:12:18.824Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.151 + RM_GOPATH=0
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.151 + TMP_GOPATH=
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.151 + : /build
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.152 + '[' -z '' ']'
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.155 ++ mktemp -d
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.158 + export GOPATH=/tmp/tmp.mmZbkjF8f6
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.158 + GOPATH=/tmp/tmp.mmZbkjF8f6
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.158 + RM_GOPATH=1
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.174 + case "$(go env GOARCH)" in
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.178 ++ go env GOARCH
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.183 + export GO_BUILDMODE=-buildmode=pie
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.183 + GO_BUILDMODE=-buildmode=pie
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.184 ++ dirname /tmp/install/install.sh
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.187 + dir=/tmp/install
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.190 + bin=tomlv
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.190 + shift
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.190 + '[' '!' -f /tmp/install/tomlv.installer ']'
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.190 + . /tmp/install/tomlv.installer
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.190 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.192 + install_tomlv
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.194 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.194 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.194 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.mmZbkjF8f6/src/github.com/BurntSushi/toml
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.195 Cloning into '/tmp/tmp.mmZbkjF8f6/src/github.com/BurntSushi/toml'...
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.960 + cd /tmp/tmp.mmZbkjF8f6/src/github.com/BurntSushi/toml
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.960 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:12:18 [2020-07-17T16:12:18.824Z] #30 3.974 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
16:12:18 [2020-07-17T16:12:18.824Z] #30 4.466 internal/cpu
16:12:18 [2020-07-17T16:12:18.824Z] #30 4.467 runtime/internal/atomic
16:12:18 [2020-07-17T16:12:18.824Z] #30 4.618 runtime/internal/sys
16:12:18 [2020-07-17T16:12:18.824Z] #30 4.775 runtime/internal/math
16:12:18 [2020-07-17T16:12:18.824Z] #30 4.859 math/bits
16:12:18 [2020-07-17T16:12:18.824Z] #30 5.022 internal/bytealg
16:12:18 [2020-07-17T16:12:18.824Z] #30 5.182 math
16:12:19 [2020-07-17T16:12:19.117Z] #30 5.413 runtime
16:12:20 [2020-07-17T16:12:20.617Z] bf65a8c1ffe0: Pull complete
16:12:22 [2020-07-17T16:12:22.703Z] 7355b492f1f7: Pull complete
16:12:23 [2020-07-17T16:12:23.583Z] #30 ...
16:12:23 [2020-07-17T16:12:23.584Z] 
16:12:23 [2020-07-17T16:12:23.584Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 + RM_GOPATH=0
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 + TMP_GOPATH=
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 + : /build
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 + '[' -z '' ']'
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 ++ mktemp -d
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 + export GOPATH=/tmp/tmp.cAB0y9nU9P
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 + GOPATH=/tmp/tmp.cAB0y9nU9P
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 + RM_GOPATH=1
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.352 + case "$(go env GOARCH)" in
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.355 ++ go env GOARCH
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.356 + export GO_BUILDMODE=-buildmode=pie
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.356 + GO_BUILDMODE=-buildmode=pie
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.356 ++ dirname /tmp/install/install.sh
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.356 + dir=/tmp/install
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.356 + bin=gotestsum
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.356 + shift
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.357 + '[' '!' -f /tmp/install/gotestsum.installer ']'
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.357 + . /tmp/install/gotestsum.installer
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.357 ++ : v0.3.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.357 + install_gotestsum
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.362 + set -e
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.362 + export GO111MODULE=on
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.362 + GO111MODULE=on
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.362 + GOBIN=/build
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.362 + go get gotest.tools/gotestsum@v0.3.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.385 go: finding gotest.tools v0.3.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 2.391 go: finding gotest.tools/gotestsum v0.3.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 3.069 go: downloading gotest.tools/gotestsum v0.3.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 3.238 go: extracting gotest.tools/gotestsum v0.3.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 4.591 go: downloading gotest.tools v2.1.0+incompatible
16:12:23 [2020-07-17T16:12:23.584Z] #43 4.697 go: extracting gotest.tools v2.1.0+incompatible
16:12:23 [2020-07-17T16:12:23.584Z] #43 4.797 go: downloading github.com/spf13/pflag v1.0.1
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.036 go: downloading github.com/pkg/errors v0.8.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.037 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.037 go: downloading github.com/sirupsen/logrus v1.0.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.037 go: downloading github.com/fatih/color v1.6.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.037 go: downloading github.com/jonboulle/clockwork v0.1.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.185 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.187 go: extracting github.com/pkg/errors v0.8.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.257 go: extracting github.com/spf13/pflag v1.0.1
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.258 go: extracting github.com/jonboulle/clockwork v0.1.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.292 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.404 go: extracting github.com/fatih/color v1.6.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.406 go: downloading github.com/mattn/go-isatty v0.0.3
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.453 go: downloading github.com/mattn/go-colorable v0.0.9
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.527 go: extracting github.com/sirupsen/logrus v1.0.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.530 go: extracting github.com/mattn/go-colorable v0.0.9
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.533 go: extracting github.com/mattn/go-isatty v0.0.3
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.588 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:12:23 [2020-07-17T16:12:23.584Z] #43 5.598 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:12:23 [2020-07-17T16:12:23.584Z] #43 7.023 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:12:23 [2020-07-17T16:12:23.584Z] #43 7.131 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:12:23 [2020-07-17T16:12:23.584Z] #43 7.751 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.255 go: finding github.com/fatih/color v1.6.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.289 go: finding github.com/pkg/errors v0.8.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.343 go: finding github.com/sirupsen/logrus v1.0.5
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.358 go: finding github.com/mattn/go-colorable v0.0.9
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.384 go: finding github.com/spf13/pflag v1.0.1
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.405 go: finding github.com/mattn/go-isatty v0.0.3
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.558 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.607 go: finding github.com/jonboulle/clockwork v0.1.0
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.614 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.795 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:12:23 [2020-07-17T16:12:23.584Z] #43 9.939 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:12:23 [2020-07-17T16:12:23.584Z] #43 ...
16:12:23 [2020-07-17T16:12:23.584Z] 
16:12:23 [2020-07-17T16:12:23.584Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.449 + RM_GOPATH=0
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.449 + TMP_GOPATH=
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.449 + : /build
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.449 + '[' -z '' ']'
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.450 ++ mktemp -d
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.450 + export GOPATH=/tmp/tmp.CD6tCLprfj
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.450 + GOPATH=/tmp/tmp.CD6tCLprfj
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.450 + RM_GOPATH=1
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.451 + case "$(go env GOARCH)" in
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.451 ++ go env GOARCH
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.453 + export GO_BUILDMODE=-buildmode=pie
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.453 + GO_BUILDMODE=-buildmode=pie
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.455 ++ dirname /tmp/install/install.sh
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.455 + dir=/tmp/install
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.455 + bin=dockercli
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.455 + shift
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.455 + '[' '!' -f /tmp/install/dockercli.installer ']'
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.455 + . /tmp/install/dockercli.installer
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.456 ++ : stable
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.456 ++ : 17.06.2-ce
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.456 + install_dockercli
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.456 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.456 Install docker/cli version 17.06.2-ce from stable
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.456 ++ uname -m
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.457 + arch=s390x
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.457 + '[' s390x '!=' x86_64 ']'
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.457 + '[' s390x '!=' s390x ']'
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.457 + url=https://download.docker.com/linux/static
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.457 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
16:12:23 [2020-07-17T16:12:23.584Z] #21 3.463 + tar -xz docker/docker
16:12:23 [2020-07-17T16:12:23.584Z] #21 9.651 + mkdir -p /build
16:12:23 [2020-07-17T16:12:23.584Z] #21 9.653 + mv docker/docker /build/
16:12:23 [2020-07-17T16:12:23.584Z] #21 9.662 + rmdir docker
16:12:23 [2020-07-17T16:12:23.584Z] #21 DONE 10.0s
16:12:23 [2020-07-17T16:12:23.584Z] 
16:12:23 [2020-07-17T16:12:23.584Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:12:23 [2020-07-17T16:12:23.584Z] #38 4.151 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:12:23 [2020-07-17T16:12:23.584Z] #38 4.210 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:12:23 [2020-07-17T16:12:23.584Z] #38 4.223 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:12:23 [2020-07-17T16:12:23.584Z] #38 5.000 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:12:23 [2020-07-17T16:12:23.584Z] #38 6.620 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB]
16:12:23 [2020-07-17T16:12:23.584Z] #38 8.730 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
16:12:23 [2020-07-17T16:12:23.584Z] #38 ...
16:12:23 [2020-07-17T16:12:23.584Z] 
16:12:23 [2020-07-17T16:12:23.584Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.711 + RM_GOPATH=0
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.711 + TMP_GOPATH=
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.711 + : /build
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.711 + '[' -z '' ']'
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.711 ++ mktemp -d
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.714 + export GOPATH=/tmp/tmp.BOmBUHpfpl
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.714 + GOPATH=/tmp/tmp.BOmBUHpfpl
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.714 + RM_GOPATH=1
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.714 + case "$(go env GOARCH)" in
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.715 ++ go env GOARCH
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.754 + export GO_BUILDMODE=-buildmode=pie
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.754 + GO_BUILDMODE=-buildmode=pie
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.755 ++ dirname /tmp/install/install.sh
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + dir=/tmp/install
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + bin=proxy
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + shift
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + '[' '!' -f /tmp/install/proxy.installer ']'
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + . /tmp/install/proxy.installer
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 ++ : 9e99af28df21367340c95a3863e31808d689c92a
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + install_proxy
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + case "$1" in
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + export CGO_ENABLED=0
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + CGO_ENABLED=0
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + _install_proxy
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.759 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.BOmBUHpfpl/src/github.com/docker/libnetwork
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.760 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
16:12:23 [2020-07-17T16:12:23.584Z] #60 2.766 Cloning into '/tmp/tmp.BOmBUHpfpl/src/github.com/docker/libnetwork'...
16:12:23 [2020-07-17T16:12:23.883Z] #60 ...
16:12:23 [2020-07-17T16:12:23.883Z] 
16:12:23 [2020-07-17T16:12:23.883Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:12:23 [2020-07-17T16:12:23.883Z] #51 3.795 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:12:23 [2020-07-17T16:12:23.883Z] #51 3.843 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:12:23 [2020-07-17T16:12:23.883Z] #51 3.845 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:12:23 [2020-07-17T16:12:23.883Z] #51 4.624 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:12:23 [2020-07-17T16:12:23.883Z] #51 6.804 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB]
16:12:23 [2020-07-17T16:12:23.883Z] #51 9.198 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
16:12:23 [2020-07-17T16:12:23.883Z] #51 ...
16:12:23 [2020-07-17T16:12:23.883Z] 
16:12:23 [2020-07-17T16:12:23.883Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.807 + RM_GOPATH=0
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.807 + TMP_GOPATH=
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.807 + : /build
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.807 + '[' -z '' ']'
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.807 ++ mktemp -d
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.808 + export GOPATH=/tmp/tmp.0rwtSdZfTs
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.808 + GOPATH=/tmp/tmp.0rwtSdZfTs
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.808 + RM_GOPATH=1
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.808 + case "$(go env GOARCH)" in
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.808 ++ go env GOARCH
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.812 + export GO_BUILDMODE=-buildmode=pie
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.812 + GO_BUILDMODE=-buildmode=pie
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.813 ++ dirname /tmp/install/install.sh
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 + dir=/tmp/install
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 + bin=shfmt
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 + shift
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 + '[' '!' -f /tmp/install/shfmt.installer ']'
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 + . /tmp/install/shfmt.installer
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 + install_shfmt
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.815 + git clone https://github.com/mvdan/sh.git /tmp/tmp.0rwtSdZfTs/src/github.com/mvdan/sh
16:12:23 [2020-07-17T16:12:23.883Z] #47 2.816 Cloning into '/tmp/tmp.0rwtSdZfTs/src/github.com/mvdan/sh'...
16:12:23 [2020-07-17T16:12:23.883Z] #47 9.088 + cd /tmp/tmp.0rwtSdZfTs/src/github.com/mvdan/sh
16:12:23 [2020-07-17T16:12:23.883Z] #47 9.091 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
16:12:23 [2020-07-17T16:12:23.883Z] #47 9.162 + GO111MODULE=on
16:12:23 [2020-07-17T16:12:23.883Z] #47 9.162 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
16:12:23 [2020-07-17T16:12:23.883Z] #47 10.09 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:12:23 [2020-07-17T16:12:23.883Z] #47 10.11 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:12:23 [2020-07-17T16:12:23.883Z] #47 10.11 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:12:23 [2020-07-17T16:12:23.883Z] #47 10.33 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:12:23 [2020-07-17T16:12:23.883Z] #47 10.50 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:12:24 [2020-07-17T16:12:24.196Z] #47 ...
16:12:24 [2020-07-17T16:12:24.196Z] 
16:12:24 [2020-07-17T16:12:24.196Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.703 + RM_GOPATH=0
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.703 + TMP_GOPATH=
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.703 + : /build
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.703 + '[' -z '' ']'
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.703 ++ mktemp -d
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.704 + export GOPATH=/tmp/tmp.VRBCkxWC4F
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.707 + GOPATH=/tmp/tmp.VRBCkxWC4F
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.707 + RM_GOPATH=1
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.707 + case "$(go env GOARCH)" in
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.707 ++ go env GOARCH
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.712 + export GO_BUILDMODE=-buildmode=pie
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.718 + GO_BUILDMODE=-buildmode=pie
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.718 ++ dirname /tmp/install/install.sh
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.720 + dir=/tmp/install
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 + bin=vndr
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 + shift
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 + '[' '!' -f /tmp/install/vndr.installer ']'
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 + . /tmp/install/vndr.installer
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 + install_vndr
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.726 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.VRBCkxWC4F/src/github.com/LK4D4/vndr
16:12:24 [2020-07-17T16:12:24.196Z] #41 3.743 Cloning into '/tmp/tmp.VRBCkxWC4F/src/github.com/LK4D4/vndr'...
16:12:24 [2020-07-17T16:12:24.196Z] #41 4.400 + cd /tmp/tmp.VRBCkxWC4F/src/github.com/LK4D4/vndr
16:12:24 [2020-07-17T16:12:24.196Z] #41 4.400 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:12:24 [2020-07-17T16:12:24.196Z] #41 4.403 + go build -buildmode=pie -v -o /build/vndr .
16:12:24 [2020-07-17T16:12:24.196Z] #41 5.441 internal/race
16:12:24 [2020-07-17T16:12:24.196Z] #41 5.520 runtime
16:12:24 [2020-07-17T16:12:24.196Z] #41 5.607 sync/atomic
16:12:24 [2020-07-17T16:12:24.196Z] #41 5.814 unicode
16:12:24 [2020-07-17T16:12:24.196Z] #41 9.207 unicode/utf8
16:12:24 [2020-07-17T16:12:24.196Z] #41 9.530 math
16:12:24 [2020-07-17T16:12:24.197Z] #41 ...
16:12:24 [2020-07-17T16:12:24.197Z] 
16:12:24 [2020-07-17T16:12:24.197Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.334 + RM_GOPATH=0
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.334 + TMP_GOPATH=
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.334 + : /build
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.336 + '[' -z '' ']'
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.336 ++ mktemp -d
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.336 + export GOPATH=/tmp/tmp.cA6wnXQ3q0
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.336 + GOPATH=/tmp/tmp.cA6wnXQ3q0
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.336 + RM_GOPATH=1
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.336 + case "$(go env GOARCH)" in
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.336 ++ go env GOARCH
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.348 + export GO_BUILDMODE=-buildmode=pie
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.348 + GO_BUILDMODE=-buildmode=pie
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.348 ++ dirname /tmp/install/install.sh
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + dir=/tmp/install
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + bin=rootlesskit
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + shift
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + . /tmp/install/rootlesskit.installer
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + install_rootlesskit
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + case "$1" in
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + export CGO_ENABLED=0
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.354 + CGO_ENABLED=0
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.355 + _install_rootlesskit
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.355 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e'
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.355 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.cA6wnXQ3q0/src/github.com/rootless-containers/rootlesskit
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.355 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:12:24 [2020-07-17T16:12:24.197Z] #54 3.356 Cloning into '/tmp/tmp.cA6wnXQ3q0/src/github.com/rootless-containers/rootlesskit'...
16:12:24 [2020-07-17T16:12:24.197Z] #54 6.380 + cd /tmp/tmp.cA6wnXQ3q0/src/github.com/rootless-containers/rootlesskit
16:12:24 [2020-07-17T16:12:24.197Z] #54 6.388 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:12:24 [2020-07-17T16:12:24.197Z] #54 6.552 + for f in rootlesskit rootlesskit-docker-proxy
16:12:24 [2020-07-17T16:12:24.197Z] #54 6.558 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
16:12:24 [2020-07-17T16:12:24.492Z] #54 ...
16:12:24 [2020-07-17T16:12:24.492Z] 
16:12:24 [2020-07-17T16:12:24.492Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:12:24 [2020-07-17T16:12:24.492Z] #36 3.689 + git clone https://github.com/docker/distribution.git .
16:12:24 [2020-07-17T16:12:24.492Z] #36 3.691 Cloning into '.'...
16:12:24 [2020-07-17T16:12:24.492Z] #36 ...
16:12:24 [2020-07-17T16:12:24.492Z] 
16:12:24 [2020-07-17T16:12:24.492Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:12:24 [2020-07-17T16:12:24.492Z] #32 4.155 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:12:24 [2020-07-17T16:12:24.492Z] #32 4.204 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:12:24 [2020-07-17T16:12:24.492Z] #32 4.219 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:12:24 [2020-07-17T16:12:24.492Z] #32 4.905 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:12:24 [2020-07-17T16:12:24.493Z] #32 6.227 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB]
16:12:24 [2020-07-17T16:12:24.493Z] #32 9.114 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
16:12:24 [2020-07-17T16:12:24.785Z] #32 ...
16:12:24 [2020-07-17T16:12:24.785Z] 
16:12:24 [2020-07-17T16:12:24.785Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 + RM_GOPATH=0
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 + TMP_GOPATH=
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 + : /build
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 + '[' -z '' ']'
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 ++ mktemp -d
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 + export GOPATH=/tmp/tmp.NO0gIYdL7y
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 + GOPATH=/tmp/tmp.NO0gIYdL7y
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 + RM_GOPATH=1
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 + case "$(go env GOARCH)" in
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.307 ++ go env GOARCH
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + export GO_BUILDMODE=-buildmode=pie
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + GO_BUILDMODE=-buildmode=pie
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 ++ dirname /tmp/install/install.sh
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + dir=/tmp/install
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + bin=golangci_lint
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + shift
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + . /tmp/install/golangci_lint.installer
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 ++ : v1.23.8
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + install_golangci_lint
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + echo 'Installing golangci-lint version v1.23.8'
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.317 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
16:12:24 [2020-07-17T16:12:24.785Z] #45 2.318 Installing golangci-lint version v1.23.8
16:12:24 [2020-07-17T16:12:24.785Z] #45 ...
16:12:24 [2020-07-17T16:12:24.785Z] 
16:12:24 [2020-07-17T16:12:24.785Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:12:24 [2020-07-17T16:12:24.785Z] #23 2.171 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:12:24 [2020-07-17T16:12:24.785Z] #23 2.298 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:12:24 [2020-07-17T16:12:24.785Z] #23 2.392 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:12:24 [2020-07-17T16:12:24.785Z] #23 2.630 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:12:24 [2020-07-17T16:12:24.785Z] #23 3.771 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB]
16:12:24 [2020-07-17T16:12:24.785Z] #23 5.685 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
16:12:25 [2020-07-17T16:12:25.077Z] #23 ...
16:12:25 [2020-07-17T16:12:25.078Z] 
16:12:25 [2020-07-17T16:12:25.078Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:12:25 [2020-07-17T16:12:25.078Z] #10 4.059 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:12:25 [2020-07-17T16:12:25.078Z] #10 4.102 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:12:25 [2020-07-17T16:12:25.078Z] #10 4.122 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:12:25 [2020-07-17T16:12:25.078Z] #10 4.800 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:12:25 [2020-07-17T16:12:25.078Z] #10 7.255 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB]
16:12:25 [2020-07-17T16:12:25.078Z] #10 9.321 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
16:12:25 [2020-07-17T16:12:25.078Z] #10 ...
16:12:25 [2020-07-17T16:12:25.078Z] 
16:12:25 [2020-07-17T16:12:25.078Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:25 [2020-07-17T16:12:25.078Z] #47 11.40 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:12:25 [2020-07-17T16:12:25.376Z] #47 11.91 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:12:26 [2020-07-17T16:12:26.255Z] bcc20a2e7742: Pull complete
16:12:26 [2020-07-17T16:12:26.255Z] f20d47578dac: Pull complete
16:12:26 [2020-07-17T16:12:26.255Z] Digest: sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22
16:12:26 [2020-07-17T16:12:26.255Z] Status: Downloaded newer image for golang:1.13.13-buster
16:12:26 [2020-07-17T16:12:26.255Z]  ---> f58013828fc7
16:12:26 [2020-07-17T16:12:26.255Z] Step 5/15 : ARG BUILDX_REPO
16:12:26 [2020-07-17T16:12:26.255Z]  ---> Running in dcf8f7a41ddc
16:12:26 [2020-07-17T16:12:26.255Z] Removing intermediate container dcf8f7a41ddc
16:12:26 [2020-07-17T16:12:26.255Z]  ---> 9166473b8772
16:12:26 [2020-07-17T16:12:26.255Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
16:12:26 [2020-07-17T16:12:26.255Z]  ---> Running in 5354ff910af4
16:12:26 [2020-07-17T16:12:26.414Z] #47 12.63 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:12:26 [2020-07-17T16:12:26.555Z] Cloning into '/buildx'...
16:12:27 [2020-07-17T16:12:27.453Z] #47 13.73 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:12:27 [2020-07-17T16:12:27.453Z] #47 13.81 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:12:27 [2020-07-17T16:12:27.453Z] #47 13.88 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:12:27 [2020-07-17T16:12:27.453Z] #47 13.94 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:12:28 [2020-07-17T16:12:28.089Z] #47 14.46 runtime
16:12:28 [2020-07-17T16:12:28.089Z] #47 14.47 runtime/cgo
16:12:30 [2020-07-17T16:12:30.103Z] Removing intermediate container 5354ff910af4
16:12:30 [2020-07-17T16:12:30.103Z]  ---> 2fec1c24ae0e
16:12:30 [2020-07-17T16:12:30.103Z] Step 7/15 : WORKDIR /buildx
16:12:30 [2020-07-17T16:12:30.103Z]  ---> Running in 378bcf8a8311
16:12:30 [2020-07-17T16:12:30.103Z] Removing intermediate container 378bcf8a8311
16:12:30 [2020-07-17T16:12:30.103Z]  ---> 3351ff2f8866
16:12:30 [2020-07-17T16:12:30.103Z] Step 8/15 : ARG BUILDX_COMMIT
16:12:30 [2020-07-17T16:12:30.103Z]  ---> Running in c7ef38626f8c
16:12:30 [2020-07-17T16:12:30.103Z] Removing intermediate container c7ef38626f8c
16:12:30 [2020-07-17T16:12:30.103Z]  ---> 94e037e91ea2
16:12:30 [2020-07-17T16:12:30.103Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
16:12:30 [2020-07-17T16:12:30.103Z]  ---> Running in 83c6e112cdc1
16:12:30 [2020-07-17T16:12:30.742Z] From https://github.com/docker/buildx
16:12:30 [2020-07-17T16:12:30.742Z]  * [new tag]         v0.3.1     -> build
16:12:30 [2020-07-17T16:12:30.831Z] #47 ...
16:12:30 [2020-07-17T16:12:30.831Z] 
16:12:30 [2020-07-17T16:12:30.831Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:12:30 [2020-07-17T16:12:30.831Z] #36 14.26 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
16:12:30 [2020-07-17T16:12:30.831Z] #36 15.70 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:12:31 [2020-07-17T16:12:31.036Z] Switched to branch 'build'
16:12:32 [2020-07-17T16:12:32.080Z] Removing intermediate container 83c6e112cdc1
16:12:32 [2020-07-17T16:12:32.080Z]  ---> ba40ea9f52fe
16:12:32 [2020-07-17T16:12:32.080Z] Step 10/15 : ARG GOOS
16:12:32 [2020-07-17T16:12:32.080Z]  ---> Running in c6d34e951086
16:12:32 [2020-07-17T16:12:32.080Z] Removing intermediate container c6d34e951086
16:12:32 [2020-07-17T16:12:32.080Z]  ---> b63bfca7ec51
16:12:32 [2020-07-17T16:12:32.080Z] Step 11/15 : ARG GOARCH
16:12:32 [2020-07-17T16:12:32.080Z]  ---> Running in b27d5f71548e
16:12:32 [2020-07-17T16:12:32.080Z] Removing intermediate container b27d5f71548e
16:12:32 [2020-07-17T16:12:32.080Z]  ---> bd6e726823cd
16:12:32 [2020-07-17T16:12:32.080Z] 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
16:12:32 [2020-07-17T16:12:32.375Z]  ---> Running in 07247c411892
16:12:34 [2020-07-17T16:12:34.356Z] #36 ...
16:12:34 [2020-07-17T16:12:34.356Z] 
16:12:34 [2020-07-17T16:12:34.356Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:34 [2020-07-17T16:12:34.356Z] #30 10.28 internal/testlog
16:12:34 [2020-07-17T16:12:34.356Z] #30 10.87 encoding
16:12:34 [2020-07-17T16:12:34.356Z] #30 10.99 runtime/cgo
16:12:34 [2020-07-17T16:12:34.356Z] #30 ...
16:12:34 [2020-07-17T16:12:34.356Z] 
16:12:34 [2020-07-17T16:12:34.356Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:34 [2020-07-17T16:12:34.356Z] #60 13.16 Checking out files:  94% (1946/2067)   
Checking out files:  95% (1964/2067)   
Checking out files:  96% (1985/2067)   
Checking out files:  97% (2005/2067)   
Checking out files:  98% (2026/2067)   
Checking out files:  99% (2047/2067)   
Checking out files: 100% (2067/2067)   
Checking out files: 100% (2067/2067), done.
16:12:34 [2020-07-17T16:12:34.356Z] #60 13.32 + cd /tmp/tmp.BOmBUHpfpl/src/github.com/docker/libnetwork
16:12:34 [2020-07-17T16:12:34.356Z] #60 13.32 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
16:12:34 [2020-07-17T16:12:34.356Z] #60 13.80 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
16:12:35 [2020-07-17T16:12:35.396Z] #60 ...
16:12:35 [2020-07-17T16:12:35.396Z] 
16:12:35 [2020-07-17T16:12:35.396Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:12:35 [2020-07-17T16:12:35.396Z] #23 12.81 Fetched 8059 kB in 11s (744 kB/s)
16:12:35 [2020-07-17T16:12:35.396Z] #23 12.81 Reading package lists...
16:12:35 [2020-07-17T16:12:35.396Z] #23 16.38 Reading package lists...
16:12:35 [2020-07-17T16:12:35.396Z] #23 20.03 Building dependency tree...
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.16 ca-certificates is already the newest version (20200601~deb10u1).
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.16 The following additional packages will be installed:
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.18   libjq1 libonig5
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.51 The following NEW packages will be installed:
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.53   jq libjq1 libonig5
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.65 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.65 Need to get 350 kB of archives.
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.65 After this operation, 1154 kB of additional disk space will be used.
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
16:12:35 [2020-07-17T16:12:35.396Z] #23 21.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
16:12:36 [2020-07-17T16:12:36.034Z] #23 22.53 debconf: delaying package configuration, since apt-utils is not installed
16:12:36 [2020-07-17T16:12:36.034Z] #23 22.63 Fetched 350 kB in 0s (2217 kB/s)
16:12:36 [2020-07-17T16:12:36.327Z] #23 22.68 Selecting previously unselected package libonig5:s390x.
16:12:36 [2020-07-17T16:12:36.327Z] #23 22.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
16:12:36 [2020-07-17T16:12:36.327Z] #23 22.70 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ...
16:12:36 [2020-07-17T16:12:36.327Z] #23 22.70 Unpacking libonig5:s390x (6.9.1-1) ...
16:12:36 [2020-07-17T16:12:36.327Z] #23 22.86 Selecting previously unselected package libjq1:s390x.
16:12:36 [2020-07-17T16:12:36.327Z] #23 22.87 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ...
16:12:36 [2020-07-17T16:12:36.327Z] #23 22.87 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
16:12:36 [2020-07-17T16:12:36.620Z] #23 22.99 Selecting previously unselected package jq.
16:12:36 [2020-07-17T16:12:36.620Z] #23 22.99 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ...
16:12:36 [2020-07-17T16:12:36.620Z] #23 22.99 Unpacking jq (1.5+dfsg-2+b1) ...
16:12:36 [2020-07-17T16:12:36.620Z] #23 23.08 Setting up libonig5:s390x (6.9.1-1) ...
16:12:36 [2020-07-17T16:12:36.620Z] #23 23.09 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
16:12:36 [2020-07-17T16:12:36.620Z] #23 23.10 Setting up jq (1.5+dfsg-2+b1) ...
16:12:36 [2020-07-17T16:12:36.620Z] #23 23.11 Processing triggers for libc-bin (2.28-10) ...
16:12:36 [2020-07-17T16:12:36.915Z] #23 ...
16:12:36 [2020-07-17T16:12:36.915Z] 
16:12:36 [2020-07-17T16:12:36.915Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:36 [2020-07-17T16:12:36.915Z] #41 13.46 unicode/utf16
16:12:36 [2020-07-17T16:12:36.915Z] #41 13.75 container/list
16:12:36 [2020-07-17T16:12:36.915Z] #41 14.16 crypto/internal/subtle
16:12:36 [2020-07-17T16:12:36.915Z] #41 14.18 crypto/subtle
16:12:36 [2020-07-17T16:12:36.915Z] #41 14.26 vendor/golang.org/x/crypto/cryptobyte/asn1
16:12:36 [2020-07-17T16:12:36.915Z] #41 14.34 internal/nettrace
16:12:36 [2020-07-17T16:12:36.915Z] #41 14.38 runtime/cgo
16:12:37 [2020-07-17T16:12:37.209Z] #41 ...
16:12:37 [2020-07-17T16:12:37.209Z] 
16:12:37 [2020-07-17T16:12:37.209Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:12:37 [2020-07-17T16:12:37.209Z] #10 15.16 Fetched 8059 kB in 11s (723 kB/s)
16:12:37 [2020-07-17T16:12:37.209Z] #10 15.16 Reading package lists...
16:12:37 [2020-07-17T16:12:37.209Z] #10 18.59 Reading package lists...
16:12:37 [2020-07-17T16:12:37.210Z] #10 22.10 Building dependency tree...
16:12:37 [2020-07-17T16:12:37.210Z] #10 23.46 The following additional packages will be installed:
16:12:37 [2020-07-17T16:12:37.210Z] #10 23.46   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
16:12:37 [2020-07-17T16:12:37.210Z] #10 23.46   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
16:12:37 [2020-07-17T16:12:37.210Z] #10 23.46   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:12:37 [2020-07-17T16:12:37.210Z] #10 23.46   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
16:12:37 [2020-07-17T16:12:37.210Z] #10 23.46 Suggested packages:
16:12:37 [2020-07-17T16:12:37.210Z] #10 23.46   gcc-8-locales seccomp wine64
16:12:37 [2020-07-17T16:12:37.210Z] #10 ...
16:12:37 [2020-07-17T16:12:37.210Z] 
16:12:37 [2020-07-17T16:12:37.210Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:12:37 [2020-07-17T16:12:37.210Z] #23 DONE 23.8s
16:12:37 [2020-07-17T16:12:37.210Z] 
16:12:37 [2020-07-17T16:12:37.210Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
16:12:37 [2020-07-17T16:12:37.210Z] #24 DONE 0.1s
16:12:37 [2020-07-17T16:12:37.210Z] 
16:12:37 [2020-07-17T16:12:37.210Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:12:37 [2020-07-17T16:12:37.210Z] #51 14.81 Fetched 8059 kB in 11s (727 kB/s)
16:12:37 [2020-07-17T16:12:37.210Z] #51 14.81 Reading package lists...
16:12:37 [2020-07-17T16:12:37.210Z] #51 18.37 Reading package lists...
16:12:37 [2020-07-17T16:12:37.210Z] #51 21.99 Building dependency tree...
16:12:37 [2020-07-17T16:12:37.210Z] #51 22.87 The following additional packages will be installed:
16:12:37 [2020-07-17T16:12:37.210Z] #51 22.87   libbtrfs0
16:12:37 [2020-07-17T16:12:37.210Z] #51 22.95 The following NEW packages will be installed:
16:12:37 [2020-07-17T16:12:37.210Z] #51 22.96   libbtrfs-dev libbtrfs0
16:12:37 [2020-07-17T16:12:37.210Z] #51 23.07 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
16:12:37 [2020-07-17T16:12:37.210Z] #51 23.07 Need to get 118 kB of archives.
16:12:37 [2020-07-17T16:12:37.210Z] #51 23.07 After this operation, 390 kB of additional disk space will be used.
16:12:37 [2020-07-17T16:12:37.210Z] #51 23.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
16:12:37 [2020-07-17T16:12:37.210Z] #51 23.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
16:12:37 [2020-07-17T16:12:37.210Z] #51 23.57 debconf: delaying package configuration, since apt-utils is not installed
16:12:37 [2020-07-17T16:12:37.210Z] #51 23.77 Fetched 118 kB in 0s (1218 kB/s)
16:12:37 [2020-07-17T16:12:37.503Z] #51 23.92 Selecting previously unselected package libbtrfs0.
16:12:37 [2020-07-17T16:12:37.503Z] #51 23.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%
16:12:37 [2020-07-17T16:12:37.503Z] #51 ...
16:12:37 [2020-07-17T16:12:37.503Z] 
16:12:37 [2020-07-17T16:12:37.503Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:38 [2020-07-17T16:12:38.139Z] #25 ...
16:12:38 [2020-07-17T16:12:38.139Z] 
16:12:38 [2020-07-17T16:12:38.139Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:12:38 [2020-07-17T16:12:38.139Z] #51 23.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 ... 15177 files and directories currently installed.)
16:12:38 [2020-07-17T16:12:38.139Z] #51 24.00 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ...
16:12:38 [2020-07-17T16:12:38.139Z] #51 24.01 Unpacking libbtrfs0 (4.20.1-2) ...
16:12:38 [2020-07-17T16:12:38.139Z] #51 24.06 Selecting previously unselected package libbtrfs-dev.
16:12:38 [2020-07-17T16:12:38.139Z] #51 24.07 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ...
16:12:38 [2020-07-17T16:12:38.139Z] #51 24.08 Unpacking libbtrfs-dev (4.20.1-2) ...
16:12:38 [2020-07-17T16:12:38.139Z] #51 24.23 Setting up libbtrfs0 (4.20.1-2) ...
16:12:38 [2020-07-17T16:12:38.139Z] #51 24.23 Setting up libbtrfs-dev (4.20.1-2) ...
16:12:38 [2020-07-17T16:12:38.139Z] #51 24.23 Processing triggers for libc-bin (2.28-10) ...
16:12:38 [2020-07-17T16:12:38.139Z] #51 DONE 24.5s
16:12:38 [2020-07-17T16:12:38.139Z] 
16:12:38 [2020-07-17T16:12:38.139Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:12:38 [2020-07-17T16:12:38.139Z] #38 14.73 Fetched 8059 kB in 11s (759 kB/s)
16:12:38 [2020-07-17T16:12:38.139Z] #38 14.73 Reading package lists...
16:12:38 [2020-07-17T16:12:38.139Z] #38 18.16 Reading package lists...
16:12:38 [2020-07-17T16:12:38.139Z] #38 21.62 Building dependency tree...
16:12:38 [2020-07-17T16:12:38.139Z] #38 23.01 The following additional packages will be installed:
16:12:38 [2020-07-17T16:12:38.139Z] #38 23.03   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
16:12:38 [2020-07-17T16:12:38.139Z] #38 23.04   libprotoc17 python-pkg-resources python-six zlib1g-dev
16:12:38 [2020-07-17T16:12:38.139Z] #38 23.04 Suggested packages:
16:12:38 [2020-07-17T16:12:38.139Z] #38 23.04   manpages-dev python-setuptools
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.08 The following NEW packages will be installed:
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.09   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.09   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.09   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.09   python-six zlib1g-dev
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.24 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded.
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.24 Need to get 3742 kB of archives.
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.24 After this operation, 22.0 MB of additional disk space will be used.
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.31 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.31 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.40 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB]
16:12:38 [2020-07-17T16:12:38.139Z] #38 24.47 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB]
16:12:38 [2020-07-17T16:12:38.140Z] #38 24.47 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB]
16:12:38 [2020-07-17T16:12:38.140Z] #38 24.47 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB]
16:12:38 [2020-07-17T16:12:38.140Z] #38 24.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB]
16:12:38 [2020-07-17T16:12:38.140Z] #38 24.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB]
16:12:38 [2020-07-17T16:12:38.432Z] #38 ...
16:12:38 [2020-07-17T16:12:38.432Z] 
16:12:38 [2020-07-17T16:12:38.433Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.56 The following NEW packages will be installed:
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.61   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.61   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.61   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.61   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.61   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.61   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.75 0 upgraded, 25 newly installed, 0 to remove and 1 not upgraded.
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.75 Need to get 73.3 MB of archives.
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.75 After this operation, 494 MB of additional disk space will be used.
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #10 24.87 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #10 ...
16:12:38 [2020-07-17T16:12:38.433Z] 
16:12:38 [2020-07-17T16:12:38.433Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:12:38 [2020-07-17T16:12:38.433Z] #32 14.99 Fetched 8059 kB in 11s (741 kB/s)
16:12:38 [2020-07-17T16:12:38.433Z] #32 14.99 Reading package lists...
16:12:38 [2020-07-17T16:12:38.433Z] #32 18.56 Reading package lists...
16:12:38 [2020-07-17T16:12:38.433Z] #32 22.13 Building dependency tree...
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.03 The following additional packages will be installed:
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.04   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.04 Suggested packages:
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.04   cmake-doc ninja-build lrzip
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.04 Recommended packages:
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.04   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.96 The following NEW packages will be installed:
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.96   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
16:12:38 [2020-07-17T16:12:38.433Z] #32 23.96   vim-common xxd
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.09 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.09 Need to get 14.0 MB of archives.
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.09 After this operation, 62.1 MB of additional disk space will be used.
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.25 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.80 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB]
16:12:38 [2020-07-17T16:12:38.433Z] #32 24.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB]
16:12:38 [2020-07-17T16:12:38.726Z] #32 ...
16:12:38 [2020-07-17T16:12:38.726Z] 
16:12:38 [2020-07-17T16:12:38.726Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:12:38 [2020-07-17T16:12:38.726Z] #10 25.01 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
16:12:38 [2020-07-17T16:12:38.726Z] #10 25.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB]
16:12:38 [2020-07-17T16:12:38.726Z] #10 25.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB]
16:12:38 [2020-07-17T16:12:38.726Z] #10 25.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB]
16:12:39 [2020-07-17T16:12:39.019Z] #10 25.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
16:12:39 [2020-07-17T16:12:39.019Z] #10 25.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB]
16:12:39 [2020-07-17T16:12:39.019Z] #10 25.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB]
16:12:40 [2020-07-17T16:12:40.073Z] #10 ...
16:12:40 [2020-07-17T16:12:40.073Z] 
16:12:40 [2020-07-17T16:12:40.073Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:40 [2020-07-17T16:12:40.073Z] #60 DONE 26.3s
16:12:40 [2020-07-17T16:12:40.073Z] 
16:12:40 [2020-07-17T16:12:40.073Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:12:40 [2020-07-17T16:12:40.073Z] #32 25.91 debconf: delaying package configuration, since apt-utils is not installed
16:12:40 [2020-07-17T16:12:40.073Z] #32 26.05 Fetched 14.0 MB in 1s (14.3 MB/s)
16:12:40 [2020-07-17T16:12:40.073Z] #32 26.10 Selecting previously unselected package xxd.
16:12:40 [2020-07-17T16:12:40.073Z] #32 26.10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
16:12:40 [2020-07-17T16:12:40.073Z] #32 26.23 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ...
16:12:40 [2020-07-17T16:12:40.073Z] #32 26.25 Unpacking xxd (2:8.1.0875-5) ...
16:12:40 [2020-07-17T16:12:40.073Z] #32 26.54 Selecting previously unselected package vim-common.
16:12:40 [2020-07-17T16:12:40.073Z] #32 26.54 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
16:12:40 [2020-07-17T16:12:40.073Z] #32 26.61 Unpacking vim-common (2:8.1.0875-5) ...
16:12:40 [2020-07-17T16:12:40.365Z] #32 26.99 Selecting previously unselected package cmake-data.
16:12:40 [2020-07-17T16:12:40.658Z] #32 26.99 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
16:12:40 [2020-07-17T16:12:40.658Z] #32 27.00 Unpacking cmake-data (3.13.4-1) ...
16:12:41 [2020-07-17T16:12:41.702Z] #32 ...
16:12:41 [2020-07-17T16:12:41.702Z] 
16:12:41 [2020-07-17T16:12:41.702Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:12:41 [2020-07-17T16:12:41.702Z] #43 DONE 28.3s
16:12:41 [2020-07-17T16:12:41.997Z] 
16:12:41 [2020-07-17T16:12:41.997Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:41 [2020-07-17T16:12:41.997Z] #25 3.235 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
16:12:41 [2020-07-17T16:12:41.997Z] #25 3.411 
16:12:42 [2020-07-17T16:12:42.618Z] #25 3.623 
####                                                                       6.3%
##########                                                                15.3%
#################                                                         23.9%
####################                                                      28.8%
##########################                                                36.6%
###############################                                           44.1%
#######################################                                   54.9%
#############################################                             63.3%
###################################################                       71.5%
#######################################################                   77.1%
###########################################################               82.3%
##############################################################            86.8%
###################################################################       93.6%
######################################################################## 100.0%
16:12:42 [2020-07-17T16:12:42.917Z] #25 5.592 
16:12:43 [2020-07-17T16:12:43.214Z] #25 5.738 
##############################                                            42.1%
######################################################################## 100.0%
16:12:43 [2020-07-17T16:12:43.518Z] #25 6.133 
16:12:44 [2020-07-17T16:12:44.105Z] #25 6.325 
##################                                                        25.1%
##################################                                        47.6%
##########################################################                81.0%
######################################################################## 100.0%
16:12:44 [2020-07-17T16:12:44.398Z] #25 6.899 
16:12:45 [2020-07-17T16:12:45.865Z] #25 7.036 
###                                                                        4.4%
#######                                                                   10.8%
############                                                              17.2%
##################                                                        25.9%
#######################                                                   32.3%
###########################                                               38.7%
################################                                          45.2%
########################################                                  55.9%
############################################                              62.4%
###################################################                       70.9%
#########################################################                 79.5%
###############################################################           88.1%
####################################################################      94.6%
######################################################################## 100.0%
16:12:46 [2020-07-17T16:12:46.166Z] #25 8.724 
16:12:48 [2020-07-17T16:12:48.219Z] #25 8.888 
                                                                           0.0%
#                                                                          2.4%
###                                                                        4.2%
####                                                                       6.7%
#####                                                                      8.0%
########                                                                  11.6%
#########                                                                 13.5%
###########                                                               16.0%
############                                                              17.9%
###############                                                           21.0%
################                                                          22.9%
#################                                                         24.7%
####################                                                      27.9%
######################                                                    31.0%
########################                                                  33.5%
16:12:48 [2020-07-17T16:12:48.219Z] #25 ...
16:12:48 [2020-07-17T16:12:48.219Z] 
16:12:48 [2020-07-17T16:12:48.219Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:48 [2020-07-17T16:12:48.219Z] #30 24.60 internal/reflectlite
16:12:48 [2020-07-17T16:12:48.219Z] #30 24.61 sync
16:12:48 [2020-07-17T16:12:48.219Z] #30 26.73 errors
16:12:48 [2020-07-17T16:12:48.219Z] #30 26.74 sort
16:12:48 [2020-07-17T16:12:48.219Z] #30 27.13 strconv
16:12:48 [2020-07-17T16:12:48.219Z] #30 28.02 io
16:12:48 [2020-07-17T16:12:48.219Z] #30 28.59 reflect
16:12:48 [2020-07-17T16:12:48.219Z] #30 29.08 internal/oserror
16:12:48 [2020-07-17T16:12:48.219Z] #30 29.18 syscall
16:12:48 [2020-07-17T16:12:48.219Z] #30 ...
16:12:48 [2020-07-17T16:12:48.219Z] 
16:12:48 [2020-07-17T16:12:48.219Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.498 + RM_GOPATH=0
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.498 + TMP_GOPATH=
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.498 + : /build
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.498 + '[' -z '' ']'
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.498 ++ mktemp -d
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.500 + export GOPATH=/tmp/tmp.OyZepJXoZy
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.500 + GOPATH=/tmp/tmp.OyZepJXoZy
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.500 + RM_GOPATH=1
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.500 + case "$(go env GOARCH)" in
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.500 ++ go env GOARCH
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.551 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + export GO_BUILDMODE=-buildmode=pie
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + GO_BUILDMODE=-buildmode=pie
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 ++ dirname /tmp/install/install.sh
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + dir=/tmp/install
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + bin=containerd
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + shift
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + '[' '!' -f /tmp/install/containerd.installer ']'
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + . /tmp/install/containerd.installer
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 ++ set -e
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + install_containerd
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1'
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 + git clone https://github.com/containerd/containerd.git /tmp/tmp.OyZepJXoZy/src/github.com/containerd/containerd
16:12:48 [2020-07-17T16:12:48.219Z] #52 2.552 Cloning into '/tmp/tmp.OyZepJXoZy/src/github.com/containerd/containerd'...
16:12:48 [2020-07-17T16:12:48.513Z] #52 ...
16:12:48 [2020-07-17T16:12:48.513Z] 
16:12:48 [2020-07-17T16:12:48.513Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:48 [2020-07-17T16:12:48.807Z] #25 8.888 
                                                                           0.0%
#                                                                          2.4%
###                                                                        4.2%
####                                                                       6.7%
#####                                                                      8.0%
########                                                                  11.6%
#########                                                                 13.5%
###########                                                               16.0%
############                                                              17.9%
###############                                                           21.0%
################                                                          22.9%
#################                                                         24.7%
####################                                                      27.9%
######################                                                    31.0%
########################                                                  33.5%
#########################                                                 35.3%
###########################                                               37.8%
############################                                              39.7%
#############################                                             41.6%
###############################                                           43.5%
################################                                          45.3%
16:12:48 [2020-07-17T16:12:48.807Z] #25 ...
16:12:48 [2020-07-17T16:12:48.807Z] 
16:12:48 [2020-07-17T16:12:48.807Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.31 debconf: delaying package configuration, since apt-utils is not installed
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.42 Fetched 3742 kB in 0s (11.7 MB/s)
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.45 Selecting previously unselected package libcap-dev:s390x.
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.57 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.57 Unpacking libcap-dev:s390x (1:2.25-2) ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.66 Selecting previously unselected package libnet1:s390x.
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.67 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.68 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.74 Selecting previously unselected package libnet1-dev.
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.75 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.76 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.89 Selecting previously unselected package libnl-3-200:s390x.
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.90 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 25.91 Unpacking libnl-3-200:s390x (3.4.0-1) ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.00 Selecting previously unselected package libnl-3-dev:s390x.
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.00 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.00 Unpacking libnl-3-dev:s390x (3.4.0-1) ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.25 Selecting previously unselected package libprotobuf-c1:s390x.
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.26 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.35 Selecting previously unselected package libprotobuf-c-dev:s390x.
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.36 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.36 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.60 Selecting previously unselected package zlib1g-dev:s390x.
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.63 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.807Z] #38 26.63 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.04 Selecting previously unselected package libprotobuf17:s390x.
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.08 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.08 Unpacking libprotobuf17:s390x (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.74 Selecting previously unselected package libprotobuf-lite17:s390x.
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.74 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.75 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.92 Selecting previously unselected package libprotobuf-dev:s390x.
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.93 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 27.94 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.16 Selecting previously unselected package libprotoc17:s390x.
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.16 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.16 Unpacking libprotoc17:s390x (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.51 Selecting previously unselected package protobuf-c-compiler.
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.51 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.52 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.64 Selecting previously unselected package protobuf-compiler.
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.64 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.65 Unpacking protobuf-compiler (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.75 Selecting previously unselected package python-pkg-resources.
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.76 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.76 Unpacking python-pkg-resources (40.8.0-1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.94 Selecting previously unselected package python-six.
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.95 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 29.95 Unpacking python-six (1.12.0-1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 30.01 Selecting previously unselected package python-protobuf.
16:12:48 [2020-07-17T16:12:48.808Z] #38 30.01 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 30.02 Unpacking python-protobuf (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 30.60 Setting up python-pkg-resources (40.8.0-1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 32.55 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 32.56 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 32.57 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 32.57 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 32.58 Setting up python-six (1.12.0-1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.87 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.88 Setting up libnl-3-200:s390x (3.4.0-1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.89 Setting up libprotobuf17:s390x (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.90 Setting up libcap-dev:s390x (1:2.25-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.90 Setting up libprotoc17:s390x (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.91 Setting up protobuf-compiler (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.92 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.93 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.93 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 33.94 Setting up python-protobuf (3.6.1.3-2) ...
16:12:48 [2020-07-17T16:12:48.808Z] #38 ...
16:12:48 [2020-07-17T16:12:48.808Z] 
16:12:48 [2020-07-17T16:12:48.808Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:49 [2020-07-17T16:12:49.783Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0619ddf666dc8df84) in /home/ubuntu/workspace/moby_PR-41226
[Pipeline] {
[Pipeline] checkout
16:12:51 [2020-07-17T16:12:51.163Z] #25 8.888 
                                                                           0.0%
#                                                                          2.4%
###                                                                        4.2%
####                                                                       6.7%
#####                                                                      8.0%
########                                                                  11.6%
#########                                                                 13.5%
###########                                                               16.0%
############                                                              17.9%
###############                                                           21.0%
################                                                          22.9%
#################                                                         24.7%
####################                                                      27.9%
######################                                                    31.0%
########################                                                  33.5%
#########################                                                 35.3%
###########################                                               37.8%
############################                                              39.7%
#############################                                             41.6%
###############################                                           43.5%
################################                                          45.3%
##################################                                        47.8%
###################################                                       49.7%
#####################################                                     52.2%
######################################                                    54.1%
########################################                                  56.6%
##########################################                                58.4%
###########################################                               60.1%
#############################################                             62.7%
##############################################                            65.3%
################################################                          67.5%
##################################################                        70.4%
####################################################                      72.9%
#####################################################                     74.8%
#######################################################                   77.3%
########################################################                  79.2%
##########################################################                81.7%
#############################################################             84.8%
##############################################################            87.3%
################################################################          89.8%
##################################################################        92.9%
##
16:12:51 [2020-07-17T16:12:51.163Z] #25 ...
16:12:51 [2020-07-17T16:12:51.163Z] 
16:12:51 [2020-07-17T16:12:51.163Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:12:51 [2020-07-17T16:12:51.163Z] #10 27.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.17 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.19 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.20 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.22 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.26 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.26 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.28 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.29 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.31 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.32 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.32 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.32 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB]
16:12:51 [2020-07-17T16:12:51.163Z] #10 29.97 debconf: delaying package configuration, since apt-utils is not installed
16:12:51 [2020-07-17T16:12:51.163Z] #10 30.05 Fetched 73.3 MB in 5s (15.7 MB/s)
16:12:51 [2020-07-17T16:12:51.163Z] #10 30.10 Selecting previously unselected package binutils-mingw-w64-i686.
16:12:51 [2020-07-17T16:12:51.163Z] #10 30.10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
16:12:51 [2020-07-17T16:12:51.163Z] #10 30.24 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 30.24 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 32.24 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:12:51 [2020-07-17T16:12:51.163Z] #10 32.24 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 32.25 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.37 Selecting previously unselected package binutils-mingw-w64.
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.37 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.38 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.45 Selecting previously unselected package libdevmapper1.02.1:s390x.
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.45 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.46 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.62 Selecting previously unselected package dmsetup.
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.62 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.62 Unpacking dmsetup (2:1.02.155-3) ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.80 Selecting previously unselected package mingw-w64-common.
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.80 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 34.80 Unpacking mingw-w64-common (6.0.0-3) ...
16:12:51 [2020-07-17T16:12:51.163Z] #10 ...
16:12:51 [2020-07-17T16:12:51.163Z] 
16:12:51 [2020-07-17T16:12:51.163Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:51 [2020-07-17T16:12:51.456Z] #25 8.888 
                                                                           0.0%
#                                                                          2.4%
###                                                                        4.2%
####                                                                       6.7%
#####                                                                      8.0%
########                                                                  11.6%
#########                                                                 13.5%
###########                                                               16.0%
############                                                              17.9%
###############                                                           21.0%
################                                                          22.9%
#################                                                         24.7%
####################                                                      27.9%
######################                                                    31.0%
########################                                                  33.5%
#########################                                                 35.3%
###########################                                               37.8%
############################                                              39.7%
#############################                                             41.6%
###############################                                           43.5%
################################                                          45.3%
##################################                                        47.8%
###################################                                       49.7%
#####################################                                     52.2%
######################################                                    54.1%
########################################                                  56.6%
##########################################                                58.4%
###########################################                               60.1%
#############################################                             62.7%
##############################################                            65.3%
################################################                          67.5%
##################################################                        70.4%
####################################################                      72.9%
#####################################################                     74.8%
#######################################################                   77.3%
########################################################                  79.2%
##########################################################                81.7%
#############################################################             84.8%
##############################################################            87.3%
################################################################          89.8%
##################################################################        92.9%
####################################################################      95.4%
16:12:51 [2020-07-17T16:12:51.456Z] #25 ...
16:12:51 [2020-07-17T16:12:51.456Z] 
16:12:51 [2020-07-17T16:12:51.456Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:12:51 [2020-07-17T16:12:51.456Z] #38 36.93 Setting up libnl-3-dev:s390x (3.4.0-1) ...
16:12:51 [2020-07-17T16:12:51.456Z] #38 36.94 Processing triggers for libc-bin (2.28-10) ...
16:12:51 [2020-07-17T16:12:51.456Z] #38 DONE 37.8s
16:12:51 [2020-07-17T16:12:51.456Z] 
16:12:51 [2020-07-17T16:12:51.456Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:51 [2020-07-17T16:12:51.456Z] #25 8.888 
                                                                           0.0%
#                                                                          2.4%
###                                                                        4.2%
####                                                                       6.7%
#####                                                                      8.0%
########                                                                  11.6%
#########                                                                 13.5%
###########                                                               16.0%
############                                                              17.9%
###############                                                           21.0%
################                                                          22.9%
#################                                                         24.7%
####################                                                      27.9%
######################                                                    31.0%
########################                                                  33.5%
#########################                                                 35.3%
###########################                                               37.8%
############################                                              39.7%
#############################                                             41.6%
###############################                                           43.5%
################################                                          45.3%
##################################                                        47.8%
###################################                                       49.7%
#####################################                                     52.2%
######################################                                    54.1%
########################################                                  56.6%
##########################################                                58.4%
###########################################                               60.1%
#############################################                             62.7%
##############################################                            65.3%
################################################                          67.5%
##################################################                        70.4%
####################################################                      72.9%
#####################################################                     74.8%
#######################################################                   77.3%
########################################################                  79.2%
##########################################################                81.7%
#############################################################             84.8%
##############################################################            87.3%
################################################################          89.8%
##################################################################        92.9%
####################################################################      95.4%
######################################################################    97.9%
#######################################################################   99.8%
######################################################################## 100.0%
16:12:51 [2020-07-17T16:12:51.456Z] #25 14.15 
16:12:51 [2020-07-17T16:12:51.750Z] #25 ...
16:12:51 [2020-07-17T16:12:51.750Z] 
16:12:51 [2020-07-17T16:12:51.750Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:51 [2020-07-17T16:12:51.750Z] #41 28.16 github.com/LK4D4/vndr/godl/singleflight
16:12:51 [2020-07-17T16:12:51.750Z] #41 28.19 io
16:12:51 [2020-07-17T16:12:51.750Z] #41 28.38 strconv
16:12:51 [2020-07-17T16:12:51.750Z] #41 29.20 bytes
16:12:51 [2020-07-17T16:12:51.750Z] #41 30.93 bufio
16:12:51 [2020-07-17T16:12:51.750Z] #41 31.76 reflect
16:12:51 [2020-07-17T16:12:51.750Z] #41 32.28 syscall
16:12:51 [2020-07-17T16:12:51.750Z] #41 37.82 time
16:12:51 [2020-07-17T16:12:51.750Z] #41 ...
16:12:51 [2020-07-17T16:12:51.750Z] 
16:12:51 [2020-07-17T16:12:51.750Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:12:51 [2020-07-17T16:12:51.750Z] #32 29.72 Selecting previously unselected package libicu63:s390x.
16:12:51 [2020-07-17T16:12:51.750Z] #32 29.74 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 29.75 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 34.50 Selecting previously unselected package libxml2:s390x.
16:12:51 [2020-07-17T16:12:51.750Z] #32 34.51 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 34.51 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 34.91 Selecting previously unselected package libarchive13:s390x.
16:12:51 [2020-07-17T16:12:51.750Z] #32 34.92 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 34.92 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.13 Selecting previously unselected package libjsoncpp1:s390x.
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.15 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.17 Unpacking libjsoncpp1:s390x (1.7.4-3) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.26 Selecting previously unselected package librhash0:s390x.
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.26 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.26 Unpacking librhash0:s390x (1.3.8-1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.38 Selecting previously unselected package libuv1:s390x.
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.38 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.38 Unpacking libuv1:s390x (1.24.1-1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.51 Selecting previously unselected package cmake.
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.52 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 35.52 Unpacking cmake (3.13.4-1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.77 Setting up libicu63:s390x (63.1-6+deb10u1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.79 Setting up xxd (2:8.1.0875-5) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.81 Setting up libuv1:s390x (1.24.1-1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.81 Setting up vim-common (2:8.1.0875-5) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.84 Setting up librhash0:s390x (1.3.8-1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.85 Setting up cmake-data (3.13.4-1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.88 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.93 Setting up libjsoncpp1:s390x (1.7.4-3) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.93 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.93 Setting up cmake (3.13.4-1) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.93 Processing triggers for libc-bin (2.28-10) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 37.94 Processing triggers for mime-support (3.62) ...
16:12:51 [2020-07-17T16:12:51.750Z] #32 DONE 38.2s
16:12:51 [2020-07-17T16:12:51.750Z] 
16:12:51 [2020-07-17T16:12:51.750Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:53 [2020-07-17T16:12:53.144Z] using credential docker-jenkins-github-credentials
16:12:53 [2020-07-17T16:12:53.151Z] Cloning the remote Git repository
16:12:53 [2020-07-17T16:12:53.152Z] Cloning with configured refspecs honoured and without tags
16:12:52 [2020-07-17T16:12:52.892Z] Cloning repository https://github.com/moby/moby.git
16:12:52 [2020-07-17T16:12:52.952Z]  > git init /home/ubuntu/workspace/moby_PR-41226 # timeout=10
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.650 + RM_GOPATH=0
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.650 + TMP_GOPATH=
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.650 + : /build
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.650 + '[' -z '' ']'
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.650 ++ mktemp -d
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.651 + export GOPATH=/tmp/tmp.vfWCvXpRKW
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.651 + GOPATH=/tmp/tmp.vfWCvXpRKW
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.651 + RM_GOPATH=1
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.651 + case "$(go env GOARCH)" in
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.651 ++ go env GOARCH
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.656 + export GO_BUILDMODE=-buildmode=pie
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.656 + GO_BUILDMODE=-buildmode=pie
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.657 ++ dirname /tmp/install/install.sh
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.657 + dir=/tmp/install
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.657 + bin=tini
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.657 + shift
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.658 + '[' '!' -f /tmp/install/tini.installer ']'
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.658 + . /tmp/install/tini.installer
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.658 ++ : fec3683b971d9c3ef73f284f176672c44b448662
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.658 + install_tini
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.658 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.658 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.658 + git clone https://github.com/krallin/tini.git /tmp/tmp.vfWCvXpRKW/tini
16:12:53 [2020-07-17T16:12:53.824Z] #33 1.661 Cloning into '/tmp/tmp.vfWCvXpRKW/tini'...
16:12:53 [2020-07-17T16:12:53.824Z] #33 2.129 + cd /tmp/tmp.vfWCvXpRKW/tini
16:12:53 [2020-07-17T16:12:53.824Z] #33 2.130 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
16:12:53 [2020-07-17T16:12:53.824Z] #33 2.134 + cmake .
16:12:54 [2020-07-17T16:12:54.459Z] #33 2.628 -- The C compiler identification is GNU 8.3.0
16:12:54 [2020-07-17T16:12:54.459Z] #33 2.658 -- Check for working C compiler: /usr/bin/cc
16:12:53 [2020-07-17T16:12:53.145Z] Fetching upstream changes from https://github.com/moby/moby.git
16:12:53 [2020-07-17T16:12:53.145Z]  > git --version # timeout=10
16:12:53 [2020-07-17T16:12:53.152Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:12:53 [2020-07-17T16:12:53.155Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:12:54 [2020-07-17T16:12:54.755Z] #33 2.989 -- Check for working C compiler: /usr/bin/cc -- works
16:12:54 [2020-07-17T16:12:54.755Z] #33 2.997 -- Detecting C compiler ABI info
16:12:55 [2020-07-17T16:12:55.047Z] #33 3.407 -- Detecting C compiler ABI info - done
16:12:55 [2020-07-17T16:12:55.340Z] #33 3.441 -- Detecting C compile features
16:12:55 [2020-07-17T16:12:55.632Z] #33 ...
16:12:55 [2020-07-17T16:12:55.632Z] 
16:12:55 [2020-07-17T16:12:55.632Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:12:55 [2020-07-17T16:12:55.632Z] #28 32.08 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.
16:12:55 [2020-07-17T16:12:55.632Z] #28 32.27 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
16:12:55 [2020-07-17T16:12:55.632Z] #28 32.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:12:55 [2020-07-17T16:12:55.925Z] #28 ...
16:12:55 [2020-07-17T16:12:55.925Z] 
16:12:55 [2020-07-17T16:12:55.926Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:55 [2020-07-17T16:12:55.926Z] #47 32.15 syscall
16:12:55 [2020-07-17T16:12:55.926Z] #47 32.16 reflect
16:12:55 [2020-07-17T16:12:55.926Z] #47 37.79 time
16:12:55 [2020-07-17T16:12:55.926Z] #47 41.57 context
16:12:55 [2020-07-17T16:12:55.926Z] #47 41.94 os
16:12:55 [2020-07-17T16:12:55.926Z] #47 ...
16:12:55 [2020-07-17T16:12:55.926Z] 
16:12:55 [2020-07-17T16:12:55.926Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:12:55 [2020-07-17T16:12:55.926Z] #25 15.17 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:12:55 [2020-07-17T16:12:55.926Z] #25 15.48 #=#=#                                                                         
16:12:55 [2020-07-17T16:12:55.926Z] #25 15.68 
########################################################                  78.0%
######################################################################## 100.0%
16:12:55 [2020-07-17T16:12:55.926Z] #25 15.77 
16:12:55 [2020-07-17T16:12:55.926Z] #25 16.69 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:12:55 [2020-07-17T16:12:55.926Z] #25 16.74 skipping existing aab193acf6ba
16:12:55 [2020-07-17T16:12:55.926Z] #25 16.81 
16:12:55 [2020-07-17T16:12:55.926Z] #25 17.75 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
16:12:55 [2020-07-17T16:12:55.926Z] #25 17.79 skipping existing 4d43f82972ce
16:12:55 [2020-07-17T16:12:55.926Z] #25 17.87 
16:12:56 [2020-07-17T16:12:56.218Z] #25 18.76 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:12:56 [2020-07-17T16:12:56.511Z] #25 19.02 
16:12:56 [2020-07-17T16:12:56.511Z] #25 19.15 
######################################################################## 100.0%
16:12:56 [2020-07-17T16:12:56.511Z] #25 19.23 
16:12:56 [2020-07-17T16:12:56.811Z] #25 19.27 Download of images into '/build' complete.
16:12:56 [2020-07-17T16:12:56.811Z] #25 19.27 Use something like the following to load the result into a Docker daemon:
16:12:56 [2020-07-17T16:12:56.811Z] #25 19.27   tar -cC '/build' . | docker load
16:12:56 [2020-07-17T16:12:56.811Z] #25 DONE 19.5s
16:12:56 [2020-07-17T16:12:56.811Z] 
16:12:56 [2020-07-17T16:12:56.811Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:56 [2020-07-17T16:12:56.811Z] #33 4.570 -- Detecting C compile features - done
16:12:56 [2020-07-17T16:12:56.811Z] #33 4.595 -- Performing Test HAS_BUILTIN_FORTIFY
16:12:56 [2020-07-17T16:12:56.811Z] #33 4.728 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:12:56 [2020-07-17T16:12:56.811Z] #33 4.777 -- Configuring done
16:12:56 [2020-07-17T16:12:56.811Z] #33 4.805 -- Generating done
16:12:56 [2020-07-17T16:12:56.811Z] #33 4.808 -- Build files have been written to: /tmp/tmp.vfWCvXpRKW/tini
16:12:56 [2020-07-17T16:12:56.811Z] #33 4.814 + make tini-static
16:12:57 [2020-07-17T16:12:57.110Z] #33 5.189 Scanning dependencies of target tini-static
16:12:57 [2020-07-17T16:12:57.110Z] #33 5.275 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:12:58 [2020-07-17T16:12:58.160Z] #33 6.191 [100%] Linking C executable tini-static
16:12:58 [2020-07-17T16:12:58.160Z] #33 6.531 [100%] Built target tini-static
16:12:58 [2020-07-17T16:12:58.462Z] #33 6.588 + mkdir -p /build
16:12:58 [2020-07-17T16:12:58.462Z] #33 6.588 + cp tini-static /build/docker-init
16:12:58 [2020-07-17T16:12:58.462Z] #33 ...
16:12:58 [2020-07-17T16:12:58.462Z] 
16:12:58 [2020-07-17T16:12:58.462Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:58 [2020-07-17T16:12:58.462Z] #30 34.81 time
16:12:58 [2020-07-17T16:12:58.462Z] #30 37.59 internal/fmtsort
16:12:58 [2020-07-17T16:12:58.462Z] #30 38.28 internal/syscall/execenv
16:12:58 [2020-07-17T16:12:58.462Z] #30 38.50 internal/syscall/unix
16:12:58 [2020-07-17T16:12:58.462Z] #30 38.64 strings
16:12:58 [2020-07-17T16:12:58.462Z] #30 38.99 internal/poll
16:12:58 [2020-07-17T16:12:58.462Z] #30 40.20 os
16:12:58 [2020-07-17T16:12:58.462Z] #30 40.49 path
16:12:58 [2020-07-17T16:12:58.462Z] #30 40.83 text/tabwriter
16:12:58 [2020-07-17T16:12:58.462Z] #30 42.14 fmt
16:12:58 [2020-07-17T16:12:58.462Z] #30 42.14 path/filepath
16:12:58 [2020-07-17T16:12:58.462Z] #30 43.28 io/ioutil
16:12:58 [2020-07-17T16:12:58.462Z] #30 ...
16:12:58 [2020-07-17T16:12:58.462Z] 
16:12:58 [2020-07-17T16:12:58.462Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:12:58 [2020-07-17T16:12:58.462Z] #10 39.77 Selecting previously unselected package mingw-w64-x86-64-dev.
16:12:58 [2020-07-17T16:12:58.462Z] #10 39.78 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
16:12:58 [2020-07-17T16:12:58.462Z] #10 39.78 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
16:12:58 [2020-07-17T16:12:58.462Z] #10 44.35 Selecting previously unselected package gcc-mingw-w64-base.
16:12:58 [2020-07-17T16:12:58.462Z] #10 44.36 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ...
16:12:58 [2020-07-17T16:12:58.462Z] #10 44.37 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:12:58 [2020-07-17T16:12:58.462Z] #10 44.67 Selecting previously unselected package gcc-mingw-w64-x86-64.
16:12:58 [2020-07-17T16:12:58.462Z] #10 44.67 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
16:12:58 [2020-07-17T16:12:58.462Z] #10 44.70 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:12:58 [2020-07-17T16:12:58.766Z] #10 ...
16:12:58 [2020-07-17T16:12:58.766Z] 
16:12:58 [2020-07-17T16:12:58.766Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:12:58 [2020-07-17T16:12:58.766Z] #33 DONE 6.9s
16:12:58 [2020-07-17T16:12:58.766Z] 
16:12:58 [2020-07-17T16:12:58.766Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:12:58 [2020-07-17T16:12:58.766Z] #47 42.70 encoding/binary
16:12:58 [2020-07-17T16:12:58.766Z] #47 44.30 encoding/base64
16:12:58 [2020-07-17T16:12:58.766Z] #47 44.91 fmt
16:12:58 [2020-07-17T16:12:58.766Z] #47 45.10 golang.org/x/sys/unix
16:13:01 [2020-07-17T16:13:01.507Z] #47 ...
16:13:01 [2020-07-17T16:13:01.507Z] 
16:13:01 [2020-07-17T16:13:01.507Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.040 Note: Building without setproctitle() and strlcpy() support.
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.040       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.042 Note: Building without GnuTLS support
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.043 Makefile.config:39: Warn: you have no libnftables installed
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.043 Makefile.config:40: Warn: Building without nftables support
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.629 fatal: not a git repository (or any of the parent directories): .git
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.809   GEN      .gitid
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.816   GEN      criu/include/version.h
16:13:01 [2020-07-17T16:13:01.507Z] #39 8.824   GEN      include/common/asm
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.654   PBCC     images/timens.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.676   DEP      images/timens.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.713   PBCC     images/fown.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.718   PBCC     images/google/protobuf/descriptor.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.749   PBCC     images/opts.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.763   PBCC     images/memfd.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.787   DEP      images/fown.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.812   DEP      images/google/protobuf/descriptor.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.874   DEP      images/opts.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.896   DEP      images/memfd.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.942   PBCC     images/sit.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 9.984   DEP      images/sit.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 10.01   PBCC     images/macvlan.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 10.01   DEP      images/macvlan.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 10.07   PBCC     images/autofs.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 10.09   DEP      images/autofs.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 10.10   PBCC     images/sysctl.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 10.12   DEP      images/sysctl.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 10.15   PBCC     images/time.pb-c.c
16:13:01 [2020-07-17T16:13:01.507Z] #39 10.18   DEP      images/time.pb-c.d
16:13:01 [2020-07-17T16:13:01.507Z] #39 ...
16:13:01 [2020-07-17T16:13:01.507Z] 
16:13:01 [2020-07-17T16:13:01.507Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:13:01 [2020-07-17T16:13:01.507Z] #52 22.90 Checking out files:  87% (2785/3196)   
Checking out files:  88% (2813/3196)   
Checking out files:  89% (2845/3196)   
Checking out files:  90% (2877/3196)   
Checking out files:  91% (2909/3196)   
Checking out files:  92% (2941/3196)   
Checking out files:  93% (2973/3196)   
Checking out files:  94% (3005/3196)   
Checking out files:  95% (3037/3196)   
Checking out files:  96% (3069/3196)   
Checking out files:  97% (3101/3196)   
Checking out files:  98% (3133/3196)   
Checking out files:  99% (3165/3196)   
Checking out files: 100% (3196/3196)   
Checking out files: 100% (3196/3196), done.
16:13:01 [2020-07-17T16:13:01.507Z] #52 23.30 + cd /tmp/tmp.OyZepJXoZy/src/github.com/containerd/containerd
16:13:01 [2020-07-17T16:13:01.507Z] #52 23.30 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1
16:13:02 [2020-07-17T16:13:02.559Z] #52 24.32 + export 'BUILDTAGS=netgo osusergo static_build'
16:13:02 [2020-07-17T16:13:02.559Z] #52 24.32 + BUILDTAGS='netgo osusergo static_build'
16:13:02 [2020-07-17T16:13:02.559Z] #52 24.32 + export EXTRA_FLAGS=-buildmode=pie
16:13:02 [2020-07-17T16:13:02.559Z] #52 24.32 + EXTRA_FLAGS=-buildmode=pie
16:13:02 [2020-07-17T16:13:02.559Z] #52 24.32 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:13:02 [2020-07-17T16:13:02.559Z] #52 24.32 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:13:02 [2020-07-17T16:13:02.559Z] #52 24.32 + '[' '' = dynamic ']'
16:13:02 [2020-07-17T16:13:02.559Z] #52 24.32 + make
16:13:03 [2020-07-17T16:13:03.597Z] #52 25.32 + bin/ctr
16:13:04 [2020-07-17T16:13:04.644Z] #52 ...
16:13:04 [2020-07-17T16:13:04.644Z] 
16:13:04 [2020-07-17T16:13:04.644Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:13:04 [2020-07-17T16:13:04.644Z] #30 45.80 flag
16:13:04 [2020-07-17T16:13:04.644Z] #30 45.80 github.com/BurntSushi/toml
16:13:04 [2020-07-17T16:13:04.644Z] #30 46.83 log
16:13:04 [2020-07-17T16:13:04.644Z] #30 48.11 github.com/BurntSushi/toml/cmd/tomlv
16:13:04 [2020-07-17T16:13:04.644Z] #30 DONE 51.0s
16:13:04 [2020-07-17T16:13:04.644Z] 
16:13:04 [2020-07-17T16:13:04.644Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.23   PBCC     images/binfmt-misc.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.27   DEP      images/binfmt-misc.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.28   PBCC     images/seccomp.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.28   DEP      images/seccomp.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.33   PBCC     images/userns.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.36   DEP      images/userns.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.37   PBCC     images/cgroup.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.39   DEP      images/cgroup.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.42   PBCC     images/ext-file.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.42   DEP      images/ext-file.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.44   PBCC     images/rpc.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.46   DEP      images/rpc.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.51   PBCC     images/siginfo.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.54   DEP      images/siginfo.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.57   PBCC     images/pagemap.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.62   DEP      images/pagemap.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.65   PBCC     images/rlimit.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.66   DEP      images/rlimit.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.71   PBCC     images/file-lock.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.72   DEP      images/file-lock.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.74   PBCC     images/tty.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.78   DEP      images/tty.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.81   PBCC     images/tun.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.84   PBCC     images/netdev.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.86   DEP      images/tun.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.89   DEP      images/netdev.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.92   PBCC     images/vma.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 10.97   DEP      images/vma.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.00   PBCC     images/creds.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.00   DEP      images/creds.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.04   PBCC     images/utsns.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.06   DEP      images/utsns.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.09   PBCC     images/ipc-desc.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.12   PBCC     images/ipc-sem.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.14   DEP      images/ipc-desc.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.16   DEP      images/ipc-sem.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.19   PBCC     images/ipc-msg.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.21   DEP      images/ipc-msg.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.25   PBCC     images/ipc-shm.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.27   DEP      images/ipc-shm.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.30   PBCC     images/ipc-var.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.33   DEP      images/ipc-var.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.36   PBCC     images/sk-opts.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.38   PBCC     images/packet-sock.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.46   DEP      images/sk-opts.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.48   DEP      images/packet-sock.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.53   PBCC     images/sk-netlink.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.54   DEP      images/sk-netlink.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.59   PBCC     images/sk-inet.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.62   DEP      images/sk-inet.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.65   PBCC     images/sk-unix.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.68   DEP      images/sk-unix.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.71   PBCC     images/mm.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.73   DEP      images/mm.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.76   PBCC     images/timerfd.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.79   DEP      images/timerfd.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.83   PBCC     images/timer.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.85   DEP      images/timer.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.88   PBCC     images/sa.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.89   DEP      images/sa.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.91   PBCC     images/pipe-data.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.92   DEP      images/pipe-data.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.95   PBCC     images/mnt.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 11.97   DEP      images/mnt.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.01   PBCC     images/sk-packet.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.02   DEP      images/sk-packet.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.05   PBCC     images/tcp-stream.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.05   DEP      images/tcp-stream.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.10   PBCC     images/pipe.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.11   DEP      images/pipe.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.15   PBCC     images/pstree.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.19   DEP      images/pstree.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.23   PBCC     images/fs.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.24   DEP      images/fs.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.25   PBCC     images/signalfd.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.28   DEP      images/signalfd.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.33   PBCC     images/fh.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.36   PBCC     images/fsnotify.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.39   DEP      images/fh.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.42   DEP      images/fsnotify.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.45   PBCC     images/eventpoll.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.46   DEP      images/eventpoll.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.50   PBCC     images/eventfd.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.51   DEP      images/eventfd.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.53   PBCC     images/remap-file-path.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.54   DEP      images/remap-file-path.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.58   PBCC     images/fifo.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.59   DEP      images/fifo.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.62   PBCC     images/ghost-file.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.64   DEP      images/ghost-file.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.65   PBCC     images/regfile.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.67   DEP      images/regfile.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.71   PBCC     images/ns.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.74   DEP      images/ns.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.78   PBCC     images/fdinfo.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.85   DEP      images/fdinfo.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.90   PBCC     images/core-aarch64.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.93   PBCC     images/core-arm.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.97   PBCC     images/core-ppc64.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 12.99   PBCC     images/core-s390.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.02   PBCC     images/core-x86.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.05   PBCC     images/core.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.08   PBCC     images/inventory.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.16   DEP      images/core-aarch64.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.19   DEP      images/core-arm.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.23   DEP      images/core-ppc64.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.29   DEP      images/core-s390.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.32   DEP      images/core-x86.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.35   DEP      images/core.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.39   DEP      images/inventory.pb-c.d
16:13:04 [2020-07-17T16:13:04.644Z] #39 13.41   PBCC     images/cpuinfo.pb-c.c
16:13:04 [2020-07-17T16:13:04.644Z] #39 ...
16:13:04 [2020-07-17T16:13:04.644Z] 
16:13:04 [2020-07-17T16:13:04.644Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:13:04 [2020-07-17T16:13:04.644Z] #41 41.11 regexp/syntax
16:13:04 [2020-07-17T16:13:04.644Z] #41 41.83 os
16:13:04 [2020-07-17T16:13:04.644Z] #41 44.59 regexp
16:13:04 [2020-07-17T16:13:04.644Z] #41 45.84 flag
16:13:04 [2020-07-17T16:13:04.644Z] #41 47.35 go/token
16:13:04 [2020-07-17T16:13:04.644Z] #41 47.48 internal/lazyregexp
16:13:04 [2020-07-17T16:13:04.644Z] #41 47.69 net/url
16:13:04 [2020-07-17T16:13:04.644Z] #41 48.16 go/scanner
16:13:04 [2020-07-17T16:13:04.644Z] #41 48.89 go/ast
16:13:04 [2020-07-17T16:13:04.644Z] #41 48.90 text/template/parse
16:13:04 [2020-07-17T16:13:04.937Z] #41 ...
16:13:04 [2020-07-17T16:13:04.937Z] 
16:13:04 [2020-07-17T16:13:04.937Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:04 [2020-07-17T16:13:04.937Z] #39 13.56   DEP      images/cpuinfo.pb-c.d
16:13:04 [2020-07-17T16:13:04.937Z] #39 13.66   PBCC     images/stats.pb-c.c
16:13:04 [2020-07-17T16:13:04.937Z] #39 13.67   DEP      images/stats.pb-c.d
16:13:05 [2020-07-17T16:13:05.977Z] #39 14.41 make[1]: Nothing to be done for 'all'.
16:13:06 [2020-07-17T16:13:06.615Z] #39 15.16   CC       images/stats.o
16:13:06 [2020-07-17T16:13:06.908Z] #39 15.44   CC       images/core.o
16:13:07 [2020-07-17T16:13:07.202Z] #39 15.81   CC       images/core-x86.o
16:13:07 [2020-07-17T16:13:07.202Z] #39 16.06   CC       images/core-arm.o
16:13:07 [2020-07-17T16:13:07.495Z] #39 16.20   CC       images/core-aarch64.o
16:13:07 [2020-07-17T16:13:07.787Z] #39 16.44   CC       images/core-ppc64.o
16:13:08 [2020-07-17T16:13:08.081Z] #39 16.69   CC       images/core-s390.o
16:13:08 [2020-07-17T16:13:08.374Z] #39 17.09   CC       images/cpuinfo.o
16:13:08 [2020-07-17T16:13:08.666Z] #39 17.35   CC       images/inventory.o
16:13:08 [2020-07-17T16:13:08.960Z] #39 17.50   CC       images/fdinfo.o
16:13:08 [2020-07-17T16:13:08.960Z] #39 17.67   CC       images/fown.o
16:13:09 [2020-07-17T16:13:09.253Z] #39 17.85   CC       images/ns.o
16:13:09 [2020-07-17T16:13:09.253Z] #39 17.94   CC       images/regfile.o
16:13:09 [2020-07-17T16:13:09.253Z] #39 18.02   CC       images/ghost-file.o
16:13:09 [2020-07-17T16:13:09.546Z] #39 18.20   CC       images/fifo.o
16:13:09 [2020-07-17T16:13:09.838Z] #39 18.37   CC       images/remap-file-path.o
16:13:09 [2020-07-17T16:13:09.838Z] #39 18.54   CC       images/eventfd.o
16:13:10 [2020-07-17T16:13:10.131Z] #39 18.71   CC       images/eventpoll.o
16:13:10 [2020-07-17T16:13:10.131Z] #39 18.83   CC       images/fh.o
16:13:10 [2020-07-17T16:13:10.423Z] #39 18.98   CC       images/fsnotify.o
16:13:10 [2020-07-17T16:13:10.717Z] #39 19.34   CC       images/signalfd.o
16:13:10 [2020-07-17T16:13:10.717Z] #39 19.46   CC       images/fs.o
16:13:11 [2020-07-17T16:13:11.010Z] #39 19.59   CC       images/pstree.o
16:13:11 [2020-07-17T16:13:11.010Z] #39 19.76   CC       images/pipe.o
16:13:11 [2020-07-17T16:13:11.303Z] #39 19.98   CC       images/tcp-stream.o
16:13:11 [2020-07-17T16:13:11.303Z] #39 20.09   CC       images/sk-packet.o
16:13:11 [2020-07-17T16:13:11.595Z] #39 20.29   CC       images/mnt.o
16:13:11 [2020-07-17T16:13:11.888Z] #39 20.42   CC       images/pipe-data.o
16:13:11 [2020-07-17T16:13:11.888Z] #39 20.52   CC       images/sa.o
16:13:11 [2020-07-17T16:13:11.888Z] #39 20.61   CC       images/timer.o
16:13:12 [2020-07-17T16:13:12.181Z] #39 20.83   CC       images/timerfd.o
16:13:12 [2020-07-17T16:13:12.181Z] #39 20.92   CC       images/mm.o
16:13:12 [2020-07-17T16:13:12.473Z] #39 ...
16:13:12 [2020-07-17T16:13:12.473Z] 
16:13:12 [2020-07-17T16:13:12.473Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:13:12 [2020-07-17T16:13:12.473Z] #47 48.74 encoding/json
16:13:12 [2020-07-17T16:13:12.473Z] #47 51.74 github.com/pkg/diff
16:13:12 [2020-07-17T16:13:12.473Z] #47 52.59 golang.org/x/crypto/ssh/terminal
16:13:12 [2020-07-17T16:13:12.473Z] #47 53.01 mvdan.cc/editorconfig
16:13:12 [2020-07-17T16:13:12.473Z] #47 53.35 mvdan.cc/sh/v3/fileutil
16:13:12 [2020-07-17T16:13:12.473Z] #47 53.44 mvdan.cc/sh/v3/syntax
16:13:12 [2020-07-17T16:13:12.473Z] #47 57.75 mvdan.cc/sh/v3/cmd/shfmt
16:13:12 [2020-07-17T16:13:12.473Z] #47 ...
16:13:12 [2020-07-17T16:13:12.473Z] 
16:13:12 [2020-07-17T16:13:12.473Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:12 [2020-07-17T16:13:12.473Z] #39 21.10   CC       images/sk-opts.o
16:13:12 [2020-07-17T16:13:12.779Z] #39 21.26   CC       images/sk-unix.o
16:13:12 [2020-07-17T16:13:12.779Z] #39 21.42   CC       images/sk-inet.o
16:13:12 [2020-07-17T16:13:12.954Z] Fetching without tags
16:13:13 [2020-07-17T16:13:13.072Z] #39 21.65   CC       images/tun.o
16:13:13 [2020-07-17T16:13:13.072Z] #39 21.88   CC       images/sk-netlink.o
16:13:13 [2020-07-17T16:13:13.365Z] #39 22.05   CC       images/packet-sock.o
16:13:13 [2020-07-17T16:13:13.365Z] #39 22.18   CC       images/ipc-var.o
16:13:13 [2020-07-17T16:13:13.392Z] Merging remotes/origin/master commit 20f9d05578b2054462d902bd2686288693471f40 into PR head commit b0c0b41016c8035ce3dc9783044f065548567e76
16:13:12 [2020-07-17T16:13:12.848Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:13:12 [2020-07-17T16:13:12.867Z]  > git config --add remote.origin.fetch +refs/pull/41226/head:refs/remotes/origin/PR-41226 # timeout=10
16:13:12 [2020-07-17T16:13:12.879Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:13:12 [2020-07-17T16:13:12.889Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:13:12 [2020-07-17T16:13:12.920Z] Fetching upstream changes from https://github.com/moby/moby.git
16:13:12 [2020-07-17T16:13:12.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:13:12 [2020-07-17T16:13:12.926Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:13:13 [2020-07-17T16:13:13.364Z]  > git config core.sparsecheckout # timeout=10
16:13:13 [2020-07-17T16:13:13.371Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:13:13 [2020-07-17T16:13:13.658Z] #39 22.25   CC       images/ipc-desc.o
16:13:13 [2020-07-17T16:13:13.659Z] #39 22.34   CC       images/ipc-shm.o
16:13:13 [2020-07-17T16:13:13.659Z] #39 22.40   CC       images/ipc-msg.o
16:13:13 [2020-07-17T16:13:13.951Z] #39 22.48   CC       images/ipc-sem.o
16:13:13 [2020-07-17T16:13:13.951Z] #39 22.54   CC       images/utsns.o
16:13:13 [2020-07-17T16:13:13.951Z] #39 22.61   CC       images/creds.o
16:13:13 [2020-07-17T16:13:13.951Z] #39 22.70   CC       images/vma.o
16:13:14 [2020-07-17T16:13:14.245Z] #39 22.77   CC       images/netdev.o
16:13:14 [2020-07-17T16:13:14.245Z] #39 22.91   CC       images/tty.o
16:13:14 [2020-07-17T16:13:14.245Z] #39 23.12   CC       images/file-lock.o
16:13:14 [2020-07-17T16:13:14.538Z] #39 23.21   CC       images/rlimit.o
16:13:14 [2020-07-17T16:13:14.832Z] #39 23.32   CC       images/pagemap.o
16:13:15 [2020-07-17T16:13:15.099Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:13:15 [2020-07-17T16:13:15.125Z] #39 23.57   CC       images/siginfo.o
16:13:15 [2020-07-17T16:13:15.125Z] #39 ...
16:13:15 [2020-07-17T16:13:15.125Z] 
16:13:15 [2020-07-17T16:13:15.125Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:13:15 [2020-07-17T16:13:15.125Z] #47 DONE 61.6s
16:13:15 [2020-07-17T16:13:15.125Z] 
16:13:15 [2020-07-17T16:13:15.125Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:15 [2020-07-17T16:13:15.125Z] #39 23.73   CC       images/rpc.o
16:13:15 [2020-07-17T16:13:15.422Z] #39 ...
16:13:15 [2020-07-17T16:13:15.422Z] 
16:13:15 [2020-07-17T16:13:15.422Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:13:15 [2020-07-17T16:13:15.422Z] #41 51.98 text/template
16:13:15 [2020-07-17T16:13:15.422Z] #41 52.45 go/parser
16:13:15 [2020-07-17T16:13:15.422Z] #41 54.80 encoding/xml
16:13:15 [2020-07-17T16:13:15.422Z] #41 54.89 go/doc
16:13:15 [2020-07-17T16:13:15.422Z] #41 57.41 github.com/LK4D4/vndr/build
16:13:15 [2020-07-17T16:13:15.422Z] #41 58.58 github.com/LK4D4/vndr/versioned
16:13:15 [2020-07-17T16:13:15.422Z] #41 58.72 net
16:13:15 [2020-07-17T16:13:15.422Z] #41 59.25 vendor/golang.org/x/crypto/internal/chacha20
16:13:15 [2020-07-17T16:13:15.422Z] #41 59.70 vendor/golang.org/x/crypto/chacha20poly1305
16:13:15 [2020-07-17T16:13:15.422Z] #41 59.98 vendor/golang.org/x/crypto/curve25519
16:13:15 [2020-07-17T16:13:15.422Z] #41 60.25 vendor/golang.org/x/crypto/hkdf
16:13:15 [2020-07-17T16:13:15.422Z] #41 60.29 vendor/golang.org/x/text/transform
16:13:15 [2020-07-17T16:13:15.422Z] #41 60.57 vendor/golang.org/x/text/unicode/bidi
16:13:15 [2020-07-17T16:13:15.422Z] #41 61.59 vendor/golang.org/x/text/secure/bidirule
16:13:15 [2020-07-17T16:13:15.422Z] #41 62.00 vendor/golang.org/x/text/unicode/norm
16:13:15 [2020-07-17T16:13:15.643Z] Merge succeeded, producing b0c0b41016c8035ce3dc9783044f065548567e76
16:13:15 [2020-07-17T16:13:15.643Z] Checking out Revision b0c0b41016c8035ce3dc9783044f065548567e76 (PR-41226)
16:13:15 [2020-07-17T16:13:15.663Z] 
16:13:15 [2020-07-17T16:13:15.663Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:13:15 [2020-07-17T16:13:15.714Z] #41 ...
16:13:15 [2020-07-17T16:13:15.714Z] 
16:13:15 [2020-07-17T16:13:15.714Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:15 [2020-07-17T16:13:15.714Z] #39 24.41   CC       images/ext-file.o
16:13:15 [2020-07-17T16:13:15.586Z]  > git merge 20f9d05578b2054462d902bd2686288693471f40 # timeout=10
16:13:15 [2020-07-17T16:13:15.601Z]  > git rev-parse HEAD^{commit} # timeout=10
16:13:15 [2020-07-17T16:13:15.618Z]  > git config core.sparsecheckout # timeout=10
16:13:15 [2020-07-17T16:13:15.638Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:13:16 [2020-07-17T16:13:16.007Z] #39 24.59   CC       images/cgroup.o
16:13:16 [2020-07-17T16:13:16.227Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:13:16 [2020-07-17T16:13:16.227Z] HOSTNAME=a1f7342a9349
16:13:16 [2020-07-17T16:13:16.227Z] DEST=bundles/test-integration
16:13:16 [2020-07-17T16:13:16.227Z] PWD=/go/src/github.com/docker/docker
16:13:16 [2020-07-17T16:13:16.227Z] DOCKER_ROOTLESS=1
16:13:16 [2020-07-17T16:13:16.227Z] DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76
16:13:16 [2020-07-17T16:13:16.227Z] container=docker
16:13:16 [2020-07-17T16:13:16.227Z] HOME=/root
16:13:16 [2020-07-17T16:13:16.227Z] GOLANG_VERSION=1.13.13
16:13:16 [2020-07-17T16:13:16.227Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:13:16 [2020-07-17T16:13:16.227Z] VALIDATE_BRANCH=master
16:13:16 [2020-07-17T16:13:16.227Z] TERM=xterm
16:13:16 [2020-07-17T16:13:16.227Z] DOCKER_PKG=github.com/docker/docker
16:13:16 [2020-07-17T16:13:16.227Z] SHLVL=1
16:13:16 [2020-07-17T16:13:16.227Z] TIMEOUT=120m
16:13:16 [2020-07-17T16:13:16.227Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
16:13:16 [2020-07-17T16:13:16.227Z] DOCKER_GRAPHDRIVER=overlay2
16:13:16 [2020-07-17T16:13:16.227Z] GO111MODULE=off
16:13:16 [2020-07-17T16:13:16.227Z] DOCKER_EXPERIMENTAL=1
16:13:16 [2020-07-17T16:13:16.227Z] TEST_SKIP_INTEGRATION_CLI=1
16:13:16 [2020-07-17T16:13:16.227Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:13:16 [2020-07-17T16:13:16.227Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:13:16 [2020-07-17T16:13:16.227Z] GOPATH=/go
16:13:16 [2020-07-17T16:13:16.227Z] PKG_CONFIG=pkg-config
16:13:16 [2020-07-17T16:13:16.227Z] _=/usr/bin/env
16:13:16 [2020-07-17T16:13:16.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:13:16 [2020-07-17T16:13:16.302Z] #39 24.94   CC       images/userns.o
16:13:16 [2020-07-17T16:13:16.303Z] #39 25.06   CC       images/google/protobuf/descriptor.o
16:13:16 [2020-07-17T16:13:16.938Z] #39 25.62   CC       images/opts.o
16:13:16 [2020-07-17T16:13:16.938Z] #39 25.69   CC       images/seccomp.o
16:13:17 [2020-07-17T16:13:17.231Z] #39 25.81   CC       images/binfmt-misc.o
16:13:17 [2020-07-17T16:13:17.231Z] #39 25.93   CC       images/time.o
16:13:17 [2020-07-17T16:13:17.231Z] #39 26.00   CC       images/sysctl.o
16:13:17 [2020-07-17T16:13:17.524Z] #39 26.08   CC       images/autofs.o
16:13:17 [2020-07-17T16:13:17.524Z] #39 26.13   CC       images/macvlan.o
16:13:17 [2020-07-17T16:13:17.524Z] #39 26.21   CC       images/sit.o
16:13:17 [2020-07-17T16:13:17.524Z] #39 26.35   CC       images/memfd.o
16:13:17 [2020-07-17T16:13:17.817Z] #39 26.49   CC       images/timens.o
16:13:18 [2020-07-17T16:13:18.109Z] #39 26.68   LINK     images/built-in.o
16:13:18 [2020-07-17T16:13:18.109Z] #39 26.74   GEN      compel/include/asm
16:13:18 [2020-07-17T16:13:18.109Z] #39 26.76   GEN      compel/include/version.h
16:13:18 [2020-07-17T16:13:18.109Z] #39 26.76 touch .config
16:13:18 [2020-07-17T16:13:18.109Z] #39 26.77   GEN      include/common/config.h
16:13:18 [2020-07-17T16:13:18.109Z] #39 26.81   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
16:13:18 [2020-07-17T16:13:18.109Z] #39 26.86   GEN      compel/plugins/include/uapi/std/syscall-codes.h
16:13:18 [2020-07-17T16:13:18.402Z] #39 26.88   GEN      compel/plugins/include/uapi/std/syscall.h
16:13:18 [2020-07-17T16:13:18.402Z] #39 26.89   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
16:13:18 [2020-07-17T16:13:18.402Z] #39 26.90   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
16:13:18 [2020-07-17T16:13:18.402Z] #39 26.91   DEP      compel/arch/s390/plugins/std/parasite-head.d
16:13:18 [2020-07-17T16:13:18.402Z] #39 26.93   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
16:13:18 [2020-07-17T16:13:18.402Z] #39 26.93   DEP      compel/plugins/std/infect.d
16:13:18 [2020-07-17T16:13:18.402Z] #39 27.04   DEP      compel/plugins/std/string.d
16:13:18 [2020-07-17T16:13:18.402Z] #39 27.09   DEP      compel/plugins/std/log.d
16:13:18 [2020-07-17T16:13:18.402Z] #39 27.16   DEP      compel/plugins/std/fds.d
16:13:18 [2020-07-17T16:13:18.695Z] #39 27.21   DEP      compel/plugins/std/std.d
16:13:18 [2020-07-17T16:13:18.695Z] #39 27.25   DEP      compel/plugins/shmem/shmem.d
16:13:18 [2020-07-17T16:13:18.695Z] #39 27.29   DEP      compel/plugins/fds/fds.d
16:13:18 [2020-07-17T16:13:18.695Z] #39 27.37   CC       compel/plugins/std/std.o
16:13:18 [2020-07-17T16:13:18.988Z] #39 27.53   CC       compel/plugins/std/fds.o
16:13:18 [2020-07-17T16:13:18.988Z] #39 27.72   CC       compel/plugins/std/log.o
16:13:19 [2020-07-17T16:13:19.281Z] #39 28.00   CC       compel/plugins/std/string.o
16:13:19 [2020-07-17T16:13:19.573Z] #39 28.29   CC       compel/plugins/std/infect.o
16:13:19 [2020-07-17T16:13:19.883Z] Removing intermediate container 07247c411892
16:13:19 [2020-07-17T16:13:19.883Z]  ---> b30cc12b8bc4
16:13:19 [2020-07-17T16:13:19.883Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
16:13:19 [2020-07-17T16:13:19.883Z]  ---> f58013828fc7
16:13:19 [2020-07-17T16:13:19.883Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
16:13:19 [2020-07-17T16:13:19.883Z]  ---> 0fe53b2aa326
16:13:19 [2020-07-17T16:13:19.883Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
16:13:19 [2020-07-17T16:13:19.883Z]  ---> Running in 885fae40277f
16:13:19 [2020-07-17T16:13:19.883Z] Removing intermediate container 885fae40277f
16:13:19 [2020-07-17T16:13:19.883Z]  ---> dd881db1de9b
16:13:19 [2020-07-17T16:13:19.883Z] Successfully built dd881db1de9b
16:13:19 [2020-07-17T16:13:19.883Z] Successfully tagged moby-buildx:latest
16:13:19 [2020-07-17T16:13:19.883Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
16:13:19 [2020-07-17T16:13:19.883Z] if [ -n "${id}" ]; then \
16:13:19 [2020-07-17T16:13:19.883Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
16:13:19 [2020-07-17T16:13:19.883Z] 	&& touch bundles/buildx; \
16:13:19 [2020-07-17T16:13:19.883Z] 	docker rm -f ${id}; \
16:13:19 [2020-07-17T16:13:19.883Z] fi
16:13:19 [2020-07-17T16:13:19.883Z] 81e3d721bc96a7e518c97c01fbf83e4a2442e555d15335b4c3ad054218cf0999
16:13:19 [2020-07-17T16:13:19.883Z] bundles/buildx version
16:13:19 [2020-07-17T16:13:19.883Z] buildx v0.3.1 6db68d0
16:13:19 [2020-07-17T16:13:19.883Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:b0c0b41016c8035ce3dc9783044f065548567e76 .
16:13:19 [2020-07-17T16:13:19.883Z] #1 [internal] booting buildkit
16:13:19 [2020-07-17T16:13:19.883Z] #1 pulling image moby/buildkit:buildx-stable-1
16:13:19 [2020-07-17T16:13:19.883Z] #1 pulling image moby/buildkit:buildx-stable-1 1.9s done
16:13:19 [2020-07-17T16:13:19.883Z] #1 creating container buildx_buildkit_default
16:13:19 [2020-07-17T16:13:19.883Z] #1 creating container buildx_buildkit_default 0.4s done
16:13:19 [2020-07-17T16:13:19.883Z] #1 DONE 2.2s
16:13:19 [2020-07-17T16:13:19.883Z] 
16:13:19 [2020-07-17T16:13:19.883Z] #2 [internal] load build definition from Dockerfile
16:13:19 [2020-07-17T16:13:19.883Z] #2 transferring dockerfile:
16:13:19 [2020-07-17T16:13:19.883Z] #2 transferring dockerfile: 16.36kB done
16:13:19 [2020-07-17T16:13:19.883Z] #2 DONE 0.0s
16:13:19 [2020-07-17T16:13:19.883Z] 
16:13:19 [2020-07-17T16:13:19.883Z] #3 [internal] load .dockerignore
16:13:19 [2020-07-17T16:13:19.883Z] #3 transferring context: 87B done
16:13:19 [2020-07-17T16:13:19.883Z] #3 DONE 0.0s
16:13:19 [2020-07-17T16:13:19.883Z] 
16:13:19 [2020-07-17T16:13:19.883Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
16:13:19 [2020-07-17T16:13:19.883Z] #4 DONE 0.7s
16:13:19 [2020-07-17T16:13:19.883Z] 
16:13:19 [2020-07-17T16:13:19.883Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
16:13:19 [2020-07-17T16:13:19.883Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
16:13:19 [2020-07-17T16:13:19.883Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
16:13:19 [2020-07-17T16:13:19.883Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done
16:13:19 [2020-07-17T16:13:19.883Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s
16:13:19 [2020-07-17T16:13:19.883Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done
16:13:19 [2020-07-17T16:13:19.883Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 862.64kB / 8.20MB 0.3s
16:13:19 [2020-07-17T16:13:19.883Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done
16:13:19 [2020-07-17T16:13:19.883Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
16:13:19 [2020-07-17T16:13:19.883Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.4s done
16:13:19 [2020-07-17T16:13:19.883Z] #5 DONE 1.0s
16:13:19 [2020-07-17T16:13:19.883Z] 
16:13:19 [2020-07-17T16:13:19.883Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
16:13:19 [2020-07-17T16:13:19.883Z] #7 DONE 0.5s
16:13:19 [2020-07-17T16:13:19.883Z] 
16:13:19 [2020-07-17T16:13:19.883Z] #6 [internal] load metadata for docker.io/library/golang:1.13.13-buster
16:13:19 [2020-07-17T16:13:19.883Z] #6 DONE 0.6s
16:13:19 [2020-07-17T16:13:19.883Z] 
16:13:19 [2020-07-17T16:13:19.883Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:13:19 [2020-07-17T16:13:19.883Z] #8 resolve docker.io/library/golang:1.13.13-buster@sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22 done
16:13:20 [2020-07-17T16:13:20.054Z] Commit message: "Fix #41225"
16:13:20 [2020-07-17T16:13:20.208Z] #39 28.62   CC       compel/arch/s390/plugins/std/parasite-head.o
16:13:20 [2020-07-17T16:13:20.208Z] #39 28.64   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
16:13:20 [2020-07-17T16:13:20.208Z] #39 28.68   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
16:13:20 [2020-07-17T16:13:20.208Z] #39 28.76   AR       compel/plugins/std.lib.a
16:13:20 [2020-07-17T16:13:20.208Z] #39 28.79   CC       compel/plugins/fds/fds.o
16:13:20 [2020-07-17T16:13:20.208Z] #39 29.00   AR       compel/plugins/fds.lib.a
16:13:20 [2020-07-17T16:13:20.502Z] #39 29.04   HOSTDEP  compel/src/lib/log-host.d
16:13:20 [2020-07-17T16:13:20.502Z] #39 29.10   HOSTDEP  compel/src/lib/handle-elf-host.d
16:13:20 [2020-07-17T16:13:20.502Z] #39 29.18   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
16:13:20 [2020-07-17T16:13:20.502Z] #39 29.22   HOSTDEP  compel/src/main-host.d
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 0B / 57.46MB 0.1s
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22 1.86kB / 1.86kB done
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:0cd64aef4141d7b10e52829f272ca1f6aee3eb50f6ad36795b33e42f0fd34eb1 1.79kB / 1.79kB done
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:f20d47578dac00d140fc3d53c44d156ce9101c37f5ba6a5d6690020aafd37165 0B / 156B 0.1s
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:f58013828fc7c9cb6b4ef341fb2e0dc00ee8b64f1669759c68d55f9c7a31e5f2 6.19kB / 6.19kB done
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 0B / 54.14MB 0.1s
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 0B / 10.73MB 0.1s
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 0B / 73.55MB 0.1s
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 0B / 8.25MB 0.1s
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 0B / 96.52MB 0.1s
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:f20d47578dac00d140fc3d53c44d156ce9101c37f5ba6a5d6690020aafd37165 156B / 156B 0.3s done
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 1.80MB / 10.73MB 0.4s
16:13:20 [2020-07-17T16:13:20.676Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 2.73MB / 8.25MB 0.4s
16:13:20 [2020-07-17T16:13:20.795Z] #39 29.31   DEP      compel/src/lib/ptrace.d
16:13:20 [2020-07-17T16:13:20.795Z] #39 29.44   DEP      compel/src/lib/infect.d
16:13:20 [2020-07-17T16:13:20.795Z] #39 29.59   DEP      compel/src/lib/infect-util.d
16:13:21 [2020-07-17T16:13:21.088Z] #39 29.69   DEP      compel/src/lib/infect-rpc.d
16:13:21 [2020-07-17T16:13:21.088Z] #39 29.77   DEP      compel/arch/s390/src/lib/infect.d
16:13:21 [2020-07-17T16:13:21.259Z] + docker version
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 3.18MB / 57.46MB 0.6s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 3.25MB / 54.14MB 0.6s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 2.89MB / 10.73MB 0.6s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 4.77MB / 8.25MB 0.6s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 4.09MB / 10.73MB 0.8s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 4.66MB / 73.55MB 0.8s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 6.74MB / 8.25MB 0.8s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 6.11MB / 96.52MB 0.8s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 9.09MB / 57.46MB 0.9s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 6.90MB / 54.14MB 0.9s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 4.95MB / 10.73MB 0.9s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 8.25MB / 8.25MB 0.9s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 13.06MB / 57.46MB 1.1s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 10.92MB / 54.14MB 1.1s
16:13:21 [2020-07-17T16:13:21.306Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 7.52MB / 10.73MB 1.1s
16:13:21 [2020-07-17T16:13:21.307Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 8.42MB / 73.55MB 1.1s
16:13:21 [2020-07-17T16:13:21.307Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 8.25MB / 8.25MB 0.9s done
16:13:21 [2020-07-17T16:13:21.307Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 14.12MB / 54.14MB 1.2s
16:13:21 [2020-07-17T16:13:21.307Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 9.27MB / 10.73MB 1.2s
16:13:21 [2020-07-17T16:13:21.307Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 11.57MB / 96.52MB 1.2s
16:13:21 [2020-07-17T16:13:21.381Z] #39 29.85   DEP      compel/arch/s390/src/lib/cpu.d
16:13:21 [2020-07-17T16:13:21.381Z] #39 29.87   DEP      compel/src/lib/log.d
16:13:21 [2020-07-17T16:13:21.381Z] #39 29.92   DEP      compel/src/main.d
16:13:21 [2020-07-17T16:13:21.381Z] #39 29.99   DEP      compel/src/lib/handle-elf.d
16:13:21 [2020-07-17T16:13:21.381Z] #39 30.05   DEP      compel/arch/s390/src/lib/handle-elf.d
16:13:21 [2020-07-17T16:13:21.381Z] #39 30.13   CC       compel/src/lib/log.o
16:13:21 [2020-07-17T16:13:21.381Z] #39 30.25   CC       compel/arch/s390/src/lib/cpu.o
16:13:21 [2020-07-17T16:13:21.708Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 17.85MB / 57.46MB 1.4s
16:13:21 [2020-07-17T16:13:21.708Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 17.49MB / 54.14MB 1.4s
16:13:21 [2020-07-17T16:13:21.708Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 10.73MB / 10.73MB 1.4s
16:13:21 [2020-07-17T16:13:21.708Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 12.26MB / 73.55MB 1.4s
16:13:21 [2020-07-17T16:13:21.708Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 10.73MB / 10.73MB 1.4s done
16:13:22 [2020-07-17T16:13:22.017Z] #39 30.43   CC       compel/arch/s390/src/lib/infect.o
16:13:22 [2020-07-17T16:13:22.017Z] #39 ...
16:13:22 [2020-07-17T16:13:22.017Z] 
16:13:22 [2020-07-17T16:13:22.017Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:13:22 [2020-07-17T16:13:22.017Z] #54 68.62 + for f in rootlesskit rootlesskit-docker-proxy
16:13:22 [2020-07-17T16:13:22.310Z] #54 68.62 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
16:13:22 [2020-07-17T16:13:22.495Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 21.57MB / 57.46MB 1.6s
16:13:22 [2020-07-17T16:13:22.495Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 21.45MB / 54.14MB 1.6s
16:13:22 [2020-07-17T16:13:22.495Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 19.07MB / 96.52MB 1.6s
16:13:22 [2020-07-17T16:13:22.495Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 24.78MB / 57.46MB 1.9s
16:13:22 [2020-07-17T16:13:22.495Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 25.50MB / 54.14MB 1.9s
16:13:22 [2020-07-17T16:13:22.495Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 17.22MB / 73.55MB 1.9s
16:13:22 [2020-07-17T16:13:22.495Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 28.85MB / 54.14MB 2.2s
16:13:22 [2020-07-17T16:13:22.495Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 24.71MB / 96.52MB 2.2s
16:13:22 [2020-07-17T16:13:22.963Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 28.60MB / 57.46MB 2.4s
16:13:22 [2020-07-17T16:13:22.963Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 21.31MB / 73.55MB 2.4s
16:13:22 [2020-07-17T16:13:22.963Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 31.90MB / 54.14MB 2.6s
16:13:23 [2020-07-17T16:13:23.415Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 31.93MB / 57.46MB 2.8s
16:13:23 [2020-07-17T16:13:23.415Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 35.45MB / 54.14MB 2.8s
16:13:23 [2020-07-17T16:13:23.415Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 25.70MB / 73.55MB 2.8s
16:13:23 [2020-07-17T16:13:23.415Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 30.95MB / 96.52MB 2.8s
16:13:23 [2020-07-17T16:13:23.415Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 39.17MB / 54.14MB 3.2s
16:13:23 [2020-07-17T16:13:23.780Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 35.49MB / 57.46MB 3.3s
16:13:23 [2020-07-17T16:13:23.780Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 29.64MB / 73.55MB 3.3s
16:13:23 [2020-07-17T16:13:23.780Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 42.45MB / 54.14MB 3.4s
16:13:23 [2020-07-17T16:13:23.780Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 36.01MB / 96.52MB 3.4s
16:13:24 [2020-07-17T16:13:24.102Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 39.23MB / 57.46MB 3.7s
16:13:24 [2020-07-17T16:13:24.102Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 45.46MB / 54.14MB 3.7s
16:13:24 [2020-07-17T16:13:24.102Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 33.95MB / 73.55MB 3.7s
16:13:24 [2020-07-17T16:13:24.387Z] #54 ...
16:13:24 [2020-07-17T16:13:24.387Z] 
16:13:24 [2020-07-17T16:13:24.387Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:13:24 [2020-07-17T16:13:24.387Z] #10 60.64 Selecting previously unselected package g++-mingw-w64-x86-64.
16:13:24 [2020-07-17T16:13:24.387Z] #10 60.65 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 60.65 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.70 Selecting previously unselected package libapparmor1:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.70 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.73 Unpacking libapparmor1:s390x (2.13.2-10) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.80 Selecting previously unselected package libapparmor-dev:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.80 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.80 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.92 Selecting previously unselected package libbtrfs0.
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.92 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.92 Unpacking libbtrfs0 (4.20.1-2) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.97 Selecting previously unselected package libbtrfs-dev.
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.97 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 69.97 Unpacking libbtrfs-dev (4.20.1-2) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.05 Selecting previously unselected package libdevmapper-event1.02.1:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.05 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.05 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.08 Selecting previously unselected package libudev-dev:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.08 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.08 Unpacking libudev-dev:s390x (241-7~deb10u4) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.20 Selecting previously unselected package libsepol1-dev:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.20 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.20 Unpacking libsepol1-dev:s390x (2.8-1) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.39 Selecting previously unselected package libpcre16-3:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.39 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.40 Unpacking libpcre16-3:s390x (2:8.39-12) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.49 Selecting previously unselected package libpcre32-3:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.49 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.49 Unpacking libpcre32-3:s390x (2:8.39-12) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.64 Selecting previously unselected package libpcrecpp0v5:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.65 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.65 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.71 Selecting previously unselected package libpcre3-dev:s390x.
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.71 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 70.71 Unpacking libpcre3-dev:s390x (2:8.39-12) ...
16:13:24 [2020-07-17T16:13:24.387Z] #10 ...
16:13:24 [2020-07-17T16:13:24.387Z] 
16:13:24 [2020-07-17T16:13:24.387Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:24 [2020-07-17T16:13:24.387Z] #39 30.88   CC       compel/src/lib/infect-rpc.o
16:13:24 [2020-07-17T16:13:24.387Z] #39 31.04   CC       compel/src/lib/infect-util.o
16:13:24 [2020-07-17T16:13:24.387Z] #39 31.27   CC       compel/src/lib/infect.o
16:13:24 [2020-07-17T16:13:24.387Z] #39 32.21   CC       compel/src/lib/ptrace.o
16:13:24 [2020-07-17T16:13:24.387Z] #39 32.51   AR       compel/libcompel.a
16:13:24 [2020-07-17T16:13:24.387Z] #39 32.55   HOSTCC   compel/src/main-host.o
16:13:24 [2020-07-17T16:13:24.387Z] #39 32.80   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
16:13:24 [2020-07-17T16:13:24.387Z] #39 32.87   HOSTCC   compel/src/lib/handle-elf-host.o
16:13:24 [2020-07-17T16:13:24.387Z] #39 33.05   HOSTCC   compel/src/lib/log-host.o
16:13:24 [2020-07-17T16:13:24.471Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 42.60MB / 57.46MB 4.1s
16:13:24 [2020-07-17T16:13:24.471Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 48.36MB / 54.14MB 4.1s
16:13:24 [2020-07-17T16:13:24.471Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 41.64MB / 96.52MB 4.1s
16:13:24 [2020-07-17T16:13:24.471Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 46.94MB / 57.46MB 4.3s
16:13:24 [2020-07-17T16:13:24.471Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 40.55MB / 73.55MB 4.3s
16:13:24 [2020-07-17T16:13:24.680Z] #39 33.24   HOSTLINK compel/compel-host-bin
16:13:24 [2020-07-17T16:13:24.680Z] #39 33.30   DEP      soccr/soccr.d
16:13:24 [2020-07-17T16:13:24.680Z] #39 33.38   CC       soccr/soccr.o
16:13:24 [2020-07-17T16:13:24.842Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 51.75MB / 54.14MB 4.5s
16:13:24 [2020-07-17T16:13:24.842Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 51.03MB / 57.46MB 4.6s
16:13:25 [2020-07-17T16:13:25.149Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 45.77MB / 73.55MB 4.8s
16:13:25 [2020-07-17T16:13:25.149Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 47.76MB / 96.52MB 4.8s
16:13:25 [2020-07-17T16:13:25.149Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 54.22MB / 57.46MB 4.9s
16:13:25 [2020-07-17T16:13:25.149Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 54.14MB / 54.14MB 4.8s done
16:13:25 [2020-07-17T16:13:25.315Z] #39 34.15   AR       soccr/libsoccr.a
16:13:25 [2020-07-17T16:13:25.448Z] #8 ...
16:13:25 [2020-07-17T16:13:25.448Z] 
16:13:25 [2020-07-17T16:13:25.448Z] #21 [internal] load build context
16:13:25 [2020-07-17T16:13:25.449Z] #21 transferring context: 51.31MB 5.3s done
16:13:25 [2020-07-17T16:13:25.449Z] #21 DONE 5.4s
16:13:25 [2020-07-17T16:13:25.449Z] 
16:13:25 [2020-07-17T16:13:25.449Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:13:25 [2020-07-17T16:13:25.449Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 51.85MB / 73.55MB 5.1s
16:13:25 [2020-07-17T16:13:25.449Z] #8 ...
16:13:25 [2020-07-17T16:13:25.449Z] 
16:13:25 [2020-07-17T16:13:25.449Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
16:13:25 [2020-07-17T16:13:25.449Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
16:13:25 [2020-07-17T16:13:25.449Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
16:13:25 [2020-07-17T16:13:25.449Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.7s done
16:13:25 [2020-07-17T16:13:25.449Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
16:13:25 [2020-07-17T16:13:25.449Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
16:13:25 [2020-07-17T16:13:25.609Z] #39 34.17 make[1]: 'soccr/libsoccr.a' is up to date.
16:13:25 [2020-07-17T16:13:25.609Z] #39 34.31   DEP      criu/arch/s390/sigframe.d
16:13:25 [2020-07-17T16:13:25.609Z] #39 34.40   DEP      criu/arch/s390/crtools.d
16:13:25 [2020-07-17T16:13:25.751Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 1.8s done
16:13:25 [2020-07-17T16:13:25.902Z] #39 34.52   DEP      criu/arch/s390/cpu.d
16:13:25 [2020-07-17T16:13:25.902Z] #39 ...
16:13:25 [2020-07-17T16:13:25.902Z] 
16:13:25 [2020-07-17T16:13:25.902Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:13:25 [2020-07-17T16:13:25.902Z] #10 70.96 Selecting previously unselected package libselinux1-dev:s390x.
16:13:25 [2020-07-17T16:13:25.902Z] #10 70.98 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ...
16:13:25 [2020-07-17T16:13:25.902Z] #10 70.98 Unpacking libselinux1-dev:s390x (2.8-1+b1) ...
16:13:25 [2020-07-17T16:13:25.902Z] #10 71.27 Selecting previously unselected package libdevmapper-dev:s390x.
16:13:25 [2020-07-17T16:13:25.902Z] #10 71.27 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ...
16:13:25 [2020-07-17T16:13:25.902Z] #10 71.28 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ...
16:13:25 [2020-07-17T16:13:25.902Z] #10 71.34 Selecting previously unselected package libseccomp-dev:s390x.
16:13:25 [2020-07-17T16:13:25.902Z] #10 71.34 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ...
16:13:25 [2020-07-17T16:13:25.902Z] #10 71.34 Unpacking libseccomp-dev:s390x (2.3.3-4) ...
16:13:25 [2020-07-17T16:13:25.902Z] #10 71.43 Selecting previously unselected package libsystemd-dev:s390x.
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.44 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.44 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.78 Setting up libpcrecpp0v5:s390x (2:8.39-12) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.79 Setting up libseccomp-dev:s390x (2.3.3-4) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.80 Setting up libapparmor1:s390x (2.13.2-10) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.81 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.81 Setting up libpcre16-3:s390x (2:8.39-12) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.82 Setting up libsepol1-dev:s390x (2.8-1) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.83 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.83 Setting up libbtrfs0 (4.20.1-2) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.84 Setting up libpcre32-3:s390x (2:8.39-12) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.85 Setting up libudev-dev:s390x (241-7~deb10u4) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.86 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.87 Setting up libbtrfs-dev (4.20.1-2) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.87 Setting up libapparmor-dev:s390x (2.13.2-10) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.88 Setting up mingw-w64-common (6.0.0-3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.89 Setting up libsystemd-dev:s390x (241-7~deb10u4) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.89 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.90 Setting up libpcre3-dev:s390x (2:8.39-12) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.91 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.91 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
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.92 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
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.92 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.93 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
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.93 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
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.93 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.94 Setting up libselinux1-dev:s390x (2.8-1+b1) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.95 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.96 Setting up dmsetup (2:1.02.155-3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.96 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.97 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 71.98 Processing triggers for libc-bin (2.28-10) ...
16:13:25 [2020-07-17T16:13:25.903Z] #10 DONE 72.4s
16:13:25 [2020-07-17T16:13:25.903Z] 
16:13:25 [2020-07-17T16:13:25.903Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:25 [2020-07-17T16:13:25.903Z] #39 34.67   CC       criu/arch/s390/cpu.o
16:13:26 [2020-07-17T16:13:26.090Z] #59 DONE 5.9s
16:13:26 [2020-07-17T16:13:26.090Z] 
16:13:26 [2020-07-17T16:13:26.090Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:13:26 [2020-07-17T16:13:26.090Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 57.46MB / 57.46MB 5.2s done
16:13:26 [2020-07-17T16:13:26.090Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 67.02MB / 73.55MB 5.7s
16:13:26 [2020-07-17T16:13:26.090Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 59.34MB / 96.52MB 5.7s
16:13:26 [2020-07-17T16:13:26.398Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 73.17MB / 73.55MB 6.0s
16:13:26 [2020-07-17T16:13:26.398Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 66.10MB / 96.52MB 6.0s
16:13:26 [2020-07-17T16:13:26.398Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 73.55MB / 73.55MB 6.1s done
16:13:26 [2020-07-17T16:13:26.398Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 71.24MB / 96.52MB 6.1s
16:13:26 [2020-07-17T16:13:26.543Z] #39 35.10   CC       criu/arch/s390/crtools.o
16:13:26 [2020-07-17T16:13:26.543Z] #39 ...
16:13:26 [2020-07-17T16:13:26.543Z] 
16:13:26 [2020-07-17T16:13:26.543Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:13:26 [2020-07-17T16:13:26.543Z] #54 DONE 73.1s
16:13:26 [2020-07-17T16:13:26.859Z] 
16:13:26 [2020-07-17T16:13:26.859Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:13:26 [2020-07-17T16:13:26.859Z] #55 DONE 0.1s
16:13:26 [2020-07-17T16:13:26.859Z] 
16:13:26 [2020-07-17T16:13:26.859Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:13:26 [2020-07-17T16:13:26.859Z] #56 DONE 0.1s
16:13:26 [2020-07-17T16:13:26.859Z] 
16:13:26 [2020-07-17T16:13:26.859Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:13:26 [2020-07-17T16:13:26.859Z] #41 65.03 vendor/golang.org/x/net/idna
16:13:26 [2020-07-17T16:13:26.859Z] #41 66.02 vendor/golang.org/x/net/http2/hpack
16:13:26 [2020-07-17T16:13:26.859Z] #41 66.94 mime
16:13:26 [2020-07-17T16:13:26.859Z] #41 68.01 mime/quotedprintable
16:13:26 [2020-07-17T16:13:26.859Z] #41 68.24 net/http/internal
16:13:26 [2020-07-17T16:13:26.859Z] #41 69.89 crypto/x509
16:13:26 [2020-07-17T16:13:26.859Z] #41 69.89 net/textproto
16:13:26 [2020-07-17T16:13:26.859Z] #41 70.50 vendor/golang.org/x/net/http/httpguts
16:13:26 [2020-07-17T16:13:26.859Z] #41 70.65 vendor/golang.org/x/net/http/httpproxy
16:13:26 [2020-07-17T16:13:26.859Z] #41 71.19 mime/multipart
16:13:26 [2020-07-17T16:13:26.859Z] #41 72.41 crypto/tls
16:13:26 [2020-07-17T16:13:26.952Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 77.95MB / 96.52MB 6.3s
16:13:26 [2020-07-17T16:13:26.952Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 84.58MB / 96.52MB 6.4s
16:13:26 [2020-07-17T16:13:26.952Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 90.87MB / 96.52MB 6.6s
16:13:26 [2020-07-17T16:13:26.952Z] #8 sha256:bcc20a2e7742f9dbc6691f5644df643d477eb68d454cc9ef0c5eb79c3d04ccc1 96.52MB / 96.52MB 6.8s done
16:13:27 [2020-07-17T16:13:27.255Z] #8 unpacking docker.io/library/golang:1.13.13-buster@sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22
16:13:27 [2020-07-17T16:13:27.509Z] #41 ...
16:13:27 [2020-07-17T16:13:27.509Z] 
16:13:27 [2020-07-17T16:13:27.509Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:27 [2020-07-17T16:13:27.509Z] #39 35.94   CC       criu/arch/s390/sigframe.o
16:13:27 [2020-07-17T16:13:27.509Z] #39 36.15   LINK     criu/arch/s390/crtools.built-in.o
16:13:27 [2020-07-17T16:13:27.509Z] #39 36.23   DEP      criu/pie/util-vdso.d
16:13:27 [2020-07-17T16:13:27.509Z] #39 36.35   DEP      criu/pie/util.d
16:13:27 [2020-07-17T16:13:27.801Z] #39 36.47   CC       criu/pie/util.o
16:13:28 [2020-07-17T16:13:28.095Z] #39 36.73   CC       criu/pie/util-vdso.o
16:13:28 [2020-07-17T16:13:28.388Z] #39 37.01   AR       criu/pie/pie.lib.a
16:13:28 [2020-07-17T16:13:28.388Z] #39 37.04   DEP      criu/pie/restorer.d
16:13:28 [2020-07-17T16:13:28.388Z] #39 37.20   DEP      criu/arch/s390/restorer.d
16:13:28 [2020-07-17T16:13:28.682Z] #39 ...
16:13:28 [2020-07-17T16:13:28.682Z] 
16:13:28 [2020-07-17T16:13:28.682Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
16:13:28 [2020-07-17T16:13:28.682Z] #11 DONE 2.7s
16:13:28 [2020-07-17T16:13:28.682Z] 
16:13:28 [2020-07-17T16:13:28.682Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:28 [2020-07-17T16:13:28.682Z] #39 37.39   DEP      criu/arch/s390/vdso-pie.d
16:13:28 [2020-07-17T16:13:28.682Z] #39 37.50   DEP      criu/pie/parasite-vdso.d
16:13:28 [2020-07-17T16:13:28.976Z] #39 37.65   DEP      criu/pie/parasite.d
16:13:29 [2020-07-17T16:13:29.270Z] #39 37.94   CC       criu/pie/parasite.o
16:13:30 [2020-07-17T16:13:30.309Z] #39 38.81   LINK     criu/pie/parasite.built-in.o
16:13:30 [2020-07-17T16:13:30.309Z] #39 ...
16:13:30 [2020-07-17T16:13:30.309Z] 
16:13:30 [2020-07-17T16:13:30.309Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
16:13:30 [2020-07-17T16:13:30.309Z] #12 DONE 1.6s
16:13:30 [2020-07-17T16:13:30.309Z] 
16:13:30 [2020-07-17T16:13:30.309Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:30 [2020-07-17T16:13:30.309Z] #39 38.82   GEN      criu/pie/parasite-blob.h
16:13:30 [2020-07-17T16:13:30.309Z] #39 38.84   CC       criu/pie/parasite-vdso.o
16:13:30 [2020-07-17T16:13:30.945Z] #39 39.42   CC       criu/arch/s390/vdso-pie.o
16:13:30 [2020-07-17T16:13:30.945Z] #39 39.61   CC       criu/arch/s390/restorer.o
16:13:31 [2020-07-17T16:13:31.238Z] #39 39.79   CC       criu/pie/restorer.o
16:13:31 [2020-07-17T16:13:31.874Z] #39 ...
16:13:31 [2020-07-17T16:13:31.874Z] 
16:13:31 [2020-07-17T16:13:31.874Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
16:13:31 [2020-07-17T16:13:31.874Z] #13 1.227 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:13:31 [2020-07-17T16:13:31.874Z] #13 DONE 1.4s
16:13:31 [2020-07-17T16:13:31.874Z] 
16:13:31 [2020-07-17T16:13:31.874Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
16:13:33 [2020-07-17T16:13:33.391Z] #14 DONE 1.5s
16:13:33 [2020-07-17T16:13:33.391Z] 
16:13:33 [2020-07-17T16:13:33.391Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:33 [2020-07-17T16:13:33.391Z] #39 41.58   LINK     criu/pie/restorer.built-in.o
16:13:33 [2020-07-17T16:13:33.391Z] #39 41.60   GEN      criu/pie/restorer-blob.h
16:13:33 [2020-07-17T16:13:33.391Z] #39 41.66   DEP      criu/vdso.d
16:13:33 [2020-07-17T16:13:33.391Z] #39 41.83   DEP      criu/uts_ns.d
16:13:33 [2020-07-17T16:13:33.391Z] #39 41.93   DEP      criu/util.d
16:13:33 [2020-07-17T16:13:33.391Z] #39 42.11   DEP      criu/uffd.d
16:13:33 [2020-07-17T16:13:33.516Z] Client: Docker Engine - Community
16:13:33 [2020-07-17T16:13:33.516Z]  Version:           19.03.12
16:13:33 [2020-07-17T16:13:33.516Z]  API version:       1.40
16:13:33 [2020-07-17T16:13:33.516Z]  Go version:        go1.13.10
16:13:33 [2020-07-17T16:13:33.516Z]  Git commit:        48a6621
16:13:33 [2020-07-17T16:13:33.516Z]  Built:             Mon Jun 22 15:46:32 2020
16:13:33 [2020-07-17T16:13:33.516Z]  OS/Arch:           linux/arm64
16:13:33 [2020-07-17T16:13:33.516Z]  Experimental:      false
16:13:33 [2020-07-17T16:13:33.516Z] 
16:13:33 [2020-07-17T16:13:33.516Z] Server: Docker Engine - Community
16:13:33 [2020-07-17T16:13:33.516Z]  Engine:
16:13:33 [2020-07-17T16:13:33.516Z]   Version:          19.03.12
16:13:33 [2020-07-17T16:13:33.516Z]   API version:      1.40 (minimum version 1.12)
16:13:33 [2020-07-17T16:13:33.516Z]   Go version:       go1.13.10
16:13:33 [2020-07-17T16:13:33.516Z]   Git commit:       48a6621
16:13:33 [2020-07-17T16:13:33.516Z]   Built:            Mon Jun 22 15:45:04 2020
16:13:33 [2020-07-17T16:13:33.516Z]   OS/Arch:          linux/arm64
16:13:33 [2020-07-17T16:13:33.516Z]   Experimental:     true
16:13:33 [2020-07-17T16:13:33.516Z]  containerd:
16:13:33 [2020-07-17T16:13:33.516Z]   Version:          1.2.13
16:13:33 [2020-07-17T16:13:33.516Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
16:13:33 [2020-07-17T16:13:33.516Z]  runc:
16:13:33 [2020-07-17T16:13:33.516Z]   Version:          1.0.0-rc10
16:13:33 [2020-07-17T16:13:33.516Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:13:33 [2020-07-17T16:13:33.516Z]  docker-init:
16:13:33 [2020-07-17T16:13:33.516Z]   Version:          0.18.0
16:13:33 [2020-07-17T16:13:33.516Z]   GitCommit:        fec3683
[Pipeline] sh
16:13:33 [2020-07-17T16:13:33.688Z] #39 42.29   DEP      criu/tun.d
16:13:33 [2020-07-17T16:13:33.688Z] #39 42.40   DEP      criu/tty.d
16:13:33 [2020-07-17T16:13:33.840Z] + docker info
16:13:33 [2020-07-17T16:13:33.986Z] #39 42.58   DEP      criu/timerfd.d
16:13:33 [2020-07-17T16:13:33.986Z] #39 42.72   DEP      criu/timens.d
16:13:33 [2020-07-17T16:13:33.986Z] #39 42.81   DEP      criu/sysfs_parse.d
16:13:34 [2020-07-17T16:13:34.280Z] #39 42.91   DEP      criu/sysctl.d
16:13:34 [2020-07-17T16:13:34.280Z] #39 42.97   DEP      criu/string.d
16:13:34 [2020-07-17T16:13:34.280Z] #39 42.99   DEP      criu/stats.d
16:13:34 [2020-07-17T16:13:34.280Z] #39 43.06   DEP      criu/sockets.d
16:13:34 [2020-07-17T16:13:34.573Z] #39 43.29   DEP      criu/sk-unix.d
16:13:34 [2020-07-17T16:13:34.867Z] #39 ...
16:13:34 [2020-07-17T16:13:34.867Z] 
16:13:34 [2020-07-17T16:13:34.867Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
16:13:34 [2020-07-17T16:13:34.867Z] #15 DONE 1.6s
16:13:34 [2020-07-17T16:13:34.867Z] 
16:13:34 [2020-07-17T16:13:34.867Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:34 [2020-07-17T16:13:34.867Z] #39 43.47   DEP      criu/sk-tcp.d
16:13:35 [2020-07-17T16:13:35.162Z] #39 43.65   DEP      criu/sk-queue.d
16:13:35 [2020-07-17T16:13:35.162Z] #39 43.78   DEP      criu/sk-packet.d
16:13:35 [2020-07-17T16:13:35.455Z] #39 44.00   DEP      criu/sk-netlink.d
16:13:35 [2020-07-17T16:13:35.455Z] #39 44.09   DEP      criu/sk-inet.d
16:13:35 [2020-07-17T16:13:35.455Z] #39 44.18   DEP      criu/signalfd.d
16:13:35 [2020-07-17T16:13:35.455Z] #39 44.27   DEP      criu/sigframe.d
16:13:35 [2020-07-17T16:13:35.455Z] #39 44.32   DEP      criu/shmem.d
16:13:35 [2020-07-17T16:13:35.750Z] #39 44.39   DEP      criu/servicefd.d
16:13:35 [2020-07-17T16:13:35.750Z] #39 44.47   DEP      criu/seize.d
16:13:35 [2020-07-17T16:13:35.750Z] #39 44.53   DEP      criu/seccomp.d
16:13:36 [2020-07-17T16:13:36.043Z] #39 44.65   DEP      criu/rst-malloc.d
16:13:36 [2020-07-17T16:13:36.043Z] #39 44.71   DEP      criu/rbtree.d
16:13:36 [2020-07-17T16:13:36.043Z] #39 44.75   DEP      criu/pstree.d
16:13:36 [2020-07-17T16:13:36.043Z] #39 ...
16:13:36 [2020-07-17T16:13:36.043Z] 
16:13:36 [2020-07-17T16:13:36.043Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.186 + RM_GOPATH=0
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.186 + TMP_GOPATH=
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.186 + : /build
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.186 + '[' -z '' ']'
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.187 ++ mktemp -d
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.188 + export GOPATH=/tmp/tmp.cw8xhf3c6T
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.188 + GOPATH=/tmp/tmp.cw8xhf3c6T
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.188 + RM_GOPATH=1
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.188 + case "$(go env GOARCH)" in
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.188 ++ go env GOARCH
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.191 + export GO_BUILDMODE=-buildmode=pie
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.191 + GO_BUILDMODE=-buildmode=pie
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.191 ++ dirname /tmp/install/install.sh
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.192 + dir=/tmp/install
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.192 + bin=runc
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.192 + shift
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.192 + '[' '!' -f /tmp/install/runc.installer ']'
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.192 + . /tmp/install/runc.installer
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.192 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.192 + install_runc
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.193 + grep -q '^3\.10\.0.*\.el7\.'
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.193 + uname -r
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.203 + RUNC_BUILDTAGS='seccomp apparmor selinux '
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.203 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )'
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.203 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.203 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.cw8xhf3c6T/src/github.com/opencontainers/runc
16:13:36 [2020-07-17T16:13:36.043Z] #49 2.210 Cloning into '/tmp/tmp.cw8xhf3c6T/src/github.com/opencontainers/runc'...
16:13:36 [2020-07-17T16:13:36.043Z] #49 6.210 + cd /tmp/tmp.cw8xhf3c6T/src/github.com/opencontainers/runc
16:13:36 [2020-07-17T16:13:36.043Z] #49 6.210 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2
16:13:36 [2020-07-17T16:13:36.043Z] #49 6.543 + '[' -z '' ']'
16:13:36 [2020-07-17T16:13:36.043Z] #49 6.543 + target=static
16:13:36 [2020-07-17T16:13:36.043Z] #49 6.544 + make 'BUILDTAGS=seccomp apparmor selinux ' static
16:13:36 [2020-07-17T16:13:36.043Z] #49 6.616 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc .
16:13:36 [2020-07-17T16:13:36.043Z] #49 ...
16:13:36 [2020-07-17T16:13:36.043Z] 
16:13:36 [2020-07-17T16:13:36.043Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:36 [2020-07-17T16:13:36.043Z] #39 44.85   DEP      criu/protobuf.d
16:13:36 [2020-07-17T16:13:36.338Z] #39 ...
16:13:36 [2020-07-17T16:13:36.338Z] 
16:13:36 [2020-07-17T16:13:36.338Z] #16 [dev-systemd-false  6/26] RUN ldconfig
16:13:36 [2020-07-17T16:13:36.338Z] #16 DONE 1.5s
16:13:36 [2020-07-17T16:13:36.338Z] 
16:13:36 [2020-07-17T16:13:36.338Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:36 [2020-07-17T16:13:36.338Z] #39 44.96   GEN      criu/protobuf-desc-gen.h
16:13:37 [2020-07-17T16:13:37.386Z] #39 46.03   DEP      criu/protobuf-desc.d
16:13:37 [2020-07-17T16:13:37.386Z] #39 46.17   DEP      criu/proc_parse.d
16:13:37 [2020-07-17T16:13:37.679Z] #39 46.32   DEP      criu/plugin.d
16:13:37 [2020-07-17T16:13:37.679Z] #39 46.40   DEP      criu/pipes.d
16:13:37 [2020-07-17T16:13:37.679Z] #39 46.52   DEP      criu/pie-util.d
16:13:37 [2020-07-17T16:13:37.972Z] #39 46.57   DEP      criu/pie-util-vdso.d
16:13:37 [2020-07-17T16:13:37.972Z] #39 46.64   DEP      criu/path.d
16:13:37 [2020-07-17T16:13:37.972Z] #39 46.72   DEP      criu/parasite-syscall.d
16:13:38 [2020-07-17T16:13:38.266Z] #39 46.82   DEP      criu/pagemap.d
16:13:38 [2020-07-17T16:13:38.266Z] #39 46.90   DEP      criu/pagemap-cache.d
16:13:38 [2020-07-17T16:13:38.266Z] #39 47.03   DEP      criu/page-xfer.d
16:13:38 [2020-07-17T16:13:38.560Z] #39 47.18   DEP      criu/page-pipe.d
16:13:38 [2020-07-17T16:13:38.560Z] #39 47.23   DEP      criu/netfilter.d
16:13:38 [2020-07-17T16:13:38.853Z] #39 47.34   DEP      criu/net.d
16:13:38 [2020-07-17T16:13:38.853Z] #39 47.46   DEP      criu/namespaces.d
16:13:38 [2020-07-17T16:13:38.853Z] #39 47.60   DEP      criu/mount.d
16:13:39 [2020-07-17T16:13:39.146Z] #39 47.76   DEP      criu/memfd.d
16:13:39 [2020-07-17T16:13:39.146Z] #39 47.85   DEP      criu/mem.d
16:13:39 [2020-07-17T16:13:39.146Z] #39 47.97   DEP      criu/lsm.d
16:13:39 [2020-07-17T16:13:39.439Z] #39 48.07   DEP      criu/log.d
16:13:39 [2020-07-17T16:13:39.439Z] #39 48.13   DEP      criu/libnetlink.d
16:13:39 [2020-07-17T16:13:39.439Z] #39 48.26   DEP      criu/kerndat.d
16:13:39 [2020-07-17T16:13:39.732Z] #39 48.45   DEP      criu/kcmp-ids.d
16:13:39 [2020-07-17T16:13:39.732Z] #39 48.54   DEP      criu/irmap.d
16:13:40 [2020-07-17T16:13:40.026Z] #39 48.61   DEP      criu/ipc_ns.d
16:13:40 [2020-07-17T16:13:40.026Z] #39 48.80   DEP      criu/image.d
16:13:40 [2020-07-17T16:13:40.320Z] #39 48.90   DEP      criu/image-desc.d
16:13:40 [2020-07-17T16:13:40.320Z] #39 48.96   DEP      criu/fsnotify.d
16:13:40 [2020-07-17T16:13:40.613Z] #39 49.14   DEP      criu/filesystems.d
16:13:40 [2020-07-17T16:13:40.613Z] #39 49.24   DEP      criu/files.d
16:13:40 [2020-07-17T16:13:40.613Z] #39 49.37   DEP      criu/files-reg.d
16:13:40 [2020-07-17T16:13:40.906Z] #39 49.47   DEP      criu/files-ext.d
16:13:40 [2020-07-17T16:13:40.906Z] #39 49.60   DEP      criu/file-lock.d
16:13:41 [2020-07-17T16:13:41.200Z] #39 49.77   DEP      criu/file-ids.d
16:13:41 [2020-07-17T16:13:41.200Z] #39 49.91   DEP      criu/fifo.d
16:13:41 [2020-07-17T16:13:41.493Z] #39 50.03   DEP      criu/fdstore.d
16:13:41 [2020-07-17T16:13:41.493Z] #39 ...
16:13:41 [2020-07-17T16:13:41.493Z] 
16:13:41 [2020-07-17T16:13:41.493Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:13:41 [2020-07-17T16:13:41.493Z] #41 77.86 net/http/httptrace
16:13:41 [2020-07-17T16:13:41.493Z] #41 77.99 net/http
16:13:41 [2020-07-17T16:13:41.493Z] #41 85.10 github.com/LK4D4/vndr/godl
16:13:41 [2020-07-17T16:13:41.493Z] #41 85.59 github.com/LK4D4/vndr
16:13:41 [2020-07-17T16:13:41.493Z] #41 ...
16:13:41 [2020-07-17T16:13:41.493Z] 
16:13:41 [2020-07-17T16:13:41.493Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:41 [2020-07-17T16:13:41.493Z] #39 50.12   DEP      criu/fault-injection.d
16:13:41 [2020-07-17T16:13:41.493Z] #39 50.15   DEP      criu/external.d
16:13:41 [2020-07-17T16:13:41.493Z] #39 50.23   DEP      criu/eventpoll.d
16:13:41 [2020-07-17T16:13:41.493Z] #39 50.30   DEP      criu/eventfd.d
16:13:41 [2020-07-17T16:13:41.493Z] #39 50.36   DEP      criu/crtools.d
16:13:41 [2020-07-17T16:13:41.786Z] #39 50.45   DEP      criu/cr-service.d
16:13:41 [2020-07-17T16:13:41.786Z] #39 50.65   DEP      criu/cr-restore.d
16:13:42 [2020-07-17T16:13:42.079Z] #39 50.83   DEP      criu/cr-errno.d
16:13:42 [2020-07-17T16:13:42.079Z] #39 50.84   DEP      criu/cr-dump.d
16:13:42 [2020-07-17T16:13:42.373Z] #39 51.06   DEP      criu/cr-dedup.d
16:13:42 [2020-07-17T16:13:42.544Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:13:42 [2020-07-17T16:13:42.544Z] 
16:13:42 [2020-07-17T16:13:42.544Z] + TEST_INTEGRATION_DEST=2
16:13:42 [2020-07-17T16:13:42.544Z] + CONTAINER_NAME=docker-pr2-2
16:13:42 [2020-07-17T16:13:42.544Z] + TEST_SKIP_INTEGRATION=1
16:13:42 [2020-07-17T16:13:42.544Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
16:13:42 [2020-07-17T16:13:42.544Z] + run_tests
16:13:42 [2020-07-17T16:13:42.544Z] + c=0
16:13:42 [2020-07-17T16:13:42.544Z] + '[' -n 0 ']'
16:13:42 [2020-07-17T16:13:42.544Z] + rm=
16:13:42 [2020-07-17T16:13:42.544Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41226/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh '' test-integration
16:13:42 [2020-07-17T16:13:42.544Z] + TEST_INTEGRATION_DEST=1
16:13:42 [2020-07-17T16:13:42.544Z] + CONTAINER_NAME=docker-pr2-1
16:13:42 [2020-07-17T16:13:42.544Z] + TEST_SKIP_INTEGRATION_CLI=1
16:13:42 [2020-07-17T16:13:42.544Z] + run_tests test-integration-flaky
16:13:42 [2020-07-17T16:13:42.544Z] + '[' -n 0 ']'
16:13:42 [2020-07-17T16:13:42.544Z] + rm=
16:13:42 [2020-07-17T16:13:42.544Z] + TEST_INTEGRATION_DEST=3
16:13:42 [2020-07-17T16:13:42.544Z] + CONTAINER_NAME=docker-pr2-3
16:13:42 [2020-07-17T16:13:42.544Z] + TEST_SKIP_INTEGRATION=1
16:13:42 [2020-07-17T16:13:42.544Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
16:13:42 [2020-07-17T16:13:42.544Z] + run_tests
16:13:42 [2020-07-17T16:13:42.544Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41226/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh test-integration-flaky test-integration
16:13:42 [2020-07-17T16:13:42.544Z] + '[' -n 0 ']'
16:13:42 [2020-07-17T16:13:42.544Z] + rm=
16:13:42 [2020-07-17T16:13:42.544Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41226/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh '' test-integration
16:13:42 [2020-07-17T16:13:42.544Z] ++ jobs -p
16:13:42 [2020-07-17T16:13:42.544Z] + for job in $(jobs -p)
16:13:42 [2020-07-17T16:13:42.544Z] + wait 31960
16:13:42 [2020-07-17T16:13:42.544Z] 
16:13:42 [2020-07-17T16:13:42.544Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
16:13:42 [2020-07-17T16:13:42.544Z] 
16:13:42 [2020-07-17T16:13:42.544Z] 
16:13:42 [2020-07-17T16:13:42.544Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:13:42 [2020-07-17T16:13:42.544Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:13:42 [2020-07-17T16:13:42.544Z] HOSTNAME=8ebb21fc8a50
16:13:42 [2020-07-17T16:13:42.544Z] TEST_SKIP_INTEGRATION=1
16:13:42 [2020-07-17T16:13:42.544Z] TESTDEBUG=0
16:13:42 [2020-07-17T16:13:42.544Z] DEST=bundles/test-integration
16:13:42 [2020-07-17T16:13:42.544Z] PWD=/go/src/github.com/docker/docker
16:13:42 [2020-07-17T16:13:42.544Z] KEEPBUNDLE=1
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76
16:13:42 [2020-07-17T16:13:42.544Z] container=docker
16:13:42 [2020-07-17T16:13:42.544Z] HOME=/root
16:13:42 [2020-07-17T16:13:42.544Z] GOLANG_VERSION=1.13.13
16:13:42 [2020-07-17T16:13:42.544Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:13:42 [2020-07-17T16:13:42.544Z] VALIDATE_BRANCH=master
16:13:42 [2020-07-17T16:13:42.544Z] TERM=xterm
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_PKG=github.com/docker/docker
16:13:42 [2020-07-17T16:13:42.544Z] SHLVL=1
16:13:42 [2020-07-17T16:13:42.544Z] TIMEOUT=120m
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_GRAPHDRIVER=overlay2
16:13:42 [2020-07-17T16:13:42.544Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
16:13:42 [2020-07-17T16:13:42.544Z] GO111MODULE=off
16:13:42 [2020-07-17T16:13:42.544Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:13:42 [2020-07-17T16:13:42.544Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:13:42 [2020-07-17T16:13:42.544Z] GOPATH=/go
16:13:42 [2020-07-17T16:13:42.544Z] PKG_CONFIG=pkg-config
16:13:42 [2020-07-17T16:13:42.544Z] _=/usr/bin/env
16:13:42 [2020-07-17T16:13:42.544Z] Building test suite binary ./integration-cli/test.main
16:13:42 [2020-07-17T16:13:42.544Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:13:42 [2020-07-17T16:13:42.544Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:13:42 [2020-07-17T16:13:42.544Z] HOSTNAME=23dc42d948e1
16:13:42 [2020-07-17T16:13:42.544Z] TEST_SKIP_INTEGRATION=1
16:13:42 [2020-07-17T16:13:42.544Z] TESTDEBUG=0
16:13:42 [2020-07-17T16:13:42.544Z] DEST=bundles/test-integration
16:13:42 [2020-07-17T16:13:42.544Z] PWD=/go/src/github.com/docker/docker
16:13:42 [2020-07-17T16:13:42.544Z] KEEPBUNDLE=1
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76
16:13:42 [2020-07-17T16:13:42.544Z] container=docker
16:13:42 [2020-07-17T16:13:42.544Z] HOME=/root
16:13:42 [2020-07-17T16:13:42.544Z] GOLANG_VERSION=1.13.13
16:13:42 [2020-07-17T16:13:42.544Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:13:42 [2020-07-17T16:13:42.544Z] VALIDATE_BRANCH=master
16:13:42 [2020-07-17T16:13:42.544Z] TERM=xterm
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_PKG=github.com/docker/docker
16:13:42 [2020-07-17T16:13:42.544Z] SHLVL=1
16:13:42 [2020-07-17T16:13:42.544Z] TIMEOUT=120m
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_GRAPHDRIVER=overlay2
16:13:42 [2020-07-17T16:13:42.544Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
16:13:42 [2020-07-17T16:13:42.544Z] GO111MODULE=off
16:13:42 [2020-07-17T16:13:42.544Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:13:42 [2020-07-17T16:13:42.544Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:13:42 [2020-07-17T16:13:42.544Z] GOPATH=/go
16:13:42 [2020-07-17T16:13:42.544Z] PKG_CONFIG=pkg-config
16:13:42 [2020-07-17T16:13:42.544Z] _=/usr/bin/env
16:13:42 [2020-07-17T16:13:42.544Z] Building test suite binary ./integration-cli/test.main
16:13:42 [2020-07-17T16:13:42.544Z] No new tests added to integration.
16:13:42 [2020-07-17T16:13:42.544Z] 
16:13:42 [2020-07-17T16:13:42.544Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:13:42 [2020-07-17T16:13:42.544Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:13:42 [2020-07-17T16:13:42.544Z] HOSTNAME=34d802f9306f
16:13:42 [2020-07-17T16:13:42.544Z] TESTDEBUG=0
16:13:42 [2020-07-17T16:13:42.544Z] DEST=bundles/test-integration
16:13:42 [2020-07-17T16:13:42.544Z] PWD=/go/src/github.com/docker/docker
16:13:42 [2020-07-17T16:13:42.544Z] KEEPBUNDLE=1
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76
16:13:42 [2020-07-17T16:13:42.544Z] container=docker
16:13:42 [2020-07-17T16:13:42.544Z] HOME=/root
16:13:42 [2020-07-17T16:13:42.544Z] GOLANG_VERSION=1.13.13
16:13:42 [2020-07-17T16:13:42.544Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:13:42 [2020-07-17T16:13:42.544Z] VALIDATE_BRANCH=master
16:13:42 [2020-07-17T16:13:42.544Z] TERM=xterm
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_PKG=github.com/docker/docker
16:13:42 [2020-07-17T16:13:42.544Z] SHLVL=1
16:13:42 [2020-07-17T16:13:42.544Z] TIMEOUT=120m
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
16:13:42 [2020-07-17T16:13:42.544Z] DOCKER_GRAPHDRIVER=overlay2
16:13:42 [2020-07-17T16:13:42.544Z] GO111MODULE=off
16:13:42 [2020-07-17T16:13:42.544Z] TEST_SKIP_INTEGRATION_CLI=1
16:13:42 [2020-07-17T16:13:42.544Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:13:42 [2020-07-17T16:13:42.544Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:13:42 [2020-07-17T16:13:42.544Z] GOPATH=/go
16:13:42 [2020-07-17T16:13:42.544Z] PKG_CONFIG=pkg-config
16:13:42 [2020-07-17T16:13:42.544Z] _=/usr/bin/env
16:13:42 [2020-07-17T16:13:42.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:13:42 [2020-07-17T16:13:42.666Z] #39 51.24   DEP      criu/cr-check.d
16:13:42 [2020-07-17T16:13:42.666Z] #39 51.42   DEP      criu/config.d
16:13:42 [2020-07-17T16:13:42.959Z] #39 51.58   DEP      criu/clone-noasan.d
16:13:42 [2020-07-17T16:13:42.959Z] #39 51.66   DEP      criu/cgroup.d
16:13:42 [2020-07-17T16:13:42.959Z] #39 51.79   DEP      criu/cgroup-props.d
16:13:43 [2020-07-17T16:13:43.286Z] #39 51.92   DEP      criu/bitmap.d
16:13:43 [2020-07-17T16:13:43.286Z] #39 51.93   DEP      criu/bfd.d
16:13:43 [2020-07-17T16:13:43.286Z] #39 51.98   DEP      criu/autofs.d
16:13:43 [2020-07-17T16:13:43.589Z] #39 52.16   DEP      criu/aio.d
16:13:43 [2020-07-17T16:13:43.589Z] #39 52.32   DEP      criu/action-scripts.d
16:13:43 [2020-07-17T16:13:43.882Z] #39 52.54   CC       criu/action-scripts.o
16:13:44 [2020-07-17T16:13:44.523Z] #39 53.13   CC       criu/aio.o
16:13:44 [2020-07-17T16:13:44.817Z] #39 ...
16:13:44 [2020-07-17T16:13:44.817Z] 
16:13:44 [2020-07-17T16:13:44.817Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:13:44 [2020-07-17T16:13:44.817Z] #41 DONE 91.2s
16:13:44 [2020-07-17T16:13:44.817Z] 
16:13:44 [2020-07-17T16:13:44.817Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:44 [2020-07-17T16:13:44.817Z] #39 53.53   CC       criu/autofs.o
16:13:46 [2020-07-17T16:13:46.089Z] Client:
16:13:46 [2020-07-17T16:13:46.089Z]  Debug Mode: false
16:13:46 [2020-07-17T16:13:46.089Z] 
16:13:46 [2020-07-17T16:13:46.089Z] Server:
16:13:46 [2020-07-17T16:13:46.089Z]  Containers: 0
16:13:46 [2020-07-17T16:13:46.089Z]   Running: 0
16:13:46 [2020-07-17T16:13:46.089Z]   Paused: 0
16:13:46 [2020-07-17T16:13:46.089Z]   Stopped: 0
16:13:46 [2020-07-17T16:13:46.089Z]  Images: 0
16:13:46 [2020-07-17T16:13:46.089Z]  Server Version: 19.03.12
16:13:46 [2020-07-17T16:13:46.089Z]  Storage Driver: overlay2
16:13:46 [2020-07-17T16:13:46.089Z]   Backing Filesystem: extfs
16:13:46 [2020-07-17T16:13:46.089Z]   Supports d_type: true
16:13:46 [2020-07-17T16:13:46.089Z]   Native Overlay Diff: true
16:13:46 [2020-07-17T16:13:46.089Z]  Logging Driver: json-file
16:13:46 [2020-07-17T16:13:46.089Z]  Cgroup Driver: cgroupfs
16:13:46 [2020-07-17T16:13:46.089Z]  Plugins:
16:13:46 [2020-07-17T16:13:46.089Z]   Volume: local
16:13:46 [2020-07-17T16:13:46.089Z]   Network: bridge host ipvlan macvlan null overlay
16:13:46 [2020-07-17T16:13:46.089Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:13:46 [2020-07-17T16:13:46.089Z]  Swarm: inactive
16:13:46 [2020-07-17T16:13:46.089Z]  Runtimes: runc
16:13:46 [2020-07-17T16:13:46.089Z]  Default Runtime: runc
16:13:46 [2020-07-17T16:13:46.089Z]  Init Binary: docker-init
16:13:46 [2020-07-17T16:13:46.089Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
16:13:46 [2020-07-17T16:13:46.089Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
16:13:46 [2020-07-17T16:13:46.089Z]  init version: fec3683
16:13:46 [2020-07-17T16:13:46.089Z]  Security Options:
16:13:46 [2020-07-17T16:13:46.089Z]   apparmor
16:13:46 [2020-07-17T16:13:46.089Z]   seccomp
16:13:46 [2020-07-17T16:13:46.089Z]    Profile: default
16:13:46 [2020-07-17T16:13:46.089Z]  Kernel Version: 4.15.0-1074-aws
16:13:46 [2020-07-17T16:13:46.089Z]  Operating System: Ubuntu 16.04.6 LTS
16:13:46 [2020-07-17T16:13:46.089Z]  OSType: linux
16:13:46 [2020-07-17T16:13:46.089Z]  Architecture: aarch64
16:13:46 [2020-07-17T16:13:46.089Z]  CPUs: 4
16:13:46 [2020-07-17T16:13:46.089Z]  Total Memory: 7.525GiB
16:13:46 [2020-07-17T16:13:46.089Z]  Name: ip-10-100-47-212
16:13:46 [2020-07-17T16:13:46.089Z]  ID: UTJC:VJXC:JR6C:MQOY:H5HB:HHV3:JK47:2SKG:XCXB:YJDM:JC3G:VSC2
16:13:46 [2020-07-17T16:13:46.089Z]  Docker Root Dir: /var/lib/docker
16:13:46 [2020-07-17T16:13:46.089Z]  Debug Mode: false
16:13:46 [2020-07-17T16:13:46.089Z]  Registry: https://index.docker.io/v1/
16:13:46 [2020-07-17T16:13:46.089Z]  Labels:
16:13:46 [2020-07-17T16:13:46.089Z]  Experimental: true
16:13:46 [2020-07-17T16:13:46.089Z]  Insecure Registries:
16:13:46 [2020-07-17T16:13:46.089Z]   127.0.0.0/8
16:13:46 [2020-07-17T16:13:46.089Z]  Live Restore Enabled: true
16:13:46 [2020-07-17T16:13:46.089Z] 
16:13:46 [2020-07-17T16:13:46.089Z] WARNING: No swap limit support
[Pipeline] sh
16:13:46 [2020-07-17T16:13:46.335Z] #39 54.81   CC       criu/bfd.o
16:13:46 [2020-07-17T16:13:46.335Z] #39 ...
16:13:46 [2020-07-17T16:13:46.335Z] 
16:13:46 [2020-07-17T16:13:46.335Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:13:46 [2020-07-17T16:13:46.335Z] #17 1.581 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:13:46 [2020-07-17T16:13:46.335Z] #17 1.702 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:13:46 [2020-07-17T16:13:46.335Z] #17 1.798 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:13:46 [2020-07-17T16:13:46.335Z] #17 1.979 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:13:46 [2020-07-17T16:13:46.335Z] #17 2.535 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB]
16:13:46 [2020-07-17T16:13:46.335Z] #17 3.292 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
16:13:46 [2020-07-17T16:13:46.335Z] #17 5.759 Fetched 8059 kB in 4s (1832 kB/s)
16:13:46 [2020-07-17T16:13:46.335Z] #17 5.759 Reading package lists...
16:13:46 [2020-07-17T16:13:46.335Z] #17 7.549 Reading package lists...
16:13:46 [2020-07-17T16:13:46.426Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:13:46 [2020-07-17T16:13:46.426Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
16:13:46 [2020-07-17T16:13:46.426Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
16:13:46 [2020-07-17T16:13:46.426Z] + bash /home/ubuntu/workspace/moby_PR-41226/check-config.sh
16:13:46 [2020-07-17T16:13:46.426Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:13:46 [2020-07-17T16:13:46.426Z] info: reading kernel config from /boot/config-4.15.0-1074-aws ...
16:13:46 [2020-07-17T16:13:46.426Z] 
16:13:46 [2020-07-17T16:13:46.426Z] Generally Necessary:
16:13:46 [2020-07-17T16:13:46.426Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:13:46 [2020-07-17T16:13:46.426Z] - apparmor: enabled and tools installed
16:13:46 [2020-07-17T16:13:46.426Z] - CONFIG_NAMESPACES: enabled
16:13:46 [2020-07-17T16:13:46.426Z] - CONFIG_NET_NS: enabled
16:13:46 [2020-07-17T16:13:46.426Z] - CONFIG_PID_NS: enabled
16:13:46 [2020-07-17T16:13:46.631Z] #17 9.921 Building dependency tree...
16:13:46 [2020-07-17T16:13:46.631Z] #17 ...
16:13:46 [2020-07-17T16:13:46.631Z] 
16:13:46 [2020-07-17T16:13:46.631Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:13:46 [2020-07-17T16:13:46.631Z] #39 55.27   CC       criu/bitmap.o
16:13:46 [2020-07-17T16:13:46.631Z] #39 55.35   CC       criu/cgroup-props.o
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_IPC_NS: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_UTS_NS: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_CGROUPS: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_CGROUP_CPUACCT: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_CGROUP_DEVICE: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_CGROUP_FREEZER: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_CGROUP_SCHED: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_CPUSETS: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_MEMCG: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_KEYS: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_VETH: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_BRIDGE: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_NF_NAT: enabled (as module)
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_NF_NAT_NEEDED: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_POSIX_MQUEUE: enabled
16:13:46 [2020-07-17T16:13:46.690Z] 
16:13:46 [2020-07-17T16:13:46.690Z] Optional Features:
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_USER_NS: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_SECCOMP: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_CGROUP_PIDS: enabled
16:13:46 [2020-07-17T16:13:46.690Z] - CONFIG_MEMCG_SWAP: enabled
16:13:46 [2020-07-17T16:13:46.926Z] #39 55.72   CC       criu/cgroup.o
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:13:46 [2020-07-17T16:13:46.951Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_BLK_CGROUP: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_IOSCHED_CFQ: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_CGROUP_PERF: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_CGROUP_HUGETLB: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_CFS_BANDWIDTH: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_RT_GROUP_SCHED: missing
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_IP_VS: enabled (as module)
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_IP_VS_NFCT: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_IP_VS_RR: enabled (as module)
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_EXT4_FS: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:13:46 [2020-07-17T16:13:46.951Z] - Network Drivers:
16:13:46 [2020-07-17T16:13:46.951Z]   - "overlay":
16:13:46 [2020-07-17T16:13:46.951Z]     - CONFIG_VXLAN: enabled (as module)
16:13:46 [2020-07-17T16:13:46.951Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:13:46 [2020-07-17T16:13:46.951Z]       Optional (for encrypted networks):
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_CRYPTO: enabled
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_CRYPTO_AEAD: enabled
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_CRYPTO_GCM: enabled
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_CRYPTO_GHASH: enabled
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_XFRM: enabled
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_XFRM_USER: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_INET_ESP: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]   - "ipvlan":
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_IPVLAN: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]   - "macvlan":
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_MACVLAN: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_DUMMY: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]   - "ftp,tftp client in container":
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z] - Storage Drivers:
16:13:47 [2020-07-17T16:13:47.213Z]   - "aufs":
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_AUFS_FS: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]   - "btrfs":
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:13:47 [2020-07-17T16:13:47.213Z]   - "devicemapper":
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_BLK_DEV_DM: enabled
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]   - "overlay":
16:13:47 [2020-07-17T16:13:47.213Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:13:47 [2020-07-17T16:13:47.213Z]   - "zfs":
16:13:47 [2020-07-17T16:13:47.213Z]     - /dev/zfs: missing
16:13:47 [2020-07-17T16:13:47.213Z]     - zfs command: missing
16:13:47 [2020-07-17T16:13:47.213Z]     - zpool command: missing
16:13:47 [2020-07-17T16:13:47.213Z] 
16:13:47 [2020-07-17T16:13:47.213Z] Limits:
16:13:47 [2020-07-17T16:13:47.213Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:13:47 [2020-07-17T16:13:47.213Z] 
16:13:47 [2020-07-17T16:13:47.213Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:13:47 [2020-07-17T16:13:47.569Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b0c0b41016c8035ce3dc9783044f065548567e76 .
16:13:47 [2020-07-17T16:13:47.569Z] #1 [internal] load .dockerignore
16:13:48 [2020-07-17T16:13:48.514Z] #1 transferring context:
16:13:48 [2020-07-17T16:13:48.776Z] #1 transferring context: 87B 0.2s done
16:13:48 [2020-07-17T16:13:48.776Z] #1 DONE 1.2s
16:13:48 [2020-07-17T16:13:48.776Z] 
16:13:48 [2020-07-17T16:13:48.776Z] #2 [internal] load build definition from Dockerfile
16:13:48 [2020-07-17T16:13:48.776Z] #2 transferring dockerfile: 16.37kB done
16:13:49 [2020-07-17T16:13:49.005Z] #39 57.36   CC       criu/clone-noasan.o
16:13:49 [2020-07-17T16:13:49.005Z] #39 57.49   CC       criu/config.o
16:13:49 [2020-07-17T16:13:49.038Z] #2 DONE 1.3s
16:13:49 [2020-07-17T16:13:49.299Z] 
16:13:49 [2020-07-17T16:13:49.299Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
16:13:49 [2020-07-17T16:13:49.641Z] #39 58.28   CC       criu/cr-check.o
16:13:49 [2020-07-17T16:13:49.775Z] #8 unpacking docker.io/library/golang:1.13.13-buster@sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22 18.9s done
16:13:49 [2020-07-17T16:13:49.775Z] #8 DONE 26.0s
16:13:49 [2020-07-17T16:13:49.775Z] 
16:13:49 [2020-07-17T16:13:49.775Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
16:13:49 [2020-07-17T16:13:49.775Z] #9 DONE 0.2s
16:13:49 [2020-07-17T16:13:49.775Z] 
16:13:49 [2020-07-17T16:13:49.775Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
16:13:49 [2020-07-17T16:13:49.775Z] #10 DONE 0.2s
16:13:49 [2020-07-17T16:13:49.775Z] 
16:13:49 [2020-07-17T16:13:49.775Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:13:49 [2020-07-17T16:13:49.775Z] #36 DONE 0.1s
16:13:49 [2020-07-17T16:13:49.775Z] 
16:13:49 [2020-07-17T16:13:49.775Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:13:49 [2020-07-17T16:13:49.775Z] #44 ...
16:13:49 [2020-07-17T16:13:49.775Z] 
16:13:49 [2020-07-17T16:13:49.775Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:13:49 [2020-07-17T16:13:49.775Z] #28 DONE 0.1s
16:13:49 [2020-07-17T16:13:49.775Z] 
16:13:49 [2020-07-17T16:13:49.775Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:13:49 [2020-07-17T16:13:49.775Z] #29 0.816 + git clone https://github.com/kolyshkin/go-swagger.git .
16:13:49 [2020-07-17T16:13:49.775Z] #29 0.847 Cloning into '.'...
16:13:50 [2020-07-17T16:13:50.243Z] #3 DONE 1.1s
16:13:50 [2020-07-17T16:13:50.243Z] 
16:13:50 [2020-07-17T16:13:50.243Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
16:13:50 [2020-07-17T16:13:50.243Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
16:13:50 [2020-07-17T16:13:50.243Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
16:13:50 [2020-07-17T16:13:50.243Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done
16:13:50 [2020-07-17T16:13:50.244Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done
16:13:50 [2020-07-17T16:13:50.244Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.0s
16:13:50 [2020-07-17T16:13:50.687Z] #39 ...
16:13:50 [2020-07-17T16:13:50.687Z] 
16:13:50 [2020-07-17T16:13:50.687Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:13:50 [2020-07-17T16:13:50.687Z] #28 DONE 96.9s
16:13:50 [2020-07-17T16:13:50.687Z] 
16:13:50 [2020-07-17T16:13:50.687Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.43 libcap2-bin is already the newest version (1:2.25-2).
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.43 The following additional packages will be installed:
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   python3.7 python3.7-minimal vim-runtime xxd
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44 Suggested packages:
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44 Recommended packages:
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   aufs-dkms nftables build-essential python3-dev python3-keyring
16:13:50 [2020-07-17T16:13:50.687Z] #17 10.44   python3-keyrings.alt python3-xdg unzip
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.39 The following NEW packages will be installed:
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.40   xz-utils zip
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.46 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded.
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.46 Need to get 27.7 MB of archives.
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.46 After this operation, 117 MB of additional disk space will be used.
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u1 [586 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.53 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u1 [1590 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u1 [1683 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u1 [330 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.68 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.68 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.70 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.71 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.71 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.72 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.72 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.73 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.73 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.76 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.76 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.76 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.76 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.94 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.95 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.95 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.95 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.95 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.96 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.99 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 11.99 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.00 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.01 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.01 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.01 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.02 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.04 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.05 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.05 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.21 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.23 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.26 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB]
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.68 debconf: delaying package configuration, since apt-utils is not installed
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.75 Fetched 27.7 MB in 1s (32.4 MB/s)
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.79 Selecting previously unselected package pigz.
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.79 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23199 files and directories currently installed.)
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.84 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ...
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.85 Unpacking pigz (2.4-1) ...
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.89 Selecting previously unselected package libpython3.7-minimal:s390x.
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.89 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_s390x.deb ...
16:13:50 [2020-07-17T16:13:50.687Z] #17 12.90 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ...
16:13:50 [2020-07-17T16:13:50.687Z] #17 13.27 Selecting previously unselected package python3.7-minimal.
16:13:50 [2020-07-17T16:13:50.687Z] #17 13.28 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_s390x.deb ...
16:13:50 [2020-07-17T16:13:50.687Z] #17 13.29 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ...
16:13:50 [2020-07-17T16:13:50.687Z] #17 13.74 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ...
16:13:50 [2020-07-17T16:13:50.687Z] #17 13.75 Setting up python3.7-minimal (3.7.3-2+deb10u1) ...
16:13:50 [2020-07-17T16:13:50.818Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s
16:13:50 [2020-07-17T16:13:50.818Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s done
16:13:50 [2020-07-17T16:13:50.818Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.1s
16:13:51 [2020-07-17T16:13:51.081Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done
16:13:51 [2020-07-17T16:13:51.081Z] #4 DONE 0.9s
16:13:51 [2020-07-17T16:13:51.656Z] 
16:13:51 [2020-07-17T16:13:51.656Z] #6 [internal] load metadata for docker.io/library/golang:1.13.13-buster
16:13:51 [2020-07-17T16:13:51.743Z] #17 15.40 Selecting previously unselected package python3-minimal.
16:13:51 [2020-07-17T16:13:51.743Z] #17 15.40 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23448 files and directories currently installed.)
16:13:51 [2020-07-17T16:13:51.743Z] #17 15.43 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ...
16:13:51 [2020-07-17T16:13:51.743Z] #17 15.43 Unpacking python3-minimal (3.7.3-1) ...
16:13:51 [2020-07-17T16:13:51.743Z] #17 15.48 Selecting previously unselected package libmpdec2:s390x.
16:13:51 [2020-07-17T16:13:51.743Z] #17 15.48 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ...
16:13:51 [2020-07-17T16:13:51.743Z] #17 15.49 Unpacking libmpdec2:s390x (2.4.2-2) ...
16:13:51 [2020-07-17T16:13:51.913Z] #29 ...
16:13:51 [2020-07-17T16:13:51.913Z] 
16:13:51 [2020-07-17T16:13:51.913Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.516 + RM_GOPATH=0
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.517 + TMP_GOPATH=
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.517 + : /build
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.517 + '[' -z '' ']'
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.518 ++ mktemp -d
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.519 + export GOPATH=/tmp/tmp.8aUvMm3wsb
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.519 + GOPATH=/tmp/tmp.8aUvMm3wsb
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.519 + RM_GOPATH=1
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.519 + case "$(go env GOARCH)" in
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.520 ++ go env GOARCH
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.526 + export GO_BUILDMODE=-buildmode=pie
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.526 + GO_BUILDMODE=-buildmode=pie
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.526 ++ dirname /tmp/install/install.sh
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.527 + dir=/tmp/install
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.527 + bin=gotestsum
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.528 + shift
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.528 + '[' '!' -f /tmp/install/gotestsum.installer ']'
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.528 + . /tmp/install/gotestsum.installer
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.528 ++ : v0.3.5
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.528 + install_gotestsum
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.529 + set -e
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.529 + export GO111MODULE=on
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.529 + GO111MODULE=on
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.529 + GOBIN=/build
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.529 + go get gotest.tools/gotestsum@v0.3.5
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.542 go: finding gotest.tools v0.3.5
16:13:51 [2020-07-17T16:13:51.913Z] #44 0.543 go: finding gotest.tools/gotestsum v0.3.5
16:13:51 [2020-07-17T16:13:51.913Z] #44 1.179 go: downloading gotest.tools/gotestsum v0.3.5
16:13:51 [2020-07-17T16:13:51.913Z] #44 2.187 go: extracting gotest.tools/gotestsum v0.3.5
16:13:51 [2020-07-17T16:13:51.913Z] #44 3.595 go: downloading gotest.tools v2.1.0+incompatible
16:13:51 [2020-07-17T16:13:51.913Z] #44 3.796 go: extracting gotest.tools v2.1.0+incompatible
16:13:51 [2020-07-17T16:13:51.913Z] #44 3.960 go: downloading github.com/sirupsen/logrus v1.0.5
16:13:51 [2020-07-17T16:13:51.913Z] #44 3.985 go: downloading github.com/pkg/errors v0.8.0
16:13:51 [2020-07-17T16:13:51.913Z] #44 3.985 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:13:51 [2020-07-17T16:13:51.913Z] #44 4.135 go: downloading github.com/jonboulle/clockwork v0.1.0
16:13:51 [2020-07-17T16:13:51.913Z] #44 4.189 go: downloading github.com/spf13/pflag v1.0.1
16:13:51 [2020-07-17T16:13:51.913Z] #44 4.416 go: downloading github.com/fatih/color v1.6.0
16:13:51 [2020-07-17T16:13:51.913Z] #44 4.571 go: extracting github.com/jonboulle/clockwork v0.1.0
16:13:51 [2020-07-17T16:13:51.913Z] #44 4.677 go: extracting github.com/pkg/errors v0.8.0
16:13:51 [2020-07-17T16:13:51.913Z] #44 4.746 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:13:51 [2020-07-17T16:13:51.913Z] #44 4.863 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:13:51 [2020-07-17T16:13:51.913Z] #44 4.885 go: extracting github.com/sirupsen/logrus v1.0.5
16:13:51 [2020-07-17T16:13:51.913Z] #44 5.021 go: extracting github.com/fatih/color v1.6.0
16:13:51 [2020-07-17T16:13:51.913Z] #44 5.039 go: downloading github.com/mattn/go-isatty v0.0.3
16:13:51 [2020-07-17T16:13:51.913Z] #44 5.040 go: downloading github.com/mattn/go-colorable v0.0.9
16:13:51 [2020-07-17T16:13:51.913Z] #44 5.071 go: extracting github.com/spf13/pflag v1.0.1
16:13:51 [2020-07-17T16:13:51.913Z] #44 5.073 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:13:51 [2020-07-17T16:13:51.913Z] #44 5.103 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:13:51 [2020-07-17T16:13:51.913Z] #44 5.433 go: extracting github.com/mattn/go-isatty v0.0.3
16:13:51 [2020-07-17T16:13:51.913Z] #44 5.445 go: extracting github.com/mattn/go-colorable v0.0.9
16:13:51 [2020-07-17T16:13:51.932Z] #6 DONE 0.3s
16:13:51 [2020-07-17T16:13:51.932Z] 
16:13:51 [2020-07-17T16:13:51.932Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
16:13:51 [2020-07-17T16:13:51.932Z] #5 DONE 0.3s
16:13:51 [2020-07-17T16:13:51.932Z] 
16:13:51 [2020-07-17T16:13:51.932Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:13:51 [2020-07-17T16:13:51.932Z] #7 resolve docker.io/library/golang:1.13.13-buster@sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22 done
16:13:51 [2020-07-17T16:13:51.932Z] #7 sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 0B / 7.68MB 0.1s
16:13:52 [2020-07-17T16:13:52.038Z] #17 15.56 Selecting previously unselected package libpython3.7-stdlib:s390x.
16:13:52 [2020-07-17T16:13:52.038Z] #17 15.56 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_s390x.deb ...
16:13:52 [2020-07-17T16:13:52.038Z] #17 15.56 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ...
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 4.32MB / 7.68MB 0.2s
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:ffe21b122d06d9fb7289096aac5124ae28e28e72fac051f092b2817d4c6e8b22 1.86kB / 1.86kB done
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:ef7f5e9e822eb52c290e97680766cac21ef55fa1dc3f971432722199ad0f5047 6.19kB / 6.19kB done
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 504.36kB / 49.17MB 0.2s
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:3c146e1065e980364363a9dd40fd2162f443f15bd9c0d5b34cce63f95c257418 1.79kB / 1.79kB done
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 0B / 9.98MB 0.2s
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 7.68MB / 7.68MB 0.3s
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 14.59MB / 49.17MB 0.3s
16:13:52 [2020-07-17T16:13:52.194Z] #7 sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 3.87MB / 9.98MB 0.3s
16:13:52 [2020-07-17T16:13:52.674Z] #17 16.17 Selecting previously unselected package python3.7.
16:13:52 [2020-07-17T16:13:52.674Z] #17 16.18 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_s390x.deb ...
16:13:52 [2020-07-17T16:13:52.674Z] #17 16.18 Unpacking python3.7 (3.7.3-2+deb10u1) ...
16:13:52 [2020-07-17T16:13:52.674Z] #17 16.27 Selecting previously unselected package libpython3-stdlib:s390x.
16:13:52 [2020-07-17T16:13:52.674Z] #17 16.27 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ...
16:13:52 [2020-07-17T16:13:52.674Z] #17 16.27 Unpacking libpython3-stdlib:s390x (3.7.3-1) ...
16:13:52 [2020-07-17T16:13:52.674Z] #17 16.36 Setting up python3-minimal (3.7.3-1) ...
16:13:52 [2020-07-17T16:13:52.966Z] #17 16.78 Selecting previously unselected package python3.
16:13:53 [2020-07-17T16:13:53.149Z] #7 sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 7.68MB / 7.68MB 0.3s done
16:13:53 [2020-07-17T16:13:53.150Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 49.17MB / 49.17MB 1.3s
16:13:53 [2020-07-17T16:13:53.150Z] #7 sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 9.98MB / 9.98MB 0.7s done
16:13:53 [2020-07-17T16:13:53.150Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 33.68MB / 52.16MB 1.3s
16:13:53 [2020-07-17T16:13:53.150Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 0B / 62.52MB 1.3s
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.78 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23860 files and directories currently installed.)
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.80 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.81 Unpacking python3 (3.7.3-1) ...
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.87 Selecting previously unselected package libip4tc0:s390x.
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.87 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.87 Unpacking libip4tc0:s390x (1.8.2-4) ...
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.91 Selecting previously unselected package libip6tc0:s390x.
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.91 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.91 Unpacking libip6tc0:s390x (1.8.2-4) ...
16:13:53 [2020-07-17T16:13:53.259Z] #17 16.97 Selecting previously unselected package libiptc0:s390x.
16:13:53 [2020-07-17T16:13:53.260Z] #17 16.97 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.260Z] #17 16.97 Unpacking libiptc0:s390x (1.8.2-4) ...
16:13:53 [2020-07-17T16:13:53.260Z] #17 17.00 Selecting previously unselected package libnfnetlink0:s390x.
16:13:53 [2020-07-17T16:13:53.260Z] #17 17.00 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.260Z] #17 17.01 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ...
16:13:53 [2020-07-17T16:13:53.260Z] #17 17.05 Selecting previously unselected package libnetfilter-conntrack3:s390x.
16:13:53 [2020-07-17T16:13:53.419Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 44.90MB / 52.16MB 1.4s
16:13:53 [2020-07-17T16:13:53.419Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 52.16MB / 52.16MB 1.5s
16:13:53 [2020-07-17T16:13:53.419Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 6.72MB / 62.52MB 1.5s
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.06 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.06 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ...
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.10 Selecting previously unselected package libnftnl11:s390x.
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.10 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.10 Unpacking libnftnl11:s390x (1.1.2-2) ...
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.15 Selecting previously unselected package iptables.
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.15 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.15 Unpacking iptables (1.8.2-4) ...
16:13:53 [2020-07-17T16:13:53.552Z] #17 17.35 Selecting previously unselected package xxd.
16:13:53 [2020-07-17T16:13:53.681Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 17.78MB / 62.52MB 1.6s
16:13:53 [2020-07-17T16:13:53.681Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 21.75MB / 62.52MB 1.8s
16:13:53 [2020-07-17T16:13:53.845Z] #17 17.35 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ...
16:13:53 [2020-07-17T16:13:53.845Z] #17 17.35 Unpacking xxd (2:8.1.0875-5) ...
16:13:53 [2020-07-17T16:13:53.845Z] #17 17.41 Selecting previously unselected package vim-common.
16:13:53 [2020-07-17T16:13:53.845Z] #17 17.41 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
16:13:53 [2020-07-17T16:13:53.845Z] #17 17.42 Unpacking vim-common (2:8.1.0875-5) ...
16:13:53 [2020-07-17T16:13:53.845Z] #17 17.53 Selecting previously unselected package bash-completion.
16:13:53 [2020-07-17T16:13:53.845Z] #17 17.53 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
16:13:53 [2020-07-17T16:13:53.943Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 33.54MB / 62.52MB 1.9s
16:13:53 [2020-07-17T16:13:53.943Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 46.52MB / 62.52MB 2.0s
16:13:53 [2020-07-17T16:13:53.943Z] #7 extracting sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9
16:13:54 [2020-07-17T16:13:54.705Z] #44 7.879 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:13:55 [2020-07-17T16:13:55.351Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 49.17MB / 49.17MB 2.0s done
16:13:55 [2020-07-17T16:13:55.351Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 62.52MB / 62.52MB 3.4s
16:13:55 [2020-07-17T16:13:55.351Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 0B / 97.69MB 3.4s
16:13:55 [2020-07-17T16:13:55.355Z] #44 9.096 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:13:55 [2020-07-17T16:13:55.355Z] #44 9.097 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:13:55 [2020-07-17T16:13:55.363Z] #17 18.91 Unpacking bash-completion (1:2.8-6) ...
16:13:55 [2020-07-17T16:13:55.614Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 52.16MB / 52.16MB 3.4s done
16:13:55 [2020-07-17T16:13:55.614Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 62.52MB / 62.52MB 3.5s done
16:13:55 [2020-07-17T16:13:55.614Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 25.23MB / 97.69MB 3.7s
16:13:55 [2020-07-17T16:13:55.614Z] #7 sha256:5523b1e5587457b58096e33511d52d02559b1b340816d7e8cffe098e492b361d 0B / 156B 3.7s
16:13:55 [2020-07-17T16:13:55.614Z] #7 ...
16:13:55 [2020-07-17T16:13:55.614Z] 
16:13:55 [2020-07-17T16:13:55.614Z] #20 [internal] load build context
16:13:55 [2020-07-17T16:13:55.614Z] #20 transferring context: 51.31MB 3.6s done
16:13:55 [2020-07-17T16:13:55.614Z] #20 DONE 3.8s
16:13:55 [2020-07-17T16:13:55.614Z] 
16:13:55 [2020-07-17T16:13:55.614Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:13:55 [2020-07-17T16:13:55.614Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 35.52MB / 97.69MB 3.8s
16:13:55 [2020-07-17T16:13:55.614Z] #7 sha256:5523b1e5587457b58096e33511d52d02559b1b340816d7e8cffe098e492b361d 156B / 156B 3.7s done
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.15 Selecting previously unselected package bzip2.
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.16 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ...
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.16 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.23 Selecting previously unselected package xz-utils.
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.23 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ...
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.24 Unpacking xz-utils (5.2.4-1) ...
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.32 Selecting previously unselected package apparmor.
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.32 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ...
16:13:55 [2020-07-17T16:13:55.656Z] #17 19.37 Unpacking apparmor (2.13.2-10) ...
16:13:55 [2020-07-17T16:13:55.935Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 49.57MB / 97.69MB 3.9s
16:13:55 [2020-07-17T16:13:55.949Z] #17 19.59 Selecting previously unselected package aufs-tools.
16:13:55 [2020-07-17T16:13:55.949Z] #17 19.60 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ...
16:13:55 [2020-07-17T16:13:55.949Z] #17 19.60 Unpacking aufs-tools (1:4.14+20190211-1) ...
16:13:55 [2020-07-17T16:13:55.949Z] #17 19.67 Selecting previously unselected package libonig5:s390x.
16:13:55 [2020-07-17T16:13:55.949Z] #17 19.67 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ...
16:13:55 [2020-07-17T16:13:55.949Z] #17 19.67 Unpacking libonig5:s390x (6.9.1-1) ...
16:13:56 [2020-07-17T16:13:56.213Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 66.92MB / 97.69MB 4.1s
16:13:56 [2020-07-17T16:13:56.213Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 75.02MB / 97.69MB 4.3s
16:13:56 [2020-07-17T16:13:56.213Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 85.95MB / 97.69MB 4.4s
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.77 Selecting previously unselected package libjq1:s390x.
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.77 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.77 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.84 Selecting previously unselected package jq.
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.84 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.84 Unpacking jq (1.5+dfsg-2+b1) ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.90 Selecting previously unselected package libaio1:s390x.
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.90 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.90 Unpacking libaio1:s390x (0.3.112-3) ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.93 Selecting previously unselected package libgpm2:s390x.
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.93 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.94 Unpacking libgpm2:s390x (1.20.7-5) ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.98 Selecting previously unselected package libicu63:s390x.
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.98 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ...
16:13:56 [2020-07-17T16:13:56.242Z] #17 19.98 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
16:13:56 [2020-07-17T16:13:56.413Z] #44 ...
16:13:56 [2020-07-17T16:13:56.413Z] 
16:13:56 [2020-07-17T16:13:56.413Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.700 + RM_GOPATH=0
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.700 + TMP_GOPATH=
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.700 + : /build
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.700 + '[' -z '' ']'
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.700 ++ mktemp -d
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.701 + export GOPATH=/tmp/tmp.J2Px81xeE0
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.701 + GOPATH=/tmp/tmp.J2Px81xeE0
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.701 + RM_GOPATH=1
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.702 + case "$(go env GOARCH)" in
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.702 ++ go env GOARCH
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.710 + export GO_BUILDMODE=-buildmode=pie
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.710 + GO_BUILDMODE=-buildmode=pie
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.711 ++ dirname /tmp/install/install.sh
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.712 + dir=/tmp/install
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.713 + bin=rootlesskit
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.713 + shift
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.713 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.713 + . /tmp/install/rootlesskit.installer
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.714 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.714 + install_rootlesskit
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.714 + case "$1" in
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.714 + export CGO_ENABLED=0
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.714 + CGO_ENABLED=0
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.715 + _install_rootlesskit
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.715 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e'
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.715 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.J2Px81xeE0/src/github.com/rootless-containers/rootlesskit
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.715 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:13:56 [2020-07-17T16:13:56.413Z] #55 0.719 Cloning into '/tmp/tmp.J2Px81xeE0/src/github.com/rootless-containers/rootlesskit'...
16:13:56 [2020-07-17T16:13:56.413Z] #55 5.397 + cd /tmp/tmp.J2Px81xeE0/src/github.com/rootless-containers/rootlesskit
16:13:56 [2020-07-17T16:13:56.413Z] #55 5.397 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:13:56 [2020-07-17T16:13:56.413Z] #55 5.820 + for f in rootlesskit rootlesskit-docker-proxy
16:13:56 [2020-07-17T16:13:56.413Z] #55 5.820 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
16:13:56 [2020-07-17T16:13:56.413Z] #55 ...
16:13:56 [2020-07-17T16:13:56.413Z] 
16:13:56 [2020-07-17T16:13:56.413Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.652 + RM_GOPATH=0
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.652 + TMP_GOPATH=
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.652 + : /build
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.652 + '[' -z '' ']'
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.653 ++ mktemp -d
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.654 + export GOPATH=/tmp/tmp.rk5bLsTl18
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.654 + GOPATH=/tmp/tmp.rk5bLsTl18
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.654 + RM_GOPATH=1
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.654 + case "$(go env GOARCH)" in
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.654 ++ go env GOARCH
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.659 + export GO_BUILDMODE=-buildmode=pie
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.659 + GO_BUILDMODE=-buildmode=pie
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.659 ++ dirname /tmp/install/install.sh
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.660 + dir=/tmp/install
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.660 + bin=dockercli
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.660 + shift
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.660 + '[' '!' -f /tmp/install/dockercli.installer ']'
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.661 + . /tmp/install/dockercli.installer
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.661 ++ : stable
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.661 ++ : 17.06.2-ce
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.661 + install_dockercli
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.661 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.661 Install docker/cli version 17.06.2-ce from stable
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.662 ++ uname -m
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.663 + arch=ppc64le
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.663 + '[' ppc64le '!=' x86_64 ']'
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.663 + '[' ppc64le '!=' s390x ']'
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.663 + '[' ppc64le '!=' armhf ']'
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.663 + build_dockercli
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.663 + git clone https://github.com/docker/docker-ce /tmp/tmp.rk5bLsTl18/tmp/docker-ce
16:13:56 [2020-07-17T16:13:56.413Z] #22 0.665 Cloning into '/tmp/tmp.rk5bLsTl18/tmp/docker-ce'...
16:13:56 [2020-07-17T16:13:56.479Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 93.77MB / 97.69MB 4.5s
16:13:56 [2020-07-17T16:13:56.712Z] #22 ...
16:13:56 [2020-07-17T16:13:56.712Z] 
16:13:56 [2020-07-17T16:13:56.712Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:13:56 [2020-07-17T16:13:56.712Z] #11 1.164 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:13:56 [2020-07-17T16:13:56.712Z] #11 1.383 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:13:56 [2020-07-17T16:13:56.712Z] #11 1.597 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:13:56 [2020-07-17T16:13:56.712Z] #11 2.762 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
16:13:56 [2020-07-17T16:13:56.712Z] #11 4.882 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB]
16:13:56 [2020-07-17T16:13:56.712Z] #11 6.617 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
16:13:56 [2020-07-17T16:13:56.712Z] #11 ...
16:13:56 [2020-07-17T16:13:56.712Z] 
16:13:56 [2020-07-17T16:13:56.712Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.883 + RM_GOPATH=0
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.890 + TMP_GOPATH=
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.891 + : /build
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.892 + '[' -z '' ']'
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.895 ++ mktemp -d
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.938 + export GOPATH=/tmp/tmp.iuDqU91zDV
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.938 + GOPATH=/tmp/tmp.iuDqU91zDV
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.938 + RM_GOPATH=1
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.939 + case "$(go env GOARCH)" in
16:13:56 [2020-07-17T16:13:56.712Z] #48 0.947 ++ go env GOARCH
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.038 + export GO_BUILDMODE=-buildmode=pie
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.038 + GO_BUILDMODE=-buildmode=pie
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.042 ++ dirname /tmp/install/install.sh
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.043 + dir=/tmp/install
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.056 + bin=shfmt
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.056 + shift
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.056 + '[' '!' -f /tmp/install/shfmt.installer ']'
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.056 + . /tmp/install/shfmt.installer
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.056 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.056 + install_shfmt
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.057 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.057 + git clone https://github.com/mvdan/sh.git /tmp/tmp.iuDqU91zDV/src/github.com/mvdan/sh
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.057 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
16:13:56 [2020-07-17T16:13:56.712Z] #48 1.062 Cloning into '/tmp/tmp.iuDqU91zDV/src/github.com/mvdan/sh'...
16:13:57 [2020-07-17T16:13:57.011Z] #48 ...
16:13:57 [2020-07-17T16:13:57.011Z] 
16:13:57 [2020-07-17T16:13:57.011Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.946 + RM_GOPATH=0
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.947 + TMP_GOPATH=
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.947 + : /build
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.949 + '[' -z '' ']'
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.955 ++ mktemp -d
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.966 + export GOPATH=/tmp/tmp.htPfdeVEqI
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.966 + GOPATH=/tmp/tmp.htPfdeVEqI
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.966 + RM_GOPATH=1
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.966 + case "$(go env GOARCH)" in
16:13:57 [2020-07-17T16:13:57.011Z] #61 0.977 ++ go env GOARCH
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.078 + export GO_BUILDMODE=-buildmode=pie
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.078 + GO_BUILDMODE=-buildmode=pie
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.078 ++ dirname /tmp/install/install.sh
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.095 + dir=/tmp/install
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.096 + bin=proxy
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.096 + shift
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.096 + '[' '!' -f /tmp/install/proxy.installer ']'
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.096 + . /tmp/install/proxy.installer
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.097 ++ : 9e99af28df21367340c95a3863e31808d689c92a
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.099 + install_proxy
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.099 + case "$1" in
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.100 + export CGO_ENABLED=0
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.100 + CGO_ENABLED=0
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.100 + _install_proxy
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.100 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.100 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.htPfdeVEqI/src/github.com/docker/libnetwork
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.100 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
16:13:57 [2020-07-17T16:13:57.011Z] #61 1.107 Cloning into '/tmp/tmp.htPfdeVEqI/src/github.com/docker/libnetwork'...
16:13:57 [2020-07-17T16:13:57.011Z] #61 ...
16:13:57 [2020-07-17T16:13:57.011Z] 
16:13:57 [2020-07-17T16:13:57.011Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:13:57 [2020-07-17T16:13:57.011Z] #39 1.178 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:13:57 [2020-07-17T16:13:57.011Z] #39 1.458 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:13:57 [2020-07-17T16:13:57.011Z] #39 1.583 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:13:57 [2020-07-17T16:13:57.011Z] #39 2.775 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
16:13:57 [2020-07-17T16:13:57.011Z] #39 5.198 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB]
16:13:57 [2020-07-17T16:13:57.011Z] #39 6.664 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
16:13:57 [2020-07-17T16:13:57.311Z] #39 ...
16:13:57 [2020-07-17T16:13:57.311Z] 
16:13:57 [2020-07-17T16:13:57.311Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.932 + RM_GOPATH=0
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.933 + TMP_GOPATH=
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.933 + : /build
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.933 + '[' -z '' ']'
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.934 ++ mktemp -d
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.937 + export GOPATH=/tmp/tmp.TKD2R3CwxV
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.938 + GOPATH=/tmp/tmp.TKD2R3CwxV
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.938 + RM_GOPATH=1
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.938 + case "$(go env GOARCH)" in
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.944 ++ go env GOARCH
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.992 + export GO_BUILDMODE=-buildmode=pie
16:13:57 [2020-07-17T16:13:57.311Z] #42 0.992 + GO_BUILDMODE=-buildmode=pie
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.021 ++ dirname /tmp/install/install.sh
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 + dir=/tmp/install
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 + bin=vndr
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 + shift
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 + '[' '!' -f /tmp/install/vndr.installer ']'
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 + . /tmp/install/vndr.installer
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 + install_vndr
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.023 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.024 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.TKD2R3CwxV/src/github.com/LK4D4/vndr
16:13:57 [2020-07-17T16:13:57.311Z] #42 1.059 Cloning into '/tmp/tmp.TKD2R3CwxV/src/github.com/LK4D4/vndr'...
16:13:57 [2020-07-17T16:13:57.311Z] #42 2.226 + cd /tmp/tmp.TKD2R3CwxV/src/github.com/LK4D4/vndr
16:13:57 [2020-07-17T16:13:57.311Z] #42 2.227 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:13:57 [2020-07-17T16:13:57.311Z] #42 2.253 + go build -buildmode=pie -v -o /build/vndr .
16:13:57 [2020-07-17T16:13:57.311Z] #42 3.823 runtime/internal/sys
16:13:57 [2020-07-17T16:13:57.311Z] #42 3.849 internal/race
16:13:57 [2020-07-17T16:13:57.311Z] #42 3.896 runtime/internal/atomic
16:13:57 [2020-07-17T16:13:57.311Z] #42 3.920 internal/cpu
16:13:57 [2020-07-17T16:13:57.311Z] #42 4.371 sync/atomic
16:13:57 [2020-07-17T16:13:57.311Z] #42 4.580 unicode
16:13:57 [2020-07-17T16:13:57.311Z] #42 4.635 unicode/utf8
16:13:57 [2020-07-17T16:13:57.311Z] #42 5.247 math
16:13:57 [2020-07-17T16:13:57.311Z] #42 5.261 internal/bytealg
16:13:57 [2020-07-17T16:13:57.311Z] #42 6.467 internal/testlog
16:13:57 [2020-07-17T16:13:57.311Z] #42 7.060 encoding
16:13:57 [2020-07-17T16:13:57.311Z] #42 7.304 runtime
16:13:57 [2020-07-17T16:13:57.311Z] #42 7.628 unicode/utf16
16:13:57 [2020-07-17T16:13:57.311Z] #42 8.415 container/list
16:13:57 [2020-07-17T16:13:57.311Z] #42 10.94 crypto/internal/subtle
16:13:57 [2020-07-17T16:13:57.311Z] #42 ...
16:13:57 [2020-07-17T16:13:57.311Z] 
16:13:57 [2020-07-17T16:13:57.311Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:13:57 [2020-07-17T16:13:57.311Z] #52 1.163 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:13:57 [2020-07-17T16:13:57.311Z] #52 1.403 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:13:57 [2020-07-17T16:13:57.311Z] #52 1.586 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:13:57 [2020-07-17T16:13:57.311Z] #52 2.591 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
16:13:57 [2020-07-17T16:13:57.311Z] #52 5.291 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB]
16:13:57 [2020-07-17T16:13:57.311Z] #52 6.708 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
16:13:57 [2020-07-17T16:13:57.311Z] #52 ...
16:13:57 [2020-07-17T16:13:57.311Z] 
16:13:57 [2020-07-17T16:13:57.311Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.905 + RM_GOPATH=0
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.934 + TMP_GOPATH=
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.934 + : /build
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.934 + '[' -z '' ']'
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.936 ++ mktemp -d
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.949 + export GOPATH=/tmp/tmp.rpZZGRI2eQ
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.952 + GOPATH=/tmp/tmp.rpZZGRI2eQ
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.952 + RM_GOPATH=1
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.956 + case "$(go env GOARCH)" in
16:13:57 [2020-07-17T16:13:57.311Z] #46 0.979 ++ go env GOARCH
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.071 + export GO_BUILDMODE=-buildmode=pie
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.071 + GO_BUILDMODE=-buildmode=pie
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.083 ++ dirname /tmp/install/install.sh
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.087 + dir=/tmp/install
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.093 + bin=golangci_lint
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.093 + shift
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.093 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.093 + . /tmp/install/golangci_lint.installer
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.094 ++ : v1.23.8
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.094 + install_golangci_lint
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.094 Installing golangci-lint version v1.23.8
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.094 + echo 'Installing golangci-lint version v1.23.8'
16:13:57 [2020-07-17T16:13:57.311Z] #46 1.095 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
16:13:57 [2020-07-17T16:13:57.613Z] #46 ...
16:13:57 [2020-07-17T16:13:57.613Z] 
16:13:57 [2020-07-17T16:13:57.613Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:13:57 [2020-07-17T16:13:57.613Z] #33 1.209 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:13:57 [2020-07-17T16:13:57.613Z] #33 1.390 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:13:57 [2020-07-17T16:13:57.613Z] #33 1.588 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:13:57 [2020-07-17T16:13:57.613Z] #33 2.806 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
16:13:57 [2020-07-17T16:13:57.613Z] #33 4.937 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB]
16:13:57 [2020-07-17T16:13:57.613Z] #33 6.834 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
16:13:57 [2020-07-17T16:13:57.613Z] #33 ...
16:13:57 [2020-07-17T16:13:57.613Z] 
16:13:57 [2020-07-17T16:13:57.613Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.906 + RM_GOPATH=0
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.906 + TMP_GOPATH=
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.906 + : /build
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.907 + '[' -z '' ']'
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.909 ++ mktemp -d
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.911 + export GOPATH=/tmp/tmp.hxWvzIpocU
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.912 + GOPATH=/tmp/tmp.hxWvzIpocU
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.912 + RM_GOPATH=1
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.912 + case "$(go env GOARCH)" in
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.914 ++ go env GOARCH
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.931 + export GO_BUILDMODE=-buildmode=pie
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.931 + GO_BUILDMODE=-buildmode=pie
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.981 ++ dirname /tmp/install/install.sh
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.991 + dir=/tmp/install
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.993 + bin=tomlv
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.993 + shift
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.994 + '[' '!' -f /tmp/install/tomlv.installer ']'
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.995 + . /tmp/install/tomlv.installer
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.996 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.997 + install_tomlv
16:13:57 [2020-07-17T16:13:57.613Z] #31 0.999 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
16:13:57 [2020-07-17T16:13:57.613Z] #31 1.000 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:13:57 [2020-07-17T16:13:57.613Z] #31 1.002 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hxWvzIpocU/src/github.com/BurntSushi/toml
16:13:57 [2020-07-17T16:13:57.613Z] #31 1.009 Cloning into '/tmp/tmp.hxWvzIpocU/src/github.com/BurntSushi/toml'...
16:13:57 [2020-07-17T16:13:57.613Z] #31 2.418 + cd /tmp/tmp.hxWvzIpocU/src/github.com/BurntSushi/toml
16:13:57 [2020-07-17T16:13:57.613Z] #31 2.419 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:13:57 [2020-07-17T16:13:57.613Z] #31 2.455 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
16:13:57 [2020-07-17T16:13:57.613Z] #31 3.323 internal/cpu
16:13:57 [2020-07-17T16:13:57.613Z] #31 3.324 math/bits
16:13:57 [2020-07-17T16:13:57.613Z] #31 3.340 runtime/internal/sys
16:13:57 [2020-07-17T16:13:57.613Z] #31 3.416 runtime/internal/atomic
16:13:57 [2020-07-17T16:13:57.613Z] #31 4.084 runtime/internal/math
16:13:57 [2020-07-17T16:13:57.613Z] #31 4.116 unicode/utf8
16:13:57 [2020-07-17T16:13:57.613Z] #31 4.392 sync/atomic
16:13:57 [2020-07-17T16:13:57.613Z] #31 4.853 internal/bytealg
16:13:57 [2020-07-17T16:13:57.613Z] #31 5.062 unicode
16:13:57 [2020-07-17T16:13:57.613Z] #31 5.222 math
16:13:57 [2020-07-17T16:13:57.613Z] #31 5.666 internal/testlog
16:13:57 [2020-07-17T16:13:57.613Z] #31 6.887 runtime
16:13:57 [2020-07-17T16:13:57.613Z] #31 6.923 encoding
16:13:57 [2020-07-17T16:13:57.613Z] #31 7.403 runtime/cgo
16:13:57 [2020-07-17T16:13:57.869Z] #7 extracting sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 3.6s done
16:13:57 [2020-07-17T16:13:57.917Z] #31 ...
16:13:57 [2020-07-17T16:13:57.917Z] 
16:13:57 [2020-07-17T16:13:57.917Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:13:57 [2020-07-17T16:13:57.917Z] #24 1.258 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:13:57 [2020-07-17T16:13:57.917Z] #24 1.397 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:13:57 [2020-07-17T16:13:57.917Z] #24 1.676 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:13:57 [2020-07-17T16:13:57.917Z] #24 2.487 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
16:13:57 [2020-07-17T16:13:57.917Z] #24 4.838 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB]
16:13:57 [2020-07-17T16:13:57.917Z] #24 6.897 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
16:13:57 [2020-07-17T16:13:57.917Z] #24 ...
16:13:57 [2020-07-17T16:13:57.917Z] 
16:13:57 [2020-07-17T16:13:57.917Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:13:57 [2020-07-17T16:13:57.917Z] #37 0.962 + git clone https://github.com/docker/distribution.git .
16:13:57 [2020-07-17T16:13:57.917Z] #37 0.972 Cloning into '.'...
16:13:58 [2020-07-17T16:13:58.131Z] #7 ...
16:13:58 [2020-07-17T16:13:58.131Z] 
16:13:58 [2020-07-17T16:13:58.131Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
16:13:58 [2020-07-17T16:13:58.131Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
16:13:58 [2020-07-17T16:13:58.131Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
16:13:58 [2020-07-17T16:13:58.131Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
16:13:58 [2020-07-17T16:13:58.131Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.1s done
16:13:58 [2020-07-17T16:13:58.131Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.5s done
16:13:58 [2020-07-17T16:13:58.131Z] #58 DONE 6.1s
16:13:58 [2020-07-17T16:13:58.131Z] 
16:13:58 [2020-07-17T16:13:58.131Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.13-buster@sha256:ffe21b122...
16:13:58 [2020-07-17T16:13:58.131Z] #7 sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 97.69MB / 97.69MB 6.1s done
16:13:58 [2020-07-17T16:13:58.131Z] #7 extracting sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99
16:13:58 [2020-07-17T16:13:58.215Z] #37 ...
16:13:58 [2020-07-17T16:13:58.215Z] 
16:13:58 [2020-07-17T16:13:58.215Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:13:58 [2020-07-17T16:13:58.215Z] #44 11.92 go: finding github.com/fatih/color v1.6.0
16:13:58 [2020-07-17T16:13:58.215Z] #44 11.94 go: finding github.com/pkg/errors v0.8.0
16:13:58 [2020-07-17T16:13:58.215Z] #44 12.00 go: finding github.com/spf13/pflag v1.0.1
16:13:58 [2020-07-17T16:13:58.215Z] #44 12.02 go: finding github.com/sirupsen/logrus v1.0.5
16:13:58 [2020-07-17T16:13:58.324Z] #17 22.17 Selecting previously unselected package libnet1:s390x.
16:13:58 [2020-07-17T16:13:58.405Z] #7 extracting sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 0.3s done
16:13:58 [2020-07-17T16:13:58.512Z] #44 12.15 go: finding github.com/mattn/go-colorable v0.0.9
16:13:58 [2020-07-17T16:13:58.512Z] #44 12.25 go: finding github.com/mattn/go-isatty v0.0.3
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.17 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.18 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.23 Selecting previously unselected package libnl-3-200:s390x.
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.24 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ...
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.24 Unpacking libnl-3-200:s390x (3.4.0-1) ...
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.33 Selecting previously unselected package libprotobuf-c1:s390x.
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.33 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.33 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.38 Selecting previously unselected package libreadline5:s390x.
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.38 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ...
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.38 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ...
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.42 Selecting previously unselected package net-tools.
16:13:58 [2020-07-17T16:13:58.620Z] #17 22.42 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ...
16:13:58 [2020-07-17T16:13:58.812Z] #44 12.61 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:13:58 [2020-07-17T16:13:58.812Z] #44 12.66 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:13:58 [2020-07-17T16:13:58.915Z] #17 22.43 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
16:13:58 [2020-07-17T16:13:58.915Z] #17 22.54 Selecting previously unselected package python-pip-whl.
16:13:58 [2020-07-17T16:13:58.915Z] #17 22.54 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
16:13:58 [2020-07-17T16:13:58.915Z] #17 22.55 Unpacking python-pip-whl (18.1-5) ...
16:13:59 [2020-07-17T16:13:59.110Z] #44 12.73 go: finding github.com/jonboulle/clockwork v0.1.0
16:13:59 [2020-07-17T16:13:59.110Z] #44 12.84 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:13:59 [2020-07-17T16:13:59.207Z] #17 22.85 Selecting previously unselected package python3-lib2to3.
16:13:59 [2020-07-17T16:13:59.207Z] #17 22.85 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
16:13:59 [2020-07-17T16:13:59.207Z] #17 22.86 Unpacking python3-lib2to3 (3.7.3-1) ...
16:13:59 [2020-07-17T16:13:59.207Z] #17 22.92 Selecting previously unselected package python3-distutils.
16:13:59 [2020-07-17T16:13:59.207Z] #17 22.92 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
16:13:59 [2020-07-17T16:13:59.207Z] #17 22.92 Unpacking python3-distutils (3.7.3-1) ...
16:13:59 [2020-07-17T16:13:59.207Z] #17 22.99 Selecting previously unselected package python3-pip.
16:13:59 [2020-07-17T16:13:59.207Z] #17 23.00 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
16:13:59 [2020-07-17T16:13:59.207Z] #17 23.00 Unpacking python3-pip (18.1-5) ...
16:13:59 [2020-07-17T16:13:59.349Z] #7 extracting sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 0.1s
16:13:59 [2020-07-17T16:13:59.349Z] #7 extracting sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 0.2s done
16:13:59 [2020-07-17T16:13:59.413Z] #44 13.10 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:13:59 [2020-07-17T16:13:59.504Z] #17 23.08 Selecting previously unselected package python3-pkg-resources.
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.08 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.08 Unpacking python3-pkg-resources (40.8.0-1) ...
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.16 Selecting previously unselected package python3-setuptools.
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.16 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.17 Unpacking python3-setuptools (40.8.0-1) ...
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.27 Selecting previously unselected package python3-wheel.
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.27 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.28 Unpacking python3-wheel (0.32.3-2) ...
16:13:59 [2020-07-17T16:13:59.505Z] #17 23.32 Selecting previously unselected package sudo.
16:13:59 [2020-07-17T16:13:59.806Z] #17 23.33 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ...
16:13:59 [2020-07-17T16:13:59.806Z] #17 23.33 Unpacking sudo (1.8.27-1+deb10u2) ...
16:13:59 [2020-07-17T16:13:59.806Z] #17 23.62 Selecting previously unselected package thin-provisioning-tools.
16:14:00 [2020-07-17T16:14:00.100Z] #17 23.62 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ...
16:14:00 [2020-07-17T16:14:00.100Z] #17 23.62 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
16:14:00 [2020-07-17T16:14:00.100Z] #17 23.75 Selecting previously unselected package uidmap.
16:14:00 [2020-07-17T16:14:00.100Z] #17 23.76 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ...
16:14:00 [2020-07-17T16:14:00.100Z] #17 23.76 Unpacking uidmap (1:4.5-1.1) ...
16:14:00 [2020-07-17T16:14:00.100Z] #17 23.84 Selecting previously unselected package vim-runtime.
16:14:00 [2020-07-17T16:14:00.100Z] #17 23.84 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
16:14:00 [2020-07-17T16:14:00.100Z] #17 23.86 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
16:14:00 [2020-07-17T16:14:00.298Z] #7 extracting sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f
16:14:00 [2020-07-17T16:14:00.395Z] #17 23.88 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
16:14:00 [2020-07-17T16:14:00.395Z] #17 23.88 Unpacking vim-runtime (2:8.1.0875-5) ...
16:14:01 [2020-07-17T16:14:01.030Z] #17 ...
16:14:01 [2020-07-17T16:14:01.030Z] 
16:14:01 [2020-07-17T16:14:01.030Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:14:01 [2020-07-17T16:14:01.030Z] #39 59.53   CC       criu/cr-dedup.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 59.77   CC       criu/cr-dump.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 61.02   CC       criu/cr-errno.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 61.07   CC       criu/cr-restore.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 63.39   CC       criu/cr-service.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 64.26   CC       criu/crtools.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 64.61   CC       criu/eventfd.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 64.75   CC       criu/eventpoll.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 65.11   CC       criu/external.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 65.27   CC       criu/fault-injection.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 65.32   CC       criu/fdstore.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 65.59   CC       criu/fifo.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 65.87   CC       criu/file-ids.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 66.08   CC       criu/file-lock.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 66.58   CC       criu/files-ext.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 66.70   CC       criu/files-reg.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 67.63   CC       criu/files.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 68.90   CC       criu/filesystems.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 69.26   CC       criu/fsnotify.o
16:14:01 [2020-07-17T16:14:01.030Z] #39 69.83   CC       criu/image-desc.o
16:14:01 [2020-07-17T16:14:01.323Z] #39 69.90   CC       criu/image.o
16:14:01 [2020-07-17T16:14:01.616Z] #39 70.33   CC       criu/ipc_ns.o
16:14:01 [2020-07-17T16:14:01.704Z] #7 extracting sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 1.6s done
16:14:02 [2020-07-17T16:14:02.252Z] #39 70.76   CC       criu/irmap.o
16:14:02 [2020-07-17T16:14:02.252Z] #39 ...
16:14:02 [2020-07-17T16:14:02.252Z] 
16:14:02 [2020-07-17T16:14:02.252Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:14:02 [2020-07-17T16:14:02.252Z] #17 25.93 Selecting previously unselected package vim.
16:14:02 [2020-07-17T16:14:02.252Z] #17 25.93 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ...
16:14:02 [2020-07-17T16:14:02.252Z] #17 25.95 Unpacking vim (2:8.1.0875-5) ...
16:14:02 [2020-07-17T16:14:02.545Z] #17 26.30 Selecting previously unselected package xfsprogs.
16:14:02 [2020-07-17T16:14:02.545Z] #17 26.30 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ...
16:14:02 [2020-07-17T16:14:02.545Z] #17 26.31 Unpacking xfsprogs (4.20.0-1) ...
16:14:02 [2020-07-17T16:14:02.648Z] #7 extracting sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579
16:14:02 [2020-07-17T16:14:02.839Z] #17 26.64 Selecting previously unselected package zip.
16:14:02 [2020-07-17T16:14:02.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:14:02 [2020-07-17T16:14:02.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:14:02 [2020-07-17T16:14:02.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.64 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.64 Unpacking zip (3.0-11+b1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.78 Setting up aufs-tools (1:4.14+20190211-1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.79 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.80 Setting up libip6tc0:s390x (1.8.2-4) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.81 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.82 Setting up libgpm2:s390x (1.20.7-5) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.83 Setting up libip4tc0:s390x (1.8.2-4) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.83 Setting up uidmap (1:4.5-1.1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.84 Setting up libnftnl11:s390x (1.1.2-2) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.85 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.85 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.86 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.87 Setting up libicu63:s390x (63.1-6+deb10u1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.87 Setting up xxd (2:8.1.0875-5) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.88 Setting up zip (3.0-11+b1) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.89 Setting up vim-common (2:8.1.0875-5) ...
16:14:03 [2020-07-17T16:14:03.133Z] #17 26.90 Setting up bash-completion (1:2.8-6) ...
16:14:04 [2020-07-17T16:14:04.570Z] #7 extracting sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 1.5s done
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.15 Setting up libiptc0:s390x (1.8.2-4) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.16 Setting up xz-utils (5.2.4-1) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.16 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.17 Setting up sudo (1.8.27-1+deb10u2) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.21 invoke-rc.d: could not determine current runlevel
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.22 invoke-rc.d: policy-rc.d denied execution of start.
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.22 Setting up pigz (2.4-1) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.23 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.24 Setting up libnl-3-200:s390x (3.4.0-1) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.25 Setting up python-pip-whl (18.1-5) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.25 Setting up libmpdec2:s390x (2.4.2-2) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.26 Setting up vim-runtime (2:8.1.0875-5) ...
16:14:04 [2020-07-17T16:14:04.647Z] #17 28.45 Setting up libaio1:s390x (0.3.112-3) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.46 Setting up libonig5:s390x (6.9.1-1) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.47 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.48 Setting up vim (2:8.1.0875-5) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.51 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.52 Setting up thin-provisioning-tools (0.7.6-2.1) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.54 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.54 Setting up jq (1.5+dfsg-2+b1) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.55 Setting up libpython3-stdlib:s390x (3.7.3-1) ...
16:14:04 [2020-07-17T16:14:04.940Z] #17 28.56 Setting up python3.7 (3.7.3-2+deb10u1) ...
16:14:05 [2020-07-17T16:14:05.089Z] #44 ...
16:14:05 [2020-07-17T16:14:05.089Z] 
16:14:05 [2020-07-17T16:14:05.089Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:14:05 [2020-07-17T16:14:05.089Z] #37 16.28 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
16:14:05 [2020-07-17T16:14:05.089Z] #37 18.23 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:14:05 [2020-07-17T16:14:05.515Z] #7 extracting sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 0.1s
16:14:06 [2020-07-17T16:14:06.458Z] #17 30.15 Setting up iptables (1.8.2-4) ...
16:14:06 [2020-07-17T16:14:06.458Z] #17 30.17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:14:06 [2020-07-17T16:14:06.458Z] #17 30.18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:14:06 [2020-07-17T16:14:06.458Z] #17 30.18 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:14:06 [2020-07-17T16:14:06.458Z] #17 30.18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:14:06 [2020-07-17T16:14:06.458Z] #17 30.18 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:14:06 [2020-07-17T16:14:06.458Z] #17 30.19 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:14:06 [2020-07-17T16:14:06.458Z] #17 30.19 Setting up python3 (3.7.3-1) ...
16:14:06 [2020-07-17T16:14:06.751Z] #17 30.39 Setting up python3-wheel (0.32.3-2) ...
16:14:07 [2020-07-17T16:14:07.044Z] #17 30.72 Setting up apparmor (2.13.2-10) ...
16:14:07 [2020-07-17T16:14:07.868Z] #37 ...
16:14:07 [2020-07-17T16:14:07.868Z] 
16:14:07 [2020-07-17T16:14:07.868Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:07 [2020-07-17T16:14:07.868Z] #48 11.08 + cd /tmp/tmp.iuDqU91zDV/src/github.com/mvdan/sh
16:14:07 [2020-07-17T16:14:07.868Z] #48 11.08 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
16:14:07 [2020-07-17T16:14:07.868Z] #48 11.19 + GO111MODULE=on
16:14:07 [2020-07-17T16:14:07.868Z] #48 11.19 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
16:14:07 [2020-07-17T16:14:07.868Z] #48 12.88 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:14:07 [2020-07-17T16:14:07.868Z] #48 12.88 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:14:07 [2020-07-17T16:14:07.868Z] #48 12.96 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:14:07 [2020-07-17T16:14:07.868Z] #48 13.11 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:14:07 [2020-07-17T16:14:07.868Z] #48 13.46 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:14:07 [2020-07-17T16:14:07.868Z] #48 14.57 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:14:07 [2020-07-17T16:14:07.868Z] #48 15.36 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:14:07 [2020-07-17T16:14:07.868Z] #48 16.99 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:14:07 [2020-07-17T16:14:07.868Z] #48 18.22 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:14:07 [2020-07-17T16:14:07.868Z] #48 18.31 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:14:07 [2020-07-17T16:14:07.868Z] #48 18.57 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:14:07 [2020-07-17T16:14:07.868Z] #48 18.87 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:14:07 [2020-07-17T16:14:07.868Z] #48 19.82 runtime/cgo
16:14:07 [2020-07-17T16:14:07.868Z] #48 20.13 runtime
16:14:07 [2020-07-17T16:14:07.868Z] #48 ...
16:14:07 [2020-07-17T16:14:07.868Z] 
16:14:07 [2020-07-17T16:14:07.868Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:07 [2020-07-17T16:14:07.868Z] #61 18.99 Checking out files:  59% (1226/2067)   
Checking out files:  60% (1241/2067)   
Checking out files:  61% (1261/2067)   
Checking out files:  62% (1282/2067)   
Checking out files:  63% (1303/2067)   
Checking out files:  64% (1323/2067)   
Checking out files:  65% (1344/2067)   
Checking out files:  66% (1365/2067)   
Checking out files:  67% (1385/2067)   
Checking out files:  68% (1406/2067)   
Checking out files:  69% (1427/2067)   
Checking out files:  70% (1447/2067)   
Checking out files:  71% (1468/2067)   
Checking out files:  72% (1489/2067)   
Checking out files:  73% (1509/2067)   
Checking out files:  74% (1530/2067)   
Checking out files:  75% (1551/2067)   
Checking out files:  76% (1571/2067)   
Checking out files:  77% (1592/2067)   
Checking out files:  78% (1613/2067)   
Checking out files:  79% (1633/2067)   
Checking out files:  80% (1654/2067)   
Checking out files:  81% (1675/2067)   
Checking out files:  82% (1695/2067)   
Checking out files:  83% (1716/2067)   
Checking out files:  84% (1737/2067)   
Checking out files:  85% (1757/2067)   
Checking out files:  86% (1778/2067)   
Checking out files:  87% (1799/2067)   
Checking out files:  88% (1819/2067)   
Checking out files:  89% (1840/2067)   
Checking out files:  90% (1861/2067)   
Checking out files:  91% (1881/2067)   
Checking out files:  92% (1902/2067)   
Checking out files:  93% (1923/2067)   
Checking out files:  94% (1943/2067)   
Checking out files:  95% (1964/2067)   
Checking out files:  96% (1985/2067)   
Checking out files:  97% (2005/2067)   
Checking out files:  98% (2026/2067)   
Checking out files:  99% (2047/2067)   
Checking out files: 100% (2067/2067)   
Checking out files: 100% (2067/2067), done.
16:14:07 [2020-07-17T16:14:07.868Z] #61 19.82 + cd /tmp/tmp.htPfdeVEqI/src/github.com/docker/libnetwork
16:14:07 [2020-07-17T16:14:07.868Z] #61 19.82 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
16:14:07 [2020-07-17T16:14:07.868Z] #61 20.55 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
16:14:07 [2020-07-17T16:14:07.868Z] #61 ...
16:14:07 [2020-07-17T16:14:07.868Z] 
16:14:07 [2020-07-17T16:14:07.868Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:07 [2020-07-17T16:14:07.868Z] #42 11.35 crypto/subtle
16:14:07 [2020-07-17T16:14:07.868Z] #42 11.83 vendor/golang.org/x/crypto/cryptobyte/asn1
16:14:07 [2020-07-17T16:14:07.868Z] #42 12.01 internal/nettrace
16:14:07 [2020-07-17T16:14:07.868Z] #42 12.22 runtime/cgo
16:14:07 [2020-07-17T16:14:07.868Z] #42 16.37 vendor/golang.org/x/crypto/internal/subtle
16:14:08 [2020-07-17T16:14:08.084Z] #17 31.72 Setting up xfsprogs (4.20.0-1) ...
16:14:08 [2020-07-17T16:14:08.084Z] #17 31.73 Setting up python3-lib2to3 (3.7.3-1) ...
16:14:08 [2020-07-17T16:14:08.377Z] #17 31.99 Setting up python3-pkg-resources (40.8.0-1) ...
16:14:08 [2020-07-17T16:14:08.670Z] #17 32.58 Setting up python3-distutils (3.7.3-1) ...
16:14:08 [2020-07-17T16:14:08.825Z] #7 extracting sha256:bb012582839b867b0765b6fc123cfd183887aa810a1eb4c35ba435196ad4bd46 3.3s done
16:14:09 [2020-07-17T16:14:09.087Z] #7 extracting sha256:5523b1e5587457b58096e33511d52d02559b1b340816d7e8cffe098e492b361d done
16:14:09 [2020-07-17T16:14:09.306Z] #17 32.91 Setting up python3-setuptools (40.8.0-1) ...
16:14:09 [2020-07-17T16:14:09.350Z] #7 DONE 17.3s
16:14:09 [2020-07-17T16:14:09.350Z] 
16:14:09 [2020-07-17T16:14:09.350Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
16:14:09 [2020-07-17T16:14:09.941Z] #17 33.63 Setting up python3-pip (18.1-5) ...
16:14:10 [2020-07-17T16:14:10.576Z] #17 34.31 Processing triggers for libc-bin (2.28-10) ...
16:14:10 [2020-07-17T16:14:10.872Z] #17 34.38 Processing triggers for mime-support (3.62) ...
16:14:10 [2020-07-17T16:14:10.872Z] #17 ...
16:14:10 [2020-07-17T16:14:10.872Z] 
16:14:10 [2020-07-17T16:14:10.872Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:14:10 [2020-07-17T16:14:10.872Z] #36 117.2 + dpkg --print-architecture
16:14:10 [2020-07-17T16:14:10.872Z] #36 117.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
16:14:10 [2020-07-17T16:14:10.872Z] #36 117.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:14:10 [2020-07-17T16:14:10.872Z] #36 117.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:14:11 [2020-07-17T16:14:11.168Z] #36 ...
16:14:11 [2020-07-17T16:14:11.168Z] 
16:14:11 [2020-07-17T16:14:11.168Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:14:11 [2020-07-17T16:14:11.168Z] #17 DONE 34.9s
16:14:11 [2020-07-17T16:14:11.265Z] #8 DONE 1.6s
16:14:11 [2020-07-17T16:14:11.265Z] 
16:14:11 [2020-07-17T16:14:11.265Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
16:14:11 [2020-07-17T16:14:11.468Z] 
16:14:11 [2020-07-17T16:14:11.468Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:11 [2020-07-17T16:14:11.468Z] #49 45.42 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:14:11 [2020-07-17T16:14:11.837Z] #9 DONE 0.9s
16:14:11 [2020-07-17T16:14:11.837Z] 
16:14:11 [2020-07-17T16:14:11.837Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:14:11 [2020-07-17T16:14:11.837Z] #35 DONE 0.1s
16:14:11 [2020-07-17T16:14:11.837Z] 
16:14:11 [2020-07-17T16:14:11.837Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:14:11 [2020-07-17T16:14:11.837Z] #27 DONE 0.1s
16:14:11 [2020-07-17T16:14:11.837Z] 
16:14:11 [2020-07-17T16:14:11.837Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:14:12 [2020-07-17T16:14:12.391Z] #42 ...
16:14:12 [2020-07-17T16:14:12.391Z] 
16:14:12 [2020-07-17T16:14:12.391Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:14:12 [2020-07-17T16:14:12.391Z] #33 15.43 Fetched 8144 kB in 14s (571 kB/s)
16:14:12 [2020-07-17T16:14:12.391Z] #33 15.43 Reading package lists...
16:14:12 [2020-07-17T16:14:12.391Z] #33 22.40 Reading package lists...
16:14:12 [2020-07-17T16:14:12.391Z] #33 ...
16:14:12 [2020-07-17T16:14:12.391Z] 
16:14:12 [2020-07-17T16:14:12.391Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:14:12 [2020-07-17T16:14:12.391Z] #24 15.59 Fetched 8144 kB in 14s (563 kB/s)
16:14:12 [2020-07-17T16:14:12.391Z] #24 15.59 Reading package lists...
16:14:12 [2020-07-17T16:14:12.391Z] #24 22.64 Reading package lists...
16:14:12 [2020-07-17T16:14:12.391Z] #24 ...
16:14:12 [2020-07-17T16:14:12.391Z] 
16:14:12 [2020-07-17T16:14:12.391Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:12 [2020-07-17T16:14:12.391Z] #11 15.53 Fetched 8144 kB in 14s (566 kB/s)
16:14:12 [2020-07-17T16:14:12.391Z] #11 15.53 Reading package lists...
16:14:12 [2020-07-17T16:14:12.391Z] #11 22.74 Reading package lists...
16:14:12 [2020-07-17T16:14:12.391Z] #11 ...
16:14:12 [2020-07-17T16:14:12.391Z] 
16:14:12 [2020-07-17T16:14:12.391Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:12 [2020-07-17T16:14:12.391Z] #52 15.74 Fetched 8144 kB in 15s (558 kB/s)
16:14:12 [2020-07-17T16:14:12.391Z] #52 15.74 Reading package lists...
16:14:12 [2020-07-17T16:14:12.391Z] #52 22.38 Reading package lists...
16:14:12 [2020-07-17T16:14:12.391Z] #52 ...
16:14:12 [2020-07-17T16:14:12.391Z] 
16:14:12 [2020-07-17T16:14:12.391Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:12 [2020-07-17T16:14:12.391Z] #39 16.26 Fetched 8144 kB in 15s (536 kB/s)
16:14:12 [2020-07-17T16:14:12.391Z] #39 16.26 Reading package lists...
16:14:12 [2020-07-17T16:14:12.515Z] #49 ...
16:14:12 [2020-07-17T16:14:12.515Z] 
16:14:12 [2020-07-17T16:14:12.515Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:14:12 [2020-07-17T16:14:12.515Z] #39 71.07   CC       criu/kcmp-ids.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 71.22   CC       criu/kerndat.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 71.83   CC       criu/libnetlink.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 72.04   CC       criu/log.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 72.33   CC       criu/lsm.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 72.58   CC       criu/mem.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 73.69   CC       criu/memfd.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 74.11   CC       criu/mount.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 76.21   CC       criu/namespaces.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 77.27   CC       criu/net.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 79.37   CC       criu/netfilter.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 79.60   CC       criu/page-pipe.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 80.16   CC       criu/page-xfer.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 81.06   CC       criu/pagemap-cache.o
16:14:12 [2020-07-17T16:14:12.515Z] #39 ...
16:14:12 [2020-07-17T16:14:12.515Z] 
16:14:12 [2020-07-17T16:14:12.515Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
16:14:12 [2020-07-17T16:14:12.515Z] #18 1.305 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:14:12 [2020-07-17T16:14:12.515Z] #18 1.308 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:14:12 [2020-07-17T16:14:12.515Z] #18 1.310 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:14:12 [2020-07-17T16:14:12.809Z] #18 DONE 1.5s
16:14:12 [2020-07-17T16:14:12.809Z] 
16:14:12 [2020-07-17T16:14:12.809Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:14:13 [2020-07-17T16:14:13.109Z] #19 ...
16:14:13 [2020-07-17T16:14:13.109Z] 
16:14:13 [2020-07-17T16:14:13.109Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:13 [2020-07-17T16:14:13.109Z] #49 47.00 + mkdir -p /build
16:14:13 [2020-07-17T16:14:13.109Z] #49 47.00 + cp runc /build/runc
16:14:13 [2020-07-17T16:14:13.109Z] #49 DONE 47.3s
16:14:13 [2020-07-17T16:14:13.405Z] 
16:14:13 [2020-07-17T16:14:13.405Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:14:13 [2020-07-17T16:14:13.405Z] #39 81.39   CC       criu/pagemap.o
16:14:13 [2020-07-17T16:14:13.405Z] #39 82.00   CC       criu/parasite-syscall.o
16:14:14 [2020-07-17T16:14:14.058Z] #39 82.56   CC       criu/path.o
16:14:14 [2020-07-17T16:14:14.376Z] #39 82.89   CC       criu/pie-util-vdso.o
16:14:14 [2020-07-17T16:14:14.715Z] #39 83.31   CC       criu/pie-util.o
16:14:14 [2020-07-17T16:14:14.715Z] #39 83.39   CC       criu/pipes.o
16:14:15 [2020-07-17T16:14:15.022Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|compiled_files|deps|exports_file|types_sizes) took 1m56.509688805s 
16:14:15 [2020-07-17T16:14:15.022Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 472.494553ms 
16:14:15 [2020-07-17T16:14:15.351Z] #39 84.00   CC       criu/plugin.o
16:14:15 [2020-07-17T16:14:15.644Z] #39 84.22   CC       criu/proc_parse.o
16:14:15 [2020-07-17T16:14:15.955Z] #39 23.82 Reading package lists...
16:14:15 [2020-07-17T16:14:15.955Z] #39 ...
16:14:15 [2020-07-17T16:14:15.955Z] 
16:14:15 [2020-07-17T16:14:15.955Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:15 [2020-07-17T16:14:15.955Z] #52 22.38 Reading package lists...
16:14:17 [2020-07-17T16:14:17.166Z] #39 85.74   CC       criu/protobuf-desc.o
16:14:17 [2020-07-17T16:14:17.169Z] #28 4.616 + git clone https://github.com/kolyshkin/go-swagger.git .
16:14:17 [2020-07-17T16:14:17.169Z] #28 4.627 Cloning into '.'...
16:14:17 [2020-07-17T16:14:17.169Z] #28 ...
16:14:17 [2020-07-17T16:14:17.169Z] 
16:14:17 [2020-07-17T16:14:17.169Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.210 + RM_GOPATH=0
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.211 + TMP_GOPATH=
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.211 + : /build
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.211 + '[' -z '' ']'
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.214 ++ mktemp -d
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.216 + export GOPATH=/tmp/tmp.UBukToVkJS
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.220 + GOPATH=/tmp/tmp.UBukToVkJS
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.221 + RM_GOPATH=1
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.221 + case "$(go env GOARCH)" in
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.222 ++ go env GOARCH
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.236 + export GO_BUILDMODE=-buildmode=pie
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.240 + GO_BUILDMODE=-buildmode=pie
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.242 ++ dirname /tmp/install/install.sh
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.244 + dir=/tmp/install
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.244 + bin=dockercli
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.245 + shift
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.245 + '[' '!' -f /tmp/install/dockercli.installer ']'
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.245 + . /tmp/install/dockercli.installer
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.246 ++ : stable
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.246 ++ : 17.06.2-ce
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.248 + install_dockercli
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.248 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.248 Install docker/cli version 17.06.2-ce from stable
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.250 ++ uname -m
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.252 + arch=aarch64
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.252 + '[' aarch64 '!=' x86_64 ']'
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.253 + '[' aarch64 '!=' s390x ']'
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.253 + '[' aarch64 '!=' armhf ']'
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.253 + build_dockercli
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.253 + git clone https://github.com/docker/docker-ce /tmp/tmp.UBukToVkJS/tmp/docker-ce
16:14:17 [2020-07-17T16:14:17.169Z] #21 4.265 Cloning into '/tmp/tmp.UBukToVkJS/tmp/docker-ce'...
16:14:17 [2020-07-17T16:14:17.459Z] #39 86.18   CC       criu/protobuf.o
16:14:17 [2020-07-17T16:14:17.492Z] #52 29.40 Building dependency tree...
16:14:17 [2020-07-17T16:14:17.748Z] #21 ...
16:14:17 [2020-07-17T16:14:17.748Z] 
16:14:17 [2020-07-17T16:14:17.748Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.901 + RM_GOPATH=0
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.902 + TMP_GOPATH=
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.902 + : /build
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.903 + '[' -z '' ']'
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.904 ++ mktemp -d
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.912 + export GOPATH=/tmp/tmp.QkPGT1mTuR
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.913 + GOPATH=/tmp/tmp.QkPGT1mTuR
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.913 + RM_GOPATH=1
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.913 + case "$(go env GOARCH)" in
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.915 ++ go env GOARCH
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.927 + export GO_BUILDMODE=-buildmode=pie
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.928 + GO_BUILDMODE=-buildmode=pie
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.929 ++ dirname /tmp/install/install.sh
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.930 + dir=/tmp/install
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.930 + bin=vndr
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.931 + shift
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.931 + '[' '!' -f /tmp/install/vndr.installer ']'
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.932 + . /tmp/install/vndr.installer
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.932 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.932 + install_vndr
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.933 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.933 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.933 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.QkPGT1mTuR/src/github.com/LK4D4/vndr
16:14:17 [2020-07-17T16:14:17.748Z] #41 3.938 Cloning into '/tmp/tmp.QkPGT1mTuR/src/github.com/LK4D4/vndr'...
16:14:17 [2020-07-17T16:14:17.748Z] #41 4.646 + cd /tmp/tmp.QkPGT1mTuR/src/github.com/LK4D4/vndr
16:14:17 [2020-07-17T16:14:17.748Z] #41 4.646 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
16:14:17 [2020-07-17T16:14:17.748Z] #41 4.656 + go build -buildmode=pie -v -o /build/vndr .
16:14:17 [2020-07-17T16:14:17.748Z] #41 5.623 internal/cpu
16:14:17 [2020-07-17T16:14:17.748Z] #41 5.637 internal/race
16:14:17 [2020-07-17T16:14:17.748Z] #41 5.691 runtime/internal/sys
16:14:17 [2020-07-17T16:14:17.748Z] #41 5.797 runtime/internal/atomic
16:14:17 [2020-07-17T16:14:17.748Z] #41 5.892 sync/atomic
16:14:17 [2020-07-17T16:14:17.748Z] #41 6.004 runtime/internal/math
16:14:17 [2020-07-17T16:14:17.748Z] #41 6.100 unicode
16:14:17 [2020-07-17T16:14:17.761Z] #39 86.52   CC       criu/pstree.o
16:14:18 [2020-07-17T16:14:18.012Z] #41 6.310 unicode/utf8
16:14:18 [2020-07-17T16:14:18.277Z] #41 6.530 internal/bytealg
16:14:18 [2020-07-17T16:14:18.277Z] #41 6.575 math
16:14:18 [2020-07-17T16:14:18.429Z] #39 87.05   CC       criu/rbtree.o
16:14:18 [2020-07-17T16:14:18.429Z] #39 ...
16:14:18 [2020-07-17T16:14:18.429Z] 
16:14:18 [2020-07-17T16:14:18.429Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:14:18 [2020-07-17T16:14:18.429Z] #19 3.787 Collecting yamllint==1.16.0
16:14:18 [2020-07-17T16:14:18.429Z] #19 3.920   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
16:14:18 [2020-07-17T16:14:18.429Z] #19 3.960 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
16:14:18 [2020-07-17T16:14:18.429Z] #19 3.986   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
16:14:18 [2020-07-17T16:14:18.429Z] #19 4.003 Collecting pyyaml (from yamllint==1.16.0)
16:14:18 [2020-07-17T16:14:18.429Z] #19 4.093   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
16:14:18 [2020-07-17T16:14:18.429Z] #19 4.744 Building wheels for collected packages: pyyaml
16:14:18 [2020-07-17T16:14:18.429Z] #19 4.745   Running setup.py bdist_wheel for pyyaml: started
16:14:18 [2020-07-17T16:14:18.429Z] #19 5.041   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
16:14:18 [2020-07-17T16:14:18.429Z] #19 5.041   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
16:14:18 [2020-07-17T16:14:18.429Z] #19 5.107 Successfully built pyyaml
16:14:18 [2020-07-17T16:14:18.429Z] #19 5.121 Installing collected packages: pathspec, pyyaml, yamllint
16:14:18 [2020-07-17T16:14:18.429Z] #19 5.349 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
16:14:18 [2020-07-17T16:14:18.429Z] #19 DONE 5.6s
16:14:18 [2020-07-17T16:14:18.429Z] 
16:14:18 [2020-07-17T16:14:18.429Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
16:14:18 [2020-07-17T16:14:18.737Z] #22 DONE 0.1s
16:14:18 [2020-07-17T16:14:18.737Z] 
16:14:18 [2020-07-17T16:14:18.737Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
16:14:19 [2020-07-17T16:14:19.230Z] #41 7.404 internal/testlog
16:14:19 [2020-07-17T16:14:19.384Z] #26 DONE 0.9s
16:14:19 [2020-07-17T16:14:19.384Z] 
16:14:19 [2020-07-17T16:14:19.384Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
16:14:19 [2020-07-17T16:14:19.494Z] #41 7.728 encoding
16:14:19 [2020-07-17T16:14:19.602Z] #52 32.87 The following additional packages will be installed:
16:14:19 [2020-07-17T16:14:19.602Z] #52 32.87   libbtrfs0
16:14:19 [2020-07-17T16:14:19.602Z] #52 33.09 The following NEW packages will be installed:
16:14:19 [2020-07-17T16:14:19.602Z] #52 33.10   libbtrfs-dev libbtrfs0
16:14:19 [2020-07-17T16:14:19.602Z] #52 33.34 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:14:19 [2020-07-17T16:14:19.602Z] #52 33.34 Need to get 120 kB of archives.
16:14:19 [2020-07-17T16:14:19.602Z] #52 33.34 After this operation, 423 kB of additional disk space will be used.
16:14:19 [2020-07-17T16:14:19.602Z] #52 33.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
16:14:19 [2020-07-17T16:14:19.602Z] #52 33.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
16:14:19 [2020-07-17T16:14:19.677Z] #29 DONE 0.2s
16:14:19 [2020-07-17T16:14:19.677Z] 
16:14:19 [2020-07-17T16:14:19.677Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
16:14:19 [2020-07-17T16:14:19.677Z] #31 DONE 0.1s
16:14:19 [2020-07-17T16:14:19.677Z] 
16:14:19 [2020-07-17T16:14:19.677Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
16:14:19 [2020-07-17T16:14:19.758Z] #41 7.932 runtime
16:14:19 [2020-07-17T16:14:19.971Z] #34 DONE 0.1s
16:14:19 [2020-07-17T16:14:19.971Z] 
16:14:19 [2020-07-17T16:14:19.971Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:14:19 [2020-07-17T16:14:19.971Z] #39 87.22   CC       criu/rst-malloc.o
16:14:19 [2020-07-17T16:14:19.971Z] #39 87.46   CC       criu/seccomp.o
16:14:19 [2020-07-17T16:14:19.971Z] #39 87.90   CC       criu/seize.o
16:14:19 [2020-07-17T16:14:19.971Z] #39 88.44   CC       criu/servicefd.o
16:14:19 [2020-07-17T16:14:19.971Z] #39 88.67   CC       criu/shmem.o
16:14:20 [2020-07-17T16:14:20.023Z] #41 8.128 unicode/utf16
16:14:20 [2020-07-17T16:14:20.286Z] #41 8.517 container/list
16:14:20 [2020-07-17T16:14:20.608Z] #39 89.11   CC       criu/sigframe.o
16:14:20 [2020-07-17T16:14:20.608Z] #39 89.18   CC       criu/signalfd.o
16:14:20 [2020-07-17T16:14:20.901Z] #39 89.40   CC       criu/sk-inet.o
16:14:21 [2020-07-17T16:14:21.143Z] #52 ...
16:14:21 [2020-07-17T16:14:21.143Z] 
16:14:21 [2020-07-17T16:14:21.143Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:14:21 [2020-07-17T16:14:21.143Z] #24 22.64 Reading package lists...
16:14:21 [2020-07-17T16:14:21.143Z] #24 29.25 Building dependency tree...
16:14:21 [2020-07-17T16:14:21.143Z] #24 31.86 ca-certificates is already the newest version (20200601~deb10u1).
16:14:21 [2020-07-17T16:14:21.143Z] #24 31.86 The following additional packages will be installed:
16:14:21 [2020-07-17T16:14:21.143Z] #24 31.88   libjq1 libonig5
16:14:21 [2020-07-17T16:14:21.143Z] #24 32.22 The following NEW packages will be installed:
16:14:21 [2020-07-17T16:14:21.143Z] #24 32.23   jq libjq1 libonig5
16:14:21 [2020-07-17T16:14:21.143Z] #24 32.51 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
16:14:21 [2020-07-17T16:14:21.143Z] #24 32.51 Need to get 358 kB of archives.
16:14:21 [2020-07-17T16:14:21.143Z] #24 32.51 After this operation, 1277 kB of additional disk space will be used.
16:14:21 [2020-07-17T16:14:21.143Z] #24 32.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
16:14:21 [2020-07-17T16:14:21.143Z] #24 32.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
16:14:21 [2020-07-17T16:14:21.143Z] #24 32.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
16:14:21 [2020-07-17T16:14:21.143Z] #24 34.35 debconf: delaying package configuration, since apt-utils is not installed
16:14:21 [2020-07-17T16:14:21.143Z] #24 34.66 Fetched 358 kB in 0s (2465 kB/s)
16:14:21 [2020-07-17T16:14:21.143Z] #24 34.77 Selecting previously unselected package libonig5:ppc64el.
16:14:21 [2020-07-17T16:14:21.143Z] #24 34.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
16:14:21 [2020-07-17T16:14:21.143Z] #24 34.90 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ...
16:14:21 [2020-07-17T16:14:21.143Z] #24 34.91 Unpacking libonig5:ppc64el (6.9.1-1) ...
16:14:21 [2020-07-17T16:14:21.194Z] #39 89.97   CC       criu/sk-netlink.o
16:14:21 [2020-07-17T16:14:21.238Z] #41 ...
16:14:21 [2020-07-17T16:14:21.238Z] 
16:14:21 [2020-07-17T16:14:21.238Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.590 + RM_GOPATH=0
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.590 + TMP_GOPATH=
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.590 + : /build
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.590 + '[' -z '' ']'
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.659 ++ mktemp -d
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.659 + export GOPATH=/tmp/tmp.JjEZBlkhrd
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.659 + GOPATH=/tmp/tmp.JjEZBlkhrd
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.659 + RM_GOPATH=1
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.659 + case "$(go env GOARCH)" in
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.659 ++ go env GOARCH
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.676 + export GO_BUILDMODE=-buildmode=pie
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.676 + GO_BUILDMODE=-buildmode=pie
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.677 ++ dirname /tmp/install/install.sh
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + dir=/tmp/install
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + bin=gotestsum
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + shift
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + '[' '!' -f /tmp/install/gotestsum.installer ']'
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + . /tmp/install/gotestsum.installer
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 ++ : v0.3.5
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + install_gotestsum
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + set -e
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + export GO111MODULE=on
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + GO111MODULE=on
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + GOBIN=/build
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.683 + go get gotest.tools/gotestsum@v0.3.5
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.703 go: finding gotest.tools v0.3.5
16:14:21 [2020-07-17T16:14:21.238Z] #43 2.705 go: finding gotest.tools/gotestsum v0.3.5
16:14:21 [2020-07-17T16:14:21.238Z] #43 3.566 go: downloading gotest.tools/gotestsum v0.3.5
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.067 go: extracting gotest.tools/gotestsum v0.3.5
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.584 go: downloading gotest.tools v2.1.0+incompatible
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.661 go: extracting gotest.tools v2.1.0+incompatible
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.794 go: downloading github.com/spf13/pflag v1.0.1
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.794 go: downloading github.com/pkg/errors v0.8.0
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.903 go: downloading github.com/sirupsen/logrus v1.0.5
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.928 go: extracting github.com/pkg/errors v0.8.0
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.969 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:14:21 [2020-07-17T16:14:21.238Z] #43 4.970 go: downloading github.com/fatih/color v1.6.0
16:14:21 [2020-07-17T16:14:21.238Z] #43 5.030 go: downloading github.com/jonboulle/clockwork v0.1.0
16:14:21 [2020-07-17T16:14:21.238Z] #43 5.045 go: extracting github.com/spf13/pflag v1.0.1
16:14:21 [2020-07-17T16:14:21.238Z] #43 5.069 go: extracting github.com/fatih/color v1.6.0
16:14:21 [2020-07-17T16:14:21.238Z] #43 5.169 go: downloading github.com/mattn/go-isatty v0.0.3
16:14:21 [2020-07-17T16:14:21.238Z] #43 5.169 go: downloading github.com/mattn/go-colorable v0.0.9
16:14:21 [2020-07-17T16:14:21.239Z] #43 5.225 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:14:21 [2020-07-17T16:14:21.239Z] #43 5.249 go: extracting github.com/sirupsen/logrus v1.0.5
16:14:21 [2020-07-17T16:14:21.239Z] #43 5.251 go: extracting github.com/jonboulle/clockwork v0.1.0
16:14:21 [2020-07-17T16:14:21.239Z] #43 5.338 go: extracting github.com/mattn/go-isatty v0.0.3
16:14:21 [2020-07-17T16:14:21.239Z] #43 5.352 go: extracting github.com/mattn/go-colorable v0.0.9
16:14:21 [2020-07-17T16:14:21.239Z] #43 5.426 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:14:21 [2020-07-17T16:14:21.239Z] #43 5.427 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:14:21 [2020-07-17T16:14:21.239Z] #43 5.440 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:14:21 [2020-07-17T16:14:21.239Z] #43 6.418 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:14:21 [2020-07-17T16:14:21.239Z] #43 6.844 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:14:21 [2020-07-17T16:14:21.239Z] #43 7.488 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.070 go: finding github.com/sirupsen/logrus v1.0.5
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.080 go: finding github.com/pkg/errors v0.8.0
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.101 go: finding github.com/fatih/color v1.6.0
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.127 go: finding github.com/spf13/pflag v1.0.1
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.306 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.330 go: finding github.com/mattn/go-colorable v0.0.9
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.386 go: finding github.com/mattn/go-isatty v0.0.3
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.464 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.482 go: finding github.com/jonboulle/clockwork v0.1.0
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.559 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:14:21 [2020-07-17T16:14:21.239Z] #43 9.572 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:14:21 [2020-07-17T16:14:21.447Z] #24 ...
16:14:21 [2020-07-17T16:14:21.447Z] 
16:14:21 [2020-07-17T16:14:21.447Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:21 [2020-07-17T16:14:21.447Z] #52 35.16 debconf: delaying package configuration, since apt-utils is not installed
16:14:21 [2020-07-17T16:14:21.487Z] #39 90.14   CC       criu/sk-packet.o
16:14:21 [2020-07-17T16:14:21.753Z] #52 35.37 Fetched 120 kB in 0s (1418 kB/s)
16:14:21 [2020-07-17T16:14:21.753Z] #52 35.50 Selecting previously unselected package libbtrfs0.
16:14:21 [2020-07-17T16:14:21.781Z] #39 90.49   CC       criu/sk-queue.o
16:14:21 [2020-07-17T16:14:21.815Z] #43 ...
16:14:21 [2020-07-17T16:14:21.815Z] 
16:14:21 [2020-07-17T16:14:21.815Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.160 + RM_GOPATH=0
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.160 + TMP_GOPATH=
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.160 + : /build
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.160 + '[' -z '' ']'
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.161 ++ mktemp -d
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.163 + export GOPATH=/tmp/tmp.TvuVzhcQKY
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.163 + GOPATH=/tmp/tmp.TvuVzhcQKY
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.163 + RM_GOPATH=1
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.163 + case "$(go env GOARCH)" in
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.168 ++ go env GOARCH
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.187 + export GO_BUILDMODE=-buildmode=pie
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.187 + GO_BUILDMODE=-buildmode=pie
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.188 ++ dirname /tmp/install/install.sh
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.191 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + dir=/tmp/install
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + bin=rootlesskit
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + shift
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + . /tmp/install/rootlesskit.installer
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + install_rootlesskit
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + case "$1" in
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + export CGO_ENABLED=0
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + CGO_ENABLED=0
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + _install_rootlesskit
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e'
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.TvuVzhcQKY/src/github.com/rootless-containers/rootlesskit
16:14:21 [2020-07-17T16:14:21.815Z] #54 3.196 Cloning into '/tmp/tmp.TvuVzhcQKY/src/github.com/rootless-containers/rootlesskit'...
16:14:21 [2020-07-17T16:14:21.815Z] #54 6.443 + cd /tmp/tmp.TvuVzhcQKY/src/github.com/rootless-containers/rootlesskit
16:14:21 [2020-07-17T16:14:21.815Z] #54 6.444 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e
16:14:21 [2020-07-17T16:14:21.815Z] #54 6.493 + for f in rootlesskit rootlesskit-docker-proxy
16:14:21 [2020-07-17T16:14:21.815Z] #54 6.493 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
16:14:21 [2020-07-17T16:14:21.815Z] #54 ...
16:14:21 [2020-07-17T16:14:21.815Z] 
16:14:21 [2020-07-17T16:14:21.815Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:14:21 [2020-07-17T16:14:21.815Z] #23 4.605 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:14:21 [2020-07-17T16:14:21.815Z] #23 4.711 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:14:21 [2020-07-17T16:14:21.815Z] #23 4.719 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:14:21 [2020-07-17T16:14:21.815Z] #23 5.519 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:14:21 [2020-07-17T16:14:21.815Z] #23 7.043 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB]
16:14:21 [2020-07-17T16:14:21.815Z] #23 8.764 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
16:14:22 [2020-07-17T16:14:22.058Z] #52 35.50 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
16:14:22 [2020-07-17T16:14:22.059Z] #52 35.73 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ...
16:14:22 [2020-07-17T16:14:22.059Z] #52 35.76 Unpacking libbtrfs0 (4.20.1-2) ...
16:14:22 [2020-07-17T16:14:22.073Z] #39 90.69   CC       criu/sk-tcp.o
16:14:22 [2020-07-17T16:14:22.079Z] #23 ...
16:14:22 [2020-07-17T16:14:22.079Z] 
16:14:22 [2020-07-17T16:14:22.079Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.512 + RM_GOPATH=0
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.513 + TMP_GOPATH=
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.513 + : /build
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.513 + '[' -z '' ']'
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.514 ++ mktemp -d
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.516 + export GOPATH=/tmp/tmp.UwHL1SmqFP
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.516 + GOPATH=/tmp/tmp.UwHL1SmqFP
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.516 + RM_GOPATH=1
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.517 + case "$(go env GOARCH)" in
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.517 ++ go env GOARCH
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.557 + export GO_BUILDMODE=-buildmode=pie
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.558 + GO_BUILDMODE=-buildmode=pie
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.559 ++ dirname /tmp/install/install.sh
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.563 + dir=/tmp/install
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.565 + bin=shfmt
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.565 + shift
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.565 + '[' '!' -f /tmp/install/shfmt.installer ']'
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.567 + . /tmp/install/shfmt.installer
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.568 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.568 + install_shfmt
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.568 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.569 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.569 + git clone https://github.com/mvdan/sh.git /tmp/tmp.UwHL1SmqFP/src/github.com/mvdan/sh
16:14:22 [2020-07-17T16:14:22.079Z] #47 4.574 Cloning into '/tmp/tmp.UwHL1SmqFP/src/github.com/mvdan/sh'...
16:14:22 [2020-07-17T16:14:22.079Z] #47 ...
16:14:22 [2020-07-17T16:14:22.079Z] 
16:14:22 [2020-07-17T16:14:22.079Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:14:22 [2020-07-17T16:14:22.079Z] #32 5.115 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:14:22 [2020-07-17T16:14:22.079Z] #32 5.144 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:14:22 [2020-07-17T16:14:22.079Z] #32 5.158 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:14:22 [2020-07-17T16:14:22.079Z] #32 6.162 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:14:22 [2020-07-17T16:14:22.079Z] #32 7.611 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB]
16:14:22 [2020-07-17T16:14:22.079Z] #32 9.371 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
16:14:22 [2020-07-17T16:14:22.344Z] #32 ...
16:14:22 [2020-07-17T16:14:22.344Z] 
16:14:22 [2020-07-17T16:14:22.344Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.711 + RM_GOPATH=0
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.711 + TMP_GOPATH=
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.711 + : /build
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.711 + '[' -z '' ']'
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.711 ++ mktemp -d
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.714 + export GOPATH=/tmp/tmp.VGvbKZ9YtP
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.714 + GOPATH=/tmp/tmp.VGvbKZ9YtP
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.714 + RM_GOPATH=1
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.714 + case "$(go env GOARCH)" in
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.728 ++ go env GOARCH
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.771 + export GO_BUILDMODE=-buildmode=pie
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.771 + GO_BUILDMODE=-buildmode=pie
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.771 ++ dirname /tmp/install/install.sh
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.781 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 + dir=/tmp/install
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 + bin=tomlv
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 + shift
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 + '[' '!' -f /tmp/install/tomlv.installer ']'
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 + . /tmp/install/tomlv.installer
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 + install_tomlv
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.782 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.VGvbKZ9YtP/src/github.com/BurntSushi/toml
16:14:22 [2020-07-17T16:14:22.344Z] #30 3.796 Cloning into '/tmp/tmp.VGvbKZ9YtP/src/github.com/BurntSushi/toml'...
16:14:22 [2020-07-17T16:14:22.344Z] #30 4.787 + cd /tmp/tmp.VGvbKZ9YtP/src/github.com/BurntSushi/toml
16:14:22 [2020-07-17T16:14:22.344Z] #30 4.788 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
16:14:22 [2020-07-17T16:14:22.344Z] #30 4.811 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
16:14:22 [2020-07-17T16:14:22.344Z] #30 5.204 math/bits
16:14:22 [2020-07-17T16:14:22.344Z] #30 5.268 runtime/internal/sys
16:14:22 [2020-07-17T16:14:22.344Z] #30 5.280 internal/cpu
16:14:22 [2020-07-17T16:14:22.344Z] #30 5.462 runtime/internal/atomic
16:14:22 [2020-07-17T16:14:22.344Z] #30 5.732 runtime/internal/math
16:14:22 [2020-07-17T16:14:22.344Z] #30 5.846 internal/bytealg
16:14:22 [2020-07-17T16:14:22.344Z] #30 6.006 unicode/utf8
16:14:22 [2020-07-17T16:14:22.344Z] #30 6.041 sync/atomic
16:14:22 [2020-07-17T16:14:22.344Z] #30 6.332 math
16:14:22 [2020-07-17T16:14:22.344Z] #30 6.505 unicode
16:14:22 [2020-07-17T16:14:22.344Z] #30 6.894 runtime
16:14:22 [2020-07-17T16:14:22.344Z] #30 6.953 internal/testlog
16:14:22 [2020-07-17T16:14:22.344Z] #30 7.412 encoding
16:14:22 [2020-07-17T16:14:22.344Z] #30 7.893 runtime/cgo
16:14:22 [2020-07-17T16:14:22.362Z] #52 35.96 Selecting previously unselected package libbtrfs-dev.
16:14:22 [2020-07-17T16:14:22.362Z] #52 35.96 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ...
16:14:22 [2020-07-17T16:14:22.362Z] #52 35.97 Unpacking libbtrfs-dev (4.20.1-2) ...
16:14:22 [2020-07-17T16:14:22.366Z] #39 90.88   CC       criu/sk-unix.o
16:14:22 [2020-07-17T16:14:22.607Z] #30 ...
16:14:22 [2020-07-17T16:14:22.607Z] 
16:14:22 [2020-07-17T16:14:22.607Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.887 + RM_GOPATH=0
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.887 + TMP_GOPATH=
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.887 + : /build
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.887 + '[' -z '' ']'
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.888 ++ mktemp -d
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.890 + export GOPATH=/tmp/tmp.QdiBap2kNt
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.890 + GOPATH=/tmp/tmp.QdiBap2kNt
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.891 + RM_GOPATH=1
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.891 + case "$(go env GOARCH)" in
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.892 ++ go env GOARCH
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.906 + export GO_BUILDMODE=-buildmode=pie
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.906 + GO_BUILDMODE=-buildmode=pie
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.907 ++ dirname /tmp/install/install.sh
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.909 + dir=/tmp/install
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.909 + bin=golangci_lint
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.910 + shift
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.910 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.911 + . /tmp/install/golangci_lint.installer
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.912 ++ : v1.23.8
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.914 + install_golangci_lint
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.918 + echo 'Installing golangci-lint version v1.23.8'
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.919 Installing golangci-lint version v1.23.8
16:14:22 [2020-07-17T16:14:22.607Z] #45 3.919 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
16:14:22 [2020-07-17T16:14:22.607Z] #45 ...
16:14:22 [2020-07-17T16:14:22.607Z] 
16:14:22 [2020-07-17T16:14:22.607Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:22 [2020-07-17T16:14:22.607Z] #10 5.128 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:14:22 [2020-07-17T16:14:22.607Z] #10 5.185 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:14:22 [2020-07-17T16:14:22.607Z] #10 5.186 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:14:22 [2020-07-17T16:14:22.607Z] #10 6.024 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:14:22 [2020-07-17T16:14:22.607Z] #10 7.339 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB]
16:14:22 [2020-07-17T16:14:22.607Z] #10 8.931 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
16:14:22 [2020-07-17T16:14:22.664Z] #52 ...
16:14:22 [2020-07-17T16:14:22.664Z] 
16:14:22 [2020-07-17T16:14:22.664Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.27 Selecting previously unselected package libjq1:ppc64el.
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.27 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.27 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.64 Selecting previously unselected package jq.
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.64 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ...
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.64 Unpacking jq (1.5+dfsg-2+b1) ...
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.87 Setting up libonig5:ppc64el (6.9.1-1) ...
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.91 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.92 Setting up jq (1.5+dfsg-2+b1) ...
16:14:22 [2020-07-17T16:14:22.664Z] #24 35.92 Processing triggers for libc-bin (2.28-10) ...
16:14:22 [2020-07-17T16:14:22.664Z] #24 DONE 36.2s
16:14:22 [2020-07-17T16:14:22.664Z] 
16:14:22 [2020-07-17T16:14:22.664Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
16:14:22 [2020-07-17T16:14:22.664Z] #25 DONE 0.1s
16:14:22 [2020-07-17T16:14:22.664Z] 
16:14:22 [2020-07-17T16:14:22.664Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:22 [2020-07-17T16:14:22.664Z] #52 36.18 Setting up libbtrfs0 (4.20.1-2) ...
16:14:22 [2020-07-17T16:14:22.664Z] #52 36.20 Setting up libbtrfs-dev (4.20.1-2) ...
16:14:22 [2020-07-17T16:14:22.664Z] #52 36.21 Processing triggers for libc-bin (2.28-10) ...
16:14:22 [2020-07-17T16:14:22.871Z] #10 ...
16:14:22 [2020-07-17T16:14:22.871Z] 
16:14:22 [2020-07-17T16:14:22.871Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.310 + RM_GOPATH=0
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.313 + TMP_GOPATH=
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.316 + : /build
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.316 + '[' -z '' ']'
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.316 ++ mktemp -d
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.336 + export GOPATH=/tmp/tmp.pEDy5ccPLm
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.337 + GOPATH=/tmp/tmp.pEDy5ccPLm
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.337 + RM_GOPATH=1
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.337 + case "$(go env GOARCH)" in
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.338 ++ go env GOARCH
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.361 + export GO_BUILDMODE=-buildmode=pie
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.361 + GO_BUILDMODE=-buildmode=pie
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.362 ++ dirname /tmp/install/install.sh
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.365 + dir=/tmp/install
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.366 + bin=proxy
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.366 + shift
16:14:22 [2020-07-17T16:14:22.871Z] #60 4.367 + '[' '!' -f /tmp/install/proxy.installer ']'
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.367 + . /tmp/install/proxy.installer
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.368 ++ : 9e99af28df21367340c95a3863e31808d689c92a
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.368 + install_proxy
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.369 + case "$1" in
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.369 + export CGO_ENABLED=0
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.369 + CGO_ENABLED=0
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.370 + _install_proxy
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.370 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.371 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.371 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.pEDy5ccPLm/src/github.com/docker/libnetwork
16:14:22 [2020-07-17T16:14:22.872Z] #60 4.377 Cloning into '/tmp/tmp.pEDy5ccPLm/src/github.com/docker/libnetwork'...
16:14:22 [2020-07-17T16:14:22.872Z] #60 ...
16:14:22 [2020-07-17T16:14:22.872Z] 
16:14:22 [2020-07-17T16:14:22.872Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:22 [2020-07-17T16:14:22.872Z] #38 5.110 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:14:22 [2020-07-17T16:14:22.872Z] #38 5.135 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:14:22 [2020-07-17T16:14:22.872Z] #38 5.145 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:14:22 [2020-07-17T16:14:22.872Z] #38 6.126 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:14:22 [2020-07-17T16:14:22.872Z] #38 7.516 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB]
16:14:22 [2020-07-17T16:14:22.872Z] #38 8.805 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
16:14:22 [2020-07-17T16:14:22.970Z] #52 DONE 36.7s
16:14:22 [2020-07-17T16:14:22.970Z] 
16:14:22 [2020-07-17T16:14:22.970Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:22 [2020-07-17T16:14:22.970Z] #39 23.82 Reading package lists...
16:14:22 [2020-07-17T16:14:22.970Z] #39 30.96 Building dependency tree...
16:14:22 [2020-07-17T16:14:22.970Z] #39 33.76 The following additional packages will be installed:
16:14:22 [2020-07-17T16:14:22.970Z] #39 33.77   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
16:14:22 [2020-07-17T16:14:22.970Z] #39 33.77   libprotoc17 python-pkg-resources python-six zlib1g-dev
16:14:22 [2020-07-17T16:14:22.970Z] #39 33.78 Suggested packages:
16:14:22 [2020-07-17T16:14:22.970Z] #39 33.79   manpages-dev python-setuptools
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.07 The following NEW packages will be installed:
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.07   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.07   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.07   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.07   python-six zlib1g-dev
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.22 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.22 Need to get 4075 kB of archives.
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.22 After this operation, 24.5 MB of additional disk space will be used.
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.31 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.49 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.60 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.67 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.69 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB]
16:14:22 [2020-07-17T16:14:22.970Z] #39 35.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB]
16:14:23 [2020-07-17T16:14:23.004Z] #39 91.67   CC       criu/sockets.o
16:14:23 [2020-07-17T16:14:23.136Z] #38 ...
16:14:23 [2020-07-17T16:14:23.136Z] 
16:14:23 [2020-07-17T16:14:23.136Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:14:23 [2020-07-17T16:14:23.136Z] #36 4.609 + git clone https://github.com/docker/distribution.git .
16:14:23 [2020-07-17T16:14:23.136Z] #36 4.609 Cloning into '.'...
16:14:23 [2020-07-17T16:14:23.136Z] #36 ...
16:14:23 [2020-07-17T16:14:23.136Z] 
16:14:23 [2020-07-17T16:14:23.136Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:23 [2020-07-17T16:14:23.136Z] #51 4.439 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:14:23 [2020-07-17T16:14:23.136Z] #51 4.624 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:14:23 [2020-07-17T16:14:23.136Z] #51 4.629 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:14:23 [2020-07-17T16:14:23.136Z] #51 5.148 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:14:23 [2020-07-17T16:14:23.136Z] #51 6.651 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB]
16:14:23 [2020-07-17T16:14:23.136Z] #51 8.307 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
16:14:23 [2020-07-17T16:14:23.270Z] #39 ...
16:14:23 [2020-07-17T16:14:23.270Z] 
16:14:23 [2020-07-17T16:14:23.270Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.322 + RM_GOPATH=0
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.322 + TMP_GOPATH=
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.322 + : /build
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.322 + '[' -z '' ']'
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.323 ++ mktemp -d
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.325 + export GOPATH=/tmp/tmp.pxvgQ5f1RE
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.325 + GOPATH=/tmp/tmp.pxvgQ5f1RE
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.325 + RM_GOPATH=1
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.326 + case "$(go env GOARCH)" in
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.326 ++ go env GOARCH
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.359 + export GO_BUILDMODE=-buildmode=pie
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.360 + GO_BUILDMODE=-buildmode=pie
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.372 ++ dirname /tmp/install/install.sh
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.374 + dir=/tmp/install
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.379 + bin=containerd
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.379 + shift
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.379 + '[' '!' -f /tmp/install/containerd.installer ']'
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.380 + . /tmp/install/containerd.installer
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.380 ++ set -e
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.381 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.383 + install_containerd
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.387 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1'
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.387 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.388 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pxvgQ5f1RE/src/github.com/containerd/containerd
16:14:23 [2020-07-17T16:14:23.270Z] #53 0.402 Cloning into '/tmp/tmp.pxvgQ5f1RE/src/github.com/containerd/containerd'...
16:14:23 [2020-07-17T16:14:23.301Z] #39 92.15   CC       criu/stats.o
16:14:23 [2020-07-17T16:14:23.403Z] #51 ...
16:14:23 [2020-07-17T16:14:23.403Z] 
16:14:23 [2020-07-17T16:14:23.403Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:23 [2020-07-17T16:14:23.403Z] #47 11.46 + cd /tmp/tmp.UwHL1SmqFP/src/github.com/mvdan/sh
16:14:23 [2020-07-17T16:14:23.403Z] #47 11.46 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
16:14:23 [2020-07-17T16:14:23.403Z] #47 11.55 + GO111MODULE=on
16:14:23 [2020-07-17T16:14:23.403Z] #47 11.55 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
16:14:23 [2020-07-17T16:14:23.595Z] #39 92.24   CC       criu/string.o
16:14:23 [2020-07-17T16:14:23.595Z] #39 92.27   CC       criu/sysctl.o
16:14:23 [2020-07-17T16:14:23.889Z] #39 92.63   CC       criu/sysfs_parse.o
16:14:24 [2020-07-17T16:14:24.182Z] #39 92.87   CC       criu/timens.o
16:14:24 [2020-07-17T16:14:24.475Z] #39 93.07   CC       criu/timerfd.o
16:14:24 [2020-07-17T16:14:24.475Z] #39 93.21   CC       criu/tty.o
16:14:24 [2020-07-17T16:14:24.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:14:24 [2020-07-17T16:14:24.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:14:24 [2020-07-17T16:14:24.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:14:24 [2020-07-17T16:14:24.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:14:24 [2020-07-17T16:14:24.811Z] #47 12.98 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:14:24 [2020-07-17T16:14:24.811Z] #47 13.00 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:14:24 [2020-07-17T16:14:24.811Z] #47 13.04 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:14:25 [2020-07-17T16:14:25.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:14:25 [2020-07-17T16:14:25.074Z] #47 13.16 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:14:25 [2020-07-17T16:14:25.074Z] #47 13.28 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:14:25 [2020-07-17T16:14:25.515Z] #39 94.00   CC       criu/tun.o
16:14:25 [2020-07-17T16:14:25.515Z] #39 94.21   CC       criu/uffd.o
16:14:25 [2020-07-17T16:14:25.651Z] #47 13.79 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:14:26 [2020-07-17T16:14:26.067Z] #53 ...
16:14:26 [2020-07-17T16:14:26.067Z] 
16:14:26 [2020-07-17T16:14:26.067Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:14:26 [2020-07-17T16:14:26.067Z] #33 22.40 Reading package lists...
16:14:26 [2020-07-17T16:14:26.067Z] #33 29.63 Building dependency tree...
16:14:26 [2020-07-17T16:14:26.067Z] #33 33.09 The following additional packages will be installed:
16:14:26 [2020-07-17T16:14:26.067Z] #33 33.10   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
16:14:26 [2020-07-17T16:14:26.067Z] #33 33.11 Suggested packages:
16:14:26 [2020-07-17T16:14:26.067Z] #33 33.11   cmake-doc ninja-build lrzip
16:14:26 [2020-07-17T16:14:26.067Z] #33 33.11 Recommended packages:
16:14:26 [2020-07-17T16:14:26.067Z] #33 33.11   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.10 The following NEW packages will be installed:
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.11   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.11   vim-common xxd
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.24 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.24 Need to get 14.9 MB of archives.
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.24 After this operation, 67.2 MB of additional disk space will be used.
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB]
16:14:26 [2020-07-17T16:14:26.067Z] #33 34.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
16:14:26 [2020-07-17T16:14:26.067Z] #33 35.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB]
16:14:26 [2020-07-17T16:14:26.067Z] #33 35.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB]
16:14:26 [2020-07-17T16:14:26.067Z] #33 35.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
16:14:26 [2020-07-17T16:14:26.067Z] #33 35.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB]
16:14:26 [2020-07-17T16:14:26.068Z] #33 35.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB]
16:14:26 [2020-07-17T16:14:26.068Z] #33 35.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB]
16:14:26 [2020-07-17T16:14:26.068Z] #33 37.39 debconf: delaying package configuration, since apt-utils is not installed
16:14:26 [2020-07-17T16:14:26.068Z] #33 37.63 Fetched 14.9 MB in 2s (8323 kB/s)
16:14:26 [2020-07-17T16:14:26.068Z] #33 37.82 Selecting previously unselected package xxd.
16:14:26 [2020-07-17T16:14:26.068Z] #33 37.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
16:14:26 [2020-07-17T16:14:26.068Z] #33 37.90 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #33 37.90 Unpacking xxd (2:8.1.0875-5) ...
16:14:26 [2020-07-17T16:14:26.068Z] #33 38.16 Selecting previously unselected package vim-common.
16:14:26 [2020-07-17T16:14:26.068Z] #33 38.18 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #33 38.25 Unpacking vim-common (2:8.1.0875-5) ...
16:14:26 [2020-07-17T16:14:26.068Z] #33 38.73 Selecting previously unselected package cmake-data.
16:14:26 [2020-07-17T16:14:26.068Z] #33 38.74 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #33 38.76 Unpacking cmake-data (3.13.4-1) ...
16:14:26 [2020-07-17T16:14:26.068Z] #33 ...
16:14:26 [2020-07-17T16:14:26.068Z] 
16:14:26 [2020-07-17T16:14:26.068Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:26 [2020-07-17T16:14:26.068Z] #39 37.37 debconf: delaying package configuration, since apt-utils is not installed
16:14:26 [2020-07-17T16:14:26.068Z] #39 37.64 Fetched 4075 kB in 1s (7089 kB/s)
16:14:26 [2020-07-17T16:14:26.068Z] #39 37.79 Selecting previously unselected package libcap-dev:ppc64el.
16:14:26 [2020-07-17T16:14:26.068Z] #39 37.79 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
16:14:26 [2020-07-17T16:14:26.068Z] #39 37.89 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 37.90 Unpacking libcap-dev:ppc64el (1:2.25-2) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.10 Selecting previously unselected package libnet1:ppc64el.
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.10 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.11 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.23 Selecting previously unselected package libnet1-dev.
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.24 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.24 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.53 Selecting previously unselected package libnl-3-200:ppc64el.
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.54 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.55 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.72 Selecting previously unselected package libnl-3-dev:ppc64el.
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.74 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 38.74 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.08 Selecting previously unselected package libprotobuf-c1:ppc64el.
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.08 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.10 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.24 Selecting previously unselected package libprotobuf-c-dev:ppc64el.
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.26 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.26 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.46 Selecting previously unselected package zlib1g-dev:ppc64el.
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.50 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.53 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.77 Selecting previously unselected package libprotobuf17:ppc64el.
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.77 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 39.79 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ...
16:14:26 [2020-07-17T16:14:26.068Z] #39 ...
16:14:26 [2020-07-17T16:14:26.068Z] 
16:14:26 [2020-07-17T16:14:26.068Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:26 [2020-07-17T16:14:26.068Z] #11 22.74 Reading package lists...
16:14:26 [2020-07-17T16:14:26.068Z] #11 30.11 Building dependency tree...
16:14:26 [2020-07-17T16:14:26.068Z] #11 33.47 The following additional packages will be installed:
16:14:26 [2020-07-17T16:14:26.068Z] #11 33.49   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
16:14:26 [2020-07-17T16:14:26.068Z] #11 33.49   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
16:14:26 [2020-07-17T16:14:26.068Z] #11 33.49   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:14:26 [2020-07-17T16:14:26.068Z] #11 33.49   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
16:14:26 [2020-07-17T16:14:26.068Z] #11 33.50 Suggested packages:
16:14:26 [2020-07-17T16:14:26.068Z] #11 33.51   gcc-8-locales seccomp wine64
16:14:26 [2020-07-17T16:14:26.068Z] #11 34.92 The following NEW packages will be installed:
16:14:26 [2020-07-17T16:14:26.068Z] #11 34.93   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:14:26 [2020-07-17T16:14:26.068Z] #11 34.93   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
16:14:26 [2020-07-17T16:14:26.068Z] #11 34.93   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:14:26 [2020-07-17T16:14:26.068Z] #11 34.93   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
16:14:26 [2020-07-17T16:14:26.068Z] #11 34.93   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
16:14:26 [2020-07-17T16:14:26.068Z] #11 34.93   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
16:14:26 [2020-07-17T16:14:26.068Z] #11 35.03 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
16:14:26 [2020-07-17T16:14:26.068Z] #11 35.03 Need to get 78.9 MB of archives.
16:14:26 [2020-07-17T16:14:26.068Z] #11 35.03 After this operation, 532 MB of additional disk space will be used.
16:14:26 [2020-07-17T16:14:26.068Z] #11 35.03 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]
16:14:26 [2020-07-17T16:14:26.068Z] #11 35.60 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]
16:14:26 [2020-07-17T16:14:26.068Z] #11 36.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]
16:14:26 [2020-07-17T16:14:26.068Z] #11 36.06 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB]
16:14:26 [2020-07-17T16:14:26.068Z] #11 36.07 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB]
16:14:26 [2020-07-17T16:14:26.068Z] #11 36.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB]
16:14:26 [2020-07-17T16:14:26.068Z] #11 36.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
16:14:26 [2020-07-17T16:14:26.068Z] #11 36.92 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]
16:14:26 [2020-07-17T16:14:26.068Z] #11 36.92 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]
16:14:26 [2020-07-17T16:14:26.157Z] #39 ...
16:14:26 [2020-07-17T16:14:26.157Z] 
16:14:26 [2020-07-17T16:14:26.157Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:14:26 [2020-07-17T16:14:26.157Z] #36 DONE 132.4s
16:14:26 [2020-07-17T16:14:26.157Z] 
16:14:26 [2020-07-17T16:14:26.157Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:14:26 [2020-07-17T16:14:26.157Z] #39 94.71   CC       criu/util.o
16:14:26 [2020-07-17T16:14:26.237Z] #47 14.44 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:14:26 [2020-07-17T16:14:26.377Z] #11 ...
16:14:26 [2020-07-17T16:14:26.377Z] 
16:14:26 [2020-07-17T16:14:26.377Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:26 [2020-07-17T16:14:26.377Z] #26 2.385 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
16:14:26 [2020-07-17T16:14:26.377Z] #26 2.858 
16:14:26 [2020-07-17T16:14:26.794Z] #39 95.33   CC       criu/uts_ns.o
16:14:26 [2020-07-17T16:14:26.794Z] #39 95.45   CC       criu/vdso.o
16:14:26 [2020-07-17T16:14:26.794Z] #39 ...
16:14:26 [2020-07-17T16:14:26.794Z] 
16:14:26 [2020-07-17T16:14:26.794Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
16:14:26 [2020-07-17T16:14:26.794Z] #37 DONE 0.2s
16:14:26 [2020-07-17T16:14:26.794Z] 
16:14:26 [2020-07-17T16:14:26.794Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:14:26 [2020-07-17T16:14:26.794Z] #39 95.61   LINK     criu/built-in.o
16:14:26 [2020-07-17T16:14:26.794Z] #39 95.66   LINK     criu/criu
16:14:26 [2020-07-17T16:14:26.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:14:27 [2020-07-17T16:14:27.087Z] #39 95.76   DEP      lib/c/criu.d
16:14:27 [2020-07-17T16:14:27.087Z] #39 95.78   CC       images/rpc.pb-c.o
16:14:27 [2020-07-17T16:14:27.194Z] #47 15.26 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:14:27 [2020-07-17T16:14:27.379Z] #39 95.95   CC       lib/c/criu.o
16:14:27 [2020-07-17T16:14:27.379Z] #39 96.22   LINK     lib/c/built-in.o
16:14:27 [2020-07-17T16:14:27.677Z] #39 96.22   LINK     lib/c/libcriu.so
16:14:27 [2020-07-17T16:14:27.677Z] #39 96.23   LINK     lib/c/libcriu.a
16:14:27 [2020-07-17T16:14:27.677Z] #39 96.27   GEN      magic.py
16:14:27 [2020-07-17T16:14:27.678Z] #39 96.31 Note: Building without setproctitle() and strlcpy() support.
16:14:27 [2020-07-17T16:14:27.678Z] #39 96.31       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
16:14:27 [2020-07-17T16:14:27.678Z] #39 96.31 Note: Building without GnuTLS support
16:14:27 [2020-07-17T16:14:27.678Z] #39 96.31 Makefile.config:39: Warn: you have no libnftables installed
16:14:27 [2020-07-17T16:14:27.678Z] #39 96.31 Makefile.config:40: Warn: Building without nftables support
16:14:27 [2020-07-17T16:14:27.678Z] #39 96.52 fatal: not a git repository (or any of the parent directories): .git
16:14:27 [2020-07-17T16:14:27.971Z] #39 96.79 make[1]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.145Z] #47 16.26 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:14:28 [2020-07-17T16:14:28.145Z] #47 16.32 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:14:28 [2020-07-17T16:14:28.223Z] #26 3.079 
                                                                           0.4%
####                                                                       6.7%
#######                                                                   10.8%
############                                                              16.9%
###############                                                           21.0%
##################                                                        25.1%
####################                                                      29.2%
#######################                                                   33.2%
##########################                                                37.3%
#############################                                             41.4%
################################                                          45.4%
###################################                                       49.5%
######################################                                    53.6%
#########################################                                 57.7%
#############################################                             63.8%
##################################################                        69.9%
######################################################                    76.0%
###########################################################               82.1%
################################################################          90.2%
######################################################################    98.4%
######################################################################## 100.0%
16:14:28 [2020-07-17T16:14:28.267Z] #39 97.08 make[1]: 'images/built-in.o' is up to date.
16:14:28 [2020-07-17T16:14:28.409Z] #47 16.55 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:14:28 [2020-07-17T16:14:28.410Z] #47 16.57 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:14:28 [2020-07-17T16:14:28.410Z] #47 ...
16:14:28 [2020-07-17T16:14:28.410Z] 
16:14:28 [2020-07-17T16:14:28.410Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:28 [2020-07-17T16:14:28.410Z] #60 16.25 Checking out files:  67% (1386/2067)   
Checking out files:  68% (1406/2067)   
Checking out files:  69% (1427/2067)   
Checking out files:  70% (1447/2067)   
Checking out files:  71% (1468/2067)   
Checking out files:  72% (1489/2067)   
Checking out files:  73% (1509/2067)   
Checking out files:  74% (1530/2067)   
Checking out files:  75% (1551/2067)   
Checking out files:  76% (1571/2067)   
Checking out files:  77% (1592/2067)   
Checking out files:  78% (1613/2067)   
Checking out files:  79% (1633/2067)   
Checking out files:  80% (1654/2067)   
Checking out files:  81% (1675/2067)   
Checking out files:  82% (1695/2067)   
Checking out files:  83% (1716/2067)   
Checking out files:  84% (1737/2067)   
Checking out files:  85% (1757/2067)   
Checking out files:  86% (1778/2067)   
Checking out files:  87% (1799/2067)   
Checking out files:  88% (1819/2067)   
Checking out files:  89% (1840/2067)   
Checking out files:  90% (1861/2067)   
Checking out files:  91% (1881/2067)   
Checking out files:  92% (1902/2067)   
Checking out files:  93% (1923/2067)   
Checking out files:  94% (1943/2067)   
Checking out files:  95% (1964/2067)   
Checking out files:  96% (1985/2067)   
Checking out files:  97% (2005/2067)   
Checking out files:  98% (2026/2067)   
Checking out files:  99% (2047/2067)   
Checking out files: 100% (2067/2067)   
Checking out files: 100% (2067/2067), done.
16:14:28 [2020-07-17T16:14:28.410Z] #60 16.75 + cd /tmp/tmp.pEDy5ccPLm/src/github.com/docker/libnetwork
16:14:28 [2020-07-17T16:14:28.410Z] #60 16.77 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.09 make[1]: 'compel/plugins/std.lib.a' is up to date.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.11 make[1]: 'compel/plugins/fds.lib.a' is up to date.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.12 make[1]: 'compel/libcompel.a' is up to date.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.14 make[1]: 'compel/compel-host-bin' is up to date.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.14 make[1]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.15 make[1]: 'soccr/libsoccr.a' is up to date.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.20 make[2]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.21 make[2]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.23 make[2]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.27 make[2]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.28 make[2]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.29 make[2]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.30 make[2]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.560Z] #39 97.34 make[2]: Nothing to be done for 'all'.
16:14:28 [2020-07-17T16:14:28.856Z] #39 97.35   INSTALL  criu/criu
16:14:28 [2020-07-17T16:14:28.856Z] #39 DONE 97.6s
16:14:28 [2020-07-17T16:14:28.856Z] 
16:14:28 [2020-07-17T16:14:28.856Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:14:28 [2020-07-17T16:14:28.881Z] #26 6.087 #=#=#                                                                         
16:14:28 [2020-07-17T16:14:28.881Z] #26 ...
16:14:28 [2020-07-17T16:14:28.881Z] 
16:14:28 [2020-07-17T16:14:28.881Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:14:28 [2020-07-17T16:14:28.881Z] #33 42.60 Selecting previously unselected package libicu63:ppc64el.
16:14:28 [2020-07-17T16:14:28.881Z] #33 42.66 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ...
16:14:28 [2020-07-17T16:14:28.881Z] #33 42.67 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
16:14:28 [2020-07-17T16:14:28.987Z] #60 17.24 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
16:14:29 [2020-07-17T16:14:29.566Z] #52 ...
16:14:29 [2020-07-17T16:14:29.566Z] 
16:14:29 [2020-07-17T16:14:29.566Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
16:14:29 [2020-07-17T16:14:29.859Z] #40 DONE 0.2s
16:14:29 [2020-07-17T16:14:29.859Z] 
16:14:29 [2020-07-17T16:14:29.859Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
16:14:29 [2020-07-17T16:14:29.967Z] #33 ...
16:14:29 [2020-07-17T16:14:29.967Z] 
16:14:29 [2020-07-17T16:14:29.967Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:29 [2020-07-17T16:14:29.967Z] #61 DONE 43.8s
16:14:30 [2020-07-17T16:14:30.154Z] #42 DONE 0.2s
16:14:30 [2020-07-17T16:14:30.154Z] 
16:14:30 [2020-07-17T16:14:30.154Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
16:14:30 [2020-07-17T16:14:30.154Z] #44 DONE 0.1s
16:14:30 [2020-07-17T16:14:30.154Z] 
16:14:30 [2020-07-17T16:14:30.154Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:14:30 [2020-07-17T16:14:30.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:14:30 [2020-07-17T16:14:30.271Z] 
16:14:30 [2020-07-17T16:14:30.271Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:30 [2020-07-17T16:14:30.271Z] #26 6.386 
##########                                                                14.2%
##########################                                                37.5%
#########################################################                 79.5%
######################################################################## 100.0%
16:14:30 [2020-07-17T16:14:30.271Z] #26 7.088 
16:14:30 [2020-07-17T16:14:30.537Z] Running on azwin-2-cda4f0 in d:\jenkins\workspace\moby_PR-41226
[Pipeline] {
[Pipeline] ws
16:14:30 [2020-07-17T16:14:30.554Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
16:14:30 [2020-07-17T16:14:30.571Z] #26 7.464 
                                                                           0.3%
################                                                          22.7%
###############################                                           43.2%
######################################                                    53.6%
####################################################################      94.5%
######################################################################## 100.0%
[Pipeline] checkout
16:14:31 [2020-07-17T16:14:31.193Z] #52 112.9 + bin/containerd
16:14:31 [2020-07-17T16:14:31.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:14:31 [2020-07-17T16:14:31.657Z] #26 8.822 
16:14:32 [2020-07-17T16:14:32.335Z] #60 ...
16:14:32 [2020-07-17T16:14:32.335Z] 
16:14:32 [2020-07-17T16:14:32.335Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:32 [2020-07-17T16:14:32.335Z] #41 10.09 crypto/internal/subtle
16:14:32 [2020-07-17T16:14:32.335Z] #41 10.18 crypto/subtle
16:14:32 [2020-07-17T16:14:32.335Z] #41 10.34 vendor/golang.org/x/crypto/cryptobyte/asn1
16:14:32 [2020-07-17T16:14:32.335Z] #41 10.55 internal/nettrace
16:14:32 [2020-07-17T16:14:32.335Z] #41 10.87 runtime/cgo
16:14:32 [2020-07-17T16:14:32.335Z] #41 12.13 vendor/golang.org/x/crypto/internal/subtle
16:14:32 [2020-07-17T16:14:32.335Z] #41 ...
16:14:32 [2020-07-17T16:14:32.335Z] 
16:14:32 [2020-07-17T16:14:32.335Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:14:32 [2020-07-17T16:14:32.335Z] #36 14.29 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
16:14:32 [2020-07-17T16:14:32.335Z] #36 16.15 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:14:32 [2020-07-17T16:14:32.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:14:33 [2020-07-17T16:14:33.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:14:33 [2020-07-17T16:14:33.504Z] #26 9.008 #=#=#                                                                         

###                                                                        4.4%
########                                                                  12.1%
##############                                                            19.6%
#####################                                                     29.9%
#########################                                                 35.7%
############################                                              39.5%
###############################                                           43.3%
###################################                                       49.1%
######################################                                    52.9%
##########################################                                58.7%
###############################################                           66.4%
###################################################                       72.1%
#########################################################                 79.8%
##############################################################            87.5%
###################################################################       93.3%
######################################################################## 100.0%
16:14:34 [2020-07-17T16:14:34.164Z] #26 11.50 
16:14:34 [2020-07-17T16:14:34.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:14:34 [2020-07-17T16:14:34.897Z] #36 ...
16:14:34 [2020-07-17T16:14:34.897Z] 
16:14:34 [2020-07-17T16:14:34.897Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:34 [2020-07-17T16:14:34.897Z] #51 12.87 Fetched 8191 kB in 9s (930 kB/s)
16:14:34 [2020-07-17T16:14:34.897Z] #51 12.87 Reading package lists...
16:14:34 [2020-07-17T16:14:34.897Z] #51 18.26 Reading package lists...
16:14:34 [2020-07-17T16:14:34.897Z] #51 ...
16:14:34 [2020-07-17T16:14:34.897Z] 
16:14:34 [2020-07-17T16:14:34.897Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:34 [2020-07-17T16:14:34.897Z] #38 15.04 Fetched 8191 kB in 10s (805 kB/s)
16:14:34 [2020-07-17T16:14:34.897Z] #38 15.04 Reading package lists...
16:14:34 [2020-07-17T16:14:34.897Z] #38 19.48 Reading package lists...
16:14:34 [2020-07-17T16:14:34.897Z] #38 ...
16:14:34 [2020-07-17T16:14:34.897Z] 
16:14:34 [2020-07-17T16:14:34.897Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:34 [2020-07-17T16:14:34.897Z] #51 18.26 Reading package lists...
16:14:35 [2020-07-17T16:14:35.161Z] #51 23.35 Building dependency tree...
16:14:35 [2020-07-17T16:14:35.161Z] #51 ...
16:14:35 [2020-07-17T16:14:35.161Z] 
16:14:35 [2020-07-17T16:14:35.161Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:14:35 [2020-07-17T16:14:35.161Z] #23 13.36 Fetched 8191 kB in 9s (910 kB/s)
16:14:35 [2020-07-17T16:14:35.161Z] #23 13.36 Reading package lists...
16:14:35 [2020-07-17T16:14:35.425Z] #23 18.96 Reading package lists...
16:14:35 [2020-07-17T16:14:35.425Z] #23 ...
16:14:35 [2020-07-17T16:14:35.425Z] 
16:14:35 [2020-07-17T16:14:35.425Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:35 [2020-07-17T16:14:35.425Z] #47 17.50 runtime/cgo
16:14:35 [2020-07-17T16:14:35.425Z] #47 17.51 runtime
16:14:35 [2020-07-17T16:14:35.690Z] #47 ...
16:14:35 [2020-07-17T16:14:35.690Z] 
16:14:35 [2020-07-17T16:14:35.690Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:35 [2020-07-17T16:14:35.690Z] #10 13.81 Fetched 8191 kB in 9s (919 kB/s)
16:14:35 [2020-07-17T16:14:35.690Z] #10 13.81 Reading package lists...
16:14:35 [2020-07-17T16:14:35.690Z] #10 19.00 Reading package lists...
16:14:35 [2020-07-17T16:14:35.690Z] #10 ...
16:14:35 [2020-07-17T16:14:35.690Z] 
16:14:35 [2020-07-17T16:14:35.690Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:14:35 [2020-07-17T16:14:35.690Z] #23 18.96 Reading package lists...
16:14:35 [2020-07-17T16:14:35.957Z] #23 24.12 Building dependency tree...
16:14:35 [2020-07-17T16:14:35.957Z] #23 ...
16:14:35 [2020-07-17T16:14:35.957Z] 
16:14:35 [2020-07-17T16:14:35.957Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:14:35 [2020-07-17T16:14:35.957Z] #32 14.15 Fetched 8191 kB in 9s (882 kB/s)
16:14:35 [2020-07-17T16:14:35.957Z] #32 14.15 Reading package lists...
16:14:35 [2020-07-17T16:14:35.957Z] #32 19.24 Reading package lists...
16:14:35 [2020-07-17T16:14:35.957Z] #32 23.98 Building dependency tree...
16:14:35 [2020-07-17T16:14:35.957Z] #32 ...
16:14:35 [2020-07-17T16:14:35.957Z] 
16:14:35 [2020-07-17T16:14:35.957Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:36 [2020-07-17T16:14:36.200Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:14:36 [2020-07-17T16:14:36.789Z] #52 ...
16:14:36 [2020-07-17T16:14:36.789Z] 
16:14:36 [2020-07-17T16:14:36.789Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:14:36 [2020-07-17T16:14:36.789Z] #45 141.9 + cd /tmp/tmp.NO0gIYdL7y/src/github.com/golangci/golangci-lint/
16:14:36 [2020-07-17T16:14:36.789Z] #45 141.9 + git checkout -q v1.23.8
16:14:36 [2020-07-17T16:14:36.789Z] #45 142.0 ++ git describe --tags
16:14:36 [2020-07-17T16:14:36.789Z] #45 142.0 + version=v1.23.8
16:14:36 [2020-07-17T16:14:36.789Z] #45 142.0 ++ git rev-parse --short HEAD
16:14:36 [2020-07-17T16:14:36.789Z] #45 142.0 + commit=76a82c6
16:14:36 [2020-07-17T16:14:36.789Z] #45 142.0 ++ git show -s --format=%cd
16:14:36 [2020-07-17T16:14:36.789Z] #45 142.0 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
16:14:36 [2020-07-17T16:14:36.789Z] #45 142.0 + 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
16:14:37 [2020-07-17T16:14:37.260Z] #26 11.68 
                                                                           0.6%
#                                                                          1.7%
#                                                                          2.8%
###                                                                        4.9%
####                                                                       6.7%
#####                                                                      7.8%
######                                                                     9.4%
#######                                                                   10.0%
########                                                                  11.6%
#########                                                                 13.8%
###########                                                               15.4%
############                                                              17.0%
#############                                                             18.9%
##############                                                            19.7%
##############                                                            20.8%
################                                                          22.4%
##################                                                        25.1%
###################                                                       27.3%
####################                                                      28.9%
######################                                                    31.1%
########################                                                  34.4%
##########################                                                36.5%
###########################                                               38.7%
#############################                                             40.9%
##############################                                           
16:14:37 [2020-07-17T16:14:37.260Z] #26 ...
16:14:37 [2020-07-17T16:14:37.260Z] 
16:14:37 [2020-07-17T16:14:37.260Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:37 [2020-07-17T16:14:37.260Z] #11 40.83 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]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.29 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]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.36 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.37 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.44 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.47 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.52 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.52 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 44.54 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB]
16:14:37 [2020-07-17T16:14:37.260Z] #11 45.44 debconf: delaying package configuration, since apt-utils is not installed
16:14:37 [2020-07-17T16:14:37.260Z] #11 45.69 Fetched 78.9 MB in 10s (8253 kB/s)
16:14:37 [2020-07-17T16:14:37.260Z] #11 45.82 Selecting previously unselected package binutils-mingw-w64-i686.
16:14:37 [2020-07-17T16:14:37.260Z] #11 45.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
16:14:37 [2020-07-17T16:14:37.260Z] #11 45.90 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ...
16:14:37 [2020-07-17T16:14:37.260Z] #11 45.92 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:14:37 [2020-07-17T16:14:37.260Z] #11 49.72 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:14:37 [2020-07-17T16:14:37.260Z] #11 49.76 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ...
16:14:37 [2020-07-17T16:14:37.260Z] #11 49.76 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:14:37 [2020-07-17T16:14:37.260Z] #11 ...
16:14:37 [2020-07-17T16:14:37.260Z] 
16:14:37 [2020-07-17T16:14:37.260Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:37 [2020-07-17T16:14:37.377Z] #10 24.33 Building dependency tree...
16:14:37 [2020-07-17T16:14:37.560Z] #26 11.68 
                                                                           0.6%
#                                                                          1.7%
#                                                                          2.8%
###                                                                        4.9%
####                                                                       6.7%
#####                                                                      7.8%
######                                                                     9.4%
#######                                                                   10.0%
########                                                                  11.6%
#########                                                                 13.8%
###########                                                               15.4%
############                                                              17.0%
#############                                                             18.9%
##############                                                            19.7%
##############                                                            20.8%
################                                                          22.4%
##################                                                        25.1%
###################                                                       27.3%
####################                                                      28.9%
######################                                                    31.1%
########################                                                  34.4%
##########################                                                36.5%
###########################                                               38.7%
#############################                                             40.9%
##############################                                            42.5%
###############################                                           43.6%
################################                                         
16:14:37 [2020-07-17T16:14:37.560Z] #26 ...
16:14:37 [2020-07-17T16:14:37.560Z] 
16:14:37 [2020-07-17T16:14:37.560Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:37 [2020-07-17T16:14:37.560Z] #39 41.16 Selecting previously unselected package libprotobuf-lite17:ppc64el.
16:14:37 [2020-07-17T16:14:37.560Z] #39 41.18 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 41.18 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 41.53 Selecting previously unselected package libprotobuf-dev:ppc64el.
16:14:37 [2020-07-17T16:14:37.560Z] #39 41.56 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 41.56 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 43.97 Selecting previously unselected package libprotoc17:ppc64el.
16:14:37 [2020-07-17T16:14:37.560Z] #39 43.97 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 43.97 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 45.82 Selecting previously unselected package protobuf-c-compiler.
16:14:37 [2020-07-17T16:14:37.560Z] #39 45.86 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 45.86 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.11 Selecting previously unselected package protobuf-compiler.
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.12 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.14 Unpacking protobuf-compiler (3.6.1.3-2) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.40 Selecting previously unselected package python-pkg-resources.
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.42 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.43 Unpacking python-pkg-resources (40.8.0-1) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.94 Selecting previously unselected package python-six.
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.95 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 46.95 Unpacking python-six (1.12.0-1) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 47.13 Selecting previously unselected package python-protobuf.
16:14:37 [2020-07-17T16:14:37.560Z] #39 47.14 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 47.14 Unpacking python-protobuf (3.6.1.3-2) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 47.78 Setting up python-pkg-resources (40.8.0-1) ...
16:14:37 [2020-07-17T16:14:37.560Z] #39 ...
16:14:37 [2020-07-17T16:14:37.560Z] 
16:14:37 [2020-07-17T16:14:37.560Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:14:37 [2020-07-17T16:14:37.560Z] #29 50.40 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.
16:14:37 [2020-07-17T16:14:37.858Z] #29 51.39 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
16:14:38 [2020-07-17T16:14:38.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:14:38 [2020-07-17T16:14:38.157Z] #29 51.72 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:14:38 [2020-07-17T16:14:38.781Z] #10 26.98 The following additional packages will be installed:
16:14:38 [2020-07-17T16:14:38.781Z] #10 26.99   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
16:14:38 [2020-07-17T16:14:38.781Z] #10 26.99   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
16:14:38 [2020-07-17T16:14:38.781Z] #10 26.99   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:14:38 [2020-07-17T16:14:38.781Z] #10 26.99   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
16:14:38 [2020-07-17T16:14:38.781Z] #10 26.99 Suggested packages:
16:14:38 [2020-07-17T16:14:38.781Z] #10 27.00   gcc-8-locales seccomp wine64
16:14:39 [2020-07-17T16:14:39.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:14:39 [2020-07-17T16:14:39.732Z] #10 27.98 The following NEW packages will be installed:
16:14:39 [2020-07-17T16:14:39.732Z] #10 27.98   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:14:39 [2020-07-17T16:14:39.732Z] #10 27.98   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
16:14:39 [2020-07-17T16:14:39.732Z] #10 27.98   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:14:39 [2020-07-17T16:14:39.732Z] #10 27.98   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
16:14:39 [2020-07-17T16:14:39.732Z] #10 27.98   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
16:14:39 [2020-07-17T16:14:39.732Z] #10 27.99   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
16:14:39 [2020-07-17T16:14:39.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:14:39 [2020-07-17T16:14:39.996Z] #10 28.34 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
16:14:39 [2020-07-17T16:14:39.996Z] #10 28.34 Need to get 73.3 MB of archives.
16:14:39 [2020-07-17T16:14:39.996Z] #10 28.34 After this operation, 472 MB of additional disk space will be used.
16:14:39 [2020-07-17T16:14:39.996Z] #10 28.34 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]
16:14:40 [2020-07-17T16:14:40.272Z] #29 ...
16:14:40 [2020-07-17T16:14:40.272Z] 
16:14:40 [2020-07-17T16:14:40.272Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:40 [2020-07-17T16:14:40.272Z] #31 44.09 internal/reflectlite
16:14:40 [2020-07-17T16:14:40.272Z] #31 44.09 sync
16:14:40 [2020-07-17T16:14:40.272Z] #31 49.22 errors
16:14:40 [2020-07-17T16:14:40.272Z] #31 49.23 sort
16:14:40 [2020-07-17T16:14:40.272Z] #31 50.05 io
16:14:40 [2020-07-17T16:14:40.272Z] #31 50.07 internal/oserror
16:14:40 [2020-07-17T16:14:40.272Z] #31 50.12 strconv
16:14:40 [2020-07-17T16:14:40.272Z] #31 50.50 syscall
16:14:40 [2020-07-17T16:14:40.575Z] #10 28.67 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]
16:14:40 [2020-07-17T16:14:40.575Z] #10 28.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
16:14:40 [2020-07-17T16:14:40.575Z] #31 ...
16:14:40 [2020-07-17T16:14:40.575Z] 
16:14:40 [2020-07-17T16:14:40.575Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:40 [2020-07-17T16:14:40.840Z] #10 28.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
16:14:40 [2020-07-17T16:14:40.840Z] #10 28.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
16:14:40 [2020-07-17T16:14:40.840Z] #10 28.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
16:14:40 [2020-07-17T16:14:40.881Z] #26 11.68 
                                                                           0.6%
#                                                                          1.7%
#                                                                          2.8%
###                                                                        4.9%
####                                                                       6.7%
#####                                                                      7.8%
######                                                                     9.4%
#######                                                                   10.0%
########                                                                  11.6%
#########                                                                 13.8%
###########                                                               15.4%
############                                                              17.0%
#############                                                             18.9%
##############                                                            19.7%
##############                                                            20.8%
################                                                          22.4%
##################                                                        25.1%
###################                                                       27.3%
####################                                                      28.9%
######################                                                    31.1%
########################                                                  34.4%
##########################                                                36.5%
###########################                                               38.7%
#############################                                             40.9%
##############################                                            42.5%
###############################                                           43.6%
################################                                          44.7%
#################################                                         46.1%
#################################                                         47.1%
##################################                                        48.2%
###################################                                       49.8%
#####################################                                     51.5%
######################################                                    53.1%
#######################################                                   54.7%
########################################                                  55.8%
#########################################                                 57.4%
##########################################                                59.1%
###########################################                               60.7%
############################################                              62.3%
##############################################                            63.9%
###############################################                           65.6%
################################################                          67.2%
################################################                          67.7%
#################################################                         69.4%
##################################################                        70.5%
####################################################                      72.6%
#####################################################                     74.3%
######################################################                    75.9%
#######################################################                   77.5%
########################################################                  78.6%
#########################################################                 80.2%
##########################################################                81.9%
############################################################              83.5%
############################################################              84.6%
16:14:40 [2020-07-17T16:14:40.881Z] #26 ...
16:14:40 [2020-07-17T16:14:40.881Z] 
16:14:40 [2020-07-17T16:14:40.881Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:14:40 [2020-07-17T16:14:40.881Z] #44 DONE 54.7s
16:14:40 [2020-07-17T16:14:40.881Z] 
16:14:40 [2020-07-17T16:14:40.881Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:41 [2020-07-17T16:14:41.319Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:14:41 [2020-07-17T16:14:41.319Z] Using test binary docker
16:14:41 [2020-07-17T16:14:41.320Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:14:41 [2020-07-17T16:14:41.320Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:14:41 [2020-07-17T16:14:41.320Z] INFO: Waiting for daemon to start...
16:14:41 [2020-07-17T16:14:41.320Z] Starting dockerd
16:14:41 [2020-07-17T16:14:41.423Z] #10 29.56 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
16:14:41 [2020-07-17T16:14:41.692Z] #26 11.68 
                                                                           0.6%
#                                                                          1.7%
#                                                                          2.8%
###                                                                        4.9%
####                                                                       6.7%
#####                                                                      7.8%
######                                                                     9.4%
#######                                                                   10.0%
########                                                                  11.6%
#########                                                                 13.8%
###########                                                               15.4%
############                                                              17.0%
#############                                                             18.9%
##############                                                            19.7%
##############                                                            20.8%
################                                                          22.4%
##################                                                        25.1%
###################                                                       27.3%
####################                                                      28.9%
######################                                                    31.1%
########################                                                  34.4%
##########################                                                36.5%
###########################                                               38.7%
#############################                                             40.9%
##############################                                            42.5%
###############################                                           43.6%
################################                                          44.7%
#################################                                         46.1%
#################################                                         47.1%
##################################                                        48.2%
###################################                                       49.8%
#####################################                                     51.5%
######################################                                    53.1%
#######################################                                   54.7%
########################################                                  55.8%
#########################################                                 57.4%
##########################################                                59.1%
###########################################                               60.7%
############################################                              62.3%
##############################################                            63.9%
###############################################                           65.6%
################################################                          67.2%
################################################                          67.7%
#################################################                         69.4%
##################################################                        70.5%
####################################################                      72.6%
#####################################################                     74.3%
######################################################                    75.9%
#######################################################                   77.5%
########################################################                  78.6%
#########################################################                 80.2%
##########################################################                81.9%
############################################################              83.5%
############################################################              84.6%
#############################################################             85.1%
##############################################################            86.8%
###############################################################           87.9%
################################################################          88.9%
#################################################################         90.6%
#################################################################         91.7%
16:14:41 [2020-07-17T16:14:41.692Z] #26 ...
16:14:41 [2020-07-17T16:14:41.692Z] 
16:14:41 [2020-07-17T16:14:41.692Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:41 [2020-07-17T16:14:41.692Z] #42 45.32 internal/reflectlite
16:14:41 [2020-07-17T16:14:41.692Z] #42 45.37 sync
16:14:41 [2020-07-17T16:14:41.692Z] #42 49.22 math/rand
16:14:41 [2020-07-17T16:14:41.692Z] #42 49.23 internal/singleflight
16:14:41 [2020-07-17T16:14:41.692Z] #42 49.27 github.com/LK4D4/vndr/godl/singleflight
16:14:41 [2020-07-17T16:14:41.692Z] #42 51.92 sort
16:14:41 [2020-07-17T16:14:41.692Z] #42 51.93 io
16:14:41 [2020-07-17T16:14:41.692Z] #42 51.94 strconv
16:14:41 [2020-07-17T16:14:41.692Z] #42 52.10 syscall
16:14:41 [2020-07-17T16:14:41.692Z] #42 ...
16:14:41 [2020-07-17T16:14:41.692Z] 
16:14:41 [2020-07-17T16:14:41.692Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:41 [2020-07-17T16:14:41.841Z] #10 29.74 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]
16:14:41 [2020-07-17T16:14:41.841Z] #10 29.76 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]
16:14:42 [2020-07-17T16:14:42.299Z] #26 11.68 
                                                                           0.6%
#                                                                          1.7%
#                                                                          2.8%
###                                                                        4.9%
####                                                                       6.7%
#####                                                                      7.8%
######                                                                     9.4%
#######                                                                   10.0%
########                                                                  11.6%
#########                                                                 13.8%
###########                                                               15.4%
############                                                              17.0%
#############                                                             18.9%
##############                                                            19.7%
##############                                                            20.8%
################                                                          22.4%
##################                                                        25.1%
###################                                                       27.3%
####################                                                      28.9%
######################                                                    31.1%
########################                                                  34.4%
##########################                                                36.5%
###########################                                               38.7%
#############################                                             40.9%
##############################                                            42.5%
###############################                                           43.6%
################################                                          44.7%
#################################                                         46.1%
#################################                                         47.1%
##################################                                        48.2%
###################################                                       49.8%
#####################################                                     51.5%
######################################                                    53.1%
#######################################                                   54.7%
########################################                                  55.8%
#########################################                                 57.4%
##########################################                                59.1%
###########################################                               60.7%
############################################                              62.3%
##############################################                            63.9%
###############################################                           65.6%
################################################                          67.2%
################################################                          67.7%
#################################################                         69.4%
##################################################                        70.5%
####################################################                      72.6%
#####################################################                     74.3%
######################################################                    75.9%
#######################################################                   77.5%
########################################################                  78.6%
#########################################################                 80.2%
##########################################################                81.9%
############################################################              83.5%
############################################################              84.6%
#############################################################             85.1%
##############################################################            86.8%
###############################################################           87.9%
################################################################          88.9%
#################################################################         90.6%
#################################################################         91.7%
##################################################################        92.2%
###################################################################       93.8%
####################################################################      94.9%
#####################################################################     96.6%
######################################################################    98.2%
#######################################################################   99.8%
######################################################################## 100.0%
16:14:42 [2020-07-17T16:14:42.299Z] #26 19.80 
16:14:42 [2020-07-17T16:14:42.427Z] #10 ...
16:14:42 [2020-07-17T16:14:42.427Z] 
16:14:42 [2020-07-17T16:14:42.427Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:42 [2020-07-17T16:14:42.427Z] #38 19.48 Reading package lists...
16:14:42 [2020-07-17T16:14:42.427Z] #38 24.52 Building dependency tree...
16:14:42 [2020-07-17T16:14:42.427Z] #38 27.47 The following additional packages will be installed:
16:14:42 [2020-07-17T16:14:42.427Z] #38 27.47   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
16:14:42 [2020-07-17T16:14:42.427Z] #38 27.47   libprotoc17 python-pkg-resources python-six zlib1g-dev
16:14:42 [2020-07-17T16:14:42.427Z] #38 27.48 Suggested packages:
16:14:42 [2020-07-17T16:14:42.427Z] #38 27.48   manpages-dev python-setuptools
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.52 The following NEW packages will be installed:
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.52   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.52   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.52   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.52   python-six zlib1g-dev
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.91 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.91 Need to get 3798 kB of archives.
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.91 After this operation, 21.6 MB of additional disk space will be used.
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 28.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.01 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.15 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.47 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.55 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.56 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
16:14:42 [2020-07-17T16:14:42.427Z] #38 29.61 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
16:14:43 [2020-07-17T16:14:43.019Z] #38 ...
16:14:43 [2020-07-17T16:14:43.019Z] 
16:14:43 [2020-07-17T16:14:43.019Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:14:43 [2020-07-17T16:14:43.019Z] #28 31.10 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
16:14:43 [2020-07-17T16:14:43.341Z] .
16:14:43 [2020-07-17T16:14:43.341Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:14:43 [2020-07-17T16:14:43.341Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:14:43 [2020-07-17T16:14:43.341Z] Error: No such image: emptyfs
16:14:43 [2020-07-17T16:14:43.598Z] Running integration-test (iteration 1)
16:14:43 [2020-07-17T16:14:43.598Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
16:14:43 [2020-07-17T16:14:43.667Z] #28 31.70 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:14:44 [2020-07-17T16:14:44.411Z] #26 21.43 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:14:44 [2020-07-17T16:14:44.411Z] #26 21.82 
16:14:44 [2020-07-17T16:14:44.411Z] #26 ...
16:14:44 [2020-07-17T16:14:44.411Z] 
16:14:44 [2020-07-17T16:14:44.411Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:14:44 [2020-07-17T16:14:44.411Z] #33 51.85 Selecting previously unselected package libxml2:ppc64el.
16:14:44 [2020-07-17T16:14:44.411Z] #33 51.87 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 51.88 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 52.72 Selecting previously unselected package libarchive13:ppc64el.
16:14:44 [2020-07-17T16:14:44.411Z] #33 52.76 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 52.76 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.27 Selecting previously unselected package libjsoncpp1:ppc64el.
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.31 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.32 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.49 Selecting previously unselected package librhash0:ppc64el.
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.49 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.49 Unpacking librhash0:ppc64el (1.3.8-1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.69 Selecting previously unselected package libuv1:ppc64el.
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.70 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.70 Unpacking libuv1:ppc64el (1.24.1-1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.95 Selecting previously unselected package cmake.
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.97 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 53.98 Unpacking cmake (3.13.4-1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.71 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.74 Setting up xxd (2:8.1.0875-5) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.76 Setting up libuv1:ppc64el (1.24.1-1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.76 Setting up vim-common (2:8.1.0875-5) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.83 Setting up librhash0:ppc64el (1.3.8-1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.84 Setting up cmake-data (3.13.4-1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.86 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.86 Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.87 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.89 Setting up cmake (3.13.4-1) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.90 Processing triggers for libc-bin (2.28-10) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 57.99 Processing triggers for mime-support (3.62) ...
16:14:44 [2020-07-17T16:14:44.411Z] #33 DONE 58.2s
16:14:44 [2020-07-17T16:14:44.713Z] 
16:14:44 [2020-07-17T16:14:44.713Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:44 [2020-07-17T16:14:44.713Z] #26 22.07 
#####################################                                     52.5%
######################################################################## 100.0%
16:14:45 [2020-07-17T16:14:45.018Z] #26 22.30 
16:14:45 [2020-07-17T16:14:45.603Z] #28 ...
16:14:45 [2020-07-17T16:14:45.603Z] 
16:14:45 [2020-07-17T16:14:45.603Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:14:45 [2020-07-17T16:14:45.603Z] #43 DONE 33.6s
16:14:45 [2020-07-17T16:14:45.603Z] 
16:14:45 [2020-07-17T16:14:45.603Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:45 [2020-07-17T16:14:45.603Z] #60 DONE 33.6s
16:14:45 [2020-07-17T16:14:45.603Z] 
16:14:45 [2020-07-17T16:14:45.603Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:45 [2020-07-17T16:14:45.603Z] #10 32.25 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]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.44 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.45 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.45 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.45 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]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.46 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.50 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.50 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.51 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.51 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.53 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.54 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.54 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
16:14:45 [2020-07-17T16:14:45.603Z] #10 33.54 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB]
16:14:46 [2020-07-17T16:14:46.093Z] #26 23.55 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:14:46 [2020-07-17T16:14:46.093Z] #26 23.65 skipping existing 5cb8031fd95d
16:14:46 [2020-07-17T16:14:46.180Z] #10 ...
16:14:46 [2020-07-17T16:14:46.181Z] 
16:14:46 [2020-07-17T16:14:46.181Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:46 [2020-07-17T16:14:46.181Z] #51 23.35 Building dependency tree...
16:14:46 [2020-07-17T16:14:46.181Z] #51 26.34 The following additional packages will be installed:
16:14:46 [2020-07-17T16:14:46.181Z] #51 26.35   libbtrfs0
16:14:46 [2020-07-17T16:14:46.181Z] #51 26.59 The following NEW packages will be installed:
16:14:46 [2020-07-17T16:14:46.181Z] #51 26.60   libbtrfs-dev libbtrfs0
16:14:46 [2020-07-17T16:14:46.181Z] #51 27.20 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:14:46 [2020-07-17T16:14:46.181Z] #51 27.20 Need to get 119 kB of archives.
16:14:46 [2020-07-17T16:14:46.181Z] #51 27.20 After this operation, 387 kB of additional disk space will be used.
16:14:46 [2020-07-17T16:14:46.181Z] #51 27.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
16:14:46 [2020-07-17T16:14:46.181Z] #51 27.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
16:14:46 [2020-07-17T16:14:46.181Z] #51 29.22 debconf: delaying package configuration, since apt-utils is not installed
16:14:46 [2020-07-17T16:14:46.181Z] #51 29.85 Fetched 119 kB in 0s (269 kB/s)
16:14:46 [2020-07-17T16:14:46.181Z] #51 31.55 Selecting previously unselected package libbtrfs0.
16:14:46 [2020-07-17T16:14:46.181Z] #51 31.56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
16:14:46 [2020-07-17T16:14:46.181Z] #51 31.65 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.181Z] #51 32.33 Unpacking libbtrfs0 (4.20.1-2) ...
16:14:46 [2020-07-17T16:14:46.181Z] #51 33.69 Selecting previously unselected package libbtrfs-dev.
16:14:46 [2020-07-17T16:14:46.181Z] #51 33.69 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.181Z] #51 33.71 Unpacking libbtrfs-dev (4.20.1-2) ...
16:14:46 [2020-07-17T16:14:46.181Z] #51 34.10 Setting up libbtrfs0 (4.20.1-2) ...
16:14:46 [2020-07-17T16:14:46.181Z] #51 34.13 Setting up libbtrfs-dev (4.20.1-2) ...
16:14:46 [2020-07-17T16:14:46.181Z] #51 34.17 Processing triggers for libc-bin (2.28-10) ...
16:14:46 [2020-07-17T16:14:46.401Z] #26 23.88 
16:14:46 [2020-07-17T16:14:46.445Z] #51 ...
16:14:46 [2020-07-17T16:14:46.445Z] 
16:14:46 [2020-07-17T16:14:46.445Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:46 [2020-07-17T16:14:46.445Z] #38 31.38 debconf: delaying package configuration, since apt-utils is not installed
16:14:46 [2020-07-17T16:14:46.445Z] #38 31.73 Fetched 3798 kB in 1s (3912 kB/s)
16:14:46 [2020-07-17T16:14:46.445Z] #38 32.32 Selecting previously unselected package libcap-dev:arm64.
16:14:46 [2020-07-17T16:14:46.445Z] #38 32.32 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
16:14:46 [2020-07-17T16:14:46.445Z] #38 32.39 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.445Z] #38 33.11 Unpacking libcap-dev:arm64 (1:2.25-2) ...
16:14:46 [2020-07-17T16:14:46.445Z] #38 33.79 Selecting previously unselected package libnet1:arm64.
16:14:46 [2020-07-17T16:14:46.445Z] #38 33.79 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.445Z] #38 33.84 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:14:46 [2020-07-17T16:14:46.445Z] #38 34.13 Selecting previously unselected package libnet1-dev.
16:14:46 [2020-07-17T16:14:46.445Z] #38 34.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.445Z] #38 34.16 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
16:14:46 [2020-07-17T16:14:46.445Z] #38 34.48 Selecting previously unselected package libnl-3-200:arm64.
16:14:46 [2020-07-17T16:14:46.445Z] #38 34.48 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.445Z] #38 34.49 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
16:14:46 [2020-07-17T16:14:46.708Z] #38 ...
16:14:46 [2020-07-17T16:14:46.708Z] 
16:14:46 [2020-07-17T16:14:46.708Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
16:14:46 [2020-07-17T16:14:46.708Z] #51 DONE 34.9s
16:14:46 [2020-07-17T16:14:46.708Z] 
16:14:46 [2020-07-17T16:14:46.708Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:14:46 [2020-07-17T16:14:46.708Z] #32 23.98 Building dependency tree...
16:14:46 [2020-07-17T16:14:46.708Z] #32 26.53 The following additional packages will be installed:
16:14:46 [2020-07-17T16:14:46.708Z] #32 26.55   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
16:14:46 [2020-07-17T16:14:46.708Z] #32 26.56 Suggested packages:
16:14:46 [2020-07-17T16:14:46.708Z] #32 26.56   cmake-doc ninja-build lrzip
16:14:46 [2020-07-17T16:14:46.708Z] #32 26.56 Recommended packages:
16:14:46 [2020-07-17T16:14:46.708Z] #32 26.56   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.38 The following NEW packages will be installed:
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.38   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.39   vim-common xxd
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.78 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.78 Need to get 14.2 MB of archives.
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.78 After this operation, 60.0 MB of additional disk space will be used.
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 27.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 28.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 28.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 28.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 28.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 28.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 28.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
16:14:46 [2020-07-17T16:14:46.708Z] #32 31.04 debconf: delaying package configuration, since apt-utils is not installed
16:14:46 [2020-07-17T16:14:46.708Z] #32 31.62 Fetched 14.2 MB in 2s (7001 kB/s)
16:14:46 [2020-07-17T16:14:46.709Z] #32 32.32 Selecting previously unselected package xxd.
16:14:46 [2020-07-17T16:14:46.709Z] #32 32.32 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
16:14:46 [2020-07-17T16:14:46.709Z] #32 32.46 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.709Z] #32 33.44 Unpacking xxd (2:8.1.0875-5) ...
16:14:46 [2020-07-17T16:14:46.709Z] #32 33.79 Selecting previously unselected package vim-common.
16:14:46 [2020-07-17T16:14:46.709Z] #32 33.79 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
16:14:46 [2020-07-17T16:14:46.709Z] #32 33.85 Unpacking vim-common (2:8.1.0875-5) ...
16:14:46 [2020-07-17T16:14:46.709Z] #32 34.49 Selecting previously unselected package cmake-data.
16:14:46 [2020-07-17T16:14:46.709Z] #32 34.49 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
16:14:46 [2020-07-17T16:14:46.709Z] #32 34.52 Unpacking cmake-data (3.13.4-1) ...
16:14:46 [2020-07-17T16:14:46.709Z] #32 ...
16:14:46 [2020-07-17T16:14:46.709Z] 
16:14:46 [2020-07-17T16:14:46.709Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:46 [2020-07-17T16:14:46.709Z] #38 34.96 Selecting previously unselected package libnl-3-dev:arm64.
16:14:46 [2020-07-17T16:14:46.709Z] #38 34.96 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.709Z] #38 35.03 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
16:14:46 [2020-07-17T16:14:46.972Z] #38 ...
16:14:46 [2020-07-17T16:14:46.972Z] 
16:14:46 [2020-07-17T16:14:46.972Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:14:46 [2020-07-17T16:14:46.972Z] #23 24.12 Building dependency tree...
16:14:46 [2020-07-17T16:14:46.972Z] #23 26.73 ca-certificates is already the newest version (20200601~deb10u1).
16:14:46 [2020-07-17T16:14:46.972Z] #23 26.73 The following additional packages will be installed:
16:14:46 [2020-07-17T16:14:46.972Z] #23 26.73   libjq1 libonig5
16:14:46 [2020-07-17T16:14:46.972Z] #23 27.17 The following NEW packages will be installed:
16:14:46 [2020-07-17T16:14:46.972Z] #23 27.19   jq libjq1 libonig5
16:14:46 [2020-07-17T16:14:46.972Z] #23 27.64 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
16:14:46 [2020-07-17T16:14:46.972Z] #23 27.64 Need to get 325 kB of archives.
16:14:46 [2020-07-17T16:14:46.972Z] #23 27.64 After this operation, 1019 kB of additional disk space will be used.
16:14:46 [2020-07-17T16:14:46.972Z] #23 27.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
16:14:46 [2020-07-17T16:14:46.972Z] #23 27.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
16:14:46 [2020-07-17T16:14:46.972Z] #23 27.66 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
16:14:46 [2020-07-17T16:14:46.972Z] #23 29.90 debconf: delaying package configuration, since apt-utils is not installed
16:14:46 [2020-07-17T16:14:46.972Z] #23 30.65 Fetched 325 kB in 0s (955 kB/s)
16:14:46 [2020-07-17T16:14:46.972Z] #23 31.57 Selecting previously unselected package libonig5:arm64.
16:14:46 [2020-07-17T16:14:46.972Z] #23 31.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 ... 15383 files and directories currently installed.)
16:14:46 [2020-07-17T16:14:46.972Z] #23 31.62 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 32.32 Unpacking libonig5:arm64 (6.9.1-1) ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 33.78 Selecting previously unselected package libjq1:arm64.
16:14:46 [2020-07-17T16:14:46.972Z] #23 33.79 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 33.82 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 34.15 Selecting previously unselected package jq.
16:14:46 [2020-07-17T16:14:46.972Z] #23 34.15 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 34.18 Unpacking jq (1.5+dfsg-2+b1) ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 34.53 Setting up libonig5:arm64 (6.9.1-1) ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 34.56 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 34.58 Setting up jq (1.5+dfsg-2+b1) ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 34.72 Processing triggers for libc-bin (2.28-10) ...
16:14:46 [2020-07-17T16:14:46.972Z] #23 ...
16:14:46 [2020-07-17T16:14:46.972Z] 
16:14:46 [2020-07-17T16:14:46.972Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:46 [2020-07-17T16:14:46.972Z] #10 34.94 debconf: delaying package configuration, since apt-utils is not installed
16:14:46 [2020-07-17T16:14:46.972Z] #10 35.11 Fetched 73.3 MB in 5s (13.3 MB/s)
16:14:46 [2020-07-17T16:14:46.972Z] #10 35.23 Selecting previously unselected package binutils-mingw-w64-i686.
16:14:46 [2020-07-17T16:14:46.972Z] #10 35.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
16:14:46 [2020-07-17T16:14:46.972Z] #10 35.28 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
16:14:46 [2020-07-17T16:14:46.972Z] #10 35.30 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:14:47 [2020-07-17T16:14:47.239Z] #10 ...
16:14:47 [2020-07-17T16:14:47.239Z] 
16:14:47 [2020-07-17T16:14:47.239Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
16:14:47 [2020-07-17T16:14:47.239Z] #23 DONE 35.6s
16:14:47 [2020-07-17T16:14:47.507Z] 
16:14:47 [2020-07-17T16:14:47.507Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:47 [2020-07-17T16:14:47.507Z] #38 35.64 Selecting previously unselected package libprotobuf-c1:arm64.
16:14:47 [2020-07-17T16:14:47.507Z] #38 35.64 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
16:14:47 [2020-07-17T16:14:47.507Z] #38 35.65 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
16:14:47 [2020-07-17T16:14:47.507Z] 
16:14:47 [2020-07-17T16:14:47.507Z] #38 ...
16:14:47 [2020-07-17T16:14:47.507Z] 
16:14:47 [2020-07-17T16:14:47.507Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
16:14:47 [2020-07-17T16:14:47.507Z] #24 DONE 0.2s
16:14:47 [2020-07-17T16:14:47.507Z] 
16:14:47 [2020-07-17T16:14:47.507Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:47 [2020-07-17T16:14:47.775Z] #38 35.90 Selecting previously unselected package libprotobuf-c-dev:arm64.
16:14:47 [2020-07-17T16:14:47.775Z] #38 35.91 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
16:14:47 [2020-07-17T16:14:47.775Z] #38 35.93 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
16:14:47 [2020-07-17T16:14:47.951Z] #26 25.24 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
16:14:47 [2020-07-17T16:14:47.951Z] #26 25.37 skipping existing 283607eaa57e
16:14:47 [2020-07-17T16:14:47.951Z] #26 25.50 
16:14:48 [2020-07-17T16:14:48.039Z] #38 36.18 Selecting previously unselected package zlib1g-dev:arm64.
16:14:48 [2020-07-17T16:14:48.039Z] #38 36.20 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
16:14:48 [2020-07-17T16:14:48.039Z] #38 36.26 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
16:14:48 [2020-07-17T16:14:48.998Z] #38 36.96 Selecting previously unselected package libprotobuf17:arm64.
16:14:48 [2020-07-17T16:14:48.998Z] #38 36.96 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
16:14:48 [2020-07-17T16:14:48.998Z] #38 36.97 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
16:14:49 [2020-07-17T16:14:49.516Z] #26 27.00 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:14:49 [2020-07-17T16:14:49.815Z] #26 27.36 
16:14:50 [2020-07-17T16:14:50.116Z] #26 27.53 
######################################################################## 100.0%
16:14:50 [2020-07-17T16:14:50.418Z] #26 27.69 
16:14:50 [2020-07-17T16:14:50.418Z] #26 27.75 Download of images into '/build' complete.
16:14:50 [2020-07-17T16:14:50.418Z] #26 27.75 Use something like the following to load the result into a Docker daemon:
16:14:50 [2020-07-17T16:14:50.418Z] #26 27.75   tar -cC '/build' . | docker load
16:14:50 [2020-07-17T16:14:50.418Z] #26 DONE 27.9s
16:14:50 [2020-07-17T16:14:50.418Z] 
16:14:50 [2020-07-17T16:14:50.418Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.364 + RM_GOPATH=0
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.365 + TMP_GOPATH=
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.365 + : /build
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.365 + '[' -z '' ']'
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.366 ++ mktemp -d
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.369 + export GOPATH=/tmp/tmp.g4rCsXCece
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.369 + GOPATH=/tmp/tmp.g4rCsXCece
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.369 + RM_GOPATH=1
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.370 + case "$(go env GOARCH)" in
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.371 ++ go env GOARCH
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.394 + export GO_BUILDMODE=-buildmode=pie
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.394 + GO_BUILDMODE=-buildmode=pie
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.398 ++ dirname /tmp/install/install.sh
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.403 + dir=/tmp/install
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.403 + bin=tini
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.403 + shift
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.403 + '[' '!' -f /tmp/install/tini.installer ']'
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.404 + . /tmp/install/tini.installer
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.404 ++ : fec3683b971d9c3ef73f284f176672c44b448662
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.405 + install_tini
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.405 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.405 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.405 + git clone https://github.com/krallin/tini.git /tmp/tmp.g4rCsXCece/tini
16:14:50 [2020-07-17T16:14:50.418Z] #34 0.412 Cloning into '/tmp/tmp.g4rCsXCece/tini'...
16:14:50 [2020-07-17T16:14:50.418Z] #34 1.485 + cd /tmp/tmp.g4rCsXCece/tini
16:14:50 [2020-07-17T16:14:50.418Z] #34 1.487 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
16:14:50 [2020-07-17T16:14:50.418Z] #34 1.514 + cmake .
16:14:50 [2020-07-17T16:14:50.418Z] #34 2.316 -- The C compiler identification is GNU 8.3.0
16:14:50 [2020-07-17T16:14:50.418Z] #34 2.394 -- Check for working C compiler: /usr/bin/cc
16:14:50 [2020-07-17T16:14:50.418Z] #34 3.064 -- Check for working C compiler: /usr/bin/cc -- works
16:14:50 [2020-07-17T16:14:50.418Z] #34 3.077 -- Detecting C compiler ABI info
16:14:50 [2020-07-17T16:14:50.418Z] #34 3.917 -- Detecting C compiler ABI info - done
16:14:50 [2020-07-17T16:14:50.418Z] #34 4.018 -- Detecting C compile features
16:14:50 [2020-07-17T16:14:50.496Z] #38 38.53 Selecting previously unselected package libprotobuf-lite17:arm64.
16:14:50 [2020-07-17T16:14:50.496Z] #38 38.57 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
16:14:50 [2020-07-17T16:14:50.496Z] #38 38.62 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
16:14:50 [2020-07-17T16:14:50.716Z] #34 6.209 -- Detecting C compile features - done
16:14:50 [2020-07-17T16:14:50.716Z] #34 6.264 -- Performing Test HAS_BUILTIN_FORTIFY
16:14:50 [2020-07-17T16:14:50.760Z] #38 38.79 Selecting previously unselected package libprotobuf-dev:arm64.
16:14:50 [2020-07-17T16:14:50.760Z] #38 38.80 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
16:14:50 [2020-07-17T16:14:50.760Z] #38 38.82 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
16:14:51 [2020-07-17T16:14:51.018Z] #34 ...
16:14:51 [2020-07-17T16:14:51.018Z] 
16:14:51 [2020-07-17T16:14:51.018Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:51 [2020-07-17T16:14:51.018Z] #39 54.79 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 54.80 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 54.80 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 54.80 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 54.81 Setting up python-six (1.12.0-1) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.22 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.23 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.24 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.24 Setting up libcap-dev:ppc64el (1:2.25-2) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.24 Setting up libprotoc17:ppc64el (3.6.1.3-2) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.26 Setting up protobuf-compiler (3.6.1.3-2) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.28 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.29 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.30 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
16:14:51 [2020-07-17T16:14:51.018Z] #39 59.31 Setting up python-protobuf (3.6.1.3-2) ...
16:14:51 [2020-07-17T16:14:51.024Z] #38 ...
16:14:51 [2020-07-17T16:14:51.024Z] 
16:14:51 [2020-07-17T16:14:51.024Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:51 [2020-07-17T16:14:51.024Z] #30 29.26 internal/reflectlite
16:14:51 [2020-07-17T16:14:51.024Z] #30 29.26 sync
16:14:51 [2020-07-17T16:14:51.024Z] #30 30.79 sort
16:14:51 [2020-07-17T16:14:51.024Z] #30 30.80 errors
16:14:51 [2020-07-17T16:14:51.024Z] #30 31.02 strconv
16:14:51 [2020-07-17T16:14:51.024Z] #30 31.02 io
16:14:51 [2020-07-17T16:14:51.024Z] #30 31.02 internal/oserror
16:14:51 [2020-07-17T16:14:51.024Z] #30 31.15 syscall
16:14:51 [2020-07-17T16:14:51.024Z] #30 32.51 bytes
16:14:51 [2020-07-17T16:14:51.024Z] #30 32.52 strings
16:14:51 [2020-07-17T16:14:51.024Z] #30 35.20 bufio
16:14:51 [2020-07-17T16:14:51.024Z] #30 35.44 reflect
16:14:51 [2020-07-17T16:14:51.024Z] #30 35.56 path
16:14:51 [2020-07-17T16:14:51.024Z] #30 37.09 text/tabwriter
16:14:51 [2020-07-17T16:14:51.291Z] #30 ...
16:14:51 [2020-07-17T16:14:51.291Z] 
16:14:51 [2020-07-17T16:14:51.291Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:51 [2020-07-17T16:14:51.291Z] #10 38.62 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:14:51 [2020-07-17T16:14:51.291Z] #10 38.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
16:14:51 [2020-07-17T16:14:51.291Z] #10 38.65 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:14:51 [2020-07-17T16:14:51.347Z] #39 ...
16:14:51 [2020-07-17T16:14:51.347Z] 
16:14:51 [2020-07-17T16:14:51.347Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:14:51 [2020-07-17T16:14:51.347Z] #11 54.89 Selecting previously unselected package binutils-mingw-w64.
16:14:51 [2020-07-17T16:14:51.347Z] #11 54.89 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 54.91 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.06 Selecting previously unselected package libdevmapper1.02.1:ppc64el.
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.06 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.08 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.42 Selecting previously unselected package dmsetup.
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.43 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.49 Unpacking dmsetup (2:1.02.155-3) ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.80 Selecting previously unselected package mingw-w64-common.
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.80 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 55.82 Unpacking mingw-w64-common (6.0.0-3) ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 63.33 Selecting previously unselected package mingw-w64-x86-64-dev.
16:14:51 [2020-07-17T16:14:51.347Z] #11 63.34 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 63.36 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
16:14:51 [2020-07-17T16:14:51.347Z] #11 ...
16:14:51 [2020-07-17T16:14:51.347Z] 
16:14:51 [2020-07-17T16:14:51.347Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:51 [2020-07-17T16:14:51.347Z] #34 6.665 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:14:51 [2020-07-17T16:14:51.347Z] #34 6.828 -- Configuring done
16:14:51 [2020-07-17T16:14:51.347Z] #34 6.860 -- Generating done
16:14:51 [2020-07-17T16:14:51.347Z] #34 6.867 -- Build files have been written to: /tmp/tmp.g4rCsXCece/tini
16:14:51 [2020-07-17T16:14:51.347Z] #34 6.878 + make tini-static
16:14:51 [2020-07-17T16:14:51.556Z] #10 ...
16:14:51 [2020-07-17T16:14:51.556Z] 
16:14:51 [2020-07-17T16:14:51.556Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:51 [2020-07-17T16:14:51.556Z] #41 29.72 internal/reflectlite
16:14:51 [2020-07-17T16:14:51.556Z] #41 29.73 sync
16:14:51 [2020-07-17T16:14:51.556Z] #41 30.80 internal/singleflight
16:14:51 [2020-07-17T16:14:51.556Z] #41 30.80 math/rand
16:14:51 [2020-07-17T16:14:51.556Z] #41 30.82 github.com/LK4D4/vndr/godl/singleflight
16:14:51 [2020-07-17T16:14:51.556Z] #41 31.95 io
16:14:51 [2020-07-17T16:14:51.556Z] #41 31.95 syscall
16:14:51 [2020-07-17T16:14:51.556Z] #41 31.97 vendor/golang.org/x/net/dns/dnsmessage
16:14:51 [2020-07-17T16:14:51.556Z] #41 31.97 strconv
16:14:51 [2020-07-17T16:14:51.556Z] #41 33.16 bytes
16:14:51 [2020-07-17T16:14:51.556Z] #41 38.00 hash/crc32
16:14:51 [2020-07-17T16:14:51.556Z] #41 38.64 vendor/golang.org/x/crypto/hkdf
16:14:51 [2020-07-17T16:14:51.556Z] #41 38.68 vendor/golang.org/x/text/transform
16:14:51 [2020-07-17T16:14:51.556Z] #41 39.69 reflect
16:14:51 [2020-07-17T16:14:51.556Z] #41 39.71 regexp/syntax
16:14:51 [2020-07-17T16:14:51.556Z] #41 ...
16:14:51 [2020-07-17T16:14:51.556Z] 
16:14:51 [2020-07-17T16:14:51.556Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:14:51 [2020-07-17T16:14:51.556Z] #32 39.64 Selecting previously unselected package libicu63:arm64.
16:14:51 [2020-07-17T16:14:51.556Z] #32 39.66 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
16:14:51 [2020-07-17T16:14:51.556Z] #32 39.68 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
16:14:51 [2020-07-17T16:14:51.645Z] #34 ...
16:14:51 [2020-07-17T16:14:51.645Z] 
16:14:51 [2020-07-17T16:14:51.645Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:51 [2020-07-17T16:14:51.645Z] #48 55.16 io
16:14:51 [2020-07-17T16:14:51.645Z] #48 55.30 strconv
16:14:51 [2020-07-17T16:14:51.645Z] #48 55.33 syscall
16:14:51 [2020-07-17T16:14:51.645Z] #48 58.75 strings
16:14:51 [2020-07-17T16:14:51.645Z] #48 58.76 bytes
16:14:51 [2020-07-17T16:14:51.942Z] #48 ...
16:14:51 [2020-07-17T16:14:51.942Z] 
16:14:51 [2020-07-17T16:14:51.942Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:51 [2020-07-17T16:14:51.942Z] #34 7.453 Scanning dependencies of target tini-static
16:14:52 [2020-07-17T16:14:52.239Z] #34 7.540 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:14:52 [2020-07-17T16:14:52.883Z] #34 ...
16:14:52 [2020-07-17T16:14:52.883Z] 
16:14:52 [2020-07-17T16:14:52.883Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:52 [2020-07-17T16:14:52.883Z] #31 56.42 bytes
16:14:52 [2020-07-17T16:14:52.883Z] #31 56.48 strings
16:14:52 [2020-07-17T16:14:52.883Z] #31 62.50 bufio
16:14:52 [2020-07-17T16:14:52.883Z] #31 62.60 reflect
16:14:52 [2020-07-17T16:14:52.883Z] #31 ...
16:14:52 [2020-07-17T16:14:52.883Z] 
16:14:52 [2020-07-17T16:14:52.883Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:52 [2020-07-17T16:14:52.883Z] #48 66.60 bufio
16:14:52 [2020-07-17T16:14:52.883Z] #48 ...
16:14:52 [2020-07-17T16:14:52.883Z] 
16:14:52 [2020-07-17T16:14:52.883Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:52 [2020-07-17T16:14:52.883Z] #42 56.70 bytes
16:14:52 [2020-07-17T16:14:52.883Z] #42 56.77 strings
16:14:52 [2020-07-17T16:14:52.883Z] #42 63.43 bufio
16:14:52 [2020-07-17T16:14:52.883Z] #42 65.27 reflect
16:14:53 [2020-07-17T16:14:53.180Z] #42 ...
16:14:53 [2020-07-17T16:14:53.180Z] 
16:14:53 [2020-07-17T16:14:53.180Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:53 [2020-07-17T16:14:53.180Z] #31 66.86 path
16:14:53 [2020-07-17T16:14:53.477Z] #31 ...
16:14:53 [2020-07-17T16:14:53.477Z] 
16:14:53 [2020-07-17T16:14:53.477Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:14:53 [2020-07-17T16:14:53.477Z] #39 66.89 Setting up libnl-3-dev:ppc64el (3.4.0-1) ...
16:14:53 [2020-07-17T16:14:53.477Z] #39 66.90 Processing triggers for libc-bin (2.28-10) ...
16:14:53 [2020-07-17T16:14:53.477Z] #39 DONE 67.2s
16:14:53 [2020-07-17T16:14:53.774Z] 
16:14:53 [2020-07-17T16:14:53.774Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:14:54 [2020-07-17T16:14:54.835Z] #40 1.365 Note: Building without setproctitle() and strlcpy() support.
16:14:54 [2020-07-17T16:14:54.835Z] #40 1.366       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
16:14:55 [2020-07-17T16:14:55.137Z] #40 1.379 Note: Building without GnuTLS support
16:14:55 [2020-07-17T16:14:55.137Z] #40 1.391 Makefile.config:39: Warn: you have no libnftables installed
16:14:55 [2020-07-17T16:14:55.137Z] #40 1.391 Makefile.config:40: Warn: Building without nftables support
16:14:55 [2020-07-17T16:14:55.163Z] using credential docker-jenkins-github-credentials
16:14:55 [2020-07-17T16:14:55.241Z] Cloning the remote Git repository
16:14:55 [2020-07-17T16:14:55.241Z] Cloning with configured refspecs honoured and without tags
16:14:55 [2020-07-17T16:14:55.454Z] #40 ...
16:14:55 [2020-07-17T16:14:55.454Z] 
16:14:55 [2020-07-17T16:14:55.454Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:14:55 [2020-07-17T16:14:55.454Z] #34 10.01 [100%] Linking C executable tini-static
16:14:55 [2020-07-17T16:14:55.454Z] #34 10.72 [100%] Built target tini-static
16:14:55 [2020-07-17T16:14:55.454Z] #34 10.81 + mkdir -p /build
16:14:55 [2020-07-17T16:14:55.454Z] #34 10.82 + cp tini-static /build/docker-init
16:14:55 [2020-07-17T16:14:55.454Z] #34 DONE 10.9s
16:14:55 [2020-07-17T16:14:55.752Z] 
16:14:55 [2020-07-17T16:14:55.752Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:55 [2020-07-17T16:14:55.752Z] #31 68.61 text/tabwriter
16:14:55 [2020-07-17T16:14:55.772Z] Loaded image: buildpack-deps:buster
16:14:55 [2020-07-17T16:14:55.772Z] Loaded image: busybox:latest
16:14:55 [2020-07-17T16:14:55.429Z] Cloning repository https://github.com/moby/moby.git
16:14:55 [2020-07-17T16:14:55.885Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
16:14:56 [2020-07-17T16:14:56.028Z] Loaded image: busybox:glibc
16:14:56 [2020-07-17T16:14:56.028Z] Loaded image: debian:buster
16:14:56 [2020-07-17T16:14:56.028Z] Loaded image: hello-world:latest
16:14:56 [2020-07-17T16:14:56.028Z] INFO: Testing against a local daemon
16:14:56 [2020-07-17T16:14:56.028Z] === RUN   TestCgroupNamespacesBuild
16:14:56 [2020-07-17T16:14:56.884Z] #32 44.62 Selecting previously unselected package libxml2:arm64.
16:14:56 [2020-07-17T16:14:56.885Z] #32 44.63 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ...
16:14:56 [2020-07-17T16:14:56.885Z] #32 44.65 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
16:14:56 [2020-07-17T16:14:56.885Z] #32 ...
16:14:56 [2020-07-17T16:14:56.885Z] 
16:14:56 [2020-07-17T16:14:56.885Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:56 [2020-07-17T16:14:56.885Z] #25 4.125 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
16:14:56 [2020-07-17T16:14:56.885Z] #25 4.561 
16:14:56 [2020-07-17T16:14:56.885Z] #25 4.815 
                                                                           0.0%
#####                                                                      7.7%
###########                                                               16.1%
#################                                                         23.8%
####################                                                      28.2%
#######################                                                   33.1%
###########################                                               38.5%
##############################                                            42.8%
##################################                                        48.6%
######################################                                    53.6%
###########################################                               60.0%
###############################################                           66.4%
#####################################################                     74.0%
##########################################################                81.4%
################################################################          89.3%
###################################################################       94.3%
######################################################################## 100.0%
16:14:56 [2020-07-17T16:14:56.885Z] #25 6.840 
16:14:56 [2020-07-17T16:14:56.885Z] #25 7.098 
                                                                           0.2%
###############                                                           21.1%
############################################                              61.5%
######################################################################## 100.0%
16:14:56 [2020-07-17T16:14:56.885Z] #25 7.803 
16:14:56 [2020-07-17T16:14:56.885Z] #25 7.998 #=#=#                                                                         

########                                                                  12.2%
############################                                              39.2%
###################################################                       71.5%
######################################################################## 100.0%
16:14:56 [2020-07-17T16:14:56.885Z] #25 8.819 
16:14:56 [2020-07-17T16:14:56.885Z] #25 ...
16:14:56 [2020-07-17T16:14:56.885Z] 
16:14:56 [2020-07-17T16:14:56.885Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.827 + RM_GOPATH=0
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.827 + TMP_GOPATH=
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.827 + : /build
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.827 + '[' -z '' ']'
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.836 ++ mktemp -d
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.836 + export GOPATH=/tmp/tmp.dvYR38O8YU
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.836 + GOPATH=/tmp/tmp.dvYR38O8YU
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.836 + RM_GOPATH=1
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.836 + case "$(go env GOARCH)" in
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.836 ++ go env GOARCH
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.879 + export GO_BUILDMODE=-buildmode=pie
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.879 + GO_BUILDMODE=-buildmode=pie
16:14:56 [2020-07-17T16:14:56.885Z] #52 2.879 ++ dirname /tmp/install/install.sh
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.047 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 + dir=/tmp/install
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 + bin=containerd
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 + shift
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 + '[' '!' -f /tmp/install/containerd.installer ']'
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 + . /tmp/install/containerd.installer
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 ++ set -e
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 + install_containerd
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1'
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.048 + git clone https://github.com/containerd/containerd.git /tmp/tmp.dvYR38O8YU/src/github.com/containerd/containerd
16:14:56 [2020-07-17T16:14:56.885Z] #52 3.125 Cloning into '/tmp/tmp.dvYR38O8YU/src/github.com/containerd/containerd'...
16:14:56 [2020-07-17T16:14:56.885Z] #52 ...
16:14:56 [2020-07-17T16:14:56.885Z] 
16:14:56 [2020-07-17T16:14:56.885Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:57 [2020-07-17T16:14:57.416Z] #25 9.105 
                                                                           0.0%
####                                                                       5.6%
####                                                                       6.5%
######                                                                     9.7%
###########                                                               15.4%
16:14:57 [2020-07-17T16:14:57.416Z] #25 ...
16:14:57 [2020-07-17T16:14:57.416Z] 
16:14:57 [2020-07-17T16:14:57.416Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:14:57 [2020-07-17T16:14:57.416Z] #47 35.81 syscall
16:14:57 [2020-07-17T16:14:57.416Z] #47 35.82 bufio
16:14:57 [2020-07-17T16:14:57.416Z] #47 35.82 regexp/syntax
16:14:57 [2020-07-17T16:14:57.416Z] #47 35.84 reflect
16:14:57 [2020-07-17T16:14:57.416Z] #47 41.76 regexp
16:14:57 [2020-07-17T16:14:57.416Z] #47 45.67 context
16:14:57 [2020-07-17T16:14:57.416Z] #47 45.68 internal/poll
16:14:57 [2020-07-17T16:14:57.699Z] #47 ...
16:14:57 [2020-07-17T16:14:57.699Z] 
16:14:57 [2020-07-17T16:14:57.699Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:14:56 [2020-07-17T16:14:56.730Z] Fetching upstream changes from https://github.com/moby/moby.git
16:14:56 [2020-07-17T16:14:56.730Z]  > git --version # timeout=10
16:14:56 [2020-07-17T16:14:56.771Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:14:56 [2020-07-17T16:14:56.774Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:14:58 [2020-07-17T16:14:58.525Z] #31 72.20 internal/syscall/execenv
16:14:58 [2020-07-17T16:14:58.525Z] #31 72.20 internal/syscall/unix
16:14:58 [2020-07-17T16:14:58.525Z] #31 72.29 time
16:14:59 [2020-07-17T16:14:59.289Z] #25 9.105 
                                                                           0.0%
####                                                                       5.6%
####                                                                       6.5%
######                                                                     9.7%
###########                                                               15.4%
###############                                                           22.2%
####################                                                      28.8%
#######################                                                   32.6%
##########################                                                37.1%
###############################                                           43.4%
###################################                                       49.5%
########################################                                  56.6%
############################################                              61.6%
###############################################                           66.3%
####################################################                      72.3%
#######################################################                   77.6%
##########################################################                81.3%
##############################################################            86.5%
#################################################################         91.1%
#####################################################################     96.0%
######################################################################## 100.0%
16:14:59 [2020-07-17T16:14:59.297Z] --- PASS: TestCgroupNamespacesBuild (3.04s)
16:14:59 [2020-07-17T16:14:59.297Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:14:59 [2020-07-17T16:14:59.570Z] #25 11.88 
16:15:00 [2020-07-17T16:15:00.065Z] #31 ...
16:15:00 [2020-07-17T16:15:00.065Z] 
16:15:00 [2020-07-17T16:15:00.065Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:00 [2020-07-17T16:15:00.065Z] #40 3.152 fatal: not a git repository (or any of the parent directories): .git
16:15:00 [2020-07-17T16:15:00.065Z] #40 3.191   GEN      .gitid
16:15:00 [2020-07-17T16:15:00.065Z] #40 3.228   GEN      criu/include/version.h
16:15:00 [2020-07-17T16:15:00.065Z] #40 3.312   GEN      include/common/asm
16:15:00 [2020-07-17T16:15:00.065Z] #40 4.826   PBCC     images/timens.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 4.868   DEP      images/timens.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 4.926   PBCC     images/fown.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 4.944   PBCC     images/google/protobuf/descriptor.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.044   PBCC     images/opts.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.095   PBCC     images/memfd.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.167   DEP      images/fown.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.242   DEP      images/google/protobuf/descriptor.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.309   DEP      images/opts.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.343   DEP      images/memfd.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.390   PBCC     images/sit.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.439   DEP      images/sit.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.489   PBCC     images/macvlan.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.500   DEP      images/macvlan.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.539   PBCC     images/autofs.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.578   DEP      images/autofs.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.633   PBCC     images/sysctl.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.666   DEP      images/sysctl.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.719   PBCC     images/time.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.729   DEP      images/time.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.785   PBCC     images/binfmt-misc.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.796   DEP      images/binfmt-misc.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.850   PBCC     images/seccomp.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.877   DEP      images/seccomp.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.912   PBCC     images/userns.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.932   DEP      images/userns.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.967   PBCC     images/cgroup.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 5.994   DEP      images/cgroup.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.037   PBCC     images/ext-file.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.065   DEP      images/ext-file.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.139   PBCC     images/rpc.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.217   DEP      images/rpc.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.316   PBCC     images/siginfo.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.330   DEP      images/siginfo.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.385   PBCC     images/pagemap.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.430   DEP      images/pagemap.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.494   PBCC     images/rlimit.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.524   DEP      images/rlimit.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.611   PBCC     images/file-lock.pb-c.c
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.639   DEP      images/file-lock.pb-c.d
16:15:00 [2020-07-17T16:15:00.065Z] #40 6.716   PBCC     images/tty.pb-c.c
16:15:00 [2020-07-17T16:15:00.363Z] #40 6.776   DEP      images/tty.pb-c.d
16:15:00 [2020-07-17T16:15:00.363Z] #40 6.874   PBCC     images/tun.pb-c.c
16:15:00 [2020-07-17T16:15:00.363Z] #40 6.912   PBCC     images/netdev.pb-c.c
16:15:00 [2020-07-17T16:15:00.363Z] #40 7.004   DEP      images/tun.pb-c.d
16:15:00 [2020-07-17T16:15:00.663Z] #40 7.055   DEP      images/netdev.pb-c.d
16:15:00 [2020-07-17T16:15:00.663Z] #40 7.075   PBCC     images/vma.pb-c.c
16:15:00 [2020-07-17T16:15:00.663Z] #40 7.143   DEP      images/vma.pb-c.d
16:15:00 [2020-07-17T16:15:00.663Z] #40 7.202   PBCC     images/creds.pb-c.c
16:15:00 [2020-07-17T16:15:00.663Z] #40 7.254   DEP      images/creds.pb-c.d
16:15:00 [2020-07-17T16:15:00.962Z] #40 7.334   PBCC     images/utsns.pb-c.c
16:15:00 [2020-07-17T16:15:00.962Z] #40 7.385   DEP      images/utsns.pb-c.d
16:15:00 [2020-07-17T16:15:00.962Z] #40 7.466   PBCC     images/ipc-desc.pb-c.c
16:15:00 [2020-07-17T16:15:00.962Z] #40 7.486   PBCC     images/ipc-sem.pb-c.c
16:15:00 [2020-07-17T16:15:00.962Z] #40 7.509   DEP      images/ipc-desc.pb-c.d
16:15:00 [2020-07-17T16:15:00.962Z] #40 7.598   DEP      images/ipc-sem.pb-c.d
16:15:01 [2020-07-17T16:15:01.274Z] #40 7.701   PBCC     images/ipc-msg.pb-c.c
16:15:01 [2020-07-17T16:15:01.274Z] #40 7.728   DEP      images/ipc-msg.pb-c.d
16:15:01 [2020-07-17T16:15:01.274Z] #40 7.774   PBCC     images/ipc-shm.pb-c.c
16:15:01 [2020-07-17T16:15:01.274Z] #40 7.805   DEP      images/ipc-shm.pb-c.d
16:15:01 [2020-07-17T16:15:01.274Z] #40 7.858   PBCC     images/ipc-var.pb-c.c
16:15:01 [2020-07-17T16:15:01.274Z] #40 7.913   DEP      images/ipc-var.pb-c.d
16:15:01 [2020-07-17T16:15:01.432Z] #25 12.15 
                                                                           0.0%
##                                                                         2.9%
###                                                                        5.4%
#####                                                                      8.3%
#######                                                                   10.6%
#########                                                                 13.4%
###########                                                               15.9%
############                                                              17.9%
##############                                                            20.0%
################                                                          22.7%
#################                                                         24.3%
###################                                                       26.5%
####################                                                      28.6%
#####################                                                     29.8%
#######################                                                   32.3%
########################                                                  34.6%
16:15:01 [2020-07-17T16:15:01.432Z] #25 ...
16:15:01 [2020-07-17T16:15:01.432Z] 
16:15:01 [2020-07-17T16:15:01.432Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:15:01 [2020-07-17T16:15:01.432Z] #38 39.63 Selecting previously unselected package libprotoc17:arm64.
16:15:01 [2020-07-17T16:15:01.432Z] #38 39.65 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 39.66 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.26 Selecting previously unselected package protobuf-c-compiler.
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.26 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.27 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.44 Selecting previously unselected package protobuf-compiler.
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.46 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.48 Unpacking protobuf-compiler (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.65 Selecting previously unselected package python-pkg-resources.
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.66 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.68 Unpacking python-pkg-resources (40.8.0-1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 40.98 Selecting previously unselected package python-six.
16:15:01 [2020-07-17T16:15:01.432Z] #38 41.00 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 41.01 Unpacking python-six (1.12.0-1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 41.21 Selecting previously unselected package python-protobuf.
16:15:01 [2020-07-17T16:15:01.432Z] #38 41.24 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 41.27 Unpacking python-protobuf (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 41.83 Setting up python-pkg-resources (40.8.0-1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 44.51 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 44.52 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 44.54 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 44.55 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 44.57 Setting up python-six (1.12.0-1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.12 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.14 Setting up libnl-3-200:arm64 (3.4.0-1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.27 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.30 Setting up libcap-dev:arm64 (1:2.25-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.33 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.36 Setting up protobuf-compiler (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.38 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.42 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.45 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 46.47 Setting up python-protobuf (3.6.1.3-2) ...
16:15:01 [2020-07-17T16:15:01.432Z] #38 ...
16:15:01 [2020-07-17T16:15:01.432Z] 
16:15:01 [2020-07-17T16:15:01.432Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:15:01 [2020-07-17T16:15:01.573Z] #40 7.937   PBCC     images/sk-opts.pb-c.c
16:15:01 [2020-07-17T16:15:01.573Z] #40 7.977   PBCC     images/packet-sock.pb-c.c
16:15:01 [2020-07-17T16:15:01.573Z] #40 8.047   DEP      images/sk-opts.pb-c.d
16:15:01 [2020-07-17T16:15:01.573Z] #40 8.097   DEP      images/packet-sock.pb-c.d
16:15:01 [2020-07-17T16:15:01.573Z] #40 8.154   PBCC     images/sk-netlink.pb-c.c
16:15:01 [2020-07-17T16:15:01.813Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.14s)
16:15:01 [2020-07-17T16:15:01.813Z] === RUN   TestBuildWithSession
16:15:01 [2020-07-17T16:15:01.813Z] --- SKIP: TestBuildWithSession (0.00s)
16:15:01 [2020-07-17T16:15:01.813Z]     build_session_test.go:25: TODO: BuildKit
16:15:01 [2020-07-17T16:15:01.813Z] === RUN   TestBuildSquashParent
16:15:01 [2020-07-17T16:15:01.871Z] #40 8.209   DEP      images/sk-netlink.pb-c.d
16:15:01 [2020-07-17T16:15:01.871Z] #40 8.266   PBCC     images/sk-inet.pb-c.c
16:15:01 [2020-07-17T16:15:01.871Z] #40 8.378   DEP      images/sk-inet.pb-c.d
16:15:01 [2020-07-17T16:15:01.871Z] #40 8.452   PBCC     images/sk-unix.pb-c.c
16:15:01 [2020-07-17T16:15:01.871Z] #40 8.507   DEP      images/sk-unix.pb-c.d
16:15:02 [2020-07-17T16:15:02.039Z] #25 12.15 
                                                                           0.0%
##                                                                         2.9%
###                                                                        5.4%
#####                                                                      8.3%
#######                                                                   10.6%
#########                                                                 13.4%
###########                                                               15.9%
############                                                              17.9%
##############                                                            20.0%
################                                                          22.7%
#################                                                         24.3%
###################                                                       26.5%
####################                                                      28.6%
#####################                                                     29.8%
#######################                                                   32.3%
########################                                                  34.6%
##########################                                                36.9%
###########################                                               38.6%
#############################                                             40.3%
##############################                                            41.9%
###############################                                           44.1%
################################                                          45.1%
16:15:02 [2020-07-17T16:15:02.039Z] #25 ...
16:15:02 [2020-07-17T16:15:02.039Z] 
16:15:02 [2020-07-17T16:15:02.039Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:02 [2020-07-17T16:15:02.039Z] #10 40.18 Selecting previously unselected package binutils-mingw-w64.
16:15:02 [2020-07-17T16:15:02.039Z] #10 40.19 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
16:15:02 [2020-07-17T16:15:02.039Z] #10 40.21 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
16:15:02 [2020-07-17T16:15:02.039Z] #10 40.33 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:15:02 [2020-07-17T16:15:02.039Z] #10 40.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
16:15:02 [2020-07-17T16:15:02.039Z] #10 40.34 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
16:15:02 [2020-07-17T16:15:02.039Z] #10 40.51 Selecting previously unselected package dmsetup.
16:15:02 [2020-07-17T16:15:02.040Z] #10 40.52 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
16:15:02 [2020-07-17T16:15:02.040Z] #10 40.53 Unpacking dmsetup (2:1.02.155-3) ...
16:15:02 [2020-07-17T16:15:02.040Z] #10 40.68 Selecting previously unselected package mingw-w64-common.
16:15:02 [2020-07-17T16:15:02.040Z] #10 40.68 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
16:15:02 [2020-07-17T16:15:02.040Z] #10 40.69 Unpacking mingw-w64-common (6.0.0-3) ...
16:15:02 [2020-07-17T16:15:02.040Z] #10 46.48 Selecting previously unselected package mingw-w64-x86-64-dev.
16:15:02 [2020-07-17T16:15:02.040Z] #10 46.49 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
16:15:02 [2020-07-17T16:15:02.040Z] #10 46.51 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
16:15:02 [2020-07-17T16:15:02.169Z] #40 8.597   PBCC     images/mm.pb-c.c
16:15:02 [2020-07-17T16:15:02.169Z] #40 8.648   DEP      images/mm.pb-c.d
16:15:02 [2020-07-17T16:15:02.169Z] #40 8.739   PBCC     images/timerfd.pb-c.c
16:15:02 [2020-07-17T16:15:02.307Z] #10 ...
16:15:02 [2020-07-17T16:15:02.307Z] 
16:15:02 [2020-07-17T16:15:02.307Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:02 [2020-07-17T16:15:02.307Z] #30 40.20 internal/syscall/execenv
16:15:02 [2020-07-17T16:15:02.307Z] #30 40.20 internal/syscall/unix
16:15:02 [2020-07-17T16:15:02.307Z] #30 40.22 time
16:15:02 [2020-07-17T16:15:02.307Z] #30 45.53 internal/poll
16:15:02 [2020-07-17T16:15:02.307Z] #30 46.15 internal/fmtsort
16:15:02 [2020-07-17T16:15:02.307Z] #30 47.49 os
16:15:02 [2020-07-17T16:15:02.307Z] #30 49.53 path/filepath
16:15:02 [2020-07-17T16:15:02.307Z] #30 49.57 fmt
16:15:02 [2020-07-17T16:15:02.307Z] #30 ...
16:15:02 [2020-07-17T16:15:02.307Z] 
16:15:02 [2020-07-17T16:15:02.307Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:15:02 [2020-07-17T16:15:02.469Z] #40 8.788   DEP      images/timerfd.pb-c.d
16:15:02 [2020-07-17T16:15:02.469Z] #40 8.852   PBCC     images/timer.pb-c.c
16:15:02 [2020-07-17T16:15:02.469Z] #40 8.911   DEP      images/timer.pb-c.d
16:15:02 [2020-07-17T16:15:02.768Z] #40 9.008   PBCC     images/sa.pb-c.c
16:15:02 [2020-07-17T16:15:02.768Z] #40 9.074   DEP      images/sa.pb-c.d
16:15:02 [2020-07-17T16:15:02.768Z] #40 9.195   PBCC     images/pipe-data.pb-c.c
16:15:02 [2020-07-17T16:15:02.768Z] #40 9.223   DEP      images/pipe-data.pb-c.d
16:15:03 [2020-07-17T16:15:03.067Z] #40 9.323   PBCC     images/mnt.pb-c.c
16:15:03 [2020-07-17T16:15:03.067Z] #40 9.360   DEP      images/mnt.pb-c.d
16:15:03 [2020-07-17T16:15:03.067Z] #40 9.457   PBCC     images/sk-packet.pb-c.c
16:15:03 [2020-07-17T16:15:03.067Z] #40 9.520   DEP      images/sk-packet.pb-c.d
16:15:03 [2020-07-17T16:15:03.067Z] #40 9.601   PBCC     images/tcp-stream.pb-c.c
16:15:03 [2020-07-17T16:15:03.367Z] #40 9.673   DEP      images/tcp-stream.pb-c.d
16:15:03 [2020-07-17T16:15:03.367Z] #40 9.695   PBCC     images/pipe.pb-c.c
16:15:03 [2020-07-17T16:15:03.367Z] #40 9.751   DEP      images/pipe.pb-c.d
16:15:03 [2020-07-17T16:15:03.367Z] #40 9.842   PBCC     images/pstree.pb-c.c
16:15:03 [2020-07-17T16:15:03.367Z] #40 9.898   DEP      images/pstree.pb-c.d
16:15:03 [2020-07-17T16:15:03.367Z] #40 ...
16:15:03 [2020-07-17T16:15:03.367Z] 
16:15:03 [2020-07-17T16:15:03.367Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:03 [2020-07-17T16:15:03.367Z] #42 67.10 regexp/syntax
16:15:03 [2020-07-17T16:15:03.367Z] #42 70.39 hash/crc32
16:15:03 [2020-07-17T16:15:03.367Z] #42 73.17 crypto/hmac
16:15:03 [2020-07-17T16:15:03.367Z] #42 73.66 crypto/rc4
16:15:03 [2020-07-17T16:15:03.367Z] #42 74.17 vendor/golang.org/x/crypto/hkdf
16:15:03 [2020-07-17T16:15:03.367Z] #42 74.60 vendor/golang.org/x/text/transform
16:15:03 [2020-07-17T16:15:03.367Z] #42 77.19 time
16:15:03 [2020-07-17T16:15:03.367Z] #42 ...
16:15:03 [2020-07-17T16:15:03.367Z] 
16:15:03 [2020-07-17T16:15:03.367Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:03 [2020-07-17T16:15:03.367Z] #40 9.951   PBCC     images/fs.pb-c.c
16:15:03 [2020-07-17T16:15:03.367Z] #40 9.974   DEP      images/fs.pb-c.d
16:15:03 [2020-07-17T16:15:03.367Z] #40 10.02   PBCC     images/signalfd.pb-c.c
16:15:03 [2020-07-17T16:15:03.667Z] #40 10.06   DEP      images/signalfd.pb-c.d
16:15:03 [2020-07-17T16:15:03.667Z] #40 10.11   PBCC     images/fh.pb-c.c
16:15:03 [2020-07-17T16:15:03.667Z] #40 10.20   PBCC     images/fsnotify.pb-c.c
16:15:03 [2020-07-17T16:15:03.966Z] #40 10.32   DEP      images/fh.pb-c.d
16:15:03 [2020-07-17T16:15:03.966Z] #40 10.38   DEP      images/fsnotify.pb-c.d
16:15:03 [2020-07-17T16:15:03.966Z] #40 10.43   PBCC     images/eventpoll.pb-c.c
16:15:03 [2020-07-17T16:15:03.966Z] #40 10.47   DEP      images/eventpoll.pb-c.d
16:15:03 [2020-07-17T16:15:03.966Z] #40 10.55   PBCC     images/eventfd.pb-c.c
16:15:04 [2020-07-17T16:15:04.050Z] #45 ...
16:15:04 [2020-07-17T16:15:04.050Z] 
16:15:04 [2020-07-17T16:15:04.050Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:15:04 [2020-07-17T16:15:04.050Z] #52 142.9 + bin/containerd-stress
16:15:04 [2020-07-17T16:15:04.050Z] #52 144.8 + bin/containerd-shim
16:15:04 [2020-07-17T16:15:04.265Z] #40 10.57   DEP      images/eventfd.pb-c.d
16:15:04 [2020-07-17T16:15:04.266Z] #40 10.62   PBCC     images/remap-file-path.pb-c.c
16:15:04 [2020-07-17T16:15:04.266Z] #40 10.64   DEP      images/remap-file-path.pb-c.d
16:15:04 [2020-07-17T16:15:04.266Z] #40 10.71   PBCC     images/fifo.pb-c.c
16:15:04 [2020-07-17T16:15:04.266Z] #40 10.72   DEP      images/fifo.pb-c.d
16:15:04 [2020-07-17T16:15:04.266Z] #40 10.78   PBCC     images/ghost-file.pb-c.c
16:15:04 [2020-07-17T16:15:04.266Z] #40 10.84   DEP      images/ghost-file.pb-c.d
16:15:04 [2020-07-17T16:15:04.266Z] #40 ...
16:15:04 [2020-07-17T16:15:04.266Z] 
16:15:04 [2020-07-17T16:15:04.266Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:04 [2020-07-17T16:15:04.266Z] #48 67.96 reflect
16:15:04 [2020-07-17T16:15:04.266Z] #48 69.43 regexp/syntax
16:15:04 [2020-07-17T16:15:04.266Z] #48 75.86 time
16:15:04 [2020-07-17T16:15:04.565Z] #48 ...
16:15:04 [2020-07-17T16:15:04.565Z] 
16:15:04 [2020-07-17T16:15:04.565Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:04 [2020-07-17T16:15:04.565Z] #40 10.88   PBCC     images/regfile.pb-c.c
16:15:04 [2020-07-17T16:15:04.565Z] #40 10.95   DEP      images/regfile.pb-c.d
16:15:04 [2020-07-17T16:15:04.565Z] #40 11.00   PBCC     images/ns.pb-c.c
16:15:04 [2020-07-17T16:15:04.565Z] #40 11.02   DEP      images/ns.pb-c.d
16:15:04 [2020-07-17T16:15:04.565Z] #40 11.07   PBCC     images/fdinfo.pb-c.c
16:15:04 [2020-07-17T16:15:04.565Z] #40 11.18   DEP      images/fdinfo.pb-c.d
16:15:04 [2020-07-17T16:15:04.769Z] #25 12.15 
                                                                           0.0%
##                                                                         2.9%
###                                                                        5.4%
#####                                                                      8.3%
#######                                                                   10.6%
#########                                                                 13.4%
###########                                                               15.9%
############                                                              17.9%
##############                                                            20.0%
################                                                          22.7%
#################                                                         24.3%
###################                                                       26.5%
####################                                                      28.6%
#####################                                                     29.8%
#######################                                                   32.3%
########################                                                  34.6%
##########################                                                36.9%
###########################                                               38.6%
#############################                                             40.3%
##############################                                            41.9%
###############################                                           44.1%
################################                                          45.1%
#################################                                         47.1%
#################################                                         47.1%
###################################                                       49.4%
#####################################                                     52.5%
#######################################                                   55.3%
########################################                                  56.2%
#########################################                                 57.1%
##########################################                                58.7%
############################################                              61.1%
############################################                              62.4%
##############################################                            64.2%
###############################################                           65.8%
################################################                          68.0%
##################################################                        69.9%
####################################################                      72.6%
#####################################################                     74.9%
#######################################################                   77.7%
#########################################################                 80.3%
###########################################################               83.3%
#############################################################             85.1%
###############################################################           88.7%
#
16:15:04 [2020-07-17T16:15:04.769Z] #25 ...
16:15:04 [2020-07-17T16:15:04.769Z] 
16:15:04 [2020-07-17T16:15:04.769Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:04 [2020-07-17T16:15:04.769Z] #41 43.02 time
16:15:04 [2020-07-17T16:15:04.769Z] #41 45.88 github.com/LK4D4/vndr/versioned
16:15:04 [2020-07-17T16:15:04.769Z] #41 47.79 os
16:15:04 [2020-07-17T16:15:04.769Z] #41 50.88 internal/lazyregexp
16:15:04 [2020-07-17T16:15:04.769Z] #41 50.91 net
16:15:04 [2020-07-17T16:15:04.769Z] #41 50.99 io/ioutil
16:15:04 [2020-07-17T16:15:04.769Z] #41 51.36 os/exec
16:15:04 [2020-07-17T16:15:04.769Z] #41 52.32 encoding/base64
16:15:04 [2020-07-17T16:15:04.769Z] #41 52.36 flag
16:15:04 [2020-07-17T16:15:04.889Z] #40 11.22   PBCC     images/core-aarch64.pb-c.c
16:15:04 [2020-07-17T16:15:04.889Z] #40 11.28   PBCC     images/core-arm.pb-c.c
16:15:04 [2020-07-17T16:15:04.889Z] #40 11.39   PBCC     images/core-ppc64.pb-c.c
16:15:05 [2020-07-17T16:15:05.049Z] #41 53.04 go/token
16:15:05 [2020-07-17T16:15:05.049Z] #41 ...
16:15:05 [2020-07-17T16:15:05.049Z] 
16:15:05 [2020-07-17T16:15:05.049Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:15:05 [2020-07-17T16:15:05.188Z] #40 11.51   PBCC     images/core-s390.pb-c.c
16:15:05 [2020-07-17T16:15:05.188Z] #40 11.56   PBCC     images/core-x86.pb-c.c
16:15:05 [2020-07-17T16:15:05.188Z] #40 11.69   PBCC     images/core.pb-c.c
16:15:05 [2020-07-17T16:15:05.367Z] #25 12.15 
                                                                           0.0%
##                                                                         2.9%
###                                                                        5.4%
#####                                                                      8.3%
#######                                                                   10.6%
#########                                                                 13.4%
###########                                                               15.9%
############                                                              17.9%
##############                                                            20.0%
################                                                          22.7%
#################                                                         24.3%
###################                                                       26.5%
####################                                                      28.6%
#####################                                                     29.8%
#######################                                                   32.3%
########################                                                  34.6%
##########################                                                36.9%
###########################                                               38.6%
#############################                                             40.3%
##############################                                            41.9%
###############################                                           44.1%
################################                                          45.1%
#################################                                         47.1%
#################################                                         47.1%
###################################                                       49.4%
#####################################                                     52.5%
#######################################                                   55.3%
########################################                                  56.2%
#########################################                                 57.1%
##########################################                                58.7%
############################################                              61.1%
############################################                              62.4%
##############################################                            64.2%
###############################################                           65.8%
################################################                          68.0%
##################################################                        69.9%
####################################################                      72.6%
#####################################################                     74.9%
#######################################################                   77.7%
#########################################################                 80.3%
###########################################################               83.3%
#############################################################             85.1%
###############################################################           88.7%
#################################################################         90.9%
##################################################################        92.0%
####################################################################      95.7%
#######################################################################   99.5%
######################################################################## 100.0%
16:15:05 [2020-07-17T16:15:05.367Z] #25 17.69 
16:15:05 [2020-07-17T16:15:05.489Z] #40 11.82   PBCC     images/inventory.pb-c.c
16:15:05 [2020-07-17T16:15:05.489Z] #40 11.91   DEP      images/core-aarch64.pb-c.d
16:15:05 [2020-07-17T16:15:05.489Z] #40 12.05   DEP      images/core-arm.pb-c.d
16:15:05 [2020-07-17T16:15:05.489Z] #40 12.09   DEP      images/core-ppc64.pb-c.d
16:15:05 [2020-07-17T16:15:05.489Z] #40 12.15   DEP      images/core-s390.pb-c.d
16:15:05 [2020-07-17T16:15:05.594Z] #52 ...
16:15:05 [2020-07-17T16:15:05.594Z] 
16:15:05 [2020-07-17T16:15:05.594Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:15:05 [2020-07-17T16:15:05.594Z] #45 DONE 171.7s
16:15:05 [2020-07-17T16:15:05.594Z] 
16:15:05 [2020-07-17T16:15:05.594Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:15:05 [2020-07-17T16:15:05.789Z] #40 12.21   DEP      images/core-x86.pb-c.d
16:15:05 [2020-07-17T16:15:05.789Z] #40 12.27   DEP      images/core.pb-c.d
16:15:05 [2020-07-17T16:15:05.789Z] #40 12.34   DEP      images/inventory.pb-c.d
16:15:06 [2020-07-17T16:15:06.090Z] #40 12.43   PBCC     images/cpuinfo.pb-c.c
16:15:06 [2020-07-17T16:15:06.090Z] #40 12.46   DEP      images/cpuinfo.pb-c.d
16:15:06 [2020-07-17T16:15:06.090Z] #40 12.49   PBCC     images/stats.pb-c.c
16:15:06 [2020-07-17T16:15:06.091Z] #40 12.52   DEP      images/stats.pb-c.d
16:15:06 [2020-07-17T16:15:06.454Z] #25 18.85 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:15:07 [2020-07-17T16:15:07.179Z] #25 19.32 
16:15:07 [2020-07-17T16:15:07.195Z] #52 ...
16:15:07 [2020-07-17T16:15:07.195Z] 
16:15:07 [2020-07-17T16:15:07.195Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
16:15:07 [2020-07-17T16:15:07.195Z] #46 DONE 0.2s
16:15:07 [2020-07-17T16:15:07.195Z] 
16:15:07 [2020-07-17T16:15:07.195Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
16:15:07 [2020-07-17T16:15:07.195Z] #48 DONE 0.1s
16:15:07 [2020-07-17T16:15:07.195Z] 
16:15:07 [2020-07-17T16:15:07.195Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
16:15:07 [2020-07-17T16:15:07.492Z] #50 DONE 0.1s
16:15:07 [2020-07-17T16:15:07.492Z] 
16:15:07 [2020-07-17T16:15:07.492Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:15:07 [2020-07-17T16:15:07.528Z] #25 19.54 
#                                                                          2.0%
######################################################################## 100.0%
16:15:07 [2020-07-17T16:15:07.528Z] #25 19.67 
16:15:07 [2020-07-17T16:15:07.528Z] #25 ...
16:15:07 [2020-07-17T16:15:07.528Z] 
16:15:07 [2020-07-17T16:15:07.528Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:15:07 [2020-07-17T16:15:07.528Z] #32 45.59 Selecting previously unselected package libarchive13:arm64.
16:15:07 [2020-07-17T16:15:07.528Z] #32 45.59 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 45.60 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 45.93 Selecting previously unselected package libjsoncpp1:arm64.
16:15:07 [2020-07-17T16:15:07.528Z] #32 45.97 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 45.98 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.12 Selecting previously unselected package librhash0:arm64.
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.13 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.14 Unpacking librhash0:arm64 (1.3.8-1) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.34 Selecting previously unselected package libuv1:arm64.
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.35 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.36 Unpacking libuv1:arm64 (1.24.1-1) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.51 Selecting previously unselected package cmake.
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.52 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 46.59 Unpacking cmake (3.13.4-1) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 49.73 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 49.83 Setting up xxd (2:8.1.0875-5) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 49.85 Setting up libuv1:arm64 (1.24.1-1) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 49.95 Setting up vim-common (2:8.1.0875-5) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 50.33 Setting up librhash0:arm64 (1.3.8-1) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 51.72 Setting up cmake-data (3.13.4-1) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 53.54 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
16:15:07 [2020-07-17T16:15:07.528Z] #32 54.60 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
16:15:07 [2020-07-17T16:15:07.634Z] #40 ...
16:15:07 [2020-07-17T16:15:07.634Z] 
16:15:07 [2020-07-17T16:15:07.634Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:07 [2020-07-17T16:15:07.634Z] #11 71.14 Selecting previously unselected package gcc-mingw-w64-base.
16:15:07 [2020-07-17T16:15:07.634Z] #11 71.14 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
16:15:07 [2020-07-17T16:15:07.634Z] #11 71.16 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:15:07 [2020-07-17T16:15:07.634Z] #11 71.30 Selecting previously unselected package gcc-mingw-w64-x86-64.
16:15:07 [2020-07-17T16:15:07.634Z] #11 71.30 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
16:15:07 [2020-07-17T16:15:07.634Z] #11 71.31 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:15:07 [2020-07-17T16:15:07.634Z] #11 ...
16:15:07 [2020-07-17T16:15:07.634Z] 
16:15:07 [2020-07-17T16:15:07.634Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:15:07 [2020-07-17T16:15:07.634Z] #53 42.86 Checking out files:  72% (2311/3196)   
Checking out files:  73% (2334/3196)   
Checking out files:  74% (2366/3196)   
Checking out files:  75% (2397/3196)   
Checking out files:  76% (2429/3196)   
Checking out files:  77% (2461/3196)   
Checking out files:  78% (2493/3196)   
Checking out files:  79% (2525/3196)   
Checking out files:  80% (2557/3196)   
Checking out files:  81% (2589/3196)   
Checking out files:  82% (2621/3196)   
Checking out files:  83% (2653/3196)   
Checking out files:  84% (2685/3196)   
Checking out files:  85% (2717/3196)   
Checking out files:  86% (2749/3196)   
Checking out files:  87% (2781/3196)   
Checking out files:  88% (2813/3196)   
Checking out files:  89% (2845/3196)   
Checking out files:  90% (2877/3196)   
Checking out files:  91% (2909/3196)   
Checking out files:  92% (2941/3196)   
Checking out files:  93% (2973/3196)   
Checking out files:  94% (3005/3196)   
Checking out files:  95% (3037/3196)   
Checking out files:  96% (3069/3196)   
Checking out files:  97% (3101/3196)   
Checking out files:  98% (3133/3196)   
Checking out files:  99% (3165/3196)   
Checking out files: 100% (3196/3196)   
Checking out files: 100% (3196/3196), done.
16:15:07 [2020-07-17T16:15:07.634Z] #53 43.46 + cd /tmp/tmp.pxvgQ5f1RE/src/github.com/containerd/containerd
16:15:07 [2020-07-17T16:15:07.634Z] #53 43.46 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1
16:15:07 [2020-07-17T16:15:07.936Z] #53 44.92 + export 'BUILDTAGS=netgo osusergo static_build'
16:15:07 [2020-07-17T16:15:07.936Z] #53 44.92 + BUILDTAGS='netgo osusergo static_build'
16:15:07 [2020-07-17T16:15:07.936Z] #53 44.92 + export EXTRA_FLAGS=-buildmode=pie
16:15:07 [2020-07-17T16:15:07.936Z] #53 44.92 + EXTRA_FLAGS=-buildmode=pie
16:15:07 [2020-07-17T16:15:07.936Z] #53 44.92 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:15:07 [2020-07-17T16:15:07.936Z] #53 44.92 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:15:07 [2020-07-17T16:15:07.936Z] #53 44.93 + '[' '' = dynamic ']'
16:15:07 [2020-07-17T16:15:07.936Z] #53 44.93 + make
16:15:08 [2020-07-17T16:15:08.351Z] --- PASS: TestBuildSquashParent (6.93s)
16:15:08 [2020-07-17T16:15:08.351Z] === RUN   TestBuildWithRemoveAndForceRemove
16:15:08 [2020-07-17T16:15:08.351Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:15:08 [2020-07-17T16:15:08.351Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:15:08 [2020-07-17T16:15:08.351Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:15:08 [2020-07-17T16:15:08.351Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:15:08 [2020-07-17T16:15:08.351Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:15:08 [2020-07-17T16:15:08.351Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:15:08 [2020-07-17T16:15:08.351Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:15:08 [2020-07-17T16:15:08.351Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:15:08 [2020-07-17T16:15:08.351Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:15:08 [2020-07-17T16:15:08.351Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:15:08 [2020-07-17T16:15:08.351Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:15:08 [2020-07-17T16:15:08.351Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:15:08 [2020-07-17T16:15:08.351Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:15:08 [2020-07-17T16:15:08.351Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:15:08 [2020-07-17T16:15:08.532Z] #32 56.59 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
16:15:08 [2020-07-17T16:15:08.532Z] #32 ...
16:15:08 [2020-07-17T16:15:08.532Z] 
16:15:08 [2020-07-17T16:15:08.532Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:15:08 [2020-07-17T16:15:08.532Z] #25 20.93 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:15:08 [2020-07-17T16:15:08.824Z] #25 21.23 
16:15:08 [2020-07-17T16:15:08.993Z] #53 45.94 + bin/ctr
16:15:09 [2020-07-17T16:15:09.014Z] #52 150.9 + bin/containerd-shim-runc-v1
16:15:09 [2020-07-17T16:15:09.437Z] #25 21.45 
                                                                           0.8%
#################################                                         46.5%
######################################################################## 100.0%
16:15:09 [2020-07-17T16:15:09.437Z] #25 21.72 
16:15:09 [2020-07-17T16:15:09.437Z] #25 ...
16:15:09 [2020-07-17T16:15:09.437Z] 
16:15:09 [2020-07-17T16:15:09.437Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:09 [2020-07-17T16:15:09.437Z] #47 47.53 os
16:15:09 [2020-07-17T16:15:09.437Z] #47 49.33 encoding/binary
16:15:09 [2020-07-17T16:15:09.437Z] #47 50.32 fmt
16:15:09 [2020-07-17T16:15:09.437Z] #47 50.35 path/filepath
16:15:09 [2020-07-17T16:15:09.437Z] #47 50.49 mvdan.cc/sh/v3/fileutil
16:15:09 [2020-07-17T16:15:09.437Z] #47 51.39 encoding/base64
16:15:09 [2020-07-17T16:15:09.437Z] #47 51.43 golang.org/x/sys/unix
16:15:09 [2020-07-17T16:15:09.437Z] #47 54.03 github.com/pkg/diff
16:15:09 [2020-07-17T16:15:09.437Z] #47 54.05 go/token
16:15:09 [2020-07-17T16:15:09.437Z] #47 54.06 encoding/json
16:15:09 [2020-07-17T16:15:09.437Z] #47 55.21 go/scanner
16:15:09 [2020-07-17T16:15:09.437Z] #47 56.29 mvdan.cc/editorconfig
16:15:09 [2020-07-17T16:15:09.437Z] #47 56.96 go/ast
16:15:09 [2020-07-17T16:15:09.437Z] #47 57.10 mvdan.cc/sh/v3/syntax
16:15:09 [2020-07-17T16:15:09.719Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:15:09 [2020-07-17T16:15:09.719Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:15:10 [2020-07-17T16:15:10.014Z] #47 ...
16:15:10 [2020-07-17T16:15:10.014Z] 
16:15:10 [2020-07-17T16:15:10.014Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:10 [2020-07-17T16:15:10.014Z] #10 58.28 Selecting previously unselected package gcc-mingw-w64-base.
16:15:10 [2020-07-17T16:15:10.277Z] #10 58.29 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
16:15:10 [2020-07-17T16:15:10.854Z] #10 58.95 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:15:11 [2020-07-17T16:15:11.106Z] #52 153.0 + bin/containerd-shim-runc-v2
16:15:11 [2020-07-17T16:15:11.742Z] #52 153.7 + binaries
16:15:11 [2020-07-17T16:15:11.742Z] #52 153.7 + install -D bin/containerd /build/containerd
16:15:11 [2020-07-17T16:15:11.742Z] #52 153.7 + install -D bin/containerd-shim /build/containerd-shim
16:15:11 [2020-07-17T16:15:11.742Z] #52 153.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:15:11 [2020-07-17T16:15:11.742Z] #52 153.7 + install -D bin/ctr /build/ctr
16:15:11 [2020-07-17T16:15:11.805Z] #10 ...
16:15:11 [2020-07-17T16:15:11.805Z] 
16:15:11 [2020-07-17T16:15:11.805Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
16:15:11 [2020-07-17T16:15:11.805Z] #38 49.84 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
16:15:11 [2020-07-17T16:15:11.805Z] #38 49.86 Processing triggers for libc-bin (2.28-10) ...
16:15:11 [2020-07-17T16:15:11.805Z] #38 DONE 59.9s
16:15:11 [2020-07-17T16:15:11.805Z] 
16:15:11 [2020-07-17T16:15:11.805Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:11 [2020-07-17T16:15:11.805Z] #10 59.98 Selecting previously unselected package gcc-mingw-w64-x86-64.
16:15:11 [2020-07-17T16:15:11.805Z] #10 59.98 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
16:15:11 [2020-07-17T16:15:11.805Z] #10 59.99 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:15:12 [2020-07-17T16:15:12.037Z] #52 DONE 154.0s
16:15:12 [2020-07-17T16:15:12.268Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:15:12 [2020-07-17T16:15:12.268Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:15:12 [2020-07-17T16:15:12.409Z] Fetching without tags
16:15:12 [2020-07-17T16:15:12.674Z] 
16:15:12 [2020-07-17T16:15:12.674Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
16:15:12 [2020-07-17T16:15:12.755Z] #10 ...
16:15:12 [2020-07-17T16:15:12.755Z] 
16:15:12 [2020-07-17T16:15:12.755Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:12 [2020-07-17T16:15:12.755Z] #30 50.80 io/ioutil
16:15:12 [2020-07-17T16:15:12.755Z] #30 52.03 log
16:15:12 [2020-07-17T16:15:12.755Z] #30 52.03 github.com/BurntSushi/toml
16:15:12 [2020-07-17T16:15:12.755Z] #30 52.03 flag
16:15:12 [2020-07-17T16:15:12.755Z] #30 55.05 github.com/BurntSushi/toml/cmd/tomlv
16:15:12 [2020-07-17T16:15:12.755Z] #30 ...
16:15:12 [2020-07-17T16:15:12.755Z] 
16:15:12 [2020-07-17T16:15:12.755Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
16:15:12 [2020-07-17T16:15:12.755Z] #32 58.79 Setting up cmake (3.13.4-1) ...
16:15:12 [2020-07-17T16:15:12.755Z] #32 59.92 Processing triggers for libc-bin (2.28-10) ...
16:15:12 [2020-07-17T16:15:12.755Z] #32 60.09 Processing triggers for mime-support (3.62) ...
16:15:12 [2020-07-17T16:15:12.755Z] #32 DONE 60.9s
16:15:12 [2020-07-17T16:15:12.755Z] 
16:15:12 [2020-07-17T16:15:12.755Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
16:15:12 [2020-07-17T16:15:12.755Z] #25 22.94 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
16:15:12 [2020-07-17T16:15:12.755Z] #25 23.11 skipping existing 9a99313a2c50
16:15:12 [2020-07-17T16:15:12.755Z] #25 23.17 
16:15:12 [2020-07-17T16:15:12.755Z] #25 24.35 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:15:12 [2020-07-17T16:15:12.755Z] #25 24.61 
16:15:12 [2020-07-17T16:15:12.755Z] #25 24.77 
######################################################################## 100.0%
16:15:12 [2020-07-17T16:15:12.755Z] #25 24.87 
16:15:12 [2020-07-17T16:15:12.755Z] #25 24.95 Download of images into '/build' complete.
16:15:12 [2020-07-17T16:15:12.755Z] #25 24.95 Use something like the following to load the result into a Docker daemon:
16:15:12 [2020-07-17T16:15:12.755Z] #25 24.95   tar -cC '/build' . | docker load
16:15:12 [2020-07-17T16:15:12.755Z] #25 DONE 25.1s
16:15:12 [2020-07-17T16:15:12.755Z] 
16:15:12 [2020-07-17T16:15:12.755Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:12 [2020-07-17T16:15:12.106Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:15:12 [2020-07-17T16:15:12.154Z]  > git config --add remote.origin.fetch +refs/pull/41226/head:refs/remotes/origin/PR-41226 # timeout=10
16:15:12 [2020-07-17T16:15:12.198Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:15:12 [2020-07-17T16:15:12.314Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:15:12 [2020-07-17T16:15:12.436Z] Fetching upstream changes from https://github.com/moby/moby.git
16:15:12 [2020-07-17T16:15:12.436Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:15:12 [2020-07-17T16:15:12.438Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41226/head:refs/remotes/origin/PR-41226 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:15:12 [2020-07-17T16:15:12.970Z] #53 DONE 0.3s
16:15:13 [2020-07-17T16:15:13.020Z] #33 ...
16:15:13 [2020-07-17T16:15:13.020Z] 
16:15:13 [2020-07-17T16:15:13.020Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:13 [2020-07-17T16:15:13.020Z] #30 DONE 61.1s
16:15:13 [2020-07-17T16:15:13.020Z] 
16:15:13 [2020-07-17T16:15:13.020Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:13 [2020-07-17T16:15:13.020Z] #41 53.18 net/url
16:15:13 [2020-07-17T16:15:13.020Z] #41 54.29 text/template/parse
16:15:13 [2020-07-17T16:15:13.020Z] #41 54.91 go/scanner
16:15:13 [2020-07-17T16:15:13.020Z] #41 55.78 encoding/json
16:15:13 [2020-07-17T16:15:13.020Z] #41 56.49 go/ast
16:15:13 [2020-07-17T16:15:13.020Z] #41 59.01 text/template
16:15:13 [2020-07-17T16:15:13.106Z] Merging remotes/origin/master commit 20f9d05578b2054462d902bd2686288693471f40 into PR head commit b0c0b41016c8035ce3dc9783044f065548567e76
16:15:13 [2020-07-17T16:15:13.264Z] 
16:15:13 [2020-07-17T16:15:13.264Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
16:15:13 [2020-07-17T16:15:13.264Z] #57 DONE 0.2s
16:15:13 [2020-07-17T16:15:13.264Z] 
16:15:13 [2020-07-17T16:15:13.264Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
16:15:13 [2020-07-17T16:15:13.286Z] #41 ...
16:15:13 [2020-07-17T16:15:13.286Z] 
16:15:13 [2020-07-17T16:15:13.286Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:13 [2020-07-17T16:15:13.286Z] #47 61.57 golang.org/x/crypto/ssh/terminal
16:15:13 [2020-07-17T16:15:13.557Z] #59 DONE 0.2s
16:15:13 [2020-07-17T16:15:13.557Z] 
16:15:13 [2020-07-17T16:15:13.557Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
16:15:13 [2020-07-17T16:15:13.557Z] #61 DONE 0.1s
16:15:13 [2020-07-17T16:15:13.557Z] 
16:15:13 [2020-07-17T16:15:13.557Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
16:15:13 [2020-07-17T16:15:13.557Z] #62 DONE 0.1s
16:15:13 [2020-07-17T16:15:13.557Z] 
16:15:13 [2020-07-17T16:15:13.557Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
16:15:13 [2020-07-17T16:15:13.634Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
16:15:13 [2020-07-17T16:15:13.634Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.45s)
16:15:13 [2020-07-17T16:15:13.634Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.49s)
16:15:13 [2020-07-17T16:15:13.634Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.05s)
16:15:13 [2020-07-17T16:15:13.634Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.13s)
16:15:13 [2020-07-17T16:15:13.634Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.88s)
16:15:13 [2020-07-17T16:15:13.634Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s)
16:15:13 [2020-07-17T16:15:13.634Z] === RUN   TestBuildMultiStageCopy
16:15:13 [2020-07-17T16:15:13.634Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:15:14 [2020-07-17T16:15:14.599Z] #63 DONE 0.8s
16:15:14 [2020-07-17T16:15:14.599Z] 
16:15:14 [2020-07-17T16:15:14.599Z] #64 exporting to image
16:15:14 [2020-07-17T16:15:14.599Z] #64 exporting layers
16:15:13 [2020-07-17T16:15:13.208Z]  > git config core.sparsecheckout # timeout=10
16:15:13 [2020-07-17T16:15:13.250Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:15:15 [2020-07-17T16:15:15.986Z] #53 ...
16:15:15 [2020-07-17T16:15:15.986Z] 
16:15:15 [2020-07-17T16:15:15.986Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:15 [2020-07-17T16:15:15.986Z] #31 78.78 internal/poll
16:15:15 [2020-07-17T16:15:15.986Z] #31 81.60 os
16:15:15 [2020-07-17T16:15:15.986Z] #31 83.14 internal/fmtsort
16:15:15 [2020-07-17T16:15:15.986Z] #31 85.02 path/filepath
16:15:15 [2020-07-17T16:15:15.986Z] #31 85.03 fmt
16:15:15 [2020-07-17T16:15:15.986Z] #31 86.74 io/ioutil
16:15:15 [2020-07-17T16:15:15.987Z] #31 88.64 log
16:15:15 [2020-07-17T16:15:15.987Z] #31 88.65 github.com/BurntSushi/toml
16:15:15 [2020-07-17T16:15:15.987Z] #31 88.67 flag
16:15:15 [2020-07-17T16:15:15.987Z] #31 ...
16:15:15 [2020-07-17T16:15:15.987Z] 
16:15:15 [2020-07-17T16:15:15.987Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:15 [2020-07-17T16:15:15.987Z] #40 14.22 make[1]: Nothing to be done for 'all'.
16:15:15 [2020-07-17T16:15:15.987Z] #40 16.20   CC       images/stats.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 16.71   CC       images/core.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 17.64   CC       images/core-x86.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 18.61   CC       images/core-arm.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 19.07   CC       images/core-aarch64.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 19.46   CC       images/core-ppc64.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 20.19   CC       images/core-s390.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 20.98   CC       images/cpuinfo.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 21.45   CC       images/inventory.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 21.72   CC       images/fdinfo.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 22.12   CC       images/fown.o
16:15:15 [2020-07-17T16:15:15.987Z] #40 ...
16:15:15 [2020-07-17T16:15:15.987Z] 
16:15:15 [2020-07-17T16:15:15.987Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:15 [2020-07-17T16:15:15.987Z] #48 79.38 regexp
16:15:15 [2020-07-17T16:15:15.987Z] #48 86.83 io/ioutil
16:15:15 [2020-07-17T16:15:15.987Z] #48 86.87 mvdan.cc/sh/v3/fileutil
16:15:15 [2020-07-17T16:15:15.987Z] #48 88.40 encoding/binary
16:15:15 [2020-07-17T16:15:15.987Z] #48 88.40 fmt
16:15:15 [2020-07-17T16:15:15.987Z] #48 ...
16:15:15 [2020-07-17T16:15:15.987Z] 
16:15:15 [2020-07-17T16:15:15.987Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:15 [2020-07-17T16:15:15.987Z] #40 22.38   CC       images/ns.o
16:15:16 [2020-07-17T16:15:16.041Z] Merge succeeded, producing b0c0b41016c8035ce3dc9783044f065548567e76
16:15:16 [2020-07-17T16:15:16.042Z] Checking out Revision b0c0b41016c8035ce3dc9783044f065548567e76 (PR-41226)
16:15:16 [2020-07-17T16:15:16.285Z] #40 22.56   CC       images/regfile.o
16:15:16 [2020-07-17T16:15:16.285Z] #40 22.82   CC       images/ghost-file.o
16:15:16 [2020-07-17T16:15:16.584Z] #40 23.11   CC       images/fifo.o
16:15:16 [2020-07-17T16:15:16.882Z] #40 23.32   CC       images/remap-file-path.o
16:15:16 [2020-07-17T16:15:16.882Z] #40 ...
16:15:16 [2020-07-17T16:15:16.882Z] 
16:15:16 [2020-07-17T16:15:16.882Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:16 [2020-07-17T16:15:16.882Z] #42 80.54 regexp
16:15:16 [2020-07-17T16:15:16.882Z] #42 88.55 github.com/LK4D4/vndr/versioned
16:15:16 [2020-07-17T16:15:16.882Z] #42 88.93 internal/lazyregexp
16:15:16 [2020-07-17T16:15:16.882Z] #42 88.99 os/exec
16:15:16 [2020-07-17T16:15:16.882Z] #42 89.01 net
16:15:16 [2020-07-17T16:15:16.882Z] #42 ...
16:15:16 [2020-07-17T16:15:16.883Z] 
16:15:16 [2020-07-17T16:15:16.883Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:16 [2020-07-17T16:15:16.883Z] #48 90.41 encoding/base64
16:15:16 [2020-07-17T16:15:16.883Z] #48 90.45 golang.org/x/sys/unix
16:15:17 [2020-07-17T16:15:17.343Z] #64 exporting layers 2.8s done
16:15:17 [2020-07-17T16:15:17.343Z] #64 writing image sha256:86e8efc858c27f87e5d62151a83575e6b5b54206b64f3acb1e7ffeab8da0f631 done
16:15:17 [2020-07-17T16:15:17.343Z] #64 naming to docker.io/library/docker:b0c0b41016c8035ce3dc9783044f065548567e76 done
16:15:17 [2020-07-17T16:15:17.343Z] #64 DONE 2.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:15:17 [2020-07-17T16:15:17.777Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/test/unit
16:15:17 [2020-07-17T16:15:17.810Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:15:18 [2020-07-17T16:15:18.067Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:15:18 [2020-07-17T16:15:18.599Z] #47 66.55 mvdan.cc/sh/v3/cmd/shfmt
16:15:18 [2020-07-17T16:15:18.599Z] #47 ...
16:15:18 [2020-07-17T16:15:18.599Z] 
16:15:18 [2020-07-17T16:15:18.599Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:15:18 [2020-07-17T16:15:18.600Z] #52 26.65 Checking out files:  52% (1671/3196)   
Checking out files:  53% (1694/3196)   
Checking out files:  54% (1726/3196)   
Checking out files:  55% (1758/3196)   
Checking out files:  56% (1790/3196)   
Checking out files:  57% (1822/3196)   
Checking out files:  58% (1854/3196)   
Checking out files:  59% (1886/3196)   
Checking out files:  60% (1918/3196)   
Checking out files:  61% (1950/3196)   
Checking out files:  62% (1982/3196)   
Checking out files:  63% (2014/3196)   
Checking out files:  64% (2046/3196)   
Checking out files:  65% (2078/3196)   
Checking out files:  66% (2110/3196)   
Checking out files:  67% (2142/3196)   
Checking out files:  68% (2174/3196)   
Checking out files:  69% (2206/3196)   
Checking out files:  70% (2238/3196)   
Checking out files:  71% (2270/3196)   
Checking out files:  72% (2302/3196)   
Checking out files:  73% (2334/3196)   
Checking out files:  74% (2366/3196)   
Checking out files:  75% (2397/3196)   
Checking out files:  76% (2429/3196)   
Checking out files:  77% (2461/3196)   
Checking out files:  78% (2493/3196)   
Checking out files:  79% (2525/3196)   
Checking out files:  80% (2557/3196)   
Checking out files:  81% (2589/3196)   
Checking out files:  82% (2621/3196)   
Checking out files:  83% (2653/3196)   
Checking out files:  84% (2685/3196)   
Checking out files:  85% (2717/3196)   
Checking out files:  86% (2749/3196)   
Checking out files:  87% (2781/3196)   
Checking out files:  88% (2813/3196)   
Checking out files:  89% (2845/3196)   
Checking out files:  90% (2877/3196)   
Checking out files:  91% (2909/3196)   
Checking out files:  92% (2941/3196)   
Checking out files:  92% (2960/3196)   
Checking out files:  93% (2973/3196)   
Checking out files:  94% (3005/3196)   
Checking out files:  95% (3037/3196)   
Checking out files:  96% (3069/3196)   
Checking out files:  97% (3101/3196)   
Checking out files:  98% (3133/3196)   
Checking out files:  99% (3165/3196)   
Checking out files: 100% (3196/3196)   
Checking out files: 100% (3196/3196), done.
16:15:18 [2020-07-17T16:15:18.600Z] #52 27.95 + cd /tmp/tmp.dvYR38O8YU/src/github.com/containerd/containerd
16:15:18 [2020-07-17T16:15:18.600Z] #52 27.95 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1
16:15:18 [2020-07-17T16:15:18.600Z] #52 29.86 + export 'BUILDTAGS=netgo osusergo static_build'
16:15:18 [2020-07-17T16:15:18.600Z] #52 29.86 + BUILDTAGS='netgo osusergo static_build'
16:15:18 [2020-07-17T16:15:18.600Z] #52 29.86 + export EXTRA_FLAGS=-buildmode=pie
16:15:18 [2020-07-17T16:15:18.600Z] #52 29.86 + EXTRA_FLAGS=-buildmode=pie
16:15:18 [2020-07-17T16:15:18.600Z] #52 29.86 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:15:18 [2020-07-17T16:15:18.600Z] #52 29.86 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:15:18 [2020-07-17T16:15:18.600Z] #52 29.86 + '[' '' = dynamic ']'
16:15:18 [2020-07-17T16:15:18.600Z] #52 29.86 + make
16:15:18 [2020-07-17T16:15:18.600Z] #52 30.94 + bin/ctr
16:15:15 [2020-07-17T16:15:15.785Z]  > git merge 20f9d05578b2054462d902bd2686288693471f40 # timeout=10
16:15:15 [2020-07-17T16:15:15.921Z]  > git rev-parse "HEAD^{commit}" # timeout=10
16:15:16 [2020-07-17T16:15:16.069Z]  > git config core.sparsecheckout # timeout=10
16:15:16 [2020-07-17T16:15:16.112Z]  > git checkout -f b0c0b41016c8035ce3dc9783044f065548567e76 # timeout=10
16:15:19 [2020-07-17T16:15:19.430Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:15:20 [2020-07-17T16:15:20.357Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:15:20 [2020-07-17T16:15:20.564Z] ?   	github.com/docker/docker/api	[no test files]
16:15:21 [2020-07-17T16:15:21.283Z] --- PASS: TestBuildMultiStageCopy (7.41s)
16:15:21 [2020-07-17T16:15:21.283Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.41s)
16:15:21 [2020-07-17T16:15:21.283Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
16:15:21 [2020-07-17T16:15:21.283Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
16:15:21 [2020-07-17T16:15:21.283Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
16:15:21 [2020-07-17T16:15:21.283Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
16:15:21 [2020-07-17T16:15:21.283Z] === RUN   TestBuildMultiStageParentConfig
16:15:21 [2020-07-17T16:15:21.411Z] #48 95.20 encoding/json
16:15:21 [2020-07-17T16:15:21.411Z] #48 95.21 github.com/pkg/diff
16:15:21 [2020-07-17T16:15:21.411Z] #48 95.21 go/token
16:15:21 [2020-07-17T16:15:21.920Z] #52 ...
16:15:21 [2020-07-17T16:15:21.920Z] 
16:15:21 [2020-07-17T16:15:21.921Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:21 [2020-07-17T16:15:21.921Z] #39 4.315 Note: Building without setproctitle() and strlcpy() support.
16:15:21 [2020-07-17T16:15:21.921Z] #39 4.315       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
16:15:21 [2020-07-17T16:15:21.921Z] #39 4.328 Note: Building without GnuTLS support
16:15:21 [2020-07-17T16:15:21.921Z] #39 4.334 Makefile.config:39: Warn: you have no libnftables installed
16:15:21 [2020-07-17T16:15:21.921Z] #39 4.334 Makefile.config:40: Warn: Building without nftables support
16:15:21 [2020-07-17T16:15:21.921Z] #39 6.201 fatal: not a git repository (or any of the parent directories): .git
16:15:21 [2020-07-17T16:15:21.921Z] #39 6.269   GEN      .gitid
16:15:21 [2020-07-17T16:15:21.921Z] #39 6.321   GEN      criu/include/version.h
16:15:21 [2020-07-17T16:15:21.921Z] #39 6.401   GEN      include/common/asm
16:15:21 [2020-07-17T16:15:21.921Z] #39 7.736   PBCC     images/timens.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 7.792   DEP      images/timens.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 7.862   PBCC     images/fown.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 7.893   PBCC     images/google/protobuf/descriptor.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 7.957   PBCC     images/opts.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.053   PBCC     images/memfd.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.091   DEP      images/fown.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.153   DEP      images/google/protobuf/descriptor.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.218   DEP      images/opts.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.253   DEP      images/memfd.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.310   PBCC     images/sit.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.368   DEP      images/sit.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.425   PBCC     images/macvlan.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.463   DEP      images/macvlan.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.507   PBCC     images/autofs.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.527   DEP      images/autofs.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.565   PBCC     images/sysctl.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.621   DEP      images/sysctl.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.717   PBCC     images/time.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.757   DEP      images/time.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.832   PBCC     images/binfmt-misc.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.869   DEP      images/binfmt-misc.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.929   PBCC     images/seccomp.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 8.961   DEP      images/seccomp.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.013   PBCC     images/userns.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.045   DEP      images/userns.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.094   PBCC     images/cgroup.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.114   DEP      images/cgroup.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.146   PBCC     images/ext-file.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.169   DEP      images/ext-file.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.217   PBCC     images/rpc.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.270   DEP      images/rpc.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.325   PBCC     images/siginfo.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.374   DEP      images/siginfo.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.419   PBCC     images/pagemap.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.481   DEP      images/pagemap.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.521   PBCC     images/rlimit.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.545   DEP      images/rlimit.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.620   PBCC     images/file-lock.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.653   DEP      images/file-lock.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.708   PBCC     images/tty.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.762   DEP      images/tty.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.785   PBCC     images/tun.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.833   PBCC     images/netdev.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.901   DEP      images/tun.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 9.994   DEP      images/netdev.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 10.10   PBCC     images/vma.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 10.16   DEP      images/vma.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 10.22   PBCC     images/creds.pb-c.c
16:15:21 [2020-07-17T16:15:21.921Z] #39 10.23   DEP      images/creds.pb-c.d
16:15:21 [2020-07-17T16:15:21.921Z] #39 10.29   PBCC     images/utsns.pb-c.c
16:15:22 [2020-07-17T16:15:22.184Z] #39 10.34   DEP      images/utsns.pb-c.d
16:15:22 [2020-07-17T16:15:22.184Z] #39 10.37   PBCC     images/ipc-desc.pb-c.c
16:15:22 [2020-07-17T16:15:22.184Z] #39 10.43   PBCC     images/ipc-sem.pb-c.c
16:15:22 [2020-07-17T16:15:22.184Z] #39 10.44   DEP      images/ipc-desc.pb-c.d
16:15:22 [2020-07-17T16:15:22.184Z] #39 10.55   DEP      images/ipc-sem.pb-c.d
16:15:22 [2020-07-17T16:15:22.447Z] #39 10.63   PBCC     images/ipc-msg.pb-c.c
16:15:22 [2020-07-17T16:15:22.447Z] #39 10.69   DEP      images/ipc-msg.pb-c.d
16:15:22 [2020-07-17T16:15:22.447Z] #39 10.72   PBCC     images/ipc-shm.pb-c.c
16:15:22 [2020-07-17T16:15:22.447Z] #39 10.75   DEP      images/ipc-shm.pb-c.d
16:15:22 [2020-07-17T16:15:22.447Z] #39 10.79   PBCC     images/ipc-var.pb-c.c
16:15:22 [2020-07-17T16:15:22.447Z] #39 10.82   DEP      images/ipc-var.pb-c.d
16:15:22 [2020-07-17T16:15:22.466Z] #48 ...
16:15:22 [2020-07-17T16:15:22.466Z] 
16:15:22 [2020-07-17T16:15:22.466Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:22 [2020-07-17T16:15:22.466Z] #40 23.51   CC       images/eventfd.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 23.77   CC       images/eventpoll.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 24.15   CC       images/fh.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 24.52   CC       images/fsnotify.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 25.30   CC       images/signalfd.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 25.58   CC       images/fs.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 25.89   CC       images/pstree.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 26.13   CC       images/pipe.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 26.42   CC       images/tcp-stream.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 26.66   CC       images/sk-packet.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 27.07   CC       images/mnt.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 27.32   CC       images/pipe-data.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 27.57   CC       images/sa.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 27.79   CC       images/timer.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 28.20   CC       images/timerfd.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 28.44   CC       images/mm.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 28.72   CC       images/sk-opts.o
16:15:22 [2020-07-17T16:15:22.466Z] #40 29.01   CC       images/sk-unix.o
16:15:22 [2020-07-17T16:15:22.711Z] #39 10.87   PBCC     images/sk-opts.pb-c.c
16:15:22 [2020-07-17T16:15:22.711Z] #39 10.93   PBCC     images/packet-sock.pb-c.c
16:15:22 [2020-07-17T16:15:22.711Z] #39 11.03   DEP      images/sk-opts.pb-c.d
16:15:22 [2020-07-17T16:15:22.764Z] #40 29.36   CC       images/sk-inet.o
16:15:22 [2020-07-17T16:15:22.790Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m59.257012786s with top 10 stages: buildssa: 1m32.296226629s, goimports: 21.489781539s, unconvert: 12.490112919s, gosec: 10.229316544s, golint: 5.78591151s, misspell: 4.434860055s, ineffassign: 4.115287419s, inspect: 3.471477311s, vrp: 2.395856151s, printf: 1.797547017s 
16:15:22 [2020-07-17T16:15:22.974Z] #39 11.09   DEP      images/packet-sock.pb-c.d
16:15:22 [2020-07-17T16:15:22.974Z] #39 11.14   PBCC     images/sk-netlink.pb-c.c
16:15:22 [2020-07-17T16:15:22.974Z] #39 11.17   DEP      images/sk-netlink.pb-c.d
16:15:22 [2020-07-17T16:15:22.974Z] #39 11.25   PBCC     images/sk-inet.pb-c.c
16:15:22 [2020-07-17T16:15:22.974Z] #39 11.27   DEP      images/sk-inet.pb-c.d
16:15:22 [2020-07-17T16:15:22.974Z] #39 11.33   PBCC     images/sk-unix.pb-c.c
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.37   DEP      images/sk-unix.pb-c.d
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.42   PBCC     images/mm.pb-c.c
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.45   DEP      images/mm.pb-c.d
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.49   PBCC     images/timerfd.pb-c.c
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.53   DEP      images/timerfd.pb-c.d
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.59   PBCC     images/timer.pb-c.c
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.62   DEP      images/timer.pb-c.d
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.65   PBCC     images/sa.pb-c.c
16:15:23 [2020-07-17T16:15:23.249Z] #39 11.70   DEP      images/sa.pb-c.d
16:15:23 [2020-07-17T16:15:23.410Z] #40 29.75   CC       images/tun.o
16:15:23 [2020-07-17T16:15:23.410Z] #40 30.00   CC       images/sk-netlink.o
16:15:23 [2020-07-17T16:15:23.512Z] #39 ...
16:15:23 [2020-07-17T16:15:23.512Z] 
16:15:23 [2020-07-17T16:15:23.512Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:23 [2020-07-17T16:15:23.512Z] #47 DONE 71.7s
16:15:23 [2020-07-17T16:15:23.512Z] 
16:15:23 [2020-07-17T16:15:23.512Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:23 [2020-07-17T16:15:23.512Z] #39 11.74   PBCC     images/pipe-data.pb-c.c
16:15:23 [2020-07-17T16:15:23.512Z] #39 11.75   DEP      images/pipe-data.pb-c.d
16:15:23 [2020-07-17T16:15:23.512Z] #39 11.83   PBCC     images/mnt.pb-c.c
16:15:23 [2020-07-17T16:15:23.512Z] #39 ...
16:15:23 [2020-07-17T16:15:23.512Z] 
16:15:23 [2020-07-17T16:15:23.512Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.797 + RM_GOPATH=0
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.797 + TMP_GOPATH=
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.797 + : /build
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.797 + '[' -z '' ']'
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.799 ++ mktemp -d
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.800 + export GOPATH=/tmp/tmp.FRNNY9x6f7
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.800 + GOPATH=/tmp/tmp.FRNNY9x6f7
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.801 + RM_GOPATH=1
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.801 + case "$(go env GOARCH)" in
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.805 ++ go env GOARCH
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.824 + export GO_BUILDMODE=-buildmode=pie
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.824 + GO_BUILDMODE=-buildmode=pie
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.828 ++ dirname /tmp/install/install.sh
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 + dir=/tmp/install
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 + bin=tini
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 + shift
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 + '[' '!' -f /tmp/install/tini.installer ']'
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 + . /tmp/install/tini.installer
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 ++ : fec3683b971d9c3ef73f284f176672c44b448662
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 + install_tini
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.831 + git clone https://github.com/krallin/tini.git /tmp/tmp.FRNNY9x6f7/tini
16:15:23 [2020-07-17T16:15:23.512Z] #33 2.836 Cloning into '/tmp/tmp.FRNNY9x6f7/tini'...
16:15:23 [2020-07-17T16:15:23.512Z] #33 3.684 + cd /tmp/tmp.FRNNY9x6f7/tini
16:15:23 [2020-07-17T16:15:23.512Z] #33 3.684 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
16:15:23 [2020-07-17T16:15:23.512Z] #33 3.705 + cmake .
16:15:23 [2020-07-17T16:15:23.512Z] #33 4.465 -- The C compiler identification is GNU 8.3.0
16:15:23 [2020-07-17T16:15:23.512Z] #33 4.526 -- Check for working C compiler: /usr/bin/cc
16:15:23 [2020-07-17T16:15:23.512Z] #33 5.233 -- Check for working C compiler: /usr/bin/cc -- works
16:15:23 [2020-07-17T16:15:23.512Z] #33 5.235 -- Detecting C compiler ABI info
16:15:23 [2020-07-17T16:15:23.512Z] #33 6.097 -- Detecting C compiler ABI info - done
16:15:23 [2020-07-17T16:15:23.512Z] #33 6.140 -- Detecting C compile features
16:15:23 [2020-07-17T16:15:23.512Z] #33 8.285 -- Detecting C compile features - done
16:15:23 [2020-07-17T16:15:23.512Z] #33 8.301 -- Performing Test HAS_BUILTIN_FORTIFY
16:15:23 [2020-07-17T16:15:23.512Z] #33 8.438 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:15:23 [2020-07-17T16:15:23.512Z] #33 8.521 -- Configuring done
16:15:23 [2020-07-17T16:15:23.512Z] #33 8.537 -- Generating done
16:15:23 [2020-07-17T16:15:23.512Z] #33 8.546 -- Build files have been written to: /tmp/tmp.FRNNY9x6f7/tini
16:15:23 [2020-07-17T16:15:23.512Z] #33 8.552 + make tini-static
16:15:23 [2020-07-17T16:15:23.512Z] #33 8.937 Scanning dependencies of target tini-static
16:15:23 [2020-07-17T16:15:23.512Z] #33 9.087 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:15:23 [2020-07-17T16:15:23.512Z] #33 10.74 [100%] Linking C executable tini-static
16:15:23 [2020-07-17T16:15:23.512Z] #33 ...
16:15:23 [2020-07-17T16:15:23.512Z] 
16:15:23 [2020-07-17T16:15:23.512Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:23 [2020-07-17T16:15:23.512Z] #39 11.91   DEP      images/mnt.pb-c.d
16:15:23 [2020-07-17T16:15:23.512Z] #39 11.96   PBCC     images/sk-packet.pb-c.c
16:15:23 [2020-07-17T16:15:23.708Z] #40 ...
16:15:23 [2020-07-17T16:15:23.708Z] 
16:15:23 [2020-07-17T16:15:23.708Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:23 [2020-07-17T16:15:23.708Z] #31 93.50 github.com/BurntSushi/toml/cmd/tomlv
16:15:23 [2020-07-17T16:15:23.708Z] #31 DONE 97.4s
16:15:23 [2020-07-17T16:15:23.708Z] 
16:15:23 [2020-07-17T16:15:23.708Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:23 [2020-07-17T16:15:23.708Z] #40 30.17   CC       images/packet-sock.o
16:15:23 [2020-07-17T16:15:23.708Z] #40 ...
16:15:23 [2020-07-17T16:15:23.708Z] 
16:15:23 [2020-07-17T16:15:23.708Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:23 [2020-07-17T16:15:23.708Z] #42 93.63 crypto/cipher
16:15:23 [2020-07-17T16:15:23.708Z] #42 93.67 crypto/sha512
16:15:23 [2020-07-17T16:15:23.708Z] #42 93.72 go/token
16:15:23 [2020-07-17T16:15:23.708Z] #42 95.75 net/url
16:15:23 [2020-07-17T16:15:23.708Z] #42 95.79 go/scanner
16:15:23 [2020-07-17T16:15:23.708Z] #42 97.31 text/template/parse
16:15:23 [2020-07-17T16:15:23.776Z] #39 11.97   DEP      images/sk-packet.pb-c.d
16:15:23 [2020-07-17T16:15:23.776Z] #39 12.00   PBCC     images/tcp-stream.pb-c.c
16:15:23 [2020-07-17T16:15:23.776Z] #39 12.07   DEP      images/tcp-stream.pb-c.d
16:15:23 [2020-07-17T16:15:23.776Z] #39 12.12   PBCC     images/pipe.pb-c.c
16:15:23 [2020-07-17T16:15:23.776Z] #39 12.16   DEP      images/pipe.pb-c.d
16:15:24 [2020-07-17T16:15:24.040Z] #39 12.29   PBCC     images/pstree.pb-c.c
16:15:24 [2020-07-17T16:15:24.040Z] #39 12.36   DEP      images/pstree.pb-c.d
16:15:24 [2020-07-17T16:15:24.040Z] #39 12.45   PBCC     images/fs.pb-c.c
16:15:24 [2020-07-17T16:15:24.040Z] #39 12.46   DEP      images/fs.pb-c.d
16:15:24 [2020-07-17T16:15:24.303Z] #39 12.62   PBCC     images/signalfd.pb-c.c
16:15:24 [2020-07-17T16:15:24.303Z] #39 12.70   DEP      images/signalfd.pb-c.d
16:15:24 [2020-07-17T16:15:24.303Z] #39 12.76   PBCC     images/fh.pb-c.c
16:15:24 [2020-07-17T16:15:24.566Z] #39 ...
16:15:24 [2020-07-17T16:15:24.566Z] 
16:15:24 [2020-07-17T16:15:24.566Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:24 [2020-07-17T16:15:24.566Z] #33 11.41 [100%] Built target tini-static
16:15:24 [2020-07-17T16:15:24.566Z] #33 11.49 + mkdir -p /build
16:15:24 [2020-07-17T16:15:24.566Z] #33 11.50 + cp tini-static /build/docker-init
16:15:24 [2020-07-17T16:15:24.566Z] #33 DONE 11.7s
16:15:24 [2020-07-17T16:15:24.566Z] 
16:15:24 [2020-07-17T16:15:24.566Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:24 [2020-07-17T16:15:24.566Z] #39 12.80   PBCC     images/fsnotify.pb-c.c
16:15:24 [2020-07-17T16:15:24.566Z] #39 ...
16:15:24 [2020-07-17T16:15:24.566Z] 
16:15:24 [2020-07-17T16:15:24.566Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:24 [2020-07-17T16:15:24.566Z] #41 62.74 go/parser
16:15:24 [2020-07-17T16:15:24.566Z] #41 63.77 encoding/xml
16:15:24 [2020-07-17T16:15:24.566Z] #41 66.75 go/doc
16:15:24 [2020-07-17T16:15:24.566Z] #41 68.86 compress/gzip
16:15:24 [2020-07-17T16:15:24.566Z] #41 70.01 encoding/asn1
16:15:24 [2020-07-17T16:15:24.566Z] #41 71.13 github.com/LK4D4/vndr/build
16:15:24 [2020-07-17T16:15:24.566Z] #41 71.98 crypto/rsa
16:15:24 [2020-07-17T16:15:24.566Z] #41 ...
16:15:24 [2020-07-17T16:15:24.566Z] 
16:15:24 [2020-07-17T16:15:24.566Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:24 [2020-07-17T16:15:24.566Z] #39 12.93   DEP      images/fh.pb-c.d
16:15:24 [2020-07-17T16:15:24.566Z] #39 13.01   DEP      images/fsnotify.pb-c.d
16:15:24 [2020-07-17T16:15:24.829Z] #39 13.11   PBCC     images/eventpoll.pb-c.c
16:15:24 [2020-07-17T16:15:24.829Z] #39 13.15   DEP      images/eventpoll.pb-c.d
16:15:24 [2020-07-17T16:15:24.829Z] #39 13.21   PBCC     images/eventfd.pb-c.c
16:15:24 [2020-07-17T16:15:24.829Z] #39 13.22   DEP      images/eventfd.pb-c.d
16:15:24 [2020-07-17T16:15:24.829Z] #39 13.28   PBCC     images/remap-file-path.pb-c.c
16:15:25 [2020-07-17T16:15:25.093Z] #39 13.29   DEP      images/remap-file-path.pb-c.d
16:15:25 [2020-07-17T16:15:25.093Z] #39 13.42   PBCC     images/fifo.pb-c.c
16:15:25 [2020-07-17T16:15:25.356Z] #39 13.47   DEP      images/fifo.pb-c.d
16:15:25 [2020-07-17T16:15:25.356Z] #39 13.52   PBCC     images/ghost-file.pb-c.c
16:15:25 [2020-07-17T16:15:25.356Z] #39 13.57   DEP      images/ghost-file.pb-c.d
16:15:25 [2020-07-17T16:15:25.356Z] #39 13.62   PBCC     images/regfile.pb-c.c
16:15:25 [2020-07-17T16:15:25.356Z] #39 13.71   DEP      images/regfile.pb-c.d
16:15:25 [2020-07-17T16:15:25.620Z] #39 13.76   PBCC     images/ns.pb-c.c
16:15:25 [2020-07-17T16:15:25.620Z] #39 13.81   DEP      images/ns.pb-c.d
16:15:25 [2020-07-17T16:15:25.620Z] #39 13.88   PBCC     images/fdinfo.pb-c.c
16:15:25 [2020-07-17T16:15:25.620Z] #39 13.95   DEP      images/fdinfo.pb-c.d
16:15:25 [2020-07-17T16:15:25.620Z] #39 14.01   PBCC     images/core-aarch64.pb-c.c
16:15:25 [2020-07-17T16:15:25.815Z] #42 99.17 go/ast
16:15:25 [2020-07-17T16:15:25.884Z] #39 14.04   PBCC     images/core-arm.pb-c.c
16:15:25 [2020-07-17T16:15:25.884Z] #39 14.10   PBCC     images/core-ppc64.pb-c.c
16:15:25 [2020-07-17T16:15:25.884Z] #39 14.14   PBCC     images/core-s390.pb-c.c
16:15:25 [2020-07-17T16:15:25.884Z] #39 14.17   PBCC     images/core-x86.pb-c.c
16:15:25 [2020-07-17T16:15:25.884Z] #39 14.23   PBCC     images/core.pb-c.c
16:15:25 [2020-07-17T16:15:25.884Z] #39 14.28   PBCC     images/inventory.pb-c.c
16:15:26 [2020-07-17T16:15:26.114Z] #42 ...
16:15:26 [2020-07-17T16:15:26.114Z] 
16:15:26 [2020-07-17T16:15:26.114Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:26 [2020-07-17T16:15:26.114Z] #40 30.79   CC       images/ipc-var.o
16:15:26 [2020-07-17T16:15:26.114Z] #40 31.08   CC       images/ipc-desc.o
16:15:26 [2020-07-17T16:15:26.114Z] #40 31.39   CC       images/ipc-shm.o
16:15:26 [2020-07-17T16:15:26.114Z] #40 31.76   CC       images/ipc-msg.o
16:15:26 [2020-07-17T16:15:26.114Z] #40 32.05   CC       images/ipc-sem.o
16:15:26 [2020-07-17T16:15:26.114Z] #40 32.24   CC       images/utsns.o
16:15:26 [2020-07-17T16:15:26.114Z] #40 32.52   CC       images/creds.o
16:15:26 [2020-07-17T16:15:26.147Z] #39 14.41   DEP      images/core-aarch64.pb-c.d
16:15:26 [2020-07-17T16:15:26.147Z] #39 14.46   DEP      images/core-arm.pb-c.d
16:15:26 [2020-07-17T16:15:26.147Z] #39 14.53   DEP      images/core-ppc64.pb-c.d
16:15:26 [2020-07-17T16:15:26.410Z] #39 14.60   DEP      images/core-s390.pb-c.d
16:15:26 [2020-07-17T16:15:26.410Z] #39 14.69   DEP      images/core-x86.pb-c.d
16:15:26 [2020-07-17T16:15:26.410Z] #39 14.75   DEP      images/core.pb-c.d
16:15:26 [2020-07-17T16:15:26.413Z] #40 32.73   CC       images/vma.o
16:15:26 [2020-07-17T16:15:26.523Z] --- PASS: TestBuildMultiStageParentConfig (4.99s)
16:15:26 [2020-07-17T16:15:26.523Z] === RUN   TestBuildLabelWithTargets
16:15:26 [2020-07-17T16:15:26.674Z] #39 14.85   DEP      images/inventory.pb-c.d
16:15:26 [2020-07-17T16:15:26.674Z] #39 14.98   PBCC     images/cpuinfo.pb-c.c
16:15:26 [2020-07-17T16:15:26.674Z] #39 15.01   DEP      images/cpuinfo.pb-c.d
16:15:26 [2020-07-17T16:15:26.674Z] #39 15.06   PBCC     images/stats.pb-c.c
16:15:26 [2020-07-17T16:15:26.711Z] #40 32.99   CC       images/netdev.o
16:15:26 [2020-07-17T16:15:26.937Z] #39 15.11   DEP      images/stats.pb-c.d
16:15:27 [2020-07-17T16:15:27.010Z] #40 33.45   CC       images/tty.o
16:15:27 [2020-07-17T16:15:27.657Z] #40 34.17   CC       images/file-lock.o
16:15:27 [2020-07-17T16:15:27.886Z] #39 16.25 make[1]: Nothing to be done for 'all'.
16:15:27 [2020-07-17T16:15:27.955Z] #40 34.38   CC       images/rlimit.o
16:15:27 [2020-07-17T16:15:27.955Z] #40 34.55   CC       images/pagemap.o
16:15:28 [2020-07-17T16:15:28.603Z] #40 34.85   CC       images/siginfo.o
16:15:28 [2020-07-17T16:15:28.908Z] #40 35.19   CC       images/rpc.o
16:15:29 [2020-07-17T16:15:29.205Z] ok  	github.com/docker/docker/api/server	0.009s	coverage: 9.0% of statements
16:15:29 [2020-07-17T16:15:29.280Z] #39 17.40   CC       images/stats.o
16:15:29 [2020-07-17T16:15:29.280Z] #39 17.74   CC       images/core.o
16:15:29 [2020-07-17T16:15:29.568Z] #40 ...
16:15:29 [2020-07-17T16:15:29.568Z] 
16:15:29 [2020-07-17T16:15:29.568Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:29 [2020-07-17T16:15:29.568Z] #11 93.43 Selecting previously unselected package g++-mingw-w64-x86-64.
16:15:29 [2020-07-17T16:15:29.568Z] #11 93.43 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
16:15:29 [2020-07-17T16:15:29.568Z] #11 93.44 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:15:29 [2020-07-17T16:15:29.912Z] #11 ...
16:15:29 [2020-07-17T16:15:29.912Z] 
16:15:29 [2020-07-17T16:15:29.912Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:29 [2020-07-17T16:15:29.912Z] #48 97.98 go/scanner
16:15:29 [2020-07-17T16:15:29.912Z] #48 99.50 mvdan.cc/editorconfig
16:15:29 [2020-07-17T16:15:29.912Z] #48 102.0 go/ast
16:15:29 [2020-07-17T16:15:29.912Z] #48 103.2 mvdan.cc/sh/v3/syntax
16:15:30 [2020-07-17T16:15:30.229Z] #39 18.35   CC       images/core-x86.o
16:15:30 [2020-07-17T16:15:30.560Z] #48 ...
16:15:30 [2020-07-17T16:15:30.560Z] 
16:15:30 [2020-07-17T16:15:30.560Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:30 [2020-07-17T16:15:30.560Z] #40 36.85   CC       images/ext-file.o
16:15:30 [2020-07-17T16:15:30.807Z] #39 19.00   CC       images/core-arm.o
16:15:30 [2020-07-17T16:15:30.860Z] #40 37.20   CC       images/cgroup.o
16:15:31 [2020-07-17T16:15:31.383Z] #39 19.47   CC       images/core-aarch64.o
16:15:31 [2020-07-17T16:15:31.507Z] #40 37.98   CC       images/userns.o
16:15:31 [2020-07-17T16:15:31.647Z] #39 19.93   CC       images/core-ppc64.o
16:15:31 [2020-07-17T16:15:31.806Z] #40 38.23   CC       images/google/protobuf/descriptor.o
16:15:31 [2020-07-17T16:15:31.837Z] Commit message: "Fix #41225"
16:15:32 [2020-07-17T16:15:32.224Z] #39 ...
16:15:32 [2020-07-17T16:15:32.224Z] 
16:15:32 [2020-07-17T16:15:32.224Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:15:32 [2020-07-17T16:15:32.224Z] #54 75.65 + for f in rootlesskit rootlesskit-docker-proxy
16:15:32 [2020-07-17T16:15:32.224Z] #54 75.65 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
16:15:32 [2020-07-17T16:15:32.224Z] #54 DONE 80.4s
16:15:32 [2020-07-17T16:15:32.224Z] 
16:15:32 [2020-07-17T16:15:32.224Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:15:32 [2020-07-17T16:15:32.224Z] #55 DONE 0.2s
16:15:32 [2020-07-17T16:15:32.224Z] 
16:15:32 [2020-07-17T16:15:32.224Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:15:32 [2020-07-17T16:15:32.489Z] #56 DONE 0.2s
16:15:32 [2020-07-17T16:15:32.489Z] 
16:15:32 [2020-07-17T16:15:32.489Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:32 [2020-07-17T16:15:32.489Z] #39 20.54   CC       images/core-s390.o
16:15:32 [2020-07-17T16:15:32.753Z] #39 21.07   CC       images/cpuinfo.o
16:15:33 [2020-07-17T16:15:33.331Z] #39 21.39   CC       images/inventory.o
16:15:33 [2020-07-17T16:15:33.331Z] #39 21.54   CC       images/fdinfo.o
16:15:33 [2020-07-17T16:15:33.342Z] #40 39.75   CC       images/opts.o
16:15:33 [2020-07-17T16:15:33.643Z] #40 39.94   CC       images/seccomp.o
16:15:33 [2020-07-17T16:15:33.907Z] #39 22.10   CC       images/fown.o
16:15:34 [2020-07-17T16:15:34.170Z] #39 22.28   CC       images/ns.o
16:15:34 [2020-07-17T16:15:34.170Z] #39 22.41   CC       images/regfile.o
16:15:34 [2020-07-17T16:15:34.216Z] #40 40.26   CC       images/binfmt-misc.o
16:15:34 [2020-07-17T16:15:34.216Z] #40 40.46   CC       images/time.o
16:15:34 [2020-07-17T16:15:34.216Z] #40 40.77   CC       images/sysctl.o
16:15:34 [2020-07-17T16:15:34.434Z] #39 22.68   CC       images/ghost-file.o
16:15:34 [2020-07-17T16:15:34.535Z] #40 41.01   CC       images/autofs.o
16:15:34 [2020-07-17T16:15:34.607Z] --- PASS: TestBuildLabelWithTargets (8.00s)
16:15:34 [2020-07-17T16:15:34.607Z] === RUN   TestBuildWithEmptyLayers
16:15:34 [2020-07-17T16:15:34.699Z] #39 22.98   CC       images/fifo.o
16:15:34 [2020-07-17T16:15:34.964Z] #39 23.17   CC       images/remap-file-path.o
16:15:35 [2020-07-17T16:15:35.187Z] #40 41.39   CC       images/macvlan.o
16:15:35 [2020-07-17T16:15:35.187Z] #40 41.61   CC       images/sit.o
16:15:35 [2020-07-17T16:15:35.228Z] #39 23.36   CC       images/eventfd.o
16:15:35 [2020-07-17T16:15:35.491Z] #40 41.81   CC       images/memfd.o
16:15:35 [2020-07-17T16:15:35.491Z] #40 42.09   CC       images/timens.o
16:15:35 [2020-07-17T16:15:35.491Z] #39 23.65   CC       images/eventpoll.o
16:15:35 [2020-07-17T16:15:35.491Z] #39 23.85   CC       images/fh.o
16:15:35 [2020-07-17T16:15:35.513Z] + docker version
16:15:35 [2020-07-17T16:15:35.755Z] #39 24.08   CC       images/fsnotify.o
16:15:35 [2020-07-17T16:15:35.792Z] #40 42.43   LINK     images/built-in.o
16:15:35 [2020-07-17T16:15:35.792Z] #40 ...
16:15:35 [2020-07-17T16:15:35.792Z] 
16:15:35 [2020-07-17T16:15:35.792Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:35 [2020-07-17T16:15:35.792Z] #11 107.9 Selecting previously unselected package libapparmor1:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 107.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 107.9 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.1 Selecting previously unselected package libapparmor-dev:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.1 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.2 Selecting previously unselected package libbtrfs0.
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.2 Unpacking libbtrfs0 (4.20.1-2) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.4 Selecting previously unselected package libbtrfs-dev.
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.4 Unpacking libbtrfs-dev (4.20.1-2) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.5 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.5 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.6 Selecting previously unselected package libudev-dev:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.6 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.7 Selecting previously unselected package libsepol1-dev:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 108.8 Unpacking libsepol1-dev:ppc64el (2.8-1) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.1 Selecting previously unselected package libpcre16-3:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.1 Unpacking libpcre16-3:ppc64el (2:8.39-12) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.2 Selecting previously unselected package libpcre32-3:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.2 Unpacking libpcre32-3:ppc64el (2:8.39-12) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.4 Selecting previously unselected package libpcrecpp0v5:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.5 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.5 Selecting previously unselected package libpcre3-dev:ppc64el.
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ...
16:15:35 [2020-07-17T16:15:35.793Z] #11 109.6 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ...
16:15:36 [2020-07-17T16:15:36.331Z] #39 24.62   CC       images/signalfd.o
16:15:36 [2020-07-17T16:15:36.445Z] #11 110.0 Selecting previously unselected package libselinux1-dev:ppc64el.
16:15:36 [2020-07-17T16:15:36.445Z] #11 110.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ...
16:15:36 [2020-07-17T16:15:36.445Z] #11 110.0 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ...
16:15:36 [2020-07-17T16:15:36.445Z] #11 110.3 Selecting previously unselected package libdevmapper-dev:ppc64el.
16:15:36 [2020-07-17T16:15:36.445Z] #11 110.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ...
16:15:36 [2020-07-17T16:15:36.445Z] #11 110.3 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ...
16:15:36 [2020-07-17T16:15:36.595Z] #39 24.85   CC       images/fs.o
16:15:36 [2020-07-17T16:15:36.595Z] #39 ...
16:15:36 [2020-07-17T16:15:36.595Z] 
16:15:36 [2020-07-17T16:15:36.595Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:36 [2020-07-17T16:15:36.595Z] #41 74.74 vendor/golang.org/x/crypto/cryptobyte
16:15:36 [2020-07-17T16:15:36.595Z] #41 74.97 vendor/golang.org/x/text/unicode/bidi
16:15:36 [2020-07-17T16:15:36.595Z] #41 76.89 vendor/golang.org/x/text/unicode/norm
16:15:36 [2020-07-17T16:15:36.595Z] #41 78.10 mime
16:15:36 [2020-07-17T16:15:36.595Z] #41 78.38 net/http/internal
16:15:36 [2020-07-17T16:15:36.595Z] #41 81.06 vendor/golang.org/x/net/idna
16:15:36 [2020-07-17T16:15:36.595Z] #41 82.97 net/textproto
16:15:36 [2020-07-17T16:15:36.595Z] #41 82.98 vendor/golang.org/x/net/http/httpproxy
16:15:36 [2020-07-17T16:15:36.595Z] #41 82.98 crypto/x509
16:15:36 [2020-07-17T16:15:36.595Z] #41 83.96 vendor/golang.org/x/net/http/httpguts
16:15:36 [2020-07-17T16:15:36.595Z] #41 83.96 mime/multipart
16:15:36 [2020-07-17T16:15:36.745Z] #11 110.4 Selecting previously unselected package libseccomp-dev:ppc64el.
16:15:36 [2020-07-17T16:15:36.745Z] #11 110.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ...
16:15:36 [2020-07-17T16:15:36.745Z] #11 ...
16:15:36 [2020-07-17T16:15:36.745Z] 
16:15:36 [2020-07-17T16:15:36.745Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:36 [2020-07-17T16:15:36.745Z] #42 100.3 encoding/json
16:15:36 [2020-07-17T16:15:36.745Z] #42 107.6 text/template
16:15:36 [2020-07-17T16:15:36.745Z] #42 ...
16:15:36 [2020-07-17T16:15:36.745Z] 
16:15:36 [2020-07-17T16:15:36.745Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:36 [2020-07-17T16:15:36.745Z] #11 110.4 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ...
16:15:36 [2020-07-17T16:15:36.745Z] #11 110.5 Selecting previously unselected package libsystemd-dev:ppc64el.
16:15:36 [2020-07-17T16:15:36.859Z] #41 ...
16:15:36 [2020-07-17T16:15:36.859Z] 
16:15:36 [2020-07-17T16:15:36.859Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:36 [2020-07-17T16:15:36.859Z] #39 25.10   CC       images/pstree.o
16:15:37 [2020-07-17T16:15:37.107Z] #11 110.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ...
16:15:37 [2020-07-17T16:15:37.108Z] #11 110.5 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ...
16:15:37 [2020-07-17T16:15:37.108Z] #11 110.9 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ...
16:15:37 [2020-07-17T16:15:37.108Z] #11 111.0 Setting up libseccomp-dev:ppc64el (2.3.3-4) ...
16:15:37 [2020-07-17T16:15:37.108Z] #11 111.0 Setting up libapparmor1:ppc64el (2.13.2-10) ...
16:15:37 [2020-07-17T16:15:37.121Z] --- PASS: TestBuildWithEmptyLayers (3.00s)
16:15:37 [2020-07-17T16:15:37.121Z] === RUN   TestBuildMultiStageOnBuild
16:15:37 [2020-07-17T16:15:37.122Z] #39 25.22   CC       images/pipe.o
16:15:37 [2020-07-17T16:15:37.386Z] #39 25.58   CC       images/tcp-stream.o
16:15:37 [2020-07-17T16:15:37.386Z] #39 25.78   CC       images/sk-packet.o
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.0 Setting up libpcre16-3:ppc64el (2:8.39-12) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.0 Setting up libsepol1-dev:ppc64el (2.8-1) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.0 Setting up libbtrfs0 (4.20.1-2) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.0 Setting up libpcre32-3:ppc64el (2:8.39-12) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.0 Setting up libudev-dev:ppc64el (241-7~deb10u4) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 Setting up libbtrfs-dev (4.20.1-2) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 Setting up mingw-w64-common (6.0.0-3) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 Setting up libpcre3-dev:ppc64el (2:8.39-12) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.2 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.2 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.2 Setting up dmsetup (2:1.02.155-3) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.3 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
16:15:37 [2020-07-17T16:15:37.408Z] #11 111.3 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ...
16:15:37 [2020-07-17T16:15:37.650Z] #39 25.96   CC       images/mnt.o
16:15:37 [2020-07-17T16:15:37.709Z] #11 111.3 Processing triggers for libc-bin (2.28-10) ...
16:15:37 [2020-07-17T16:15:37.709Z] #11 DONE 111.6s
16:15:37 [2020-07-17T16:15:37.709Z] 
16:15:37 [2020-07-17T16:15:37.709Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:37 [2020-07-17T16:15:37.709Z] #48 111.5 golang.org/x/crypto/ssh/terminal
16:15:37 [2020-07-17T16:15:37.914Z] #39 26.12   CC       images/pipe-data.o
16:15:38 [2020-07-17T16:15:38.182Z] #39 26.37   CC       images/sa.o
16:15:38 [2020-07-17T16:15:38.182Z] #39 ...
16:15:38 [2020-07-17T16:15:38.182Z] 
16:15:38 [2020-07-17T16:15:38.182Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:38 [2020-07-17T16:15:38.182Z] #10 76.38 Selecting previously unselected package g++-mingw-w64-x86-64.
16:15:38 [2020-07-17T16:15:38.182Z] #10 76.40 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
16:15:38 [2020-07-17T16:15:38.182Z] #10 76.42 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:15:38 [2020-07-17T16:15:38.364Z] #48 ...
16:15:38 [2020-07-17T16:15:38.364Z] 
16:15:38 [2020-07-17T16:15:38.364Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
16:15:38 [2020-07-17T16:15:38.364Z] #12 DONE 0.5s
16:15:38 [2020-07-17T16:15:38.364Z] 
16:15:38 [2020-07-17T16:15:38.364Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.405 + RM_GOPATH=0
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.406 + TMP_GOPATH=
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.406 + : /build
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.410 + '[' -z '' ']'
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.411 ++ mktemp -d
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.413 + export GOPATH=/tmp/tmp.qCzrqpLnjH
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.413 + GOPATH=/tmp/tmp.qCzrqpLnjH
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.413 + RM_GOPATH=1
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.414 + case "$(go env GOARCH)" in
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.415 ++ go env GOARCH
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.426 + export GO_BUILDMODE=-buildmode=pie
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.432 + GO_BUILDMODE=-buildmode=pie
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.433 ++ dirname /tmp/install/install.sh
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.435 + dir=/tmp/install
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.444 + bin=runc
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.445 + shift
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.445 + '[' '!' -f /tmp/install/runc.installer ']'
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.446 + . /tmp/install/runc.installer
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.452 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.453 + install_runc
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.459 + grep -q '^3\.10\.0.*\.el7\.'
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.462 + uname -r
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.476 + RUNC_BUILDTAGS='seccomp apparmor selinux '
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.477 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )'
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.478 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.478 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qCzrqpLnjH/src/github.com/opencontainers/runc
16:15:38 [2020-07-17T16:15:38.364Z] #50 0.482 Cloning into '/tmp/tmp.qCzrqpLnjH/src/github.com/opencontainers/runc'...
16:15:38 [2020-07-17T16:15:38.446Z] #10 ...
16:15:38 [2020-07-17T16:15:38.446Z] 
16:15:38 [2020-07-17T16:15:38.446Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:38 [2020-07-17T16:15:38.446Z] #39 26.65   CC       images/timer.o
16:15:38 [2020-07-17T16:15:38.709Z] #39 27.03   CC       images/timerfd.o
16:15:38 [2020-07-17T16:15:38.973Z] #39 27.21   CC       images/mm.o
16:15:39 [2020-07-17T16:15:39.015Z] #50 ...
16:15:39 [2020-07-17T16:15:39.015Z] 
16:15:39 [2020-07-17T16:15:39.015Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
16:15:39 [2020-07-17T16:15:39.015Z] #13 DONE 0.5s
16:15:39 [2020-07-17T16:15:39.015Z] 
16:15:39 [2020-07-17T16:15:39.015Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.61   GEN      compel/include/asm
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.63   GEN      compel/include/version.h
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.65 touch .config
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.71   GEN      include/common/config.h
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.82   GEN      compel/plugins/include/uapi/std/syscall-codes.h
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.85   GEN      compel/plugins/include/uapi/std/syscall.h
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.88   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.90   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 42.96   DEP      compel/arch/ppc64/plugins/std/memcmp.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.01   DEP      compel/arch/ppc64/plugins/std/memcpy.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.06   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.09   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.09   DEP      compel/plugins/std/infect.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.23   DEP      compel/plugins/std/string.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.31   DEP      compel/plugins/std/log.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.42   DEP      compel/plugins/std/fds.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.52   DEP      compel/plugins/std/std.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.64   DEP      compel/plugins/shmem/shmem.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.83   DEP      compel/plugins/fds/fds.d
16:15:39 [2020-07-17T16:15:39.015Z] #40 43.96   CC       compel/plugins/std/std.o
16:15:39 [2020-07-17T16:15:39.015Z] #40 44.42   CC       compel/plugins/std/fds.o
16:15:39 [2020-07-17T16:15:39.015Z] #40 45.00   CC       compel/plugins/std/log.o
16:15:39 [2020-07-17T16:15:39.243Z] #39 27.57   CC       images/sk-opts.o
16:15:39 [2020-07-17T16:15:39.315Z] #40 ...
16:15:39 [2020-07-17T16:15:39.315Z] 
16:15:39 [2020-07-17T16:15:39.315Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
16:15:39 [2020-07-17T16:15:39.315Z] #14 0.291 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:15:39 [2020-07-17T16:15:39.315Z] #14 DONE 0.4s
16:15:39 [2020-07-17T16:15:39.315Z] 
16:15:39 [2020-07-17T16:15:39.315Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
16:15:39 [2020-07-17T16:15:39.508Z] #39 27.78   CC       images/sk-unix.o
16:15:39 [2020-07-17T16:15:39.771Z] #39 28.02   CC       images/sk-inet.o
16:15:39 [2020-07-17T16:15:39.968Z] #15 DONE 0.5s
16:15:39 [2020-07-17T16:15:39.968Z] 
16:15:39 [2020-07-17T16:15:39.968Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
16:15:40 [2020-07-17T16:15:40.034Z] #39 28.28   CC       images/tun.o
16:15:40 [2020-07-17T16:15:40.268Z] #16 DONE 0.4s
16:15:40 [2020-07-17T16:15:40.268Z] 
16:15:40 [2020-07-17T16:15:40.268Z] #17 [dev-systemd-false  6/26] RUN ldconfig
16:15:40 [2020-07-17T16:15:40.298Z] #39 28.45   CC       images/sk-netlink.o
16:15:40 [2020-07-17T16:15:40.298Z] #39 28.60   CC       images/packet-sock.o
16:15:40 [2020-07-17T16:15:40.561Z] #39 28.97   CC       images/ipc-var.o
16:15:40 [2020-07-17T16:15:40.568Z] #17 DONE 0.5s
16:15:40 [2020-07-17T16:15:40.568Z] 
16:15:40 [2020-07-17T16:15:40.568Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:15:40 [2020-07-17T16:15:40.825Z] #39 29.10   CC       images/ipc-desc.o
16:15:40 [2020-07-17T16:15:40.895Z] INFO [runner/unused/goanalysis] analyzers took 26.417769096s with top 10 stages: buildssa: 22.313288899s, U1000: 4.104480197s 
16:15:40 [2020-07-17T16:15:40.895Z] INFO [runner] Issues before processing: 2301, after processing: 0 
16:15:40 [2020-07-17T16:15:40.895Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1692/1692, exclude-rules: 64/1587, cgo: 1692/2301, filename_unadjuster: 1692/1692, exclude: 1587/1587, path_prettifier: 1692/1692, autogenerated_exclude: 1587/1692, nolint: 0/64, skip_files: 1692/1692, identifier_marker: 1587/1587 
16:15:40 [2020-07-17T16:15:40.895Z] INFO [runner] processing took 168.121176ms with stages: nolint: 74.825822ms, identifier_marker: 59.423225ms, path_prettifier: 13.816102ms, autogenerated_exclude: 7.146492ms, exclude-rules: 6.859019ms, skip_dirs: 3.679663ms, cgo: 1.334195ms, filename_unadjuster: 1.030638ms, max_same_issues: 2.224µs, diff: 729ns, uniq_by_line: 712ns, max_from_linter: 541ns, source_code: 501ns, exclude: 358ns, skip_files: 355ns, path_shortener: 331ns, max_per_file_from_linter: 269ns 
16:15:40 [2020-07-17T16:15:40.895Z] INFO [runner] linters took 1m33.48236926s with stages: goanalysis_metalinter: 1m15.398434467s, unused: 17.91462716s 
16:15:40 [2020-07-17T16:15:40.895Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
16:15:40 [2020-07-17T16:15:40.895Z] INFO Memory: 1595 samples, avg is 242.3MB, max is 3163.6MB 
16:15:40 [2020-07-17T16:15:40.896Z] INFO Execution took 3m31.139907083s               
16:15:40 [2020-07-17T16:15:40.896Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
16:15:41 [2020-07-17T16:15:41.089Z] #39 29.24   CC       images/ipc-shm.o
16:15:41 [2020-07-17T16:15:41.089Z] #39 29.34   CC       images/ipc-msg.o
16:15:41 [2020-07-17T16:15:41.224Z] #18 0.503 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:15:41 [2020-07-17T16:15:41.224Z] #18 0.571 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:15:41 [2020-07-17T16:15:41.224Z] #18 0.571 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:15:41 [2020-07-17T16:15:41.234Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh dynbinary-daemon test-docker-py
16:15:41 [2020-07-17T16:15:41.353Z] #39 29.55   CC       images/ipc-sem.o
16:15:41 [2020-07-17T16:15:41.384Z] Client: Docker Engine - Enterprise
16:15:41 [2020-07-17T16:15:41.384Z]  Version:           19.03.5
16:15:41 [2020-07-17T16:15:41.384Z]  API version:       1.40
16:15:41 [2020-07-17T16:15:41.384Z]  Go version:        go1.12.12
16:15:41 [2020-07-17T16:15:41.384Z]  Git commit:        2ee0c57608
16:15:41 [2020-07-17T16:15:41.384Z]  Built:             11/13/2019 08:00:16
16:15:41 [2020-07-17T16:15:41.384Z]  OS/Arch:           windows/amd64
16:15:41 [2020-07-17T16:15:41.384Z]  Experimental:      false
16:15:41 [2020-07-17T16:15:41.384Z] 
16:15:41 [2020-07-17T16:15:41.384Z] Server: Docker Engine - Enterprise
16:15:41 [2020-07-17T16:15:41.384Z]  Engine:
16:15:41 [2020-07-17T16:15:41.384Z]   Version:          19.03.5
16:15:41 [2020-07-17T16:15:41.384Z]   API version:      1.40 (minimum version 1.24)
16:15:41 [2020-07-17T16:15:41.384Z]   Go version:       go1.12.12
16:15:41 [2020-07-17T16:15:41.384Z]   Git commit:       2ee0c57608
16:15:41 [2020-07-17T16:15:41.384Z]   Built:            11/13/2019 07:58:51
16:15:41 [2020-07-17T16:15:41.384Z]   OS/Arch:          windows/amd64
16:15:41 [2020-07-17T16:15:41.384Z]   Experimental:     true
16:15:41 [2020-07-17T16:15:41.493Z] 
16:15:41 [2020-07-17T16:15:41.617Z] #39 29.80   CC       images/utsns.o
16:15:41 [2020-07-17T16:15:41.617Z] #39 29.97   CC       images/creds.o
16:15:41 [2020-07-17T16:15:41.754Z] Removing bundles/
16:15:41 [2020-07-17T16:15:41.754Z] 
16:15:41 [2020-07-17T16:15:41.754Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
16:15:41 [2020-07-17T16:15:41.754Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:15:41 [2020-07-17T16:15:41.754Z] GOOS="" GOARCH="" GOARM=""
16:15:41 [2020-07-17T16:15:41.881Z] #39 30.09   CC       images/vma.o
16:15:41 [2020-07-17T16:15:41.881Z] #39 30.25   CC       images/netdev.o
[Pipeline] sh
16:15:42 [2020-07-17T16:15:42.284Z] #18 1.564 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
16:15:42 [2020-07-17T16:15:42.368Z] --- PASS: TestBuildMultiStageOnBuild (5.01s)
16:15:42 [2020-07-17T16:15:42.368Z] === RUN   TestBuildUncleanTarFilenames
16:15:42 [2020-07-17T16:15:42.460Z] #39 30.55   CC       images/tty.o
16:15:42 [2020-07-17T16:15:42.930Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
16:15:42 [2020-07-17T16:15:42.930Z] === RUN   TestBuildMultiStageLayerLeak
16:15:42 [2020-07-17T16:15:42.970Z] + docker info
16:15:43 [2020-07-17T16:15:43.038Z] #39 31.25   CC       images/file-lock.o
16:15:43 [2020-07-17T16:15:43.302Z] #39 31.49   CC       images/rlimit.o
16:15:43 [2020-07-17T16:15:43.302Z] #39 31.73   CC       images/pagemap.o
16:15:43 [2020-07-17T16:15:43.570Z] #39 32.02   CC       images/siginfo.o
16:15:43 [2020-07-17T16:15:43.852Z] #18 3.143 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB]
16:15:44 [2020-07-17T16:15:44.151Z] #39 32.25   CC       images/rpc.o
16:15:44 [2020-07-17T16:15:44.151Z] #39 ...
16:15:44 [2020-07-17T16:15:44.151Z] 
16:15:44 [2020-07-17T16:15:44.151Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
16:15:44 [2020-07-17T16:15:44.151Z] #10 87.67 Selecting previously unselected package libapparmor1:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 87.68 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 87.69 Unpacking libapparmor1:arm64 (2.13.2-10) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 87.78 Selecting previously unselected package libapparmor-dev:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 87.82 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 87.83 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.04 Selecting previously unselected package libbtrfs0.
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.05 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.05 Unpacking libbtrfs0 (4.20.1-2) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.18 Selecting previously unselected package libbtrfs-dev.
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.18 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.18 Unpacking libbtrfs-dev (4.20.1-2) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.29 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.30 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.32 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.48 Selecting previously unselected package libudev-dev:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.48 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.51 Unpacking libudev-dev:arm64 (241-7~deb10u4) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.68 Selecting previously unselected package libsepol1-dev:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.68 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.69 Unpacking libsepol1-dev:arm64 (2.8-1) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.98 Selecting previously unselected package libpcre16-3:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.98 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 88.98 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.14 Selecting previously unselected package libpcre32-3:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.15 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.16 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.42 Selecting previously unselected package libpcrecpp0v5:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.42 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.42 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.55 Selecting previously unselected package libpcre3-dev:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.55 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.57 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.87 Selecting previously unselected package libselinux1-dev:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.87 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 89.88 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.12 Selecting previously unselected package libdevmapper-dev:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.14 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.15 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.31 Selecting previously unselected package libseccomp-dev:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.31 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.32 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.43 Selecting previously unselected package libsystemd-dev:arm64.
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.44 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.45 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.95 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.96 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 90.98 Setting up libapparmor1:arm64 (2.13.2-10) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.00 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.02 Setting up libpcre16-3:arm64 (2:8.39-12) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.03 Setting up libsepol1-dev:arm64 (2.8-1) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.06 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.07 Setting up libbtrfs0 (4.20.1-2) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.09 Setting up libpcre32-3:arm64 (2:8.39-12) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.11 Setting up libudev-dev:arm64 (241-7~deb10u4) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.15 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.17 Setting up libbtrfs-dev (4.20.1-2) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.21 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.22 Setting up mingw-w64-common (6.0.0-3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.24 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.25 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.26 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.28 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.30 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
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.31 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
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.33 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.35 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
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.37 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
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.38 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.39 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.41 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.43 Setting up dmsetup (2:1.02.155-3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.45 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.46 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 91.48 Processing triggers for libc-bin (2.28-10) ...
16:15:44 [2020-07-17T16:15:44.151Z] #10 DONE 92.3s
16:15:44 [2020-07-17T16:15:44.151Z] 
16:15:44 [2020-07-17T16:15:44.151Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
16:15:45 [2020-07-17T16:15:45.395Z] #18 4.703 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
16:15:46 [2020-07-17T16:15:46.718Z] #11 DONE 2.5s
16:15:46 [2020-07-17T16:15:46.718Z] 
16:15:46 [2020-07-17T16:15:46.718Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.275 + RM_GOPATH=0
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.275 + TMP_GOPATH=
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.276 + : /build
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.276 + '[' -z '' ']'
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.279 ++ mktemp -d
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.280 + export GOPATH=/tmp/tmp.q9Asdb1rtf
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.280 + GOPATH=/tmp/tmp.q9Asdb1rtf
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.280 + RM_GOPATH=1
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.281 + case "$(go env GOARCH)" in
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.281 ++ go env GOARCH
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.306 + export GO_BUILDMODE=-buildmode=pie
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.306 + GO_BUILDMODE=-buildmode=pie
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.308 ++ dirname /tmp/install/install.sh
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.309 + dir=/tmp/install
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.309 + bin=runc
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.309 + shift
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.309 + '[' '!' -f /tmp/install/runc.installer ']'
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.309 + . /tmp/install/runc.installer
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.309 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.309 + install_runc
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.310 + uname -r
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.310 + grep -q '^3\.10\.0.*\.el7\.'
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.315 + RUNC_BUILDTAGS='seccomp apparmor selinux '
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.315 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )'
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.316 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.q9Asdb1rtf/src/github.com/opencontainers/runc
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.316 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )
16:15:46 [2020-07-17T16:15:46.718Z] #49 2.321 Cloning into '/tmp/tmp.q9Asdb1rtf/src/github.com/opencontainers/runc'...
16:15:46 [2020-07-17T16:15:46.946Z] #18 ...
16:15:46 [2020-07-17T16:15:46.946Z] 
16:15:46 [2020-07-17T16:15:46.946Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:46 [2020-07-17T16:15:46.946Z] #40 46.09   CC       compel/plugins/std/string.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 46.81   CC       compel/plugins/std/infect.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 47.25   CC       compel/arch/ppc64/plugins/std/parasite-head.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 47.29   CC       compel/arch/ppc64/plugins/std/memcpy.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 47.32   CC       compel/arch/ppc64/plugins/std/memcmp.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 47.37   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 47.43   AR       compel/plugins/std.lib.a
16:15:46 [2020-07-17T16:15:46.946Z] #40 47.53   CC       compel/plugins/fds/fds.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 47.85   AR       compel/plugins/fds.lib.a
16:15:46 [2020-07-17T16:15:46.946Z] #40 47.94   HOSTDEP  compel/src/lib/log-host.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 48.18   HOSTDEP  compel/src/lib/handle-elf-host.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 48.31   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 48.39   HOSTDEP  compel/src/main-host.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 48.49   DEP      compel/src/lib/ptrace.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 48.71   DEP      compel/src/lib/infect.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 49.02   DEP      compel/src/lib/infect-util.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 49.20   DEP      compel/src/lib/infect-rpc.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 49.37   DEP      compel/arch/ppc64/src/lib/infect.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 49.50   DEP      compel/arch/ppc64/src/lib/cpu.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 49.60   DEP      compel/src/lib/log.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 49.69   DEP      compel/src/main.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 49.91   DEP      compel/src/lib/handle-elf.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 50.07   DEP      compel/arch/ppc64/src/lib/handle-elf.d
16:15:46 [2020-07-17T16:15:46.946Z] #40 50.20   CC       compel/src/lib/log.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 50.49   CC       compel/arch/ppc64/src/lib/cpu.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 50.77   CC       compel/arch/ppc64/src/lib/infect.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 51.48   CC       compel/src/lib/infect-rpc.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 51.95   CC       compel/src/lib/infect-util.o
16:15:46 [2020-07-17T16:15:46.946Z] #40 52.35   CC       compel/src/lib/infect.o
16:15:47 [2020-07-17T16:15:47.096Z] --- PASS: TestBuildMultiStageLayerLeak (4.38s)
16:15:47 [2020-07-17T16:15:47.096Z] === RUN   TestBuildWithHugeFile
16:15:47 [2020-07-17T16:15:47.596Z] #40 ...
16:15:47 [2020-07-17T16:15:47.596Z] 
16:15:47 [2020-07-17T16:15:47.596Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:47 [2020-07-17T16:15:47.596Z] #42 111.1 go/parser
16:15:47 [2020-07-17T16:15:47.596Z] #42 116.8 encoding/xml
16:15:47 [2020-07-17T16:15:47.596Z] #42 ...
16:15:47 [2020-07-17T16:15:47.596Z] 
16:15:47 [2020-07-17T16:15:47.596Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:47 [2020-07-17T16:15:47.596Z] #48 119.3 mvdan.cc/sh/v3/cmd/shfmt
16:15:47 [2020-07-17T16:15:47.670Z] #49 ...
16:15:47 [2020-07-17T16:15:47.670Z] 
16:15:47 [2020-07-17T16:15:47.670Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:47 [2020-07-17T16:15:47.670Z] #41 85.85 crypto/tls
16:15:47 [2020-07-17T16:15:47.670Z] #41 90.04 net/http/httptrace
16:15:47 [2020-07-17T16:15:47.670Z] #41 90.17 net/http
16:15:47 [2020-07-17T16:15:47.670Z] #41 ...
16:15:47 [2020-07-17T16:15:47.670Z] 
16:15:47 [2020-07-17T16:15:47.670Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:47 [2020-07-17T16:15:47.670Z] #39 33.92   CC       images/ext-file.o
16:15:47 [2020-07-17T16:15:47.670Z] #39 34.05   CC       images/cgroup.o
16:15:47 [2020-07-17T16:15:47.670Z] #39 34.47   CC       images/userns.o
16:15:47 [2020-07-17T16:15:47.670Z] #39 34.80   CC       images/google/protobuf/descriptor.o
16:15:48 [2020-07-17T16:15:48.247Z] #39 36.44   CC       images/opts.o
16:15:48 [2020-07-17T16:15:48.510Z] #39 36.68   CC       images/seccomp.o
16:15:48 [2020-07-17T16:15:48.774Z] #39 ...
16:15:48 [2020-07-17T16:15:48.774Z] 
16:15:48 [2020-07-17T16:15:48.774Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
16:15:48 [2020-07-17T16:15:48.774Z] #12 DONE 2.1s
16:15:48 [2020-07-17T16:15:48.774Z] 
16:15:48 [2020-07-17T16:15:48.774Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:48 [2020-07-17T16:15:48.774Z] #39 37.01   CC       images/binfmt-misc.o
16:15:49 [2020-07-17T16:15:49.040Z] #39 37.26   CC       images/time.o
16:15:49 [2020-07-17T16:15:49.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:15:49 [2020-07-17T16:15:49.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:15:49 [2020-07-17T16:15:49.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:15:49 [2020-07-17T16:15:49.304Z] #39 37.51   CC       images/sysctl.o
16:15:49 [2020-07-17T16:15:49.304Z] #39 37.67   CC       images/autofs.o
16:15:50 [2020-07-17T16:15:50.254Z] #39 38.32   CC       images/macvlan.o
16:15:50 [2020-07-17T16:15:50.254Z] #39 38.49   CC       images/sit.o
16:15:50 [2020-07-17T16:15:50.518Z] #39 38.82   CC       images/memfd.o
16:15:50 [2020-07-17T16:15:50.782Z] #39 39.04   CC       images/timens.o
16:15:50 [2020-07-17T16:15:50.782Z] #39 ...
16:15:50 [2020-07-17T16:15:50.782Z] 
16:15:50 [2020-07-17T16:15:50.782Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
16:15:50 [2020-07-17T16:15:50.782Z] #13 1.836 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:15:50 [2020-07-17T16:15:50.782Z] #13 DONE 2.1s
16:15:51 [2020-07-17T16:15:51.047Z] 
16:15:51 [2020-07-17T16:15:51.047Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
16:15:51 [2020-07-17T16:15:51.168Z] #48 ...
16:15:51 [2020-07-17T16:15:51.168Z] 
16:15:51 [2020-07-17T16:15:51.168Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:51 [2020-07-17T16:15:51.168Z] #40 55.49   CC       compel/src/lib/ptrace.o
16:15:51 [2020-07-17T16:15:51.168Z] #40 56.02   AR       compel/libcompel.a
16:15:51 [2020-07-17T16:15:51.168Z] #40 56.09   HOSTCC   compel/src/main-host.o
16:15:51 [2020-07-17T16:15:51.168Z] #40 56.51   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
16:15:51 [2020-07-17T16:15:51.168Z] #40 56.66   HOSTCC   compel/src/lib/handle-elf-host.o
16:15:51 [2020-07-17T16:15:51.168Z] #40 57.11   HOSTCC   compel/src/lib/log-host.o
16:15:51 [2020-07-17T16:15:51.168Z] #40 57.42   HOSTLINK compel/compel-host-bin
16:15:51 [2020-07-17T16:15:51.168Z] #40 57.55   DEP      soccr/soccr.d
16:15:51 [2020-07-17T16:15:51.168Z] #40 57.74   CC       soccr/soccr.o
16:15:51 [2020-07-17T16:15:51.815Z] #40 ...
16:15:51 [2020-07-17T16:15:51.815Z] 
16:15:51 [2020-07-17T16:15:51.815Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
16:15:51 [2020-07-17T16:15:51.815Z] #48 DONE 125.5s
16:15:52 [2020-07-17T16:15:52.125Z] 
16:15:52 [2020-07-17T16:15:52.125Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:15:52 [2020-07-17T16:15:52.125Z] #18 10.84 Fetched 8144 kB in 10s (784 kB/s)
16:15:52 [2020-07-17T16:15:52.974Z] #14 DONE 2.0s
16:15:52 [2020-07-17T16:15:52.974Z] 
16:15:52 [2020-07-17T16:15:52.974Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:52 [2020-07-17T16:15:52.974Z] #39 39.48   LINK     images/built-in.o
16:15:52 [2020-07-17T16:15:52.974Z] #39 39.82   GEN      compel/include/asm
16:15:52 [2020-07-17T16:15:52.974Z] #39 39.88   GEN      compel/include/version.h
16:15:52 [2020-07-17T16:15:52.974Z] #39 39.90 touch .config
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.00   GEN      include/common/config.h
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.15   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.16   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.20   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.21   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.25   DEP      compel/plugins/std/infect.d
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.40   DEP      compel/plugins/std/string.d
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.44   DEP      compel/plugins/std/log.d
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.53   DEP      compel/plugins/std/fds.d
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.61   DEP      compel/plugins/std/std.d
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.74   DEP      compel/plugins/shmem/shmem.d
16:15:52 [2020-07-17T16:15:52.974Z] #39 40.88   DEP      compel/plugins/fds/fds.d
16:15:52 [2020-07-17T16:15:52.975Z] #39 41.02   CC       compel/plugins/std/std.o
16:15:53 [2020-07-17T16:15:53.239Z] #39 41.46   CC       compel/plugins/std/fds.o
16:15:53 [2020-07-17T16:15:53.502Z] #39 41.77   CC       compel/plugins/std/log.o
16:15:54 [2020-07-17T16:15:54.468Z] #39 42.65   CC       compel/plugins/std/string.o
16:15:55 [2020-07-17T16:15:55.047Z] #39 43.21   CC       compel/plugins/std/infect.o
16:15:55 [2020-07-17T16:15:55.314Z] #39 ...
16:15:55 [2020-07-17T16:15:55.314Z] 
16:15:55 [2020-07-17T16:15:55.314Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
16:15:55 [2020-07-17T16:15:55.314Z] #15 DONE 2.3s
16:15:55 [2020-07-17T16:15:55.314Z] 
16:15:55 [2020-07-17T16:15:55.314Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:15:55 [2020-07-17T16:15:55.717Z] #18 10.84 Reading package lists...
16:15:56 [2020-07-17T16:15:56.692Z] #18 15.57 Reading package lists...
16:15:56 [2020-07-17T16:15:56.692Z] #18 ...
16:15:56 [2020-07-17T16:15:56.692Z] 
16:15:56 [2020-07-17T16:15:56.692Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:56 [2020-07-17T16:15:56.692Z] #40 60.23   AR       soccr/libsoccr.a
16:15:56 [2020-07-17T16:15:56.692Z] #40 60.27 make[1]: 'soccr/libsoccr.a' is up to date.
16:15:56 [2020-07-17T16:15:56.692Z] #40 60.53   DEP      criu/arch/ppc64/sigframe.d
16:15:56 [2020-07-17T16:15:56.692Z] #40 60.64   DEP      criu/arch/ppc64/crtools.d
16:15:56 [2020-07-17T16:15:56.692Z] #40 60.83   DEP      criu/arch/ppc64/cpu.d
16:15:56 [2020-07-17T16:15:56.692Z] #40 61.05   CC       criu/arch/ppc64/cpu.o
16:15:56 [2020-07-17T16:15:56.692Z] #40 61.69   CC       criu/arch/ppc64/crtools.o
16:15:56 [2020-07-17T16:15:56.692Z] #40 62.62   CC       criu/arch/ppc64/sigframe.o
16:15:56 [2020-07-17T16:15:56.692Z] #40 63.00   LINK     criu/arch/ppc64/crtools.built-in.o
16:15:56 [2020-07-17T16:15:56.692Z] #40 63.08   DEP      criu/pie/util-vdso.d
16:15:56 [2020-07-17T16:15:56.692Z] #40 63.35   DEP      criu/pie/util.d
16:15:56 [2020-07-17T16:15:56.921Z] #21 102.5 Checking out files:  32% (3524/10850)   
Checking out files:  33% (3581/10850)   
Checking out files:  34% (3689/10850)   
Checking out files:  35% (3798/10850)   
Checking out files:  36% (3906/10850)   
Checking out files:  37% (4015/10850)   
Checking out files:  38% (4123/10850)   
Checking out files:  39% (4232/10850)   
Checking out files:  40% (4340/10850)   
Checking out files:  41% (4449/10850)   
Checking out files:  42% (4557/10850)   
Checking out files:  43% (4666/10850)   
Checking out files:  44% (4774/10850)   
Checking out files:  45% (4883/10850)   
Checking out files:  46% (4991/10850)   
Checking out files:  47% (5100/10850)   
Checking out files:  48% (5208/10850)   
Checking out files:  49% (5317/10850)   
Checking out files:  50% (5425/10850)   
Checking out files:  51% (5534/10850)   
Checking out files:  52% (5642/10850)   
Checking out files:  53% (5751/10850)   
Checking out files:  54% (5859/10850)   
Checking out files:  55% (5968/10850)   
Checking out files:  55% (6041/10850)   
Checking out files:  56% (6076/10850)   
Checking out files:  57% (6185/10850)   
Checking out files:  58% (6293/10850)   
Checking out files:  59% (6402/10850)   
Checking out files:  60% (6510/10850)   
Checking out files:  61% (6619/10850)   
Checking out files:  62% (6727/10850)   
Checking out files:  63% (6836/10850)   
Checking out files:  64% (6944/10850)   
Checking out files:  65% (7053/10850)   
Checking out files:  66% (7161/10850)   
Checking out files:  67% (7270/10850)   
Checking out files:  68% (7378/10850)   
Checking out files:  69% (7487/10850)   
Checking out files:  70% (7595/10850)   
Checking out files:  71% (7704/10850)   
Checking out files:  72% (7812/10850)   
Checking out files:  73% (7921/10850)   
Checking out files:  74% (8029/10850)   
Checking out files:  75% (8138/10850)   
Checking out files:  76% (8246/10850)   
Checking out files:  77% (8355/10850)   
Checking out files:  78% (8463/10850)   
Checking out files:  78% (8530/10850)   
Checking out files:  79% (8572/10850)   
Checking out files:  80% (8680/10850)   
Checking out files:  81% (8789/10850)   
Checking out files:  82% (8897/10850)   
Checking out files:  83% (9006/10850)   
Checking out files:  84% (9114/10850)   
Checking out files:  85% (9223/10850)   
Checking out files:  86% (9331/10850)   
Checking out files:  87% (9440/10850)   
Checking out files:  88% (9548/10850)   
Checking out files:  89% (9657/10850)   
Checking out files:  90% (9765/10850)   
Checking out files:  91% (9874/10850)   
Checking out files:  92% (9982/10850)   
Checking out files:  93% (10091/10850)   
Checking out files:  94% (10199/10850)   
Checking out files:  95% (10308/10850)   
Checking out files:  96% (10416/10850)   
Checking out files:  97% (10525/10850)   
Checking out files:  98% (10633/10850)   
Checking out files:  99% (10742/10850)   
Checking out files: 100% (10850/10850)   
Checking out files: 100% (10850/10850), done.
16:15:56 [2020-07-17T16:15:56.995Z] #40 63.53   CC       criu/pie/util.o
16:15:57 [2020-07-17T16:15:57.184Z] #21 105.3 + cd /tmp/tmp.UBukToVkJS/tmp/docker-ce
16:15:57 [2020-07-17T16:15:57.184Z] #21 105.3 + git checkout -q v17.06.2-ce
16:15:57 [2020-07-17T16:15:57.652Z] #40 64.01   CC       criu/pie/util-vdso.o
16:15:57 [2020-07-17T16:15:57.762Z] #21 ...
16:15:57 [2020-07-17T16:15:57.762Z] 
16:15:57 [2020-07-17T16:15:57.762Z] #16 [dev-systemd-false  6/26] RUN ldconfig
16:15:57 [2020-07-17T16:15:57.762Z] #16 DONE 2.6s
16:15:57 [2020-07-17T16:15:57.762Z] 
16:15:57 [2020-07-17T16:15:57.762Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:57 [2020-07-17T16:15:57.762Z] #39 43.72   CC       compel/arch/aarch64/plugins/std/parasite-head.o
16:15:57 [2020-07-17T16:15:57.762Z] #39 43.78   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
16:15:57 [2020-07-17T16:15:57.762Z] #39 43.86   AR       compel/plugins/std.lib.a
16:15:57 [2020-07-17T16:15:57.762Z] #39 43.93   CC       compel/plugins/fds/fds.o
16:15:57 [2020-07-17T16:15:57.762Z] #39 44.27   AR       compel/plugins/fds.lib.a
16:15:57 [2020-07-17T16:15:57.762Z] #39 44.37   HOSTDEP  compel/src/lib/log-host.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 44.45   HOSTDEP  compel/src/lib/handle-elf-host.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 44.57   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 44.78   HOSTDEP  compel/src/main-host.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.01   DEP      compel/src/lib/ptrace.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.19   DEP      compel/src/lib/infect.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.42   DEP      compel/src/lib/infect-util.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.56   DEP      compel/src/lib/infect-rpc.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.65   DEP      compel/arch/aarch64/src/lib/infect.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.72   DEP      compel/arch/aarch64/src/lib/cpu.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.75   DEP      compel/src/lib/log.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.79   DEP      compel/src/main.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.87   DEP      compel/src/lib/handle-elf.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 45.99   DEP      compel/arch/aarch64/src/lib/handle-elf.d
16:15:57 [2020-07-17T16:15:57.762Z] #39 46.07   CC       compel/src/lib/log.o
16:15:57 [2020-07-17T16:15:57.952Z] #40 ...
16:15:57 [2020-07-17T16:15:57.952Z] 
16:15:57 [2020-07-17T16:15:57.952Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:57 [2020-07-17T16:15:57.952Z] #50 9.935 + cd /tmp/tmp.qCzrqpLnjH/src/github.com/opencontainers/runc
16:15:57 [2020-07-17T16:15:57.952Z] #50 9.944 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2
16:15:57 [2020-07-17T16:15:57.952Z] #50 10.55 + '[' -z '' ']'
16:15:57 [2020-07-17T16:15:57.952Z] #50 10.57 + target=static
16:15:57 [2020-07-17T16:15:57.952Z] #50 10.57 + make 'BUILDTAGS=seccomp apparmor selinux ' static
16:15:57 [2020-07-17T16:15:57.952Z] #50 10.70 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc .
16:15:57 [2020-07-17T16:15:57.952Z] #50 ...
16:15:57 [2020-07-17T16:15:57.952Z] 
16:15:57 [2020-07-17T16:15:57.952Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:15:57 [2020-07-17T16:15:57.952Z] #55 129.3 + for f in rootlesskit rootlesskit-docker-proxy
16:15:57 [2020-07-17T16:15:57.952Z] #55 129.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
16:15:58 [2020-07-17T16:15:58.090Z] #39 46.37   CC       compel/arch/aarch64/src/lib/cpu.o
16:15:58 [2020-07-17T16:15:58.401Z] #39 46.73   CC       compel/arch/aarch64/src/lib/infect.o
16:15:58 [2020-07-17T16:15:58.992Z] #39 47.19   CC       compel/src/lib/infect-rpc.o
16:15:58 [2020-07-17T16:15:58.992Z] #39 ...
16:15:58 [2020-07-17T16:15:58.992Z] 
16:15:58 [2020-07-17T16:15:58.992Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:15:58 [2020-07-17T16:15:58.992Z] #28 DONE 107.3s
16:15:59 [2020-07-17T16:15:59.019Z] #55 ...
16:15:59 [2020-07-17T16:15:59.019Z] 
16:15:59 [2020-07-17T16:15:59.019Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:15:59 [2020-07-17T16:15:59.019Z] #42 122.6 crypto/rand
16:15:59 [2020-07-17T16:15:59.019Z] #42 125.0 crypto/elliptic
16:15:59 [2020-07-17T16:15:59.019Z] #42 125.3 go/doc
16:15:59 [2020-07-17T16:15:59.019Z] #42 131.8 encoding/asn1
16:15:59 [2020-07-17T16:15:59.019Z] #42 ...
16:15:59 [2020-07-17T16:15:59.019Z] 
16:15:59 [2020-07-17T16:15:59.019Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:59 [2020-07-17T16:15:59.019Z] #40 64.68   AR       criu/pie/pie.lib.a
16:15:59 [2020-07-17T16:15:59.019Z] #40 64.73   DEP      criu/pie/restorer.d
16:15:59 [2020-07-17T16:15:59.019Z] #40 64.93   DEP      criu/arch/ppc64/vdso-trampoline.d
16:15:59 [2020-07-17T16:15:59.019Z] #40 64.97   DEP      criu/arch/ppc64/restorer.d
16:15:59 [2020-07-17T16:15:59.019Z] #40 65.23   DEP      criu/arch/ppc64/vdso-pie.d
16:15:59 [2020-07-17T16:15:59.019Z] #40 65.47   DEP      criu/pie/parasite-vdso.d
16:15:59 [2020-07-17T16:15:59.019Z] #40 65.65   DEP      criu/pie/parasite.d
16:15:59 [2020-07-17T16:15:59.260Z] 
16:15:59 [2020-07-17T16:15:59.260Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:15:59 [2020-07-17T16:15:59.260Z] #39 47.49   CC       compel/src/lib/infect-util.o
16:15:59 [2020-07-17T16:15:59.687Z] #40 65.96   CC       criu/pie/parasite.o
16:15:59 [2020-07-17T16:15:59.849Z] #39 47.96   CC       compel/src/lib/infect.o
16:16:00 [2020-07-17T16:16:00.804Z] #39 ...
16:16:00 [2020-07-17T16:16:00.804Z] 
16:16:00 [2020-07-17T16:16:00.804Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:16:00 [2020-07-17T16:16:00.804Z] #41 99.94 github.com/LK4D4/vndr/godl
16:16:00 [2020-07-17T16:16:00.804Z] #41 100.6 github.com/LK4D4/vndr
16:16:00 [2020-07-17T16:16:00.804Z] #41 DONE 109.0s
16:16:00 [2020-07-17T16:16:00.804Z] 
16:16:00 [2020-07-17T16:16:00.804Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:00 [2020-07-17T16:16:00.804Z] #17 2.572 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
16:16:00 [2020-07-17T16:16:00.804Z] #17 2.615 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:16:00 [2020-07-17T16:16:00.804Z] #17 2.616 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:16:01 [2020-07-17T16:16:01.237Z] #40 67.66   LINK     criu/pie/parasite.built-in.o
16:16:01 [2020-07-17T16:16:01.237Z] #40 67.67   GEN      criu/pie/parasite-blob.h
16:16:01 [2020-07-17T16:16:01.237Z] #40 67.71   CC       criu/pie/parasite-vdso.o
16:16:01 [2020-07-17T16:16:01.384Z] #17 3.394 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:16:01 [2020-07-17T16:16:01.961Z] #17 4.350 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB]
16:16:02 [2020-07-17T16:16:02.306Z] #40 68.64   CC       criu/arch/ppc64/vdso-pie.o
16:16:02 [2020-07-17T16:16:02.539Z] #17 ...
16:16:02 [2020-07-17T16:16:02.539Z] 
16:16:02 [2020-07-17T16:16:02.539Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:16:02 [2020-07-17T16:16:02.539Z] #49 8.313 + cd /tmp/tmp.q9Asdb1rtf/src/github.com/opencontainers/runc
16:16:02 [2020-07-17T16:16:02.539Z] #49 8.314 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2
16:16:02 [2020-07-17T16:16:02.539Z] #49 8.550 + '[' -z '' ']'
16:16:02 [2020-07-17T16:16:02.539Z] #49 8.551 + target=static
16:16:02 [2020-07-17T16:16:02.539Z] #49 8.551 + make 'BUILDTAGS=seccomp apparmor selinux ' static
16:16:02 [2020-07-17T16:16:02.539Z] #49 9.185 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc .
16:16:02 [2020-07-17T16:16:02.539Z] #49 ...
16:16:02 [2020-07-17T16:16:02.539Z] 
16:16:02 [2020-07-17T16:16:02.539Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:02 [2020-07-17T16:16:02.539Z] #39 50.02   CC       compel/src/lib/ptrace.o
16:16:02 [2020-07-17T16:16:02.539Z] #39 50.49   AR       compel/libcompel.a
16:16:02 [2020-07-17T16:16:02.539Z] #39 50.60   HOSTCC   compel/src/main-host.o
16:16:02 [2020-07-17T16:16:02.539Z] #39 50.96   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
16:16:02 [2020-07-17T16:16:02.606Z] #40 69.11   CC       criu/arch/ppc64/restorer.o
16:16:02 [2020-07-17T16:16:02.803Z] #39 51.11   HOSTCC   compel/src/lib/handle-elf-host.o
16:16:03 [2020-07-17T16:16:03.067Z] #39 51.30   HOSTCC   compel/src/lib/log-host.o
16:16:03 [2020-07-17T16:16:03.256Z] #40 69.63   CC       criu/arch/ppc64/vdso-trampoline.o
16:16:03 [2020-07-17T16:16:03.256Z] #40 69.71   CC       criu/pie/restorer.o
16:16:03 [2020-07-17T16:16:03.330Z] #39 51.48   HOSTLINK compel/compel-host-bin
16:16:03 [2020-07-17T16:16:03.330Z] #39 51.66   DEP      soccr/soccr.d
16:16:03 [2020-07-17T16:16:03.555Z] #40 ...
16:16:03 [2020-07-17T16:16:03.555Z] 
16:16:03 [2020-07-17T16:16:03.555Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
16:16:03 [2020-07-17T16:16:03.555Z] #55 DONE 137.3s
16:16:03 [2020-07-17T16:16:03.555Z] 
16:16:03 [2020-07-17T16:16:03.555Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:16:03 [2020-07-17T16:16:03.594Z] #39 51.87   CC       soccr/soccr.o
16:16:03 [2020-07-17T16:16:03.855Z] #56 DONE 0.1s
16:16:03 [2020-07-17T16:16:03.855Z] 
16:16:03 [2020-07-17T16:16:03.855Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:16:03 [2020-07-17T16:16:03.855Z] #57 DONE 0.1s
16:16:03 [2020-07-17T16:16:03.855Z] 
16:16:03 [2020-07-17T16:16:03.855Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:03 [2020-07-17T16:16:03.855Z] #18 15.57 Reading package lists...
16:16:03 [2020-07-17T16:16:03.855Z] #18 20.97 Building dependency tree...
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.61 libcap2-bin is already the newest version (1:2.25-2).
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.61 The following additional packages will be installed:
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   python3.7 python3.7-minimal vim-runtime xxd
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62 Suggested packages:
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62 Recommended packages:
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   aufs-dkms nftables build-essential python3-dev python3-keyring
16:16:03 [2020-07-17T16:16:03.855Z] #18 22.62   python3-keyrings.alt python3-xdg unzip
16:16:04 [2020-07-17T16:16:04.990Z] #39 53.02   AR       soccr/libsoccr.a
16:16:04 [2020-07-17T16:16:04.990Z] #39 53.06 make[1]: 'soccr/libsoccr.a' is up to date.
16:16:05 [2020-07-17T16:16:05.254Z] #39 53.50   DEP      criu/arch/aarch64/sigframe.d
16:16:05 [2020-07-17T16:16:05.524Z] #39 53.67   DEP      criu/arch/aarch64/crtools.d
16:16:05 [2020-07-17T16:16:05.524Z] #39 53.83   DEP      criu/arch/aarch64/cpu.d
16:16:05 [2020-07-17T16:16:05.524Z] #39 53.87   DEP      criu/arch/aarch64/bitops.d
16:16:05 [2020-07-17T16:16:05.524Z] #39 53.91   CC       criu/arch/aarch64/bitops.o
16:16:05 [2020-07-17T16:16:05.524Z] #39 53.96   CC       criu/arch/aarch64/cpu.o
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05 The following NEW packages will be installed:
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.05   xz-utils zip
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.16 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.16 Need to get 29.2 MB of archives.
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.16 After this operation, 134 MB of additional disk space will be used.
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB]
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u1 [593 kB]
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u1 [2025 kB]
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB]
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB]
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u1 [1793 kB]
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u1 [330 kB]
16:16:05 [2020-07-17T16:16:05.972Z] #18 25.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB]
16:16:06 [2020-07-17T16:16:06.105Z] #39 54.13   CC       criu/arch/aarch64/crtools.o
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.59 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.60 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.60 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.65 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.66 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.67 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.69 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.69 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.71 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.75 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
16:16:06 [2020-07-17T16:16:06.275Z] #18 25.78 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
16:16:06 [2020-07-17T16:16:06.580Z] #18 25.78 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
16:16:06 [2020-07-17T16:16:06.580Z] #18 25.79 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB]
16:16:06 [2020-07-17T16:16:06.580Z] #18 25.79 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB]
16:16:06 [2020-07-17T16:16:06.580Z] #18 25.79 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
16:16:06 [2020-07-17T16:16:06.683Z] #39 54.76   CC       criu/arch/aarch64/sigframe.o
16:16:06 [2020-07-17T16:16:06.683Z] #39 54.92   LINK     criu/arch/aarch64/crtools.built-in.o
16:16:06 [2020-07-17T16:16:06.683Z] #39 54.96   DEP      criu/pie/util-vdso.d
16:16:06 [2020-07-17T16:16:06.881Z] #18 26.35 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
16:16:06 [2020-07-17T16:16:06.881Z] #18 26.36 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
16:16:06 [2020-07-17T16:16:06.881Z] #18 26.36 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
16:16:06 [2020-07-17T16:16:06.881Z] #18 26.38 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB]
16:16:06 [2020-07-17T16:16:06.881Z] #18 26.38 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB]
16:16:06 [2020-07-17T16:16:06.881Z] #18 26.40 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB]
16:16:06 [2020-07-17T16:16:06.947Z] #39 55.12   DEP      criu/pie/util.d
16:16:07 [2020-07-17T16:16:07.186Z] #18 26.51 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB]
16:16:07 [2020-07-17T16:16:07.186Z] #18 26.52 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB]
16:16:07 [2020-07-17T16:16:07.186Z] #18 26.53 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB]
16:16:07 [2020-07-17T16:16:07.186Z] #18 26.54 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB]
16:16:07 [2020-07-17T16:16:07.186Z] #18 26.55 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB]
16:16:07 [2020-07-17T16:16:07.186Z] #18 26.57 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB]
16:16:07 [2020-07-17T16:16:07.186Z] #18 26.59 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB]
16:16:07 [2020-07-17T16:16:07.186Z] #18 ...
16:16:07 [2020-07-17T16:16:07.186Z] 
16:16:07 [2020-07-17T16:16:07.186Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:07 [2020-07-17T16:16:07.186Z] #40 73.67   LINK     criu/pie/restorer.built-in.o
16:16:07 [2020-07-17T16:16:07.186Z] #40 73.68   GEN      criu/pie/restorer-blob.h
16:16:07 [2020-07-17T16:16:07.211Z] #39 55.28   CC       criu/pie/util.o
16:16:07 [2020-07-17T16:16:07.475Z] #39 55.60   CC       criu/pie/util-vdso.o
16:16:07 [2020-07-17T16:16:07.496Z] #40 73.87   DEP      criu/vdso.d
16:16:07 [2020-07-17T16:16:07.739Z] #39 56.04   AR       criu/pie/pie.lib.a
16:16:07 [2020-07-17T16:16:07.739Z] #39 56.11   DEP      criu/pie/restorer.d
16:16:07 [2020-07-17T16:16:07.796Z] #40 74.15   DEP      criu/uts_ns.d
16:16:08 [2020-07-17T16:16:08.003Z] #39 56.43   DEP      criu/arch/aarch64/intraprocedure.d
16:16:08 [2020-07-17T16:16:08.095Z] #40 74.39   DEP      criu/util.d
16:16:08 [2020-07-17T16:16:08.267Z] Client:
16:16:08 [2020-07-17T16:16:08.267Z]  Debug Mode: false
16:16:08 [2020-07-17T16:16:08.267Z]  Plugins:
16:16:08 [2020-07-17T16:16:08.267Z]   cluster: Manage Docker clusters (Docker Inc., v1.2.0)
16:16:08 [2020-07-17T16:16:08.267Z] 
16:16:08 [2020-07-17T16:16:08.267Z] Server:
16:16:08 [2020-07-17T16:16:08.267Z]  Containers: 0
16:16:08 [2020-07-17T16:16:08.267Z]   Running: 0
16:16:08 [2020-07-17T16:16:08.267Z]   Paused: 0
16:16:08 [2020-07-17T16:16:08.267Z]   Stopped: 0
16:16:08 [2020-07-17T16:16:08.267Z]  Images: 0
16:16:08 [2020-07-17T16:16:08.267Z]  Server Version: 19.03.5
16:16:08 [2020-07-17T16:16:08.267Z]  Storage Driver: windowsfilter (windows) lcow (linux)
16:16:08 [2020-07-17T16:16:08.267Z]   Windows: 
16:16:08 [2020-07-17T16:16:08.267Z]   LCOW: 
16:16:08 [2020-07-17T16:16:08.267Z]  Logging Driver: json-file
16:16:08 [2020-07-17T16:16:08.267Z]  Plugins:
16:16:08 [2020-07-17T16:16:08.267Z]   Volume: local
16:16:08 [2020-07-17T16:16:08.267Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:16:08 [2020-07-17T16:16:08.267Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:16:08 [2020-07-17T16:16:08.267Z]  Swarm: inactive
16:16:08 [2020-07-17T16:16:08.267Z]  Default Isolation: process
16:16:08 [2020-07-17T16:16:08.267Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
16:16:08 [2020-07-17T16:16:08.267Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282)
16:16:08 [2020-07-17T16:16:08.267Z]  OSType: windows
16:16:08 [2020-07-17T16:16:08.267Z]  Architecture: x86_64
16:16:08 [2020-07-17T16:16:08.267Z]  CPUs: 4
16:16:08 [2020-07-17T16:16:08.267Z]  Total Memory: 32GiB
16:16:08 [2020-07-17T16:16:08.267Z]  Name: azwin-2-cda4f0
16:16:08 [2020-07-17T16:16:08.267Z]  ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5
16:16:08 [2020-07-17T16:16:08.267Z]  Docker Root Dir: D:\docker
16:16:08 [2020-07-17T16:16:08.267Z]  Debug Mode: false
16:16:08 [2020-07-17T16:16:08.267Z]  Registry: https://index.docker.io/v1/
16:16:08 [2020-07-17T16:16:08.267Z]  Labels:
16:16:08 [2020-07-17T16:16:08.267Z]  Experimental: true
16:16:08 [2020-07-17T16:16:08.267Z]  Insecure Registries:
16:16:08 [2020-07-17T16:16:08.267Z]   10.0.0.4:5000
16:16:08 [2020-07-17T16:16:08.267Z]   127.0.0.0/8
16:16:08 [2020-07-17T16:16:08.267Z]  Registry Mirrors:
16:16:08 [2020-07-17T16:16:08.267Z]   http://10.0.0.4:5000/
16:16:08 [2020-07-17T16:16:08.267Z]  Live Restore Enabled: false
16:16:08 [2020-07-17T16:16:08.267Z] 
16:16:08 [2020-07-17T16:16:08.268Z] #39 56.45   DEP      criu/arch/aarch64/restorer.d
16:16:08 [2020-07-17T16:16:08.268Z] #39 56.71   DEP      criu/arch/aarch64/vdso-pie.d
16:16:08 [2020-07-17T16:16:08.400Z] #40 74.68   DEP      criu/uffd.d
16:16:08 [2020-07-17T16:16:08.400Z] #40 74.90   DEP      criu/tun.d
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
16:16:08 [2020-07-17T16:16:08.720Z] #40 75.07   DEP      criu/tty.d
16:16:08 [2020-07-17T16:16:08.844Z] #39 56.89   DEP      criu/pie/parasite-vdso.d
16:16:08 [2020-07-17T16:16:08.844Z] #39 57.20   DEP      criu/pie/parasite.d
16:16:09 [2020-07-17T16:16:09.029Z] #40 75.25   DEP      criu/timerfd.d
16:16:09 [2020-07-17T16:16:09.029Z] #40 75.43   DEP      criu/timens.d
16:16:09 [2020-07-17T16:16:09.029Z] #40 75.62   DEP      criu/sysfs_parse.d
16:16:09 [2020-07-17T16:16:09.108Z] #39 57.44   CC       criu/pie/parasite.o
16:16:09 [2020-07-17T16:16:09.333Z] #40 75.82   DEP      criu/sysctl.d
16:16:09 [2020-07-17T16:16:09.637Z] #40 75.97   DEP      criu/string.d
16:16:09 [2020-07-17T16:16:09.637Z] #40 76.00   DEP      criu/stats.d
16:16:09 [2020-07-17T16:16:09.637Z] #40 76.12   DEP      criu/sockets.d
16:16:09 [2020-07-17T16:16:09.941Z] #40 76.34   DEP      criu/sk-unix.d
16:16:10 [2020-07-17T16:16:10.279Z] #40 76.66   DEP      criu/sk-tcp.d
16:16:10 [2020-07-17T16:16:10.504Z] #39 58.52   LINK     criu/pie/parasite.built-in.o
16:16:10 [2020-07-17T16:16:10.504Z] #39 58.55   GEN      criu/pie/parasite-blob.h
16:16:10 [2020-07-17T16:16:10.504Z] #39 58.56   CC       criu/pie/parasite-vdso.o
16:16:10 [2020-07-17T16:16:10.581Z] #40 76.88   DEP      criu/sk-queue.d
16:16:10 [2020-07-17T16:16:10.581Z] #40 77.06   DEP      criu/sk-packet.d
16:16:10 [2020-07-17T16:16:10.890Z] #40 77.35   DEP      criu/sk-netlink.d
16:16:10 [2020-07-17T16:16:10.890Z] #40 77.51   DEP      criu/sk-inet.d
16:16:11 [2020-07-17T16:16:11.081Z] #39 59.18   CC       criu/arch/aarch64/vdso-pie.o
16:16:11 [2020-07-17T16:16:11.081Z] #39 59.47   CC       criu/arch/aarch64/restorer.o
16:16:11 [2020-07-17T16:16:11.191Z] #40 77.74   DEP      criu/signalfd.d
16:16:11 [2020-07-17T16:16:11.491Z] #40 77.89   DEP      criu/sigframe.d
16:16:11 [2020-07-17T16:16:11.491Z] #40 78.01   DEP      criu/shmem.d
16:16:11 [2020-07-17T16:16:11.659Z] #39 59.87   CC       criu/arch/aarch64/intraprocedure.o
16:16:11 [2020-07-17T16:16:11.659Z] #39 59.91   CC       criu/pie/restorer.o
16:16:11 [2020-07-17T16:16:11.659Z] #39 ...
16:16:11 [2020-07-17T16:16:11.659Z] 
16:16:11 [2020-07-17T16:16:11.659Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:16:11 [2020-07-17T16:16:11.659Z] #21 109.8 + mkdir -p /tmp/tmp.UBukToVkJS/src/github.com/docker
16:16:11 [2020-07-17T16:16:11.659Z] #21 109.8 + mv components/cli /tmp/tmp.UBukToVkJS/src/github.com/docker/cli
16:16:11 [2020-07-17T16:16:11.659Z] #21 109.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
16:16:11 [2020-07-17T16:16:11.659Z] #21 ...
16:16:11 [2020-07-17T16:16:11.659Z] 
16:16:11 [2020-07-17T16:16:11.659Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:11 [2020-07-17T16:16:11.659Z] #17 5.339 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
16:16:11 [2020-07-17T16:16:11.659Z] #17 7.230 Fetched 8191 kB in 5s (1645 kB/s)
16:16:11 [2020-07-17T16:16:11.659Z] #17 7.230 Reading package lists...
16:16:11 [2020-07-17T16:16:11.659Z] #17 9.445 Reading package lists...
16:16:11 [2020-07-17T16:16:11.659Z] #17 11.82 Building dependency tree...
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.82 libcap2-bin is already the newest version (1:2.25-2).
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.82 The following additional packages will be installed:
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.82   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.82   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.82   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.82   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.82   python3.7 python3.7-minimal vim-runtime xxd
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.83 Suggested packages:
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.83   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.83   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.83   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.83 Recommended packages:
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.83   aufs-dkms nftables build-essential python3-dev python3-keyring
16:16:11 [2020-07-17T16:16:11.659Z] #17 12.83   python3-keyrings.alt python3-xdg unzip
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81 The following NEW packages will be installed:
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:16:11 [2020-07-17T16:16:11.659Z] #17 13.81   xz-utils zip
16:16:11 [2020-07-17T16:16:11.792Z] #40 78.18   DEP      criu/servicefd.d
16:16:11 [2020-07-17T16:16:11.792Z] #40 78.35   DEP      criu/seize.d
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.13 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.13 Need to get 27.6 MB of archives.
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.13 After this operation, 114 MB of additional disk space will be used.
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u1 [588 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u1 [1404 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u1 [1640 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u1 [330 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.31 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.31 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
16:16:11 [2020-07-17T16:16:11.923Z] #17 14.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
16:16:12 [2020-07-17T16:16:12.096Z] #40 78.53   DEP      criu/seccomp.d
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.35 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.35 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.36 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.37 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.39 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.39 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.40 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.41 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.41 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.41 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
16:16:12 [2020-07-17T16:16:12.187Z] #17 14.41 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
16:16:12 [2020-07-17T16:16:12.398Z] #40 78.74   DEP      criu/rst-malloc.d
16:16:12 [2020-07-17T16:16:12.398Z] #40 78.81   DEP      criu/rbtree.d
16:16:12 [2020-07-17T16:16:12.398Z] #40 78.85   DEP      criu/pstree.d
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.73 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.73 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.73 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.74 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.74 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.74 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.80 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.81 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.82 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.82 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.83 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.84 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
16:16:12 [2020-07-17T16:16:12.451Z] #17 14.85 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB]
16:16:12 [2020-07-17T16:16:12.699Z] #40 79.09   DEP      criu/protobuf.d
16:16:12 [2020-07-17T16:16:12.715Z] #17 14.88 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
16:16:12 [2020-07-17T16:16:12.715Z] #17 14.89 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
16:16:12 [2020-07-17T16:16:12.715Z] #17 14.90 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
16:16:12 [2020-07-17T16:16:12.979Z] #17 15.02 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
16:16:12 [2020-07-17T16:16:12.979Z] #17 15.05 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
16:16:12 [2020-07-17T16:16:12.979Z] #17 15.07 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
16:16:13 [2020-07-17T16:16:13.001Z] #40 79.29   GEN      criu/protobuf-desc-gen.h
16:16:13 [2020-07-17T16:16:13.001Z] #40 ...
16:16:13 [2020-07-17T16:16:13.001Z] 
16:16:13 [2020-07-17T16:16:13.001Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:16:13 [2020-07-17T16:16:13.001Z] #42 136.6 vendor/golang.org/x/text/unicode/norm
16:16:13 [2020-07-17T16:16:13.001Z] #42 137.5 github.com/LK4D4/vndr/build
16:16:13 [2020-07-17T16:16:13.001Z] #42 142.0 vendor/golang.org/x/crypto/cryptobyte
16:16:13 [2020-07-17T16:16:13.001Z] #42 146.7 mime
16:16:13 [2020-07-17T16:16:13.001Z] #42 ...
16:16:13 [2020-07-17T16:16:13.001Z] 
16:16:13 [2020-07-17T16:16:13.001Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:13 [2020-07-17T16:16:13.001Z] #18 26.67 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB]
16:16:13 [2020-07-17T16:16:13.001Z] #18 26.68 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB]
16:16:13 [2020-07-17T16:16:13.001Z] #18 26.69 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB]
16:16:13 [2020-07-17T16:16:13.001Z] #18 27.04 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB]
16:16:13 [2020-07-17T16:16:13.001Z] #18 27.12 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB]
16:16:13 [2020-07-17T16:16:13.001Z] #18 27.18 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
16:16:13 [2020-07-17T16:16:13.001Z] #18 27.82 debconf: delaying package configuration, since apt-utils is not installed
16:16:13 [2020-07-17T16:16:13.001Z] #18 27.94 Fetched 29.2 MB in 2s (14.1 MB/s)
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.05 Selecting previously unselected package pigz.
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23361 files and directories currently installed.)
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.12 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ...
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.13 Unpacking pigz (2.4-1) ...
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.26 Selecting previously unselected package libpython3.7-minimal:ppc64el.
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.28 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ...
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.28 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ...
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.75 Selecting previously unselected package python3.7-minimal.
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.75 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ...
16:16:13 [2020-07-17T16:16:13.001Z] #18 28.77 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ...
16:16:13 [2020-07-17T16:16:13.001Z] #18 29.92 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ...
16:16:13 [2020-07-17T16:16:13.001Z] #18 29.93 Setting up python3.7-minimal (3.7.3-2+deb10u1) ...
16:16:13 [2020-07-17T16:16:13.556Z] #17 15.64 debconf: delaying package configuration, since apt-utils is not installed
16:16:13 [2020-07-17T16:16:13.556Z] #17 15.74 Fetched 27.6 MB in 1s (22.9 MB/s)
16:16:13 [2020-07-17T16:16:13.556Z] #17 15.80 Selecting previously unselected package pigz.
16:16:13 [2020-07-17T16:16:13.657Z] #18 32.98 Selecting previously unselected package python3-minimal.
16:16:13 [2020-07-17T16:16:13.657Z] #18 32.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 ... 23610 files and directories currently installed.)
16:16:13 [2020-07-17T16:16:13.657Z] #18 33.05 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ...
16:16:13 [2020-07-17T16:16:13.657Z] #18 33.05 Unpacking python3-minimal (3.7.3-1) ...
16:16:13 [2020-07-17T16:16:13.657Z] #18 33.12 Selecting previously unselected package libmpdec2:ppc64el.
16:16:13 [2020-07-17T16:16:13.657Z] #18 33.13 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ...
16:16:13 [2020-07-17T16:16:13.657Z] #18 33.13 Unpacking libmpdec2:ppc64el (2.4.2-2) ...
16:16:13 [2020-07-17T16:16:13.819Z] #17 15.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23405 files and directories currently installed.)
16:16:13 [2020-07-17T16:16:13.819Z] #17 15.92 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
16:16:13 [2020-07-17T16:16:13.819Z] #17 15.93 Unpacking pigz (2.4-1) ...
16:16:13 [2020-07-17T16:16:13.819Z] #17 16.05 Selecting previously unselected package libpython3.7-minimal:arm64.
16:16:13 [2020-07-17T16:16:13.819Z] #17 16.06 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_arm64.deb ...
16:16:13 [2020-07-17T16:16:13.819Z] #17 16.06 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ...
16:16:13 [2020-07-17T16:16:13.962Z] #18 33.23 Selecting previously unselected package libpython3.7-stdlib:ppc64el.
16:16:13 [2020-07-17T16:16:13.962Z] #18 33.25 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_ppc64el.deb ...
16:16:13 [2020-07-17T16:16:13.962Z] #18 33.28 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ...
16:16:14 [2020-07-17T16:16:14.083Z] #17 ...
16:16:14 [2020-07-17T16:16:14.083Z] 
16:16:14 [2020-07-17T16:16:14.083Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:14 [2020-07-17T16:16:14.083Z] #39 62.27   LINK     criu/pie/restorer.built-in.o
16:16:14 [2020-07-17T16:16:14.083Z] #39 62.29   GEN      criu/pie/restorer-blob.h
16:16:14 [2020-07-17T16:16:14.083Z] #39 62.37   DEP      criu/vdso.d
16:16:14 [2020-07-17T16:16:14.346Z] #39 62.64   DEP      criu/uts_ns.d
16:16:14 [2020-07-17T16:16:14.609Z] #39 62.79   DEP      criu/util.d
16:16:14 [2020-07-17T16:16:14.873Z] #39 63.00   DEP      criu/uffd.d
16:16:15 [2020-07-17T16:16:15.030Z] #18 ...
16:16:15 [2020-07-17T16:16:15.030Z] 
16:16:15 [2020-07-17T16:16:15.030Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:15 [2020-07-17T16:16:15.030Z] #40 81.41   DEP      criu/protobuf-desc.d
16:16:15 [2020-07-17T16:16:15.030Z] #40 81.59   DEP      criu/proc_parse.d
16:16:15 [2020-07-17T16:16:15.137Z] #39 63.24   DEP      criu/tun.d
16:16:15 [2020-07-17T16:16:15.137Z] #39 63.40   DEP      criu/tty.d
16:16:15 [2020-07-17T16:16:15.137Z] #39 63.52   DEP      criu/timerfd.d
16:16:15 [2020-07-17T16:16:15.331Z] #40 81.76   DEP      criu/plugin.d
16:16:15 [2020-07-17T16:16:15.331Z] #40 81.85   DEP      criu/pipes.d
16:16:15 [2020-07-17T16:16:15.400Z] #39 63.68   DEP      criu/timens.d
16:16:15 [2020-07-17T16:16:15.633Z] #40 81.99   DEP      criu/pie-util.d
16:16:15 [2020-07-17T16:16:15.633Z] #40 82.14   DEP      criu/pie-util-vdso.d
16:16:15 [2020-07-17T16:16:15.664Z] #39 63.84   DEP      criu/sysfs_parse.d
16:16:15 [2020-07-17T16:16:15.664Z] #39 63.99   DEP      criu/sysctl.d
16:16:15 [2020-07-17T16:16:15.664Z] #39 64.11   DEP      criu/string.d
16:16:15 [2020-07-17T16:16:15.928Z] #39 64.14   DEP      criu/stats.d
16:16:15 [2020-07-17T16:16:15.928Z] #39 64.22   DEP      criu/sockets.d
16:16:15 [2020-07-17T16:16:15.932Z] #40 82.26   DEP      criu/path.d
16:16:15 [2020-07-17T16:16:15.932Z] #40 82.45   DEP      criu/parasite-syscall.d
16:16:16 [2020-07-17T16:16:16.192Z] #39 64.38   DEP      criu/sk-unix.d
16:16:16 [2020-07-17T16:16:16.232Z] #40 82.69   DEP      criu/pagemap.d
16:16:16 [2020-07-17T16:16:16.456Z] #39 64.60   DEP      criu/sk-tcp.d
16:16:16 [2020-07-17T16:16:16.532Z] #40 82.94   DEP      criu/pagemap-cache.d
16:16:16 [2020-07-17T16:16:16.532Z] #40 83.06   DEP      criu/page-xfer.d
16:16:16 [2020-07-17T16:16:16.656Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:16:16 [2020-07-17T16:16:16.656Z] ok  	github.com/docker/docker/api/server/httputils	0.002s	coverage: 14.7% of statements
16:16:16 [2020-07-17T16:16:16.719Z] #39 64.85   DEP      criu/sk-queue.d
16:16:16 [2020-07-17T16:16:16.719Z] #39 65.01   DEP      criu/sk-packet.d
16:16:16 [2020-07-17T16:16:16.832Z] #40 83.21   DEP      criu/page-pipe.d
16:16:16 [2020-07-17T16:16:16.832Z] #40 83.35   DEP      criu/netfilter.d
16:16:16 [2020-07-17T16:16:16.950Z] ok  	github.com/docker/docker/api/server/middleware	0.004s	coverage: 37.7% of statements
16:16:16 [2020-07-17T16:16:16.950Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:16:16 [2020-07-17T16:16:16.950Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:16:16 [2020-07-17T16:16:16.950Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:16:16 [2020-07-17T16:16:16.982Z] #39 65.15   DEP      criu/sk-netlink.d
16:16:16 [2020-07-17T16:16:16.982Z] #39 65.32   DEP      criu/sk-inet.d
16:16:17 [2020-07-17T16:16:17.132Z] #40 83.65   DEP      criu/net.d
16:16:17 [2020-07-17T16:16:17.246Z] #39 65.49   DEP      criu/signalfd.d
16:16:17 [2020-07-17T16:16:17.246Z] #39 65.61   DEP      criu/sigframe.d
16:16:17 [2020-07-17T16:16:17.435Z] #40 83.97   DEP      criu/namespaces.d
16:16:17 [2020-07-17T16:16:17.510Z] #39 65.69   DEP      criu/shmem.d
16:16:17 [2020-07-17T16:16:17.510Z] #39 65.83   DEP      criu/servicefd.d
16:16:17 [2020-07-17T16:16:17.586Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:16:17 [2020-07-17T16:16:17.586Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:16:17 [2020-07-17T16:16:17.586Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:16:17 [2020-07-17T16:16:17.586Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:16:17 [2020-07-17T16:16:17.586Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:16:17 [2020-07-17T16:16:17.586Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:16:17 [2020-07-17T16:16:17.737Z] #40 84.11   DEP      criu/mount.d
16:16:17 [2020-07-17T16:16:17.737Z] #40 84.28   DEP      criu/memfd.d
16:16:17 [2020-07-17T16:16:17.773Z] #39 65.95   DEP      criu/seize.d
16:16:17 [2020-07-17T16:16:17.773Z] #39 66.11   DEP      criu/seccomp.d
16:16:18 [2020-07-17T16:16:18.036Z] #39 66.30   DEP      criu/rst-malloc.d
16:16:18 [2020-07-17T16:16:18.036Z] #39 66.39   DEP      criu/rbtree.d
16:16:18 [2020-07-17T16:16:18.036Z] #39 66.42   DEP      criu/pstree.d
16:16:18 [2020-07-17T16:16:18.039Z] #40 84.45   DEP      criu/mem.d
16:16:18 [2020-07-17T16:16:18.039Z] #40 84.64   DEP      criu/lsm.d
16:16:18 [2020-07-17T16:16:18.222Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:16:18 [2020-07-17T16:16:18.222Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:16:18 [2020-07-17T16:16:18.300Z] #39 66.60   DEP      criu/protobuf.d
16:16:18 [2020-07-17T16:16:18.300Z] #39 66.72   GEN      criu/protobuf-desc-gen.h
16:16:18 [2020-07-17T16:16:18.337Z] #40 84.91   DEP      criu/log.d
16:16:18 [2020-07-17T16:16:18.638Z] #40 85.04   DEP      criu/libnetlink.d
16:16:18 [2020-07-17T16:16:18.862Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.1% of statements
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ok  	github.com/docker/docker/api/types/filters	0.002s	coverage: 92.2% of statements
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:16:18 [2020-07-17T16:16:18.862Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
16:16:18 [2020-07-17T16:16:18.938Z] #40 85.20   DEP      criu/kerndat.d
16:16:18 [2020-07-17T16:16:18.938Z] #40 85.39   DEP      criu/kcmp-ids.d
16:16:18 [2020-07-17T16:16:18.938Z] #40 85.46   DEP      criu/irmap.d
16:16:18 [2020-07-17T16:16:18.938Z] #40 85.58   DEP      criu/ipc_ns.d
16:16:19 [2020-07-17T16:16:19.156Z] ok  	github.com/docker/docker/api/types/strslice	0.001s	coverage: 90.0% of statements
16:16:19 [2020-07-17T16:16:19.156Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:16:19 [2020-07-17T16:16:19.156Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:16:19 [2020-07-17T16:16:19.239Z] #40 85.75   DEP      criu/image.d
16:16:19 [2020-07-17T16:16:19.451Z] ok  	github.com/docker/docker/api/types/time	0.009s	coverage: 100.0% of statements
16:16:19 [2020-07-17T16:16:19.451Z] ok  	github.com/docker/docker/api/types/versions	0.012s	coverage: 75.0% of statements
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/builder	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:16:19 [2020-07-17T16:16:19.451Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:16:19 [2020-07-17T16:16:19.540Z] #40 85.89   DEP      criu/image-desc.d
16:16:19 [2020-07-17T16:16:19.540Z] #40 85.98   DEP      criu/fsnotify.d
16:16:19 [2020-07-17T16:16:19.540Z] #40 86.13   DEP      criu/filesystems.d
16:16:19 [2020-07-17T16:16:19.745Z] ok  	github.com/docker/docker/builder/dockerignore	0.004s	coverage: 96.8% of statements
16:16:19 [2020-07-17T16:16:19.840Z] #40 86.27   DEP      criu/files.d
16:16:20 [2020-07-17T16:16:20.142Z] #40 86.46   DEP      criu/files-reg.d
16:16:20 [2020-07-17T16:16:20.143Z] #40 86.62   DEP      criu/files-ext.d
16:16:20 [2020-07-17T16:16:20.226Z] #39 68.25   DEP      criu/protobuf-desc.d
16:16:20 [2020-07-17T16:16:20.226Z] #39 68.41   DEP      criu/proc_parse.d
16:16:20 [2020-07-17T16:16:20.442Z] #40 86.75   DEP      criu/file-lock.d
16:16:20 [2020-07-17T16:16:20.442Z] #40 86.87   DEP      criu/file-ids.d
16:16:20 [2020-07-17T16:16:20.442Z] #40 87.00   DEP      criu/fifo.d
16:16:20 [2020-07-17T16:16:20.489Z] #39 68.69   DEP      criu/plugin.d
16:16:20 [2020-07-17T16:16:20.489Z] #39 68.79   DEP      criu/pipes.d
16:16:20 [2020-07-17T16:16:20.744Z] #40 87.13   DEP      criu/fdstore.d
16:16:20 [2020-07-17T16:16:20.745Z] #40 87.23   DEP      criu/fault-injection.d
16:16:20 [2020-07-17T16:16:20.745Z] #40 87.26   DEP      criu/external.d
16:16:20 [2020-07-17T16:16:20.753Z] #39 69.01   DEP      criu/pie-util.d
16:16:20 [2020-07-17T16:16:20.753Z] #39 69.20   DEP      criu/pie-util-vdso.d
16:16:20 [2020-07-17T16:16:20.753Z] #39 ...
16:16:20 [2020-07-17T16:16:20.753Z] 
16:16:20 [2020-07-17T16:16:20.753Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:20 [2020-07-17T16:16:20.753Z] #17 16.47 Selecting previously unselected package python3.7-minimal.
16:16:20 [2020-07-17T16:16:20.753Z] #17 16.47 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 16.49 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 17.03 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 17.06 Setting up python3.7-minimal (3.7.3-2+deb10u1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.34 Selecting previously unselected package python3-minimal.
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23654 files and directories currently installed.)
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.42 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.44 Unpacking python3-minimal (3.7.3-1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.54 Selecting previously unselected package libmpdec2:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.54 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.58 Unpacking libmpdec2:arm64 (2.4.2-2) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.70 Selecting previously unselected package libpython3.7-stdlib:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.71 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 19.71 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 20.56 Selecting previously unselected package python3.7.
16:16:20 [2020-07-17T16:16:20.753Z] #17 20.57 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 20.57 Unpacking python3.7 (3.7.3-2+deb10u1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 20.74 Selecting previously unselected package libpython3-stdlib:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 20.74 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 20.75 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 20.86 Setting up python3-minimal (3.7.3-1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.02 Selecting previously unselected package python3.
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24066 files and directories currently installed.)
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.13 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.15 Unpacking python3 (3.7.3-1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.25 Selecting previously unselected package libip4tc0:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.25 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.26 Unpacking libip4tc0:arm64 (1.8.2-4) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.33 Selecting previously unselected package libip6tc0:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.34 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.34 Unpacking libip6tc0:arm64 (1.8.2-4) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.46 Selecting previously unselected package libiptc0:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.47 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.48 Unpacking libiptc0:arm64 (1.8.2-4) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.56 Selecting previously unselected package libnfnetlink0:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.57 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.58 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.63 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.64 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.65 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.75 Selecting previously unselected package libnftnl11:arm64.
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.77 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.78 Unpacking libnftnl11:arm64 (1.1.2-2) ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.91 Selecting previously unselected package iptables.
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.92 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
16:16:20 [2020-07-17T16:16:20.753Z] #17 22.94 Unpacking iptables (1.8.2-4) ...
16:16:21 [2020-07-17T16:16:21.017Z] #17 23.28 Selecting previously unselected package xxd.
16:16:21 [2020-07-17T16:16:21.017Z] #17 23.29 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
16:16:21 [2020-07-17T16:16:21.017Z] #17 23.29 Unpacking xxd (2:8.1.0875-5) ...
16:16:21 [2020-07-17T16:16:21.017Z] #17 23.41 Selecting previously unselected package vim-common.
16:16:21 [2020-07-17T16:16:21.044Z] #40 87.43   DEP      criu/eventpoll.d
16:16:21 [2020-07-17T16:16:21.044Z] #40 87.59   DEP      criu/eventfd.d
16:16:21 [2020-07-17T16:16:21.044Z] #40 87.70   DEP      criu/crtools.d
16:16:21 [2020-07-17T16:16:21.287Z] #17 23.41 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
16:16:21 [2020-07-17T16:16:21.287Z] #17 23.43 Unpacking vim-common (2:8.1.0875-5) ...
16:16:21 [2020-07-17T16:16:21.287Z] #17 23.56 Selecting previously unselected package bash-completion.
16:16:21 [2020-07-17T16:16:21.287Z] #17 23.59 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
16:16:21 [2020-07-17T16:16:21.346Z] #40 87.85   DEP      criu/cr-service.d
16:16:21 [2020-07-17T16:16:21.657Z] #40 88.17   DEP      criu/cr-restore.d
16:16:21 [2020-07-17T16:16:21.972Z] #40 88.42   DEP      criu/cr-errno.d
16:16:21 [2020-07-17T16:16:21.972Z] #40 88.44   DEP      criu/cr-dump.d
16:16:22 [2020-07-17T16:16:22.241Z] #17 ...
16:16:22 [2020-07-17T16:16:22.241Z] 
16:16:22 [2020-07-17T16:16:22.241Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:16:22 [2020-07-17T16:16:22.241Z] #36 129.4 + dpkg --print-architecture
16:16:22 [2020-07-17T16:16:22.241Z] #36 DONE 130.3s
16:16:22 [2020-07-17T16:16:22.241Z] 
16:16:22 [2020-07-17T16:16:22.241Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:22 [2020-07-17T16:16:22.241Z] #39 69.33   DEP      criu/path.d
16:16:22 [2020-07-17T16:16:22.241Z] #39 69.40   DEP      criu/parasite-syscall.d
16:16:22 [2020-07-17T16:16:22.241Z] #39 69.59   DEP      criu/pagemap.d
16:16:22 [2020-07-17T16:16:22.241Z] #39 69.72   DEP      criu/pagemap-cache.d
16:16:22 [2020-07-17T16:16:22.241Z] #39 69.84   DEP      criu/page-xfer.d
16:16:22 [2020-07-17T16:16:22.241Z] #39 70.10   DEP      criu/page-pipe.d
16:16:22 [2020-07-17T16:16:22.241Z] #39 70.23   DEP      criu/netfilter.d
16:16:22 [2020-07-17T16:16:22.241Z] #39 70.40   DEP      criu/net.d
16:16:22 [2020-07-17T16:16:22.241Z] #39 70.53   DEP      criu/namespaces.d
16:16:22 [2020-07-17T16:16:22.271Z] #40 88.63   DEP      criu/cr-dedup.d
16:16:22 [2020-07-17T16:16:22.271Z] #40 88.84   DEP      criu/cr-check.d
16:16:22 [2020-07-17T16:16:22.489Z] ok  	github.com/docker/docker/builder/remotecontext	0.363s	coverage: 13.6% of statements
16:16:22 [2020-07-17T16:16:22.504Z] #39 70.69   DEP      criu/mount.d
16:16:22 [2020-07-17T16:16:22.571Z] #40 89.17   DEP      criu/config.d
16:16:22 [2020-07-17T16:16:22.768Z] #39 70.89   DEP      criu/memfd.d
16:16:22 [2020-07-17T16:16:22.768Z] #39 71.04   DEP      criu/mem.d
16:16:22 [2020-07-17T16:16:22.781Z] ok  	github.com/docker/docker/builder/dockerfile	1.002s	coverage: 48.1% of statements
16:16:22 [2020-07-17T16:16:22.870Z] #40 ...
16:16:22 [2020-07-17T16:16:22.870Z] 
16:16:22 [2020-07-17T16:16:22.870Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:22 [2020-07-17T16:16:22.870Z] #18 34.48 Selecting previously unselected package python3.7.
16:16:22 [2020-07-17T16:16:22.870Z] #18 34.51 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 34.51 Unpacking python3.7 (3.7.3-2+deb10u1) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 34.72 Selecting previously unselected package libpython3-stdlib:ppc64el.
16:16:22 [2020-07-17T16:16:22.870Z] #18 34.74 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 34.74 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 34.90 Setting up python3-minimal (3.7.3-1) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 35.95 Selecting previously unselected package python3.
16:16:22 [2020-07-17T16:16:22.870Z] #18 35.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24022 files and directories currently installed.)
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.02 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.02 Unpacking python3 (3.7.3-1) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.13 Selecting previously unselected package libip4tc0:ppc64el.
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.15 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.16 Unpacking libip4tc0:ppc64el (1.8.2-4) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.24 Selecting previously unselected package libip6tc0:ppc64el.
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.25 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.25 Unpacking libip6tc0:ppc64el (1.8.2-4) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.34 Selecting previously unselected package libiptc0:ppc64el.
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.35 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.36 Unpacking libiptc0:ppc64el (1.8.2-4) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.43 Selecting previously unselected package libnfnetlink0:ppc64el.
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.45 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.45 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.51 Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.53 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.54 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.67 Selecting previously unselected package libnftnl11:ppc64el.
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.70 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.70 Unpacking libnftnl11:ppc64el (1.1.2-2) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.84 Selecting previously unselected package iptables.
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.84 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 36.84 Unpacking iptables (1.8.2-4) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 37.32 Selecting previously unselected package xxd.
16:16:22 [2020-07-17T16:16:22.870Z] #18 37.34 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 37.36 Unpacking xxd (2:8.1.0875-5) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 37.50 Selecting previously unselected package vim-common.
16:16:22 [2020-07-17T16:16:22.870Z] #18 37.51 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 37.56 Unpacking vim-common (2:8.1.0875-5) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 37.77 Selecting previously unselected package bash-completion.
16:16:22 [2020-07-17T16:16:22.870Z] #18 37.77 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 41.48 Unpacking bash-completion (1:2.8-6) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 42.05 Selecting previously unselected package bzip2.
16:16:22 [2020-07-17T16:16:22.870Z] #18 42.05 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 42.06 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 42.17 Selecting previously unselected package xz-utils.
16:16:22 [2020-07-17T16:16:22.870Z] #18 42.17 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 42.18 Unpacking xz-utils (5.2.4-1) ...
16:16:22 [2020-07-17T16:16:22.870Z] #18 42.34 Selecting previously unselected package apparmor.
16:16:22 [2020-07-17T16:16:22.870Z] #18 42.36 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ...
16:16:23 [2020-07-17T16:16:23.031Z] #39 71.22   DEP      criu/lsm.d
16:16:23 [2020-07-17T16:16:23.031Z] #39 71.40   DEP      criu/log.d
16:16:23 [2020-07-17T16:16:23.171Z] #18 42.54 Unpacking apparmor (2.13.2-10) ...
16:16:23 [2020-07-17T16:16:23.171Z] #18 ...
16:16:23 [2020-07-17T16:16:23.171Z] 
16:16:23 [2020-07-17T16:16:23.171Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:16:23 [2020-07-17T16:16:23.294Z] #39 71.55   DEP      criu/libnetlink.d
16:16:23 [2020-07-17T16:16:23.419Z] ok  	github.com/docker/docker/cli/debug	0.001s	coverage: 100.0% of statements
16:16:23 [2020-07-17T16:16:23.559Z] #39 71.74   DEP      criu/kerndat.d
16:16:23 [2020-07-17T16:16:23.559Z] #39 71.95   DEP      criu/kcmp-ids.d
16:16:23 [2020-07-17T16:16:23.712Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.032s	coverage: 86.3% of statements
16:16:23 [2020-07-17T16:16:23.712Z] ?   	github.com/docker/docker/cli	[no test files]
16:16:23 [2020-07-17T16:16:23.712Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:16:23 [2020-07-17T16:16:23.823Z] #39 72.07   DEP      criu/irmap.d
16:16:23 [2020-07-17T16:16:23.823Z] #39 72.20   DEP      criu/ipc_ns.d
16:16:23 [2020-07-17T16:16:23.928Z] DEBUG: print all environment variables to check how Jenkins runs this script
16:16:23 [2020-07-17T16:16:23.928Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-cee7af13\powershellScript.ps1'; exit $LASTEXITCODE;
16:16:23 [2020-07-17T16:16:23.928Z] ----------------------------------------------------------------------------
16:16:23 [2020-07-17T16:16:23.928Z] 
16:16:23 [2020-07-17T16:16:23.928Z] INFO: executeCI.ps1 starting at Fri Jul 17 16:16:22 CUT 2020
16:16:23 [2020-07-17T16:16:23.928Z] 
16:16:23 [2020-07-17T16:16:23.928Z] INFO: Script version 05-Feb-2019 09:03 PDT
16:16:23 [2020-07-17T16:16:23.928Z] INFO: Running git version 2.24.1.windows.2
16:16:23 [2020-07-17T16:16:23.928Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
16:16:23 [2020-07-17T16:16:23.928Z] INFO: Environment variables:
16:16:23 [2020-07-17T16:16:23.928Z] 
16:16:23 [2020-07-17T16:16:23.928Z] Name                           Value                                                                                   
16:16:23 [2020-07-17T16:16:23.928Z] ----                           -----                                                                                   
16:16:23 [2020-07-17T16:16:23.928Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
16:16:23 [2020-07-17T16:16:23.928Z] amd64                          true                                                                                    
16:16:23 [2020-07-17T16:16:23.928Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
16:16:23 [2020-07-17T16:16:23.928Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
16:16:23 [2020-07-17T16:16:23.928Z] arm64                          true                                                                                    
16:16:23 [2020-07-17T16:16:23.928Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
16:16:23 [2020-07-17T16:16:23.928Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
16:16:23 [2020-07-17T16:16:23.928Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
16:16:23 [2020-07-17T16:16:23.928Z] BRANCH_NAME                    PR-41226                                                                                
16:16:23 [2020-07-17T16:16:23.928Z] BUILD_DISPLAY_NAME             #2                                                                                      
16:16:23 [2020-07-17T16:16:23.928Z] BUILD_ID                       2                                                                                       
16:16:23 [2020-07-17T16:16:23.928Z] BUILD_NUMBER                   2                                                                                       
16:16:23 [2020-07-17T16:16:23.928Z] BUILD_TAG                      jenkins-moby-PR-41226-2                                                                 
16:16:23 [2020-07-17T16:16:23.928Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-41226/2/                              
16:16:23 [2020-07-17T16:16:23.928Z] CHANGE_AUTHOR                  skanehira                                                                               
16:16:23 [2020-07-17T16:16:23.928Z] CHANGE_AUTHOR_DISPLAY_NAME     skanehira                                                                               
16:16:23 [2020-07-17T16:16:23.928Z] CHANGE_AUTHOR_EMAIL            sho19921005@gmail.com                                                                   
16:16:23 [2020-07-17T16:16:23.928Z] CHANGE_BRANCH                  master                                                                                  
16:16:23 [2020-07-17T16:16:23.928Z] CHANGE_FORK                    skanehira                                                                               
16:16:23 [2020-07-17T16:16:23.928Z] CHANGE_ID                      41226                                                                                   
16:16:23 [2020-07-17T16:16:23.928Z] CHANGE_TARGET                  master                                                                                  
16:16:23 [2020-07-17T16:16:23.929Z] CHANGE_TITLE                   Fix api document                                                                        
16:16:23 [2020-07-17T16:16:23.929Z] CHANGE_URL                     https://github.com/moby/moby/pull/41226                                                 
16:16:23 [2020-07-17T16:16:23.929Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
16:16:23 [2020-07-17T16:16:23.929Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
16:16:23 [2020-07-17T16:16:23.929Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
16:16:23 [2020-07-17T16:16:23.929Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
16:16:23 [2020-07-17T16:16:23.929Z] COMPUTERNAME                   azwin-2-cda4f0                                                                          
16:16:23 [2020-07-17T16:16:23.929Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
16:16:23 [2020-07-17T16:16:23.929Z] ConfigSequenceNumber           0                                                                                       
16:16:23 [2020-07-17T16:16:23.929Z] dco                            true                                                                                    
16:16:23 [2020-07-17T16:16:23.929Z] DOCKER_BUILDKIT                0                                                                                       
16:16:23 [2020-07-17T16:16:23.929Z] DOCKER_DUT_DEBUG               1                                                                                       
16:16:23 [2020-07-17T16:16:23.929Z] DOCKER_EXPERIMENTAL            1                                                                                       
16:16:23 [2020-07-17T16:16:23.929Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
16:16:23 [2020-07-17T16:16:23.929Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
16:16:23 [2020-07-17T16:16:23.929Z] EXECUTOR_NUMBER                0                                                                                       
16:16:23 [2020-07-17T16:16:23.929Z] FQDN                           azwin-2-cda4f0.westus.cloudapp.azure.com                                                
16:16:23 [2020-07-17T16:16:23.929Z] GIT_BRANCH                     PR-41226                                                                                
16:16:23 [2020-07-17T16:16:23.929Z] GIT_COMMIT                     b0c0b41016c8035ce3dc9783044f065548567e76                                                
16:16:23 [2020-07-17T16:16:23.929Z] GIT_PREVIOUS_COMMIT            5f2c6a00fbb43795343856e339a689cfd207367c                                                
16:16:23 [2020-07-17T16:16:23.929Z] GIT_URL                        https://github.com/moby/moby.git                                                        
16:16:23 [2020-07-17T16:16:23.929Z] HUDSON_COOKIE                  b3ea8b3b-781d-4b1a-b506-f8860edd97b6                                                    
16:16:23 [2020-07-17T16:16:23.929Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
16:16:23 [2020-07-17T16:16:23.929Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
16:16:23 [2020-07-17T16:16:23.929Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
16:16:23 [2020-07-17T16:16:23.929Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64                          
16:16:23 [2020-07-17T16:16:23.929Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
16:16:23 [2020-07-17T16:16:23.929Z] JENKINS_NODE_COOKIE            604db321-cf60-425c-b07d-63fa33015558                                                    
16:16:23 [2020-07-17T16:16:23.929Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
16:16:23 [2020-07-17T16:16:23.929Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
16:16:23 [2020-07-17T16:16:23.929Z] JOB_BASE_NAME                  PR-41226                                                                                
16:16:23 [2020-07-17T16:16:23.929Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41226/display/redirect                
16:16:23 [2020-07-17T16:16:23.929Z] JOB_NAME                       moby/PR-41226                                                                           
16:16:23 [2020-07-17T16:16:23.929Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-41226/                                
16:16:23 [2020-07-17T16:16:23.929Z] library.jps.version            master                                                                                  
16:16:23 [2020-07-17T16:16:23.929Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
16:16:23 [2020-07-17T16:16:23.929Z] NODE_LABELS                    amd64 azure azwin-2-cda4f0 azwin-2019 docker west-us windows windows-2019 x86_64        
16:16:23 [2020-07-17T16:16:23.929Z] NODE_NAME                      azwin-2-cda4f0                                                                          
16:16:23 [2020-07-17T16:16:23.929Z] NUMBER_OF_PROCESSORS           4                                                                                       
16:16:23 [2020-07-17T16:16:23.930Z] OS                             Windows_NT                                                                              
16:16:23 [2020-07-17T16:16:23.930Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
16:16:23 [2020-07-17T16:16:23.930Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
16:16:23 [2020-07-17T16:16:23.930Z] ppc64le                        true                                                                                    
16:16:23 [2020-07-17T16:16:23.930Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
16:16:23 [2020-07-17T16:16:23.930Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
16:16:23 [2020-07-17T16:16:23.930Z] PROCESSOR_LEVEL                6                                                                                       
16:16:23 [2020-07-17T16:16:23.930Z] PROCESSOR_REVISION             5504                                                                                    
16:16:23 [2020-07-17T16:16:23.930Z] ProgramData                    C:\ProgramData                                                                          
16:16:23 [2020-07-17T16:16:23.930Z] ProgramFiles                   C:\Program Files                                                                        
16:16:23 [2020-07-17T16:16:23.930Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
16:16:23 [2020-07-17T16:16:23.930Z] ProgramW6432                   C:\Program Files                                                                        
16:16:23 [2020-07-17T16:16:23.930Z] PROMPT                         $P$G                                                                                    
16:16:23 [2020-07-17T16:16:23.930Z] PSExecutionPolicyPreference    Bypass                                                                                  
16:16:23 [2020-07-17T16:16:23.930Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
16:16:23 [2020-07-17T16:16:23.930Z] PUBLIC                         C:\Users\Public                                                                         
16:16:23 [2020-07-17T16:16:23.930Z] rootless                       true                                                                                    
16:16:23 [2020-07-17T16:16:23.930Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-41226/2/display/redirect?page=changes 
16:16:23 [2020-07-17T16:16:23.930Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41226/2/display/redirect              
16:16:23 [2020-07-17T16:16:23.930Z] s390x                          true                                                                                    
16:16:23 [2020-07-17T16:16:23.930Z] SKIP_VALIDATION_TESTS          1                                                                                       
16:16:23 [2020-07-17T16:16:23.930Z] SOURCES_DRIVE                  d                                                                                       
16:16:23 [2020-07-17T16:16:23.930Z] SOURCES_SUBDIR                 gopath                                                                                  
16:16:23 [2020-07-17T16:16:23.930Z] STAGE_NAME                     Run tests                                                                               
16:16:23 [2020-07-17T16:16:23.930Z] SystemDrive                    C:                                                                                      
16:16:23 [2020-07-17T16:16:23.930Z] SystemRoot                     C:\windows                                                                              
16:16:23 [2020-07-17T16:16:23.930Z] TEMP                           C:\windows\TEMP                                                                         
16:16:23 [2020-07-17T16:16:23.930Z] TESTDEBUG                      0                                                                                       
16:16:23 [2020-07-17T16:16:23.930Z] TESTRUN_DRIVE                  d                                                                                       
16:16:23 [2020-07-17T16:16:23.930Z] TESTRUN_SUBDIR                 CI                                                                                      
16:16:23 [2020-07-17T16:16:23.930Z] TIMEOUT                        120m                                                                                    
16:16:23 [2020-07-17T16:16:23.930Z] TMP                            C:\windows\TEMP                                                                         
16:16:23 [2020-07-17T16:16:23.930Z] unit_validate                  true                                                                                    
16:16:23 [2020-07-17T16:16:23.930Z] USERDOMAIN                     WORKGROUP                                                                               
16:16:23 [2020-07-17T16:16:23.930Z] USERNAME                       azwin-2-cda4f0$                                                                         
16:16:23 [2020-07-17T16:16:23.930Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
16:16:23 [2020-07-17T16:16:23.930Z] validate_force                 false                                                                                   
16:16:23 [2020-07-17T16:16:23.930Z] windir                         C:\windows                                                                              
16:16:23 [2020-07-17T16:16:23.930Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
16:16:23 [2020-07-17T16:16:23.930Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
16:16:23 [2020-07-17T16:16:23.930Z] windowsRS1                     false                                                                                   
16:16:23 [2020-07-17T16:16:23.930Z] windowsRS5                     true                                                                                    
16:16:23 [2020-07-17T16:16:23.930Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
16:16:23 [2020-07-17T16:16:23.930Z] 
16:16:23 [2020-07-17T16:16:23.930Z] 
16:16:23 [2020-07-17T16:16:23.930Z] 
16:16:23 [2020-07-17T16:16:23.930Z] INFO: Sources under d:\gopath\...
16:16:23 [2020-07-17T16:16:23.930Z] INFO: Test run under d:\CI\...
16:16:23 [2020-07-17T16:16:23.930Z] INFO: Running in D:\gopath\src\github.com\docker\docker
16:16:23 [2020-07-17T16:16:23.930Z] INFO: docker/docker repository was found
16:16:24 [2020-07-17T16:16:24.086Z] #39 72.37   DEP      criu/image.d
16:16:24 [2020-07-17T16:16:24.349Z] #39 72.56   DEP      criu/image-desc.d
16:16:24 [2020-07-17T16:16:24.349Z] #39 72.65   DEP      criu/fsnotify.d
16:16:24 [2020-07-17T16:16:24.349Z] #39 72.78   DEP      criu/filesystems.d
16:16:24 [2020-07-17T16:16:24.399Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
16:16:24 [2020-07-17T16:16:24.613Z] #39 72.87   DEP      criu/files.d
16:16:24 [2020-07-17T16:16:24.867Z] ltsc2019: Pulling from windows/servercore
16:16:24 [2020-07-17T16:16:24.867Z] 4612f6d0b889: Pulling fs layer
16:16:24 [2020-07-17T16:16:24.867Z] fc1b9e59edad: Pulling fs layer
16:16:24 [2020-07-17T16:16:24.963Z] #39 73.00   DEP      criu/files-reg.d
16:16:24 [2020-07-17T16:16:24.963Z] #39 73.08   DEP      criu/files-ext.d
16:16:24 [2020-07-17T16:16:24.963Z] #39 73.14   DEP      criu/file-lock.d
16:16:24 [2020-07-17T16:16:24.963Z] #39 73.20   DEP      criu/file-ids.d
16:16:25 [2020-07-17T16:16:25.226Z] #39 73.29   DEP      criu/fifo.d
16:16:25 [2020-07-17T16:16:25.226Z] #39 73.43   DEP      criu/fdstore.d
16:16:25 [2020-07-17T16:16:25.226Z] #39 73.56   DEP      criu/fault-injection.d
16:16:25 [2020-07-17T16:16:25.226Z] #39 73.61   DEP      criu/external.d
16:16:25 [2020-07-17T16:16:25.490Z] #39 73.70   DEP      criu/eventpoll.d
16:16:25 [2020-07-17T16:16:25.490Z] #39 73.78   DEP      criu/eventfd.d
16:16:25 [2020-07-17T16:16:25.490Z] #39 73.85   DEP      criu/crtools.d
16:16:25 [2020-07-17T16:16:25.586Z] #22 156.8 Checking out files:  28% (3107/10850)   
Checking out files:  29% (3147/10850)   
Checking out files:  30% (3255/10850)   
Checking out files:  31% (3364/10850)   
Checking out files:  32% (3472/10850)   
Checking out files:  33% (3581/10850)   
Checking out files:  34% (3689/10850)   
Checking out files:  35% (3798/10850)   
Checking out files:  36% (3906/10850)   
Checking out files:  37% (4015/10850)   
Checking out files:  38% (4123/10850)   
Checking out files:  39% (4232/10850)   
Checking out files:  40% (4340/10850)   
Checking out files:  41% (4449/10850)   
Checking out files:  42% (4557/10850)   
Checking out files:  43% (4666/10850)   
Checking out files:  44% (4774/10850)   
Checking out files:  45% (4883/10850)   
Checking out files:  46% (4991/10850)   
Checking out files:  47% (5100/10850)   
Checking out files:  48% (5208/10850)   
Checking out files:  49% (5317/10850)   
Checking out files:  50% (5425/10850)   
Checking out files:  51% (5534/10850)   
Checking out files:  52% (5642/10850)   
Checking out files:  52% (5717/10850)   
Checking out files:  53% (5751/10850)   
Checking out files:  54% (5859/10850)   
Checking out files:  55% (5968/10850)   
Checking out files:  56% (6076/10850)   
Checking out files:  57% (6185/10850)   
Checking out files:  58% (6293/10850)   
Checking out files:  59% (6402/10850)   
Checking out files:  60% (6510/10850)   
Checking out files:  61% (6619/10850)   
Checking out files:  62% (6727/10850)   
Checking out files:  63% (6836/10850)   
Checking out files:  64% (6944/10850)   
Checking out files:  65% (7053/10850)   
Checking out files:  66% (7161/10850)   
Checking out files:  67% (7270/10850)   
Checking out files:  68% (7378/10850)   
Checking out files:  69% (7487/10850)   
Checking out files:  70% (7595/10850)   
Checking out files:  71% (7704/10850)   
Checking out files:  72% (7812/10850)   
Checking out files:  73% (7921/10850)   
Checking out files:  74% (8029/10850)   
Checking out files:  75% (8138/10850)   
Checking out files:  76% (8246/10850)   
Checking out files:  77% (8355/10850)   
Checking out files:  77% (8433/10850)   
Checking out files:  78% (8463/10850)   
Checking out files:  79% (8572/10850)   
Checking out files:  80% (8680/10850)   
Checking out files:  81% (8789/10850)   
Checking out files:  82% (8897/10850)   
Checking out files:  83% (9006/10850)   
Checking out files:  84% (9114/10850)   
Checking out files:  85% (9223/10850)   
Checking out files:  86% (9331/10850)   
Checking out files:  87% (9440/10850)   
Checking out files:  88% (9548/10850)   
Checking out files:  89% (9657/10850)   
Checking out files:  90% (9765/10850)   
Checking out files:  91% (9874/10850)   
Checking out files:  92% (9982/10850)   
Checking out files:  93% (10091/10850)   
Checking out files:  94% (10199/10850)   
Checking out files:  95% (10308/10850)   
Checking out files:  96% (10416/10850)   
Checking out files:  97% (10525/10850)   
Checking out files:  98% (10633/10850)   
16:16:25 [2020-07-17T16:16:25.586Z] #22 ...
16:16:25 [2020-07-17T16:16:25.586Z] 
16:16:25 [2020-07-17T16:16:25.586Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:16:25 [2020-07-17T16:16:25.586Z] #42 149.3 vendor/golang.org/x/net/idna
16:16:25 [2020-07-17T16:16:25.586Z] #42 152.2 net/textproto
16:16:25 [2020-07-17T16:16:25.586Z] #42 152.2 crypto/x509
16:16:25 [2020-07-17T16:16:25.586Z] #42 153.1 vendor/golang.org/x/net/http/httpproxy
16:16:25 [2020-07-17T16:16:25.586Z] #42 154.4 vendor/golang.org/x/net/http/httpguts
16:16:25 [2020-07-17T16:16:25.586Z] #42 156.8 crypto/tls
16:16:25 [2020-07-17T16:16:25.753Z] #39 74.00   DEP      criu/cr-service.d
16:16:25 [2020-07-17T16:16:25.885Z] #42 ...
16:16:25 [2020-07-17T16:16:25.885Z] 
16:16:25 [2020-07-17T16:16:25.885Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:16:25 [2020-07-17T16:16:25.885Z] #22 156.8 Checking out files:  28% (3107/10850)   
Checking out files:  29% (3147/10850)   
Checking out files:  30% (3255/10850)   
Checking out files:  31% (3364/10850)   
Checking out files:  32% (3472/10850)   
Checking out files:  33% (3581/10850)   
Checking out files:  34% (3689/10850)   
Checking out files:  35% (3798/10850)   
Checking out files:  36% (3906/10850)   
Checking out files:  37% (4015/10850)   
Checking out files:  38% (4123/10850)   
Checking out files:  39% (4232/10850)   
Checking out files:  40% (4340/10850)   
Checking out files:  41% (4449/10850)   
Checking out files:  42% (4557/10850)   
Checking out files:  43% (4666/10850)   
Checking out files:  44% (4774/10850)   
Checking out files:  45% (4883/10850)   
Checking out files:  46% (4991/10850)   
Checking out files:  47% (5100/10850)   
Checking out files:  48% (5208/10850)   
Checking out files:  49% (5317/10850)   
Checking out files:  50% (5425/10850)   
Checking out files:  51% (5534/10850)   
Checking out files:  52% (5642/10850)   
Checking out files:  52% (5717/10850)   
Checking out files:  53% (5751/10850)   
Checking out files:  54% (5859/10850)   
Checking out files:  55% (5968/10850)   
Checking out files:  56% (6076/10850)   
Checking out files:  57% (6185/10850)   
Checking out files:  58% (6293/10850)   
Checking out files:  59% (6402/10850)   
Checking out files:  60% (6510/10850)   
Checking out files:  61% (6619/10850)   
Checking out files:  62% (6727/10850)   
Checking out files:  63% (6836/10850)   
Checking out files:  64% (6944/10850)   
Checking out files:  65% (7053/10850)   
Checking out files:  66% (7161/10850)   
Checking out files:  67% (7270/10850)   
Checking out files:  68% (7378/10850)   
Checking out files:  69% (7487/10850)   
Checking out files:  70% (7595/10850)   
Checking out files:  71% (7704/10850)   
Checking out files:  72% (7812/10850)   
Checking out files:  73% (7921/10850)   
Checking out files:  74% (8029/10850)   
Checking out files:  75% (8138/10850)   
Checking out files:  76% (8246/10850)   
Checking out files:  77% (8355/10850)   
Checking out files:  77% (8433/10850)   
Checking out files:  78% (8463/10850)   
Checking out files:  79% (8572/10850)   
Checking out files:  80% (8680/10850)   
Checking out files:  81% (8789/10850)   
Checking out files:  82% (8897/10850)   
Checking out files:  83% (9006/10850)   
Checking out files:  84% (9114/10850)   
Checking out files:  85% (9223/10850)   
Checking out files:  86% (9331/10850)   
Checking out files:  87% (9440/10850)   
Checking out files:  88% (9548/10850)   
Checking out files:  89% (9657/10850)   
Checking out files:  90% (9765/10850)   
Checking out files:  91% (9874/10850)   
Checking out files:  92% (9982/10850)   
Checking out files:  93% (10091/10850)   
Checking out files:  94% (10199/10850)   
Checking out files:  95% (10308/10850)   
Checking out files:  96% (10416/10850)   
Checking out files:  97% (10525/10850)   
Checking out files:  98% (10633/10850)   
Checking out files:  99% (10742/10850)   
Checking out files: 100% (10850/10850)   
Checking out files: 100% (10850/10850), done.
16:16:25 [2020-07-17T16:16:25.885Z] #22 159.6 + cd /tmp/tmp.rk5bLsTl18/tmp/docker-ce
16:16:25 [2020-07-17T16:16:25.885Z] #22 159.6 + git checkout -q v17.06.2-ce
16:16:26 [2020-07-17T16:16:26.016Z] #39 74.16   DEP      criu/cr-restore.d
16:16:26 [2020-07-17T16:16:26.016Z] #39 74.37   DEP      criu/cr-errno.d
16:16:26 [2020-07-17T16:16:26.016Z] #39 74.38   DEP      criu/cr-dump.d
16:16:26 [2020-07-17T16:16:26.280Z] #39 74.54   DEP      criu/cr-dedup.d
16:16:26 [2020-07-17T16:16:26.451Z] ok  	github.com/docker/docker/client	0.145s	coverage: 75.4% of statements
16:16:26 [2020-07-17T16:16:26.544Z] #39 74.72   DEP      criu/cr-check.d
16:16:26 [2020-07-17T16:16:26.544Z] #39 74.89   DEP      criu/config.d
16:16:26 [2020-07-17T16:16:26.807Z] #39 75.04   DEP      criu/clone-noasan.d
16:16:26 [2020-07-17T16:16:26.807Z] #39 75.11   DEP      criu/cgroup.d
16:16:27 [2020-07-17T16:16:27.071Z] #39 75.25   DEP      criu/cgroup-props.d
16:16:27 [2020-07-17T16:16:27.071Z] #39 75.32   DEP      criu/bitmap.d
16:16:27 [2020-07-17T16:16:27.071Z] #39 75.34   DEP      criu/bfd.d
16:16:27 [2020-07-17T16:16:27.334Z] #39 75.48   DEP      criu/autofs.d
16:16:27 [2020-07-17T16:16:27.334Z] #39 75.64   DEP      criu/aio.d
16:16:27 [2020-07-17T16:16:27.598Z] #39 75.85   DEP      criu/action-scripts.d
16:16:27 [2020-07-17T16:16:27.862Z] #39 76.04   CC       criu/action-scripts.o
16:16:28 [2020-07-17T16:16:28.439Z] #39 76.51   CC       criu/aio.o
16:16:28 [2020-07-17T16:16:28.703Z] #39 76.91   CC       criu/autofs.o
16:16:29 [2020-07-17T16:16:29.281Z] #39 ...
16:16:29 [2020-07-17T16:16:29.281Z] 
16:16:29 [2020-07-17T16:16:29.281Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:29 [2020-07-17T16:16:29.281Z] #17 26.60 Unpacking bash-completion (1:2.8-6) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.03 Selecting previously unselected package bzip2.
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.04 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.05 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.16 Selecting previously unselected package xz-utils.
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.16 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.17 Unpacking xz-utils (5.2.4-1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.45 Selecting previously unselected package apparmor.
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.46 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.52 Unpacking apparmor (2.13.2-10) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.82 Selecting previously unselected package aufs-tools.
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.84 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.84 Unpacking aufs-tools (1:4.14+20190211-1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 27.99 Selecting previously unselected package libonig5:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.00 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.00 Unpacking libonig5:arm64 (6.9.1-1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.14 Selecting previously unselected package libjq1:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.15 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.17 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.26 Selecting previously unselected package jq.
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.26 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.27 Unpacking jq (1.5+dfsg-2+b1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.38 Selecting previously unselected package libaio1:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.39 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.40 Unpacking libaio1:arm64 (0.3.112-3) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.50 Selecting previously unselected package libgpm2:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.51 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.51 Unpacking libgpm2:arm64 (1.20.7-5) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.60 Selecting previously unselected package libicu63:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.60 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 28.61 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.14 Selecting previously unselected package libnet1:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.15 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.16 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.28 Selecting previously unselected package libnl-3-200:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.29 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.30 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.39 Selecting previously unselected package libprotobuf-c1:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.40 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.41 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.51 Selecting previously unselected package libreadline5:arm64.
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.52 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.281Z] #17 31.53 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
16:16:29 [2020-07-17T16:16:29.455Z] #22 162.7 + mkdir -p /tmp/tmp.rk5bLsTl18/src/github.com/docker
16:16:29 [2020-07-17T16:16:29.455Z] #22 162.7 + mv components/cli /tmp/tmp.rk5bLsTl18/src/github.com/docker/cli
16:16:29 [2020-07-17T16:16:29.455Z] #22 162.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
16:16:29 [2020-07-17T16:16:29.545Z] #17 31.68 Selecting previously unselected package net-tools.
16:16:29 [2020-07-17T16:16:29.545Z] #17 31.69 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
16:16:29 [2020-07-17T16:16:29.545Z] #17 31.69 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
16:16:29 [2020-07-17T16:16:29.810Z] #17 31.93 Selecting previously unselected package python-pip-whl.
16:16:29 [2020-07-17T16:16:29.810Z] #17 31.95 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
16:16:29 [2020-07-17T16:16:29.810Z] #17 31.95 Unpacking python-pip-whl (18.1-5) ...
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.40 Selecting previously unselected package python3-lib2to3.
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.41 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.41 Unpacking python3-lib2to3 (3.7.3-1) ...
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.51 Selecting previously unselected package python3-distutils.
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.52 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.52 Unpacking python3-distutils (3.7.3-1) ...
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.64 Selecting previously unselected package python3-pip.
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.64 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
16:16:30 [2020-07-17T16:16:30.386Z] #17 32.65 Unpacking python3-pip (18.1-5) ...
16:16:30 [2020-07-17T16:16:30.649Z] #17 32.85 Selecting previously unselected package python3-pkg-resources.
16:16:30 [2020-07-17T16:16:30.649Z] #17 32.86 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
16:16:30 [2020-07-17T16:16:30.649Z] #17 32.87 Unpacking python3-pkg-resources (40.8.0-1) ...
16:16:30 [2020-07-17T16:16:30.738Z] fc1b9e59edad: Verifying Checksum
16:16:30 [2020-07-17T16:16:30.738Z] fc1b9e59edad: Download complete
16:16:30 [2020-07-17T16:16:30.912Z] #17 33.01 Selecting previously unselected package python3-setuptools.
16:16:30 [2020-07-17T16:16:30.912Z] #17 33.01 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
16:16:30 [2020-07-17T16:16:30.912Z] #17 33.02 Unpacking python3-setuptools (40.8.0-1) ...
16:16:31 [2020-07-17T16:16:31.176Z] #17 33.20 Selecting previously unselected package python3-wheel.
16:16:31 [2020-07-17T16:16:31.176Z] #17 33.22 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
16:16:31 [2020-07-17T16:16:31.176Z] #17 33.23 Unpacking python3-wheel (0.32.3-2) ...
16:16:31 [2020-07-17T16:16:31.176Z] #17 33.33 Selecting previously unselected package sudo.
16:16:31 [2020-07-17T16:16:31.176Z] #17 33.33 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ...
16:16:31 [2020-07-17T16:16:31.176Z] #17 33.35 Unpacking sudo (1.8.27-1+deb10u2) ...
16:16:31 [2020-07-17T16:16:31.439Z] #17 33.71 Selecting previously unselected package thin-provisioning-tools.
16:16:31 [2020-07-17T16:16:31.439Z] #17 33.72 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
16:16:31 [2020-07-17T16:16:31.439Z] #17 33.73 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #22 ...
16:16:31 [2020-07-17T16:16:31.555Z] 
16:16:31 [2020-07-17T16:16:31.555Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:31 [2020-07-17T16:16:31.555Z] #18 42.92 Selecting previously unselected package aufs-tools.
16:16:31 [2020-07-17T16:16:31.555Z] #18 42.93 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 42.93 Unpacking aufs-tools (1:4.14+20190211-1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.21 Selecting previously unselected package libonig5:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.21 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.22 Unpacking libonig5:ppc64el (6.9.1-1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.41 Selecting previously unselected package libjq1:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.43 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.43 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.62 Selecting previously unselected package jq.
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.63 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.65 Unpacking jq (1.5+dfsg-2+b1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.75 Selecting previously unselected package libaio1:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.76 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.78 Unpacking libaio1:ppc64el (0.3.112-3) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.87 Selecting previously unselected package libgpm2:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.87 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.88 Unpacking libgpm2:ppc64el (1.20.7-5) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.95 Selecting previously unselected package libicu63:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.96 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 43.97 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 47.90 Selecting previously unselected package libnet1:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 47.90 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 47.91 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 47.97 Selecting previously unselected package libnl-3-200:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 47.98 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 47.98 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.06 Selecting previously unselected package libprotobuf-c1:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.07 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.08 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.16 Selecting previously unselected package libreadline5:ppc64el.
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.17 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.17 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.30 Selecting previously unselected package net-tools.
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.30 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.31 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.55 Selecting previously unselected package python-pip-whl.
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.56 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 48.57 Unpacking python-pip-whl (18.1-5) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.09 Selecting previously unselected package python3-lib2to3.
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.09 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.11 Unpacking python3-lib2to3 (3.7.3-1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.24 Selecting previously unselected package python3-distutils.
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.26 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.26 Unpacking python3-distutils (3.7.3-1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.45 Selecting previously unselected package python3-pip.
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.47 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.47 Unpacking python3-pip (18.1-5) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.67 Selecting previously unselected package python3-pkg-resources.
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.68 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.69 Unpacking python3-pkg-resources (40.8.0-1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.83 Selecting previously unselected package python3-setuptools.
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.85 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 49.86 Unpacking python3-setuptools (40.8.0-1) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.11 Selecting previously unselected package python3-wheel.
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.12 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.13 Unpacking python3-wheel (0.32.3-2) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.27 Selecting previously unselected package sudo.
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.27 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.29 Unpacking sudo (1.8.27-1+deb10u2) ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.86 Selecting previously unselected package thin-provisioning-tools.
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.87 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.555Z] #18 50.89 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
16:16:31 [2020-07-17T16:16:31.704Z] #17 33.96 Selecting previously unselected package uidmap.
16:16:31 [2020-07-17T16:16:31.704Z] #17 33.98 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
16:16:31 [2020-07-17T16:16:31.704Z] #17 33.98 Unpacking uidmap (1:4.5-1.1) ...
16:16:31 [2020-07-17T16:16:31.855Z] #18 51.19 Selecting previously unselected package uidmap.
16:16:31 [2020-07-17T16:16:31.855Z] #18 51.20 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ...
16:16:31 [2020-07-17T16:16:31.855Z] #18 51.21 Unpacking uidmap (1:4.5-1.1) ...
16:16:31 [2020-07-17T16:16:31.855Z] #18 51.34 Selecting previously unselected package vim-runtime.
16:16:31 [2020-07-17T16:16:31.855Z] #18 51.36 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
16:16:31 [2020-07-17T16:16:31.855Z] #18 51.43 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
16:16:31 [2020-07-17T16:16:31.967Z] #17 34.13 Selecting previously unselected package vim-runtime.
16:16:31 [2020-07-17T16:16:31.967Z] #17 34.14 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
16:16:31 [2020-07-17T16:16:31.967Z] #17 34.16 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
16:16:31 [2020-07-17T16:16:31.967Z] #17 34.19 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
16:16:31 [2020-07-17T16:16:31.967Z] #17 34.20 Unpacking vim-runtime (2:8.1.0875-5) ...
16:16:32 [2020-07-17T16:16:32.165Z] #18 51.46 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
16:16:32 [2020-07-17T16:16:32.165Z] #18 51.48 Unpacking vim-runtime (2:8.1.0875-5) ...
16:16:33 [2020-07-17T16:16:33.223Z] #18 ...
16:16:33 [2020-07-17T16:16:33.223Z] 
16:16:33 [2020-07-17T16:16:33.224Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:33 [2020-07-17T16:16:33.224Z] #40 89.42   DEP      criu/clone-noasan.d
16:16:33 [2020-07-17T16:16:33.224Z] #40 89.54   DEP      criu/cgroup.d
16:16:33 [2020-07-17T16:16:33.224Z] #40 89.74   DEP      criu/cgroup-props.d
16:16:33 [2020-07-17T16:16:33.224Z] #40 89.86   DEP      criu/bitmap.d
16:16:33 [2020-07-17T16:16:33.224Z] #40 89.88   DEP      criu/bfd.d
16:16:33 [2020-07-17T16:16:33.224Z] #40 90.00   DEP      criu/autofs.d
16:16:33 [2020-07-17T16:16:33.224Z] #40 90.28   DEP      criu/aio.d
16:16:33 [2020-07-17T16:16:33.224Z] #40 90.56   DEP      criu/action-scripts.d
16:16:33 [2020-07-17T16:16:33.224Z] #40 90.96   CC       criu/action-scripts.o
16:16:33 [2020-07-17T16:16:33.224Z] #40 91.72   CC       criu/aio.o
16:16:33 [2020-07-17T16:16:33.224Z] #40 92.50   CC       criu/autofs.o
16:16:33 [2020-07-17T16:16:33.224Z] #40 94.71   CC       criu/bfd.o
16:16:33 [2020-07-17T16:16:33.224Z] #40 95.45   CC       criu/bitmap.o
16:16:33 [2020-07-17T16:16:33.224Z] #40 95.60   CC       criu/cgroup-props.o
16:16:33 [2020-07-17T16:16:33.224Z] #40 96.65   CC       criu/cgroup.o
16:16:34 [2020-07-17T16:16:34.528Z] #17 36.57 Selecting previously unselected package vim.
16:16:34 [2020-07-17T16:16:34.528Z] #17 36.57 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
16:16:34 [2020-07-17T16:16:34.528Z] #17 36.59 Unpacking vim (2:8.1.0875-5) ...
16:16:35 [2020-07-17T16:16:35.105Z] #17 37.21 Selecting previously unselected package xfsprogs.
16:16:35 [2020-07-17T16:16:35.105Z] #17 37.22 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
16:16:35 [2020-07-17T16:16:35.105Z] #17 37.23 Unpacking xfsprogs (4.20.0-1) ...
16:16:35 [2020-07-17T16:16:35.326Z] #40 101.6   CC       criu/clone-noasan.o
16:16:35 [2020-07-17T16:16:35.326Z] #40 101.9   CC       criu/config.o
16:16:35 [2020-07-17T16:16:35.326Z] #40 ...
16:16:35 [2020-07-17T16:16:35.326Z] 
16:16:35 [2020-07-17T16:16:35.326Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:35 [2020-07-17T16:16:35.326Z] #18 54.87 Selecting previously unselected package vim.
16:16:35 [2020-07-17T16:16:35.326Z] #18 54.88 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ...
16:16:35 [2020-07-17T16:16:35.368Z] #17 37.63 Selecting previously unselected package zip.
16:16:35 [2020-07-17T16:16:35.368Z] #17 37.65 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
16:16:35 [2020-07-17T16:16:35.368Z] #17 37.65 Unpacking zip (3.0-11+b1) ...
16:16:35 [2020-07-17T16:16:35.625Z] #18 54.95 Unpacking vim (2:8.1.0875-5) ...
16:16:35 [2020-07-17T16:16:35.632Z] #17 37.89 Setting up aufs-tools (1:4.14+20190211-1) ...
16:16:35 [2020-07-17T16:16:35.632Z] #17 37.91 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
16:16:35 [2020-07-17T16:16:35.632Z] #17 37.93 Setting up libip6tc0:arm64 (1.8.2-4) ...
16:16:35 [2020-07-17T16:16:35.632Z] #17 37.95 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
16:16:35 [2020-07-17T16:16:35.632Z] #17 37.97 Setting up libgpm2:arm64 (1.20.7-5) ...
16:16:35 [2020-07-17T16:16:35.632Z] #17 37.99 Setting up libip4tc0:arm64 (1.8.2-4) ...
16:16:35 [2020-07-17T16:16:35.632Z] #17 ...
16:16:35 [2020-07-17T16:16:35.632Z] 
16:16:35 [2020-07-17T16:16:35.632Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:16:35 [2020-07-17T16:16:35.632Z] #49 51.62 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:16:36 [2020-07-17T16:16:36.288Z] #18 55.79 Selecting previously unselected package xfsprogs.
16:16:36 [2020-07-17T16:16:36.288Z] #18 55.80 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ...
16:16:36 [2020-07-17T16:16:36.288Z] #18 55.81 Unpacking xfsprogs (4.20.0-1) ...
16:16:36 [2020-07-17T16:16:36.941Z] #18 56.36 Selecting previously unselected package zip.
16:16:36 [2020-07-17T16:16:36.941Z] #18 56.37 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ...
16:16:36 [2020-07-17T16:16:36.941Z] #18 56.37 Unpacking zip (3.0-11+b1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.56 Setting up aufs-tools (1:4.14+20190211-1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.58 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.58 Setting up libip6tc0:ppc64el (1.8.2-4) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.59 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.59 Setting up libgpm2:ppc64el (1.20.7-5) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.60 Setting up libip4tc0:ppc64el (1.8.2-4) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.61 Setting up uidmap (1:4.5-1.1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.63 Setting up libnftnl11:ppc64el (1.1.2-2) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.64 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.66 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.67 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.68 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.68 Setting up xxd (2:8.1.0875-5) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.69 Setting up zip (3.0-11+b1) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.70 Setting up vim-common (2:8.1.0875-5) ...
16:16:37 [2020-07-17T16:16:37.239Z] #18 56.72 Setting up bash-completion (1:2.8-6) ...
16:16:37 [2020-07-17T16:16:37.559Z] #49 53.35 + mkdir -p /build
16:16:37 [2020-07-17T16:16:37.559Z] #49 53.35 + cp runc /build/runc
16:16:38 [2020-07-17T16:16:38.510Z] #49 DONE 54.1s
16:16:38 [2020-07-17T16:16:38.510Z] 
16:16:38 [2020-07-17T16:16:38.510Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:38 [2020-07-17T16:16:38.510Z] #17 37.99 Setting up libip4tc0:arm64 (1.8.2-4) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.00 Setting up uidmap (1:4.5-1.1) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.02 Setting up libnftnl11:arm64 (1.1.2-2) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.04 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.05 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.06 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.07 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.09 Setting up xxd (2:8.1.0875-5) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.10 Setting up zip (3.0-11+b1) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.11 Setting up vim-common (2:8.1.0875-5) ...
16:16:38 [2020-07-17T16:16:38.510Z] #17 38.14 Setting up bash-completion (1:2.8-6) ...
16:16:39 [2020-07-17T16:16:39.087Z] #17 41.20 Setting up libiptc0:arm64 (1.8.2-4) ...
16:16:39 [2020-07-17T16:16:39.087Z] #17 41.24 Setting up xz-utils (5.2.4-1) ...
16:16:39 [2020-07-17T16:16:39.087Z] #17 41.28 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:16:39 [2020-07-17T16:16:39.087Z] #17 41.35 Setting up sudo (1.8.27-1+deb10u2) ...
16:16:39 [2020-07-17T16:16:39.351Z] #17 41.51 invoke-rc.d: could not determine current runlevel
16:16:39 [2020-07-17T16:16:39.351Z] #17 41.54 invoke-rc.d: policy-rc.d denied execution of start.
16:16:39 [2020-07-17T16:16:39.351Z] #17 41.55 Setting up pigz (2.4-1) ...
16:16:39 [2020-07-17T16:16:39.351Z] #17 41.56 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:16:39 [2020-07-17T16:16:39.351Z] #17 41.58 Setting up libnl-3-200:arm64 (3.4.0-1) ...
16:16:39 [2020-07-17T16:16:39.351Z] #17 41.61 Setting up python-pip-whl (18.1-5) ...
16:16:39 [2020-07-17T16:16:39.351Z] #17 41.63 Setting up libmpdec2:arm64 (2.4.2-2) ...
16:16:39 [2020-07-17T16:16:39.351Z] #17 41.65 Setting up vim-runtime (2:8.1.0875-5) ...
16:16:39 [2020-07-17T16:16:39.614Z] #17 ...
16:16:39 [2020-07-17T16:16:39.614Z] 
16:16:39 [2020-07-17T16:16:39.614Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:39 [2020-07-17T16:16:39.614Z] #39 77.93   CC       criu/bfd.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 78.37   CC       criu/bitmap.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 78.57   CC       criu/cgroup-props.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 79.01   CC       criu/cgroup.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 80.92   CC       criu/clone-noasan.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 81.09   CC       criu/config.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 82.40   CC       criu/cr-check.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 83.93   CC       criu/cr-dedup.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 84.30   CC       criu/cr-dump.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 86.02   CC       criu/cr-errno.o
16:16:39 [2020-07-17T16:16:39.614Z] #39 86.19   CC       criu/cr-restore.o
16:16:39 [2020-07-17T16:16:39.879Z] #39 ...
16:16:39 [2020-07-17T16:16:39.879Z] 
16:16:39 [2020-07-17T16:16:39.879Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.09 Setting up libaio1:arm64 (0.3.112-3) ...
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.10 Setting up libonig5:arm64 (6.9.1-1) ...
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.12 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ...
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.13 Setting up vim (2:8.1.0875-5) ...
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.25 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
16:16:39 [2020-07-17T16:16:39.879Z] #17 42.27 Setting up thin-provisioning-tools (0.7.6-2.1) ...
16:16:40 [2020-07-17T16:16:40.023Z] #18 ...
16:16:40 [2020-07-17T16:16:40.023Z] 
16:16:40 [2020-07-17T16:16:40.023Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:16:40 [2020-07-17T16:16:40.023Z] #42 163.5 net/http/httptrace
16:16:40 [2020-07-17T16:16:40.023Z] #42 163.8 net/http
16:16:40 [2020-07-17T16:16:40.023Z] #42 ...
16:16:40 [2020-07-17T16:16:40.023Z] 
16:16:40 [2020-07-17T16:16:40.023Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:40 [2020-07-17T16:16:40.023Z] #40 104.8   CC       criu/cr-check.o
16:16:40 [2020-07-17T16:16:40.143Z] #17 42.29 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
16:16:40 [2020-07-17T16:16:40.143Z] #17 42.31 Setting up jq (1.5+dfsg-2+b1) ...
16:16:40 [2020-07-17T16:16:40.143Z] #17 42.32 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
16:16:40 [2020-07-17T16:16:40.143Z] #17 42.34 Setting up python3.7 (3.7.3-2+deb10u1) ...
16:16:41 [2020-07-17T16:16:41.085Z] #40 107.6   CC       criu/cr-dedup.o
16:16:41 [2020-07-17T16:16:41.965Z] #40 108.2   CC       criu/cr-dump.o
16:16:42 [2020-07-17T16:16:42.072Z] #17 44.36 Setting up iptables (1.8.2-4) ...
16:16:42 [2020-07-17T16:16:42.072Z] #17 44.42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:16:42 [2020-07-17T16:16:42.072Z] #17 44.43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:16:42 [2020-07-17T16:16:42.072Z] #17 44.44 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:16:42 [2020-07-17T16:16:42.072Z] #17 44.45 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:16:42 [2020-07-17T16:16:42.336Z] #17 44.47 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:16:42 [2020-07-17T16:16:42.336Z] #17 44.48 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:16:42 [2020-07-17T16:16:42.336Z] #17 44.49 Setting up python3 (3.7.3-1) ...
16:16:42 [2020-07-17T16:16:42.863Z] #17 44.91 Setting up python3-wheel (0.32.3-2) ...
16:16:43 [2020-07-17T16:16:43.302Z] --- PASS: TestBuildWithHugeFile (52.29s)
16:16:43 [2020-07-17T16:16:43.302Z] === RUN   TestBuildWithEmptyDockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:16:43 [2020-07-17T16:16:43.302Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s)
16:16:43 [2020-07-17T16:16:43.302Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
16:16:43 [2020-07-17T16:16:43.302Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
16:16:43 [2020-07-17T16:16:43.302Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
16:16:43 [2020-07-17T16:16:43.302Z] === RUN   TestBuildPreserveOwnership
16:16:43 [2020-07-17T16:16:43.302Z] === RUN   TestBuildPreserveOwnership/copy_from
16:16:43 [2020-07-17T16:16:43.440Z] #17 45.54 Setting up apparmor (2.13.2-10) ...
16:16:43 [2020-07-17T16:16:43.665Z] #40 ...
16:16:43 [2020-07-17T16:16:43.665Z] 
16:16:43 [2020-07-17T16:16:43.665Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:43 [2020-07-17T16:16:43.665Z] #18 60.87 Setting up libiptc0:ppc64el (1.8.2-4) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 60.87 Setting up xz-utils (5.2.4-1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 60.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 60.90 Setting up sudo (1.8.27-1+deb10u2) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.07 invoke-rc.d: could not determine current runlevel
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.09 invoke-rc.d: policy-rc.d denied execution of start.
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.11 Setting up pigz (2.4-1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.12 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.13 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.14 Setting up python-pip-whl (18.1-5) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.16 Setting up libmpdec2:ppc64el (2.4.2-2) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.16 Setting up vim-runtime (2:8.1.0875-5) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.71 Setting up libaio1:ppc64el (0.3.112-3) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.71 Setting up libonig5:ppc64el (6.9.1-1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.72 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.73 Setting up vim (2:8.1.0875-5) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.92 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.93 Setting up thin-provisioning-tools (0.7.6-2.1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.94 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.95 Setting up jq (1.5+dfsg-2+b1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.96 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ...
16:16:43 [2020-07-17T16:16:43.665Z] #18 61.97 Setting up python3.7 (3.7.3-2+deb10u1) ...
16:16:45 [2020-07-17T16:16:45.367Z] #17 47.25 Setting up xfsprogs (4.20.0-1) ...
16:16:45 [2020-07-17T16:16:45.367Z] #17 47.26 Setting up python3-lib2to3 (3.7.3-1) ...
16:16:45 [2020-07-17T16:16:45.367Z] #17 47.55 Setting up python3-pkg-resources (40.8.0-1) ...
16:16:46 [2020-07-17T16:16:46.313Z] #18 65.65 Setting up iptables (1.8.2-4) ...
16:16:46 [2020-07-17T16:16:46.313Z] #18 65.67 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:16:46 [2020-07-17T16:16:46.313Z] #18 65.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:16:46 [2020-07-17T16:16:46.313Z] #18 65.69 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:16:46 [2020-07-17T16:16:46.313Z] #18 65.70 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:16:46 [2020-07-17T16:16:46.313Z] #18 65.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:16:46 [2020-07-17T16:16:46.313Z] #18 65.74 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:16:46 [2020-07-17T16:16:46.313Z] #18 65.76 Setting up python3 (3.7.3-1) ...
16:16:46 [2020-07-17T16:16:46.318Z] #17 48.41 Setting up python3-distutils (3.7.3-1) ...
16:16:46 [2020-07-17T16:16:46.570Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:16:46 [2020-07-17T16:16:46.879Z] #18 66.35 Setting up python3-wheel (0.32.3-2) ...
16:16:46 [2020-07-17T16:16:46.895Z] #17 48.91 Setting up python3-setuptools (40.8.0-1) ...
16:16:47 [2020-07-17T16:16:47.472Z] #17 49.65 Setting up python3-pip (18.1-5) ...
16:16:47 [2020-07-17T16:16:47.957Z] #18 67.36 Setting up apparmor (2.13.2-10) ...
16:16:48 [2020-07-17T16:16:48.423Z] #17 50.62 Processing triggers for libc-bin (2.28-10) ...
16:16:48 [2020-07-17T16:16:48.424Z] #17 50.67 Processing triggers for mime-support (3.62) ...
16:16:48 [2020-07-17T16:16:48.552Z] 4612f6d0b889: Verifying Checksum
16:16:48 [2020-07-17T16:16:48.552Z] 4612f6d0b889: Download complete
16:16:49 [2020-07-17T16:16:49.374Z] #17 DONE 51.6s
16:16:49 [2020-07-17T16:16:49.374Z] 
16:16:49 [2020-07-17T16:16:49.374Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
16:16:50 [2020-07-17T16:16:50.075Z] #18 69.29 Setting up xfsprogs (4.20.0-1) ...
16:16:50 [2020-07-17T16:16:50.075Z] #18 69.30 Setting up python3-lib2to3 (3.7.3-1) ...
16:16:50 [2020-07-17T16:16:50.374Z] #18 69.82 Setting up python3-pkg-resources (40.8.0-1) ...
16:16:50 [2020-07-17T16:16:50.738Z] --- PASS: TestBuildPreserveOwnership (10.43s)
16:16:50 [2020-07-17T16:16:50.738Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.42s)
16:16:50 [2020-07-17T16:16:50.738Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
16:16:50 [2020-07-17T16:16:50.738Z] === RUN   TestBuildPlatformInvalid
16:16:50 [2020-07-17T16:16:50.738Z] --- PASS: TestBuildPlatformInvalid (0.08s)
16:16:50 [2020-07-17T16:16:50.738Z] PASS
16:16:50 [2020-07-17T16:16:50.738Z] 
16:16:50 [2020-07-17T16:16:50.738Z] === Skipped
16:16:50 [2020-07-17T16:16:50.738Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
16:16:50 [2020-07-17T16:16:50.738Z]     build_session_test.go:25: TODO: BuildKit
16:16:50 [2020-07-17T16:16:50.738Z] 
16:16:50 [2020-07-17T16:16:50.738Z] 
16:16:50 [2020-07-17T16:16:50.738Z] DONE 32 tests, 1 skipped in 126.624s
16:16:50 [2020-07-17T16:16:50.738Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
16:16:50 [2020-07-17T16:16:50.738Z] INFO: Testing against a local daemon
16:16:50 [2020-07-17T16:16:50.738Z] === RUN   TestConfigInspect
16:16:50 [2020-07-17T16:16:50.738Z] --- SKIP: TestConfigInspect (0.02s)
16:16:50 [2020-07-17T16:16:50.738Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:50 [2020-07-17T16:16:50.738Z] === RUN   TestConfigList
16:16:50 [2020-07-17T16:16:50.738Z] --- SKIP: TestConfigList (0.01s)
16:16:50 [2020-07-17T16:16:50.738Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:50 [2020-07-17T16:16:50.738Z] === RUN   TestConfigsCreateAndDelete
16:16:50 [2020-07-17T16:16:50.738Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
16:16:50 [2020-07-17T16:16:50.738Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:50 [2020-07-17T16:16:50.738Z] === RUN   TestConfigsUpdate
16:16:50 [2020-07-17T16:16:50.738Z] --- SKIP: TestConfigsUpdate (0.01s)
16:16:50 [2020-07-17T16:16:50.738Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:50 [2020-07-17T16:16:50.738Z] === RUN   TestTemplatedConfig
16:16:50 [2020-07-17T16:16:50.738Z] --- SKIP: TestTemplatedConfig (0.00s)
16:16:50 [2020-07-17T16:16:50.738Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:50 [2020-07-17T16:16:50.738Z] === RUN   TestConfigCreateResolve
16:16:50 [2020-07-17T16:16:50.738Z] --- SKIP: TestConfigCreateResolve (0.02s)
16:16:50 [2020-07-17T16:16:50.738Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:50 [2020-07-17T16:16:50.738Z] === RUN   TestConfigDaemonLibtrustID
16:16:51 [2020-07-17T16:16:51.304Z] #18 1.526 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:16:51 [2020-07-17T16:16:51.304Z] #18 1.532 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:16:51 [2020-07-17T16:16:51.304Z] #18 1.541 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:16:51 [2020-07-17T16:16:51.304Z] #18 DONE 1.7s
16:16:51 [2020-07-17T16:16:51.304Z] 
16:16:51 [2020-07-17T16:16:51.304Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:16:51 [2020-07-17T16:16:51.304Z] #19 ...
16:16:51 [2020-07-17T16:16:51.304Z] 
16:16:51 [2020-07-17T16:16:51.304Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:51 [2020-07-17T16:16:51.304Z] #39 89.60   CC       criu/cr-service.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 90.85   CC       criu/crtools.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 91.28   CC       criu/eventfd.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 91.67   CC       criu/eventpoll.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 92.39   CC       criu/external.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 92.74   CC       criu/fault-injection.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 92.83   CC       criu/fdstore.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 93.29   CC       criu/fifo.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 93.68   CC       criu/file-ids.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 93.90   CC       criu/file-lock.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 94.54   CC       criu/files-ext.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 94.81   CC       criu/files-reg.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 96.61   CC       criu/files.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 98.16   CC       criu/filesystems.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 98.72   CC       criu/fsnotify.o
16:16:51 [2020-07-17T16:16:51.304Z] #39 99.70   CC       criu/image-desc.o
16:16:51 [2020-07-17T16:16:51.428Z] #18 70.81 Setting up python3-distutils (3.7.3-1) ...
16:16:51 [2020-07-17T16:16:51.428Z] #18 ...
16:16:51 [2020-07-17T16:16:51.428Z] 
16:16:51 [2020-07-17T16:16:51.428Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:16:51 [2020-07-17T16:16:51.428Z] #42 175.0 github.com/LK4D4/vndr/godl
16:16:51 [2020-07-17T16:16:51.428Z] #42 175.9 github.com/LK4D4/vndr
16:16:51 [2020-07-17T16:16:51.428Z] #42 ...
16:16:51 [2020-07-17T16:16:51.428Z] 
16:16:51 [2020-07-17T16:16:51.428Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:51 [2020-07-17T16:16:51.428Z] #40 111.3   CC       criu/cr-errno.o
16:16:51 [2020-07-17T16:16:51.428Z] #40 111.4   CC       criu/cr-restore.o
16:16:51 [2020-07-17T16:16:51.428Z] #40 117.2   CC       criu/cr-service.o
16:16:51 [2020-07-17T16:16:51.566Z] #39 99.84   CC       criu/image.o
16:16:52 [2020-07-17T16:16:52.076Z] #40 ...
16:16:52 [2020-07-17T16:16:52.076Z] 
16:16:52 [2020-07-17T16:16:52.076Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:52 [2020-07-17T16:16:52.076Z] #18 71.54 Setting up python3-setuptools (40.8.0-1) ...
16:16:52 [2020-07-17T16:16:52.103Z] --- PASS: TestConfigDaemonLibtrustID (1.68s)
16:16:52 [2020-07-17T16:16:52.103Z] PASS
16:16:52 [2020-07-17T16:16:52.103Z] 
16:16:52 [2020-07-17T16:16:52.103Z] === Skipped
16:16:52 [2020-07-17T16:16:52.103Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
16:16:52 [2020-07-17T16:16:52.103Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:52 [2020-07-17T16:16:52.103Z] 
16:16:52 [2020-07-17T16:16:52.103Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
16:16:52 [2020-07-17T16:16:52.103Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:52 [2020-07-17T16:16:52.103Z] 
16:16:52 [2020-07-17T16:16:52.103Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
16:16:52 [2020-07-17T16:16:52.103Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:52 [2020-07-17T16:16:52.103Z] 
16:16:52 [2020-07-17T16:16:52.103Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
16:16:52 [2020-07-17T16:16:52.103Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:52 [2020-07-17T16:16:52.103Z] 
16:16:52 [2020-07-17T16:16:52.103Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
16:16:52 [2020-07-17T16:16:52.103Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:52 [2020-07-17T16:16:52.103Z] 
16:16:52 [2020-07-17T16:16:52.103Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s)
16:16:52 [2020-07-17T16:16:52.103Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:16:52 [2020-07-17T16:16:52.103Z] 
16:16:52 [2020-07-17T16:16:52.103Z] 
16:16:52 [2020-07-17T16:16:52.103Z] DONE 7 tests, 6 skipped in 1.876s
16:16:52 [2020-07-17T16:16:52.103Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
16:16:52 [2020-07-17T16:16:52.358Z] INFO: Testing against a local daemon
16:16:52 [2020-07-17T16:16:52.358Z] === RUN   TestCheckpoint
16:16:52 [2020-07-17T16:16:52.358Z] --- SKIP: TestCheckpoint (0.00s)
16:16:52 [2020-07-17T16:16:52.358Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:16:52 [2020-07-17T16:16:52.358Z] === RUN   TestContainerInvalidJSON
16:16:52 [2020-07-17T16:16:52.358Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
16:16:52 [2020-07-17T16:16:52.358Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
16:16:52 [2020-07-17T16:16:52.358Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
16:16:52 [2020-07-17T16:16:52.358Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
16:16:52 [2020-07-17T16:16:52.358Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
16:16:52 [2020-07-17T16:16:52.358Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
16:16:52 [2020-07-17T16:16:52.358Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
16:16:52 [2020-07-17T16:16:52.358Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
16:16:52 [2020-07-17T16:16:52.358Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
16:16:52 [2020-07-17T16:16:52.358Z] --- PASS: TestContainerInvalidJSON (0.02s)
16:16:52 [2020-07-17T16:16:52.358Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
16:16:52 [2020-07-17T16:16:52.358Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
16:16:52 [2020-07-17T16:16:52.358Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
16:16:52 [2020-07-17T16:16:52.358Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:16:52 [2020-07-17T16:16:52.358Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
16:16:52 [2020-07-17T16:16:52.358Z] === RUN   TestCopyFromContainerPathIsNotDir
16:16:52 [2020-07-17T16:16:52.358Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
16:16:52 [2020-07-17T16:16:52.358Z] === RUN   TestCopyToContainerPathDoesNotExist
16:16:52 [2020-07-17T16:16:52.359Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
16:16:52 [2020-07-17T16:16:52.359Z] === RUN   TestCopyToContainerPathIsNotDir
16:16:52 [2020-07-17T16:16:52.375Z] #18 ...
16:16:52 [2020-07-17T16:16:52.375Z] 
16:16:52 [2020-07-17T16:16:52.375Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:16:52 [2020-07-17T16:16:52.375Z] #42 DONE 185.9s
16:16:52 [2020-07-17T16:16:52.375Z] 
16:16:52 [2020-07-17T16:16:52.375Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:16:52 [2020-07-17T16:16:52.514Z] #39 100.6   CC       criu/ipc_ns.o
16:16:52 [2020-07-17T16:16:52.614Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
16:16:52 [2020-07-17T16:16:52.614Z] === RUN   TestCopyFromContainer
16:16:53 [2020-07-17T16:16:53.435Z] #22 ...
16:16:53 [2020-07-17T16:16:53.435Z] 
16:16:53 [2020-07-17T16:16:53.435Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:53 [2020-07-17T16:16:53.435Z] #40 120.0   CC       criu/crtools.o
16:16:53 [2020-07-17T16:16:53.462Z] #39 101.5   CC       criu/irmap.o
16:16:53 [2020-07-17T16:16:53.651Z] ok  	github.com/docker/docker/cmd/dockerd	0.052s	coverage: 30.8% of statements
16:16:53 [2020-07-17T16:16:53.651Z] ok  	github.com/docker/docker/container	0.109s	coverage: 34.7% of statements
16:16:53 [2020-07-17T16:16:53.651Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:16:53 [2020-07-17T16:16:53.651Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:16:53 [2020-07-17T16:16:53.651Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:16:53 [2020-07-17T16:16:53.651Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:16:53 [2020-07-17T16:16:53.726Z] #39 102.0   CC       criu/kcmp-ids.o
16:16:53 [2020-07-17T16:16:53.988Z] #39 102.2   CC       criu/kerndat.o
16:16:54 [2020-07-17T16:16:54.504Z] #40 120.8   CC       criu/eventfd.o
16:16:54 [2020-07-17T16:16:54.803Z] #40 121.2   CC       criu/eventpoll.o
16:16:54 [2020-07-17T16:16:54.935Z] #39 103.1   CC       criu/libnetlink.o
16:16:55 [2020-07-17T16:16:55.288Z] #39 103.5   CC       criu/log.o
16:16:55 [2020-07-17T16:16:55.288Z] #39 ...
16:16:55 [2020-07-17T16:16:55.288Z] 
16:16:55 [2020-07-17T16:16:55.288Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:16:55 [2020-07-17T16:16:55.288Z] #19 4.189 Collecting yamllint==1.16.0
16:16:55 [2020-07-17T16:16:55.863Z] #40 ...
16:16:55 [2020-07-17T16:16:55.863Z] 
16:16:55 [2020-07-17T16:16:55.863Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
16:16:55 [2020-07-17T16:16:55.863Z] #18 73.23 Setting up python3-pip (18.1-5) ...
16:16:55 [2020-07-17T16:16:55.863Z] #18 74.83 Processing triggers for libc-bin (2.28-10) ...
16:16:55 [2020-07-17T16:16:55.863Z] #18 74.87 Processing triggers for mime-support (3.62) ...
16:16:55 [2020-07-17T16:16:55.863Z] #18 DONE 75.2s
16:16:55 [2020-07-17T16:16:55.863Z] 
16:16:55 [2020-07-17T16:16:55.863Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:55 [2020-07-17T16:16:55.863Z] #40 122.2   CC       criu/external.o
16:16:56 [2020-07-17T16:16:56.163Z] #40 122.7   CC       criu/fault-injection.o
16:16:56 [2020-07-17T16:16:56.462Z] #40 ...
16:16:56 [2020-07-17T16:16:56.462Z] 
16:16:56 [2020-07-17T16:16:56.462Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
16:16:56 [2020-07-17T16:16:56.462Z] #19 0.437 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:16:56 [2020-07-17T16:16:56.462Z] #19 0.441 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:16:56 [2020-07-17T16:16:56.462Z] #19 0.445 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:16:56 [2020-07-17T16:16:56.462Z] #19 DONE 0.6s
16:16:56 [2020-07-17T16:16:56.462Z] 
16:16:56 [2020-07-17T16:16:56.462Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:16:56 [2020-07-17T16:16:56.462Z] #40 122.8   CC       criu/fdstore.o
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer//
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer//bar/root
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer//bar/root/
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer/bar/quux
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer/bar/quux/
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCopyFromContainer/bar/notarget
16:16:56 [2020-07-17T16:16:56.777Z] --- PASS: TestCopyFromContainer (4.26s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer// (0.07s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:16:56 [2020-07-17T16:16:56.777Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:16:56 [2020-07-17T16:16:56.777Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:16:56 [2020-07-17T16:16:56.777Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:16:56 [2020-07-17T16:16:56.777Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:16:56 [2020-07-17T16:16:56.777Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:16:56 [2020-07-17T16:16:56.777Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:16:56 [2020-07-17T16:16:56.777Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateLinkToNonExistingContainer
16:16:56 [2020-07-17T16:16:56.777Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateWithInvalidEnv
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateWithInvalidEnv/0
16:16:56 [2020-07-17T16:16:56.777Z] === PAUSE TestCreateWithInvalidEnv/0
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateWithInvalidEnv/1
16:16:56 [2020-07-17T16:16:56.777Z] === PAUSE TestCreateWithInvalidEnv/1
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateWithInvalidEnv/2
16:16:56 [2020-07-17T16:16:56.777Z] === PAUSE TestCreateWithInvalidEnv/2
16:16:56 [2020-07-17T16:16:56.777Z] === CONT  TestCreateWithInvalidEnv/0
16:16:56 [2020-07-17T16:16:56.777Z] === CONT  TestCreateWithInvalidEnv/2
16:16:56 [2020-07-17T16:16:56.777Z] === CONT  TestCreateWithInvalidEnv/1
16:16:56 [2020-07-17T16:16:56.777Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:16:56 [2020-07-17T16:16:56.777Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateTmpfsMountsTarget
16:16:56 [2020-07-17T16:16:56.777Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
16:16:56 [2020-07-17T16:16:56.777Z] === RUN   TestCreateWithCustomMaskedPaths
16:16:57 [2020-07-17T16:16:57.113Z] #40 123.5   CC       criu/fifo.o
16:16:57 [2020-07-17T16:16:57.413Z] #40 123.9   CC       criu/file-ids.o
16:16:57 [2020-07-17T16:16:57.719Z] #40 124.3   CC       criu/file-lock.o
16:16:58 [2020-07-17T16:16:58.130Z] ok  	github.com/docker/docker/daemon/cluster	0.062s	coverage: 0.5% of statements
16:16:58 [2020-07-17T16:16:58.143Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s)
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/no_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/no_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/empty_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/valid_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/empty_capadd
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/empty_capadd
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/empty_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/no_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/empty_capadd
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/empty_capdrop
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/valid_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] === CONT  TestCreateWithCapabilities/empty_capabilities
16:16:58 [2020-07-17T16:16:58.143Z] --- PASS: TestCreateWithCapabilities (0.02s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.03s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.03s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.03s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.03s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.03s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s)
16:16:58 [2020-07-17T16:16:58.143Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.03s)
16:16:58 [2020-07-17T16:16:58.143Z] === RUN   TestCreateWithCustomReadonlyPaths
16:16:59 [2020-07-17T16:16:59.176Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.006s	coverage: 65.3% of statements
16:16:59 [2020-07-17T16:16:59.263Z] #40 125.7   CC       criu/files-ext.o
16:16:59 [2020-07-17T16:16:59.507Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s)
16:16:59 [2020-07-17T16:16:59.507Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:16:59 [2020-07-17T16:16:59.507Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:16:59 [2020-07-17T16:16:59.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:16:59 [2020-07-17T16:16:59.507Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:16:59 [2020-07-17T16:16:59.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:16:59 [2020-07-17T16:16:59.507Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:16:59 [2020-07-17T16:16:59.507Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:16:59 [2020-07-17T16:16:59.507Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:16:59 [2020-07-17T16:16:59.507Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
16:16:59 [2020-07-17T16:16:59.507Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:16:59 [2020-07-17T16:16:59.507Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
16:16:59 [2020-07-17T16:16:59.507Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
16:16:59 [2020-07-17T16:16:59.507Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:16:59 [2020-07-17T16:16:59.507Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
16:16:59 [2020-07-17T16:16:59.507Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:16:59 [2020-07-17T16:16:59.764Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s)
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestCreateDifferentPlatform
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestCreateDifferentPlatform/different_os
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:16:59 [2020-07-17T16:16:59.764Z] --- PASS: TestCreateDifferentPlatform (0.02s)
16:16:59 [2020-07-17T16:16:59.764Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:16:59 [2020-07-17T16:16:59.764Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:16:59 [2020-07-17T16:16:59.764Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestContainerStartOnDaemonRestart
16:16:59 [2020-07-17T16:16:59.764Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
16:16:59 [2020-07-17T16:16:59.764Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestDaemonRestartIpcMode
16:16:59 [2020-07-17T16:16:59.764Z] === PAUSE TestDaemonRestartIpcMode
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestDaemonHostGatewayIP
16:16:59 [2020-07-17T16:16:59.764Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
16:16:59 [2020-07-17T16:16:59.764Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestContainerKillOnDaemonStart
16:16:59 [2020-07-17T16:16:59.764Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
16:16:59 [2020-07-17T16:16:59.764Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
16:16:59 [2020-07-17T16:16:59.764Z] === RUN   TestDiff
16:16:59 [2020-07-17T16:16:59.913Z] #40 126.1   CC       criu/files-reg.o
16:17:00 [2020-07-17T16:17:00.325Z] --- PASS: TestDiff (0.39s)
16:17:00 [2020-07-17T16:17:00.325Z] === RUN   TestExecWithCloseStdin
16:17:00 [2020-07-17T16:17:00.565Z] #40 ...
16:17:00 [2020-07-17T16:17:00.565Z] 
16:17:00 [2020-07-17T16:17:00.565Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
16:17:00 [2020-07-17T16:17:00.565Z] #29 DONE 194.1s
16:17:00 [2020-07-17T16:17:00.581Z] --- PASS: TestExecWithCloseStdin (0.47s)
16:17:00 [2020-07-17T16:17:00.581Z] === RUN   TestExec
16:17:00 [2020-07-17T16:17:00.676Z] #19 9.522   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
16:17:00 [2020-07-17T16:17:00.676Z] #19 9.625 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
16:17:00 [2020-07-17T16:17:00.676Z] #19 9.667   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
16:17:00 [2020-07-17T16:17:00.676Z] #19 9.722 Collecting pyyaml (from yamllint==1.16.0)
16:17:00 [2020-07-17T16:17:00.693Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.007s	coverage: 35.4% of statements
16:17:00 [2020-07-17T16:17:00.869Z] 
16:17:00 [2020-07-17T16:17:00.869Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:17:00 [2020-07-17T16:17:00.940Z] #19 9.863   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
16:17:01 [2020-07-17T16:17:01.145Z] --- PASS: TestExec (0.45s)
16:17:01 [2020-07-17T16:17:01.145Z] === RUN   TestExecUser
16:17:01 [2020-07-17T16:17:01.707Z] --- PASS: TestExecUser (0.46s)
16:17:01 [2020-07-17T16:17:01.707Z] === RUN   TestExportContainerAndImportImage
16:17:02 [2020-07-17T16:17:02.269Z] --- PASS: TestExportContainerAndImportImage (0.58s)
16:17:02 [2020-07-17T16:17:02.269Z] === RUN   TestExportContainerAfterDaemonRestart
16:17:02 [2020-07-17T16:17:02.335Z] #19 11.02 Building wheels for collected packages: pyyaml
16:17:02 [2020-07-17T16:17:02.335Z] #19 11.03   Running setup.py bdist_wheel for pyyaml: started
16:17:02 [2020-07-17T16:17:02.641Z] #20 6.049 Collecting yamllint==1.16.0
16:17:02 [2020-07-17T16:17:02.641Z] #20 6.403   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
16:17:02 [2020-07-17T16:17:02.912Z] #19 11.93   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
16:17:02 [2020-07-17T16:17:02.912Z] #19 11.93   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
16:17:02 [2020-07-17T16:17:02.912Z] #19 11.99 Successfully built pyyaml
16:17:02 [2020-07-17T16:17:02.940Z] #20 6.494 Collecting pyyaml (from yamllint==1.16.0)
16:17:03 [2020-07-17T16:17:03.176Z] #19 12.01 Installing collected packages: pathspec, pyyaml, yamllint
16:17:03 [2020-07-17T16:17:03.177Z] #19 12.27 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
16:17:03 [2020-07-17T16:17:03.241Z] #20 6.719   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
16:17:03 [2020-07-17T16:17:03.241Z] #20 ...
16:17:03 [2020-07-17T16:17:03.241Z] 
16:17:03 [2020-07-17T16:17:03.241Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:03 [2020-07-17T16:17:03.241Z] #40 129.6   CC       criu/files.o
16:17:03 [2020-07-17T16:17:03.248Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:17:03 [2020-07-17T16:17:03.756Z] #19 DONE 12.7s
16:17:03 [2020-07-17T16:17:03.756Z] 
16:17:03 [2020-07-17T16:17:03.756Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:03 [2020-07-17T16:17:03.756Z] #39 103.8   CC       criu/lsm.o
16:17:03 [2020-07-17T16:17:03.756Z] #39 104.2   CC       criu/mem.o
16:17:03 [2020-07-17T16:17:03.756Z] #39 105.4   CC       criu/memfd.o
16:17:03 [2020-07-17T16:17:03.756Z] #39 105.8   CC       criu/mount.o
16:17:03 [2020-07-17T16:17:03.756Z] #39 108.3   CC       criu/namespaces.o
16:17:03 [2020-07-17T16:17:03.756Z] #39 109.6   CC       criu/net.o
16:17:03 [2020-07-17T16:17:03.756Z] #39 111.9   CC       criu/netfilter.o
16:17:03 [2020-07-17T16:17:03.756Z] #39 112.1   CC       criu/page-pipe.o
16:17:04 [2020-07-17T16:17:04.189Z] 
16:17:04 [2020-07-17T16:17:04.189Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
16:17:04 [2020-07-17T16:17:04.333Z] #39 112.7   CC       criu/page-xfer.o
16:17:04 [2020-07-17T16:17:04.450Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
16:17:04 [2020-07-17T16:17:04.450Z] Using test binary docker
16:17:04 [2020-07-17T16:17:04.450Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:17:04 [2020-07-17T16:17:04.450Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:17:04 [2020-07-17T16:17:04.450Z] INFO: Waiting for daemon to start...
16:17:04 [2020-07-17T16:17:04.450Z] Starting dockerd
16:17:05 [2020-07-17T16:17:05.560Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s)
16:17:05 [2020-07-17T16:17:05.560Z] === RUN   TestHealthCheckWorkdir
16:17:05 [2020-07-17T16:17:05.728Z] #39 113.9   CC       criu/pagemap-cache.o
16:17:05 [2020-07-17T16:17:05.728Z] #39 114.2   CC       criu/pagemap.o
16:17:06 [2020-07-17T16:17:06.026Z] #40 132.2   CC       criu/filesystems.o
16:17:06 [2020-07-17T16:17:06.122Z] --- PASS: TestHealthCheckWorkdir (0.54s)
16:17:06 [2020-07-17T16:17:06.122Z] === RUN   TestHealthKillContainer
16:17:06 [2020-07-17T16:17:06.615Z] .
16:17:06 [2020-07-17T16:17:06.615Z] INFO: Building docker-sdk-python3:4.2.2...
16:17:06 [2020-07-17T16:17:06.671Z] #40 133.1   CC       criu/fsnotify.o
16:17:06 [2020-07-17T16:17:06.678Z] #39 114.8   CC       criu/parasite-syscall.o
16:17:07 [2020-07-17T16:17:07.254Z] #39 115.4   CC       criu/path.o
16:17:07 [2020-07-17T16:17:07.254Z] #39 115.7   CC       criu/pie-util-vdso.o
16:17:07 [2020-07-17T16:17:07.324Z] #40 ...
16:17:07 [2020-07-17T16:17:07.324Z] 
16:17:07 [2020-07-17T16:17:07.324Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
16:17:07 [2020-07-17T16:17:07.324Z] #20 8.480 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
16:17:07 [2020-07-17T16:17:07.324Z] #20 8.547   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
16:17:07 [2020-07-17T16:17:07.324Z] #20 8.582 Building wheels for collected packages: pyyaml
16:17:07 [2020-07-17T16:17:07.324Z] #20 8.584   Running setup.py bdist_wheel for pyyaml: started
16:17:07 [2020-07-17T16:17:07.324Z] #20 10.07   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
16:17:07 [2020-07-17T16:17:07.324Z] #20 10.08   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
16:17:07 [2020-07-17T16:17:07.324Z] #20 10.22 Successfully built pyyaml
16:17:07 [2020-07-17T16:17:07.324Z] #20 10.25 Installing collected packages: pyyaml, pathspec, yamllint
16:17:07 [2020-07-17T16:17:07.324Z] #20 10.62 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
16:17:07 [2020-07-17T16:17:07.324Z] #20 DONE 10.8s
16:17:07 [2020-07-17T16:17:07.324Z] 
16:17:07 [2020-07-17T16:17:07.324Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:17:07 [2020-07-17T16:17:07.616Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.430s	coverage: 13.9% of statements
16:17:07 [2020-07-17T16:17:07.830Z] #39 116.0   CC       criu/pie-util.o
16:17:07 [2020-07-17T16:17:07.830Z] #39 116.1   CC       criu/pipes.o
16:17:07 [2020-07-17T16:17:07.830Z] #39 ...
16:17:07 [2020-07-17T16:17:07.830Z] 
16:17:07 [2020-07-17T16:17:07.830Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:17:07 [2020-07-17T16:17:07.830Z] #52 131.1 + bin/containerd
16:17:07 [2020-07-17T16:17:07.973Z] #46 ...
16:17:07 [2020-07-17T16:17:07.973Z] 
16:17:07 [2020-07-17T16:17:07.973Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:07 [2020-07-17T16:17:07.973Z] #40 134.2   CC       criu/image-desc.o
16:17:07 [2020-07-17T16:17:07.973Z] #40 134.4   CC       criu/image.o
16:17:08 [2020-07-17T16:17:08.407Z] #52 ...
16:17:08 [2020-07-17T16:17:08.407Z] 
16:17:08 [2020-07-17T16:17:08.407Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:08 [2020-07-17T16:17:08.407Z] #39 116.7   CC       criu/plugin.o
16:17:08 [2020-07-17T16:17:08.626Z] #40 135.2   CC       criu/ipc_ns.o
16:17:08 [2020-07-17T16:17:08.636Z] --- PASS: TestHealthKillContainer (2.50s)
16:17:08 [2020-07-17T16:17:08.636Z] === RUN   TestInspectCpusetInConfigPre120
16:17:08 [2020-07-17T16:17:08.656Z] ok  	github.com/docker/docker/daemon/config	0.019s	coverage: 81.8% of statements
16:17:08 [2020-07-17T16:17:08.671Z] #39 116.9   CC       criu/proc_parse.o
16:17:08 [2020-07-17T16:17:08.893Z] --- PASS: TestInspectCpusetInConfigPre120 (0.37s)
16:17:08 [2020-07-17T16:17:08.893Z] === RUN   TestIpcModeNone
16:17:09 [2020-07-17T16:17:09.294Z] ok  	github.com/docker/docker/daemon/discovery	0.002s	coverage: 30.0% of statements
16:17:09 [2020-07-17T16:17:09.455Z] --- PASS: TestIpcModeNone (0.45s)
16:17:09 [2020-07-17T16:17:09.455Z] === RUN   TestIpcModePrivate
16:17:09 [2020-07-17T16:17:09.685Z] #40 136.2   CC       criu/irmap.o
16:17:09 [2020-07-17T16:17:09.711Z] --- PASS: TestIpcModePrivate (0.44s)
16:17:09 [2020-07-17T16:17:09.711Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false
16:17:09 [2020-07-17T16:17:09.711Z] === RUN   TestIpcModeShareable
16:17:09 [2020-07-17T16:17:09.711Z] --- SKIP: TestIpcModeShareable (0.00s)
16:17:09 [2020-07-17T16:17:09.711Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:17:09 [2020-07-17T16:17:09.711Z] === RUN   TestAPIIpcModeShareableAndContainer
16:17:09 [2020-07-17T16:17:09.931Z] ok  	github.com/docker/docker/daemon/events	0.056s	coverage: 50.0% of statements
16:17:10 [2020-07-17T16:17:10.334Z] #40 136.8   CC       criu/kcmp-ids.o
16:17:10 [2020-07-17T16:17:10.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:17:10 [2020-07-17T16:17:10.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:17:10 [2020-07-17T16:17:10.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:17:10 [2020-07-17T16:17:10.567Z] ok  	github.com/docker/docker/daemon/graphdriver	0.003s	coverage: 2.2% of statements
16:17:10 [2020-07-17T16:17:10.597Z] #39 119.0   CC       criu/protobuf-desc.o
16:17:10 [2020-07-17T16:17:10.634Z] #40 137.1   CC       criu/kerndat.o
16:17:10 [2020-07-17T16:17:10.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:17:10 [2020-07-17T16:17:10.860Z] ok  	github.com/docker/docker/daemon	12.258s	coverage: 17.4% of statements
16:17:10 [2020-07-17T16:17:10.860Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:17:10 [2020-07-17T16:17:10.860Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:17:10 [2020-07-17T16:17:10.860Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:17:10 [2020-07-17T16:17:10.860Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
16:17:11 [2020-07-17T16:17:11.078Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s)
16:17:11 [2020-07-17T16:17:11.078Z] === RUN   TestAPIIpcModeHost
16:17:11 [2020-07-17T16:17:11.078Z] --- SKIP: TestAPIIpcModeHost (0.00s)
16:17:11 [2020-07-17T16:17:11.078Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:17:11 [2020-07-17T16:17:11.078Z] === RUN   TestDaemonIpcModeShareable
16:17:11 [2020-07-17T16:17:11.078Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
16:17:11 [2020-07-17T16:17:11.078Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:17:11 [2020-07-17T16:17:11.078Z] === RUN   TestDaemonIpcModePrivate
16:17:11 [2020-07-17T16:17:11.547Z] #39 119.7   CC       criu/protobuf.o
16:17:11 [2020-07-17T16:17:11.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:17:11 [2020-07-17T16:17:11.813Z] #39 120.0   CC       criu/pstree.o
16:17:12 [2020-07-17T16:17:12.301Z] #40 138.4   CC       criu/libnetlink.o
16:17:12 [2020-07-17T16:17:12.301Z] #40 138.7   CC       criu/log.o
16:17:12 [2020-07-17T16:17:12.602Z] #40 139.1   CC       criu/lsm.o
16:17:12 [2020-07-17T16:17:12.763Z] #39 120.9   CC       criu/rbtree.o
16:17:12 [2020-07-17T16:17:12.935Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.003s	coverage: 2.9% of statements
16:17:13 [2020-07-17T16:17:13.026Z] #39 121.2   CC       criu/rst-malloc.o
16:17:13 [2020-07-17T16:17:13.228Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.197s	coverage: 57.0% of statements
16:17:13 [2020-07-17T16:17:13.252Z] #40 139.6   CC       criu/mem.o
16:17:13 [2020-07-17T16:17:13.289Z] #39 121.5   CC       criu/seccomp.o
16:17:13 [2020-07-17T16:17:13.592Z] --- PASS: TestDaemonIpcModePrivate (2.14s)
16:17:13 [2020-07-17T16:17:13.592Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: false, mustBeShared: false
16:17:13 [2020-07-17T16:17:13.592Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:17:13 [2020-07-17T16:17:13.592Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
16:17:13 [2020-07-17T16:17:13.592Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:17:13 [2020-07-17T16:17:13.592Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:17:13 [2020-07-17T16:17:13.592Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
16:17:13 [2020-07-17T16:17:13.592Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:17:13 [2020-07-17T16:17:13.592Z] === RUN   TestIpcModeOlderClient
16:17:13 [2020-07-17T16:17:13.592Z] === PAUSE TestIpcModeOlderClient
16:17:13 [2020-07-17T16:17:13.592Z] === RUN   TestKillContainerInvalidSignal
16:17:13 [2020-07-17T16:17:13.592Z] --- PASS: TestKillContainerInvalidSignal (0.40s)
16:17:13 [2020-07-17T16:17:13.592Z] === RUN   TestKillContainer
16:17:13 [2020-07-17T16:17:13.592Z] === RUN   TestKillContainer/no_signal
16:17:13 [2020-07-17T16:17:13.865Z] #39 122.0   CC       criu/seize.o
16:17:14 [2020-07-17T16:17:14.129Z] #39 ...
16:17:14 [2020-07-17T16:17:14.129Z] 
16:17:14 [2020-07-17T16:17:14.129Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:17:14 [2020-07-17T16:17:14.129Z] #21 182.4 + return
16:17:14 [2020-07-17T16:17:14.153Z] === RUN   TestKillContainer/non_killing_signal
16:17:14 [2020-07-17T16:17:14.408Z] === RUN   TestKillContainer/killing_signal
16:17:14 [2020-07-17T16:17:14.972Z] --- PASS: TestKillContainer (1.24s)
16:17:14 [2020-07-17T16:17:14.972Z]     --- PASS: TestKillContainer/no_signal (0.40s)
16:17:14 [2020-07-17T16:17:14.972Z]     --- PASS: TestKillContainer/non_killing_signal (0.26s)
16:17:14 [2020-07-17T16:17:14.972Z]     --- PASS: TestKillContainer/killing_signal (0.41s)
16:17:14 [2020-07-17T16:17:14.972Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:17:14 [2020-07-17T16:17:14.972Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:17:15 [2020-07-17T16:17:15.228Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:17:15 [2020-07-17T16:17:15.364Z] #40 141.8   CC       criu/memfd.o
16:17:15 [2020-07-17T16:17:15.541Z] #21 DONE 183.6s
16:17:15 [2020-07-17T16:17:15.541Z] 
16:17:15 [2020-07-17T16:17:15.541Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.3 + cd /tmp/tmp.QdiBap2kNt/src/github.com/golangci/golangci-lint/
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.3 + git checkout -q v1.23.8
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.8 ++ git describe --tags
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.8 + version=v1.23.8
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.8 ++ git rev-parse --short HEAD
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.8 + commit=76a82c6
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.8 ++ git show -s --format=%cd
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.8 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
16:17:15 [2020-07-17T16:17:15.541Z] #45 182.8 + 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
16:17:15 [2020-07-17T16:17:15.791Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.80s)
16:17:15 [2020-07-17T16:17:15.791Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
16:17:15 [2020-07-17T16:17:15.791Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s)
16:17:15 [2020-07-17T16:17:15.791Z] === RUN   TestKillStoppedContainer
16:17:15 [2020-07-17T16:17:15.791Z] --- PASS: TestKillStoppedContainer (0.04s)
16:17:15 [2020-07-17T16:17:15.791Z] === RUN   TestKillStoppedContainerAPIPre120
16:17:15 [2020-07-17T16:17:15.791Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
16:17:15 [2020-07-17T16:17:15.791Z] === RUN   TestKillDifferentUserContainer
16:17:16 [2020-07-17T16:17:16.018Z] #40 142.4   CC       criu/mount.o
16:17:16 [2020-07-17T16:17:16.353Z] --- PASS: TestKillDifferentUserContainer (0.42s)
16:17:16 [2020-07-17T16:17:16.353Z] === RUN   TestInspectOomKilledTrue
16:17:16 [2020-07-17T16:17:16.353Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
16:17:16 [2020-07-17T16:17:16.353Z]     kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none"
16:17:16 [2020-07-17T16:17:16.353Z] === RUN   TestInspectOomKilledFalse
16:17:16 [2020-07-17T16:17:16.353Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
16:17:16 [2020-07-17T16:17:16.353Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:17:16 [2020-07-17T16:17:16.353Z] === RUN   TestLinksEtcHostsContentMatch
16:17:16 [2020-07-17T16:17:16.353Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
16:17:16 [2020-07-17T16:17:16.353Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
16:17:16 [2020-07-17T16:17:16.353Z] === RUN   TestLinksContainerNames
16:17:16 [2020-07-17T16:17:16.915Z] --- PASS: TestLinksContainerNames (0.82s)
16:17:16 [2020-07-17T16:17:16.915Z] === RUN   TestLogsFollowTailEmpty
16:17:17 [2020-07-17T16:17:17.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:17:17 [2020-07-17T16:17:17.478Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
16:17:17 [2020-07-17T16:17:17.478Z] === RUN   TestContainerNetworkMountsNoChown
16:17:17 [2020-07-17T16:17:17.698Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.022s	coverage: 46.2% of statements
16:17:17 [2020-07-17T16:17:17.735Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s)
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/default
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/default
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/private
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/private
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/rprivate
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/rprivate
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/slave
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/slave
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/rslave
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/rslave
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/shared
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/shared
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/rshared
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/rshared
16:17:17 [2020-07-17T16:17:17.735Z] === CONT  TestMountDaemonRoot/default
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/default/bind_root
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/default/mount_root
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:17:17 [2020-07-17T16:17:17.735Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === CONT  TestMountDaemonRoot/rshared
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:17:17 [2020-07-17T16:17:17.735Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:17:17 [2020-07-17T16:17:17.735Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/shared
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/rslave
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/slave
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/rprivate
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/private
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/private/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/private/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/default/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/default/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:17:17 [2020-07-17T16:17:17.991Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:17:18 [2020-07-17T16:17:18.101Z] #45 ...
16:17:18 [2020-07-17T16:17:18.101Z] 
16:17:18 [2020-07-17T16:17:18.101Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
16:17:18 [2020-07-17T16:17:18.101Z] #22 DONE 0.6s
16:17:18 [2020-07-17T16:17:18.101Z] 
16:17:18 [2020-07-17T16:17:18.101Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/private/bind_root
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/private/mount_root
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:17:18 [2020-07-17T16:17:18.247Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:17:18 [2020-07-17T16:17:18.247Z] --- PASS: TestMountDaemonRoot (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
16:17:18 [2020-07-17T16:17:18.247Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
16:17:18 [2020-07-17T16:17:18.247Z] === RUN   TestContainerBindMountNonRecursive
16:17:18 [2020-07-17T16:17:18.247Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
16:17:18 [2020-07-17T16:17:18.247Z]     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)
16:17:18 [2020-07-17T16:17:18.247Z] === RUN   TestNetworkNat
16:17:18 [2020-07-17T16:17:18.334Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.003s	coverage: 1.8% of statements
16:17:18 [2020-07-17T16:17:18.810Z] --- PASS: TestNetworkNat (0.50s)
16:17:18 [2020-07-17T16:17:18.810Z] === RUN   TestNetworkLocalhostTCPNat
16:17:19 [2020-07-17T16:17:19.372Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
16:17:19 [2020-07-17T16:17:19.372Z] === RUN   TestNetworkLoopbackNat
16:17:20 [2020-07-17T16:17:20.542Z] #40 146.9   CC       criu/namespaces.o
16:17:21 [2020-07-17T16:17:21.866Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.549s	coverage: 49.5% of statements
16:17:21 [2020-07-17T16:17:21.887Z] --- PASS: TestNetworkLoopbackNat (2.51s)
16:17:21 [2020-07-17T16:17:21.887Z] === RUN   TestPause
16:17:21 [2020-07-17T16:17:21.887Z] --- SKIP: TestPause (0.00s)
16:17:21 [2020-07-17T16:17:21.887Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
16:17:21 [2020-07-17T16:17:21.887Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:17:21 [2020-07-17T16:17:21.887Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:17:21 [2020-07-17T16:17:21.887Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:17:21 [2020-07-17T16:17:21.887Z] === RUN   TestPauseStopPausedContainer
16:17:21 [2020-07-17T16:17:21.887Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
16:17:21 [2020-07-17T16:17:21.887Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
16:17:21 [2020-07-17T16:17:21.887Z] === RUN   TestPsFilter
16:17:21 [2020-07-17T16:17:21.887Z] --- PASS: TestPsFilter (0.11s)
16:17:21 [2020-07-17T16:17:21.887Z] === RUN   TestRemoveContainerWithRemovedVolume
16:17:22 [2020-07-17T16:17:22.143Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s)
16:17:22 [2020-07-17T16:17:22.143Z] === RUN   TestRemoveContainerWithVolume
16:17:22 [2020-07-17T16:17:22.649Z] #40 149.0   CC       criu/net.o
16:17:22 [2020-07-17T16:17:22.650Z] #40 ...
16:17:22 [2020-07-17T16:17:22.650Z] 
16:17:22 [2020-07-17T16:17:22.650Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
16:17:22 [2020-07-17T16:17:22.650Z] #50 104.7 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:17:22 [2020-07-17T16:17:22.705Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
16:17:22 [2020-07-17T16:17:22.705Z] === RUN   TestRemoveContainerRunning
16:17:22 [2020-07-17T16:17:22.961Z] --- PASS: TestRemoveContainerRunning (0.40s)
16:17:22 [2020-07-17T16:17:22.961Z] === RUN   TestRemoveContainerForceRemoveRunning
16:17:23 [2020-07-17T16:17:23.412Z] #26 ...
16:17:23 [2020-07-17T16:17:23.412Z] 
16:17:23 [2020-07-17T16:17:23.412Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:23 [2020-07-17T16:17:23.412Z] #39 122.7   CC       criu/servicefd.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 123.1   CC       criu/shmem.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 124.0   CC       criu/sigframe.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 124.1   CC       criu/signalfd.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 124.4   CC       criu/sk-inet.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 125.2   CC       criu/sk-netlink.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 125.6   CC       criu/sk-packet.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 126.1   CC       criu/sk-queue.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 126.5   CC       criu/sk-tcp.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 126.9   CC       criu/sk-unix.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 128.5   CC       criu/sockets.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 129.2   CC       criu/stats.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 129.5   CC       criu/string.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 129.6   CC       criu/sysctl.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 130.2   CC       criu/sysfs_parse.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 130.6   CC       criu/timens.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 130.9   CC       criu/timerfd.o
16:17:23 [2020-07-17T16:17:23.412Z] #39 131.2   CC       criu/tty.o
16:17:23 [2020-07-17T16:17:23.523Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
16:17:23 [2020-07-17T16:17:23.523Z] === RUN   TestRemoveInvalidContainer
16:17:23 [2020-07-17T16:17:23.523Z] --- PASS: TestRemoveInvalidContainer (0.01s)
16:17:23 [2020-07-17T16:17:23.523Z] === RUN   TestRenameLinkedContainer
16:17:23 [2020-07-17T16:17:23.988Z] #39 ...
16:17:23 [2020-07-17T16:17:23.988Z] 
16:17:23 [2020-07-17T16:17:23.988Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
16:17:23 [2020-07-17T16:17:23.988Z] #26 DONE 6.1s
16:17:24 [2020-07-17T16:17:24.251Z] 
16:17:24 [2020-07-17T16:17:24.251Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
16:17:24 [2020-07-17T16:17:24.514Z] #29 DONE 0.5s
16:17:24 [2020-07-17T16:17:24.514Z] 
16:17:24 [2020-07-17T16:17:24.514Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:24 [2020-07-17T16:17:24.514Z] #39 132.8   CC       criu/tun.o
16:17:24 [2020-07-17T16:17:24.757Z] #50 106.8 + mkdir -p /build
16:17:24 [2020-07-17T16:17:24.757Z] #50 106.8 + cp runc /build/runc
16:17:24 [2020-07-17T16:17:24.757Z] #50 DONE 107.0s
16:17:24 [2020-07-17T16:17:24.757Z] 
16:17:24 [2020-07-17T16:17:24.757Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:17:24 [2020-07-17T16:17:24.777Z] #39 ...
16:17:24 [2020-07-17T16:17:24.777Z] 
16:17:24 [2020-07-17T16:17:24.777Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
16:17:24 [2020-07-17T16:17:24.777Z] #31 DONE 0.1s
16:17:24 [2020-07-17T16:17:24.777Z] 
16:17:24 [2020-07-17T16:17:24.777Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
16:17:24 [2020-07-17T16:17:24.777Z] #34 DONE 0.1s
16:17:24 [2020-07-17T16:17:24.777Z] 
16:17:24 [2020-07-17T16:17:24.777Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
16:17:25 [2020-07-17T16:17:25.353Z] #37 DONE 0.5s
16:17:25 [2020-07-17T16:17:25.353Z] 
16:17:25 [2020-07-17T16:17:25.353Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:25 [2020-07-17T16:17:25.353Z] #39 133.4   CC       criu/uffd.o
16:17:25 [2020-07-17T16:17:25.416Z] --- PASS: TestRenameLinkedContainer (1.62s)
16:17:25 [2020-07-17T16:17:25.416Z] === RUN   TestRenameStoppedContainer
16:17:25 [2020-07-17T16:17:25.672Z] --- PASS: TestRenameStoppedContainer (0.43s)
16:17:25 [2020-07-17T16:17:25.672Z] === RUN   TestRenameRunningContainerAndReuse
16:17:25 [2020-07-17T16:17:25.930Z] #39 134.4   CC       criu/util.o
16:17:26 [2020-07-17T16:17:26.600Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s)
16:17:26 [2020-07-17T16:17:26.600Z] === RUN   TestRenameInvalidName
16:17:26 [2020-07-17T16:17:26.856Z] --- PASS: TestRenameInvalidName (0.40s)
16:17:26 [2020-07-17T16:17:26.856Z] === RUN   TestRenameAnonymousContainer
16:17:26 [2020-07-17T16:17:26.875Z] #37 ...
16:17:26 [2020-07-17T16:17:26.875Z] 
16:17:26 [2020-07-17T16:17:26.875Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:26 [2020-07-17T16:17:26.875Z] #40 153.4   CC       criu/netfilter.o
16:17:27 [2020-07-17T16:17:27.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:17:27 [2020-07-17T16:17:27.176Z] #40 153.8   CC       criu/page-pipe.o
16:17:27 [2020-07-17T16:17:27.324Z] #39 135.4   CC       criu/uts_ns.o
16:17:27 [2020-07-17T16:17:27.324Z] #39 135.6   CC       criu/vdso.o
16:17:27 [2020-07-17T16:17:27.447Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	16.207s	coverage: 73.1% of statements
16:17:27 [2020-07-17T16:17:27.447Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:17:27 [2020-07-17T16:17:27.901Z] #39 136.1   LINK     criu/built-in.o
16:17:27 [2020-07-17T16:17:27.901Z] #39 136.2   LINK     criu/criu
16:17:28 [2020-07-17T16:17:28.238Z] --- PASS: TestRenameAnonymousContainer (1.48s)
16:17:28 [2020-07-17T16:17:28.238Z] === RUN   TestRenameContainerWithSameName
16:17:28 [2020-07-17T16:17:28.238Z] #40 154.8   CC       criu/page-xfer.o
16:17:28 [2020-07-17T16:17:28.477Z] #39 136.6   DEP      lib/c/criu.d
16:17:28 [2020-07-17T16:17:28.477Z] #39 136.7   CC       images/rpc.pb-c.o
16:17:28 [2020-07-17T16:17:28.489Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.807s	coverage: 57.7% of statements
16:17:28 [2020-07-17T16:17:28.489Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:17:28 [2020-07-17T16:17:28.806Z] --- PASS: TestRenameContainerWithSameName (0.43s)
16:17:28 [2020-07-17T16:17:28.806Z] === RUN   TestRenameContainerWithLinkedContainer
16:17:29 [2020-07-17T16:17:29.053Z] #39 137.3   CC       lib/c/criu.o
16:17:29 [2020-07-17T16:17:29.135Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.661s	coverage: 76.1% of statements
16:17:29 [2020-07-17T16:17:29.135Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:17:29 [2020-07-17T16:17:29.369Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s)
16:17:29 [2020-07-17T16:17:29.369Z] === RUN   TestResize
16:17:29 [2020-07-17T16:17:29.429Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.004s	coverage: 58.0% of statements
16:17:29 [2020-07-17T16:17:29.932Z] --- PASS: TestResize (0.44s)
16:17:29 [2020-07-17T16:17:29.932Z] === RUN   TestResizeWithInvalidSize
16:17:30 [2020-07-17T16:17:30.003Z] #39 138.3   LINK     lib/c/built-in.o
16:17:30 [2020-07-17T16:17:30.003Z] #39 138.3   LINK     lib/c/libcriu.so
16:17:30 [2020-07-17T16:17:30.065Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.014s	coverage: 3.0% of statements
16:17:30 [2020-07-17T16:17:30.266Z] #39 138.4   LINK     lib/c/libcriu.a
16:17:30 [2020-07-17T16:17:30.352Z] #40 156.4   CC       criu/pagemap-cache.o
16:17:30 [2020-07-17T16:17:30.352Z] #40 156.8   CC       criu/pagemap.o
16:17:30 [2020-07-17T16:17:30.493Z] --- PASS: TestResizeWithInvalidSize (0.40s)
16:17:30 [2020-07-17T16:17:30.493Z] === RUN   TestResizeWhenContainerNotStarted
16:17:30 [2020-07-17T16:17:30.529Z] #39 138.6   GEN      magic.py
16:17:30 [2020-07-17T16:17:30.529Z] #39 138.8 Note: Building without setproctitle() and strlcpy() support.
16:17:30 [2020-07-17T16:17:30.529Z] #39 138.8       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
16:17:30 [2020-07-17T16:17:30.529Z] #39 138.8 Note: Building without GnuTLS support
16:17:30 [2020-07-17T16:17:30.529Z] #39 138.8 Makefile.config:39: Warn: you have no libnftables installed
16:17:30 [2020-07-17T16:17:30.529Z] #39 138.8 Makefile.config:40: Warn: Building without nftables support
16:17:30 [2020-07-17T16:17:30.701Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
16:17:30 [2020-07-17T16:17:30.749Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s)
16:17:30 [2020-07-17T16:17:30.749Z] === RUN   TestDaemonRestartKillContainers
16:17:30 [2020-07-17T16:17:30.749Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
16:17:30 [2020-07-17T16:17:30.749Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
16:17:30 [2020-07-17T16:17:30.749Z] === RUN   TestCgroupNamespacesRun
16:17:31 [2020-07-17T16:17:31.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:17:31 [2020-07-17T16:17:31.338Z] ok  	github.com/docker/docker/daemon/images	0.008s	coverage: 4.8% of statements
16:17:31 [2020-07-17T16:17:31.338Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:17:31 [2020-07-17T16:17:31.338Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:17:31 [2020-07-17T16:17:31.417Z] #40 157.7   CC       criu/parasite-syscall.o
16:17:31 [2020-07-17T16:17:31.479Z] #39 139.7 fatal: not a git repository (or any of the parent directories): .git
16:17:32 [2020-07-17T16:17:32.378Z] ok  	github.com/docker/docker/daemon/logger	0.208s	coverage: 41.0% of statements
16:17:32 [2020-07-17T16:17:32.429Z] #39 140.6 make[1]: Nothing to be done for 'all'.
16:17:32 [2020-07-17T16:17:32.471Z] #40 158.7   CC       criu/path.o
16:17:32 [2020-07-17T16:17:32.770Z] #40 159.1   CC       criu/pie-util-vdso.o
16:17:33 [2020-07-17T16:17:33.004Z] #39 141.5 make[1]: 'images/built-in.o' is up to date.
16:17:33 [2020-07-17T16:17:33.014Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.082s	coverage: 77.4% of statements
16:17:33 [2020-07-17T16:17:33.014Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
16:17:33 [2020-07-17T16:17:33.014Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:17:33 [2020-07-17T16:17:33.067Z] #40 159.5   CC       criu/pie-util.o
16:17:33 [2020-07-17T16:17:33.264Z] --- PASS: TestCgroupNamespacesRun (2.14s)
16:17:33 [2020-07-17T16:17:33.264Z] === RUN   TestCgroupNamespacesRunPrivileged
16:17:33 [2020-07-17T16:17:33.268Z] #39 141.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
16:17:33 [2020-07-17T16:17:33.268Z] #39 141.6 make[1]: 'compel/plugins/fds.lib.a' is up to date.
16:17:33 [2020-07-17T16:17:33.268Z] #39 141.7 make[1]: 'compel/libcompel.a' is up to date.
16:17:33 [2020-07-17T16:17:33.268Z] #39 141.7 make[1]: 'compel/compel-host-bin' is up to date.
16:17:33 [2020-07-17T16:17:33.307Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.003s	coverage: 67.0% of statements
16:17:33 [2020-07-17T16:17:33.366Z] #40 159.7   CC       criu/pipes.o
16:17:33 [2020-07-17T16:17:33.531Z] #39 141.8 make[1]: Nothing to be done for 'all'.
16:17:33 [2020-07-17T16:17:33.531Z] #39 141.8 make[1]: 'soccr/libsoccr.a' is up to date.
16:17:33 [2020-07-17T16:17:33.794Z] #39 142.0 make[2]: Nothing to be done for 'all'.
16:17:33 [2020-07-17T16:17:33.794Z] #39 142.1 make[2]: Nothing to be done for 'all'.
16:17:33 [2020-07-17T16:17:33.794Z] #39 142.1 make[2]: Nothing to be done for 'all'.
16:17:33 [2020-07-17T16:17:33.943Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 26.2% of statements
16:17:34 [2020-07-17T16:17:34.019Z] #40 160.5   CC       criu/plugin.o
16:17:34 [2020-07-17T16:17:34.057Z] #39 142.2 make[2]: Nothing to be done for 'all'.
16:17:34 [2020-07-17T16:17:34.057Z] #39 142.2 make[2]: Nothing to be done for 'all'.
16:17:34 [2020-07-17T16:17:34.057Z] #39 142.3 make[2]: Nothing to be done for 'all'.
16:17:34 [2020-07-17T16:17:34.057Z] #39 142.4 make[2]: Nothing to be done for 'all'.
16:17:34 [2020-07-17T16:17:34.236Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.005s	coverage: 61.6% of statements
16:17:34 [2020-07-17T16:17:34.237Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
16:17:34 [2020-07-17T16:17:34.320Z] #40 160.9   CC       criu/proc_parse.o
16:17:34 [2020-07-17T16:17:34.320Z] #39 142.4 make[2]: Nothing to be done for 'all'.
16:17:34 [2020-07-17T16:17:34.320Z] #39 142.5   INSTALL  criu/criu
16:17:34 [2020-07-17T16:17:34.584Z] #39 DONE 143.0s
16:17:34 [2020-07-17T16:17:34.584Z] 
16:17:34 [2020-07-17T16:17:34.584Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:17:35 [2020-07-17T16:17:35.153Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.11s)
16:17:35 [2020-07-17T16:17:35.153Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:17:35 [2020-07-17T16:17:35.278Z] ok  	github.com/docker/docker/daemon/logger/local	0.009s	coverage: 75.2% of statements
16:17:35 [2020-07-17T16:17:35.278Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:17:35 [2020-07-17T16:17:35.572Z] time="2020-07-17T16:17:35Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate146799058/log436517641.1: no such file or directory"
16:17:35 [2020-07-17T16:17:35.573Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.045s	coverage: 38.3% of statements
16:17:36 [2020-07-17T16:17:36.210Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.005s	coverage: 33.3% of statements
16:17:36 [2020-07-17T16:17:36.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:17:36 [2020-07-17T16:17:36.511Z] #45 ...
16:17:36 [2020-07-17T16:17:36.511Z] 
16:17:36 [2020-07-17T16:17:36.511Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
16:17:36 [2020-07-17T16:17:36.511Z] #40 DONE 0.2s
16:17:36 [2020-07-17T16:17:36.511Z] 
16:17:36 [2020-07-17T16:17:36.511Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
16:17:36 [2020-07-17T16:17:36.774Z] #42 DONE 0.4s
16:17:36 [2020-07-17T16:17:36.774Z] 
16:17:36 [2020-07-17T16:17:36.774Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:17:37 [2020-07-17T16:17:37.037Z] #52 ...
16:17:37 [2020-07-17T16:17:37.037Z] 
16:17:37 [2020-07-17T16:17:37.037Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
16:17:37 [2020-07-17T16:17:37.037Z] #44 DONE 0.2s
16:17:37 [2020-07-17T16:17:37.037Z] 
16:17:37 [2020-07-17T16:17:37.037Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:17:37 [2020-07-17T16:17:37.042Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.14s)
16:17:37 [2020-07-17T16:17:37.042Z] === RUN   TestCgroupNamespacesRunHostMode
16:17:37 [2020-07-17T16:17:37.252Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
16:17:37 [2020-07-17T16:17:37.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:17:37 [2020-07-17T16:17:37.545Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
16:17:37 [2020-07-17T16:17:37.931Z] #40 164.1   CC       criu/protobuf-desc.o
16:17:37 [2020-07-17T16:17:37.932Z] #40 ...
16:17:37 [2020-07-17T16:17:37.932Z] 
16:17:37 [2020-07-17T16:17:37.932Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:17:37 [2020-07-17T16:17:37.932Z] #37 231.5 + dpkg --print-architecture
16:17:37 [2020-07-17T16:17:37.932Z] #37 231.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
16:17:38 [2020-07-17T16:17:38.182Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.451s	coverage: 82.5% of statements
16:17:38 [2020-07-17T16:17:38.183Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:17:38 [2020-07-17T16:17:38.183Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
16:17:38 [2020-07-17T16:17:38.183Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:17:38 [2020-07-17T16:17:38.232Z] #37 231.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:17:38 [2020-07-17T16:17:38.232Z] #37 231.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:17:39 [2020-07-17T16:17:39.223Z] ok  	github.com/docker/docker/distribution/metadata	0.028s	coverage: 48.2% of statements
16:17:39 [2020-07-17T16:17:39.557Z] --- PASS: TestCgroupNamespacesRunHostMode (2.12s)
16:17:39 [2020-07-17T16:17:39.557Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:17:39 [2020-07-17T16:17:39.862Z] ok  	github.com/docker/docker/distribution	0.262s	coverage: 22.1% of statements
16:17:39 [2020-07-17T16:17:39.862Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:17:40 [2020-07-17T16:17:40.499Z] ok  	github.com/docker/docker/errdefs	0.002s	coverage: 49.4% of statements
16:17:41 [2020-07-17T16:17:41.447Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.13s)
16:17:41 [2020-07-17T16:17:41.447Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:17:41 [2020-07-17T16:17:41.545Z] ok  	github.com/docker/docker/image	0.014s	coverage: 86.4% of statements
16:17:41 [2020-07-17T16:17:41.845Z] ok  	github.com/docker/docker/image/cache	0.005s	coverage: 19.2% of statements
16:17:42 [2020-07-17T16:17:42.151Z] ok  	github.com/docker/docker/distribution/xfer	1.892s	coverage: 85.1% of statements
16:17:42 [2020-07-17T16:17:42.151Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:17:42 [2020-07-17T16:17:42.151Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
16:17:42 [2020-07-17T16:17:42.444Z] ok  	github.com/docker/docker/image/v1	0.021s	coverage: 25.0% of statements
16:17:42 [2020-07-17T16:17:42.444Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:17:42 [2020-07-17T16:17:42.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:17:43 [2020-07-17T16:17:43.079Z] ok  	github.com/docker/docker/libcontainerd/queue	0.021s	coverage: 100.0% of statements
16:17:43 [2020-07-17T16:17:43.962Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.15s)
16:17:43 [2020-07-17T16:17:43.962Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:17:44 [2020-07-17T16:17:44.118Z] ok  	github.com/docker/docker/opts	0.012s	coverage: 67.4% of statements
16:17:44 [2020-07-17T16:17:44.118Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 50.0% of statements
16:17:45 [2020-07-17T16:17:45.326Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.69s)
16:17:45 [2020-07-17T16:17:45.326Z] === RUN   TestCgroupNamespacesRunOlderClient
16:17:45 [2020-07-17T16:17:45.632Z] ok  	github.com/docker/docker/pkg/archive	0.438s	coverage: 76.9% of statements
16:17:46 [2020-07-17T16:17:46.037Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:17:46 [2020-07-17T16:17:46.270Z] ok  	github.com/docker/docker/pkg/authorization	0.230s	coverage: 68.3% of statements
16:17:46 [2020-07-17T16:17:46.563Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
16:17:46 [2020-07-17T16:17:46.857Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
16:17:47 [2020-07-17T16:17:47.216Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.11s)
16:17:47 [2020-07-17T16:17:47.216Z] === RUN   TestKernelTCPMemory
16:17:47 [2020-07-17T16:17:47.475Z] --- SKIP: TestKernelTCPMemory (0.03s)
16:17:47 [2020-07-17T16:17:47.475Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
16:17:47 [2020-07-17T16:17:47.475Z] === RUN   TestNISDomainname
16:17:47 [2020-07-17T16:17:47.475Z] --- SKIP: TestNISDomainname (0.01s)
16:17:47 [2020-07-17T16:17:47.475Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
16:17:47 [2020-07-17T16:17:47.475Z] === RUN   TestHostnameDnsResolution
16:17:48 [2020-07-17T16:17:48.040Z] --- PASS: TestHostnameDnsResolution (0.64s)
16:17:48 [2020-07-17T16:17:48.040Z] === RUN   TestStats
16:17:48 [2020-07-17T16:17:48.040Z] --- SKIP: TestStats (0.00s)
16:17:48 [2020-07-17T16:17:48.040Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
16:17:48 [2020-07-17T16:17:48.040Z] === RUN   TestStopContainerWithTimeout
16:17:48 [2020-07-17T16:17:48.040Z] === RUN   TestStopContainerWithTimeout/0
16:17:48 [2020-07-17T16:17:48.040Z] === PAUSE TestStopContainerWithTimeout/0
16:17:48 [2020-07-17T16:17:48.040Z] === RUN   TestStopContainerWithTimeout/1
16:17:48 [2020-07-17T16:17:48.040Z] === PAUSE TestStopContainerWithTimeout/1
16:17:48 [2020-07-17T16:17:48.040Z] === RUN   TestStopContainerWithTimeout/3
16:17:48 [2020-07-17T16:17:48.040Z] === PAUSE TestStopContainerWithTimeout/3
16:17:48 [2020-07-17T16:17:48.040Z] === RUN   TestStopContainerWithTimeout/-1
16:17:48 [2020-07-17T16:17:48.040Z] === PAUSE TestStopContainerWithTimeout/-1
16:17:48 [2020-07-17T16:17:48.040Z] === CONT  TestStopContainerWithTimeout/0
16:17:48 [2020-07-17T16:17:48.040Z] === CONT  TestStopContainerWithTimeout/-1
16:17:48 [2020-07-17T16:17:48.602Z] === CONT  TestStopContainerWithTimeout/3
16:17:48 [2020-07-17T16:17:48.694Z] #37 ...
16:17:48 [2020-07-17T16:17:48.694Z] 
16:17:48 [2020-07-17T16:17:48.694Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:17:48 [2020-07-17T16:17:48.694Z] #40 165.0   CC       criu/protobuf.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 165.4   CC       criu/pstree.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 166.7   CC       criu/rbtree.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 167.1   CC       criu/rst-malloc.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 167.5   CC       criu/seccomp.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 168.2   CC       criu/seize.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 169.4   CC       criu/servicefd.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 169.9   CC       criu/shmem.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 170.8   CC       criu/sigframe.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 170.9   CC       criu/signalfd.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 171.2   CC       criu/sk-inet.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 172.3   CC       criu/sk-netlink.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 172.8   CC       criu/sk-packet.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 173.7   CC       criu/sk-queue.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 174.2   CC       criu/sk-tcp.o
16:17:48 [2020-07-17T16:17:48.694Z] #40 174.8   CC       criu/sk-unix.o
16:17:49 [2020-07-17T16:17:49.326Z] #45 ...
16:17:49 [2020-07-17T16:17:49.326Z] 
16:17:49 [2020-07-17T16:17:49.326Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:17:49 [2020-07-17T16:17:49.326Z] #52 181.5 + bin/containerd-stress
16:17:50 [2020-07-17T16:17:50.244Z] #40 176.7   CC       criu/sockets.o
16:17:51 [2020-07-17T16:17:51.118Z] === CONT  TestStopContainerWithTimeout/1
16:17:51 [2020-07-17T16:17:51.245Z] #52 184.4 + bin/containerd-shim
16:17:51 [2020-07-17T16:17:51.299Z] #40 177.6   CC       criu/stats.o
16:17:51 [2020-07-17T16:17:51.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:17:51 [2020-07-17T16:17:51.324Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.495s	coverage: 43.2% of statements
16:17:51 [2020-07-17T16:17:51.324Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
16:17:51 [2020-07-17T16:17:51.324Z] ok  	github.com/docker/docker/layer	7.473s	coverage: 68.8% of statements
16:17:51 [2020-07-17T16:17:51.324Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:17:51 [2020-07-17T16:17:51.324Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:17:51 [2020-07-17T16:17:51.324Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:17:51 [2020-07-17T16:17:51.324Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:17:51 [2020-07-17T16:17:51.324Z] ?   	github.com/docker/docker/oci	[no test files]
16:17:51 [2020-07-17T16:17:51.324Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:17:51 [2020-07-17T16:17:51.324Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
16:17:51 [2020-07-17T16:17:51.324Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:17:51 [2020-07-17T16:17:51.324Z] ok  	github.com/docker/docker/pkg/discovery	0.008s	coverage: 58.3% of statements
16:17:51 [2020-07-17T16:17:51.599Z] #40 178.0   CC       criu/string.o
16:17:51 [2020-07-17T16:17:51.599Z] #40 178.1   CC       criu/sysctl.o
16:17:51 [2020-07-17T16:17:51.617Z] ok  	github.com/docker/docker/pkg/discovery/file	0.005s	coverage: 92.9% of statements
16:17:52 [2020-07-17T16:17:52.052Z] --- PASS: TestStopContainerWithTimeout (0.01s)
16:17:52 [2020-07-17T16:17:52.052Z]     --- PASS: TestStopContainerWithTimeout/0 (0.71s)
16:17:52 [2020-07-17T16:17:52.052Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.67s)
16:17:52 [2020-07-17T16:17:52.052Z]     --- PASS: TestStopContainerWithTimeout/3 (2.38s)
16:17:52 [2020-07-17T16:17:52.052Z]     --- PASS: TestStopContainerWithTimeout/1 (1.41s)
16:17:52 [2020-07-17T16:17:52.052Z] === RUN   TestDeleteDevicemapper
16:17:52 [2020-07-17T16:17:52.052Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:17:52 [2020-07-17T16:17:52.052Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:17:52 [2020-07-17T16:17:52.052Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:17:52 [2020-07-17T16:17:52.254Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.013s	coverage: 92.3% of statements
16:17:52 [2020-07-17T16:17:52.255Z] #40 178.8   CC       criu/sysfs_parse.o
16:17:52 [2020-07-17T16:17:52.547Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.002s	coverage: 93.8% of statements
16:17:52 [2020-07-17T16:17:52.840Z] ok  	github.com/docker/docker/pkg/dmesg	0.030s	coverage: 83.3% of statements
16:17:52 [2020-07-17T16:17:52.926Z] #40 179.4   CC       criu/timens.o
16:17:53 [2020-07-17T16:17:53.224Z] #40 179.8   CC       criu/timerfd.o
16:17:53 [2020-07-17T16:17:53.316Z] sha256:5842f0cf984384531f94cea5e580a85756c9758f9d197235afb4471fb704a677
16:17:53 [2020-07-17T16:17:53.316Z] INFO: Starting docker-py tests...
16:17:53 [2020-07-17T16:17:53.316Z] ============================= test session starts ==============================
16:17:53 [2020-07-17T16:17:53.316Z] platform linux -- Python 3.7.8, pytest-4.3.1, py-1.9.0, pluggy-0.13.1
16:17:53 [2020-07-17T16:17:53.316Z] rootdir: /src, inifile: pytest.ini
16:17:53 [2020-07-17T16:17:53.316Z] plugins: cov-2.6.1, timeout-1.3.3
16:17:53 [2020-07-17T16:17:53.316Z] collected 388 items / 2 deselected / 386 selected
16:17:53 [2020-07-17T16:17:53.316Z] 
16:17:53 [2020-07-17T16:17:53.418Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.43s)
16:17:53 [2020-07-17T16:17:53.418Z] === RUN   TestUpdateMemory
16:17:53 [2020-07-17T16:17:53.418Z] --- SKIP: TestUpdateMemory (0.00s)
16:17:53 [2020-07-17T16:17:53.418Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
16:17:53 [2020-07-17T16:17:53.418Z] === RUN   TestUpdateCPUQuota
16:17:53 [2020-07-17T16:17:53.418Z] --- SKIP: TestUpdateCPUQuota (0.00s)
16:17:53 [2020-07-17T16:17:53.418Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
16:17:53 [2020-07-17T16:17:53.418Z] === RUN   TestUpdatePidsLimit
16:17:53 [2020-07-17T16:17:53.418Z] --- SKIP: TestUpdatePidsLimit (0.00s)
16:17:53 [2020-07-17T16:17:53.418Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
16:17:53 [2020-07-17T16:17:53.418Z] === RUN   TestUpdateRestartPolicy
16:17:53 [2020-07-17T16:17:53.804Z] #52 ...
16:17:53 [2020-07-17T16:17:53.804Z] 
16:17:53 [2020-07-17T16:17:53.804Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:17:53 [2020-07-17T16:17:53.804Z] #45 DONE 221.6s
16:17:53 [2020-07-17T16:17:53.804Z] 
16:17:53 [2020-07-17T16:17:53.804Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:17:53 [2020-07-17T16:17:53.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:17:53 [2020-07-17T16:17:53.873Z] #40 180.3   CC       criu/tty.o
16:17:53 [2020-07-17T16:17:53.880Z] ok  	github.com/docker/docker/pkg/filenotify	0.602s	coverage: 67.0% of statements
16:17:54 [2020-07-17T16:17:54.516Z] ok  	github.com/docker/docker/pkg/fileutils	0.016s	coverage: 89.5% of statements
16:17:55 [2020-07-17T16:17:55.555Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.095s	coverage: 84.1% of statements
16:17:55 [2020-07-17T16:17:55.555Z] ok  	github.com/docker/docker/pkg/fsutils	0.412s	coverage: 85.1% of statements
16:17:55 [2020-07-17T16:17:55.555Z] ok  	github.com/docker/docker/pkg/homedir	0.001s	coverage: 11.4% of statements
16:17:56 [2020-07-17T16:17:56.362Z] #52 ...
16:17:56 [2020-07-17T16:17:56.362Z] 
16:17:56 [2020-07-17T16:17:56.362Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
16:17:56 [2020-07-17T16:17:56.595Z] ok  	github.com/docker/docker/pkg/idtools	0.401s	coverage: 70.5% of statements
16:17:56 [2020-07-17T16:17:56.595Z] ok  	github.com/docker/docker/pkg/ioutils	0.281s	coverage: 70.6% of statements
16:17:56 [2020-07-17T16:17:56.653Z] #40 182.6   CC       criu/tun.o
16:17:56 [2020-07-17T16:17:56.901Z] ok  	github.com/docker/docker/pkg/locker	0.010s	coverage: 88.9% of statements
16:17:56 [2020-07-17T16:17:56.901Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.016s	coverage: 91.7% of statements
16:17:56 [2020-07-17T16:17:56.958Z] #40 183.3   CC       criu/uffd.o
16:17:57 [2020-07-17T16:17:57.218Z] ok  	github.com/docker/docker/pkg/longpath	0.009s	coverage: 100.0% of statements
16:17:57 [2020-07-17T16:17:57.218Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:17:57 [2020-07-17T16:17:57.218Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
16:17:57 [2020-07-17T16:17:57.218Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.016s	coverage: 85.7% of statements
16:17:57 [2020-07-17T16:17:57.218Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
16:17:57 [2020-07-17T16:17:57.306Z] #46 DONE 1.1s
16:17:57 [2020-07-17T16:17:57.306Z] 
16:17:57 [2020-07-17T16:17:57.306Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
16:17:57 [2020-07-17T16:17:57.306Z] #48 DONE 0.2s
16:17:57 [2020-07-17T16:17:57.306Z] 
16:17:57 [2020-07-17T16:17:57.306Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
16:17:57 [2020-07-17T16:17:57.512Z] ok  	github.com/docker/docker/pkg/parsers	0.001s	coverage: 97.0% of statements
16:17:57 [2020-07-17T16:17:57.512Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.001s	coverage: 60.0% of statements
16:17:57 [2020-07-17T16:17:57.568Z] #50 DONE 0.3s
16:17:57 [2020-07-17T16:17:57.568Z] 
16:17:57 [2020-07-17T16:17:57.568Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:17:57 [2020-07-17T16:17:57.805Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.017s	coverage: 91.4% of statements
16:17:57 [2020-07-17T16:17:57.805Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
16:17:57 [2020-07-17T16:17:57.805Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:17:57 [2020-07-17T16:17:57.805Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:17:57 [2020-07-17T16:17:57.830Z] #52 191.0 + bin/containerd-shim-runc-v1
16:17:58 [2020-07-17T16:17:58.018Z] #40 184.7   CC       criu/util.o
16:17:58 [2020-07-17T16:17:58.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:17:58 [2020-07-17T16:17:58.442Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.009s	coverage: 56.8% of statements
16:17:59 [2020-07-17T16:17:59.079Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
16:17:59 [2020-07-17T16:17:59.371Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
16:17:59 [2020-07-17T16:17:59.372Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
16:18:00 [2020-07-17T16:18:00.121Z] #40 186.5   CC       criu/uts_ns.o
16:18:00 [2020-07-17T16:18:00.421Z] #40 186.9   CC       criu/vdso.o
16:18:00 [2020-07-17T16:18:00.885Z] ok  	github.com/docker/docker/pkg/pubsub	1.020s	coverage: 73.9% of statements
16:18:00 [2020-07-17T16:18:00.885Z] ok  	github.com/docker/docker/pkg/reexec	0.003s	coverage: 82.4% of statements
16:18:01 [2020-07-17T16:18:01.071Z] #40 187.6   LINK     criu/built-in.o
16:18:01 [2020-07-17T16:18:01.216Z] #52 194.2 + bin/containerd-shim-runc-v2
16:18:01 [2020-07-17T16:18:01.353Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:18:01 [2020-07-17T16:18:01.353Z] Using test binary docker
16:18:01 [2020-07-17T16:18:01.370Z] #40 187.9   LINK     criu/criu
16:18:01 [2020-07-17T16:18:01.613Z] +++ /etc/init.d/apparmor start
16:18:01 [2020-07-17T16:18:01.613Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:18:01 [2020-07-17T16:18:01.613Z] INFO: Waiting for daemon to start...
16:18:01 [2020-07-17T16:18:01.613Z] Starting dockerd
16:18:01 [2020-07-17T16:18:01.613Z] +++ 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
16:18:02 [2020-07-17T16:18:02.020Z] #40 188.6   DEP      lib/c/criu.d
16:18:02 [2020-07-17T16:18:02.020Z] #40 188.7   CC       images/rpc.pb-c.o
16:18:02 [2020-07-17T16:18:02.160Z] #52 195.5 + binaries
16:18:02 [2020-07-17T16:18:02.160Z] #52 195.5 + install -D bin/containerd /build/containerd
16:18:02 [2020-07-17T16:18:02.160Z] #52 195.5 + install -D bin/containerd-shim /build/containerd-shim
16:18:02 [2020-07-17T16:18:02.160Z] #52 195.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:18:02 [2020-07-17T16:18:02.160Z] #52 195.6 + install -D bin/ctr /build/ctr
16:18:03 [2020-07-17T16:18:03.092Z] #40 189.4   CC       lib/c/criu.o
16:18:03 [2020-07-17T16:18:03.544Z] #52 DONE 197.0s
16:18:03 [2020-07-17T16:18:03.625Z] ok  	github.com/docker/docker/pkg/signal	2.347s	coverage: 61.0% of statements
16:18:03 [2020-07-17T16:18:03.919Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
16:18:04 [2020-07-17T16:18:04.155Z] .
16:18:04 [2020-07-17T16:18:04.155Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:18:04 [2020-07-17T16:18:04.155Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:18:04 [2020-07-17T16:18:04.155Z] Error: No such image: emptyfs
16:18:04 [2020-07-17T16:18:04.155Z] ++++ docker load
16:18:04 [2020-07-17T16:18:04.155Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:18:04 [2020-07-17T16:18:04.155Z] Running integration-test (iteration 1)
16:18:04 [2020-07-17T16:18:04.155Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
16:18:04 [2020-07-17T16:18:04.155Z] ++ 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
16:18:04 [2020-07-17T16:18:04.155Z] ++ set -e
16:18:04 [2020-07-17T16:18:04.155Z] ++ '[' -n 0 ']'
16:18:04 [2020-07-17T16:18:04.155Z] ++ set -x
16:18:04 [2020-07-17T16:18:04.155Z] ++ env -i DEST=/go/src/github.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
16:18:04 [2020-07-17T16:18:04.212Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
16:18:04 [2020-07-17T16:18:04.510Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
16:18:04 [2020-07-17T16:18:04.634Z] #40 ...
16:18:04 [2020-07-17T16:18:04.634Z] 
16:18:04 [2020-07-17T16:18:04.634Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
16:18:04 [2020-07-17T16:18:04.634Z] #37 DONE 258.1s
16:18:04 [2020-07-17T16:18:04.634Z] 
16:18:04 [2020-07-17T16:18:04.634Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
16:18:04 [2020-07-17T16:18:04.634Z] #40 190.9   LINK     lib/c/built-in.o
16:18:04 [2020-07-17T16:18:04.634Z] #40 190.9   LINK     lib/c/libcriu.so
16:18:04 [2020-07-17T16:18:04.634Z] #40 191.1   LINK     lib/c/libcriu.a
16:18:04 [2020-07-17T16:18:04.805Z] ok  	github.com/docker/docker/pkg/symlink	0.007s	coverage: 87.7% of statements
16:18:04 [2020-07-17T16:18:04.934Z] 
16:18:04 [2020-07-17T16:18:04.934Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
16:18:05 [2020-07-17T16:18:05.098Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 53.8% of statements
16:18:05 [2020-07-17T16:18:05.281Z] #40 191.5   GEN      magic.py
16:18:05 [2020-07-17T16:18:05.281Z] #40 191.8 Note: Building without setproctitle() and strlcpy() support.
16:18:05 [2020-07-17T16:18:05.581Z] #40 191.8       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
16:18:05 [2020-07-17T16:18:05.581Z] #40 191.8 Note: Building without GnuTLS support
16:18:05 [2020-07-17T16:18:05.581Z] #40 191.8 Makefile.config:39: Warn: you have no libnftables installed
16:18:05 [2020-07-17T16:18:05.581Z] #40 191.8 Makefile.config:40: Warn: Building without nftables support
16:18:05 [2020-07-17T16:18:05.583Z] --- PASS: TestUpdateRestartPolicy (10.91s)
16:18:05 [2020-07-17T16:18:05.583Z] === RUN   TestUpdateRestartWithAutoRemove
16:18:05 [2020-07-17T16:18:05.583Z] --- PASS: TestUpdateRestartWithAutoRemove (0.56s)
16:18:05 [2020-07-17T16:18:05.583Z] === RUN   TestWaitNonBlocked
16:18:05 [2020-07-17T16:18:05.583Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:18:05 [2020-07-17T16:18:05.583Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:18:05 [2020-07-17T16:18:05.583Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:18:05 [2020-07-17T16:18:05.583Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:18:05 [2020-07-17T16:18:05.583Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:18:05 [2020-07-17T16:18:05.583Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:18:05 [2020-07-17T16:18:05.583Z] --- PASS: TestWaitNonBlocked (0.01s)
16:18:05 [2020-07-17T16:18:05.583Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s)
16:18:05 [2020-07-17T16:18:05.583Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s)
16:18:05 [2020-07-17T16:18:05.583Z] === RUN   TestWaitBlocked
16:18:05 [2020-07-17T16:18:05.583Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:18:05 [2020-07-17T16:18:05.583Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:18:05 [2020-07-17T16:18:05.583Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:18:05 [2020-07-17T16:18:05.583Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:18:05 [2020-07-17T16:18:05.583Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:18:05 [2020-07-17T16:18:05.583Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:18:05 [2020-07-17T16:18:05.734Z] ok  	github.com/docker/docker/pkg/system	0.038s	coverage: 36.9% of statements
16:18:06 [2020-07-17T16:18:06.027Z] ok  	github.com/docker/docker/pkg/tailfile	0.038s	coverage: 88.6% of statements
16:18:06 [2020-07-17T16:18:06.208Z] tests/integration/api_build_test.py .......................X             [  6%]
16:18:06 [2020-07-17T16:18:06.247Z] #40 192.8 fatal: not a git repository (or any of the parent directories): .git
16:18:06 [2020-07-17T16:18:06.318Z] #53 DONE 1.5s
16:18:06 [2020-07-17T16:18:06.320Z] ok  	github.com/docker/docker/pkg/tarsum	0.032s	coverage: 89.3% of statements
16:18:06 [2020-07-17T16:18:06.510Z] --- PASS: TestWaitBlocked (0.01s)
16:18:06 [2020-07-17T16:18:06.510Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s)
16:18:06 [2020-07-17T16:18:06.510Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s)
16:18:06 [2020-07-17T16:18:06.510Z] === CONT  TestDaemonRestartIpcMode
16:18:06 [2020-07-17T16:18:06.510Z] === CONT  TestIpcModeOlderClient
16:18:06 [2020-07-17T16:18:06.510Z] --- PASS: TestIpcModeOlderClient (0.09s)
16:18:06 [2020-07-17T16:18:06.579Z] 
16:18:06 [2020-07-17T16:18:06.579Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
16:18:06 [2020-07-17T16:18:06.613Z] testing: warning: no tests to run
16:18:06 [2020-07-17T16:18:06.613Z] coverage: [no statements]
16:18:06 [2020-07-17T16:18:06.613Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
16:18:06 [2020-07-17T16:18:06.781Z] tests/integration/api_client_test.py .....                               [  7%]
16:18:06 [2020-07-17T16:18:06.840Z] #57 DONE 0.4s
16:18:06 [2020-07-17T16:18:06.840Z] 
16:18:06 [2020-07-17T16:18:06.840Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
16:18:06 [2020-07-17T16:18:06.906Z] ok  	github.com/docker/docker/pkg/truncindex	0.101s	coverage: 91.5% of statements
16:18:07 [2020-07-17T16:18:07.200Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
16:18:07 [2020-07-17T16:18:07.200Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
16:18:07 [2020-07-17T16:18:07.783Z] #59 DONE 0.8s
16:18:07 [2020-07-17T16:18:07.783Z] 
16:18:07 [2020-07-17T16:18:07.783Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
16:18:07 [2020-07-17T16:18:07.783Z] #61 DONE 0.1s
16:18:07 [2020-07-17T16:18:07.783Z] 
16:18:07 [2020-07-17T16:18:07.783Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
16:18:07 [2020-07-17T16:18:07.783Z] #62 DONE 0.0s
16:18:07 [2020-07-17T16:18:07.783Z] 
16:18:07 [2020-07-17T16:18:07.783Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
16:18:07 [2020-07-17T16:18:07.792Z] #40 193.9 make[1]: Nothing to be done for 'all'.
16:18:08 [2020-07-17T16:18:08.451Z] #40 195.1 make[1]: 'images/built-in.o' is up to date.
16:18:08 [2020-07-17T16:18:08.547Z] tests/integration/api_config_test.py .....                               [  8%]
16:18:08 [2020-07-17T16:18:08.752Z] #40 195.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
16:18:08 [2020-07-17T16:18:08.752Z] #40 195.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
16:18:08 [2020-07-17T16:18:08.752Z] #40 195.2 make[1]: 'compel/libcompel.a' is up to date.
16:18:08 [2020-07-17T16:18:08.752Z] #40 195.3 make[1]: 'compel/compel-host-bin' is up to date.
16:18:09 [2020-07-17T16:18:09.053Z] #40 195.3 make[1]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.053Z] #40 195.4 make[1]: 'soccr/libsoccr.a' is up to date.
16:18:09 [2020-07-17T16:18:09.053Z] #40 195.6 make[2]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.171Z] #63 DONE 1.4s
16:18:09 [2020-07-17T16:18:09.171Z] 
16:18:09 [2020-07-17T16:18:09.171Z] #64 exporting to image
16:18:09 [2020-07-17T16:18:09.171Z] #64 exporting layers
16:18:09 [2020-07-17T16:18:09.279Z] ok  	github.com/docker/docker/plugin	0.553s	coverage: 23.1% of statements
16:18:09 [2020-07-17T16:18:09.279Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.5% of statements
16:18:09 [2020-07-17T16:18:09.352Z] #40 195.7 make[2]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.352Z] #40 195.7 make[2]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.352Z] #40 195.9 make[2]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.352Z] #40 195.9 make[2]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.654Z] #40 196.0 make[2]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.654Z] #40 196.0 make[2]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.918Z] ok  	github.com/docker/docker/profiles/seccomp	0.003s	coverage: 75.0% of statements
16:18:09 [2020-07-17T16:18:09.955Z] #40 196.2 make[2]: Nothing to be done for 'all'.
16:18:09 [2020-07-17T16:18:09.955Z] #40 196.3   INSTALL  criu/criu
16:18:09 [2020-07-17T16:18:09.955Z] #40 DONE 196.4s
16:18:09 [2020-07-17T16:18:09.955Z] 
16:18:09 [2020-07-17T16:18:09.955Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:18:10 [2020-07-17T16:18:10.555Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
16:18:10 [2020-07-17T16:18:10.677Z] --- PASS: TestDaemonRestartIpcMode (4.14s)
16:18:10 [2020-07-17T16:18:10.677Z] PASS
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === Skipped
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
16:18:10 [2020-07-17T16:18:10.677Z]     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)
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestPause (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
16:18:10 [2020-07-17T16:18:10.677Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s)
16:18:10 [2020-07-17T16:18:10.677Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
16:18:10 [2020-07-17T16:18:10.677Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestStats (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
16:18:10 [2020-07-17T16:18:10.677Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] 
16:18:10 [2020-07-17T16:18:10.677Z] DONE 185 tests, 24 skipped in 78.319s
16:18:10 [2020-07-17T16:18:10.677Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
16:18:10 [2020-07-17T16:18:10.677Z] INFO: Testing against a local daemon
16:18:10 [2020-07-17T16:18:10.677Z] === RUN   TestCommitInheritsEnv
16:18:11 [2020-07-17T16:18:11.634Z] ok  	github.com/docker/docker/registry	0.100s	coverage: 56.3% of statements
16:18:11 [2020-07-17T16:18:11.929Z] ok  	github.com/docker/docker/registry/resumable	0.014s	coverage: 100.0% of statements
16:18:12 [2020-07-17T16:18:12.043Z] --- PASS: TestCommitInheritsEnv (1.46s)
16:18:12 [2020-07-17T16:18:12.043Z] === RUN   TestImportExtremelyLargeImageWorks
16:18:12 [2020-07-17T16:18:12.043Z] === PAUSE TestImportExtremelyLargeImageWorks
16:18:12 [2020-07-17T16:18:12.043Z] === RUN   TestImagesFilterMultiReference
16:18:12 [2020-07-17T16:18:12.222Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
16:18:12 [2020-07-17T16:18:12.298Z] --- PASS: TestImagesFilterMultiReference (0.07s)
16:18:12 [2020-07-17T16:18:12.299Z] === RUN   TestImagePullPlatformInvalid
16:18:12 [2020-07-17T16:18:12.299Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
16:18:12 [2020-07-17T16:18:12.299Z] === RUN   TestRemoveImageOrphaning
16:18:12 [2020-07-17T16:18:12.860Z] ok  	github.com/docker/docker/runconfig	0.006s	coverage: 66.1% of statements
16:18:12 [2020-07-17T16:18:12.860Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
16:18:13 [2020-07-17T16:18:13.389Z] #64 exporting layers 3.8s done
16:18:13 [2020-07-17T16:18:13.389Z] #64 writing image sha256:90198f64a7c5ff03a2c175629c885933f8911ac58754327809e8332f9314332d done
16:18:13 [2020-07-17T16:18:13.389Z] #64 naming to docker.io/library/docker:b0c0b41016c8035ce3dc9783044f065548567e76 done
16:18:13 [2020-07-17T16:18:13.389Z] #64 DONE 3.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:18:13 [2020-07-17T16:18:13.763Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/test/unit
16:18:14 [2020-07-17T16:18:14.186Z] --- PASS: TestRemoveImageOrphaning (1.91s)
16:18:14 [2020-07-17T16:18:14.186Z] === RUN   TestRemoveImageGarbageCollector
16:18:14 [2020-07-17T16:18:14.186Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:18:14 [2020-07-17T16:18:14.186Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
16:18:14 [2020-07-17T16:18:14.186Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:18:14 [2020-07-17T16:18:14.186Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
16:18:14 [2020-07-17T16:18:14.186Z] === RUN   TestTagInvalidReference
16:18:14 [2020-07-17T16:18:14.186Z] --- PASS: TestTagInvalidReference (0.02s)
16:18:14 [2020-07-17T16:18:14.186Z] === RUN   TestTagValidPrefixedRepo
16:18:14 [2020-07-17T16:18:14.186Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
16:18:14 [2020-07-17T16:18:14.186Z] === RUN   TestTagExistedNameWithoutForce
16:18:14 [2020-07-17T16:18:14.186Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
16:18:14 [2020-07-17T16:18:14.186Z] === RUN   TestTagOfficialNames
16:18:14 [2020-07-17T16:18:14.442Z] --- PASS: TestTagOfficialNames (0.06s)
16:18:14 [2020-07-17T16:18:14.442Z] === RUN   TestTagMatchesDigest
16:18:14 [2020-07-17T16:18:14.442Z] --- PASS: TestTagMatchesDigest (0.01s)
16:18:14 [2020-07-17T16:18:14.442Z] === CONT  TestImportExtremelyLargeImageWorks
16:18:14 [2020-07-17T16:18:14.935Z] ok  	github.com/docker/docker/volume/drivers	0.003s	coverage: 36.1% of statements
16:18:15 [2020-07-17T16:18:15.571Z] ok  	github.com/docker/docker/volume/local	0.053s	coverage: 73.0% of statements
16:18:16 [2020-07-17T16:18:16.208Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.0% of statements
16:18:16 [2020-07-17T16:18:16.850Z] ok  	github.com/docker/docker/volume/service	0.010s	coverage: 73.0% of statements
16:18:20 [2020-07-17T16:18:20.671Z] ?   	github.com/docker/docker/api	[no test files]
16:18:22 [2020-07-17T16:18:22.899Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
16:18:25 [2020-07-17T16:18:25.682Z] #22 ...
16:18:25 [2020-07-17T16:18:25.682Z] 
16:18:25 [2020-07-17T16:18:25.682Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:18:25 [2020-07-17T16:18:25.682Z] #53 240.2 + bin/containerd
16:18:28 [2020-07-17T16:18:28.469Z] #53 ...
16:18:28 [2020-07-17T16:18:28.469Z] 
16:18:28 [2020-07-17T16:18:28.469Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.3 + cd /tmp/tmp.rpZZGRI2eQ/src/github.com/golangci/golangci-lint/
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.3 + git checkout -q v1.23.8
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.8 ++ git describe --tags
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.9 + version=v1.23.8
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.9 ++ git rev-parse --short HEAD
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.9 + commit=76a82c6
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.9 ++ git show -s --format=%cd
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.9 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
16:18:28 [2020-07-17T16:18:28.469Z] #46 280.9 + 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
16:18:30 [2020-07-17T16:18:30.701Z] ok  	github.com/docker/docker/api/server	0.022s	coverage: 9.0% of statements
16:18:33 [2020-07-17T16:18:33.986Z] ok  	github.com/docker/docker/pkg/plugins	33.613s	coverage: 76.6% of statements
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/pkg/term	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/rootless	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/volume	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === Skipped
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z]     exec_linux_test.go:18: requires AppArmor to be enabled
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z]     exec_linux_test.go:38: requires AppArmor to be enabled
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:46: Driver btrfs not supported
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:46: Driver btrfs not supported
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:46: Driver btrfs not supported
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:46: Driver btrfs not supported
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:46: Driver btrfs not supported
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:73: No driver to put!
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z] time="2020-07-17T16:17:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z] time="2020-07-17T16:17:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.986Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:18:33 [2020-07-17T16:18:33.986Z] time="2020-07-17T16:17:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:18:33 [2020-07-17T16:18:33.986Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:18:33 [2020-07-17T16:18:33.986Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z] time="2020-07-17T16:17:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z] time="2020-07-17T16:17:18Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:73: No driver to put!
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     overlay_test.go:49: Fails to compute changes intermittently
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     overlay_test.go:65: Cannot run test with naive change algorithm
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:46: Driver zfs not supported
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:46: Driver zfs not supported
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:46: Driver zfs not supported
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:46: Driver zfs not supported
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:46: Driver zfs not supported
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     graphtest_unix.go:73: No driver to put!
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:18:33 [2020-07-17T16:18:33.987Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] 
16:18:33 [2020-07-17T16:18:33.987Z] DONE 2124 tests, 26 skipped in 193.210s
Post stage
[Pipeline] junit
16:18:34 [2020-07-17T16:18:34.035Z] Recording test results
16:18:34 [2020-07-17T16:18:34.108Z] #46 ...
16:18:34 [2020-07-17T16:18:34.108Z] 
16:18:34 [2020-07-17T16:18:34.108Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
16:18:34 [2020-07-17T16:18:34.108Z] #22 287.6 + return
16:18:34 [2020-07-17T16:18:34.108Z] #22 DONE 287.8s
16:18:34 [2020-07-17T16:18:34.108Z] 
16:18:34 [2020-07-17T16:18:34.108Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:18:34 [2020-07-17T16:18:34.573Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -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:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh dynbinary test-integration
16:18:34 [2020-07-17T16:18:34.868Z] 
16:18:34 [2020-07-17T16:18:34.868Z] Removing bundles/
16:18:34 [2020-07-17T16:18:34.868Z] 
16:18:34 [2020-07-17T16:18:34.868Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:18:34 [2020-07-17T16:18:34.868Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:18:34 [2020-07-17T16:18:34.868Z] GOOS="" GOARCH="" GOARM=""
16:18:36 [2020-07-17T16:18:36.229Z] #53 ...
16:18:36 [2020-07-17T16:18:36.229Z] 
16:18:36 [2020-07-17T16:18:36.229Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
16:18:36 [2020-07-17T16:18:36.530Z] #23 DONE 0.1s
16:18:36 [2020-07-17T16:18:36.530Z] 
16:18:36 [2020-07-17T16:18:36.530Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
16:18:37 [2020-07-17T16:18:37.183Z] #27 DONE 0.9s
16:18:37 [2020-07-17T16:18:37.183Z] 
16:18:37 [2020-07-17T16:18:37.183Z] #30 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
16:18:37 [2020-07-17T16:18:37.183Z] #30 DONE 0.1s
16:18:37 [2020-07-17T16:18:37.183Z] 
16:18:37 [2020-07-17T16:18:37.183Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:18:37 [2020-07-17T16:18:37.483Z] #53 ...
16:18:37 [2020-07-17T16:18:37.483Z] 
16:18:37 [2020-07-17T16:18:37.483Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
16:18:37 [2020-07-17T16:18:37.483Z] #32 DONE 0.1s
16:18:37 [2020-07-17T16:18:37.483Z] 
16:18:37 [2020-07-17T16:18:37.483Z] #35 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
16:18:37 [2020-07-17T16:18:37.483Z] #35 DONE 0.1s
16:18:37 [2020-07-17T16:18:37.483Z] 
16:18:37 [2020-07-17T16:18:37.483Z] #38 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
16:18:37 [2020-07-17T16:18:37.483Z] #38 DONE 0.1s
16:18:37 [2020-07-17T16:18:37.483Z] 
16:18:37 [2020-07-17T16:18:37.483Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:18:37 [2020-07-17T16:18:37.782Z] #53 ...
16:18:37 [2020-07-17T16:18:37.782Z] 
16:18:37 [2020-07-17T16:18:37.782Z] #41 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
16:18:37 [2020-07-17T16:18:37.782Z] #41 DONE 0.1s
16:18:37 [2020-07-17T16:18:37.782Z] 
16:18:37 [2020-07-17T16:18:37.782Z] #43 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
16:18:37 [2020-07-17T16:18:37.782Z] #43 DONE 0.1s
16:18:37 [2020-07-17T16:18:37.782Z] 
16:18:37 [2020-07-17T16:18:37.782Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
16:18:37 [2020-07-17T16:18:37.782Z] #45 DONE 0.1s
16:18:37 [2020-07-17T16:18:37.782Z] 
16:18:37 [2020-07-17T16:18:37.782Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
16:18:44 [2020-07-17T16:18:44.515Z] Loaded image: buildpack-deps:buster
16:18:44 [2020-07-17T16:18:44.515Z] Loaded image: busybox:latest
16:18:44 [2020-07-17T16:18:44.515Z] Loaded image: busybox:glibc
16:18:44 [2020-07-17T16:18:44.515Z] Loaded image: debian:buster
16:18:44 [2020-07-17T16:18:44.515Z] Loaded image: hello-world:latest
16:18:44 [2020-07-17T16:18:44.515Z] INFO: Testing against a local daemon
16:18:44 [2020-07-17T16:18:44.515Z] === RUN   TestCgroupNamespacesBuild
16:18:46 [2020-07-17T16:18:46.425Z] --- PASS: TestCgroupNamespacesBuild (2.32s)
16:18:46 [2020-07-17T16:18:46.425Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:18:48 [2020-07-17T16:18:48.354Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.92s)
16:18:48 [2020-07-17T16:18:48.354Z] === RUN   TestBuildWithSession
16:18:48 [2020-07-17T16:18:48.354Z] --- SKIP: TestBuildWithSession (0.00s)
16:18:48 [2020-07-17T16:18:48.354Z]     build_session_test.go:25: TODO: BuildKit
16:18:48 [2020-07-17T16:18:48.354Z] === RUN   TestBuildSquashParent
16:18:56 [2020-07-17T16:18:56.484Z] --- PASS: TestBuildSquashParent (8.52s)
16:18:56 [2020-07-17T16:18:56.484Z] === RUN   TestBuildWithRemoveAndForceRemove
16:18:56 [2020-07-17T16:18:56.484Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:18:56 [2020-07-17T16:18:56.484Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:18:56 [2020-07-17T16:18:56.484Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:18:56 [2020-07-17T16:18:56.484Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:18:56 [2020-07-17T16:18:56.484Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:18:56 [2020-07-17T16:18:56.484Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:18:56 [2020-07-17T16:18:56.484Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:18:56 [2020-07-17T16:18:56.484Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:18:56 [2020-07-17T16:18:56.484Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:18:56 [2020-07-17T16:18:56.484Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:18:56 [2020-07-17T16:18:56.484Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:18:56 [2020-07-17T16:18:56.484Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:18:56 [2020-07-17T16:18:56.484Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:18:56 [2020-07-17T16:18:56.484Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:18:59 [2020-07-17T16:18:59.785Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:19:00 [2020-07-17T16:19:00.045Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:19:00 [2020-07-17T16:19:00.457Z] 4612f6d0b889: Pull complete
16:19:02 [2020-07-17T16:19:02.586Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:19:03 [2020-07-17T16:19:03.155Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:19:06 [2020-07-17T16:19:06.449Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
16:19:06 [2020-07-17T16:19:06.449Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.17s)
16:19:06 [2020-07-17T16:19:06.449Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.37s)
16:19:06 [2020-07-17T16:19:06.449Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.97s)
16:19:06 [2020-07-17T16:19:06.449Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.20s)
16:19:06 [2020-07-17T16:19:06.449Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.17s)
16:19:06 [2020-07-17T16:19:06.449Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.96s)
16:19:06 [2020-07-17T16:19:06.449Z] === RUN   TestBuildMultiStageCopy
16:19:06 [2020-07-17T16:19:06.449Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:19:08 [2020-07-17T16:19:08.988Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:19:09 [2020-07-17T16:19:09.249Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:19:09 [2020-07-17T16:19:09.820Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:19:10 [2020-07-17T16:19:10.390Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:19:10 [2020-07-17T16:19:10.960Z] --- PASS: TestBuildMultiStageCopy (4.88s)
16:19:10 [2020-07-17T16:19:10.960Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.53s)
16:19:10 [2020-07-17T16:19:10.960Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s)
16:19:10 [2020-07-17T16:19:10.960Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s)
16:19:10 [2020-07-17T16:19:10.960Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s)
16:19:10 [2020-07-17T16:19:10.960Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s)
16:19:10 [2020-07-17T16:19:10.960Z] === RUN   TestBuildMultiStageParentConfig
16:19:12 [2020-07-17T16:19:12.343Z] --- PASS: TestBuildMultiStageParentConfig (1.29s)
16:19:12 [2020-07-17T16:19:12.343Z] === RUN   TestBuildLabelWithTargets
16:19:14 [2020-07-17T16:19:14.008Z] .........................xx....................                          [ 29%]
16:19:14 [2020-07-17T16:19:14.885Z] --- PASS: TestBuildLabelWithTargets (2.19s)
16:19:14 [2020-07-17T16:19:14.885Z] === RUN   TestBuildWithEmptyLayers
16:19:15 [2020-07-17T16:19:15.830Z] --- PASS: TestBuildWithEmptyLayers (1.17s)
16:19:15 [2020-07-17T16:19:15.830Z] === RUN   TestBuildMultiStageOnBuild
16:19:19 [2020-07-17T16:19:19.153Z] --- PASS: TestBuildMultiStageOnBuild (2.93s)
16:19:19 [2020-07-17T16:19:19.153Z] === RUN   TestBuildUncleanTarFilenames
16:19:20 [2020-07-17T16:19:20.535Z] --- PASS: TestBuildUncleanTarFilenames (1.70s)
16:19:20 [2020-07-17T16:19:20.535Z] === RUN   TestBuildMultiStageLayerLeak
16:19:23 [2020-07-17T16:19:23.833Z] --- PASS: TestBuildMultiStageLayerLeak (3.06s)
16:19:23 [2020-07-17T16:19:23.833Z] === RUN   TestBuildWithHugeFile
16:19:25 [2020-07-17T16:19:25.284Z] #46 DONE 334.3s
16:19:25 [2020-07-17T16:19:25.284Z] 
16:19:25 [2020-07-17T16:19:25.284Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:19:25 [2020-07-17T16:19:25.284Z] #53 ...
16:19:25 [2020-07-17T16:19:25.284Z] 
16:19:25 [2020-07-17T16:19:25.284Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
16:19:25 [2020-07-17T16:19:25.284Z] #47 DONE 0.1s
16:19:25 [2020-07-17T16:19:25.284Z] 
16:19:25 [2020-07-17T16:19:25.284Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
16:19:25 [2020-07-17T16:19:25.284Z] #49 DONE 0.1s
16:19:25 [2020-07-17T16:19:25.284Z] 
16:19:25 [2020-07-17T16:19:25.284Z] #51 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
16:19:25 [2020-07-17T16:19:25.284Z] #51 DONE 0.1s
16:19:25 [2020-07-17T16:19:25.284Z] 
16:19:25 [2020-07-17T16:19:25.284Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
16:19:25 [2020-07-17T16:19:25.284Z] #53 300.1 + bin/containerd-stress
16:19:25 [2020-07-17T16:19:25.591Z] #53 302.4 + bin/containerd-shim
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/api/server/httputils	0.014s	coverage: 14.7% of statements
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/api/server/middleware	0.033s	coverage: 37.7% of statements
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/api/types/strslice	0.011s	coverage: 90.0% of statements
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/api/types/filters	0.020s	coverage: 92.2% of statements
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/api/server/router/swarm	0.022s	coverage: 5.1% of statements
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/api/types/time	0.027s	coverage: 100.0% of statements
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/api/types/versions	0.008s	coverage: 75.0% of statements
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/builder	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/builder/dockerignore	0.017s	coverage: 96.8% of statements
16:19:27 [2020-07-17T16:19:27.018Z] ok  	github.com/docker/docker/cli/debug	0.016s	coverage: 100.0% of statements
16:19:27 [2020-07-17T16:19:27.592Z] ok  	github.com/docker/docker/builder/remotecontext	0.339s	coverage: 13.6% of statements
16:19:28 [2020-07-17T16:19:28.541Z] ok  	github.com/docker/docker/builder/dockerfile	0.876s	coverage: 48.1% of statements
16:19:29 [2020-07-17T16:19:29.324Z] tests/integration/api_exec_test.py .....................                 [ 34%]
16:19:29 [2020-07-17T16:19:29.488Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.809s	coverage: 86.3% of statements
16:19:29 [2020-07-17T16:19:29.488Z] ?   	github.com/docker/docker/cli	[no test files]
16:19:29 [2020-07-17T16:19:29.488Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:19:31 [2020-07-17T16:19:31.828Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:19:31 [2020-07-17T16:19:31.829Z] 
16:19:31 [2020-07-17T16:19:31.829Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:19:31 [2020-07-17T16:19:31.829Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:19:31 [2020-07-17T16:19:31.829Z] HOSTNAME=6ceb7f1ff2e0
16:19:31 [2020-07-17T16:19:31.829Z] TESTDEBUG=0
16:19:31 [2020-07-17T16:19:31.829Z] DEST=bundles/test-integration
16:19:31 [2020-07-17T16:19:31.829Z] PWD=/go/src/github.com/docker/docker
16:19:31 [2020-07-17T16:19:31.829Z] DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76
16:19:31 [2020-07-17T16:19:31.829Z] container=docker
16:19:31 [2020-07-17T16:19:31.829Z] HOME=/root
16:19:31 [2020-07-17T16:19:31.829Z] GOLANG_VERSION=1.13.13
16:19:31 [2020-07-17T16:19:31.829Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:19:31 [2020-07-17T16:19:31.829Z] VALIDATE_BRANCH=master
16:19:31 [2020-07-17T16:19:31.829Z] TERM=xterm
16:19:31 [2020-07-17T16:19:31.829Z] DOCKER_PKG=github.com/docker/docker
16:19:31 [2020-07-17T16:19:31.829Z] SHLVL=1
16:19:31 [2020-07-17T16:19:31.829Z] TIMEOUT=120m
16:19:31 [2020-07-17T16:19:31.829Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
16:19:31 [2020-07-17T16:19:31.829Z] DOCKER_GRAPHDRIVER=overlay2
16:19:31 [2020-07-17T16:19:31.829Z] GO111MODULE=off
16:19:31 [2020-07-17T16:19:31.829Z] DOCKER_EXPERIMENTAL=1
16:19:31 [2020-07-17T16:19:31.829Z] TEST_SKIP_INTEGRATION_CLI=1
16:19:31 [2020-07-17T16:19:31.829Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:19:31 [2020-07-17T16:19:31.829Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:19:31 [2020-07-17T16:19:31.829Z] GOPATH=/go
16:19:31 [2020-07-17T16:19:31.829Z] PKG_CONFIG=pkg-config
16:19:31 [2020-07-17T16:19:31.829Z] _=/usr/bin/env
16:19:31 [2020-07-17T16:19:31.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:19:32 [2020-07-17T16:19:32.649Z] #53 309.5 + bin/containerd-shim-runc-v1
16:19:33 [2020-07-17T16:19:33.714Z] ok  	github.com/docker/docker/client	0.353s	coverage: 75.4% of statements
16:19:36 [2020-07-17T16:19:36.058Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:19:36 [2020-07-17T16:19:36.058Z] Using test binary docker
16:19:36 [2020-07-17T16:19:36.058Z] +++ /etc/init.d/apparmor start
16:19:36 [2020-07-17T16:19:36.058Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:19:36 [2020-07-17T16:19:36.058Z] Starting dockerd
16:19:36 [2020-07-17T16:19:36.058Z] INFO: Waiting for daemon to start...
16:19:36 [2020-07-17T16:19:36.058Z] +++ 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
16:19:36 [2020-07-17T16:19:36.058Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:19:36 [2020-07-17T16:19:36.058Z] Using test binary docker
16:19:36 [2020-07-17T16:19:36.058Z] +++ /etc/init.d/apparmor start
16:19:36 [2020-07-17T16:19:36.058Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:19:36 [2020-07-17T16:19:36.058Z] INFO: Waiting for daemon to start...
16:19:36 [2020-07-17T16:19:36.058Z] Starting dockerd
16:19:36 [2020-07-17T16:19:36.058Z] +++ 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
16:19:36 [2020-07-17T16:19:36.216Z] #53 312.8 + bin/containerd-shim-runc-v2
16:19:36 [2020-07-17T16:19:36.800Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
16:19:37 [2020-07-17T16:19:37.003Z] #53 313.8 + binaries
16:19:37 [2020-07-17T16:19:37.003Z] #53 313.8 + install -D bin/containerd /build/containerd
16:19:37 [2020-07-17T16:19:37.003Z] #53 313.9 + install -D bin/containerd-shim /build/containerd-shim
16:19:37 [2020-07-17T16:19:37.003Z] #53 313.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:19:37 [2020-07-17T16:19:37.003Z] #53 313.9 + install -D bin/ctr /build/ctr
16:19:37 [2020-07-17T16:19:37.003Z] #53 DONE 314.0s
16:19:37 [2020-07-17T16:19:37.966Z] .
16:19:37 [2020-07-17T16:19:37.966Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:19:37 [2020-07-17T16:19:37.966Z] 
16:19:37 [2020-07-17T16:19:37.966Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:19:37 [2020-07-17T16:19:37.966Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:19:37 [2020-07-17T16:19:37.966Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:19:37 [2020-07-17T16:19:37.966Z] Error: No such image: emptyfs
16:19:37 [2020-07-17T16:19:37.966Z] ++++ docker load
16:19:37 [2020-07-17T16:19:37.966Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:19:37 [2020-07-17T16:19:37.966Z] Error: No such image: emptyfs
16:19:37 [2020-07-17T16:19:37.966Z] ++++ docker load
16:19:37 [2020-07-17T16:19:37.966Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:19:38 [2020-07-17T16:19:38.051Z] 
16:19:38 [2020-07-17T16:19:38.051Z] #54 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
16:19:38 [2020-07-17T16:19:38.051Z] #54 DONE 0.1s
16:19:38 [2020-07-17T16:19:38.051Z] 
16:19:38 [2020-07-17T16:19:38.051Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
16:19:38 [2020-07-17T16:19:38.051Z] #58 DONE 0.1s
16:19:38 [2020-07-17T16:19:38.051Z] 
16:19:38 [2020-07-17T16:19:38.051Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
16:19:38 [2020-07-17T16:19:38.051Z] #60 DONE 0.1s
16:19:38 [2020-07-17T16:19:38.226Z] Running integration-test (iteration 1)
16:19:38 [2020-07-17T16:19:38.227Z] 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)/
16:19:38 [2020-07-17T16:19:38.227Z] ++ 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)/'
16:19:38 [2020-07-17T16:19:38.227Z] ++ set -e
16:19:38 [2020-07-17T16:19:38.227Z] ++ '[' -n 0 ']'
16:19:38 [2020-07-17T16:19:38.227Z] ++ set -x
16:19:38 [2020-07-17T16:19:38.227Z] ++ env -i DEST=/go/src/github.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)/'
16:19:38 [2020-07-17T16:19:38.344Z] 
16:19:38 [2020-07-17T16:19:38.344Z] #62 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
16:19:38 [2020-07-17T16:19:38.344Z] #62 DONE 0.1s
16:19:38 [2020-07-17T16:19:38.344Z] 
16:19:38 [2020-07-17T16:19:38.344Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
16:19:38 [2020-07-17T16:19:38.344Z] #63 DONE 0.0s
16:19:38 [2020-07-17T16:19:38.344Z] 
16:19:38 [2020-07-17T16:19:38.344Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker
16:19:38 [2020-07-17T16:19:38.487Z] Running integration-test (iteration 1)
16:19:38 [2020-07-17T16:19:38.488Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
16:19:38 [2020-07-17T16:19:38.488Z] ++ 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)/'
16:19:38 [2020-07-17T16:19:38.488Z] ++ set -e
16:19:38 [2020-07-17T16:19:38.488Z] ++ '[' -n 0 ']'
16:19:38 [2020-07-17T16:19:38.488Z] ++ set -x
16:19:38 [2020-07-17T16:19:38.488Z] ++ env -i DEST=/go/src/github.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)/'
16:19:39 [2020-07-17T16:19:39.096Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
16:19:40 [2020-07-17T16:19:40.437Z] #64 DONE 2.1s
16:19:40 [2020-07-17T16:19:40.437Z] 
16:19:40 [2020-07-17T16:19:40.437Z] #65 exporting to oci image format
16:19:40 [2020-07-17T16:19:40.437Z] #65 exporting layers
16:19:54 [2020-07-17T16:19:54.215Z] tests/integration/api_network_test.py ...........................        [ 47%]
16:19:54 [2020-07-17T16:19:54.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:19:55 [2020-07-17T16:19:55.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:19:56 [2020-07-17T16:19:56.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:20:00 [2020-07-17T16:20:00.319Z] ok  	github.com/docker/docker/cmd/dockerd	0.121s	coverage: 30.8% of statements
16:20:01 [2020-07-17T16:20:01.156Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
16:20:01 [2020-07-17T16:20:01.712Z] ok  	github.com/docker/docker/container	0.159s	coverage: 34.7% of statements
16:20:01 [2020-07-17T16:20:01.712Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:20:01 [2020-07-17T16:20:01.712Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:20:01 [2020-07-17T16:20:01.712Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:20:01 [2020-07-17T16:20:01.712Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:20:02 [2020-07-17T16:20:02.614Z] tests/integration/api_secret_test.py .....                               [ 51%]
16:20:04 [2020-07-17T16:20:04.277Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.077s	coverage: 65.3% of statements
16:20:06 [2020-07-17T16:20:06.207Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.042s	coverage: 35.4% of statements
16:20:06 [2020-07-17T16:20:06.698Z] tests/integration/api_service_test.py .................................. [ 60%]
16:20:07 [2020-07-17T16:20:07.876Z] --- PASS: TestImportExtremelyLargeImageWorks (105.87s)
16:20:07 [2020-07-17T16:20:07.876Z] PASS
16:20:07 [2020-07-17T16:20:07.876Z] 
16:20:07 [2020-07-17T16:20:07.876Z] === Skipped
16:20:07 [2020-07-17T16:20:07.876Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
16:20:07 [2020-07-17T16:20:07.876Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
16:20:07 [2020-07-17T16:20:07.876Z] 
16:20:07 [2020-07-17T16:20:07.876Z] 
16:20:07 [2020-07-17T16:20:07.876Z] DONE 12 tests, 1 skipped in 109.717s
16:20:07 [2020-07-17T16:20:07.876Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
16:20:07 [2020-07-17T16:20:07.876Z] INFO: Testing against a local daemon
16:20:07 [2020-07-17T16:20:07.876Z] === RUN   TestNetworkCreateDelete
16:20:07 [2020-07-17T16:20:07.876Z] --- PASS: TestNetworkCreateDelete (0.13s)
16:20:07 [2020-07-17T16:20:07.876Z] === RUN   TestDockerNetworkDeletePreferID
16:20:07 [2020-07-17T16:20:07.876Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
16:20:07 [2020-07-17T16:20:07.876Z] === RUN   TestDaemonDNSFallback
16:20:08 [2020-07-17T16:20:08.132Z] --- PASS: TestDaemonDNSFallback (7.31s)
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestInspectNetwork
16:20:08 [2020-07-17T16:20:08.132Z] --- SKIP: TestInspectNetwork (0.00s)
16:20:08 [2020-07-17T16:20:08.132Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestRunContainerWithBridgeNone
16:20:08 [2020-07-17T16:20:08.132Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
16:20:08 [2020-07-17T16:20:08.132Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestNetworkInvalidJSON
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestNetworkInvalidJSON//networks/create
16:20:08 [2020-07-17T16:20:08.132Z] === PAUSE TestNetworkInvalidJSON//networks/create
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
16:20:08 [2020-07-17T16:20:08.132Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
16:20:08 [2020-07-17T16:20:08.132Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
16:20:08 [2020-07-17T16:20:08.132Z] === CONT  TestNetworkInvalidJSON//networks/create
16:20:08 [2020-07-17T16:20:08.132Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
16:20:08 [2020-07-17T16:20:08.132Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
16:20:08 [2020-07-17T16:20:08.132Z] --- PASS: TestNetworkInvalidJSON (0.02s)
16:20:08 [2020-07-17T16:20:08.132Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
16:20:08 [2020-07-17T16:20:08.132Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
16:20:08 [2020-07-17T16:20:08.132Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestHostIPv4BridgeLabel
16:20:08 [2020-07-17T16:20:08.132Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
16:20:08 [2020-07-17T16:20:08.132Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestDaemonRestartWithLiveRestore
16:20:08 [2020-07-17T16:20:08.132Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
16:20:08 [2020-07-17T16:20:08.132Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestDaemonDefaultNetworkPools
16:20:08 [2020-07-17T16:20:08.132Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
16:20:08 [2020-07-17T16:20:08.132Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestDaemonRestartWithExistingNetwork
16:20:08 [2020-07-17T16:20:08.132Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
16:20:08 [2020-07-17T16:20:08.132Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:20:08 [2020-07-17T16:20:08.132Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
16:20:08 [2020-07-17T16:20:08.132Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.132Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:20:08 [2020-07-17T16:20:08.133Z] ok  	github.com/docker/docker/daemon/cluster	0.161s	coverage: 0.5% of statements
16:20:08 [2020-07-17T16:20:08.388Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.03s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.388Z] === RUN   TestServiceWithPredefinedNetwork
16:20:08 [2020-07-17T16:20:08.388Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:08 [2020-07-17T16:20:08.388Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:20:08 [2020-07-17T16:20:08.388Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:236: FLAKY_TEST
16:20:08 [2020-07-17T16:20:08.388Z] === RUN   TestServiceWithDataPathPortInit
16:20:08 [2020-07-17T16:20:08.388Z] --- SKIP: TestServiceWithDataPathPortInit (0.04s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:08 [2020-07-17T16:20:08.388Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:20:08 [2020-07-17T16:20:08.388Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:08 [2020-07-17T16:20:08.388Z] PASS
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === Skipped
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.03s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:236: FLAKY_TEST
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.04s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] DONE 19 tests, 12 skipped in 8.081s
16:20:08 [2020-07-17T16:20:08.388Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:20:08 [2020-07-17T16:20:08.388Z] INFO: Testing against a local daemon
16:20:08 [2020-07-17T16:20:08.388Z] === RUN   TestDockerNetworkIpvlanPersistance
16:20:08 [2020-07-17T16:20:08.388Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:20:08 [2020-07-17T16:20:08.388Z] === RUN   TestDockerNetworkIpvlan
16:20:08 [2020-07-17T16:20:08.388Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:20:08 [2020-07-17T16:20:08.388Z] PASS
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === Skipped
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:20:08 [2020-07-17T16:20:08.388Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] 
16:20:08 [2020-07-17T16:20:08.388Z] DONE 2 tests, 2 skipped in 0.133s
16:20:08 [2020-07-17T16:20:08.388Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:20:08 [2020-07-17T16:20:08.644Z] INFO: Testing against a local daemon
16:20:08 [2020-07-17T16:20:08.644Z] === RUN   TestDockerNetworkMacvlanPersistance
16:20:08 [2020-07-17T16:20:08.644Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
16:20:08 [2020-07-17T16:20:08.644Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.644Z] === RUN   TestDockerNetworkMacvlan
16:20:08 [2020-07-17T16:20:08.644Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
16:20:08 [2020-07-17T16:20:08.644Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.644Z] PASS
16:20:08 [2020-07-17T16:20:08.644Z] 
16:20:08 [2020-07-17T16:20:08.644Z] === Skipped
16:20:08 [2020-07-17T16:20:08.644Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
16:20:08 [2020-07-17T16:20:08.644Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.644Z] 
16:20:08 [2020-07-17T16:20:08.644Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
16:20:08 [2020-07-17T16:20:08.644Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:08 [2020-07-17T16:20:08.644Z] 
16:20:08 [2020-07-17T16:20:08.644Z] 
16:20:08 [2020-07-17T16:20:08.644Z] DONE 2 tests, 2 skipped in 0.122s
16:20:08 [2020-07-17T16:20:08.644Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
16:20:08 [2020-07-17T16:20:08.644Z] testing: warning: no tests to run
16:20:08 [2020-07-17T16:20:08.644Z] PASS
16:20:08 [2020-07-17T16:20:08.644Z] 
16:20:08 [2020-07-17T16:20:08.644Z] DONE 0 tests in 0.025s
16:20:08 [2020-07-17T16:20:08.644Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:20:08 [2020-07-17T16:20:08.644Z] INFO: Testing against a local daemon
16:20:08 [2020-07-17T16:20:08.644Z] === RUN   TestAuthZPluginAllowRequest
16:20:08 [2020-07-17T16:20:08.644Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
16:20:08 [2020-07-17T16:20:08.644Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.644Z] === RUN   TestAuthZPluginTLS
16:20:08 [2020-07-17T16:20:08.644Z] --- SKIP: TestAuthZPluginTLS (0.00s)
16:20:08 [2020-07-17T16:20:08.644Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.644Z] === RUN   TestAuthZPluginDenyRequest
16:20:08 [2020-07-17T16:20:08.644Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
16:20:08 [2020-07-17T16:20:08.645Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.645Z] === RUN   TestAuthZPluginAPIDenyResponse
16:20:08 [2020-07-17T16:20:08.645Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
16:20:08 [2020-07-17T16:20:08.645Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.645Z] === RUN   TestAuthZPluginDenyResponse
16:20:08 [2020-07-17T16:20:08.645Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginAllowEventStream
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginErrorResponse
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginErrorRequest
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginHeader
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthZPluginHeader (0.00s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.23s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginV2Disable
16:20:08 [2020-07-17T16:20:08.902Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
16:20:08 [2020-07-17T16:20:08.902Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:08 [2020-07-17T16:20:08.902Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:20:09 [2020-07-17T16:20:09.160Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:20:09 [2020-07-17T16:20:09.160Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:20:09 [2020-07-17T16:20:09.160Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] PASS
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === Skipped
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.23s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
16:20:09 [2020-07-17T16:20:09.160Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] 
16:20:09 [2020-07-17T16:20:09.160Z] DONE 17 tests, 17 skipped in 0.447s
16:20:09 [2020-07-17T16:20:09.160Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:20:09 [2020-07-17T16:20:09.160Z] INFO: Testing against a local daemon
16:20:09 [2020-07-17T16:20:09.160Z] === RUN   TestPluginInvalidJSON
16:20:09 [2020-07-17T16:20:09.160Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
16:20:09 [2020-07-17T16:20:09.160Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
16:20:09 [2020-07-17T16:20:09.160Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
16:20:09 [2020-07-17T16:20:09.160Z] --- PASS: TestPluginInvalidJSON (0.02s)
16:20:09 [2020-07-17T16:20:09.160Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z] === RUN   TestPluginInstall
16:20:09 [2020-07-17T16:20:09.160Z] --- SKIP: TestPluginInstall (0.00s)
16:20:09 [2020-07-17T16:20:09.160Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.160Z] PASS
16:20:09 [2020-07-17T16:20:09.161Z] 
16:20:09 [2020-07-17T16:20:09.161Z] === Skipped
16:20:09 [2020-07-17T16:20:09.161Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
16:20:09 [2020-07-17T16:20:09.161Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
16:20:09 [2020-07-17T16:20:09.161Z] 
16:20:09 [2020-07-17T16:20:09.161Z] 
16:20:09 [2020-07-17T16:20:09.161Z] DONE 3 tests, 1 skipped in 0.161s
16:20:09 [2020-07-17T16:20:09.161Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:20:09 [2020-07-17T16:20:09.436Z] INFO: Testing against a local daemon
16:20:09 [2020-07-17T16:20:09.436Z] === RUN   TestExternalGraphDriver
16:20:09 [2020-07-17T16:20:09.436Z] --- SKIP: TestExternalGraphDriver (0.08s)
16:20:09 [2020-07-17T16:20:09.436Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
16:20:09 [2020-07-17T16:20:09.436Z] === RUN   TestGraphdriverPluginV2
16:20:10 [2020-07-17T16:20:10.696Z] ok  	github.com/docker/docker/daemon/discovery	0.017s	coverage: 30.0% of statements
16:20:11 [2020-07-17T16:20:11.274Z] ok  	github.com/docker/docker/daemon/config	0.103s	coverage: 81.8% of statements
16:20:11 [2020-07-17T16:20:11.851Z] ok  	github.com/docker/docker/daemon/events	0.088s	coverage: 50.0% of statements
16:20:12 [2020-07-17T16:20:12.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:20:12 [2020-07-17T16:20:12.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:20:13 [2020-07-17T16:20:13.246Z] ok  	github.com/docker/docker/daemon/graphdriver	0.048s	coverage: 2.2% of statements
16:20:13 [2020-07-17T16:20:13.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:20:14 [2020-07-17T16:20:14.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:20:14 [2020-07-17T16:20:14.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:20:15 [2020-07-17T16:20:15.978Z] --- PASS: TestGraphdriverPluginV2 (5.74s)
16:20:15 [2020-07-17T16:20:15.978Z] PASS
16:20:15 [2020-07-17T16:20:15.978Z] 
16:20:15 [2020-07-17T16:20:15.978Z] === Skipped
16:20:15 [2020-07-17T16:20:15.978Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s)
16:20:15 [2020-07-17T16:20:15.978Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
16:20:15 [2020-07-17T16:20:15.978Z] 
16:20:15 [2020-07-17T16:20:15.978Z] 
16:20:15 [2020-07-17T16:20:15.978Z] DONE 2 tests, 1 skipped in 5.957s
16:20:15 [2020-07-17T16:20:15.978Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:20:15 [2020-07-17T16:20:15.978Z] INFO: Testing against a local daemon
16:20:15 [2020-07-17T16:20:15.978Z] === RUN   TestContinueAfterPluginCrash
16:20:15 [2020-07-17T16:20:15.978Z] === PAUSE TestContinueAfterPluginCrash
16:20:15 [2020-07-17T16:20:15.978Z] === RUN   TestReadPluginNoRead
16:20:15 [2020-07-17T16:20:15.978Z] === PAUSE TestReadPluginNoRead
16:20:15 [2020-07-17T16:20:15.978Z] === RUN   TestDaemonStartWithLogOpt
16:20:15 [2020-07-17T16:20:15.978Z] === PAUSE TestDaemonStartWithLogOpt
16:20:15 [2020-07-17T16:20:15.978Z] === CONT  TestContinueAfterPluginCrash
16:20:15 [2020-07-17T16:20:15.978Z] === CONT  TestDaemonStartWithLogOpt
16:20:16 [2020-07-17T16:20:16.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:20:16 [2020-07-17T16:20:16.553Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.014s	coverage: 2.9% of statements
16:20:16 [2020-07-17T16:20:16.815Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.513s	coverage: 13.9% of statements
16:20:18 [2020-07-17T16:20:18.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:20:18 [2020-07-17T16:20:18.740Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.598s	coverage: 57.0% of statements
16:20:19 [2020-07-17T16:20:19.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:20:20 [2020-07-17T16:20:20.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:20:20 [2020-07-17T16:20:20.696Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.016s	coverage: 1.8% of statements
16:20:21 [2020-07-17T16:20:21.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:20:21 [2020-07-17T16:20:21.115Z] .........................                                                [ 66%]
16:20:22 [2020-07-17T16:20:22.072Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:20:22 [2020-07-17T16:20:22.640Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.122s	coverage: 46.2% of statements
16:20:22 [2020-07-17T16:20:22.902Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	9.101s	coverage: 73.1% of statements
16:20:23 [2020-07-17T16:20:23.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:20:24 [2020-07-17T16:20:24.674Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:20:24 [2020-07-17T16:20:24.823Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.008s	coverage: 49.5% of statements
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: buildpack-deps:buster
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: buildpack-deps:buster
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: busybox:latest
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: busybox:latest
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: busybox:glibc
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: debian:buster
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: hello-world:latest
16:20:25 [2020-07-17T16:20:25.184Z] INFO: Testing against a local daemon
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: busybox:glibc
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: debian:buster
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
16:20:25 [2020-07-17T16:20:25.184Z] Loaded image: hello-world:latest
16:20:25 [2020-07-17T16:20:25.184Z] INFO: Testing against a local daemon
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerDaemonSuite
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIErrorJSON
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIImagesDelete
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIImagesFilter
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIImagesHistory
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPINetworkFilter
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
16:20:25 [2020-07-17T16:20:25.184Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
16:20:25 [2020-07-17T16:20:25.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:20:25 [2020-07-17T16:20:25.444Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
16:20:25 [2020-07-17T16:20:25.770Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.513s	coverage: 76.1% of statements
16:20:26 [2020-07-17T16:20:26.033Z] ok  	github.com/docker/docker/daemon	12.345s	coverage: 17.4% of statements
16:20:26 [2020-07-17T16:20:26.033Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:20:26 [2020-07-17T16:20:26.033Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:20:26 [2020-07-17T16:20:26.033Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:20:26 [2020-07-17T16:20:26.033Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
16:20:26 [2020-07-17T16:20:26.033Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:20:26 [2020-07-17T16:20:26.296Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.020s	coverage: 58.0% of statements
16:20:26 [2020-07-17T16:20:26.358Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:20:26 [2020-07-17T16:20:26.399Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
16:20:26 [2020-07-17T16:20:26.664Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
16:20:26 [2020-07-17T16:20:26.664Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
16:20:26 [2020-07-17T16:20:26.664Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
16:20:26 [2020-07-17T16:20:26.924Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
16:20:27 [2020-07-17T16:20:27.245Z] ok  	github.com/docker/docker/daemon/links	0.059s	coverage: 93.0% of statements
16:20:27 [2020-07-17T16:20:27.420Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:20:27 [2020-07-17T16:20:27.420Z] Using test binary docker
16:20:27 [2020-07-17T16:20:27.420Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:20:27 [2020-07-17T16:20:27.420Z] +++ /etc/init.d/apparmor start
16:20:27 [2020-07-17T16:20:27.420Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:20:27 [2020-07-17T16:20:27.420Z] INFO: Waiting for daemon to start...
16:20:27 [2020-07-17T16:20:27.420Z] Starting dockerd
16:20:27 [2020-07-17T16:20:27.420Z] +++ 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
16:20:27 [2020-07-17T16:20:27.493Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
16:20:27 [2020-07-17T16:20:27.821Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.027s	coverage: 3.0% of statements
16:20:29 [2020-07-17T16:20:29.549Z] .
16:20:29 [2020-07-17T16:20:29.550Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:20:29 [2020-07-17T16:20:29.550Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:20:29 [2020-07-17T16:20:29.550Z] Error: No such image: emptyfs
16:20:29 [2020-07-17T16:20:29.550Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:20:29 [2020-07-17T16:20:29.550Z] ++++ docker load
16:20:29 [2020-07-17T16:20:29.550Z] Running integration-test (iteration 1)
16:20:29 [2020-07-17T16:20:29.550Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
16:20:29 [2020-07-17T16:20:29.550Z] ++ 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
16:20:29 [2020-07-17T16:20:29.550Z] ++ set -e
16:20:29 [2020-07-17T16:20:29.550Z] ++ '[' -n 0 ']'
16:20:29 [2020-07-17T16:20:29.550Z] ++ set -x
16:20:29 [2020-07-17T16:20:29.550Z] ++ env -i DEST=/go/src/github.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
16:20:29 [2020-07-17T16:20:29.746Z] ok  	github.com/docker/docker/daemon/logger	0.251s	coverage: 41.0% of statements
16:20:29 [2020-07-17T16:20:29.746Z] ok  	github.com/docker/docker/daemon/images	0.030s	coverage: 4.8% of statements
16:20:30 [2020-07-17T16:20:30.045Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
16:20:30 [2020-07-17T16:20:30.323Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.065s	coverage: 57.7% of statements
16:20:30 [2020-07-17T16:20:30.323Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:20:30 [2020-07-17T16:20:30.323Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:20:30 [2020-07-17T16:20:30.323Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:20:30 [2020-07-17T16:20:30.323Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:20:30 [2020-07-17T16:20:30.613Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
16:20:30 [2020-07-17T16:20:30.822Z] --- PASS: TestDaemonStartWithLogOpt (13.07s)
16:20:30 [2020-07-17T16:20:30.822Z] === CONT  TestReadPluginNoRead
16:20:30 [2020-07-17T16:20:30.900Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.374s	coverage: 77.4% of statements
16:20:30 [2020-07-17T16:20:30.900Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
16:20:30 [2020-07-17T16:20:30.900Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:20:30 [2020-07-17T16:20:30.900Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.031s	coverage: 67.0% of statements
16:20:31 [2020-07-17T16:20:31.162Z] ok  	github.com/docker/docker/daemon/logger/journald	0.016s	coverage: 26.2% of statements
16:20:31 [2020-07-17T16:20:31.737Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.049s	coverage: 87.2% of statements
16:20:32 [2020-07-17T16:20:32.186Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:20:32 [2020-07-17T16:20:32.186Z] --- PASS: TestContinueAfterPluginCrash (16.72s)
16:20:32 [2020-07-17T16:20:32.312Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.023s	coverage: 61.6% of statements
16:20:32 [2020-07-17T16:20:32.527Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
16:20:32 [2020-07-17T16:20:32.527Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
16:20:32 [2020-07-17T16:20:32.888Z] ok  	github.com/docker/docker/daemon/logger/local	0.037s	coverage: 75.2% of statements
16:20:32 [2020-07-17T16:20:32.888Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:20:33 [2020-07-17T16:20:33.465Z] time="2020-07-17T16:20:33Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate775199491/log461457030.1: no such file or directory"
16:20:33 [2020-07-17T16:20:33.465Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.033s	coverage: 37.7% of statements
16:20:34 [2020-07-17T16:20:34.044Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.022s	coverage: 33.3% of statements
16:20:34 [2020-07-17T16:20:34.044Z] ok  	github.com/docker/docker/daemon/logger/templates	0.016s	coverage: 8.3% of statements
16:20:34 [2020-07-17T16:20:34.435Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
16:20:34 [2020-07-17T16:20:34.700Z] === RUN   TestReadPluginNoRead/default
16:20:34 [2020-07-17T16:20:34.994Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.043s	coverage: 46.8% of statements
16:20:35 [2020-07-17T16:20:35.005Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
16:20:35 [2020-07-17T16:20:35.569Z] ok  	github.com/docker/docker/daemon/network	0.015s	coverage: 63.8% of statements
16:20:35 [2020-07-17T16:20:35.949Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
16:20:36 [2020-07-17T16:20:36.146Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.856s	coverage: 82.5% of statements
16:20:36 [2020-07-17T16:20:36.146Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:20:36 [2020-07-17T16:20:36.146Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:20:36 [2020-07-17T16:20:36.588Z] === RUN   TestReadPluginNoRead/disabled_caching
16:20:36 [2020-07-17T16:20:36.888Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
16:20:37 [2020-07-17T16:20:37.096Z] ok  	github.com/docker/docker/distribution/metadata	0.084s	coverage: 48.2% of statements
16:20:37 [2020-07-17T16:20:37.096Z] ok  	github.com/docker/docker/distribution	0.439s	coverage: 22.1% of statements
16:20:37 [2020-07-17T16:20:37.096Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:20:37 [2020-07-17T16:20:37.827Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
16:20:38 [2020-07-17T16:20:38.046Z] ok  	github.com/docker/docker/errdefs	0.013s	coverage: 49.4% of statements
16:20:38 [2020-07-17T16:20:38.091Z] Loaded image: buildpack-deps:buster
16:20:38 [2020-07-17T16:20:38.091Z] Loaded image: busybox:latest
16:20:38 [2020-07-17T16:20:38.091Z] Loaded image: busybox:glibc
16:20:38 [2020-07-17T16:20:38.091Z] Loaded image: debian:buster
16:20:38 [2020-07-17T16:20:38.091Z] Loaded image: hello-world:latest
16:20:38 [2020-07-17T16:20:38.091Z] INFO: Testing against a local daemon
16:20:38 [2020-07-17T16:20:38.091Z] === RUN   TestCgroupNamespacesBuild
16:20:38 [2020-07-17T16:20:38.396Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
16:20:38 [2020-07-17T16:20:38.622Z] ok  	github.com/docker/docker/image/cache	0.027s	coverage: 19.2% of statements
16:20:38 [2020-07-17T16:20:38.655Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
16:20:38 [2020-07-17T16:20:38.886Z] ok  	github.com/docker/docker/image	0.085s	coverage: 86.4% of statements
16:20:39 [2020-07-17T16:20:39.102Z] --- PASS: TestReadPluginNoRead (10.27s)
16:20:39 [2020-07-17T16:20:39.102Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.23s)
16:20:39 [2020-07-17T16:20:39.103Z]     --- PASS: TestReadPluginNoRead/default (2.23s)
16:20:39 [2020-07-17T16:20:39.103Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.25s)
16:20:39 [2020-07-17T16:20:39.103Z]     read_test.go:92: [dbc1b7776e4fd] daemon is not started
16:20:39 [2020-07-17T16:20:39.103Z] PASS
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] DONE 6 tests in 23.480s
16:20:39 [2020-07-17T16:20:39.103Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:20:39 [2020-07-17T16:20:39.103Z] testing: warning: no tests to run
16:20:39 [2020-07-17T16:20:39.103Z] PASS
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] DONE 0 tests in 0.044s
16:20:39 [2020-07-17T16:20:39.103Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:20:39 [2020-07-17T16:20:39.103Z] INFO: Testing against a local daemon
16:20:39 [2020-07-17T16:20:39.103Z] === RUN   TestPluginWithDevMounts
16:20:39 [2020-07-17T16:20:39.103Z] --- SKIP: TestPluginWithDevMounts (0.00s)
16:20:39 [2020-07-17T16:20:39.103Z]     mounts_test.go:21: (*Execution).IsRootless-fm
16:20:39 [2020-07-17T16:20:39.103Z] PASS
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] === Skipped
16:20:39 [2020-07-17T16:20:39.103Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
16:20:39 [2020-07-17T16:20:39.103Z]     mounts_test.go:21: (*Execution).IsRootless-fm
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] DONE 1 tests, 1 skipped in 0.146s
16:20:39 [2020-07-17T16:20:39.103Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
16:20:39 [2020-07-17T16:20:39.103Z] INFO: Testing against a local daemon
16:20:39 [2020-07-17T16:20:39.103Z] === RUN   TestSecretInspect
16:20:39 [2020-07-17T16:20:39.103Z] --- SKIP: TestSecretInspect (0.02s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] === RUN   TestSecretList
16:20:39 [2020-07-17T16:20:39.103Z] --- SKIP: TestSecretList (0.01s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] === RUN   TestSecretsCreateAndDelete
16:20:39 [2020-07-17T16:20:39.103Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] === RUN   TestSecretsUpdate
16:20:39 [2020-07-17T16:20:39.103Z] --- SKIP: TestSecretsUpdate (0.02s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] === RUN   TestTemplatedSecret
16:20:39 [2020-07-17T16:20:39.103Z] --- SKIP: TestTemplatedSecret (0.00s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] === RUN   TestSecretCreateResolve
16:20:39 [2020-07-17T16:20:39.103Z] --- SKIP: TestSecretCreateResolve (0.01s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] PASS
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] === Skipped
16:20:39 [2020-07-17T16:20:39.103Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
16:20:39 [2020-07-17T16:20:39.103Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] 
16:20:39 [2020-07-17T16:20:39.103Z] DONE 6 tests, 6 skipped in 0.195s
16:20:39 [2020-07-17T16:20:39.103Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
16:20:39 [2020-07-17T16:20:39.360Z] INFO: Testing against a local daemon
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestServiceCreateInit
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:20:39 [2020-07-17T16:20:39.360Z] --- PASS: TestServiceCreateInit (0.02s)
16:20:39 [2020-07-17T16:20:39.360Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
16:20:39 [2020-07-17T16:20:39.360Z]         create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.360Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
16:20:39 [2020-07-17T16:20:39.360Z]         create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestCreateServiceMultipleTimes
16:20:39 [2020-07-17T16:20:39.360Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s)
16:20:39 [2020-07-17T16:20:39.360Z]     create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestCreateServiceConflict
16:20:39 [2020-07-17T16:20:39.360Z] --- SKIP: TestCreateServiceConflict (0.02s)
16:20:39 [2020-07-17T16:20:39.360Z]     create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestCreateServiceMaxReplicas
16:20:39 [2020-07-17T16:20:39.360Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
16:20:39 [2020-07-17T16:20:39.360Z]     create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestCreateWithDuplicateNetworkNames
16:20:39 [2020-07-17T16:20:39.360Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.04s)
16:20:39 [2020-07-17T16:20:39.360Z]     create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestCreateServiceSecretFileMode
16:20:39 [2020-07-17T16:20:39.360Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s)
16:20:39 [2020-07-17T16:20:39.360Z]     create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestCreateServiceConfigFileMode
16:20:39 [2020-07-17T16:20:39.360Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s)
16:20:39 [2020-07-17T16:20:39.360Z]     create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.360Z] === RUN   TestCreateServiceSysctls
16:20:39 [2020-07-17T16:20:39.463Z] ok  	github.com/docker/docker/image/v1	0.031s	coverage: 25.0% of statements
16:20:39 [2020-07-17T16:20:39.463Z] ok  	github.com/docker/docker/libcontainerd/queue	0.040s	coverage: 100.0% of statements
16:20:39 [2020-07-17T16:20:39.463Z] ok  	github.com/docker/docker/distribution/xfer	1.725s	coverage: 85.6% of statements
16:20:39 [2020-07-17T16:20:39.463Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:20:39 [2020-07-17T16:20:39.463Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
16:20:39 [2020-07-17T16:20:39.463Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:20:39 [2020-07-17T16:20:39.595Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestCreateServiceSysctls (0.03s)
16:20:39 [2020-07-17T16:20:39.617Z]     create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestCreateServiceCapabilities
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
16:20:39 [2020-07-17T16:20:39.617Z]     create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestInspect
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestInspect (0.02s)
16:20:39 [2020-07-17T16:20:39.617Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestCreateJob
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestCreateJob (0.01s)
16:20:39 [2020-07-17T16:20:39.617Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestReplicatedJob
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestReplicatedJob (0.01s)
16:20:39 [2020-07-17T16:20:39.617Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestUpdateReplicatedJob
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
16:20:39 [2020-07-17T16:20:39.617Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestServiceListWithStatuses
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:20:39 [2020-07-17T16:20:39.617Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestDockerNetworkConnectAlias
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
16:20:39 [2020-07-17T16:20:39.617Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestDockerNetworkReConnect
16:20:39 [2020-07-17T16:20:39.617Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
16:20:39 [2020-07-17T16:20:39.617Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:39 [2020-07-17T16:20:39.617Z] === RUN   TestServicePlugin
16:20:40 [2020-07-17T16:20:40.164Z] === RUN   TestDockerSuite/TestAttachAfterDetach
16:20:40 [2020-07-17T16:20:40.832Z] --- PASS: TestCgroupNamespacesBuild (2.22s)
16:20:40 [2020-07-17T16:20:40.832Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:20:40 [2020-07-17T16:20:40.860Z] ok  	github.com/docker/docker/pkg/aaparser	0.024s	coverage: 50.0% of statements
16:20:41 [2020-07-17T16:20:41.106Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
16:20:41 [2020-07-17T16:20:41.811Z] ok  	github.com/docker/docker/opts	0.077s	coverage: 67.4% of statements
16:20:42 [2020-07-17T16:20:42.348Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.80s)
16:20:42 [2020-07-17T16:20:42.348Z] === RUN   TestBuildWithSession
16:20:42 [2020-07-17T16:20:42.348Z] --- SKIP: TestBuildWithSession (0.00s)
16:20:42 [2020-07-17T16:20:42.348Z]     build_session_test.go:25: TODO: BuildKit
16:20:42 [2020-07-17T16:20:42.348Z] === RUN   TestBuildSquashParent
16:20:42 [2020-07-17T16:20:42.487Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
16:20:42 [2020-07-17T16:20:42.758Z] ok  	github.com/docker/docker/pkg/broadcaster	0.009s	coverage: 100.0% of statements
16:20:43 [2020-07-17T16:20:43.020Z] ok  	github.com/docker/docker/pkg/capabilities	0.010s	coverage: 87.5% of statements
16:20:43 [2020-07-17T16:20:43.282Z] ok  	github.com/docker/docker/pkg/archive	1.129s	coverage: 76.8% of statements
16:20:43 [2020-07-17T16:20:43.282Z] ok  	github.com/docker/docker/pkg/authorization	0.649s	coverage: 68.3% of statements
16:20:43 [2020-07-17T16:20:43.786Z] --- SKIP: TestServicePlugin (3.41s)
16:20:43 [2020-07-17T16:20:43.786Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestServiceUpdateLabel
16:20:43 [2020-07-17T16:20:43.786Z] --- SKIP: TestServiceUpdateLabel (0.03s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestServiceUpdateSecrets
16:20:43 [2020-07-17T16:20:43.786Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestServiceUpdateConfigs
16:20:43 [2020-07-17T16:20:43.786Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestServiceUpdateNetwork
16:20:43 [2020-07-17T16:20:43.786Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestServiceUpdatePidsLimit
16:20:43 [2020-07-17T16:20:43.786Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] PASS
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === Skipped
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
16:20:43 [2020-07-17T16:20:43.786Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
16:20:43 [2020-07-17T16:20:43.786Z]         create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
16:20:43 [2020-07-17T16:20:43.786Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
16:20:43 [2020-07-17T16:20:43.786Z]         create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s)
16:20:43 [2020-07-17T16:20:43.786Z]     create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s)
16:20:43 [2020-07-17T16:20:43.786Z]     create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.03s)
16:20:43 [2020-07-17T16:20:43.786Z]     create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.04s)
16:20:43 [2020-07-17T16:20:43.786Z]     create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s)
16:20:43 [2020-07-17T16:20:43.786Z]     create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s)
16:20:43 [2020-07-17T16:20:43.786Z]     create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
16:20:43 [2020-07-17T16:20:43.786Z]     create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
16:20:43 [2020-07-17T16:20:43.786Z]     create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestInspect (0.02s)
16:20:43 [2020-07-17T16:20:43.786Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
16:20:43 [2020-07-17T16:20:43.786Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
16:20:43 [2020-07-17T16:20:43.786Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServicePlugin (3.41s)
16:20:43 [2020-07-17T16:20:43.786Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.03s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s)
16:20:43 [2020-07-17T16:20:43.786Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] DONE 24 tests, 23 skipped in 3.962s
16:20:43 [2020-07-17T16:20:43.786Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
16:20:43 [2020-07-17T16:20:43.786Z] INFO: Testing against a local daemon
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestSessionCreate
16:20:43 [2020-07-17T16:20:43.786Z] --- PASS: TestSessionCreate (0.03s)
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestSessionCreateWithBadUpgrade
16:20:43 [2020-07-17T16:20:43.786Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
16:20:43 [2020-07-17T16:20:43.786Z] PASS
16:20:43 [2020-07-17T16:20:43.786Z] 
16:20:43 [2020-07-17T16:20:43.786Z] DONE 2 tests in 0.168s
16:20:43 [2020-07-17T16:20:43.786Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
16:20:43 [2020-07-17T16:20:43.786Z] INFO: Testing against a local daemon
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:20:43 [2020-07-17T16:20:43.786Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:20:43 [2020-07-17T16:20:43.786Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:20:43 [2020-07-17T16:20:43.786Z] === RUN   TestEventsExecDie
16:20:43 [2020-07-17T16:20:43.857Z] ok  	github.com/docker/docker/pkg/directory	0.013s	coverage: 80.0% of statements
16:20:44 [2020-07-17T16:20:44.042Z] --- PASS: TestEventsExecDie (0.47s)
16:20:44 [2020-07-17T16:20:44.042Z] === RUN   TestEventsBackwardsCompatible
16:20:44 [2020-07-17T16:20:44.042Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
16:20:44 [2020-07-17T16:20:44.042Z] === RUN   TestInfoBinaryCommits
16:20:44 [2020-07-17T16:20:44.042Z] --- PASS: TestInfoBinaryCommits (0.02s)
16:20:44 [2020-07-17T16:20:44.042Z] === RUN   TestInfoAPIVersioned
16:20:44 [2020-07-17T16:20:44.042Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:20:44 [2020-07-17T16:20:44.042Z] === RUN   TestInfoDiscoveryBackend
16:20:44 [2020-07-17T16:20:44.398Z] === RUN   TestDockerSuite/TestAttachDetach
16:20:44 [2020-07-17T16:20:44.398Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
16:20:44 [2020-07-17T16:20:44.432Z] ok  	github.com/docker/docker/pkg/discovery	0.042s	coverage: 58.3% of statements
16:20:44 [2020-07-17T16:20:44.432Z] ok  	github.com/docker/docker/pkg/discovery/file	0.011s	coverage: 92.9% of statements
16:20:45 [2020-07-17T16:20:45.336Z] === RUN   TestDockerSuite/TestAttachDisconnect
16:20:45 [2020-07-17T16:20:45.380Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.027s	coverage: 92.3% of statements
16:20:45 [2020-07-17T16:20:45.407Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
16:20:45 [2020-07-17T16:20:45.407Z] === RUN   TestInfoDiscoveryInvalidAdvertise
16:20:45 [2020-07-17T16:20:45.641Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.008s	coverage: 93.8% of statements
16:20:46 [2020-07-17T16:20:46.216Z] ok  	github.com/docker/docker/pkg/dmesg	0.007s	coverage: 83.3% of statements
16:20:46 [2020-07-17T16:20:46.281Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
16:20:47 [2020-07-17T16:20:47.159Z] ok  	github.com/docker/docker/pkg/filenotify	0.609s	coverage: 67.0% of statements
16:20:47 [2020-07-17T16:20:47.663Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
16:20:47 [2020-07-17T16:20:47.733Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.515s	coverage: 43.2% of statements
16:20:47 [2020-07-17T16:20:47.733Z] ok  	github.com/docker/docker/pkg/fileutils	0.027s	coverage: 89.5% of statements
16:20:48 [2020-07-17T16:20:48.234Z] === RUN   TestDockerSuite/TestAttachPausedContainer
16:20:48 [2020-07-17T16:20:48.309Z] ok  	github.com/docker/docker/pkg/homedir	0.009s	coverage: 11.4% of statements
16:20:48 [2020-07-17T16:20:48.572Z] ok  	github.com/docker/docker/pkg/fsutils	0.328s	coverage: 85.1% of statements
16:20:48 [2020-07-17T16:20:48.572Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.091s	coverage: 84.1% of statements
16:20:49 [2020-07-17T16:20:49.148Z] ok  	github.com/docker/docker/layer	7.168s	coverage: 68.8% of statements
16:20:49 [2020-07-17T16:20:49.148Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:20:49 [2020-07-17T16:20:49.148Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:20:49 [2020-07-17T16:20:49.148Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:20:49 [2020-07-17T16:20:49.148Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:20:49 [2020-07-17T16:20:49.148Z] ?   	github.com/docker/docker/oci	[no test files]
16:20:49 [2020-07-17T16:20:49.148Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:20:49 [2020-07-17T16:20:49.148Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
16:20:49 [2020-07-17T16:20:49.148Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:20:49 [2020-07-17T16:20:49.174Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
16:20:49 [2020-07-17T16:20:49.570Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s)
16:20:49 [2020-07-17T16:20:49.571Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
16:20:49 [2020-07-17T16:20:49.571Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
16:20:49 [2020-07-17T16:20:49.571Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:49 [2020-07-17T16:20:49.571Z] === RUN   TestInfoAPI
16:20:49 [2020-07-17T16:20:49.571Z] --- PASS: TestInfoAPI (0.04s)
16:20:49 [2020-07-17T16:20:49.571Z] === RUN   TestInfoAPIWarnings
16:20:49 [2020-07-17T16:20:49.722Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.014s	coverage: 91.7% of statements
16:20:49 [2020-07-17T16:20:49.722Z] ok  	github.com/docker/docker/pkg/locker	0.033s	coverage: 88.9% of statements
16:20:49 [2020-07-17T16:20:49.743Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
16:20:49 [2020-07-17T16:20:49.984Z] ok  	github.com/docker/docker/pkg/idtools	0.852s	coverage: 70.5% of statements
16:20:49 [2020-07-17T16:20:49.984Z] ok  	github.com/docker/docker/pkg/longpath	0.013s	coverage: 100.0% of statements
16:20:49 [2020-07-17T16:20:49.984Z] ok  	github.com/docker/docker/pkg/ioutils	0.624s	coverage: 69.3% of statements
16:20:49 [2020-07-17T16:20:49.984Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:20:49 [2020-07-17T16:20:49.984Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
16:20:50 [2020-07-17T16:20:50.247Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.031s	coverage: 85.7% of statements
16:20:50 [2020-07-17T16:20:50.247Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
16:20:50 [2020-07-17T16:20:50.322Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
16:20:50 [2020-07-17T16:20:50.500Z] --- PASS: TestInfoAPIWarnings (1.52s)
16:20:50 [2020-07-17T16:20:50.500Z] === RUN   TestInfoDebug
16:20:50 [2020-07-17T16:20:50.827Z] ok  	github.com/docker/docker/pkg/parsers	0.042s	coverage: 97.0% of statements
16:20:50 [2020-07-17T16:20:50.828Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.010s	coverage: 60.0% of statements
16:20:50 [2020-07-17T16:20:50.828Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.016s	coverage: 91.4% of statements
16:20:50 [2020-07-17T16:20:50.861Z] --- PASS: TestBuildSquashParent (7.31s)
16:20:50 [2020-07-17T16:20:50.861Z] === RUN   TestBuildWithRemoveAndForceRemove
16:20:50 [2020-07-17T16:20:50.861Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:20:50 [2020-07-17T16:20:50.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:20:50 [2020-07-17T16:20:50.861Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:20:50 [2020-07-17T16:20:50.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:20:50 [2020-07-17T16:20:50.861Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:20:50 [2020-07-17T16:20:50.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:20:50 [2020-07-17T16:20:50.861Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:20:50 [2020-07-17T16:20:50.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:20:50 [2020-07-17T16:20:50.861Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:20:50 [2020-07-17T16:20:50.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:20:50 [2020-07-17T16:20:50.861Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:20:50 [2020-07-17T16:20:50.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:20:50 [2020-07-17T16:20:50.861Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:20:50 [2020-07-17T16:20:50.861Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:20:51 [2020-07-17T16:20:51.091Z] ok  	github.com/docker/docker/pkg/pidfile	0.023s	coverage: 82.4% of statements
16:20:51 [2020-07-17T16:20:51.091Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:20:51 [2020-07-17T16:20:51.091Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:20:51 [2020-07-17T16:20:51.265Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
16:20:51 [2020-07-17T16:20:51.668Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.057s	coverage: 56.8% of statements
16:20:51 [2020-07-17T16:20:51.834Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
16:20:51 [2020-07-17T16:20:51.875Z] --- PASS: TestInfoDebug (1.53s)
16:20:51 [2020-07-17T16:20:51.875Z] === RUN   TestInfoInsecureRegistries
16:20:51 [2020-07-17T16:20:51.913Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:20:51 [2020-07-17T16:20:51.913Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:20:52 [2020-07-17T16:20:52.244Z] ok  	github.com/docker/docker/pkg/pools	0.029s	coverage: 88.2% of statements
16:20:52 [2020-07-17T16:20:52.244Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.018s	coverage: 85.7% of statements
16:20:52 [2020-07-17T16:20:52.244Z] ok  	github.com/docker/docker/pkg/progress	0.016s	coverage: 75.9% of statements
16:20:52 [2020-07-17T16:20:52.819Z] ok  	github.com/docker/docker/pkg/reexec	0.015s	coverage: 82.4% of statements
16:20:53 [2020-07-17T16:20:53.215Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
16:20:53 [2020-07-17T16:20:53.761Z] --- PASS: TestInfoInsecureRegistries (1.53s)
16:20:53 [2020-07-17T16:20:53.761Z] === RUN   TestInfoRegistryMirrors
16:20:53 [2020-07-17T16:20:53.766Z] ok  	github.com/docker/docker/pkg/stdcopy	0.011s	coverage: 100.0% of statements
16:20:53 [2020-07-17T16:20:53.766Z] ok  	github.com/docker/docker/pkg/pubsub	1.075s	coverage: 73.9% of statements
16:20:54 [2020-07-17T16:20:54.156Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
16:20:54 [2020-07-17T16:20:54.156Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
16:20:54 [2020-07-17T16:20:54.340Z] ok  	github.com/docker/docker/pkg/streamformatter	0.009s	coverage: 66.2% of statements
16:20:54 [2020-07-17T16:20:54.340Z] ok  	github.com/docker/docker/pkg/stringid	0.011s	coverage: 70.6% of statements
16:20:54 [2020-07-17T16:20:54.603Z] ok  	github.com/docker/docker/pkg/symlink	0.019s	coverage: 87.7% of statements
16:20:54 [2020-07-17T16:20:54.660Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:20:54 [2020-07-17T16:20:54.660Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:20:54 [2020-07-17T16:20:54.726Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
16:20:55 [2020-07-17T16:20:55.125Z] --- PASS: TestInfoRegistryMirrors (1.53s)
16:20:55 [2020-07-17T16:20:55.125Z] === RUN   TestLoginFailsWithBadCredentials
16:20:55 [2020-07-17T16:20:55.125Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s)
16:20:55 [2020-07-17T16:20:55.125Z] === RUN   TestPingCacheHeaders
16:20:55 [2020-07-17T16:20:55.125Z] --- PASS: TestPingCacheHeaders (0.04s)
16:20:55 [2020-07-17T16:20:55.125Z] === RUN   TestPingGet
16:20:55 [2020-07-17T16:20:55.177Z] ok  	github.com/docker/docker/pkg/sysinfo	0.018s	coverage: 53.8% of statements
16:20:55 [2020-07-17T16:20:55.296Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
16:20:55 [2020-07-17T16:20:55.381Z] --- PASS: TestPingGet (0.02s)
16:20:55 [2020-07-17T16:20:55.381Z] === RUN   TestPingHead
16:20:55 [2020-07-17T16:20:55.381Z] --- PASS: TestPingHead (0.02s)
16:20:55 [2020-07-17T16:20:55.381Z] === RUN   TestVersion
16:20:55 [2020-07-17T16:20:55.381Z] --- PASS: TestVersion (0.03s)
16:20:55 [2020-07-17T16:20:55.381Z] PASS
16:20:55 [2020-07-17T16:20:55.381Z] 
16:20:55 [2020-07-17T16:20:55.381Z] === Skipped
16:20:55 [2020-07-17T16:20:55.381Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:20:55 [2020-07-17T16:20:55.381Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:20:55 [2020-07-17T16:20:55.381Z] 
16:20:55 [2020-07-17T16:20:55.381Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
16:20:55 [2020-07-17T16:20:55.381Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
16:20:55 [2020-07-17T16:20:55.381Z] 
16:20:55 [2020-07-17T16:20:55.381Z] 
16:20:55 [2020-07-17T16:20:55.381Z] DONE 18 tests, 2 skipped in 11.988s
16:20:55 [2020-07-17T16:20:55.381Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
16:20:55 [2020-07-17T16:20:55.381Z] INFO: Testing against a local daemon
16:20:55 [2020-07-17T16:20:55.381Z] === RUN   TestVolumesCreateAndList
16:20:55 [2020-07-17T16:20:55.381Z] --- PASS: TestVolumesCreateAndList (0.02s)
16:20:55 [2020-07-17T16:20:55.381Z] === RUN   TestVolumesRemove
16:20:55 [2020-07-17T16:20:55.381Z] --- PASS: TestVolumesRemove (0.05s)
16:20:55 [2020-07-17T16:20:55.381Z] === RUN   TestVolumesInspect
16:20:55 [2020-07-17T16:20:55.556Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
16:20:55 [2020-07-17T16:20:55.556Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
16:20:55 [2020-07-17T16:20:55.637Z] --- PASS: TestVolumesInspect (0.02s)
16:20:55 [2020-07-17T16:20:55.637Z] === RUN   TestVolumesInvalidJSON
16:20:55 [2020-07-17T16:20:55.637Z] === RUN   TestVolumesInvalidJSON//volumes/create
16:20:55 [2020-07-17T16:20:55.637Z] === PAUSE TestVolumesInvalidJSON//volumes/create
16:20:55 [2020-07-17T16:20:55.637Z] === CONT  TestVolumesInvalidJSON//volumes/create
16:20:55 [2020-07-17T16:20:55.637Z] --- PASS: TestVolumesInvalidJSON (0.01s)
16:20:55 [2020-07-17T16:20:55.637Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
16:20:55 [2020-07-17T16:20:55.637Z] PASS
16:20:55 [2020-07-17T16:20:55.637Z] 
16:20:55 [2020-07-17T16:20:55.637Z] DONE 5 tests in 0.220s
16:20:55 [2020-07-17T16:20:55.637Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:20:55 [2020-07-17T16:20:55.637Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12018 is not a child of this shell
16:20:55 [2020-07-17T16:20:55.637Z] warning: PID 12018 from bundles/test-integration/docker.pid had a nonzero exit code
16:20:55 [2020-07-17T16:20:55.637Z] Leaving: AppArmorNo profiles have been unloaded.
16:20:55 [2020-07-17T16:20:55.637Z] 
16:20:55 [2020-07-17T16:20:55.637Z] Unloading profiles will leave already running processes permanently
16:20:55 [2020-07-17T16:20:55.637Z] unconfined, which can lead to unexpected situations.
16:20:55 [2020-07-17T16:20:55.637Z] 
16:20:55 [2020-07-17T16:20:55.637Z] To set a process to complain mode, use the command line tool
16:20:55 [2020-07-17T16:20:55.637Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:20:55 [2020-07-17T16:20:55.637Z] Removing test suite binaries
16:20:55 [2020-07-17T16:20:55.637Z] exiting test-integration
16:20:55 [2020-07-17T16:20:55.637Z] ++ exit 0
16:20:55 [2020-07-17T16:20:55.752Z] ok  	github.com/docker/docker/pkg/system	0.026s	coverage: 36.9% of statements
16:20:56 [2020-07-17T16:20:56.013Z] ok  	github.com/docker/docker/pkg/signal	2.854s	coverage: 61.0% of statements
16:20:56 [2020-07-17T16:20:56.013Z] ok  	github.com/docker/docker/pkg/tailfile	0.133s	coverage: 88.6% of statements
16:20:56 [2020-07-17T16:20:56.564Z] 
16:20:56 [2020-07-17T16:20:56.588Z] testing: warning: no tests to run
16:20:56 [2020-07-17T16:20:56.588Z] coverage: [no statements]
16:20:56 [2020-07-17T16:20:56.588Z] ok  	github.com/docker/docker/pkg/term/windows	0.008s	coverage: [no statements] [no tests to run]
16:20:56 [2020-07-17T16:20:56.588Z] ok  	github.com/docker/docker/pkg/tarsum	0.102s	coverage: 89.3% of statements
16:20:56 [2020-07-17T16:20:56.851Z] ok  	github.com/docker/docker/pkg/truncindex	0.108s	coverage: 91.5% of statements
16:20:56 [2020-07-17T16:20:56.851Z] ok  	github.com/docker/docker/pkg/urlutil	0.015s	coverage: 100.0% of statements
16:20:56 [2020-07-17T16:20:56.938Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
16:20:56 [2020-07-17T16:20:56.938Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
16:20:57 [2020-07-17T16:20:57.113Z] ok  	github.com/docker/docker/pkg/useragent	0.009s	coverage: 88.9% of statements
16:20:57 [2020-07-17T16:20:57.165Z] fc1b9e59edad: Pull complete
16:20:57 [2020-07-17T16:20:57.165Z] Digest: sha256:921bed01c2a023310bdbaa288edebd82c4910e536ff206b87e9cbe703ca27505
16:20:57 [2020-07-17T16:20:57.165Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
16:20:57 [2020-07-17T16:20:57.165Z] mcr.microsoft.com/windows/servercore:ltsc2019
16:20:57 [2020-07-17T16:20:57.165Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
16:20:57 [2020-07-17T16:20:57.165Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
16:20:57 [2020-07-17T16:20:57.165Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1339'
16:20:57 [2020-07-17T16:20:57.165Z] INFO: Docker version of control daemon
16:20:57 [2020-07-17T16:20:57.165Z] 
16:20:57 [2020-07-17T16:20:57.165Z] Client: Docker Engine - Enterprise
16:20:57 [2020-07-17T16:20:57.165Z]  Version:           19.03.5
16:20:57 [2020-07-17T16:20:57.165Z]  API version:       1.40
16:20:57 [2020-07-17T16:20:57.165Z]  Go version:        go1.12.12
16:20:57 [2020-07-17T16:20:57.165Z]  Git commit:        2ee0c57608
16:20:57 [2020-07-17T16:20:57.165Z]  Built:             11/13/2019 08:00:16
16:20:57 [2020-07-17T16:20:57.165Z]  OS/Arch:           windows/amd64
16:20:57 [2020-07-17T16:20:57.165Z]  Experimental:      false
16:20:57 [2020-07-17T16:20:57.165Z] 
16:20:57 [2020-07-17T16:20:57.165Z] Server: Docker Engine - Enterprise
16:20:57 [2020-07-17T16:20:57.165Z]  Engine:
16:20:57 [2020-07-17T16:20:57.165Z]   Version:          19.03.5
16:20:57 [2020-07-17T16:20:57.165Z]   API version:      1.40 (minimum version 1.24)
16:20:57 [2020-07-17T16:20:57.165Z]   Go version:       go1.12.12
16:20:57 [2020-07-17T16:20:57.165Z]   Git commit:       2ee0c57608
16:20:57 [2020-07-17T16:20:57.165Z]   Built:            11/13/2019 07:58:51
16:20:57 [2020-07-17T16:20:57.165Z]   OS/Arch:          windows/amd64
16:20:57 [2020-07-17T16:20:57.165Z]   Experimental:     true
16:20:57 [2020-07-17T16:20:57.165Z] 
16:20:57 [2020-07-17T16:20:57.165Z] INFO: Docker info of control daemon
16:20:57 [2020-07-17T16:20:57.165Z] 
16:20:57 [2020-07-17T16:20:57.165Z] Client:
16:20:57 [2020-07-17T16:20:57.165Z]  Debug Mode: false
16:20:57 [2020-07-17T16:20:57.165Z]  Plugins:
16:20:57 [2020-07-17T16:20:57.165Z]   cluster: Manage Docker clusters (Docker Inc., v1.2.0)
16:20:57 [2020-07-17T16:20:57.165Z] 
16:20:57 [2020-07-17T16:20:57.165Z] Server:
16:20:57 [2020-07-17T16:20:57.165Z]  Containers: 0
16:20:57 [2020-07-17T16:20:57.165Z]   Running: 0
16:20:57 [2020-07-17T16:20:57.165Z]   Paused: 0
16:20:57 [2020-07-17T16:20:57.165Z]   Stopped: 0
16:20:57 [2020-07-17T16:20:57.165Z]  Images: 1
16:20:57 [2020-07-17T16:20:57.165Z]  Server Version: 19.03.5
16:20:57 [2020-07-17T16:20:57.165Z]  Storage Driver: windowsfilter (windows) lcow (linux)
16:20:57 [2020-07-17T16:20:57.165Z]   Windows: 
16:20:57 [2020-07-17T16:20:57.165Z]   LCOW: 
16:20:57 [2020-07-17T16:20:57.165Z]  Logging Driver: json-file
16:20:57 [2020-07-17T16:20:57.165Z]  Plugins:
16:20:57 [2020-07-17T16:20:57.165Z]   Volume: local
16:20:57 [2020-07-17T16:20:57.165Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:20:57 [2020-07-17T16:20:57.165Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:20:57 [2020-07-17T16:20:57.165Z]  Swarm: inactive
16:20:57 [2020-07-17T16:20:57.165Z]  Default Isolation: process
16:20:57 [2020-07-17T16:20:57.165Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
16:20:57 [2020-07-17T16:20:57.166Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282)
16:20:57 [2020-07-17T16:20:57.166Z]  OSType: windows
16:20:57 [2020-07-17T16:20:57.166Z]  Architecture: x86_64
16:20:57 [2020-07-17T16:20:57.166Z]  CPUs: 4
16:20:57 [2020-07-17T16:20:57.166Z]  Total Memory: 32GiB
16:20:57 [2020-07-17T16:20:57.166Z]  Name: azwin-2-cda4f0
16:20:57 [2020-07-17T16:20:57.166Z]  ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5
16:20:57 [2020-07-17T16:20:57.166Z]  Docker Root Dir: D:\docker
16:20:57 [2020-07-17T16:20:57.166Z]  Debug Mode: false
16:20:57 [2020-07-17T16:20:57.166Z]  Registry: https://index.docker.io/v1/
16:20:57 [2020-07-17T16:20:57.166Z]  Labels:
16:20:57 [2020-07-17T16:20:57.166Z]  Experimental: true
16:20:57 [2020-07-17T16:20:57.166Z]  Insecure Registries:
16:20:57 [2020-07-17T16:20:57.166Z]   10.0.0.4:5000
16:20:57 [2020-07-17T16:20:57.166Z]   127.0.0.0/8
16:20:57 [2020-07-17T16:20:57.166Z]  Registry Mirrors:
16:20:57 [2020-07-17T16:20:57.166Z]   http://10.0.0.4:5000/
16:20:57 [2020-07-17T16:20:57.166Z]  Live Restore Enabled: false
16:20:57 [2020-07-17T16:20:57.166Z] 
16:20:57 [2020-07-17T16:20:57.166Z] 
16:20:57 [2020-07-17T16:20:57.166Z] INFO: Commit hash is b0c0b41016
16:20:57 [2020-07-17T16:20:57.166Z] INFO: Nuke-Everything...
16:20:57 [2020-07-17T16:20:57.166Z] INFO: Container count on control daemon to delete is 0
16:20:57 [2020-07-17T16:20:57.166Z] INFO: Nuking d:\CI
16:20:57 [2020-07-17T16:20:57.166Z] INFO: Zapped successfully
16:20:57 [2020-07-17T16:20:57.166Z] INFO: Location for testing is d:\CI\PR-41226\2
16:20:57 [2020-07-17T16:20:57.166Z] INFO: Validating GOLang consistency in Dockerfile.windows...
16:20:57 [2020-07-17T16:20:57.166Z] 
16:20:57 [2020-07-17T16:20:57.166Z] 
16:20:57 [2020-07-17T16:20:57.166Z] INFO: Building the image from Dockerfile.windows at 07/17/2020 16:20:45...
16:20:57 [2020-07-17T16:20:57.166Z] 
16:20:57 [2020-07-17T16:20:57.166Z] Sending build context to Docker daemon  56.05MB
16:20:57 [2020-07-17T16:20:57.166Z] 
16:20:57 [2020-07-17T16:20:57.166Z] Step 1/10 : FROM microsoft/windowsservercore
16:20:57 [2020-07-17T16:20:57.166Z]  ---> 987b1d5e0abf
16:20:57 [2020-07-17T16:20:57.166Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
16:20:57 [2020-07-17T16:20:57.166Z]  ---> Running in 756e01c80f5b
16:20:57 [2020-07-17T16:20:57.166Z] Removing intermediate container 756e01c80f5b
16:20:57 [2020-07-17T16:20:57.166Z]  ---> b10ae8dcca6d
16:20:57 [2020-07-17T16:20:57.166Z] Step 3/10 : ARG GO_VERSION=1.13.13
16:20:57 [2020-07-17T16:20:57.166Z]  ---> Running in 5946c86d1515
16:20:57 [2020-07-17T16:20:57.166Z] Removing intermediate container 5946c86d1515
16:20:57 [2020-07-17T16:20:57.166Z]  ---> ed35421f7935
16:20:57 [2020-07-17T16:20:57.166Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5
16:20:57 [2020-07-17T16:20:57.166Z]  ---> Running in 4efc51676b2a
16:20:57 [2020-07-17T16:20:57.166Z] Removing intermediate container 4efc51676b2a
16:20:57 [2020-07-17T16:20:57.166Z]  ---> de3cfa699ecf
16:20:57 [2020-07-17T16:20:57.166Z] 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}
16:20:57 [2020-07-17T16:20:57.166Z]  ---> Running in 8e1574d96cc1
16:20:57 [2020-07-17T16:20:57.166Z] Removing intermediate container 8e1574d96cc1
16:20:57 [2020-07-17T16:20:57.166Z]  ---> b54d51a002e7
16:20:57 [2020-07-17T16:20:57.166Z] 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 {       $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;
16:20:57 [2020-07-17T16:20:57.166Z]  ---> Running in 3a4fadcf60cf
16:20:57 [2020-07-17T16:20:57.198Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
16:20:57 [2020-07-17T16:20:57.406Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
16:20:57 [2020-07-17T16:20:57.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.49s)
16:20:57 [2020-07-17T16:20:57.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.56s)
16:20:57 [2020-07-17T16:20:57.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.43s)
16:20:57 [2020-07-17T16:20:57.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.52s)
16:20:57 [2020-07-17T16:20:57.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.58s)
16:20:57 [2020-07-17T16:20:57.406Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.58s)
16:20:57 [2020-07-17T16:20:57.406Z] === RUN   TestBuildMultiStageCopy
16:20:57 [2020-07-17T16:20:57.406Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:20:57 [2020-07-17T16:20:57.769Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
Post stage
[Pipeline] junit
16:20:58 [2020-07-17T16:20:58.464Z] Recording test results
16:20:58 [2020-07-17T16:20:58.508Z] ok  	github.com/docker/docker/plugin/v2	0.010s	coverage: 14.5% of statements
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:20:59 [2020-07-17T16:20:59.088Z] ok  	github.com/docker/docker/profiles/seccomp	0.026s	coverage: 73.8% of statements
16:20:59 [2020-07-17T16:20:59.310Z] + echo Ensuring container killed.
16:20:59 [2020-07-17T16:20:59.310Z] Ensuring container killed.
16:20:59 [2020-07-17T16:20:59.310Z] + docker rm -vf docker-pr2
16:20:59 [2020-07-17T16:20:59.310Z] Error: No such container: docker-pr2
16:20:59 [2020-07-17T16:20:59.310Z] + true
[Pipeline] sh
16:20:59 [2020-07-17T16:20:59.350Z] ok  	github.com/docker/docker/reference	0.016s	coverage: 84.4% of statements
16:20:59 [2020-07-17T16:20:59.535Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:20:59 [2020-07-17T16:20:59.614Z] ok  	github.com/docker/docker/plugin	0.587s	coverage: 23.1% of statements
16:20:59 [2020-07-17T16:20:59.627Z] + echo Chowning /workspace to jenkins user
16:20:59 [2020-07-17T16:20:59.627Z] Chowning /workspace to jenkins user
16:20:59 [2020-07-17T16:20:59.627Z] + id -u
16:20:59 [2020-07-17T16:20:59.627Z] + id -g
16:20:59 [2020-07-17T16:20:59.627Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41226:/workspace busybox chown -R 1000:1000 /workspace
16:21:00 [2020-07-17T16:21:00.171Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:21:00 [2020-07-17T16:21:00.175Z] 
16:21:00 [2020-07-17T16:21:00.175Z] SUCCESS: Specified value was saved.
16:21:00 [2020-07-17T16:21:00.189Z] ok  	github.com/docker/docker/registry/resumable	0.028s	coverage: 100.0% of statements
16:21:00 [2020-07-17T16:21:00.312Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
16:21:00 [2020-07-17T16:21:00.780Z] ok  	github.com/docker/docker/restartmanager	0.014s	coverage: 45.3% of statements
16:21:00 [2020-07-17T16:21:00.807Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:21:01 [2020-07-17T16:21:01.328Z] + bundleName=amd64-rootless
16:21:01 [2020-07-17T16:21:01.328Z] + echo Creating amd64-rootless-bundles.tar.gz
16:21:01 [2020-07-17T16:21:01.328Z] Creating amd64-rootless-bundles.tar.gz
16:21:01 [2020-07-17T16:21:01.328Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
16:21:01 [2020-07-17T16:21:01.328Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
16:21:01 [2020-07-17T16:21:01.337Z] Archiving artifacts
16:21:01 [2020-07-17T16:21:01.356Z] ok  	github.com/docker/docker/testutil	0.009s	coverage: 62.5% of statements
16:21:01 [2020-07-17T16:21:01.356Z] ok  	github.com/docker/docker/registry	0.223s	coverage: 56.3% of statements
16:21:01 [2020-07-17T16:21:01.356Z] ok  	github.com/docker/docker/runconfig	0.025s	coverage: 66.1% of statements
16:21:01 [2020-07-17T16:21:01.444Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:21:01 [2020-07-17T16:21:01.610Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
16:21:01 [2020-07-17T16:21:01.638Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41226/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:21:01 [2020-07-17T16:21:01.692Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
16:21:01 [2020-07-17T16:21:01.741Z] INFO: Downloading git...
16:21:01 [2020-07-17T16:21:01.944Z] + make clean
16:21:02 [2020-07-17T16:21:02.080Z] --- PASS: TestBuildMultiStageCopy (4.90s)
16:21:02 [2020-07-17T16:21:02.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.57s)
16:21:02 [2020-07-17T16:21:02.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s)
16:21:02 [2020-07-17T16:21:02.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s)
16:21:02 [2020-07-17T16:21:02.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s)
16:21:02 [2020-07-17T16:21:02.080Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s)
16:21:02 [2020-07-17T16:21:02.080Z] === RUN   TestBuildMultiStageParentConfig
16:21:02 [2020-07-17T16:21:02.201Z] docker volume rm -f docker-dev-cache
16:21:02 [2020-07-17T16:21:02.201Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
16:21:02 [2020-07-17T16:21:02.768Z] #65 exporting layers 81.2s done
16:21:02 [2020-07-17T16:21:02.768Z] #65 exporting manifest sha256:0a35443b4d8922ec0b363b32da08c13cd74e25f74b80259b0b140d38a1130eaf done
16:21:02 [2020-07-17T16:21:02.768Z] #65 exporting config sha256:274f4809d5cd21503b0d582895fc8751c8087c05848c93e91e607cf3077f3857 done
16:21:02 [2020-07-17T16:21:02.768Z] #65 sending tarball
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:21:03 [2020-07-17T16:21:03.280Z] ok  	github.com/docker/docker/volume/drivers	0.033s	coverage: 36.1% of statements
16:21:03 [2020-07-17T16:21:03.321Z] INFO: Downloading go...
16:21:03 [2020-07-17T16:21:03.597Z] --- PASS: TestBuildMultiStageParentConfig (1.70s)
16:21:03 [2020-07-17T16:21:03.597Z] === RUN   TestBuildLabelWithTargets
16:21:03 [2020-07-17T16:21:03.856Z] ok  	github.com/docker/docker/volume/local	0.050s	coverage: 73.0% of statements
16:21:04 [2020-07-17T16:21:04.233Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
16:21:04 [2020-07-17T16:21:04.431Z] ok  	github.com/docker/docker/volume/mounts	0.053s	coverage: 67.0% of statements
16:21:04 [2020-07-17T16:21:04.889Z] INFO: Downloading compiler 1 of 3...
16:21:05 [2020-07-17T16:21:05.358Z] INFO: Downloading compiler 2 of 3...
16:21:05 [2020-07-17T16:21:05.376Z] ok  	github.com/docker/docker/volume/service	0.025s	coverage: 73.0% of statements
16:21:05 [2020-07-17T16:21:05.617Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
16:21:06 [2020-07-17T16:21:06.190Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
16:21:06 [2020-07-17T16:21:06.344Z] INFO: Downloading compiler 3 of 3...
16:21:06 [2020-07-17T16:21:06.346Z] --- PASS: TestBuildLabelWithTargets (2.40s)
16:21:06 [2020-07-17T16:21:06.346Z] === RUN   TestBuildWithEmptyLayers
16:21:06 [2020-07-17T16:21:06.811Z] INFO: Extracting git...
16:21:06 [2020-07-17T16:21:06.984Z] --- PASS: TestBuildWithEmptyLayers (1.01s)
16:21:06 [2020-07-17T16:21:06.984Z] === RUN   TestBuildMultiStageOnBuild
16:21:10 [2020-07-17T16:21:10.395Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
16:21:10 [2020-07-17T16:21:10.514Z] --- PASS: TestBuildMultiStageOnBuild (2.99s)
16:21:10 [2020-07-17T16:21:10.514Z] === RUN   TestBuildUncleanTarFilenames
16:21:11 [2020-07-17T16:21:11.555Z] --- PASS: TestBuildUncleanTarFilenames (1.26s)
16:21:11 [2020-07-17T16:21:11.555Z] === RUN   TestBuildMultiStageLayerLeak
16:21:12 [2020-07-17T16:21:12.305Z] --- PASS: TestBuildWithHugeFile (108.96s)
16:21:12 [2020-07-17T16:21:12.305Z] === RUN   TestBuildWithEmptyDockerfile
16:21:12 [2020-07-17T16:21:12.305Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:12 [2020-07-17T16:21:12.305Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:12 [2020-07-17T16:21:12.305Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:12 [2020-07-17T16:21:12.305Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:12 [2020-07-17T16:21:12.305Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:12 [2020-07-17T16:21:12.306Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:12 [2020-07-17T16:21:12.306Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:12 [2020-07-17T16:21:12.306Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:12 [2020-07-17T16:21:12.565Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:12 [2020-07-17T16:21:12.565Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
16:21:12 [2020-07-17T16:21:12.565Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
16:21:12 [2020-07-17T16:21:12.565Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s)
16:21:12 [2020-07-17T16:21:12.565Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s)
16:21:12 [2020-07-17T16:21:12.565Z] === RUN   TestBuildPreserveOwnership
16:21:12 [2020-07-17T16:21:12.565Z] === RUN   TestBuildPreserveOwnership/copy_from
16:21:13 [2020-07-17T16:21:13.503Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
16:21:13 [2020-07-17T16:21:13.763Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
16:21:14 [2020-07-17T16:21:14.298Z] --- PASS: TestBuildMultiStageLayerLeak (3.04s)
16:21:14 [2020-07-17T16:21:14.298Z] === RUN   TestBuildWithHugeFile
16:21:14 [2020-07-17T16:21:14.337Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
16:21:14 [2020-07-17T16:21:14.597Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
16:21:14 [2020-07-17T16:21:14.856Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
16:21:15 [2020-07-17T16:21:15.427Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
16:21:15 [2020-07-17T16:21:15.427Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
16:21:15 [2020-07-17T16:21:15.427Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:21:16 [2020-07-17T16:21:16.491Z] tests/integration/api_volume_test.py .........                           [ 74%]
16:21:16 [2020-07-17T16:21:16.808Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
16:21:17 [2020-07-17T16:21:17.069Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
16:21:17 [2020-07-17T16:21:17.329Z] --- PASS: TestBuildPreserveOwnership (4.79s)
16:21:17 [2020-07-17T16:21:17.329Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.88s)
16:21:17 [2020-07-17T16:21:17.329Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.90s)
16:21:17 [2020-07-17T16:21:17.329Z] === RUN   TestBuildPlatformInvalid
16:21:17 [2020-07-17T16:21:17.590Z] --- PASS: TestBuildPlatformInvalid (0.22s)
16:21:17 [2020-07-17T16:21:17.590Z] PASS
16:21:17 [2020-07-17T16:21:17.590Z] 
16:21:17 [2020-07-17T16:21:17.590Z] === Skipped
16:21:17 [2020-07-17T16:21:17.590Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
16:21:17 [2020-07-17T16:21:17.590Z]     build_session_test.go:25: TODO: BuildKit
16:21:17 [2020-07-17T16:21:17.590Z] 
16:21:17 [2020-07-17T16:21:17.590Z] 
16:21:17 [2020-07-17T16:21:17.590Z] DONE 32 tests, 1 skipped in 193.399s
16:21:17 [2020-07-17T16:21:17.590Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
16:21:17 [2020-07-17T16:21:17.590Z] ++ 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
16:21:17 [2020-07-17T16:21:17.590Z] ++ set -e
16:21:17 [2020-07-17T16:21:17.590Z] ++ '[' -n 0 ']'
16:21:17 [2020-07-17T16:21:17.590Z] ++ set -x
16:21:17 [2020-07-17T16:21:17.590Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
16:21:17 [2020-07-17T16:21:17.850Z] INFO: Testing against a local daemon
16:21:17 [2020-07-17T16:21:17.850Z] === RUN   TestConfigInspect
16:21:18 [2020-07-17T16:21:18.109Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
16:21:18 [2020-07-17T16:21:18.294Z] #65 sending tarball 15.6s done
16:21:18 [2020-07-17T16:21:18.294Z] #65 DONE 96.8s
16:21:18 [2020-07-17T16:21:18.294Z] 
16:21:18 [2020-07-17T16:21:18.294Z] #66 importing to docker
16:21:18 [2020-07-17T16:21:18.654Z] tests/integration/client_test.py .....                                   [ 75%]
16:21:18 [2020-07-17T16:21:18.654Z] tests/integration/context_api_test.py ...                                [ 76%]
16:21:18 [2020-07-17T16:21:18.679Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
16:21:19 [2020-07-17T16:21:19.223Z] tests/integration/errors_test.py .                                       [ 76%]
16:21:19 [2020-07-17T16:21:19.298Z] INFO: Expanding go...
16:21:20 [2020-07-17T16:21:20.065Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
16:21:21 [2020-07-17T16:21:21.004Z] --- PASS: TestConfigInspect (3.22s)
16:21:21 [2020-07-17T16:21:21.004Z] === RUN   TestConfigList
16:21:21 [2020-07-17T16:21:21.942Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
16:21:22 [2020-07-17T16:21:22.886Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
16:21:23 [2020-07-17T16:21:23.146Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
16:21:24 [2020-07-17T16:21:24.088Z] --- PASS: TestConfigList (2.99s)
16:21:24 [2020-07-17T16:21:24.088Z] === RUN   TestConfigsCreateAndDelete
16:21:25 [2020-07-17T16:21:25.470Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
16:21:25 [2020-07-17T16:21:25.732Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
16:21:27 [2020-07-17T16:21:27.114Z] --- PASS: TestConfigsCreateAndDelete (3.06s)
16:21:27 [2020-07-17T16:21:27.114Z] === RUN   TestConfigsUpdate
16:21:27 [2020-07-17T16:21:27.335Z] ok  	github.com/docker/docker/pkg/plugins	33.632s	coverage: 76.6% of statements
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/pkg/term	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/rootless	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/volume	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:21:27 [2020-07-17T16:21:27.335Z] 
16:21:27 [2020-07-17T16:21:27.335Z] === Skipped
16:21:27 [2020-07-17T16:21:27.335Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
16:21:27 [2020-07-17T16:21:27.335Z]     exec_linux_test.go:18: requires AppArmor to be enabled
16:21:27 [2020-07-17T16:21:27.335Z] 
16:21:27 [2020-07-17T16:21:27.335Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
16:21:27 [2020-07-17T16:21:27.335Z]     exec_linux_test.go:38: requires AppArmor to be enabled
16:21:27 [2020-07-17T16:21:27.335Z] 
16:21:27 [2020-07-17T16:21:27.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:46: Driver btrfs not supported
16:21:27 [2020-07-17T16:21:27.335Z] 
16:21:27 [2020-07-17T16:21:27.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:46: Driver btrfs not supported
16:21:27 [2020-07-17T16:21:27.335Z] 
16:21:27 [2020-07-17T16:21:27.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:46: Driver btrfs not supported
16:21:27 [2020-07-17T16:21:27.335Z] 
16:21:27 [2020-07-17T16:21:27.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:46: Driver btrfs not supported
16:21:27 [2020-07-17T16:21:27.335Z] 
16:21:27 [2020-07-17T16:21:27.335Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.335Z]     graphtest_unix.go:46: Driver btrfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:73: No driver to put!
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z] time="2020-07-17T16:20:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z] time="2020-07-17T16:20:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z] time="2020-07-17T16:20:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z] time="2020-07-17T16:20:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z] time="2020-07-17T16:20:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:73: No driver to put!
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     overlay_test.go:49: Fails to compute changes intermittently
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     overlay_test.go:65: Cannot run test with naive change algorithm
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver zfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver zfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver zfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver zfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:46: Driver zfs not supported
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     graphtest_unix.go:73: No driver to put!
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:21:27 [2020-07-17T16:21:27.336Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] 
16:21:27 [2020-07-17T16:21:27.336Z] DONE 2124 tests, 26 skipped in 189.391s
Post stage
[Pipeline] junit
16:21:27 [2020-07-17T16:21:27.354Z] Recording test results
16:21:27 [2020-07-17T16:21:27.684Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:21:29 [2020-07-17T16:21:29.748Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -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:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh dynbinary test-integration
16:21:30 [2020-07-17T16:21:30.224Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
16:21:30 [2020-07-17T16:21:30.224Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
16:21:30 [2020-07-17T16:21:30.224Z] --- PASS: TestConfigsUpdate (3.15s)
16:21:30 [2020-07-17T16:21:30.224Z] === RUN   TestTemplatedConfig
16:21:30 [2020-07-17T16:21:30.321Z] 
16:21:30 [2020-07-17T16:21:30.584Z] Removing bundles/
16:21:30 [2020-07-17T16:21:30.584Z] 
16:21:30 [2020-07-17T16:21:30.584Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:21:30 [2020-07-17T16:21:30.584Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:21:30 [2020-07-17T16:21:30.584Z] GOOS="" GOARCH="" GOARM=""
16:21:31 [2020-07-17T16:21:31.604Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
16:21:33 [2020-07-17T16:21:33.517Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
16:21:33 [2020-07-17T16:21:33.517Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
16:21:33 [2020-07-17T16:21:33.517Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
16:21:34 [2020-07-17T16:21:34.088Z] --- PASS: TestTemplatedConfig (3.70s)
16:21:34 [2020-07-17T16:21:34.088Z] === RUN   TestConfigCreateResolve
16:21:35 [2020-07-17T16:21:35.028Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
16:21:36 [2020-07-17T16:21:36.429Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
16:21:36 [2020-07-17T16:21:36.688Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
16:21:36 [2020-07-17T16:21:36.948Z] --- PASS: TestConfigCreateResolve (3.14s)
16:21:36 [2020-07-17T16:21:36.948Z] === RUN   TestConfigDaemonLibtrustID
16:21:36 [2020-07-17T16:21:36.957Z] #66 DONE 17.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:21:37 [2020-07-17T16:21:37.436Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/test/unit
16:21:37 [2020-07-17T16:21:37.523Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
16:21:37 [2020-07-17T16:21:37.523Z] PASS
16:21:37 [2020-07-17T16:21:37.523Z] 
16:21:37 [2020-07-17T16:21:37.523Z] DONE 7 tests in 19.994s
16:21:37 [2020-07-17T16:21:37.783Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
16:21:37 [2020-07-17T16:21:37.783Z] ++ 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
16:21:37 [2020-07-17T16:21:37.783Z] ++ set -e
16:21:37 [2020-07-17T16:21:37.783Z] ++ '[' -n 0 ']'
16:21:37 [2020-07-17T16:21:37.783Z] ++ set -x
16:21:37 [2020-07-17T16:21:37.783Z] ++ env -i DEST=/go/src/github.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
16:21:37 [2020-07-17T16:21:37.783Z] INFO: Testing against a local daemon
16:21:37 [2020-07-17T16:21:37.783Z] === RUN   TestCheckpoint
16:21:37 [2020-07-17T16:21:37.783Z] --- SKIP: TestCheckpoint (0.00s)
16:21:37 [2020-07-17T16:21:37.783Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:21:37 [2020-07-17T16:21:37.783Z] === RUN   TestContainerInvalidJSON
16:21:37 [2020-07-17T16:21:37.783Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
16:21:37 [2020-07-17T16:21:37.783Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
16:21:37 [2020-07-17T16:21:37.783Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
16:21:37 [2020-07-17T16:21:37.783Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
16:21:37 [2020-07-17T16:21:37.783Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
16:21:37 [2020-07-17T16:21:37.783Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
16:21:37 [2020-07-17T16:21:37.783Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
16:21:37 [2020-07-17T16:21:37.783Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
16:21:37 [2020-07-17T16:21:37.783Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
16:21:37 [2020-07-17T16:21:37.783Z] --- PASS: TestContainerInvalidJSON (0.01s)
16:21:37 [2020-07-17T16:21:37.783Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
16:21:37 [2020-07-17T16:21:37.783Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
16:21:37 [2020-07-17T16:21:37.783Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
16:21:37 [2020-07-17T16:21:37.783Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:21:37 [2020-07-17T16:21:37.783Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
16:21:37 [2020-07-17T16:21:37.783Z] === RUN   TestCopyFromContainerPathIsNotDir
16:21:38 [2020-07-17T16:21:38.044Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
16:21:38 [2020-07-17T16:21:38.044Z] === RUN   TestCopyToContainerPathDoesNotExist
16:21:38 [2020-07-17T16:21:38.044Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
16:21:38 [2020-07-17T16:21:38.044Z] === RUN   TestCopyToContainerPathIsNotDir
16:21:38 [2020-07-17T16:21:38.044Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
16:21:38 [2020-07-17T16:21:38.044Z] === RUN   TestCopyFromContainer
16:21:38 [2020-07-17T16:21:38.304Z] === RUN   TestDockerSuite/TestBuildAddNonTar
16:21:39 [2020-07-17T16:21:39.685Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
16:21:39 [2020-07-17T16:21:39.685Z] === RUN   TestCopyFromContainer//
16:21:39 [2020-07-17T16:21:39.685Z] === RUN   TestCopyFromContainer//bar/root
16:21:39 [2020-07-17T16:21:39.944Z] === RUN   TestCopyFromContainer//bar/root/
16:21:39 [2020-07-17T16:21:39.944Z] === RUN   TestCopyFromContainer/bar/quux
16:21:39 [2020-07-17T16:21:39.944Z] === RUN   TestCopyFromContainer/bar/quux/
16:21:40 [2020-07-17T16:21:40.203Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:21:40 [2020-07-17T16:21:40.203Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:21:40 [2020-07-17T16:21:40.203Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
16:21:40 [2020-07-17T16:21:40.463Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:21:40 [2020-07-17T16:21:40.463Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:21:40 [2020-07-17T16:21:40.527Z] INFO: Expanding compiler 1 of 3...
16:21:40 [2020-07-17T16:21:40.528Z] INFO: Expanding compiler 2 of 3...
16:21:40 [2020-07-17T16:21:40.726Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
16:21:40 [2020-07-17T16:21:40.726Z] === RUN   TestCopyFromContainer/bar/notarget
16:21:40 [2020-07-17T16:21:40.986Z] --- PASS: TestCopyFromContainer (2.90s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer// (0.11s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.15s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.18s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.17s)
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:21:40 [2020-07-17T16:21:40.986Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:21:40 [2020-07-17T16:21:40.986Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:21:40 [2020-07-17T16:21:40.986Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:21:40 [2020-07-17T16:21:40.986Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:21:40 [2020-07-17T16:21:40.986Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:21:40 [2020-07-17T16:21:40.986Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:21:40 [2020-07-17T16:21:40.986Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateLinkToNonExistingContainer
16:21:40 [2020-07-17T16:21:40.986Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateWithInvalidEnv
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateWithInvalidEnv/0
16:21:40 [2020-07-17T16:21:40.986Z] === PAUSE TestCreateWithInvalidEnv/0
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateWithInvalidEnv/1
16:21:40 [2020-07-17T16:21:40.986Z] === PAUSE TestCreateWithInvalidEnv/1
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateWithInvalidEnv/2
16:21:40 [2020-07-17T16:21:40.986Z] === PAUSE TestCreateWithInvalidEnv/2
16:21:40 [2020-07-17T16:21:40.986Z] === CONT  TestCreateWithInvalidEnv/0
16:21:40 [2020-07-17T16:21:40.986Z] === CONT  TestCreateWithInvalidEnv/2
16:21:40 [2020-07-17T16:21:40.986Z] === CONT  TestCreateWithInvalidEnv/1
16:21:40 [2020-07-17T16:21:40.986Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:21:40 [2020-07-17T16:21:40.986Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateTmpfsMountsTarget
16:21:40 [2020-07-17T16:21:40.986Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
16:21:40 [2020-07-17T16:21:40.986Z] === RUN   TestCreateWithCustomMaskedPaths
16:21:40 [2020-07-17T16:21:40.991Z] ?   	github.com/docker/docker/api	[no test files]
16:21:43 [2020-07-17T16:21:43.528Z] --- PASS: TestCreateWithCustomMaskedPaths (2.00s)
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/no_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/no_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/empty_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/valid_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/empty_capadd
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/empty_capadd
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/empty_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/no_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/empty_capdrop
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/empty_capadd
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/valid_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] === CONT  TestCreateWithCapabilities/empty_capabilities
16:21:43 [2020-07-17T16:21:43.528Z] --- PASS: TestCreateWithCapabilities (0.09s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.02s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.03s)
16:21:43 [2020-07-17T16:21:43.528Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s)
16:21:43 [2020-07-17T16:21:43.528Z] === RUN   TestCreateWithCustomReadonlyPaths
16:21:44 [2020-07-17T16:21:44.466Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
16:21:45 [2020-07-17T16:21:45.039Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.62s)
16:21:45 [2020-07-17T16:21:45.039Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:21:45 [2020-07-17T16:21:45.039Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:21:45 [2020-07-17T16:21:45.039Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:21:45 [2020-07-17T16:21:45.039Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:21:45 [2020-07-17T16:21:45.039Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:21:45 [2020-07-17T16:21:45.039Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:21:45 [2020-07-17T16:21:45.039Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:21:45 [2020-07-17T16:21:45.039Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:21:45 [2020-07-17T16:21:45.039Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
16:21:45 [2020-07-17T16:21:45.039Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
16:21:45 [2020-07-17T16:21:45.039Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:21:45 [2020-07-17T16:21:45.039Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:21:45 [2020-07-17T16:21:45.039Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
16:21:45 [2020-07-17T16:21:45.039Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
16:21:45 [2020-07-17T16:21:45.039Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:21:45 [2020-07-17T16:21:45.283Z] INFO: Expanding compiler 3 of 3...
16:21:45 [2020-07-17T16:21:45.610Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestCreateDifferentPlatform
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestCreateDifferentPlatform/different_os
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:21:45 [2020-07-17T16:21:45.610Z] --- PASS: TestCreateDifferentPlatform (0.02s)
16:21:45 [2020-07-17T16:21:45.610Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:21:45 [2020-07-17T16:21:45.610Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:21:45 [2020-07-17T16:21:45.610Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestContainerStartOnDaemonRestart
16:21:45 [2020-07-17T16:21:45.610Z] === PAUSE TestContainerStartOnDaemonRestart
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestDaemonRestartIpcMode
16:21:45 [2020-07-17T16:21:45.610Z] === PAUSE TestDaemonRestartIpcMode
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestDaemonHostGatewayIP
16:21:45 [2020-07-17T16:21:45.610Z] === PAUSE TestDaemonHostGatewayIP
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestContainerKillOnDaemonStart
16:21:45 [2020-07-17T16:21:45.610Z] === PAUSE TestContainerKillOnDaemonStart
16:21:45 [2020-07-17T16:21:45.610Z] === RUN   TestDiff
16:21:45 [2020-07-17T16:21:45.751Z] INFO: Removing downloaded files...
16:21:45 [2020-07-17T16:21:45.751Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
16:21:45 [2020-07-17T16:21:45.751Z] INFO: Configuring git core.autocrlf...
16:21:46 [2020-07-17T16:21:46.180Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
16:21:46 [2020-07-17T16:21:46.442Z] --- PASS: TestDiff (0.70s)
16:21:46 [2020-07-17T16:21:46.442Z] === RUN   TestExecWithCloseStdin
16:21:47 [2020-07-17T16:21:47.059Z] --- PASS: TestBuildWithHugeFile (27.90s)
16:21:47 [2020-07-17T16:21:47.059Z] === RUN   TestBuildWithEmptyDockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:21:47 [2020-07-17T16:21:47.059Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
16:21:47 [2020-07-17T16:21:47.059Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
16:21:47 [2020-07-17T16:21:47.059Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
16:21:47 [2020-07-17T16:21:47.059Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s)
16:21:47 [2020-07-17T16:21:47.059Z] === RUN   TestBuildPreserveOwnership
16:21:47 [2020-07-17T16:21:47.059Z] === RUN   TestBuildPreserveOwnership/copy_from
16:21:47 [2020-07-17T16:21:47.381Z] --- PASS: TestExecWithCloseStdin (0.83s)
16:21:47 [2020-07-17T16:21:47.382Z] === RUN   TestExec
16:21:47 [2020-07-17T16:21:47.382Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
16:21:47 [2020-07-17T16:21:47.382Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
16:21:47 [2020-07-17T16:21:47.696Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:21:47 [2020-07-17T16:21:47.953Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
16:21:48 [2020-07-17T16:21:48.213Z] --- PASS: TestExec (0.89s)
16:21:48 [2020-07-17T16:21:48.213Z] === RUN   TestExecUser
16:21:48 [2020-07-17T16:21:48.213Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
16:21:48 [2020-07-17T16:21:48.473Z] === RUN   TestDockerSuite/TestBuildAddScript
16:21:48 [2020-07-17T16:21:48.732Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
16:21:48 [2020-07-17T16:21:48.732Z] --- PASS: TestExecUser (0.73s)
16:21:48 [2020-07-17T16:21:48.732Z] === RUN   TestExportContainerAndImportImage
16:21:50 [2020-07-17T16:21:50.115Z] --- PASS: TestExportContainerAndImportImage (1.18s)
16:21:50 [2020-07-17T16:21:50.115Z] === RUN   TestExportContainerAfterDaemonRestart
16:21:50 [2020-07-17T16:21:50.441Z] --- PASS: TestBuildPreserveOwnership (7.47s)
16:21:50 [2020-07-17T16:21:50.441Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.00s)
16:21:50 [2020-07-17T16:21:50.441Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.46s)
16:21:50 [2020-07-17T16:21:50.441Z] === RUN   TestBuildPlatformInvalid
16:21:50 [2020-07-17T16:21:50.441Z] --- PASS: TestBuildPlatformInvalid (0.15s)
16:21:50 [2020-07-17T16:21:50.441Z] PASS
16:21:50 [2020-07-17T16:21:50.441Z] 
16:21:50 [2020-07-17T16:21:50.441Z] === Skipped
16:21:50 [2020-07-17T16:21:50.441Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
16:21:50 [2020-07-17T16:21:50.441Z]     build_session_test.go:25: TODO: BuildKit
16:21:50 [2020-07-17T16:21:50.441Z] 
16:21:50 [2020-07-17T16:21:50.441Z] 
16:21:50 [2020-07-17T16:21:50.441Z] DONE 32 tests, 1 skipped in 80.710s
16:21:50 [2020-07-17T16:21:50.441Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
16:21:50 [2020-07-17T16:21:50.441Z] ++ 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
16:21:50 [2020-07-17T16:21:50.441Z] ++ set -e
16:21:50 [2020-07-17T16:21:50.441Z] ++ '[' -n 0 ']'
16:21:50 [2020-07-17T16:21:50.441Z] ++ set -x
16:21:50 [2020-07-17T16:21:50.441Z] ++ env -i DEST=/go/src/github.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
16:21:50 [2020-07-17T16:21:50.441Z] INFO: Testing against a local daemon
16:21:50 [2020-07-17T16:21:50.441Z] === RUN   TestConfigInspect
16:21:50 [2020-07-17T16:21:50.684Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
16:21:51 [2020-07-17T16:21:51.627Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
16:21:51 [2020-07-17T16:21:51.627Z] --- PASS: TestExportContainerAfterDaemonRestart (1.59s)
16:21:51 [2020-07-17T16:21:51.627Z] === RUN   TestHealthCheckWorkdir
16:21:52 [2020-07-17T16:21:52.199Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
16:21:52 [2020-07-17T16:21:52.770Z] --- PASS: TestHealthCheckWorkdir (1.11s)
16:21:52 [2020-07-17T16:21:52.770Z] === RUN   TestHealthKillContainer
16:21:53 [2020-07-17T16:21:53.262Z] tests/integration/models_containers_test.py ............................ [ 83%]
16:21:54 [2020-07-17T16:21:54.152Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
16:21:54 [2020-07-17T16:21:54.910Z] --- PASS: TestConfigInspect (4.11s)
16:21:54 [2020-07-17T16:21:54.910Z] === RUN   TestConfigList
16:21:55 [2020-07-17T16:21:55.534Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
16:21:55 [2020-07-17T16:21:55.534Z] --- PASS: TestHealthKillContainer (2.79s)
16:21:55 [2020-07-17T16:21:55.534Z] === RUN   TestInspectCpusetInConfigPre120
16:21:56 [2020-07-17T16:21:56.482Z] --- PASS: TestInspectCpusetInConfigPre120 (0.72s)
16:21:56 [2020-07-17T16:21:56.482Z] === RUN   TestIpcModeNone
16:21:57 [2020-07-17T16:21:57.065Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
16:21:57 [2020-07-17T16:21:57.325Z] --- PASS: TestIpcModeNone (1.05s)
16:21:57 [2020-07-17T16:21:57.325Z] === RUN   TestIpcModePrivate
16:21:57 [2020-07-17T16:21:57.895Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
16:21:58 [2020-07-17T16:21:58.156Z] --- PASS: TestIpcModePrivate (0.85s)
16:21:58 [2020-07-17T16:21:58.156Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:97, shared: false, mustBeShared: false
16:21:58 [2020-07-17T16:21:58.156Z] === RUN   TestIpcModeShareable
16:21:58 [2020-07-17T16:21:58.444Z] --- PASS: TestConfigList (3.64s)
16:21:58 [2020-07-17T16:21:58.444Z] === RUN   TestConfigsCreateAndDelete
16:21:58 [2020-07-17T16:21:58.726Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
16:21:58 [2020-07-17T16:21:58.986Z] --- PASS: TestIpcModeShareable (0.78s)
16:21:58 [2020-07-17T16:21:58.986Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
16:21:58 [2020-07-17T16:21:58.986Z] === RUN   TestAPIIpcModeShareableAndContainer
16:21:59 [2020-07-17T16:21:59.693Z] ok  	github.com/docker/docker/api/server	0.030s	coverage: 9.0% of statements
16:22:00 [2020-07-17T16:22:00.894Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
16:22:01 [2020-07-17T16:22:01.464Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
16:22:01 [2020-07-17T16:22:01.464Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.59s)
16:22:01 [2020-07-17T16:22:01.464Z] === RUN   TestAPIIpcModeHost
16:22:02 [2020-07-17T16:22:02.028Z] --- PASS: TestConfigsCreateAndDelete (3.73s)
16:22:02 [2020-07-17T16:22:02.028Z] === RUN   TestConfigsUpdate
16:22:02 [2020-07-17T16:22:02.034Z] --- PASS: TestAPIIpcModeHost (0.63s)
16:22:02 [2020-07-17T16:22:02.034Z] === RUN   TestDaemonIpcModeShareable
16:22:02 [2020-07-17T16:22:02.295Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
16:22:03 [2020-07-17T16:22:03.675Z] --- PASS: TestDaemonIpcModeShareable (1.38s)
16:22:03 [2020-07-17T16:22:03.675Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
16:22:03 [2020-07-17T16:22:03.675Z] === RUN   TestDaemonIpcModePrivate
16:22:04 [2020-07-17T16:22:04.245Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
16:22:04 [2020-07-17T16:22:04.815Z] === RUN   TestDockerSuite/TestBuildAddTar
16:22:04 [2020-07-17T16:22:04.815Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
16:22:04 [2020-07-17T16:22:04.815Z] --- PASS: TestDaemonIpcModePrivate (1.43s)
16:22:04 [2020-07-17T16:22:04.815Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false
16:22:04 [2020-07-17T16:22:04.815Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:22:05 [2020-07-17T16:22:05.563Z] --- PASS: TestConfigsUpdate (3.63s)
16:22:05 [2020-07-17T16:22:05.563Z] === RUN   TestTemplatedConfig
16:22:06 [2020-07-17T16:22:06.731Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.45s)
16:22:06 [2020-07-17T16:22:06.731Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false
16:22:06 [2020-07-17T16:22:06.731Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:22:07 [2020-07-17T16:22:07.670Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.36s)
16:22:07 [2020-07-17T16:22:07.670Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
16:22:07 [2020-07-17T16:22:07.670Z] === RUN   TestIpcModeOlderClient
16:22:07 [2020-07-17T16:22:07.670Z] === PAUSE TestIpcModeOlderClient
16:22:07 [2020-07-17T16:22:07.670Z] === RUN   TestKillContainerInvalidSignal
16:22:08 [2020-07-17T16:22:08.241Z] --- PASS: TestKillContainerInvalidSignal (0.54s)
16:22:08 [2020-07-17T16:22:08.241Z] === RUN   TestKillContainer
16:22:08 [2020-07-17T16:22:08.241Z] === RUN   TestKillContainer/no_signal
16:22:08 [2020-07-17T16:22:08.810Z] === RUN   TestKillContainer/non_killing_signal
16:22:09 [2020-07-17T16:22:09.106Z] --- PASS: TestTemplatedConfig (3.61s)
16:22:09 [2020-07-17T16:22:09.106Z] === RUN   TestConfigCreateResolve
16:22:09 [2020-07-17T16:22:09.213Z] .........                                                                [ 86%]
16:22:09 [2020-07-17T16:22:09.379Z] === RUN   TestKillContainer/killing_signal
16:22:09 [2020-07-17T16:22:09.951Z] --- PASS: TestKillContainer (1.74s)
16:22:09 [2020-07-17T16:22:09.951Z]     --- PASS: TestKillContainer/no_signal (0.58s)
16:22:09 [2020-07-17T16:22:09.951Z]     --- PASS: TestKillContainer/non_killing_signal (0.40s)
16:22:09 [2020-07-17T16:22:09.951Z]     --- PASS: TestKillContainer/killing_signal (0.54s)
16:22:09 [2020-07-17T16:22:09.951Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:22:09 [2020-07-17T16:22:09.951Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:22:10 [2020-07-17T16:22:10.521Z] === RUN   TestDockerSuite/TestBuildAddTarXz
16:22:10 [2020-07-17T16:22:10.521Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:22:11 [2020-07-17T16:22:11.090Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s)
16:22:11 [2020-07-17T16:22:11.090Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s)
16:22:11 [2020-07-17T16:22:11.090Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.42s)
16:22:11 [2020-07-17T16:22:11.090Z] === RUN   TestKillStoppedContainer
16:22:11 [2020-07-17T16:22:11.350Z] --- PASS: TestKillStoppedContainer (0.07s)
16:22:11 [2020-07-17T16:22:11.350Z] === RUN   TestKillStoppedContainerAPIPre120
16:22:11 [2020-07-17T16:22:11.350Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
16:22:11 [2020-07-17T16:22:11.350Z] === RUN   TestKillDifferentUserContainer
16:22:11 [2020-07-17T16:22:11.350Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
16:22:11 [2020-07-17T16:22:11.350Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
16:22:12 [2020-07-17T16:22:12.289Z] --- PASS: TestKillDifferentUserContainer (0.77s)
16:22:12 [2020-07-17T16:22:12.289Z] === RUN   TestInspectOomKilledTrue
16:22:12 [2020-07-17T16:22:12.289Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
16:22:12 [2020-07-17T16:22:12.289Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:22:12 [2020-07-17T16:22:12.289Z] === RUN   TestInspectOomKilledFalse
16:22:12 [2020-07-17T16:22:12.289Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
16:22:12 [2020-07-17T16:22:12.289Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:22:12 [2020-07-17T16:22:12.289Z] === RUN   TestLinksEtcHostsContentMatch
16:22:12 [2020-07-17T16:22:12.635Z] --- PASS: TestConfigCreateResolve (3.63s)
16:22:12 [2020-07-17T16:22:12.635Z] === RUN   TestConfigDaemonLibtrustID
16:22:12 [2020-07-17T16:22:12.860Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s)
16:22:12 [2020-07-17T16:22:12.860Z] === RUN   TestLinksContainerNames
16:22:12 [2020-07-17T16:22:12.860Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
16:22:13 [2020-07-17T16:22:13.049Z] tests/integration/models_images_test.py ...............                  [ 89%]
16:22:13 [2020-07-17T16:22:13.273Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
16:22:13 [2020-07-17T16:22:13.273Z] PASS
16:22:13 [2020-07-17T16:22:13.273Z] 
16:22:13 [2020-07-17T16:22:13.273Z] DONE 7 tests in 23.015s
16:22:13 [2020-07-17T16:22:13.273Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
16:22:13 [2020-07-17T16:22:13.274Z] ++ 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
16:22:13 [2020-07-17T16:22:13.274Z] ++ set -e
16:22:13 [2020-07-17T16:22:13.274Z] ++ '[' -n 0 ']'
16:22:13 [2020-07-17T16:22:13.274Z] ++ set -x
16:22:13 [2020-07-17T16:22:13.274Z] ++ env -i DEST=/go/src/github.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
16:22:13 [2020-07-17T16:22:13.274Z] INFO: Testing against a local daemon
16:22:13 [2020-07-17T16:22:13.274Z] === RUN   TestCheckpoint
16:22:13 [2020-07-17T16:22:13.274Z] --- SKIP: TestCheckpoint (0.00s)
16:22:13 [2020-07-17T16:22:13.274Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:22:13 [2020-07-17T16:22:13.274Z] === RUN   TestContainerInvalidJSON
16:22:13 [2020-07-17T16:22:13.274Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
16:22:13 [2020-07-17T16:22:13.274Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
16:22:13 [2020-07-17T16:22:13.274Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
16:22:13 [2020-07-17T16:22:13.274Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
16:22:13 [2020-07-17T16:22:13.274Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
16:22:13 [2020-07-17T16:22:13.274Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
16:22:13 [2020-07-17T16:22:13.274Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
16:22:13 [2020-07-17T16:22:13.274Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
16:22:13 [2020-07-17T16:22:13.274Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
16:22:13 [2020-07-17T16:22:13.274Z] --- PASS: TestContainerInvalidJSON (0.01s)
16:22:13 [2020-07-17T16:22:13.274Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
16:22:13 [2020-07-17T16:22:13.274Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
16:22:13 [2020-07-17T16:22:13.274Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
16:22:13 [2020-07-17T16:22:13.274Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:22:13 [2020-07-17T16:22:13.568Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
16:22:13 [2020-07-17T16:22:13.568Z] === RUN   TestCopyFromContainerPathIsNotDir
16:22:13 [2020-07-17T16:22:13.568Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s)
16:22:13 [2020-07-17T16:22:13.568Z] === RUN   TestCopyToContainerPathDoesNotExist
16:22:13 [2020-07-17T16:22:13.861Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s)
16:22:13 [2020-07-17T16:22:13.861Z] === RUN   TestCopyToContainerPathIsNotDir
16:22:13 [2020-07-17T16:22:13.861Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s)
16:22:13 [2020-07-17T16:22:13.861Z] === RUN   TestCopyFromContainer
16:22:14 [2020-07-17T16:22:14.245Z] --- PASS: TestLinksContainerNames (1.37s)
16:22:14 [2020-07-17T16:22:14.245Z] === RUN   TestLogsFollowTailEmpty
16:22:14 [2020-07-17T16:22:14.246Z] tests/integration/models_networks_test.py ....                           [ 90%]
16:22:14 [2020-07-17T16:22:14.815Z] --- PASS: TestLogsFollowTailEmpty (0.87s)
16:22:14 [2020-07-17T16:22:14.815Z] === RUN   TestContainerNetworkMountsNoChown
16:22:15 [2020-07-17T16:22:15.754Z] --- PASS: TestContainerNetworkMountsNoChown (0.81s)
16:22:15 [2020-07-17T16:22:15.754Z] === RUN   TestMountDaemonRoot
16:22:15 [2020-07-17T16:22:15.754Z] === RUN   TestMountDaemonRoot/default
16:22:15 [2020-07-17T16:22:15.754Z] === PAUSE TestMountDaemonRoot/default
16:22:15 [2020-07-17T16:22:15.754Z] === RUN   TestMountDaemonRoot/private
16:22:15 [2020-07-17T16:22:15.754Z] === PAUSE TestMountDaemonRoot/private
16:22:15 [2020-07-17T16:22:15.754Z] === RUN   TestMountDaemonRoot/rprivate
16:22:15 [2020-07-17T16:22:15.754Z] === PAUSE TestMountDaemonRoot/rprivate
16:22:15 [2020-07-17T16:22:15.754Z] === RUN   TestMountDaemonRoot/slave
16:22:15 [2020-07-17T16:22:15.754Z] === PAUSE TestMountDaemonRoot/slave
16:22:15 [2020-07-17T16:22:15.754Z] === RUN   TestMountDaemonRoot/rslave
16:22:15 [2020-07-17T16:22:15.754Z] === PAUSE TestMountDaemonRoot/rslave
16:22:15 [2020-07-17T16:22:15.754Z] === RUN   TestMountDaemonRoot/shared
16:22:15 [2020-07-17T16:22:15.754Z] === PAUSE TestMountDaemonRoot/shared
16:22:15 [2020-07-17T16:22:15.754Z] === RUN   TestMountDaemonRoot/rshared
16:22:15 [2020-07-17T16:22:15.754Z] === PAUSE TestMountDaemonRoot/rshared
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/default
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/default/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/default/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/default/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/rshared
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/shared
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/rslave
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/slave
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/rprivate
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/private
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/private/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/private/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:22:15 [2020-07-17T16:22:15.755Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:22:15 [2020-07-17T16:22:15.755Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:22:15 [2020-07-17T16:22:15.937Z] === RUN   TestCopyFromContainer//
16:22:15 [2020-07-17T16:22:15.938Z] === RUN   TestCopyFromContainer//bar/root
16:22:16 [2020-07-17T16:22:16.015Z] === CONT  TestMountDaemonRoot/default/mount_root
16:22:16 [2020-07-17T16:22:16.015Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:22:16 [2020-07-17T16:22:16.015Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:22:16 [2020-07-17T16:22:16.015Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:22:16 [2020-07-17T16:22:16.015Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:22:16 [2020-07-17T16:22:16.015Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:22:16 [2020-07-17T16:22:16.015Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:22:16 [2020-07-17T16:22:16.015Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:22:16 [2020-07-17T16:22:16.231Z] === RUN   TestCopyFromContainer//bar/root/
16:22:16 [2020-07-17T16:22:16.231Z] === RUN   TestCopyFromContainer/bar/quux
16:22:16 [2020-07-17T16:22:16.231Z] === RUN   TestCopyFromContainer/bar/quux/
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/private/bind_root
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:22:16 [2020-07-17T16:22:16.274Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:22:16 [2020-07-17T16:22:16.524Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:22:16 [2020-07-17T16:22:16.524Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:22:16 [2020-07-17T16:22:16.524Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:22:16 [2020-07-17T16:22:16.561Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:22:16 [2020-07-17T16:22:16.561Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:22:16 [2020-07-17T16:22:16.561Z] === CONT  TestMountDaemonRoot/private/mount_root
16:22:16 [2020-07-17T16:22:16.561Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:22:16 [2020-07-17T16:22:16.561Z] --- PASS: TestMountDaemonRoot (0.07s)
16:22:16 [2020-07-17T16:22:16.561Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
16:22:16 [2020-07-17T16:22:16.561Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
16:22:16 [2020-07-17T16:22:16.561Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.07s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
16:22:16 [2020-07-17T16:22:16.561Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.13s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
16:22:16 [2020-07-17T16:22:16.561Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
16:22:16 [2020-07-17T16:22:16.561Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
16:22:16 [2020-07-17T16:22:16.561Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
16:22:16 [2020-07-17T16:22:16.561Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
16:22:16 [2020-07-17T16:22:16.561Z] === RUN   TestContainerBindMountNonRecursive
16:22:16 [2020-07-17T16:22:16.818Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:22:16 [2020-07-17T16:22:16.818Z] === RUN   TestCopyFromContainer/bar/notarget
16:22:16 [2020-07-17T16:22:16.818Z] --- PASS: TestCopyFromContainer (2.98s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer// (0.05s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
16:22:16 [2020-07-17T16:22:16.818Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:22:16 [2020-07-17T16:22:16.818Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:22:16 [2020-07-17T16:22:16.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:22:16 [2020-07-17T16:22:16.818Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:22:16 [2020-07-17T16:22:16.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:22:16 [2020-07-17T16:22:16.818Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:22:16 [2020-07-17T16:22:16.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:22:16 [2020-07-17T16:22:16.818Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:22:16 [2020-07-17T16:22:16.818Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:22:16 [2020-07-17T16:22:16.818Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:22:16 [2020-07-17T16:22:16.818Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:22:16 [2020-07-17T16:22:16.818Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:22:16 [2020-07-17T16:22:16.818Z] === RUN   TestCreateLinkToNonExistingContainer
16:22:16 [2020-07-17T16:22:16.826Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
16:22:17 [2020-07-17T16:22:17.137Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
16:22:17 [2020-07-17T16:22:17.137Z] === RUN   TestCreateWithInvalidEnv
16:22:17 [2020-07-17T16:22:17.137Z] === RUN   TestCreateWithInvalidEnv/0
16:22:17 [2020-07-17T16:22:17.137Z] === PAUSE TestCreateWithInvalidEnv/0
16:22:17 [2020-07-17T16:22:17.137Z] === RUN   TestCreateWithInvalidEnv/1
16:22:17 [2020-07-17T16:22:17.137Z] === PAUSE TestCreateWithInvalidEnv/1
16:22:17 [2020-07-17T16:22:17.137Z] === RUN   TestCreateWithInvalidEnv/2
16:22:17 [2020-07-17T16:22:17.137Z] === PAUSE TestCreateWithInvalidEnv/2
16:22:17 [2020-07-17T16:22:17.137Z] === CONT  TestCreateWithInvalidEnv/0
16:22:17 [2020-07-17T16:22:17.137Z] === CONT  TestCreateWithInvalidEnv/2
16:22:17 [2020-07-17T16:22:17.137Z] === CONT  TestCreateWithInvalidEnv/1
16:22:17 [2020-07-17T16:22:17.137Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
16:22:17 [2020-07-17T16:22:17.137Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:22:17 [2020-07-17T16:22:17.137Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:22:17 [2020-07-17T16:22:17.137Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:22:17 [2020-07-17T16:22:17.137Z] === RUN   TestCreateTmpfsMountsTarget
16:22:17 [2020-07-17T16:22:17.137Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
16:22:17 [2020-07-17T16:22:17.137Z] === RUN   TestCreateWithCustomMaskedPaths
16:22:18 [2020-07-17T16:22:18.208Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
16:22:18 [2020-07-17T16:22:18.777Z] --- PASS: TestContainerBindMountNonRecursive (2.34s)
16:22:18 [2020-07-17T16:22:18.777Z] === RUN   TestNetworkNat
16:22:19 [2020-07-17T16:22:19.519Z] tests/integration/models_nodes_test.py .                                 [ 91%]
16:22:19 [2020-07-17T16:22:19.722Z] --- PASS: TestNetworkNat (0.82s)
16:22:19 [2020-07-17T16:22:19.722Z] === RUN   TestNetworkLocalhostTCPNat
16:22:19 [2020-07-17T16:22:19.887Z] --- PASS: TestCreateWithCustomMaskedPaths (2.41s)
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/no_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/no_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/empty_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/valid_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/empty_capadd
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/empty_capadd
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/empty_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/no_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/empty_capdrop
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/empty_capadd
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/valid_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] === CONT  TestCreateWithCapabilities/empty_capabilities
16:22:19 [2020-07-17T16:22:19.887Z] --- PASS: TestCreateWithCapabilities (0.01s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.10s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s)
16:22:19 [2020-07-17T16:22:19.887Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s)
16:22:19 [2020-07-17T16:22:19.887Z] === RUN   TestCreateWithCustomReadonlyPaths
16:22:20 [2020-07-17T16:22:20.088Z] tests/integration/models_resources_test.py .                             [ 91%]
16:22:20 [2020-07-17T16:22:20.292Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
16:22:20 [2020-07-17T16:22:20.292Z] --- PASS: TestNetworkLocalhostTCPNat (0.73s)
16:22:20 [2020-07-17T16:22:20.292Z] === RUN   TestNetworkLoopbackNat
16:22:22 [2020-07-17T16:22:22.631Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.54s)
16:22:22 [2020-07-17T16:22:22.631Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:22:22 [2020-07-17T16:22:22.631Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:22:22 [2020-07-17T16:22:22.631Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:22:22 [2020-07-17T16:22:22.631Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:22:22 [2020-07-17T16:22:22.631Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:22:22 [2020-07-17T16:22:22.631Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:22:22 [2020-07-17T16:22:22.631Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:22:22 [2020-07-17T16:22:22.631Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:22:22 [2020-07-17T16:22:22.631Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
16:22:22 [2020-07-17T16:22:22.631Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
16:22:22 [2020-07-17T16:22:22.631Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
16:22:22 [2020-07-17T16:22:22.631Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
16:22:22 [2020-07-17T16:22:22.631Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
16:22:22 [2020-07-17T16:22:22.631Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
16:22:22 [2020-07-17T16:22:22.631Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:22:23 [2020-07-17T16:22:23.273Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s)
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestCreateDifferentPlatform
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestCreateDifferentPlatform/different_os
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:22:23 [2020-07-17T16:22:23.273Z] --- PASS: TestCreateDifferentPlatform (0.01s)
16:22:23 [2020-07-17T16:22:23.273Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:22:23 [2020-07-17T16:22:23.273Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:22:23 [2020-07-17T16:22:23.273Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestContainerStartOnDaemonRestart
16:22:23 [2020-07-17T16:22:23.273Z] === PAUSE TestContainerStartOnDaemonRestart
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestDaemonRestartIpcMode
16:22:23 [2020-07-17T16:22:23.273Z] === PAUSE TestDaemonRestartIpcMode
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestDaemonHostGatewayIP
16:22:23 [2020-07-17T16:22:23.273Z] === PAUSE TestDaemonHostGatewayIP
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestContainerKillOnDaemonStart
16:22:23 [2020-07-17T16:22:23.273Z] === PAUSE TestContainerKillOnDaemonStart
16:22:23 [2020-07-17T16:22:23.273Z] === RUN   TestDiff
16:22:23 [2020-07-17T16:22:23.587Z] === RUN   TestDockerSuite/TestBuildBlankName
16:22:23 [2020-07-17T16:22:23.587Z] --- PASS: TestNetworkLoopbackNat (3.14s)
16:22:23 [2020-07-17T16:22:23.587Z] === RUN   TestPause
16:22:24 [2020-07-17T16:22:24.157Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
16:22:24 [2020-07-17T16:22:24.318Z] --- PASS: TestDiff (0.84s)
16:22:24 [2020-07-17T16:22:24.318Z] === RUN   TestExecWithCloseStdin
16:22:24 [2020-07-17T16:22:24.726Z] --- PASS: TestPause (1.04s)
16:22:24 [2020-07-17T16:22:24.726Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:22:24 [2020-07-17T16:22:24.726Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s)
16:22:24 [2020-07-17T16:22:24.726Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:22:24 [2020-07-17T16:22:24.726Z] === RUN   TestPauseStopPausedContainer
16:22:24 [2020-07-17T16:22:24.955Z] --- PASS: TestExecWithCloseStdin (0.94s)
16:22:24 [2020-07-17T16:22:24.955Z] === RUN   TestExec
16:22:25 [2020-07-17T16:22:25.668Z] --- PASS: TestPauseStopPausedContainer (0.93s)
16:22:25 [2020-07-17T16:22:25.668Z] === RUN   TestPsFilter
16:22:25 [2020-07-17T16:22:25.668Z] --- PASS: TestPsFilter (0.14s)
16:22:25 [2020-07-17T16:22:25.668Z] === RUN   TestRemoveContainerWithRemovedVolume
16:22:25 [2020-07-17T16:22:25.995Z] --- PASS: TestExec (0.95s)
16:22:25 [2020-07-17T16:22:25.995Z] === RUN   TestExecUser
16:22:26 [2020-07-17T16:22:26.187Z] tests/integration/models_services_test.py ..............X.               [ 95%]
16:22:26 [2020-07-17T16:22:26.239Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s)
16:22:26 [2020-07-17T16:22:26.239Z] === RUN   TestRemoveContainerWithVolume
16:22:26 [2020-07-17T16:22:26.499Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
16:22:27 [2020-07-17T16:22:27.035Z] --- PASS: TestExecUser (0.92s)
16:22:27 [2020-07-17T16:22:27.035Z] === RUN   TestExportContainerAndImportImage
16:22:27 [2020-07-17T16:22:27.439Z] --- PASS: TestRemoveContainerWithVolume (0.97s)
16:22:27 [2020-07-17T16:22:27.439Z] === RUN   TestRemoveContainerRunning
16:22:28 [2020-07-17T16:22:28.011Z] --- PASS: TestRemoveContainerRunning (0.71s)
16:22:28 [2020-07-17T16:22:28.011Z] === RUN   TestRemoveContainerForceRemoveRunning
16:22:28 [2020-07-17T16:22:28.075Z] --- PASS: TestExportContainerAndImportImage (1.10s)
16:22:28 [2020-07-17T16:22:28.075Z] === RUN   TestExportContainerAfterDaemonRestart
16:22:28 [2020-07-17T16:22:28.948Z] tests/integration/models_swarm_test.py ..                                [ 96%]
16:22:28 [2020-07-17T16:22:28.948Z] tests/integration/models_volumes_test.py ..                              [ 96%]
16:22:28 [2020-07-17T16:22:28.956Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
16:22:28 [2020-07-17T16:22:28.956Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s)
16:22:28 [2020-07-17T16:22:28.956Z] === RUN   TestRemoveInvalidContainer
16:22:28 [2020-07-17T16:22:28.956Z] --- PASS: TestRemoveInvalidContainer (0.04s)
16:22:28 [2020-07-17T16:22:28.956Z] === RUN   TestRenameLinkedContainer
16:22:29 [2020-07-17T16:22:29.589Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s)
16:22:29 [2020-07-17T16:22:29.589Z] === RUN   TestHealthCheckWorkdir
16:22:30 [2020-07-17T16:22:30.338Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
16:22:30 [2020-07-17T16:22:30.630Z] --- PASS: TestHealthCheckWorkdir (0.95s)
16:22:30 [2020-07-17T16:22:30.630Z] === RUN   TestHealthKillContainer
16:22:32 [2020-07-17T16:22:32.883Z] --- PASS: TestRenameLinkedContainer (3.64s)
16:22:32 [2020-07-17T16:22:32.883Z] === RUN   TestRenameStoppedContainer
16:22:32 [2020-07-17T16:22:32.919Z] tests/integration/regression_test.py ......                              [ 98%]
16:22:33 [2020-07-17T16:22:33.142Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
16:22:33 [2020-07-17T16:22:33.179Z] tests/integration/credentials/store_test.py ......                       [ 99%]
16:22:33 [2020-07-17T16:22:33.179Z] tests/integration/credentials/utils_test.py .                            [100%]
16:22:33 [2020-07-17T16:22:33.179Z] 
16:22:33 [2020-07-17T16:22:33.179Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
16:22:33 [2020-07-17T16:22:33.179Z] =========================== short test summary info ============================
16:22:33 [2020-07-17T16:22:33.179Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
16:22:33 [2020-07-17T16:22:33.179Z]   CONFIG_RT_GROUP_SCHED isn't enabled
16:22:33 [2020-07-17T16:22:33.179Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
16:22:33 [2020-07-17T16:22:33.179Z]   Not supported on most drivers
16:22:33 [2020-07-17T16:22:33.179Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
16:22:33 [2020-07-17T16:22:33.179Z]   Output of docker top depends on host distro, and is not formalized.
16:22:33 [2020-07-17T16:22:33.179Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
16:22:33 [2020-07-17T16:22:33.179Z]   Output of docker top depends on host distro, and is not formalized.
16:22:33 [2020-07-17T16:22:33.179Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
16:22:33 [2020-07-17T16:22:33.179Z]   Can fail if eth0 has multiple IP addresses
16:22:33 [2020-07-17T16:22:33.179Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
16:22:33 [2020-07-17T16:22:33.179Z]   This doesn't seem to be taken into account by the engine
16:22:33 [2020-07-17T16:22:33.179Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
16:22:33 [2020-07-17T16:22:33.179Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
16:22:33 [2020-07-17T16:22:33.179Z] = 376 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 283.41 seconds ==
16:22:33 [2020-07-17T16:22:33.403Z] --- PASS: TestRenameStoppedContainer (0.79s)
16:22:33 [2020-07-17T16:22:33.403Z] === RUN   TestRenameRunningContainerAndReuse
16:22:33 [2020-07-17T16:22:33.408Z] --- PASS: TestHealthKillContainer (2.95s)
16:22:33 [2020-07-17T16:22:33.408Z] === RUN   TestInspectCpusetInConfigPre120
16:22:33 [2020-07-17T16:22:33.438Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
16:22:34 [2020-07-17T16:22:34.451Z] --- PASS: TestInspectCpusetInConfigPre120 (0.86s)
16:22:34 [2020-07-17T16:22:34.451Z] === RUN   TestIpcModeNone
16:22:34 [2020-07-17T16:22:34.783Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
16:22:35 [2020-07-17T16:22:35.356Z] --- PASS: TestRenameRunningContainerAndReuse (1.83s)
16:22:35 [2020-07-17T16:22:35.356Z] === RUN   TestRenameInvalidName
16:22:35 [2020-07-17T16:22:35.505Z] --- PASS: TestIpcModeNone (0.91s)
16:22:35 [2020-07-17T16:22:35.505Z] === RUN   TestIpcModePrivate
16:22:35 [2020-07-17T16:22:35.616Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
16:22:35 [2020-07-17T16:22:35.876Z] --- PASS: TestRenameInvalidName (0.73s)
16:22:35 [2020-07-17T16:22:35.876Z] === RUN   TestRenameAnonymousContainer
16:22:36 [2020-07-17T16:22:36.152Z] --- PASS: TestIpcModePrivate (0.88s)
16:22:36 [2020-07-17T16:22:36.152Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
16:22:36 [2020-07-17T16:22:36.152Z] === RUN   TestIpcModeShareable
16:22:36 [2020-07-17T16:22:36.816Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
16:22:37 [2020-07-17T16:22:37.193Z] --- PASS: TestIpcModeShareable (1.02s)
16:22:37 [2020-07-17T16:22:37.193Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
16:22:37 [2020-07-17T16:22:37.193Z] === RUN   TestAPIIpcModeShareableAndContainer
16:22:38 [2020-07-17T16:22:38.198Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
16:22:38 [2020-07-17T16:22:38.198Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
16:22:38 [2020-07-17T16:22:38.785Z] --- PASS: TestRenameAnonymousContainer (2.79s)
16:22:38 [2020-07-17T16:22:38.785Z] === RUN   TestRenameContainerWithSameName
16:22:39 [2020-07-17T16:22:39.368Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
16:22:39 [2020-07-17T16:22:39.627Z] --- PASS: TestRenameContainerWithSameName (0.78s)
16:22:39 [2020-07-17T16:22:39.627Z] === RUN   TestRenameContainerWithLinkedContainer
16:22:39 [2020-07-17T16:22:39.935Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.93s)
16:22:39 [2020-07-17T16:22:39.935Z] === RUN   TestAPIIpcModeHost
16:22:40 [2020-07-17T16:22:40.976Z] --- PASS: TestAPIIpcModeHost (0.65s)
16:22:40 [2020-07-17T16:22:40.976Z] === RUN   TestDaemonIpcModeShareable
16:22:41 [2020-07-17T16:22:41.007Z] --- PASS: TestRenameContainerWithLinkedContainer (1.57s)
16:22:41 [2020-07-17T16:22:41.007Z] === RUN   TestResize
16:22:41 [2020-07-17T16:22:41.948Z] --- PASS: TestResize (0.75s)
16:22:41 [2020-07-17T16:22:41.948Z] === RUN   TestResizeWithInvalidSize
16:22:42 [2020-07-17T16:22:42.490Z] --- PASS: TestDaemonIpcModeShareable (1.83s)
16:22:42 [2020-07-17T16:22:42.490Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
16:22:42 [2020-07-17T16:22:42.490Z] === RUN   TestDaemonIpcModePrivate
16:22:42 [2020-07-17T16:22:42.889Z] --- PASS: TestResizeWithInvalidSize (0.83s)
16:22:42 [2020-07-17T16:22:42.889Z] === RUN   TestResizeWhenContainerNotStarted
16:22:42 [2020-07-17T16:22:42.889Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
16:22:42 [2020-07-17T16:22:42.889Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
16:22:43 [2020-07-17T16:22:43.458Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s)
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:22:43 [2020-07-17T16:22:43.458Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:22:44 [2020-07-17T16:22:44.568Z] --- PASS: TestDaemonIpcModePrivate (1.77s)
16:22:44 [2020-07-17T16:22:44.568Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
16:22:44 [2020-07-17T16:22:44.568Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:22:45 [2020-07-17T16:22:45.646Z] Leaving: AppArmorNo profiles have been unloaded.
16:22:45 [2020-07-17T16:22:45.646Z] 
16:22:45 [2020-07-17T16:22:45.646Z] Unloading profiles will leave already running processes permanently
16:22:45 [2020-07-17T16:22:45.646Z] unconfined, which can lead to unexpected situations.
16:22:45 [2020-07-17T16:22:45.646Z] 
16:22:45 [2020-07-17T16:22:45.646Z] To set a process to complain mode, use the command line tool
16:22:45 [2020-07-17T16:22:45.646Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:22:45 [2020-07-17T16:22:45.646Z] 
Post stage
[Pipeline] junit
16:22:45 [2020-07-17T16:22:45.924Z] Recording test results
16:22:46 [2020-07-17T16:22:46.000Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
[Pipeline] sh
16:22:46 [2020-07-17T16:22:46.082Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s)
16:22:46 [2020-07-17T16:22:46.082Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
16:22:46 [2020-07-17T16:22:46.082Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:22:46 [2020-07-17T16:22:46.314Z] + echo Ensuring container killed.
16:22:46 [2020-07-17T16:22:46.314Z] Ensuring container killed.
16:22:46 [2020-07-17T16:22:46.314Z] + docker rm -vf docker-pr2
16:22:46 [2020-07-17T16:22:46.314Z] Error: No such container: docker-pr2
16:22:46 [2020-07-17T16:22:46.314Z] + true
[Pipeline] sh
16:22:46 [2020-07-17T16:22:46.569Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:22:46 [2020-07-17T16:22:46.569Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:22:46 [2020-07-17T16:22:46.602Z] + echo Chowning /workspace to jenkins user
16:22:46 [2020-07-17T16:22:46.602Z] Chowning /workspace to jenkins user
16:22:46 [2020-07-17T16:22:46.602Z] + id -u
16:22:46 [2020-07-17T16:22:46.602Z] + id -g
16:22:46 [2020-07-17T16:22:46.602Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41226:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:22:47 [2020-07-17T16:22:47.841Z] + bundleName=docker-py
16:22:47 [2020-07-17T16:22:47.841Z] + echo Creating docker-py-bundles.tar.gz
16:22:47 [2020-07-17T16:22:47.841Z] Creating docker-py-bundles.tar.gz
16:22:47 [2020-07-17T16:22:47.841Z] + 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
16:22:47 [2020-07-17T16:22:47.855Z] Archiving artifacts
16:22:48 [2020-07-17T16:22:48.159Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s)
16:22:48 [2020-07-17T16:22:48.159Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
16:22:48 [2020-07-17T16:22:48.159Z] === RUN   TestIpcModeOlderClient
16:22:48 [2020-07-17T16:22:48.159Z] === PAUSE TestIpcModeOlderClient
16:22:48 [2020-07-17T16:22:48.159Z] === RUN   TestKillContainerInvalidSignal
16:22:48 [2020-07-17T16:22:48.751Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41226/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
16:22:48 [2020-07-17T16:22:48.830Z] --- PASS: TestKillContainerInvalidSignal (0.86s)
16:22:48 [2020-07-17T16:22:48.830Z] === RUN   TestKillContainer
16:22:48 [2020-07-17T16:22:48.830Z] === RUN   TestKillContainer/no_signal
[Pipeline] sh
16:22:49 [2020-07-17T16:22:49.114Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh binary-daemon
16:22:49 [2020-07-17T16:22:49.374Z] 
16:22:49 [2020-07-17T16:22:49.374Z] Removing bundles/
16:22:49 [2020-07-17T16:22:49.635Z] 
16:22:49 [2020-07-17T16:22:49.635Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
16:22:49 [2020-07-17T16:22:49.635Z] Building: bundles/binary-daemon/dockerd-dev
16:22:49 [2020-07-17T16:22:49.635Z] GOOS="" GOARCH="" GOARM=""
16:22:49 [2020-07-17T16:22:49.873Z] === RUN   TestKillContainer/non_killing_signal
16:22:50 [2020-07-17T16:22:50.166Z] === RUN   TestKillContainer/killing_signal
16:22:50 [2020-07-17T16:22:50.767Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:22:50 [2020-07-17T16:22:50.767Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:22:51 [2020-07-17T16:22:51.337Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
16:22:51 [2020-07-17T16:22:51.683Z] --- PASS: TestKillContainer (2.64s)
16:22:51 [2020-07-17T16:22:51.683Z]     --- PASS: TestKillContainer/no_signal (0.88s)
16:22:51 [2020-07-17T16:22:51.683Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
16:22:51 [2020-07-17T16:22:51.683Z]     --- PASS: TestKillContainer/killing_signal (0.88s)
16:22:51 [2020-07-17T16:22:51.683Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:22:51 [2020-07-17T16:22:51.683Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:22:52 [2020-07-17T16:22:52.106Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:22:52 [2020-07-17T16:22:52.106Z] 
16:22:52 [2020-07-17T16:22:52.106Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:22:52 [2020-07-17T16:22:52.106Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:22:52 [2020-07-17T16:22:52.106Z] HOSTNAME=2079b7d68c0c
16:22:52 [2020-07-17T16:22:52.106Z] TESTDEBUG=0
16:22:52 [2020-07-17T16:22:52.106Z] DEST=bundles/test-integration
16:22:52 [2020-07-17T16:22:52.106Z] PWD=/go/src/github.com/docker/docker
16:22:52 [2020-07-17T16:22:52.106Z] DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76
16:22:52 [2020-07-17T16:22:52.106Z] container=docker
16:22:52 [2020-07-17T16:22:52.106Z] HOME=/root
16:22:52 [2020-07-17T16:22:52.106Z] GOLANG_VERSION=1.13.13
16:22:52 [2020-07-17T16:22:52.106Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:22:52 [2020-07-17T16:22:52.106Z] VALIDATE_BRANCH=master
16:22:52 [2020-07-17T16:22:52.106Z] TERM=xterm
16:22:52 [2020-07-17T16:22:52.106Z] DOCKER_PKG=github.com/docker/docker
16:22:52 [2020-07-17T16:22:52.106Z] SHLVL=1
16:22:52 [2020-07-17T16:22:52.106Z] TIMEOUT=120m
16:22:52 [2020-07-17T16:22:52.106Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
16:22:52 [2020-07-17T16:22:52.106Z] DOCKER_GRAPHDRIVER=overlay2
16:22:52 [2020-07-17T16:22:52.106Z] GO111MODULE=off
16:22:52 [2020-07-17T16:22:52.106Z] DOCKER_EXPERIMENTAL=1
16:22:52 [2020-07-17T16:22:52.106Z] TEST_SKIP_INTEGRATION_CLI=1
16:22:52 [2020-07-17T16:22:52.106Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:22:52 [2020-07-17T16:22:52.106Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:22:52 [2020-07-17T16:22:52.106Z] GOPATH=/go
16:22:52 [2020-07-17T16:22:52.106Z] PKG_CONFIG=pkg-config
16:22:52 [2020-07-17T16:22:52.106Z] _=/usr/bin/env
16:22:52 [2020-07-17T16:22:52.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:22:52 [2020-07-17T16:22:52.319Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:22:52 [2020-07-17T16:22:52.720Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:22:53 [2020-07-17T16:22:53.291Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
16:22:53 [2020-07-17T16:22:53.359Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.82s)
16:22:53 [2020-07-17T16:22:53.359Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s)
16:22:53 [2020-07-17T16:22:53.359Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
16:22:53 [2020-07-17T16:22:53.359Z] === RUN   TestKillStoppedContainer
16:22:53 [2020-07-17T16:22:53.359Z] --- PASS: TestKillStoppedContainer (0.10s)
16:22:53 [2020-07-17T16:22:53.359Z] === RUN   TestKillStoppedContainerAPIPre120
16:22:53 [2020-07-17T16:22:53.359Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
16:22:53 [2020-07-17T16:22:53.359Z] === RUN   TestKillDifferentUserContainer
16:22:53 [2020-07-17T16:22:53.552Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:22:54 [2020-07-17T16:22:54.399Z] --- PASS: TestKillDifferentUserContainer (0.91s)
16:22:54 [2020-07-17T16:22:54.399Z] === RUN   TestInspectOomKilledTrue
16:22:54 [2020-07-17T16:22:54.399Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
16:22:54 [2020-07-17T16:22:54.399Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:22:54 [2020-07-17T16:22:54.399Z] === RUN   TestInspectOomKilledFalse
16:22:54 [2020-07-17T16:22:54.399Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
16:22:54 [2020-07-17T16:22:54.399Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:22:54 [2020-07-17T16:22:54.399Z] === RUN   TestLinksEtcHostsContentMatch
16:22:54 [2020-07-17T16:22:54.490Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
16:22:55 [2020-07-17T16:22:55.036Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s)
16:22:55 [2020-07-17T16:22:55.036Z] === RUN   TestLinksContainerNames
16:22:55 [2020-07-17T16:22:55.431Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:22:55 [2020-07-17T16:22:55.431Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
16:22:55 [2020-07-17T16:22:55.690Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:22:56 [2020-07-17T16:22:56.552Z] --- PASS: TestLinksContainerNames (1.73s)
16:22:56 [2020-07-17T16:22:56.552Z] === RUN   TestLogsFollowTailEmpty
16:22:57 [2020-07-17T16:22:57.071Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:22:57 [2020-07-17T16:22:57.332Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:22:57 [2020-07-17T16:22:57.591Z] --- PASS: TestLogsFollowTailEmpty (0.87s)
16:22:57 [2020-07-17T16:22:57.591Z] === RUN   TestContainerNetworkMountsNoChown
16:22:57 [2020-07-17T16:22:57.901Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
16:22:58 [2020-07-17T16:22:58.228Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s)
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/default
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/default
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/private
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/private
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/rprivate
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/rprivate
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/slave
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/slave
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/rslave
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/rslave
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/shared
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/shared
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/rshared
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/rshared
16:22:58 [2020-07-17T16:22:58.228Z] === CONT  TestMountDaemonRoot/default
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/default/bind_root
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/default/mount_root
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:22:58 [2020-07-17T16:22:58.228Z] === CONT  TestMountDaemonRoot/default/bind_root
16:22:58 [2020-07-17T16:22:58.228Z] === CONT  TestMountDaemonRoot/rprivate
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:22:58 [2020-07-17T16:22:58.228Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:22:58 [2020-07-17T16:22:58.228Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:22:58 [2020-07-17T16:22:58.228Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/rshared
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/shared
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/rslave
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/slave
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/private
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/private/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/private/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/default/mount_root
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:22:58 [2020-07-17T16:22:58.522Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:22:58 [2020-07-17T16:22:58.815Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/private/bind_root
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/private/mount_root
16:22:59 [2020-07-17T16:22:59.108Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:22:59 [2020-07-17T16:22:59.108Z] --- PASS: TestMountDaemonRoot (0.02s)
16:22:59 [2020-07-17T16:22:59.108Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:22:59 [2020-07-17T16:22:59.108Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
16:22:59 [2020-07-17T16:22:59.108Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
16:22:59 [2020-07-17T16:22:59.108Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
16:22:59 [2020-07-17T16:22:59.108Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
16:22:59 [2020-07-17T16:22:59.108Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:22:59 [2020-07-17T16:22:59.108Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
16:22:59 [2020-07-17T16:22:59.108Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
16:22:59 [2020-07-17T16:22:59.108Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.11s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
16:22:59 [2020-07-17T16:22:59.109Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
16:22:59 [2020-07-17T16:22:59.109Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
16:22:59 [2020-07-17T16:22:59.109Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
16:22:59 [2020-07-17T16:22:59.109Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
16:22:59 [2020-07-17T16:22:59.109Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
16:22:59 [2020-07-17T16:22:59.109Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
16:22:59 [2020-07-17T16:22:59.109Z] === RUN   TestContainerBindMountNonRecursive
16:23:00 [2020-07-17T16:23:00.448Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.05s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.24s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.69s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.10s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.72s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.75s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.86s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.76s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.85s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.80s)
16:23:00 [2020-07-17T16:23:00.448Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.57s)
16:23:00 [2020-07-17T16:23:00.448Z] === RUN   TestCgroupNamespacesRun
16:23:00 [2020-07-17T16:23:00.448Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
16:23:00 [2020-07-17T16:23:00.709Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
16:23:01 [2020-07-17T16:23:01.185Z] --- PASS: TestContainerBindMountNonRecursive (1.98s)
16:23:01 [2020-07-17T16:23:01.185Z] === RUN   TestNetworkNat
16:23:02 [2020-07-17T16:23:02.092Z] --- PASS: TestCgroupNamespacesRun (1.87s)
16:23:02 [2020-07-17T16:23:02.092Z] === RUN   TestCgroupNamespacesRunPrivileged
16:23:02 [2020-07-17T16:23:02.225Z] --- PASS: TestNetworkNat (0.85s)
16:23:02 [2020-07-17T16:23:02.225Z] === RUN   TestNetworkLocalhostTCPNat
16:23:02 [2020-07-17T16:23:02.673Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
16:23:02 [2020-07-17T16:23:02.884Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s)
16:23:02 [2020-07-17T16:23:02.884Z] === RUN   TestNetworkLoopbackNat
16:23:04 [2020-07-17T16:23:04.056Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.95s)
16:23:04 [2020-07-17T16:23:04.056Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:23:05 [2020-07-17T16:23:05.438Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
16:23:05 [2020-07-17T16:23:05.438Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
16:23:05 [2020-07-17T16:23:05.438Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s)
16:23:05 [2020-07-17T16:23:05.438Z] === RUN   TestCgroupNamespacesRunHostMode
16:23:06 [2020-07-17T16:23:06.426Z] --- PASS: TestNetworkLoopbackNat (3.25s)
16:23:06 [2020-07-17T16:23:06.426Z] === RUN   TestPause
16:23:07 [2020-07-17T16:23:07.062Z] --- PASS: TestPause (0.85s)
16:23:07 [2020-07-17T16:23:07.062Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:23:07 [2020-07-17T16:23:07.062Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:23:07 [2020-07-17T16:23:07.062Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:23:07 [2020-07-17T16:23:07.062Z] === RUN   TestPauseStopPausedContainer
16:23:07 [2020-07-17T16:23:07.976Z] --- PASS: TestCgroupNamespacesRunHostMode (2.03s)
16:23:07 [2020-07-17T16:23:07.976Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:23:08 [2020-07-17T16:23:08.100Z] --- PASS: TestPauseStopPausedContainer (0.89s)
16:23:08 [2020-07-17T16:23:08.100Z] === RUN   TestPsFilter
16:23:08 [2020-07-17T16:23:08.100Z] --- PASS: TestPsFilter (0.32s)
16:23:08 [2020-07-17T16:23:08.100Z] === RUN   TestRemoveContainerWithRemovedVolume
16:23:08 [2020-07-17T16:23:08.236Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
16:23:09 [2020-07-17T16:23:09.139Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s)
16:23:09 [2020-07-17T16:23:09.139Z] === RUN   TestRemoveContainerWithVolume
16:23:09 [2020-07-17T16:23:09.180Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.62s)
16:23:09 [2020-07-17T16:23:09.180Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:23:09 [2020-07-17T16:23:09.775Z] --- PASS: TestRemoveContainerWithVolume (0.86s)
16:23:09 [2020-07-17T16:23:09.775Z] === RUN   TestRemoveContainerRunning
16:23:10 [2020-07-17T16:23:10.122Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
16:23:10 [2020-07-17T16:23:10.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:23:10 [2020-07-17T16:23:10.382Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
16:23:10 [2020-07-17T16:23:10.814Z] --- PASS: TestRemoveContainerRunning (0.90s)
16:23:10 [2020-07-17T16:23:10.814Z] === RUN   TestRemoveContainerForceRemoveRunning
16:23:10 [2020-07-17T16:23:10.951Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.71s)
16:23:10 [2020-07-17T16:23:10.951Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:23:11 [2020-07-17T16:23:11.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:23:11 [2020-07-17T16:23:11.520Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
16:23:11 [2020-07-17T16:23:11.780Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s)
16:23:11 [2020-07-17T16:23:11.780Z] === RUN   TestCgroupNamespacesRunOlderClient
16:23:11 [2020-07-17T16:23:11.853Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s)
16:23:11 [2020-07-17T16:23:11.853Z] === RUN   TestRemoveInvalidContainer
16:23:11 [2020-07-17T16:23:11.853Z] --- PASS: TestRemoveInvalidContainer (0.01s)
16:23:11 [2020-07-17T16:23:11.853Z] === RUN   TestRenameLinkedContainer
16:23:12 [2020-07-17T16:23:12.348Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
16:23:12 [2020-07-17T16:23:12.919Z] === RUN   TestDockerSuite/TestBuildCacheAdd
16:23:13 [2020-07-17T16:23:13.489Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.70s)
16:23:13 [2020-07-17T16:23:13.489Z] === RUN   TestKernelTCPMemory
16:23:13 [2020-07-17T16:23:13.749Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
16:23:13 [2020-07-17T16:23:13.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:23:14 [2020-07-17T16:23:14.320Z] --- PASS: TestKernelTCPMemory (0.92s)
16:23:14 [2020-07-17T16:23:14.320Z] === RUN   TestNISDomainname
16:23:14 [2020-07-17T16:23:14.580Z] === RUN   TestDockerSuite/TestBuildCacheFrom
16:23:15 [2020-07-17T16:23:15.384Z] --- PASS: TestRenameLinkedContainer (3.54s)
16:23:15 [2020-07-17T16:23:15.384Z] === RUN   TestRenameStoppedContainer
16:23:15 [2020-07-17T16:23:15.523Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
16:23:15 [2020-07-17T16:23:15.523Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
16:23:15 [2020-07-17T16:23:15.523Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
16:23:15 [2020-07-17T16:23:15.523Z] --- PASS: TestNISDomainname (1.01s)
16:23:15 [2020-07-17T16:23:15.523Z] === RUN   TestHostnameDnsResolution
16:23:16 [2020-07-17T16:23:16.019Z] --- PASS: TestRenameStoppedContainer (0.88s)
16:23:16 [2020-07-17T16:23:16.020Z] === RUN   TestRenameRunningContainerAndReuse
16:23:16 [2020-07-17T16:23:16.907Z] --- PASS: TestHostnameDnsResolution (1.19s)
16:23:16 [2020-07-17T16:23:16.907Z] === RUN   TestStats
16:23:18 [2020-07-17T16:23:18.102Z] --- PASS: TestRenameRunningContainerAndReuse (1.72s)
16:23:18 [2020-07-17T16:23:18.102Z] === RUN   TestRenameInvalidName
16:23:18 [2020-07-17T16:23:18.739Z] --- PASS: TestRenameInvalidName (0.86s)
16:23:18 [2020-07-17T16:23:18.739Z] === RUN   TestRenameAnonymousContainer
16:23:18 [2020-07-17T16:23:18.814Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
16:23:19 [2020-07-17T16:23:19.382Z] --- PASS: TestStats (2.69s)
16:23:19 [2020-07-17T16:23:19.382Z] === RUN   TestStopContainerWithTimeout
16:23:19 [2020-07-17T16:23:19.382Z] === RUN   TestStopContainerWithTimeout/0
16:23:19 [2020-07-17T16:23:19.382Z] === PAUSE TestStopContainerWithTimeout/0
16:23:19 [2020-07-17T16:23:19.382Z] === RUN   TestStopContainerWithTimeout/1
16:23:19 [2020-07-17T16:23:19.382Z] === PAUSE TestStopContainerWithTimeout/1
16:23:19 [2020-07-17T16:23:19.382Z] === RUN   TestStopContainerWithTimeout/3
16:23:19 [2020-07-17T16:23:19.382Z] === PAUSE TestStopContainerWithTimeout/3
16:23:19 [2020-07-17T16:23:19.382Z] === RUN   TestStopContainerWithTimeout/-1
16:23:19 [2020-07-17T16:23:19.382Z] === PAUSE TestStopContainerWithTimeout/-1
16:23:19 [2020-07-17T16:23:19.382Z] === CONT  TestStopContainerWithTimeout/0
16:23:19 [2020-07-17T16:23:19.382Z] === CONT  TestStopContainerWithTimeout/3
16:23:19 [2020-07-17T16:23:19.382Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
16:23:20 [2020-07-17T16:23:20.763Z] === CONT  TestStopContainerWithTimeout/-1
16:23:20 [2020-07-17T16:23:20.763Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
16:23:21 [2020-07-17T16:23:21.702Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
16:23:22 [2020-07-17T16:23:22.057Z] ok  	github.com/docker/docker/api/server/httputils	0.031s	coverage: 14.7% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/api/server/middleware	0.046s	coverage: 37.7% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/api/types/strslice	0.016s	coverage: 90.0% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/api/types/filters	0.009s	coverage: 92.2% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/api/server/router/swarm	0.017s	coverage: 5.1% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/api/types/versions	0.021s	coverage: 75.0% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/api/types/time	0.014s	coverage: 100.0% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/builder	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/builder/dockerignore	0.027s	coverage: 96.8% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/cli/debug	0.012s	coverage: 100.0% of statements
16:23:22 [2020-07-17T16:23:22.058Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.730s	coverage: 86.3% of statements
16:23:22 [2020-07-17T16:23:22.271Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
16:23:22 [2020-07-17T16:23:22.532Z] === CONT  TestStopContainerWithTimeout/1
16:23:23 [2020-07-17T16:23:23.102Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
16:23:23 [2020-07-17T16:23:23.114Z] ok  	github.com/docker/docker/builder/remotecontext	0.516s	coverage: 13.6% of statements
16:23:24 [2020-07-17T16:23:24.372Z] --- PASS: TestRenameAnonymousContainer (4.82s)
16:23:24 [2020-07-17T16:23:24.372Z] === RUN   TestRenameContainerWithSameName
16:23:24 [2020-07-17T16:23:24.372Z] --- PASS: TestRenameContainerWithSameName (0.94s)
16:23:24 [2020-07-17T16:23:24.372Z] === RUN   TestRenameContainerWithLinkedContainer
16:23:24 [2020-07-17T16:23:24.517Z] --- PASS: TestStopContainerWithTimeout (0.07s)
16:23:24 [2020-07-17T16:23:24.517Z]     --- PASS: TestStopContainerWithTimeout/0 (1.30s)
16:23:24 [2020-07-17T16:23:24.517Z]     --- PASS: TestStopContainerWithTimeout/3 (3.19s)
16:23:24 [2020-07-17T16:23:24.517Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.68s)
16:23:24 [2020-07-17T16:23:24.517Z]     --- PASS: TestStopContainerWithTimeout/1 (1.76s)
16:23:24 [2020-07-17T16:23:24.517Z] === RUN   TestDeleteDevicemapper
16:23:24 [2020-07-17T16:23:24.517Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:23:24 [2020-07-17T16:23:24.517Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:23:24 [2020-07-17T16:23:24.517Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:23:24 [2020-07-17T16:23:24.659Z] ok  	github.com/docker/docker/builder/dockerfile	1.288s	coverage: 48.1% of statements
16:23:24 [2020-07-17T16:23:24.659Z] ?   	github.com/docker/docker/cli	[no test files]
16:23:24 [2020-07-17T16:23:24.659Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:23:25 [2020-07-17T16:23:25.900Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
16:23:26 [2020-07-17T16:23:26.447Z] --- PASS: TestRenameContainerWithLinkedContainer (1.70s)
16:23:26 [2020-07-17T16:23:26.447Z] === RUN   TestResize
16:23:26 [2020-07-17T16:23:26.840Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.48s)
16:23:26 [2020-07-17T16:23:26.840Z] === RUN   TestUpdateMemory
16:23:26 [2020-07-17T16:23:26.840Z] --- SKIP: TestUpdateMemory (0.00s)
16:23:26 [2020-07-17T16:23:26.840Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
16:23:26 [2020-07-17T16:23:26.840Z] === RUN   TestUpdateCPUQuota
16:23:27 [2020-07-17T16:23:27.084Z] --- PASS: TestResize (0.87s)
16:23:27 [2020-07-17T16:23:27.084Z] === RUN   TestResizeWithInvalidSize
16:23:27 [2020-07-17T16:23:27.780Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
16:23:28 [2020-07-17T16:23:28.126Z] --- PASS: TestResizeWithInvalidSize (0.86s)
16:23:28 [2020-07-17T16:23:28.126Z] === RUN   TestResizeWhenContainerNotStarted
16:23:28 [2020-07-17T16:23:28.351Z] --- PASS: TestUpdateCPUQuota (1.36s)
16:23:28 [2020-07-17T16:23:28.351Z] === RUN   TestUpdatePidsLimit
16:23:28 [2020-07-17T16:23:28.351Z] === RUN   TestUpdatePidsLimit/update_from_none
16:23:28 [2020-07-17T16:23:28.625Z] === RUN   TestUpdatePidsLimit/no_change
16:23:28 [2020-07-17T16:23:28.762Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s)
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:23:28 [2020-07-17T16:23:28.762Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:23:28 [2020-07-17T16:23:28.886Z] === RUN   TestUpdatePidsLimit/update_lower
16:23:29 [2020-07-17T16:23:29.146Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
16:23:29 [2020-07-17T16:23:29.146Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:23:29 [2020-07-17T16:23:29.207Z] ok  	github.com/docker/docker/client	0.524s	coverage: 75.4% of statements
16:23:29 [2020-07-17T16:23:29.716Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:23:29 [2020-07-17T16:23:29.716Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
16:23:29 [2020-07-17T16:23:29.976Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:23:30 [2020-07-17T16:23:30.237Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:23:30 [2020-07-17T16:23:30.497Z] === RUN   TestDockerSuite/TestBuildClearCmd
16:23:30 [2020-07-17T16:23:30.839Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:23:31 [2020-07-17T16:23:31.068Z] === RUN   TestDockerSuite/TestBuildCmd
16:23:31 [2020-07-17T16:23:31.133Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:23:31 [2020-07-17T16:23:31.328Z] --- PASS: TestUpdatePidsLimit (3.12s)
16:23:31 [2020-07-17T16:23:31.328Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.35s)
16:23:31 [2020-07-17T16:23:31.328Z]     --- PASS: TestUpdatePidsLimit/no_change (0.33s)
16:23:31 [2020-07-17T16:23:31.328Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.35s)
16:23:31 [2020-07-17T16:23:31.328Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.33s)
16:23:31 [2020-07-17T16:23:31.328Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.33s)
16:23:31 [2020-07-17T16:23:31.328Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.32s)
16:23:31 [2020-07-17T16:23:31.328Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.30s)
16:23:31 [2020-07-17T16:23:31.328Z] === RUN   TestUpdateRestartPolicy
16:23:31 [2020-07-17T16:23:31.328Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
16:23:31 [2020-07-17T16:23:31.902Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
16:23:31 [2020-07-17T16:23:31.902Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
16:23:31 [2020-07-17T16:23:31.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:23:32 [2020-07-17T16:23:32.162Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
16:23:32 [2020-07-17T16:23:32.162Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
16:23:32 [2020-07-17T16:23:32.172Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:23:32 [2020-07-17T16:23:32.466Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:23:33 [2020-07-17T16:23:33.101Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
16:23:33 [2020-07-17T16:23:33.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:23:33 [2020-07-17T16:23:33.996Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:23:33 [2020-07-17T16:23:33.996Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:23:34 [2020-07-17T16:23:34.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:23:35 [2020-07-17T16:23:35.643Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
16:23:36 [2020-07-17T16:23:36.076Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:23:36 [2020-07-17T16:23:36.076Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:23:36 [2020-07-17T16:23:36.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:23:36 [2020-07-17T16:23:36.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:23:37 [2020-07-17T16:23:37.032Z] === RUN   TestDockerSuite/TestBuildConditionalCache
16:23:37 [2020-07-17T16:23:37.974Z] === RUN   TestDockerSuite/TestBuildContChar
16:23:38 [2020-07-17T16:23:38.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:23:38 [2020-07-17T16:23:38.543Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
16:23:38 [2020-07-17T16:23:38.872Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:23:38 [2020-07-17T16:23:38.872Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:23:40 [2020-07-17T16:23:40.453Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
16:23:41 [2020-07-17T16:23:41.392Z] === RUN   TestDockerSuite/TestBuildContextCleanup
16:23:41 [2020-07-17T16:23:41.392Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
16:23:41 [2020-07-17T16:23:41.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:23:41 [2020-07-17T16:23:41.612Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.03s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.27s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.47s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.41s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.47s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.23s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.23s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.64s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.09s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.30s)
16:23:41 [2020-07-17T16:23:41.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.22s)
16:23:41 [2020-07-17T16:23:41.612Z] === RUN   TestCgroupNamespacesRun
16:23:41 [2020-07-17T16:23:41.652Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
16:23:42 [2020-07-17T16:23:42.223Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
16:23:42 [2020-07-17T16:23:42.223Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
16:23:42 [2020-07-17T16:23:42.449Z] Removing intermediate container 3a4fadcf60cf
16:23:42 [2020-07-17T16:23:42.449Z]  ---> 5542b59c4cb6
16:23:42 [2020-07-17T16:23:42.449Z] 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
16:23:42 [2020-07-17T16:23:42.449Z]  ---> Running in 92b74c6eb862
16:23:42 [2020-07-17T16:23:42.449Z] INFO: Building gotestsum version v0.3.5 in C:\gopath
16:23:42 [2020-07-17T16:23:42.449Z] go: finding gotest.tools v0.3.5
16:23:42 [2020-07-17T16:23:42.449Z] go: finding gotest.tools/gotestsum v0.3.5
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading gotest.tools/gotestsum v0.3.5
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting gotest.tools/gotestsum v0.3.5
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading gotest.tools v2.1.0+incompatible
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting gotest.tools v2.1.0+incompatible
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading github.com/fatih/color v1.6.0
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading github.com/sirupsen/logrus v1.0.5
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading github.com/pkg/errors v0.8.0
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting github.com/fatih/color v1.6.0
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading github.com/spf13/pflag v1.0.1
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading github.com/jonboulle/clockwork v0.1.0
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting github.com/pkg/errors v0.8.0
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting github.com/spf13/pflag v1.0.1
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting github.com/jonboulle/clockwork v0.1.0
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading github.com/mattn/go-isatty v0.0.3
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting github.com/mattn/go-isatty v0.0.3
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting github.com/sirupsen/logrus v1.0.5
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading github.com/mattn/go-colorable v0.0.9
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:23:42 [2020-07-17T16:23:42.449Z] go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting github.com/mattn/go-colorable v0.0.9
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:23:42 [2020-07-17T16:23:42.449Z] go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:23:42 [2020-07-17T16:23:42.449Z] go: finding github.com/fatih/color v1.6.0
16:23:42 [2020-07-17T16:23:42.449Z] go: finding github.com/pkg/errors v0.8.0
16:23:42 [2020-07-17T16:23:42.449Z] go: finding github.com/sirupsen/logrus v1.0.5
16:23:42 [2020-07-17T16:23:42.449Z] go: finding github.com/spf13/pflag v1.0.1
16:23:42 [2020-07-17T16:23:42.449Z] go: finding github.com/mattn/go-colorable v0.0.9
16:23:42 [2020-07-17T16:23:42.449Z] go: finding github.com/mattn/go-isatty v0.0.3
16:23:42 [2020-07-17T16:23:42.449Z] go: finding github.com/jonboulle/clockwork v0.1.0
16:23:42 [2020-07-17T16:23:42.449Z] go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
16:23:42 [2020-07-17T16:23:42.449Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
16:23:42 [2020-07-17T16:23:42.449Z] go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
16:23:42 [2020-07-17T16:23:42.449Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
16:23:42 [2020-07-17T16:23:42.483Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
16:23:42 [2020-07-17T16:23:42.921Z] INFO: Build done for gotestsum...
16:23:43 [2020-07-17T16:23:43.129Z] --- PASS: TestCgroupNamespacesRun (1.76s)
16:23:43 [2020-07-17T16:23:43.129Z] === RUN   TestCgroupNamespacesRunPrivileged
16:23:43 [2020-07-17T16:23:43.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:23:43 [2020-07-17T16:23:43.864Z] --- PASS: TestUpdateRestartPolicy (12.39s)
16:23:43 [2020-07-17T16:23:43.864Z] === RUN   TestUpdateRestartWithAutoRemove
16:23:44 [2020-07-17T16:23:44.434Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
16:23:44 [2020-07-17T16:23:44.434Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s)
16:23:44 [2020-07-17T16:23:44.434Z] === RUN   TestWaitNonBlocked
16:23:44 [2020-07-17T16:23:44.434Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:23:44 [2020-07-17T16:23:44.434Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:23:44 [2020-07-17T16:23:44.434Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:23:44 [2020-07-17T16:23:44.434Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:23:44 [2020-07-17T16:23:44.434Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:23:44 [2020-07-17T16:23:44.434Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:23:44 [2020-07-17T16:23:44.643Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.64s)
16:23:44 [2020-07-17T16:23:44.644Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:23:45 [2020-07-17T16:23:45.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:23:45 [2020-07-17T16:23:45.835Z] --- PASS: TestWaitNonBlocked (0.05s)
16:23:45 [2020-07-17T16:23:45.836Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s)
16:23:45 [2020-07-17T16:23:45.836Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s)
16:23:45 [2020-07-17T16:23:45.836Z] === RUN   TestWaitBlocked
16:23:45 [2020-07-17T16:23:45.836Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:23:45 [2020-07-17T16:23:45.836Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:23:45 [2020-07-17T16:23:45.836Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:23:45 [2020-07-17T16:23:45.836Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:23:45 [2020-07-17T16:23:45.836Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:23:45 [2020-07-17T16:23:45.836Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:23:45 [2020-07-17T16:23:45.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:23:46 [2020-07-17T16:23:46.719Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s)
16:23:46 [2020-07-17T16:23:46.719Z] === RUN   TestCgroupNamespacesRunHostMode
16:23:47 [2020-07-17T16:23:47.223Z] --- PASS: TestWaitBlocked (0.03s)
16:23:47 [2020-07-17T16:23:47.223Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s)
16:23:47 [2020-07-17T16:23:47.223Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.32s)
16:23:47 [2020-07-17T16:23:47.223Z] === CONT  TestContainerStartOnDaemonRestart
16:23:47 [2020-07-17T16:23:47.223Z] === CONT  TestIpcModeOlderClient
16:23:47 [2020-07-17T16:23:47.223Z] --- PASS: TestIpcModeOlderClient (0.12s)
16:23:47 [2020-07-17T16:23:47.223Z] === CONT  TestDaemonHostGatewayIP
16:23:47 [2020-07-17T16:23:47.792Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
16:23:47 [2020-07-17T16:23:47.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:23:48 [2020-07-17T16:23:48.233Z] --- PASS: TestCgroupNamespacesRunHostMode (1.68s)
16:23:48 [2020-07-17T16:23:48.233Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:23:49 [2020-07-17T16:23:49.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:23:49 [2020-07-17T16:23:49.750Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s)
16:23:49 [2020-07-17T16:23:49.750Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:23:50 [2020-07-17T16:23:50.333Z] --- PASS: TestContainerStartOnDaemonRestart (3.45s)
16:23:50 [2020-07-17T16:23:50.333Z] === CONT  TestContainerKillOnDaemonStart
16:23:51 [2020-07-17T16:23:51.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:23:51 [2020-07-17T16:23:51.264Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.57s)
16:23:51 [2020-07-17T16:23:51.264Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:23:51 [2020-07-17T16:23:51.273Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
16:23:51 [2020-07-17T16:23:51.533Z] --- PASS: TestDaemonHostGatewayIP (4.53s)
16:23:51 [2020-07-17T16:23:51.533Z] === CONT  TestDaemonRestartIpcMode
16:23:52 [2020-07-17T16:23:52.307Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s)
16:23:52 [2020-07-17T16:23:52.307Z] === RUN   TestCgroupNamespacesRunOlderClient
16:23:52 [2020-07-17T16:23:52.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:23:52 [2020-07-17T16:23:52.916Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
16:23:53 [2020-07-17T16:23:53.822Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s)
16:23:53 [2020-07-17T16:23:53.822Z] === RUN   TestKernelTCPMemory
16:23:53 [2020-07-17T16:23:53.858Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
16:23:53 [2020-07-17T16:23:53.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:23:54 [2020-07-17T16:23:54.430Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
16:23:54 [2020-07-17T16:23:54.904Z] --- PASS: TestKernelTCPMemory (0.92s)
16:23:54 [2020-07-17T16:23:54.904Z] === RUN   TestNISDomainname
16:23:54 [2020-07-17T16:23:54.999Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
16:23:54 [2020-07-17T16:23:54.999Z] --- PASS: TestDaemonRestartIpcMode (3.30s)
16:23:55 [2020-07-17T16:23:55.387Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:23:55 [2020-07-17T16:23:55.387Z] Using test binary docker
16:23:55 [2020-07-17T16:23:55.387Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:23:55 [2020-07-17T16:23:55.387Z] +++ /etc/init.d/apparmor start
16:23:55 [2020-07-17T16:23:55.387Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:23:55 [2020-07-17T16:23:55.387Z] INFO: Waiting for daemon to start...
16:23:55 [2020-07-17T16:23:55.387Z] Starting dockerd
16:23:55 [2020-07-17T16:23:55.387Z] +++ 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
16:23:55 [2020-07-17T16:23:55.417Z] Removing intermediate container 92b74c6eb862
16:23:55 [2020-07-17T16:23:55.417Z]  ---> 1759ea9a9a0b
16:23:55 [2020-07-17T16:23:55.417Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
16:23:55 [2020-07-17T16:23:55.417Z]  ---> Running in 751da0bc4631
16:23:55 [2020-07-17T16:23:55.417Z] Removing intermediate container 751da0bc4631
16:23:55 [2020-07-17T16:23:55.417Z]  ---> d7f56550bf69
16:23:55 [2020-07-17T16:23:55.417Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
16:23:55 [2020-07-17T16:23:55.417Z]  ---> Running in fc1798a58b8a
16:23:55 [2020-07-17T16:23:55.417Z] Removing intermediate container fc1798a58b8a
16:23:55 [2020-07-17T16:23:55.417Z]  ---> aedf14668c2b
16:23:55 [2020-07-17T16:23:55.417Z] Step 10/10 : COPY . .
16:23:55 [2020-07-17T16:23:55.946Z] --- PASS: TestNISDomainname (1.04s)
16:23:55 [2020-07-17T16:23:55.946Z] === RUN   TestHostnameDnsResolution
16:23:56 [2020-07-17T16:23:56.379Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
16:23:56 [2020-07-17T16:23:56.638Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
16:23:57 [2020-07-17T16:23:57.467Z] --- PASS: TestHostnameDnsResolution (1.75s)
16:23:57 [2020-07-17T16:23:57.467Z] === RUN   TestStats
16:23:59 [2020-07-17T16:23:59.177Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
16:24:00 [2020-07-17T16:24:00.117Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
16:24:00 [2020-07-17T16:24:00.117Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
16:24:00 [2020-07-17T16:24:00.117Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
16:24:00 [2020-07-17T16:24:00.117Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
16:24:00 [2020-07-17T16:24:00.117Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
16:24:00 [2020-07-17T16:24:00.676Z] .
16:24:00 [2020-07-17T16:24:00.676Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:24:00 [2020-07-17T16:24:00.691Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
16:24:00 [2020-07-17T16:24:00.938Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:24:00 [2020-07-17T16:24:00.938Z] Error: No such image: emptyfs
16:24:00 [2020-07-17T16:24:00.938Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:24:00 [2020-07-17T16:24:00.938Z] ++++ docker load
16:24:00 [2020-07-17T16:24:00.998Z] --- PASS: TestStats (2.93s)
16:24:00 [2020-07-17T16:24:00.998Z] === RUN   TestStopContainerWithTimeout
16:24:00 [2020-07-17T16:24:00.998Z] === RUN   TestStopContainerWithTimeout/0
16:24:00 [2020-07-17T16:24:00.998Z] === PAUSE TestStopContainerWithTimeout/0
16:24:00 [2020-07-17T16:24:00.998Z] === RUN   TestStopContainerWithTimeout/1
16:24:00 [2020-07-17T16:24:00.998Z] === PAUSE TestStopContainerWithTimeout/1
16:24:00 [2020-07-17T16:24:00.998Z] === RUN   TestStopContainerWithTimeout/3
16:24:00 [2020-07-17T16:24:00.998Z] === PAUSE TestStopContainerWithTimeout/3
16:24:00 [2020-07-17T16:24:00.998Z] === RUN   TestStopContainerWithTimeout/-1
16:24:00 [2020-07-17T16:24:00.998Z] === PAUSE TestStopContainerWithTimeout/-1
16:24:00 [2020-07-17T16:24:00.998Z] === CONT  TestStopContainerWithTimeout/0
16:24:00 [2020-07-17T16:24:00.998Z] === CONT  TestStopContainerWithTimeout/3
16:24:01 [2020-07-17T16:24:01.200Z] Running integration-test (iteration 1)
16:24:01 [2020-07-17T16:24:01.200Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
16:24:01 [2020-07-17T16:24:01.200Z] ++ 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
16:24:01 [2020-07-17T16:24:01.200Z] ++ set -e
16:24:01 [2020-07-17T16:24:01.200Z] ++ '[' -n 0 ']'
16:24:01 [2020-07-17T16:24:01.200Z] ++ set -x
16:24:01 [2020-07-17T16:24:01.200Z] ++ env -i DEST=/go/src/github.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
16:24:01 [2020-07-17T16:24:01.631Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
16:24:01 [2020-07-17T16:24:01.636Z] === CONT  TestStopContainerWithTimeout/-1
16:24:02 [2020-07-17T16:24:02.201Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
16:24:02 [2020-07-17T16:24:02.462Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
16:24:03 [2020-07-17T16:24:03.034Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
16:24:03 [2020-07-17T16:24:03.294Z] --- PASS: TestContainerKillOnDaemonStart (12.96s)
16:24:03 [2020-07-17T16:24:03.294Z] PASS
16:24:03 [2020-07-17T16:24:03.294Z] 
16:24:03 [2020-07-17T16:24:03.294Z] === Skipped
16:24:03 [2020-07-17T16:24:03.294Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
16:24:03 [2020-07-17T16:24:03.294Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:24:03 [2020-07-17T16:24:03.294Z] 
16:24:03 [2020-07-17T16:24:03.294Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
16:24:03 [2020-07-17T16:24:03.294Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:24:03 [2020-07-17T16:24:03.294Z] 
16:24:03 [2020-07-17T16:24:03.294Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
16:24:03 [2020-07-17T16:24:03.294Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:24:03 [2020-07-17T16:24:03.294Z] 
16:24:03 [2020-07-17T16:24:03.294Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s)
16:24:03 [2020-07-17T16:24:03.294Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:24:03 [2020-07-17T16:24:03.294Z] 
16:24:03 [2020-07-17T16:24:03.294Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
16:24:03 [2020-07-17T16:24:03.294Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:24:03 [2020-07-17T16:24:03.294Z] 
16:24:03 [2020-07-17T16:24:03.294Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
16:24:03 [2020-07-17T16:24:03.294Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
16:24:03 [2020-07-17T16:24:03.294Z] 
16:24:03 [2020-07-17T16:24:03.294Z] 
16:24:03 [2020-07-17T16:24:03.294Z] DONE 204 tests, 6 skipped in 145.733s
16:24:03 [2020-07-17T16:24:03.555Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
16:24:03 [2020-07-17T16:24:03.555Z] ++ 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
16:24:03 [2020-07-17T16:24:03.555Z] ++ set -e
16:24:03 [2020-07-17T16:24:03.555Z] ++ '[' -n 0 ']'
16:24:03 [2020-07-17T16:24:03.555Z] ++ set -x
16:24:03 [2020-07-17T16:24:03.555Z] ++ env -i DEST=/go/src/github.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
16:24:03 [2020-07-17T16:24:03.555Z] INFO: Testing against a local daemon
16:24:03 [2020-07-17T16:24:03.555Z] === RUN   TestCommitInheritsEnv
16:24:03 [2020-07-17T16:24:03.718Z] === CONT  TestStopContainerWithTimeout/1
16:24:04 [2020-07-17T16:24:04.124Z] --- PASS: TestCommitInheritsEnv (0.39s)
16:24:04 [2020-07-17T16:24:04.124Z] === RUN   TestImportExtremelyLargeImageWorks
16:24:04 [2020-07-17T16:24:04.124Z] === PAUSE TestImportExtremelyLargeImageWorks
16:24:04 [2020-07-17T16:24:04.124Z] === RUN   TestImagesFilterMultiReference
16:24:04 [2020-07-17T16:24:04.124Z] --- PASS: TestImagesFilterMultiReference (0.08s)
16:24:04 [2020-07-17T16:24:04.124Z] === RUN   TestImagePullPlatformInvalid
16:24:04 [2020-07-17T16:24:04.124Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
16:24:04 [2020-07-17T16:24:04.124Z] === RUN   TestRemoveImageOrphaning
16:24:04 [2020-07-17T16:24:04.693Z] --- PASS: TestRemoveImageOrphaning (0.42s)
16:24:04 [2020-07-17T16:24:04.693Z] === RUN   TestRemoveImageGarbageCollector
16:24:05 [2020-07-17T16:24:05.821Z] --- PASS: TestStopContainerWithTimeout (0.01s)
16:24:05 [2020-07-17T16:24:05.821Z]     --- PASS: TestStopContainerWithTimeout/0 (1.06s)
16:24:05 [2020-07-17T16:24:05.821Z]     --- PASS: TestStopContainerWithTimeout/3 (2.98s)
16:24:05 [2020-07-17T16:24:05.821Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.85s)
16:24:05 [2020-07-17T16:24:05.821Z]     --- PASS: TestStopContainerWithTimeout/1 (1.90s)
16:24:05 [2020-07-17T16:24:05.821Z] === RUN   TestDeleteDevicemapper
16:24:05 [2020-07-17T16:24:05.821Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:24:05 [2020-07-17T16:24:05.821Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:24:05 [2020-07-17T16:24:05.821Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:24:06 [2020-07-17T16:24:06.608Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
16:24:06 [2020-07-17T16:24:06.608Z] --- PASS: TestRemoveImageGarbageCollector (1.92s)
16:24:06 [2020-07-17T16:24:06.608Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:24:06 [2020-07-17T16:24:06.608Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
16:24:06 [2020-07-17T16:24:06.608Z] === RUN   TestTagInvalidReference
16:24:06 [2020-07-17T16:24:06.608Z] --- PASS: TestTagInvalidReference (0.03s)
16:24:06 [2020-07-17T16:24:06.608Z] === RUN   TestTagValidPrefixedRepo
16:24:06 [2020-07-17T16:24:06.608Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
16:24:06 [2020-07-17T16:24:06.608Z] === RUN   TestTagExistedNameWithoutForce
16:24:06 [2020-07-17T16:24:06.608Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
16:24:06 [2020-07-17T16:24:06.608Z] === RUN   TestTagOfficialNames
16:24:06 [2020-07-17T16:24:06.868Z] --- PASS: TestTagOfficialNames (0.07s)
16:24:06 [2020-07-17T16:24:06.868Z] === RUN   TestTagMatchesDigest
16:24:06 [2020-07-17T16:24:06.868Z] --- PASS: TestTagMatchesDigest (0.02s)
16:24:06 [2020-07-17T16:24:06.868Z] === CONT  TestImportExtremelyLargeImageWorks
16:24:08 [2020-07-17T16:24:08.259Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
16:24:08 [2020-07-17T16:24:08.682Z] ok  	github.com/docker/docker/cmd/dockerd	0.153s	coverage: 30.8% of statements
16:24:09 [2020-07-17T16:24:09.197Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
16:24:09 [2020-07-17T16:24:09.197Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
16:24:09 [2020-07-17T16:24:09.350Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.69s)
16:24:09 [2020-07-17T16:24:09.350Z] === RUN   TestUpdateMemory
16:24:09 [2020-07-17T16:24:09.350Z] --- SKIP: TestUpdateMemory (0.00s)
16:24:09 [2020-07-17T16:24:09.350Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
16:24:09 [2020-07-17T16:24:09.350Z] === RUN   TestUpdateCPUQuota
16:24:09 [2020-07-17T16:24:09.771Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
16:24:09 [2020-07-17T16:24:09.771Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
16:24:10 [2020-07-17T16:24:10.341Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
16:24:10 [2020-07-17T16:24:10.390Z] --- PASS: TestUpdateCPUQuota (1.24s)
16:24:10 [2020-07-17T16:24:10.390Z] === RUN   TestUpdatePidsLimit
16:24:10 [2020-07-17T16:24:10.390Z] === RUN   TestUpdatePidsLimit/update_from_none
16:24:10 [2020-07-17T16:24:10.684Z] === RUN   TestUpdatePidsLimit/no_change
16:24:10 [2020-07-17T16:24:10.977Z] === RUN   TestUpdatePidsLimit/update_lower
16:24:11 [2020-07-17T16:24:11.096Z] Created binary: bundles/binary-daemon/dockerd-dev
16:24:11 [2020-07-17T16:24:11.096Z] Copying nested executables into bundles/binary-daemon
16:24:11 [2020-07-17T16:24:11.096Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
16:24:11 [2020-07-17T16:24:11.435Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh cross
16:24:11 [2020-07-17T16:24:11.615Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:24:11 [2020-07-17T16:24:11.696Z] 
16:24:11 [2020-07-17T16:24:11.908Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:24:11 [2020-07-17T16:24:11.955Z] Removing bundles/
16:24:11 [2020-07-17T16:24:11.955Z] 
16:24:11 [2020-07-17T16:24:11.955Z] ---> Making bundle: cross (in bundles/cross)
16:24:11 [2020-07-17T16:24:11.955Z] Cross building: bundles/cross/linux/amd64
16:24:11 [2020-07-17T16:24:11.955Z] Building: bundles/cross/linux/amd64/dockerd-dev
16:24:11 [2020-07-17T16:24:11.955Z] GOOS="linux" GOARCH="amd64" GOARM=""
16:24:12 [2020-07-17T16:24:12.203Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:24:12 [2020-07-17T16:24:12.841Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:24:13 [2020-07-17T16:24:13.207Z] ok  	github.com/docker/docker/container	0.181s	coverage: 34.7% of statements
16:24:13 [2020-07-17T16:24:13.207Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:24:13 [2020-07-17T16:24:13.207Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:24:13 [2020-07-17T16:24:13.207Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:24:13 [2020-07-17T16:24:13.207Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:24:13 [2020-07-17T16:24:13.472Z] Loaded image: buildpack-deps:buster
16:24:13 [2020-07-17T16:24:13.635Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
16:24:13 [2020-07-17T16:24:13.881Z] --- PASS: TestUpdatePidsLimit (3.66s)
16:24:13 [2020-07-17T16:24:13.881Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.34s)
16:24:13 [2020-07-17T16:24:13.881Z]     --- PASS: TestUpdatePidsLimit/no_change (0.40s)
16:24:13 [2020-07-17T16:24:13.881Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.39s)
16:24:13 [2020-07-17T16:24:13.881Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.43s)
16:24:13 [2020-07-17T16:24:13.881Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s)
16:24:13 [2020-07-17T16:24:13.881Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s)
16:24:13 [2020-07-17T16:24:13.881Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s)
16:24:13 [2020-07-17T16:24:13.881Z] === RUN   TestUpdateRestartPolicy
16:24:14 [2020-07-17T16:24:14.206Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
16:24:14 [2020-07-17T16:24:14.263Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.033s	coverage: 65.3% of statements
16:24:14 [2020-07-17T16:24:14.414Z] Loaded image: busybox:latest
16:24:15 [2020-07-17T16:24:15.148Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
16:24:15 [2020-07-17T16:24:15.358Z] Loaded image: busybox:glibc
16:24:15 [2020-07-17T16:24:15.358Z] Loaded image: debian:buster
16:24:15 [2020-07-17T16:24:15.358Z] Loaded image: hello-world:latest
16:24:15 [2020-07-17T16:24:15.358Z] INFO: Testing against a local daemon
16:24:15 [2020-07-17T16:24:15.358Z] === RUN   TestCgroupNamespacesBuild
16:24:17 [2020-07-17T16:24:17.057Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
16:24:18 [2020-07-17T16:24:18.966Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
16:24:19 [2020-07-17T16:24:19.567Z] --- PASS: TestCgroupNamespacesBuild (4.26s)
16:24:19 [2020-07-17T16:24:19.567Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:24:20 [2020-07-17T16:24:20.725Z]  ---> 17f17745b94d
16:24:20 [2020-07-17T16:24:20.725Z] Successfully built 17f17745b94d
16:24:20 [2020-07-17T16:24:20.725Z] Successfully tagged docker:latest
16:24:20 [2020-07-17T16:24:20.725Z] INFO: Image build ended at 07/17/2020 16:24:17. Duration:00:03:31.9948469
16:24:20 [2020-07-17T16:24:20.725Z] 
16:24:20 [2020-07-17T16:24:20.725Z] 
16:24:20 [2020-07-17T16:24:20.725Z] INFO: Building the test binaries at 07/17/2020 16:24:17...
16:24:21 [2020-07-17T16:24:21.237Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.088s	coverage: 35.4% of statements
16:24:21 [2020-07-17T16:24:21.484Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s)
16:24:21 [2020-07-17T16:24:21.484Z] === RUN   TestBuildWithSession
16:24:21 [2020-07-17T16:24:21.484Z] --- SKIP: TestBuildWithSession (0.00s)
16:24:21 [2020-07-17T16:24:21.484Z]     build_session_test.go:25: TODO: BuildKit
16:24:21 [2020-07-17T16:24:21.484Z] === RUN   TestBuildSquashParent
16:24:21 [2020-07-17T16:24:21.506Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
16:24:21 [2020-07-17T16:24:21.765Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
16:24:21 [2020-07-17T16:24:21.890Z] ok  	github.com/docker/docker/daemon/cluster	0.124s	coverage: 0.5% of statements
16:24:22 [2020-07-17T16:24:22.293Z] INFO: make.ps1 starting at 07/17/2020 16:24:21
16:24:22 [2020-07-17T16:24:22.761Z] INFO: Git commit (b0c0b41016) assumed from DOCKER_GITCOMMIT environment variable
16:24:22 [2020-07-17T16:24:22.761Z] INFO: Invoking autogen...
16:24:23 [2020-07-17T16:24:23.148Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
16:24:23 [2020-07-17T16:24:23.148Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
16:24:23 [2020-07-17T16:24:23.749Z] INFO: Building daemon...
16:24:24 [2020-07-17T16:24:24.090Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
16:24:25 [2020-07-17T16:24:25.481Z] ok  	github.com/docker/docker/daemon/discovery	0.056s	coverage: 30.0% of statements
16:24:27 [2020-07-17T16:24:27.387Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
16:24:27 [2020-07-17T16:24:27.647Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
16:24:27 [2020-07-17T16:24:27.647Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
16:24:28 [2020-07-17T16:24:28.075Z] --- PASS: TestBuildSquashParent (6.42s)
16:24:28 [2020-07-17T16:24:28.075Z] === RUN   TestBuildWithRemoveAndForceRemove
16:24:28 [2020-07-17T16:24:28.075Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:24:28 [2020-07-17T16:24:28.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:24:28 [2020-07-17T16:24:28.075Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:24:28 [2020-07-17T16:24:28.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:24:28 [2020-07-17T16:24:28.075Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:24:28 [2020-07-17T16:24:28.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:24:28 [2020-07-17T16:24:28.075Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:24:28 [2020-07-17T16:24:28.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:24:28 [2020-07-17T16:24:28.075Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:24:28 [2020-07-17T16:24:28.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:24:28 [2020-07-17T16:24:28.075Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:24:28 [2020-07-17T16:24:28.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:24:28 [2020-07-17T16:24:28.075Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:24:28 [2020-07-17T16:24:28.075Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:24:28 [2020-07-17T16:24:28.075Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:24:28 [2020-07-17T16:24:28.075Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:24:28 [2020-07-17T16:24:28.279Z] ok  	github.com/docker/docker/daemon/events	0.086s	coverage: 50.0% of statements
16:24:28 [2020-07-17T16:24:28.929Z] ok  	github.com/docker/docker/daemon/config	0.071s	coverage: 81.8% of statements
16:24:29 [2020-07-17T16:24:29.030Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
16:24:29 [2020-07-17T16:24:29.030Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
16:24:29 [2020-07-17T16:24:29.253Z] --- PASS: TestUpdateRestartPolicy (12.82s)
16:24:29 [2020-07-17T16:24:29.253Z] === RUN   TestUpdateRestartWithAutoRemove
16:24:29 [2020-07-17T16:24:29.253Z] --- PASS: TestUpdateRestartWithAutoRemove (0.88s)
16:24:29 [2020-07-17T16:24:29.253Z] === RUN   TestWaitNonBlocked
16:24:29 [2020-07-17T16:24:29.253Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:24:29 [2020-07-17T16:24:29.253Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:24:29 [2020-07-17T16:24:29.253Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:24:29 [2020-07-17T16:24:29.253Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:24:29 [2020-07-17T16:24:29.253Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:24:29 [2020-07-17T16:24:29.253Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:24:29 [2020-07-17T16:24:29.253Z] --- PASS: TestWaitNonBlocked (0.01s)
16:24:29 [2020-07-17T16:24:29.253Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.00s)
16:24:29 [2020-07-17T16:24:29.253Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s)
16:24:29 [2020-07-17T16:24:29.253Z] === RUN   TestWaitBlocked
16:24:29 [2020-07-17T16:24:29.253Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:24:29 [2020-07-17T16:24:29.253Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:24:29 [2020-07-17T16:24:29.253Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:24:29 [2020-07-17T16:24:29.253Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:24:29 [2020-07-17T16:24:29.253Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:24:29 [2020-07-17T16:24:29.253Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:24:30 [2020-07-17T16:24:30.296Z] --- PASS: TestWaitBlocked (0.02s)
16:24:30 [2020-07-17T16:24:30.296Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.17s)
16:24:30 [2020-07-17T16:24:30.296Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s)
16:24:30 [2020-07-17T16:24:30.296Z] === CONT  TestContainerStartOnDaemonRestart
16:24:30 [2020-07-17T16:24:30.296Z] === CONT  TestIpcModeOlderClient
16:24:30 [2020-07-17T16:24:30.296Z] --- PASS: TestIpcModeOlderClient (0.14s)
16:24:30 [2020-07-17T16:24:30.296Z] === CONT  TestDaemonHostGatewayIP
16:24:30 [2020-07-17T16:24:30.408Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
16:24:30 [2020-07-17T16:24:30.628Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:24:30 [2020-07-17T16:24:30.628Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:24:31 [2020-07-17T16:24:31.031Z] ok  	github.com/docker/docker/daemon/graphdriver	0.012s	coverage: 2.2% of statements
16:24:31 [2020-07-17T16:24:31.349Z] === RUN   TestDockerSuite/TestBuildDockerignore
16:24:32 [2020-07-17T16:24:32.289Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
16:24:33 [2020-07-17T16:24:33.044Z] --- PASS: TestContainerStartOnDaemonRestart (2.79s)
16:24:33 [2020-07-17T16:24:33.044Z] === CONT  TestContainerKillOnDaemonStart
16:24:33 [2020-07-17T16:24:33.181Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
16:24:33 [2020-07-17T16:24:33.181Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.62s)
16:24:33 [2020-07-17T16:24:33.181Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.62s)
16:24:33 [2020-07-17T16:24:33.181Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.75s)
16:24:33 [2020-07-17T16:24:33.181Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.95s)
16:24:33 [2020-07-17T16:24:33.181Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.27s)
16:24:33 [2020-07-17T16:24:33.181Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.32s)
16:24:33 [2020-07-17T16:24:33.181Z] === RUN   TestBuildMultiStageCopy
16:24:33 [2020-07-17T16:24:33.181Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:24:33 [2020-07-17T16:24:33.681Z] --- PASS: TestDaemonHostGatewayIP (3.59s)
16:24:33 [2020-07-17T16:24:33.682Z] === CONT  TestDaemonRestartIpcMode
16:24:33 [2020-07-17T16:24:33.804Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.9% of statements
16:24:34 [2020-07-17T16:24:34.447Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.469s	coverage: 13.9% of statements
16:24:34 [2020-07-17T16:24:34.840Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
16:24:35 [2020-07-17T16:24:35.097Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:24:35 [2020-07-17T16:24:35.669Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:24:35 [2020-07-17T16:24:35.930Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:24:35 [2020-07-17T16:24:35.995Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.638s	coverage: 57.9% of statements
16:24:36 [2020-07-17T16:24:36.508Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:24:37 [2020-07-17T16:24:37.081Z] --- PASS: TestBuildMultiStageCopy (4.28s)
16:24:37 [2020-07-17T16:24:37.081Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.19s)
16:24:37 [2020-07-17T16:24:37.081Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s)
16:24:37 [2020-07-17T16:24:37.081Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s)
16:24:37 [2020-07-17T16:24:37.081Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s)
16:24:37 [2020-07-17T16:24:37.081Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s)
16:24:37 [2020-07-17T16:24:37.081Z] === RUN   TestBuildMultiStageParentConfig
16:24:37 [2020-07-17T16:24:37.380Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
16:24:37 [2020-07-17T16:24:37.640Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
16:24:38 [2020-07-17T16:24:38.188Z] --- PASS: TestDaemonRestartIpcMode (3.66s)
16:24:38 [2020-07-17T16:24:38.211Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
16:24:38 [2020-07-17T16:24:38.468Z] --- PASS: TestBuildMultiStageParentConfig (1.43s)
16:24:38 [2020-07-17T16:24:38.468Z] === RUN   TestBuildLabelWithTargets
16:24:38 [2020-07-17T16:24:38.778Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.011s	coverage: 1.8% of statements
16:24:38 [2020-07-17T16:24:38.781Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
16:24:40 [2020-07-17T16:24:40.312Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.206s	coverage: 69.2% of statements
16:24:40 [2020-07-17T16:24:40.692Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
16:24:40 [2020-07-17T16:24:40.692Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
16:24:40 [2020-07-17T16:24:40.952Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
16:24:40 [2020-07-17T16:24:40.959Z] ok  	github.com/docker/docker/daemon	12.364s	coverage: 17.4% of statements
16:24:40 [2020-07-17T16:24:40.959Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:24:40 [2020-07-17T16:24:40.959Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:24:40 [2020-07-17T16:24:40.959Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:24:40 [2020-07-17T16:24:40.959Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
16:24:40 [2020-07-17T16:24:40.959Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.508s	coverage: 45.9% of statements
16:24:40 [2020-07-17T16:24:40.959Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:24:41 [2020-07-17T16:24:41.018Z] --- PASS: TestBuildLabelWithTargets (2.23s)
16:24:41 [2020-07-17T16:24:41.018Z] === RUN   TestBuildWithEmptyLayers
16:24:41 [2020-07-17T16:24:41.963Z] --- PASS: TestBuildWithEmptyLayers (1.10s)
16:24:41 [2020-07-17T16:24:41.963Z] === RUN   TestBuildMultiStageOnBuild
16:24:42 [2020-07-17T16:24:42.335Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
16:24:42 [2020-07-17T16:24:42.595Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
16:24:43 [2020-07-17T16:24:43.074Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.272s	coverage: 49.5% of statements
16:24:44 [2020-07-17T16:24:44.135Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 58.0% of statements
16:24:44 [2020-07-17T16:24:44.504Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
16:24:44 [2020-07-17T16:24:44.511Z] --- PASS: TestBuildMultiStageOnBuild (2.69s)
16:24:44 [2020-07-17T16:24:44.512Z] === RUN   TestBuildUncleanTarFilenames
16:24:44 [2020-07-17T16:24:44.782Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.581s	coverage: 76.1% of statements
16:24:45 [2020-07-17T16:24:45.109Z] --- PASS: TestContainerKillOnDaemonStart (12.32s)
16:24:45 [2020-07-17T16:24:45.109Z] PASS
16:24:45 [2020-07-17T16:24:45.109Z] 
16:24:45 [2020-07-17T16:24:45.109Z] === Skipped
16:24:45 [2020-07-17T16:24:45.109Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s)
16:24:45 [2020-07-17T16:24:45.109Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:24:45 [2020-07-17T16:24:45.109Z] 
16:24:45 [2020-07-17T16:24:45.109Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s)
16:24:45 [2020-07-17T16:24:45.109Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:24:45 [2020-07-17T16:24:45.109Z] 
16:24:45 [2020-07-17T16:24:45.109Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
16:24:45 [2020-07-17T16:24:45.109Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:24:45 [2020-07-17T16:24:45.109Z] 
16:24:45 [2020-07-17T16:24:45.109Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:24:45 [2020-07-17T16:24:45.109Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:24:45 [2020-07-17T16:24:45.109Z] 
16:24:45 [2020-07-17T16:24:45.109Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
16:24:45 [2020-07-17T16:24:45.109Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:24:45 [2020-07-17T16:24:45.109Z] 
16:24:45 [2020-07-17T16:24:45.109Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
16:24:45 [2020-07-17T16:24:45.109Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
16:24:45 [2020-07-17T16:24:45.109Z] 
16:24:45 [2020-07-17T16:24:45.109Z] 
16:24:45 [2020-07-17T16:24:45.109Z] DONE 204 tests, 6 skipped in 151.924s
16:24:45 [2020-07-17T16:24:45.109Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
16:24:45 [2020-07-17T16:24:45.109Z] ++ 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
16:24:45 [2020-07-17T16:24:45.109Z] ++ set -e
16:24:45 [2020-07-17T16:24:45.109Z] ++ '[' -n 0 ']'
16:24:45 [2020-07-17T16:24:45.109Z] ++ set -x
16:24:45 [2020-07-17T16:24:45.109Z] ++ env -i DEST=/go/src/github.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
16:24:45 [2020-07-17T16:24:45.402Z] INFO: Testing against a local daemon
16:24:45 [2020-07-17T16:24:45.402Z] === RUN   TestCommitInheritsEnv
16:24:45 [2020-07-17T16:24:45.443Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
16:24:45 [2020-07-17T16:24:45.898Z] --- PASS: TestBuildUncleanTarFilenames (1.41s)
16:24:45 [2020-07-17T16:24:45.898Z] === RUN   TestBuildMultiStageLayerLeak
16:24:46 [2020-07-17T16:24:46.038Z] --- PASS: TestCommitInheritsEnv (0.58s)
16:24:46 [2020-07-17T16:24:46.038Z] === RUN   TestImportExtremelyLargeImageWorks
16:24:46 [2020-07-17T16:24:46.038Z] === PAUSE TestImportExtremelyLargeImageWorks
16:24:46 [2020-07-17T16:24:46.038Z] === RUN   TestImagesFilterMultiReference
16:24:46 [2020-07-17T16:24:46.038Z] --- PASS: TestImagesFilterMultiReference (0.05s)
16:24:46 [2020-07-17T16:24:46.038Z] === RUN   TestImagePullPlatformInvalid
16:24:46 [2020-07-17T16:24:46.038Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
16:24:46 [2020-07-17T16:24:46.038Z] === RUN   TestRemoveImageOrphaning
16:24:46 [2020-07-17T16:24:46.325Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.044s	coverage: 3.0% of statements
16:24:46 [2020-07-17T16:24:46.325Z] ok  	github.com/docker/docker/daemon/links	0.011s	coverage: 93.0% of statements
16:24:46 [2020-07-17T16:24:46.675Z] --- PASS: TestRemoveImageOrphaning (0.63s)
16:24:46 [2020-07-17T16:24:46.675Z] === RUN   TestRemoveImageGarbageCollector
16:24:46 [2020-07-17T16:24:46.675Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:24:46 [2020-07-17T16:24:46.675Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:24:46 [2020-07-17T16:24:46.675Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:24:46 [2020-07-17T16:24:46.675Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
16:24:46 [2020-07-17T16:24:46.675Z] === RUN   TestTagInvalidReference
16:24:46 [2020-07-17T16:24:46.675Z] --- PASS: TestTagInvalidReference (0.01s)
16:24:46 [2020-07-17T16:24:46.675Z] === RUN   TestTagValidPrefixedRepo
16:24:46 [2020-07-17T16:24:46.675Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
16:24:46 [2020-07-17T16:24:46.675Z] === RUN   TestTagExistedNameWithoutForce
16:24:46 [2020-07-17T16:24:46.675Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
16:24:46 [2020-07-17T16:24:46.675Z] === RUN   TestTagOfficialNames
16:24:46 [2020-07-17T16:24:46.675Z] --- PASS: TestTagOfficialNames (0.04s)
16:24:46 [2020-07-17T16:24:46.675Z] === RUN   TestTagMatchesDigest
16:24:46 [2020-07-17T16:24:46.675Z] --- PASS: TestTagMatchesDigest (0.01s)
16:24:46 [2020-07-17T16:24:46.675Z] === CONT  TestImportExtremelyLargeImageWorks
16:24:47 [2020-07-17T16:24:47.982Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
16:24:48 [2020-07-17T16:24:48.433Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	4.813s	coverage: 52.1% of statements
16:24:48 [2020-07-17T16:24:48.433Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:24:48 [2020-07-17T16:24:48.433Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:24:49 [2020-07-17T16:24:49.202Z] --- PASS: TestBuildMultiStageLayerLeak (2.82s)
16:24:49 [2020-07-17T16:24:49.202Z] === RUN   TestBuildWithHugeFile
16:24:49 [2020-07-17T16:24:49.368Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
16:24:49 [2020-07-17T16:24:49.984Z] ok  	github.com/docker/docker/daemon/logger	0.248s	coverage: 41.0% of statements
16:24:50 [2020-07-17T16:24:50.284Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.414s	coverage: 77.8% of statements
16:24:50 [2020-07-17T16:24:50.883Z] ok  	github.com/docker/docker/daemon/images	0.074s	coverage: 4.8% of statements
16:24:50 [2020-07-17T16:24:50.883Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:24:50 [2020-07-17T16:24:50.883Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:24:50 [2020-07-17T16:24:50.883Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
16:24:50 [2020-07-17T16:24:50.883Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:24:51 [2020-07-17T16:24:51.281Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
16:24:51 [2020-07-17T16:24:51.942Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.033s	coverage: 67.0% of statements
16:24:52 [2020-07-17T16:24:52.590Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.047s	coverage: 87.2% of statements
16:24:52 [2020-07-17T16:24:52.590Z] ok  	github.com/docker/docker/daemon/logger/journald	0.041s	coverage: 26.2% of statements
16:24:53 [2020-07-17T16:24:53.252Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.013s	coverage: 61.6% of statements
16:24:54 [2020-07-17T16:24:54.578Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
16:24:55 [2020-07-17T16:24:55.396Z] ok  	github.com/docker/docker/daemon/logger/local	0.077s	coverage: 75.2% of statements
16:24:55 [2020-07-17T16:24:55.396Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:24:55 [2020-07-17T16:24:55.695Z] time="2020-07-17T16:24:55Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate283449047/log334496842.1: no such file or directory"
16:24:55 [2020-07-17T16:24:55.695Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.059s	coverage: 38.3% of statements
16:24:55 [2020-07-17T16:24:55.996Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.022s	coverage: 33.3% of statements
16:24:56 [2020-07-17T16:24:56.487Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
16:24:57 [2020-07-17T16:24:57.059Z] ok  	github.com/docker/docker/daemon/logger/templates	0.040s	coverage: 8.3% of statements
16:24:57 [2020-07-17T16:24:57.426Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
16:24:57 [2020-07-17T16:24:57.426Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
16:24:57 [2020-07-17T16:24:57.686Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
16:24:58 [2020-07-17T16:24:58.603Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.029s	coverage: 46.8% of statements
16:24:59 [2020-07-17T16:24:59.265Z] ok  	github.com/docker/docker/daemon/network	0.015s	coverage: 63.8% of statements
16:24:59 [2020-07-17T16:24:59.563Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.495s	coverage: 82.5% of statements
16:24:59 [2020-07-17T16:24:59.563Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:24:59 [2020-07-17T16:24:59.563Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:25:01 [2020-07-17T16:25:01.903Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
16:25:01 [2020-07-17T16:25:01.903Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
16:25:02 [2020-07-17T16:25:02.351Z] ok  	github.com/docker/docker/errdefs	0.030s	coverage: 49.4% of statements
16:25:02 [2020-07-17T16:25:02.652Z] ok  	github.com/docker/docker/distribution/metadata	0.094s	coverage: 48.2% of statements
16:25:02 [2020-07-17T16:25:02.953Z] ok  	github.com/docker/docker/distribution	0.411s	coverage: 22.1% of statements
16:25:02 [2020-07-17T16:25:02.953Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:25:03 [2020-07-17T16:25:03.812Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
16:25:04 [2020-07-17T16:25:04.071Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
16:25:04 [2020-07-17T16:25:04.642Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
16:25:05 [2020-07-17T16:25:05.060Z] ok  	github.com/docker/docker/distribution/xfer	1.677s	coverage: 85.1% of statements
16:25:05 [2020-07-17T16:25:05.060Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:25:05 [2020-07-17T16:25:05.360Z] ok  	github.com/docker/docker/image	0.062s	coverage: 86.4% of statements
16:25:05 [2020-07-17T16:25:05.659Z] ok  	github.com/docker/docker/image/cache	0.014s	coverage: 19.2% of statements
16:25:05 [2020-07-17T16:25:05.659Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
16:25:05 [2020-07-17T16:25:05.958Z] ok  	github.com/docker/docker/image/v1	0.056s	coverage: 25.0% of statements
16:25:05 [2020-07-17T16:25:05.958Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:25:06 [2020-07-17T16:25:06.021Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
16:25:06 [2020-07-17T16:25:06.281Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
16:25:06 [2020-07-17T16:25:06.608Z] ok  	github.com/docker/docker/libcontainerd/queue	0.036s	coverage: 100.0% of statements
16:25:06 [2020-07-17T16:25:06.911Z] ok  	github.com/docker/docker/pkg/aaparser	0.019s	coverage: 50.0% of statements
16:25:09 [2020-07-17T16:25:09.577Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
16:25:10 [2020-07-17T16:25:10.914Z] ok  	github.com/docker/docker/opts	0.061s	coverage: 67.4% of statements
16:25:11 [2020-07-17T16:25:11.558Z] ok  	github.com/docker/docker/pkg/broadcaster	0.004s	coverage: 100.0% of statements
16:25:12 [2020-07-17T16:25:12.210Z] ok  	github.com/docker/docker/pkg/capabilities	0.009s	coverage: 87.5% of statements
16:25:12 [2020-07-17T16:25:12.211Z] ok  	github.com/docker/docker/pkg/archive	1.007s	coverage: 76.9% of statements
16:25:12 [2020-07-17T16:25:12.871Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
16:25:13 [2020-07-17T16:25:13.266Z] ok  	github.com/docker/docker/pkg/authorization	2.079s	coverage: 68.3% of statements
16:25:13 [2020-07-17T16:25:13.266Z] ok  	github.com/docker/docker/pkg/directory	0.010s	coverage: 80.0% of statements
16:25:14 [2020-07-17T16:25:14.322Z] ok  	github.com/docker/docker/pkg/discovery	0.007s	coverage: 58.3% of statements
16:25:14 [2020-07-17T16:25:14.322Z] ok  	github.com/docker/docker/pkg/discovery/file	0.017s	coverage: 97.6% of statements
16:25:14 [2020-07-17T16:25:14.784Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
16:25:15 [2020-07-17T16:25:15.378Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.006s	coverage: 92.3% of statements
16:25:16 [2020-07-17T16:25:16.022Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
16:25:16 [2020-07-17T16:25:16.319Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
16:25:16 [2020-07-17T16:25:16.695Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
16:25:16 [2020-07-17T16:25:16.955Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
16:25:17 [2020-07-17T16:25:17.370Z] ok  	github.com/docker/docker/pkg/filenotify	0.605s	coverage: 67.0% of statements
16:25:17 [2020-07-17T16:25:17.670Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.920s	coverage: 43.2% of statements
16:25:18 [2020-07-17T16:25:18.342Z] ok  	github.com/docker/docker/layer	7.854s	coverage: 68.8% of statements
16:25:18 [2020-07-17T16:25:18.342Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:25:18 [2020-07-17T16:25:18.342Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:25:18 [2020-07-17T16:25:18.342Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:25:18 [2020-07-17T16:25:18.342Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:25:18 [2020-07-17T16:25:18.342Z] ?   	github.com/docker/docker/oci	[no test files]
16:25:18 [2020-07-17T16:25:18.342Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:25:18 [2020-07-17T16:25:18.342Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
16:25:18 [2020-07-17T16:25:18.342Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:25:18 [2020-07-17T16:25:18.654Z] ok  	github.com/docker/docker/pkg/fileutils	0.023s	coverage: 89.5% of statements
16:25:18 [2020-07-17T16:25:18.976Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.097s	coverage: 84.1% of statements
16:25:18 [2020-07-17T16:25:18.976Z] ok  	github.com/docker/docker/pkg/fsutils	0.426s	coverage: 85.1% of statements
16:25:20 [2020-07-17T16:25:20.037Z] ok  	github.com/docker/docker/pkg/homedir	0.007s	coverage: 11.4% of statements
16:25:20 [2020-07-17T16:25:20.686Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.009s	coverage: 91.7% of statements
16:25:20 [2020-07-17T16:25:20.985Z] ok  	github.com/docker/docker/pkg/locker	0.037s	coverage: 88.9% of statements
16:25:21 [2020-07-17T16:25:21.283Z] ok  	github.com/docker/docker/pkg/idtools	0.654s	coverage: 70.5% of statements
16:25:21 [2020-07-17T16:25:21.581Z] ok  	github.com/docker/docker/pkg/longpath	0.017s	coverage: 100.0% of statements
16:25:21 [2020-07-17T16:25:21.581Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.021s	coverage: 85.7% of statements
16:25:21 [2020-07-17T16:25:21.880Z] ok  	github.com/docker/docker/pkg/ioutils	1.273s	coverage: 70.6% of statements
16:25:21 [2020-07-17T16:25:21.880Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:25:21 [2020-07-17T16:25:21.880Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
16:25:21 [2020-07-17T16:25:21.880Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
16:25:22 [2020-07-17T16:25:22.178Z] ok  	github.com/docker/docker/pkg/parsers	0.007s	coverage: 97.0% of statements
16:25:22 [2020-07-17T16:25:22.476Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.005s	coverage: 60.0% of statements
16:25:22 [2020-07-17T16:25:22.774Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.021s	coverage: 91.4% of statements
16:25:22 [2020-07-17T16:25:22.774Z] ok  	github.com/docker/docker/pkg/pidfile	0.020s	coverage: 82.4% of statements
16:25:22 [2020-07-17T16:25:22.774Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:25:22 [2020-07-17T16:25:22.774Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:25:23 [2020-07-17T16:25:23.827Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.079s	coverage: 56.8% of statements
16:25:24 [2020-07-17T16:25:24.879Z] ok  	github.com/docker/docker/pkg/pools	0.016s	coverage: 88.2% of statements
16:25:24 [2020-07-17T16:25:24.879Z] ok  	github.com/docker/docker/pkg/progress	0.008s	coverage: 75.9% of statements
16:25:24 [2020-07-17T16:25:24.879Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.026s	coverage: 85.7% of statements
16:25:25 [2020-07-17T16:25:25.086Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
16:25:25 [2020-07-17T16:25:25.926Z] ok  	github.com/docker/docker/pkg/reexec	0.009s	coverage: 82.4% of statements
16:25:26 [2020-07-17T16:25:26.573Z] ok  	github.com/docker/docker/pkg/stdcopy	0.007s	coverage: 100.0% of statements
16:25:26 [2020-07-17T16:25:26.573Z] ok  	github.com/docker/docker/pkg/pubsub	1.142s	coverage: 73.9% of statements
16:25:27 [2020-07-17T16:25:27.227Z] ok  	github.com/docker/docker/pkg/stringid	0.005s	coverage: 70.6% of statements
16:25:27 [2020-07-17T16:25:27.227Z] ok  	github.com/docker/docker/pkg/streamformatter	0.007s	coverage: 66.2% of statements
16:25:27 [2020-07-17T16:25:27.625Z] === RUN   TestDockerDaemonSuite/TestShmSize
16:25:27 [2020-07-17T16:25:27.874Z] ok  	github.com/docker/docker/pkg/symlink	0.013s	coverage: 87.7% of statements
16:25:28 [2020-07-17T16:25:28.928Z] ok  	github.com/docker/docker/pkg/signal	2.918s	coverage: 61.0% of statements
16:25:28 [2020-07-17T16:25:28.928Z] ok  	github.com/docker/docker/pkg/sysinfo	0.011s	coverage: 53.4% of statements
16:25:28 [2020-07-17T16:25:28.928Z] ok  	github.com/docker/docker/pkg/system	0.045s	coverage: 36.9% of statements
16:25:29 [2020-07-17T16:25:29.005Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
16:25:29 [2020-07-17T16:25:29.989Z] ok  	github.com/docker/docker/pkg/tailfile	0.144s	coverage: 88.6% of statements
16:25:29 [2020-07-17T16:25:29.989Z] testing: warning: no tests to run
16:25:29 [2020-07-17T16:25:29.989Z] coverage: [no statements]
16:25:29 [2020-07-17T16:25:29.989Z] ok  	github.com/docker/docker/pkg/term/windows	0.004s	coverage: [no statements] [no tests to run]
16:25:30 [2020-07-17T16:25:30.636Z] ok  	github.com/docker/docker/pkg/tarsum	0.178s	coverage: 89.3% of statements
16:25:30 [2020-07-17T16:25:30.636Z] ok  	github.com/docker/docker/pkg/urlutil	0.005s	coverage: 100.0% of statements
16:25:30 [2020-07-17T16:25:30.636Z] ok  	github.com/docker/docker/pkg/truncindex	0.105s	coverage: 91.5% of statements
16:25:31 [2020-07-17T16:25:31.285Z] ok  	github.com/docker/docker/pkg/useragent	0.009s	coverage: 88.9% of statements
16:25:31 [2020-07-17T16:25:31.551Z] === RUN   TestDockerSuite/TestBuildDotDotFile
16:25:31 [2020-07-17T16:25:31.551Z] === RUN   TestDockerSuite/TestBuildEOLInLine
16:25:31 [2020-07-17T16:25:31.811Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
16:25:31 [2020-07-17T16:25:31.811Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
16:25:32 [2020-07-17T16:25:32.820Z] ok  	github.com/docker/docker/plugin/v2	0.010s	coverage: 14.5% of statements
16:25:33 [2020-07-17T16:25:33.449Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
16:25:33 [2020-07-17T16:25:33.449Z] Copying nested executables into bundles/cross/linux/amd64
16:25:33 [2020-07-17T16:25:33.449Z] Cross building: bundles/cross/windows/amd64
16:25:33 [2020-07-17T16:25:33.449Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
16:25:33 [2020-07-17T16:25:33.449Z] GOOS="windows" GOARCH="amd64" GOARM=""
16:25:33 [2020-07-17T16:25:33.878Z] ok  	github.com/docker/docker/reference	0.013s	coverage: 84.4% of statements
16:25:34 [2020-07-17T16:25:34.527Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 68.8% of statements
16:25:35 [2020-07-17T16:25:35.173Z] ok  	github.com/docker/docker/plugin	0.603s	coverage: 23.1% of statements
16:25:35 [2020-07-17T16:25:35.820Z] ok  	github.com/docker/docker/registry/resumable	0.024s	coverage: 100.0% of statements
16:25:36 [2020-07-17T16:25:36.015Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
16:25:36 [2020-07-17T16:25:36.074Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
16:25:36 [2020-07-17T16:25:36.074Z] 
16:25:36 [2020-07-17T16:25:36.074Z]  ________   ____  __.
16:25:36 [2020-07-17T16:25:36.074Z]  \_____  \ |    |/ _|
16:25:36 [2020-07-17T16:25:36.074Z]  /   |   \|      <
16:25:36 [2020-07-17T16:25:36.074Z]  /    |    \    |  \
16:25:36 [2020-07-17T16:25:36.074Z]  \_______  /____|__ \
16:25:36 [2020-07-17T16:25:36.074Z]          \/        \/
16:25:36 [2020-07-17T16:25:36.074Z] 
16:25:36 [2020-07-17T16:25:36.074Z] INFO: make.ps1 ended at 07/17/2020 16:25:27
16:25:36 [2020-07-17T16:25:36.074Z] INFO: Binaries build ended at 07/17/2020 16:25:29. Duration:00:01:11.4338405
16:25:36 [2020-07-17T16:25:36.074Z] INFO: Copying the built daemon binary to d:\CI\PR-41226\2\binary\dockerd-b0c0b41016.exe...
16:25:36 [2020-07-17T16:25:36.074Z] INFO: Copying the built client binary to d:\CI\PR-41226\2\binary\docker-b0c0b41016.exe...
16:25:36 [2020-07-17T16:25:36.074Z] INFO: Copying dockerversion from the container...
16:25:36 [2020-07-17T16:25:36.074Z] INFO: Copying the golang package from the container to d:\CI\PR-41226\2\installer\go.zip...
16:25:36 [2020-07-17T16:25:36.074Z] INFO: Extracting go.zip to d:\CI\PR-41226\2\go
16:25:36 [2020-07-17T16:25:36.275Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
16:25:36 [2020-07-17T16:25:36.467Z] ok  	github.com/docker/docker/restartmanager	0.017s	coverage: 45.3% of statements
16:25:36 [2020-07-17T16:25:36.846Z] --- PASS: TestDockerDaemonSuite (316.65s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.89s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.99s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.60s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.40s)
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:1449: [dc019877bcc6b] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [dea883c7858c0] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.31s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.91s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d6ffb3f5fd0d0] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.55s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.92s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.48s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.23s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.33s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.63s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.57s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.38s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d2a0248410d9c] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [dd7147af09fb4] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.46s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d204e7064ab8d] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.68s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.81s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.55s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [dfeb7b5cd7684] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.08s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.74s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.35s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [da1981816707f] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.07s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.13s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.55s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.91s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [ded5fb67e69c9] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.96s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [dfc308a833241] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.92s)
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_plugins_test.go:79: [d4dac37e40183] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.60s)
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_plugins_test.go:169: [d3c8f29efd8a8] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (2.99s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d83379ee7c85d] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.73s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.75s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.56s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.40s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.71s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.78s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.05s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.57s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.59s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d72aca13a885f] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.33s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.27s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.25s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.18s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.85s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.12s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.40s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d62d34aeffcde] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.72s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.36s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.67s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.08s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.67s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.28s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.16s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d14469d17d219] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d63df21fc72c6] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.21s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d6ac0a0287fdf] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.34s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.07s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.19s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.61s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.61s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.15s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.58s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.14s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [dce46b409f004] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.35s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.44s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.81s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d7f49777a7c24] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.25s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.19s)
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode private set from config
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode host set from config
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli
16:25:36 [2020-07-17T16:25:36.846Z]         docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [db56919e4a6ae] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d42a34a714681] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.22s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [dad836d7ad582] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.65s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.06s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.15s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s)
16:25:36 [2020-07-17T16:25:36.846Z]         check_test.go:309: [d8210a0c9e953] daemon is not started
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.87s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.24s)
16:25:36 [2020-07-17T16:25:36.846Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.83s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.11s)
16:25:36 [2020-07-17T16:25:36.847Z]         check_test.go:309: [d3eaaaaeff625] daemon is not started
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.86s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
16:25:36 [2020-07-17T16:25:36.847Z]         check_test.go:309: [d5709b3f484ae] daemon is not started
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.84s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.66s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.68s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.93s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.14s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.24s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.26s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.66s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.14s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.14s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.18s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.47s)
16:25:36 [2020-07-17T16:25:36.847Z]         docker_cli_daemon_test.go:2544: [d165129dfd9df] daemon is not started
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.26s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.53s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.72s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.66s)
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.22s)
16:25:36 [2020-07-17T16:25:36.847Z]         check_test.go:309: [d11bffdad3c56] daemon is not started
16:25:36 [2020-07-17T16:25:36.847Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.77s)
16:25:36 [2020-07-17T16:25:36.847Z] === RUN   TestDockerSwarmSuite
16:25:36 [2020-07-17T16:25:36.847Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
16:25:36 [2020-07-17T16:25:36.847Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
16:25:37 [2020-07-17T16:25:37.417Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
16:25:37 [2020-07-17T16:25:37.542Z] ok  	github.com/docker/docker/testutil	0.005s	coverage: 62.5% of statements
16:25:37 [2020-07-17T16:25:37.542Z] ok  	github.com/docker/docker/registry	0.251s	coverage: 56.3% of statements
16:25:37 [2020-07-17T16:25:37.676Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
16:25:37 [2020-07-17T16:25:37.936Z] === RUN   TestDockerSuite/TestBuildEntrypoint
16:25:38 [2020-07-17T16:25:38.193Z] ok  	github.com/docker/docker/runconfig	0.037s	coverage: 66.1% of statements
16:25:38 [2020-07-17T16:25:38.196Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
16:25:40 [2020-07-17T16:25:40.106Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
16:25:40 [2020-07-17T16:25:40.307Z] ok  	github.com/docker/docker/volume/drivers	0.009s	coverage: 36.1% of statements
16:25:40 [2020-07-17T16:25:40.369Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
16:25:41 [2020-07-17T16:25:41.748Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
16:25:42 [2020-07-17T16:25:42.415Z] ok  	github.com/docker/docker/volume/mounts	0.051s	coverage: 67.0% of statements
16:25:42 [2020-07-17T16:25:42.415Z] ok  	github.com/docker/docker/volume/local	0.038s	coverage: 73.0% of statements
16:25:43 [2020-07-17T16:25:43.056Z] ok  	github.com/docker/docker/volume/service	0.027s	coverage: 73.0% of statements
16:25:43 [2020-07-17T16:25:43.129Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
16:25:43 [2020-07-17T16:25:43.388Z] === RUN   TestDockerSuite/TestBuildEnv
16:25:44 [2020-07-17T16:25:44.771Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
16:25:45 [2020-07-17T16:25:45.523Z] --- PASS: TestBuildWithHugeFile (48.15s)
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestBuildWithEmptyDockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:25:45 [2020-07-17T16:25:45.523Z] --- PASS: TestBuildWithEmptyDockerfile (0.19s)
16:25:45 [2020-07-17T16:25:45.523Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s)
16:25:45 [2020-07-17T16:25:45.523Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s)
16:25:45 [2020-07-17T16:25:45.523Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s)
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestBuildPreserveOwnership
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestBuildPreserveOwnership/copy_from
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:25:45 [2020-07-17T16:25:45.523Z] --- PASS: TestBuildPreserveOwnership (5.93s)
16:25:45 [2020-07-17T16:25:45.523Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.84s)
16:25:45 [2020-07-17T16:25:45.523Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.07s)
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestBuildPlatformInvalid
16:25:45 [2020-07-17T16:25:45.523Z] --- PASS: TestBuildPlatformInvalid (0.18s)
16:25:45 [2020-07-17T16:25:45.523Z] PASS
16:25:45 [2020-07-17T16:25:45.523Z] 
16:25:45 [2020-07-17T16:25:45.523Z] === Skipped
16:25:45 [2020-07-17T16:25:45.523Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
16:25:45 [2020-07-17T16:25:45.523Z]     build_session_test.go:25: TODO: BuildKit
16:25:45 [2020-07-17T16:25:45.523Z] 
16:25:45 [2020-07-17T16:25:45.523Z] 
16:25:45 [2020-07-17T16:25:45.523Z] DONE 32 tests, 1 skipped in 102.342s
16:25:45 [2020-07-17T16:25:45.523Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
16:25:45 [2020-07-17T16:25:45.523Z] ++ 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
16:25:45 [2020-07-17T16:25:45.523Z] ++ set -e
16:25:45 [2020-07-17T16:25:45.523Z] ++ '[' -n 0 ']'
16:25:45 [2020-07-17T16:25:45.523Z] ++ set -x
16:25:45 [2020-07-17T16:25:45.523Z] ++ env -i DEST=/go/src/github.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
16:25:45 [2020-07-17T16:25:45.523Z] INFO: Testing against a local daemon
16:25:45 [2020-07-17T16:25:45.523Z] === RUN   TestConfigInspect
16:25:46 [2020-07-17T16:25:46.151Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
16:25:47 [2020-07-17T16:25:47.436Z] --- PASS: TestConfigInspect (3.78s)
16:25:47 [2020-07-17T16:25:47.436Z] === RUN   TestConfigList
16:25:47 [2020-07-17T16:25:47.531Z] === RUN   TestDockerSuite/TestBuildEnvUsage
16:25:47 [2020-07-17T16:25:47.531Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
16:25:50 [2020-07-17T16:25:50.736Z] --- PASS: TestConfigList (3.13s)
16:25:50 [2020-07-17T16:25:50.736Z] === RUN   TestConfigsCreateAndDelete
16:25:54 [2020-07-17T16:25:54.037Z] --- PASS: TestConfigsCreateAndDelete (3.24s)
16:25:54 [2020-07-17T16:25:54.037Z] === RUN   TestConfigsUpdate
16:25:54 [2020-07-17T16:25:54.104Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
16:25:57 [2020-07-17T16:25:57.339Z] --- PASS: TestConfigsUpdate (3.18s)
16:25:57 [2020-07-17T16:25:57.339Z] === RUN   TestTemplatedConfig
16:25:58 [2020-07-17T16:25:58.425Z] ok  	github.com/docker/docker/pkg/plugins	33.646s	coverage: 76.6% of statements
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/pkg/term	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/rootless	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/volume	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === Skipped
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     exec_linux_test.go:18: requires AppArmor to be enabled
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     exec_linux_test.go:38: requires AppArmor to be enabled
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver btrfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver btrfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver btrfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver btrfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver btrfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:73: No driver to put!
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z] time="2020-07-17T16:24:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z] time="2020-07-17T16:24:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z] time="2020-07-17T16:24:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z] time="2020-07-17T16:24:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z] time="2020-07-17T16:24:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:73: No driver to put!
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     overlay_test.go:49: Fails to compute changes intermittently
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     overlay_test.go:65: Cannot run test with naive change algorithm
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver zfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver zfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver zfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver zfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:46: Driver zfs not supported
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     graphtest_unix.go:73: No driver to put!
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:25:58 [2020-07-17T16:25:58.425Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] 
16:25:58 [2020-07-17T16:25:58.425Z] DONE 2124 tests, 26 skipped in 259.331s
Post stage
[Pipeline] junit
16:25:59 [2020-07-17T16:25:59.109Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:26:00 [2020-07-17T16:26:00.113Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -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:b0c0b41016c8035ce3dc9783044f065548567e76 hack/make.sh dynbinary test-integration
16:26:00 [2020-07-17T16:26:00.412Z] 
16:26:00 [2020-07-17T16:26:00.412Z] Removing bundles/
16:26:00 [2020-07-17T16:26:00.412Z] 
16:26:00 [2020-07-17T16:26:00.412Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:26:00 [2020-07-17T16:26:00.412Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:26:00 [2020-07-17T16:26:00.412Z] GOOS="" GOARCH="" GOARM=""
16:26:00 [2020-07-17T16:26:00.643Z] --- PASS: TestTemplatedConfig (3.45s)
16:26:00 [2020-07-17T16:26:00.643Z] === RUN   TestConfigCreateResolve
16:26:01 [2020-07-17T16:26:01.360Z] INFO: Extraction ended at 07/17/2020 16:25:58. Duration:00:00:22.5462064
16:26:01 [2020-07-17T16:26:01.360Z] INFO: Updating the golang and path environment variables
16:26:01 [2020-07-17T16:26:01.360Z] INFO: GOPATH=d:\gopath
16:26:01 [2020-07-17T16:26:01.360Z] INFO: go version go1.13.13 windows/amd64
16:26:01 [2020-07-17T16:26:01.360Z] INFO: Running the daemon under test in debug mode
16:26:01 [2020-07-17T16:26:01.360Z] INFO: Starting a daemon under test...
16:26:01 [2020-07-17T16:26:01.360Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41226\2\daemon --pidfile d:\CI\PR-41226\2\docker.pid -D
16:26:01 [2020-07-17T16:26:01.360Z] INFO: Process started successfully.
16:26:01 [2020-07-17T16:26:01.360Z] INFO: Start tailing logs of the daemon under tests
16:26:01 [2020-07-17T16:26:01.360Z] INFO: Waiting for the daemon under test to start...
16:26:02 [2020-07-17T16:26:02.226Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
16:26:02 [2020-07-17T16:26:02.226Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
16:26:02 [2020-07-17T16:26:02.348Z] INFO: Daemon under test started and replied!
16:26:02 [2020-07-17T16:26:02.348Z] INFO: Docker version of the daemon under test
16:26:02 [2020-07-17T16:26:02.348Z] 
16:26:02 [2020-07-17T16:26:02.348Z] Client:
16:26:02 [2020-07-17T16:26:02.348Z]  Version:      17.06.2-ce
16:26:02 [2020-07-17T16:26:02.348Z]  API version:  1.30
16:26:02 [2020-07-17T16:26:02.348Z]  Go version:   go1.8.3
16:26:02 [2020-07-17T16:26:02.348Z]  Git commit:   cec0b72
16:26:02 [2020-07-17T16:26:02.348Z]  Built:        Tue Sep  5 19:57:19 2017
16:26:02 [2020-07-17T16:26:02.348Z]  OS/Arch:      windows/amd64
16:26:02 [2020-07-17T16:26:02.348Z] 
16:26:02 [2020-07-17T16:26:02.348Z] Server:
16:26:02 [2020-07-17T16:26:02.348Z]  Version:      0.0.0-dev
16:26:02 [2020-07-17T16:26:02.348Z]  API version:  1.41 (minimum version 1.24)
16:26:02 [2020-07-17T16:26:02.348Z]  Go version:   go1.13.13
16:26:02 [2020-07-17T16:26:02.348Z]  Git commit:   b0c0b41016
16:26:02 [2020-07-17T16:26:02.348Z]  Built:        07/17/2020 16:24:22
16:26:02 [2020-07-17T16:26:02.348Z]  OS/Arch:      windows/amd64
16:26:02 [2020-07-17T16:26:02.348Z]  Experimental: false
16:26:02 [2020-07-17T16:26:02.348Z] 
16:26:02 [2020-07-17T16:26:02.348Z] INFO: Docker info of the daemon under test
16:26:02 [2020-07-17T16:26:02.348Z] 
16:26:02 [2020-07-17T16:26:02.348Z] Containers: 0
16:26:02 [2020-07-17T16:26:02.348Z]  Running: 0
16:26:02 [2020-07-17T16:26:02.348Z]  Paused: 0
16:26:02 [2020-07-17T16:26:02.348Z]  Stopped: 0
16:26:02 [2020-07-17T16:26:02.348Z] Images: 0
16:26:02 [2020-07-17T16:26:02.348Z] Server Version: 0.0.0-dev
16:26:02 [2020-07-17T16:26:02.348Z] Storage Driver: windowsfilter
16:26:02 [2020-07-17T16:26:02.348Z]  Windows: 
16:26:02 [2020-07-17T16:26:02.348Z] Logging Driver: json-file
16:26:02 [2020-07-17T16:26:02.348Z] Plugins: 
16:26:02 [2020-07-17T16:26:02.348Z]  Volume: local
16:26:02 [2020-07-17T16:26:02.348Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:26:02 [2020-07-17T16:26:02.348Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:26:02 [2020-07-17T16:26:02.348Z] Swarm: inactive
16:26:02 [2020-07-17T16:26:02.348Z] Default Isolation: process
16:26:02 [2020-07-17T16:26:02.348Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
16:26:02 [2020-07-17T16:26:02.348Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282)
16:26:02 [2020-07-17T16:26:02.348Z] OSType: windows
16:26:02 [2020-07-17T16:26:02.348Z] Architecture: x86_64
16:26:02 [2020-07-17T16:26:02.348Z] CPUs: 4
16:26:02 [2020-07-17T16:26:02.348Z] Total Memory: 32GiB
16:26:02 [2020-07-17T16:26:02.348Z] Name: azwin-2-cda4f0
16:26:02 [2020-07-17T16:26:02.348Z] ID: FMDS:TQOA:TTET:R6V4:AAGC:OMTZ:DKLG:NL54:FTVL:D4ZV:JQ56:UOAM
16:26:02 [2020-07-17T16:26:02.348Z] Docker Root Dir: D:\CI\PR-41226\2\daemon
16:26:02 [2020-07-17T16:26:02.348Z] Debug Mode (client): false
16:26:02 [2020-07-17T16:26:02.348Z] Debug Mode (server): true
16:26:02 [2020-07-17T16:26:02.348Z]  File Descriptors: -1
16:26:02 [2020-07-17T16:26:02.348Z]  Goroutines: 17
16:26:02 [2020-07-17T16:26:02.348Z]  System Time: 2020-07-17T16:26:02.1771424Z
16:26:02 [2020-07-17T16:26:02.348Z]  EventsListeners: 0
16:26:02 [2020-07-17T16:26:02.348Z] Registry: https://index.docker.io/v1/
16:26:02 [2020-07-17T16:26:02.348Z] Labels:
16:26:02 [2020-07-17T16:26:02.348Z] Experimental: false
16:26:02 [2020-07-17T16:26:02.348Z] Insecure Registries:
16:26:02 [2020-07-17T16:26:02.348Z]  127.0.0.0/8
16:26:02 [2020-07-17T16:26:02.348Z] Live Restore Enabled: false
16:26:02 [2020-07-17T16:26:02.348Z] 
16:26:02 [2020-07-17T16:26:02.348Z] 
16:26:02 [2020-07-17T16:26:02.348Z] INFO: Docker images of the daemon under test
16:26:02 [2020-07-17T16:26:02.348Z] 
16:26:02 [2020-07-17T16:26:02.348Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
16:26:02 [2020-07-17T16:26:02.348Z] 
16:26:02 [2020-07-17T16:26:02.348Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
16:26:02 [2020-07-17T16:26:02.348Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
16:26:02 [2020-07-17T16:26:02.816Z] ltsc2019: Pulling from windows/servercore
16:26:02 [2020-07-17T16:26:02.816Z] 4612f6d0b889: Pulling fs layer
16:26:02 [2020-07-17T16:26:02.816Z] fc1b9e59edad: Pulling fs layer
16:26:03 [2020-07-17T16:26:03.952Z] --- PASS: TestConfigCreateResolve (3.26s)
16:26:03 [2020-07-17T16:26:03.952Z] === RUN   TestConfigDaemonLibtrustID
16:26:04 [2020-07-17T16:26:04.531Z] --- PASS: TestConfigDaemonLibtrustID (0.66s)
16:26:04 [2020-07-17T16:26:04.531Z] PASS
16:26:04 [2020-07-17T16:26:04.531Z] 
16:26:04 [2020-07-17T16:26:04.531Z] DONE 7 tests in 20.853s
16:26:04 [2020-07-17T16:26:04.531Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
16:26:04 [2020-07-17T16:26:04.531Z] ++ 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
16:26:04 [2020-07-17T16:26:04.531Z] ++ set -e
16:26:04 [2020-07-17T16:26:04.531Z] ++ '[' -n 0 ']'
16:26:04 [2020-07-17T16:26:04.531Z] ++ set -x
16:26:04 [2020-07-17T16:26:04.531Z] ++ env -i DEST=/go/src/github.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
16:26:04 [2020-07-17T16:26:04.531Z] INFO: Testing against a local daemon
16:26:04 [2020-07-17T16:26:04.531Z] === RUN   TestCheckpoint
16:26:04 [2020-07-17T16:26:04.531Z] --- SKIP: TestCheckpoint (0.00s)
16:26:04 [2020-07-17T16:26:04.531Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:26:04 [2020-07-17T16:26:04.531Z] === RUN   TestContainerInvalidJSON
16:26:04 [2020-07-17T16:26:04.531Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
16:26:04 [2020-07-17T16:26:04.531Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
16:26:04 [2020-07-17T16:26:04.531Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
16:26:04 [2020-07-17T16:26:04.531Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
16:26:04 [2020-07-17T16:26:04.531Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
16:26:04 [2020-07-17T16:26:04.531Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
16:26:04 [2020-07-17T16:26:04.531Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
16:26:04 [2020-07-17T16:26:04.531Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
16:26:04 [2020-07-17T16:26:04.531Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
16:26:04 [2020-07-17T16:26:04.531Z] --- PASS: TestContainerInvalidJSON (0.03s)
16:26:04 [2020-07-17T16:26:04.531Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
16:26:04 [2020-07-17T16:26:04.531Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
16:26:04 [2020-07-17T16:26:04.531Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
16:26:04 [2020-07-17T16:26:04.531Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:26:04 [2020-07-17T16:26:04.792Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
16:26:04 [2020-07-17T16:26:04.792Z] === RUN   TestCopyFromContainerPathIsNotDir
16:26:04 [2020-07-17T16:26:04.792Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
16:26:04 [2020-07-17T16:26:04.792Z] === RUN   TestCopyToContainerPathDoesNotExist
16:26:05 [2020-07-17T16:26:05.053Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s)
16:26:05 [2020-07-17T16:26:05.053Z] === RUN   TestCopyToContainerPathIsNotDir
16:26:05 [2020-07-17T16:26:05.053Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s)
16:26:05 [2020-07-17T16:26:05.053Z] === RUN   TestCopyFromContainer
16:26:06 [2020-07-17T16:26:06.966Z] === RUN   TestCopyFromContainer//
16:26:06 [2020-07-17T16:26:06.966Z] === RUN   TestCopyFromContainer//bar/root
16:26:07 [2020-07-17T16:26:07.228Z] === RUN   TestCopyFromContainer//bar/root/
16:26:07 [2020-07-17T16:26:07.228Z] === RUN   TestCopyFromContainer/bar/quux
16:26:07 [2020-07-17T16:26:07.489Z] === RUN   TestCopyFromContainer/bar/quux/
16:26:07 [2020-07-17T16:26:07.489Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:26:07 [2020-07-17T16:26:07.751Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:26:07 [2020-07-17T16:26:07.751Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:26:07 [2020-07-17T16:26:07.751Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:26:08 [2020-07-17T16:26:08.012Z] === RUN   TestCopyFromContainer/bar/notarget
16:26:08 [2020-07-17T16:26:08.012Z] --- PASS: TestCopyFromContainer (3.05s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer// (0.10s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer/bar/quux (0.13s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.11s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
16:26:08 [2020-07-17T16:26:08.012Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
16:26:08 [2020-07-17T16:26:08.012Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:26:08 [2020-07-17T16:26:08.273Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:26:08 [2020-07-17T16:26:08.273Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:26:08 [2020-07-17T16:26:08.273Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:26:08 [2020-07-17T16:26:08.273Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:26:08 [2020-07-17T16:26:08.273Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:26:08 [2020-07-17T16:26:08.273Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:26:08 [2020-07-17T16:26:08.273Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
16:26:08 [2020-07-17T16:26:08.273Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:26:08 [2020-07-17T16:26:08.273Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:26:08 [2020-07-17T16:26:08.273Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateLinkToNonExistingContainer
16:26:08 [2020-07-17T16:26:08.273Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s)
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateWithInvalidEnv
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateWithInvalidEnv/0
16:26:08 [2020-07-17T16:26:08.273Z] === PAUSE TestCreateWithInvalidEnv/0
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateWithInvalidEnv/1
16:26:08 [2020-07-17T16:26:08.273Z] === PAUSE TestCreateWithInvalidEnv/1
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateWithInvalidEnv/2
16:26:08 [2020-07-17T16:26:08.273Z] === PAUSE TestCreateWithInvalidEnv/2
16:26:08 [2020-07-17T16:26:08.273Z] === CONT  TestCreateWithInvalidEnv/0
16:26:08 [2020-07-17T16:26:08.273Z] === CONT  TestCreateWithInvalidEnv/1
16:26:08 [2020-07-17T16:26:08.273Z] === CONT  TestCreateWithInvalidEnv/2
16:26:08 [2020-07-17T16:26:08.273Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
16:26:08 [2020-07-17T16:26:08.273Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:26:08 [2020-07-17T16:26:08.273Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:26:08 [2020-07-17T16:26:08.273Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateTmpfsMountsTarget
16:26:08 [2020-07-17T16:26:08.273Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
16:26:08 [2020-07-17T16:26:08.273Z] === RUN   TestCreateWithCustomMaskedPaths
16:26:08 [2020-07-17T16:26:08.693Z] fc1b9e59edad: Verifying Checksum
16:26:08 [2020-07-17T16:26:08.693Z] fc1b9e59edad: Download complete
16:26:08 [2020-07-17T16:26:08.998Z] --- PASS: TestImportExtremelyLargeImageWorks (81.71s)
16:26:08 [2020-07-17T16:26:08.998Z] PASS
16:26:08 [2020-07-17T16:26:08.998Z] 
16:26:08 [2020-07-17T16:26:08.998Z] === Skipped
16:26:08 [2020-07-17T16:26:08.998Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
16:26:08 [2020-07-17T16:26:08.998Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:26:08 [2020-07-17T16:26:08.998Z] 
16:26:08 [2020-07-17T16:26:08.998Z] 
16:26:08 [2020-07-17T16:26:08.998Z] DONE 12 tests, 1 skipped in 83.225s
16:26:08 [2020-07-17T16:26:08.998Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
16:26:08 [2020-07-17T16:26:08.998Z] ++ 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
16:26:08 [2020-07-17T16:26:08.998Z] ++ set -e
16:26:08 [2020-07-17T16:26:08.998Z] ++ '[' -n 0 ']'
16:26:08 [2020-07-17T16:26:08.998Z] ++ set -x
16:26:08 [2020-07-17T16:26:08.998Z] ++ env -i DEST=/go/src/github.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
16:26:08 [2020-07-17T16:26:08.998Z] INFO: Testing against a local daemon
16:26:08 [2020-07-17T16:26:08.998Z] === RUN   TestNetworkCreateDelete
16:26:08 [2020-07-17T16:26:08.998Z] --- PASS: TestNetworkCreateDelete (0.13s)
16:26:08 [2020-07-17T16:26:08.998Z] === RUN   TestDockerNetworkDeletePreferID
16:26:08 [2020-07-17T16:26:08.998Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s)
16:26:08 [2020-07-17T16:26:08.998Z] === RUN   TestDaemonDNSFallback
16:26:10 [2020-07-17T16:26:10.818Z] --- PASS: TestCreateWithCustomMaskedPaths (2.11s)
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/no_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/no_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/empty_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/valid_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/empty_capadd
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/empty_capadd
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/empty_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/no_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/empty_capdrop
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/valid_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/empty_capadd
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/empty_capabilities
16:26:10 [2020-07-17T16:26:10.819Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
16:26:10 [2020-07-17T16:26:10.819Z] --- PASS: TestCreateWithCapabilities (0.04s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s)
16:26:10 [2020-07-17T16:26:10.819Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s)
16:26:10 [2020-07-17T16:26:10.819Z] === RUN   TestCreateWithCustomReadonlyPaths
16:26:11 [2020-07-17T16:26:11.794Z] --- PASS: TestDaemonDNSFallback (2.55s)
16:26:11 [2020-07-17T16:26:11.794Z] === RUN   TestInspectNetwork
16:26:12 [2020-07-17T16:26:12.219Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
16:26:12 [2020-07-17T16:26:12.735Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.22s)
16:26:12 [2020-07-17T16:26:12.735Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:26:12 [2020-07-17T16:26:12.735Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:26:12 [2020-07-17T16:26:12.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:26:12 [2020-07-17T16:26:12.735Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:26:12 [2020-07-17T16:26:12.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:26:12 [2020-07-17T16:26:12.735Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:26:12 [2020-07-17T16:26:12.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:26:12 [2020-07-17T16:26:12.735Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:26:12 [2020-07-17T16:26:12.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:26:12 [2020-07-17T16:26:12.735Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:26:12 [2020-07-17T16:26:12.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:26:12 [2020-07-17T16:26:12.735Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:26:12 [2020-07-17T16:26:12.735Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:26:12 [2020-07-17T16:26:12.735Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:26:12 [2020-07-17T16:26:12.735Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:26:12 [2020-07-17T16:26:12.787Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
16:26:12 [2020-07-17T16:26:12.996Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:26:12 [2020-07-17T16:26:12.996Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
16:26:12 [2020-07-17T16:26:12.996Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s)
16:26:12 [2020-07-17T16:26:12.996Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s)
16:26:12 [2020-07-17T16:26:12.996Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s)
16:26:12 [2020-07-17T16:26:12.996Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.06s)
16:26:12 [2020-07-17T16:26:12.996Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
16:26:12 [2020-07-17T16:26:12.996Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
16:26:13 [2020-07-17T16:26:13.568Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.74s)
16:26:13 [2020-07-17T16:26:13.568Z] === RUN   TestCreateDifferentPlatform
16:26:13 [2020-07-17T16:26:13.568Z] === RUN   TestCreateDifferentPlatform/different_os
16:26:13 [2020-07-17T16:26:13.568Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:26:13 [2020-07-17T16:26:13.568Z] --- PASS: TestCreateDifferentPlatform (0.03s)
16:26:13 [2020-07-17T16:26:13.568Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:26:13 [2020-07-17T16:26:13.568Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:26:13 [2020-07-17T16:26:13.568Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:26:13 [2020-07-17T16:26:13.830Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
16:26:13 [2020-07-17T16:26:13.830Z] === RUN   TestContainerStartOnDaemonRestart
16:26:13 [2020-07-17T16:26:13.830Z] === PAUSE TestContainerStartOnDaemonRestart
16:26:13 [2020-07-17T16:26:13.830Z] === RUN   TestDaemonRestartIpcMode
16:26:13 [2020-07-17T16:26:13.830Z] === PAUSE TestDaemonRestartIpcMode
16:26:13 [2020-07-17T16:26:13.830Z] === RUN   TestDaemonHostGatewayIP
16:26:13 [2020-07-17T16:26:13.830Z] === PAUSE TestDaemonHostGatewayIP
16:26:13 [2020-07-17T16:26:13.830Z] === RUN   TestContainerKillOnDaemonStart
16:26:13 [2020-07-17T16:26:13.830Z] === PAUSE TestContainerKillOnDaemonStart
16:26:13 [2020-07-17T16:26:13.830Z] === RUN   TestDiff
16:26:14 [2020-07-17T16:26:14.402Z] --- PASS: TestDiff (0.75s)
16:26:14 [2020-07-17T16:26:14.402Z] === RUN   TestExecWithCloseStdin
16:26:15 [2020-07-17T16:26:15.345Z] --- PASS: TestExecWithCloseStdin (0.87s)
16:26:15 [2020-07-17T16:26:15.345Z] === RUN   TestExec
16:26:16 [2020-07-17T16:26:16.288Z] --- PASS: TestExec (0.82s)
16:26:16 [2020-07-17T16:26:16.288Z] === RUN   TestExecUser
16:26:17 [2020-07-17T16:26:17.230Z] --- PASS: TestExecUser (0.86s)
16:26:17 [2020-07-17T16:26:17.230Z] === RUN   TestExportContainerAndImportImage
16:26:17 [2020-07-17T16:26:17.350Z] 4612f6d0b889: Verifying Checksum
16:26:17 [2020-07-17T16:26:17.350Z] 4612f6d0b889: Download complete
16:26:17 [2020-07-17T16:26:17.375Z] === RUN   TestInspectNetwork/full_network_id
16:26:17 [2020-07-17T16:26:17.375Z] === RUN   TestInspectNetwork/partial_network_id
16:26:17 [2020-07-17T16:26:17.375Z] === RUN   TestInspectNetwork/network_name
16:26:17 [2020-07-17T16:26:17.375Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:26:18 [2020-07-17T16:26:18.173Z] --- PASS: TestExportContainerAndImportImage (1.06s)
16:26:18 [2020-07-17T16:26:18.173Z] === RUN   TestExportContainerAfterDaemonRestart
16:26:20 [2020-07-17T16:26:20.088Z] --- PASS: TestExportContainerAfterDaemonRestart (2.00s)
16:26:20 [2020-07-17T16:26:20.088Z] === RUN   TestHealthCheckWorkdir
16:26:21 [2020-07-17T16:26:21.473Z] --- PASS: TestHealthCheckWorkdir (1.08s)
16:26:21 [2020-07-17T16:26:21.473Z] === RUN   TestHealthKillContainer
16:26:22 [2020-07-17T16:26:22.771Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
16:26:22 [2020-07-17T16:26:22.771Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
16:26:22 [2020-07-17T16:26:22.771Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
16:26:22 [2020-07-17T16:26:22.771Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
16:26:22 [2020-07-17T16:26:22.957Z] --- PASS: TestInspectNetwork (10.72s)
16:26:22 [2020-07-17T16:26:22.957Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:26:22 [2020-07-17T16:26:22.957Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:26:22 [2020-07-17T16:26:22.957Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:26:22 [2020-07-17T16:26:22.957Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:26:22 [2020-07-17T16:26:22.957Z] === RUN   TestRunContainerWithBridgeNone
16:26:24 [2020-07-17T16:26:24.018Z] --- PASS: TestHealthKillContainer (2.86s)
16:26:24 [2020-07-17T16:26:24.018Z] === RUN   TestInspectCpusetInConfigPre120
16:26:24 [2020-07-17T16:26:24.149Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
16:26:24 [2020-07-17T16:26:24.149Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
16:26:24 [2020-07-17T16:26:24.149Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
16:26:24 [2020-07-17T16:26:24.960Z] --- PASS: TestInspectCpusetInConfigPre120 (0.79s)
16:26:24 [2020-07-17T16:26:24.960Z] === RUN   TestIpcModeNone
16:26:25 [2020-07-17T16:26:25.033Z] --- PASS: TestRunContainerWithBridgeNone (2.33s)
16:26:25 [2020-07-17T16:26:25.033Z] === RUN   TestNetworkInvalidJSON
16:26:25 [2020-07-17T16:26:25.033Z] === RUN   TestNetworkInvalidJSON//networks/create
16:26:25 [2020-07-17T16:26:25.033Z] === PAUSE TestNetworkInvalidJSON//networks/create
16:26:25 [2020-07-17T16:26:25.033Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
16:26:25 [2020-07-17T16:26:25.033Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
16:26:25 [2020-07-17T16:26:25.033Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
16:26:25 [2020-07-17T16:26:25.033Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
16:26:25 [2020-07-17T16:26:25.033Z] === CONT  TestNetworkInvalidJSON//networks/create
16:26:25 [2020-07-17T16:26:25.033Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
16:26:25 [2020-07-17T16:26:25.033Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
16:26:25 [2020-07-17T16:26:25.033Z] --- PASS: TestNetworkInvalidJSON (0.01s)
16:26:25 [2020-07-17T16:26:25.033Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
16:26:25 [2020-07-17T16:26:25.033Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
16:26:25 [2020-07-17T16:26:25.033Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
16:26:25 [2020-07-17T16:26:25.033Z] === RUN   TestHostIPv4BridgeLabel
16:26:25 [2020-07-17T16:26:25.326Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
16:26:25 [2020-07-17T16:26:25.326Z] === RUN   TestDaemonRestartWithLiveRestore
16:26:25 [2020-07-17T16:26:25.903Z] --- PASS: TestIpcModeNone (0.85s)
16:26:25 [2020-07-17T16:26:25.903Z] === RUN   TestIpcModePrivate
16:26:26 [2020-07-17T16:26:26.366Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
16:26:26 [2020-07-17T16:26:26.366Z] === RUN   TestDaemonDefaultNetworkPools
16:26:26 [2020-07-17T16:26:26.475Z] --- PASS: TestIpcModePrivate (0.80s)
16:26:26 [2020-07-17T16:26:26.476Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
16:26:26 [2020-07-17T16:26:26.476Z] === RUN   TestIpcModeShareable
16:26:27 [2020-07-17T16:26:27.003Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s)
16:26:27 [2020-07-17T16:26:27.003Z] === RUN   TestDaemonRestartWithExistingNetwork
16:26:27 [2020-07-17T16:26:27.419Z] --- PASS: TestIpcModeShareable (0.88s)
16:26:27 [2020-07-17T16:26:27.419Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
16:26:27 [2020-07-17T16:26:27.419Z] === RUN   TestAPIIpcModeShareableAndContainer
16:26:28 [2020-07-17T16:26:28.517Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s)
16:26:28 [2020-07-17T16:26:28.517Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:26:29 [2020-07-17T16:26:29.559Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
16:26:29 [2020-07-17T16:26:29.559Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:26:29 [2020-07-17T16:26:29.967Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.67s)
16:26:29 [2020-07-17T16:26:29.967Z] === RUN   TestAPIIpcModeHost
16:26:30 [2020-07-17T16:26:30.230Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s)
16:26:30 [2020-07-17T16:26:30.230Z] === RUN   TestServiceWithPredefinedNetwork
16:26:30 [2020-07-17T16:26:30.909Z] --- PASS: TestAPIIpcModeHost (0.66s)
16:26:30 [2020-07-17T16:26:30.909Z] === RUN   TestDaemonIpcModeShareable
16:26:32 [2020-07-17T16:26:32.274Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
16:26:32 [2020-07-17T16:26:32.274Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
16:26:32 [2020-07-17T16:26:32.823Z] --- PASS: TestDaemonIpcModeShareable (1.75s)
16:26:32 [2020-07-17T16:26:32.823Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
16:26:32 [2020-07-17T16:26:32.823Z] === RUN   TestDaemonIpcModePrivate
16:26:33 [2020-07-17T16:26:33.212Z] === RUN   TestDockerSuite/TestBuildExpose
16:26:33 [2020-07-17T16:26:33.471Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
16:26:33 [2020-07-17T16:26:33.768Z] --- PASS: TestServiceWithPredefinedNetwork (3.60s)
16:26:33 [2020-07-17T16:26:33.768Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:26:33 [2020-07-17T16:26:33.768Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:26:33 [2020-07-17T16:26:33.768Z]     service_test.go:236: FLAKY_TEST
16:26:33 [2020-07-17T16:26:33.768Z] === RUN   TestServiceWithDataPathPortInit
16:26:34 [2020-07-17T16:26:34.208Z] --- PASS: TestDaemonIpcModePrivate (1.80s)
16:26:34 [2020-07-17T16:26:34.208Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
16:26:34 [2020-07-17T16:26:34.208Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:26:34 [2020-07-17T16:26:34.409Z] === RUN   TestDockerSuite/TestBuildExposeOrder
16:26:34 [2020-07-17T16:26:34.977Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
16:26:35 [2020-07-17T16:26:35.238Z] === RUN   TestDockerSuite/TestBuildFails
16:26:35 [2020-07-17T16:26:35.809Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
16:26:35 [2020-07-17T16:26:35.809Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
16:26:36 [2020-07-17T16:26:36.125Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s)
16:26:36 [2020-07-17T16:26:36.125Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
16:26:36 [2020-07-17T16:26:36.125Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:26:37 [2020-07-17T16:26:37.716Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
16:26:38 [2020-07-17T16:26:38.041Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s)
16:26:38 [2020-07-17T16:26:38.041Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
16:26:38 [2020-07-17T16:26:38.041Z] === RUN   TestIpcModeOlderClient
16:26:38 [2020-07-17T16:26:38.041Z] === PAUSE TestIpcModeOlderClient
16:26:38 [2020-07-17T16:26:38.041Z] === RUN   TestKillContainerInvalidSignal
16:26:38 [2020-07-17T16:26:38.613Z] --- PASS: TestKillContainerInvalidSignal (0.74s)
16:26:38 [2020-07-17T16:26:38.613Z] === RUN   TestKillContainer
16:26:38 [2020-07-17T16:26:38.613Z] === RUN   TestKillContainer/no_signal
16:26:39 [2020-07-17T16:26:39.184Z] === RUN   TestKillContainer/non_killing_signal
16:26:39 [2020-07-17T16:26:39.623Z] === RUN   TestDockerSuite/TestBuildForceRm
16:26:39 [2020-07-17T16:26:39.756Z] === RUN   TestKillContainer/killing_signal
16:26:41 [2020-07-17T16:26:41.003Z] === RUN   TestDockerSuite/TestBuildFromGit
16:26:41 [2020-07-17T16:26:41.144Z] --- PASS: TestKillContainer (2.31s)
16:26:41 [2020-07-17T16:26:41.144Z]     --- PASS: TestKillContainer/no_signal (0.75s)
16:26:41 [2020-07-17T16:26:41.144Z]     --- PASS: TestKillContainer/non_killing_signal (0.52s)
16:26:41 [2020-07-17T16:26:41.144Z]     --- PASS: TestKillContainer/killing_signal (0.74s)
16:26:41 [2020-07-17T16:26:41.144Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:26:41 [2020-07-17T16:26:41.144Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:26:41 [2020-07-17T16:26:41.162Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
16:26:41 [2020-07-17T16:26:41.162Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
16:26:41 [2020-07-17T16:26:41.420Z] remote: Enumerating objects: 2, done.
16:26:41 [2020-07-17T16:26:41.420Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
16:26:41 [2020-07-17T16:26:41.420Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
16:26:41 [2020-07-17T16:26:41.420Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
16:26:41 [2020-07-17T16:26:41.420Z] Unpacking objects:   4% (1/23)   
Unpacking objects:   8% (2/23)   
Unpacking objects:  13% (3/23)   
Unpacking objects:  17% (4/23)   
Unpacking objects:  21% (5/23)   
Unpacking objects:  26% (6/23)   
Unpacking objects:  30% (7/23)   
Unpacking objects:  34% (8/23)   
Unpacking objects:  39% (9/23)   
Unpacking objects:  43% (10/23)   
Unpacking objects:  47% (11/23)   
Unpacking objects:  52% (12/23)   
Unpacking objects:  56% (13/23)   
Unpacking objects:  60% (14/23)   
Unpacking objects:  65% (15/23)   
Unpacking objects:  69% (16/23)   
Unpacking objects:  73% (17/23)   
Unpacking objects:  78% (18/23)   
Unpacking objects:  82% (19/23)   
Unpacking objects:  86% (20/23)   
Unpacking objects:  91% (21/23)   
Unpacking objects:  95% (22/23)   
Unpacking objects: 100% (23/23)   
Unpacking objects: 100% (23/23), done.
16:26:41 [2020-07-17T16:26:41.420Z] Building: bundles/cross/windows/amd64/containerutility.exe
16:26:41 [2020-07-17T16:26:41.717Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:26:42 [2020-07-17T16:26:42.289Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.53s)
16:26:42 [2020-07-17T16:26:42.289Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.72s)
16:26:42 [2020-07-17T16:26:42.289Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
16:26:42 [2020-07-17T16:26:42.289Z] === RUN   TestKillStoppedContainer
16:26:42 [2020-07-17T16:26:42.383Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
16:26:42 [2020-07-17T16:26:42.550Z] --- PASS: TestKillStoppedContainer (0.10s)
16:26:42 [2020-07-17T16:26:42.550Z] === RUN   TestKillStoppedContainerAPIPre120
16:26:42 [2020-07-17T16:26:42.550Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s)
16:26:42 [2020-07-17T16:26:42.550Z] === RUN   TestKillDifferentUserContainer
16:26:42 [2020-07-17T16:26:42.651Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
16:26:43 [2020-07-17T16:26:43.493Z] --- PASS: TestKillDifferentUserContainer (0.80s)
16:26:43 [2020-07-17T16:26:43.493Z] === RUN   TestInspectOomKilledTrue
16:26:43 [2020-07-17T16:26:43.493Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
16:26:43 [2020-07-17T16:26:43.493Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:26:43 [2020-07-17T16:26:43.493Z] === RUN   TestInspectOomKilledFalse
16:26:43 [2020-07-17T16:26:43.493Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
16:26:43 [2020-07-17T16:26:43.493Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:26:43 [2020-07-17T16:26:43.493Z] === RUN   TestLinksEtcHostsContentMatch
16:26:43 [2020-07-17T16:26:43.590Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
16:26:44 [2020-07-17T16:26:44.066Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s)
16:26:44 [2020-07-17T16:26:44.066Z] === RUN   TestLinksContainerNames
16:26:45 [2020-07-17T16:26:45.452Z] --- PASS: TestLinksContainerNames (1.48s)
16:26:45 [2020-07-17T16:26:45.452Z] === RUN   TestLogsFollowTailEmpty
16:26:45 [2020-07-17T16:26:45.499Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
16:26:46 [2020-07-17T16:26:46.395Z] --- PASS: TestLogsFollowTailEmpty (0.76s)
16:26:46 [2020-07-17T16:26:46.395Z] === RUN   TestContainerNetworkMountsNoChown
16:26:46 [2020-07-17T16:26:46.438Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
16:26:46 [2020-07-17T16:26:46.702Z] 
16:26:46 [2020-07-17T16:26:46.967Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s)
16:26:46 [2020-07-17T16:26:46.967Z] === RUN   TestMountDaemonRoot
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
16:26:47 [2020-07-17T16:26:47.006Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
[Pipeline] sh
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/default
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/default
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/private
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/private
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rprivate
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rprivate
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/slave
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/slave
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rslave
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rslave
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/shared
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/shared
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rshared
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rshared
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/default
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/default/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/default/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/rslave
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/slave
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/shared
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/private
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/private/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/private/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/rshared
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/rprivate
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/default/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/default/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/private/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:26:47 [2020-07-17T16:26:47.229Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:26:47 [2020-07-17T16:26:47.305Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/test/unit
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/private/mount_root
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:26:47 [2020-07-17T16:26:47.489Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:26:47 [2020-07-17T16:26:47.489Z] --- PASS: TestMountDaemonRoot (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.09s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
16:26:47 [2020-07-17T16:26:47.489Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s)
16:26:47 [2020-07-17T16:26:47.489Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
16:26:47 [2020-07-17T16:26:47.489Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
16:26:47 [2020-07-17T16:26:47.489Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s)
16:26:47 [2020-07-17T16:26:47.489Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s)
16:26:47 [2020-07-17T16:26:47.489Z] === RUN   TestContainerBindMountNonRecursive
16:26:48 [2020-07-17T16:26:48.912Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
16:26:49 [2020-07-17T16:26:49.848Z] ?   	github.com/docker/docker/api	[no test files]
16:26:50 [2020-07-17T16:26:50.037Z] --- PASS: TestContainerBindMountNonRecursive (2.10s)
16:26:50 [2020-07-17T16:26:50.037Z] === RUN   TestNetworkNat
16:26:50 [2020-07-17T16:26:50.292Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
16:26:50 [2020-07-17T16:26:50.608Z] --- PASS: TestNetworkNat (0.84s)
16:26:50 [2020-07-17T16:26:50.608Z] === RUN   TestNetworkLocalhostTCPNat
16:26:51 [2020-07-17T16:26:51.556Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s)
16:26:51 [2020-07-17T16:26:51.556Z] === RUN   TestNetworkLoopbackNat
16:26:51 [2020-07-17T16:26:51.672Z] === RUN   TestDockerSuite/TestBuildHistory
16:26:52 [2020-07-17T16:26:52.613Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
16:26:53 [2020-07-17T16:26:53.553Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
16:26:54 [2020-07-17T16:26:54.862Z] --- PASS: TestNetworkLoopbackNat (3.17s)
16:26:54 [2020-07-17T16:26:54.862Z] === RUN   TestPause
16:26:55 [2020-07-17T16:26:55.435Z] --- PASS: TestPause (0.83s)
16:26:55 [2020-07-17T16:26:55.435Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:26:55 [2020-07-17T16:26:55.435Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:26:55 [2020-07-17T16:26:55.435Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:26:55 [2020-07-17T16:26:55.435Z] === RUN   TestPauseStopPausedContainer
16:26:56 [2020-07-17T16:26:56.095Z] === RUN   TestDockerSuite/TestBuildIidFile
16:26:56 [2020-07-17T16:26:56.254Z] --- PASS: TestServiceWithDataPathPortInit (20.10s)
16:26:56 [2020-07-17T16:26:56.254Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:26:56 [2020-07-17T16:26:56.377Z] --- PASS: TestPauseStopPausedContainer (0.79s)
16:26:56 [2020-07-17T16:26:56.378Z] === RUN   TestPsFilter
16:26:56 [2020-07-17T16:26:56.378Z] --- PASS: TestPsFilter (0.26s)
16:26:56 [2020-07-17T16:26:56.378Z] === RUN   TestRemoveContainerWithRemovedVolume
16:26:57 [2020-07-17T16:26:57.035Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
16:26:57 [2020-07-17T16:26:57.035Z] === RUN   TestDockerSuite/TestBuildInheritance
16:26:57 [2020-07-17T16:26:57.320Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s)
16:26:57 [2020-07-17T16:26:57.320Z] === RUN   TestRemoveContainerWithVolume
16:26:57 [2020-07-17T16:26:57.604Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
16:26:57 [2020-07-17T16:26:57.892Z] --- PASS: TestRemoveContainerWithVolume (0.73s)
16:26:57 [2020-07-17T16:26:57.892Z] === RUN   TestRemoveContainerRunning
16:26:58 [2020-07-17T16:26:58.174Z] === RUN   TestDockerSuite/TestBuildInvalidTag
16:26:58 [2020-07-17T16:26:58.174Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
16:26:58 [2020-07-17T16:26:58.835Z] --- PASS: TestRemoveContainerRunning (0.76s)
16:26:58 [2020-07-17T16:26:58.835Z] === RUN   TestRemoveContainerForceRemoveRunning
16:26:59 [2020-07-17T16:26:59.114Z] === RUN   TestDockerSuite/TestBuildLabel
16:26:59 [2020-07-17T16:26:59.407Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.80s)
16:26:59 [2020-07-17T16:26:59.407Z] === RUN   TestRemoveInvalidContainer
16:26:59 [2020-07-17T16:26:59.407Z] --- PASS: TestRemoveInvalidContainer (0.03s)
16:26:59 [2020-07-17T16:26:59.407Z] === RUN   TestRenameLinkedContainer
16:26:59 [2020-07-17T16:26:59.683Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
16:26:59 [2020-07-17T16:26:59.942Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
16:27:00 [2020-07-17T16:27:00.512Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
16:27:00 [2020-07-17T16:27:00.771Z] === RUN   TestDockerSuite/TestBuildLabels
16:27:01 [2020-07-17T16:27:01.032Z] === RUN   TestDockerSuite/TestBuildLabelsCache
16:27:02 [2020-07-17T16:27:02.412Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
16:27:02 [2020-07-17T16:27:02.710Z] --- PASS: TestRenameLinkedContainer (3.09s)
16:27:02 [2020-07-17T16:27:02.710Z] === RUN   TestRenameStoppedContainer
16:27:03 [2020-07-17T16:27:03.282Z] --- PASS: TestRenameStoppedContainer (0.77s)
16:27:03 [2020-07-17T16:27:03.282Z] === RUN   TestRenameRunningContainerAndReuse
16:27:04 [2020-07-17T16:27:04.742Z] ok  	github.com/docker/docker/api/server	0.006s	coverage: 9.0% of statements
16:27:04 [2020-07-17T16:27:04.753Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.97s)
16:27:04 [2020-07-17T16:27:04.754Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l2xn0z0gf9ouiomntaldjbgtw Created:2020-07-17 16:26:55.258699854 +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[e852135f4a29fcd8fe6a7928322e01a1a86cacab7e0877490cf5865d430fbafc:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pc449tyc505o4vy9mf5owyqbq EndpointID:ea4d76ed41f8deab244b756d9b4a669dbd402b2a5ecf46d8059f554c5f8e61f8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:cb776c1d6cc6ea3a39640a8ede0e1b3f4842ef3376b77a3ab213e97f78c2317f 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:0249fcc6c814 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pc449tyc505o4vy9mf5owyqbq EndpointID:ea4d76ed41f8deab244b756d9b4a669dbd402b2a5ecf46d8059f554c5f8e61f8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:27:04 [2020-07-17T16:27:04.754Z] PASS
16:27:04 [2020-07-17T16:27:04.754Z] 
16:27:04 [2020-07-17T16:27:04.754Z] === Skipped
16:27:04 [2020-07-17T16:27:04.754Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:27:04 [2020-07-17T16:27:04.754Z]     service_test.go:236: FLAKY_TEST
16:27:04 [2020-07-17T16:27:04.754Z] 
16:27:04 [2020-07-17T16:27:04.754Z] 
16:27:04 [2020-07-17T16:27:04.754Z] DONE 23 tests, 1 skipped in 55.420s
16:27:04 [2020-07-17T16:27:04.754Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:27:04 [2020-07-17T16:27:04.754Z] ++ 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
16:27:04 [2020-07-17T16:27:04.754Z] ++ set -e
16:27:04 [2020-07-17T16:27:04.754Z] ++ '[' -n 0 ']'
16:27:04 [2020-07-17T16:27:04.754Z] ++ set -x
16:27:04 [2020-07-17T16:27:04.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:27:04 [2020-07-17T16:27:04.754Z] INFO: Testing against a local daemon
16:27:04 [2020-07-17T16:27:04.754Z] === RUN   TestDockerNetworkIpvlanPersistance
16:27:04 [2020-07-17T16:27:04.754Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:27:04 [2020-07-17T16:27:04.754Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:27:04 [2020-07-17T16:27:04.754Z] === RUN   TestDockerNetworkIpvlan
16:27:04 [2020-07-17T16:27:04.754Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:27:04 [2020-07-17T16:27:04.754Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:27:04 [2020-07-17T16:27:04.754Z] PASS
16:27:04 [2020-07-17T16:27:04.754Z] 
16:27:04 [2020-07-17T16:27:04.754Z] === Skipped
16:27:04 [2020-07-17T16:27:04.754Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:27:04 [2020-07-17T16:27:04.754Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:27:04 [2020-07-17T16:27:04.754Z] 
16:27:04 [2020-07-17T16:27:04.754Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:27:04 [2020-07-17T16:27:04.754Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:27:04 [2020-07-17T16:27:04.754Z] 
16:27:04 [2020-07-17T16:27:04.754Z] 
16:27:04 [2020-07-17T16:27:04.754Z] DONE 2 tests, 2 skipped in 0.093s
16:27:04 [2020-07-17T16:27:04.754Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:27:04 [2020-07-17T16:27:04.754Z] ++ 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
16:27:04 [2020-07-17T16:27:04.754Z] ++ set -e
16:27:04 [2020-07-17T16:27:04.754Z] ++ '[' -n 0 ']'
16:27:04 [2020-07-17T16:27:04.754Z] ++ set -x
16:27:04 [2020-07-17T16:27:04.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:27:04 [2020-07-17T16:27:04.754Z] INFO: Testing against a local daemon
16:27:04 [2020-07-17T16:27:04.754Z] === RUN   TestDockerNetworkMacvlanPersistance
16:27:04 [2020-07-17T16:27:04.953Z] === RUN   TestDockerSuite/TestBuildLastModified
16:27:05 [2020-07-17T16:27:05.198Z] --- PASS: TestRenameRunningContainerAndReuse (1.50s)
16:27:05 [2020-07-17T16:27:05.198Z] === RUN   TestRenameInvalidName
16:27:05 [2020-07-17T16:27:05.769Z] --- PASS: TestRenameInvalidName (0.74s)
16:27:05 [2020-07-17T16:27:05.769Z] === RUN   TestRenameAnonymousContainer
16:27:05 [2020-07-17T16:27:05.793Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.54s)
16:27:05 [2020-07-17T16:27:05.793Z] === RUN   TestDockerNetworkMacvlan
16:27:06 [2020-07-17T16:27:06.429Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:27:07 [2020-07-17T16:27:07.512Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:27:08 [2020-07-17T16:27:08.551Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:27:09 [2020-07-17T16:27:09.977Z] --- PASS: TestRenameAnonymousContainer (4.00s)
16:27:09 [2020-07-17T16:27:09.977Z] === RUN   TestRenameContainerWithSameName
16:27:10 [2020-07-17T16:27:10.248Z] === RUN   TestDockerSuite/TestBuildLineBreak
16:27:10 [2020-07-17T16:27:10.547Z] --- PASS: TestRenameContainerWithSameName (0.79s)
16:27:10 [2020-07-17T16:27:10.547Z] === RUN   TestRenameContainerWithLinkedContainer
16:27:11 [2020-07-17T16:27:11.932Z] --- PASS: TestRenameContainerWithLinkedContainer (1.55s)
16:27:11 [2020-07-17T16:27:11.932Z] === RUN   TestResize
16:27:12 [2020-07-17T16:27:12.078Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:27:12 [2020-07-17T16:27:12.785Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
16:27:12 [2020-07-17T16:27:12.786Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
16:27:12 [2020-07-17T16:27:12.786Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
16:27:12 [2020-07-17T16:27:12.786Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
16:27:12 [2020-07-17T16:27:12.874Z] --- PASS: TestResize (0.79s)
16:27:12 [2020-07-17T16:27:12.874Z] === RUN   TestResizeWithInvalidSize
16:27:13 [2020-07-17T16:27:13.046Z] === RUN   TestDockerSuite/TestBuildMaintainer
16:27:13 [2020-07-17T16:27:13.306Z] === RUN   TestDockerSuite/TestBuildMissingArgs
16:27:13 [2020-07-17T16:27:13.450Z] --- PASS: TestResizeWithInvalidSize (0.82s)
16:27:13 [2020-07-17T16:27:13.450Z] === RUN   TestResizeWhenContainerNotStarted
16:27:14 [2020-07-17T16:27:14.394Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s)
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:27:14 [2020-07-17T16:27:14.394Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:27:15 [2020-07-17T16:27:15.214Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
16:27:16 [2020-07-17T16:27:16.309Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:27:16 [2020-07-17T16:27:16.309Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:27:16 [2020-07-17T16:27:16.554Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:27:16 [2020-07-17T16:27:16.593Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
16:27:17 [2020-07-17T16:27:17.255Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:27:17 [2020-07-17T16:27:17.255Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:27:18 [2020-07-17T16:27:18.647Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:27:18 [2020-07-17T16:27:18.647Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:27:19 [2020-07-17T16:27:19.220Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:27:19 [2020-07-17T16:27:19.888Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
16:27:19 [2020-07-17T16:27:19.888Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
16:27:20 [2020-07-17T16:27:20.166Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:27:20 [2020-07-17T16:27:20.459Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
16:27:22 [2020-07-17T16:27:22.717Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.74s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.71s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.56s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.59s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.24s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.50s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.49s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.41s)
16:27:22 [2020-07-17T16:27:22.717Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.31s)
16:27:22 [2020-07-17T16:27:22.717Z] === RUN   TestCgroupNamespacesRun
16:27:23 [2020-07-17T16:27:23.465Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:27:24 [2020-07-17T16:27:24.632Z] --- PASS: TestCgroupNamespacesRun (1.72s)
16:27:24 [2020-07-17T16:27:24.633Z] === RUN   TestCgroupNamespacesRunPrivileged
16:27:24 [2020-07-17T16:27:24.979Z] --- PASS: TestDockerNetworkMacvlan (19.34s)
16:27:24 [2020-07-17T16:27:24.979Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
16:27:24 [2020-07-17T16:27:24.979Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
16:27:24 [2020-07-17T16:27:24.979Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.38s)
16:27:24 [2020-07-17T16:27:24.979Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.48s)
16:27:24 [2020-07-17T16:27:24.979Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.28s)
16:27:24 [2020-07-17T16:27:24.979Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.44s)
16:27:24 [2020-07-17T16:27:24.979Z] PASS
16:27:24 [2020-07-17T16:27:24.979Z] 
16:27:24 [2020-07-17T16:27:24.979Z] DONE 8 tests in 20.968s
16:27:24 [2020-07-17T16:27:24.979Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
16:27:24 [2020-07-17T16:27:24.979Z] ++ 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
16:27:24 [2020-07-17T16:27:24.979Z] ++ set -e
16:27:24 [2020-07-17T16:27:24.979Z] ++ '[' -n 0 ']'
16:27:24 [2020-07-17T16:27:24.979Z] ++ set -x
16:27:24 [2020-07-17T16:27:24.979Z] ++ env -i DEST=/go/src/github.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
16:27:24 [2020-07-17T16:27:24.979Z] testing: warning: no tests to run
16:27:24 [2020-07-17T16:27:24.979Z] PASS
16:27:24 [2020-07-17T16:27:24.979Z] 
16:27:24 [2020-07-17T16:27:24.979Z] DONE 0 tests in 0.016s
16:27:24 [2020-07-17T16:27:24.979Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:27:24 [2020-07-17T16:27:24.979Z] ++ 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
16:27:24 [2020-07-17T16:27:24.979Z] ++ set -e
16:27:24 [2020-07-17T16:27:24.979Z] ++ '[' -n 0 ']'
16:27:24 [2020-07-17T16:27:24.979Z] ++ set -x
16:27:24 [2020-07-17T16:27:24.979Z] ++ env -i DEST=/go/src/github.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
16:27:24 [2020-07-17T16:27:24.979Z] INFO: Testing against a local daemon
16:27:24 [2020-07-17T16:27:24.979Z] === RUN   TestAuthZPluginAllowRequest
16:27:26 [2020-07-17T16:27:26.018Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s)
16:27:26 [2020-07-17T16:27:26.018Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:27:27 [2020-07-17T16:27:27.033Z] --- PASS: TestImportExtremelyLargeImageWorks (200.31s)
16:27:27 [2020-07-17T16:27:27.033Z] PASS
16:27:27 [2020-07-17T16:27:27.033Z] 
16:27:27 [2020-07-17T16:27:27.033Z] DONE 12 tests in 203.659s
16:27:27 [2020-07-17T16:27:27.033Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
16:27:27 [2020-07-17T16:27:27.033Z] ++ 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
16:27:27 [2020-07-17T16:27:27.033Z] ++ set -e
16:27:27 [2020-07-17T16:27:27.033Z] ++ '[' -n 0 ']'
16:27:27 [2020-07-17T16:27:27.033Z] ++ set -x
16:27:27 [2020-07-17T16:27:27.033Z] ++ env -i DEST=/go/src/github.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
16:27:27 [2020-07-17T16:27:27.052Z] --- PASS: TestAuthZPluginAllowRequest (1.72s)
16:27:27 [2020-07-17T16:27:27.052Z] === RUN   TestAuthZPluginTLS
16:27:27 [2020-07-17T16:27:27.293Z] INFO: Testing against a local daemon
16:27:27 [2020-07-17T16:27:27.293Z] === RUN   TestNetworkCreateDelete
16:27:27 [2020-07-17T16:27:27.345Z] --- PASS: TestAuthZPluginTLS (0.54s)
16:27:27 [2020-07-17T16:27:27.345Z] === RUN   TestAuthZPluginDenyRequest
16:27:27 [2020-07-17T16:27:27.554Z] --- PASS: TestNetworkCreateDelete (0.17s)
16:27:27 [2020-07-17T16:27:27.554Z] === RUN   TestDockerNetworkDeletePreferID
16:27:27 [2020-07-17T16:27:27.930Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.79s)
16:27:27 [2020-07-17T16:27:27.930Z] === RUN   TestCgroupNamespacesRunHostMode
16:27:28 [2020-07-17T16:27:28.025Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
16:27:28 [2020-07-17T16:27:28.025Z] === RUN   TestAuthZPluginAPIDenyResponse
16:27:28 [2020-07-17T16:27:28.123Z] --- PASS: TestDockerNetworkDeletePreferID (0.52s)
16:27:28 [2020-07-17T16:27:28.123Z] === RUN   TestDaemonDNSFallback
16:27:28 [2020-07-17T16:27:28.318Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
16:27:28 [2020-07-17T16:27:28.318Z] === RUN   TestAuthZPluginDenyResponse
16:27:28 [2020-07-17T16:27:28.691Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
16:27:28 [2020-07-17T16:27:28.955Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
16:27:28 [2020-07-17T16:27:28.955Z] === RUN   TestAuthZPluginAllowEventStream
16:27:29 [2020-07-17T16:27:29.845Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s)
16:27:29 [2020-07-17T16:27:29.845Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:27:31 [2020-07-17T16:27:31.030Z] --- PASS: TestAuthZPluginAllowEventStream (1.73s)
16:27:31 [2020-07-17T16:27:31.030Z] === RUN   TestAuthZPluginErrorResponse
16:27:31 [2020-07-17T16:27:31.230Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
16:27:31 [2020-07-17T16:27:31.231Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.78s)
16:27:31 [2020-07-17T16:27:31.231Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
16:27:31 [2020-07-17T16:27:31.327Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
16:27:31 [2020-07-17T16:27:31.327Z] === RUN   TestAuthZPluginErrorRequest
16:27:31 [2020-07-17T16:27:31.620Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
16:27:31 [2020-07-17T16:27:31.620Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:27:31 [2020-07-17T16:27:31.865Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
16:27:32 [2020-07-17T16:27:32.257Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
16:27:32 [2020-07-17T16:27:32.257Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:27:33 [2020-07-17T16:27:33.205Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.75s)
16:27:33 [2020-07-17T16:27:33.205Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:27:33 [2020-07-17T16:27:33.245Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
16:27:33 [2020-07-17T16:27:33.245Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
16:27:34 [2020-07-17T16:27:34.148Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s)
16:27:34 [2020-07-17T16:27:34.148Z] === RUN   TestCgroupNamespacesRunOlderClient
16:27:34 [2020-07-17T16:27:34.331Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s)
16:27:34 [2020-07-17T16:27:34.331Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:27:34 [2020-07-17T16:27:34.624Z] --- PASS: TestDaemonDNSFallback (6.61s)
16:27:34 [2020-07-17T16:27:34.624Z] === RUN   TestInspectNetwork
16:27:36 [2020-07-17T16:27:36.003Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
16:27:36 [2020-07-17T16:27:36.063Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.80s)
16:27:36 [2020-07-17T16:27:36.063Z] === RUN   TestKernelTCPMemory
16:27:36 [2020-07-17T16:27:36.581Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
16:27:36 [2020-07-17T16:27:36.635Z] --- PASS: TestKernelTCPMemory (0.87s)
16:27:36 [2020-07-17T16:27:36.635Z] === RUN   TestNISDomainname
16:27:37 [2020-07-17T16:27:37.071Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.21s)
16:27:37 [2020-07-17T16:27:37.071Z] === RUN   TestAuthZPluginHeader
16:27:37 [2020-07-17T16:27:37.578Z] --- PASS: TestNISDomainname (0.94s)
16:27:37 [2020-07-17T16:27:37.578Z] === RUN   TestHostnameDnsResolution
16:27:37 [2020-07-17T16:27:37.708Z] --- PASS: TestAuthZPluginHeader (0.84s)
16:27:37 [2020-07-17T16:27:37.708Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:27:37 [2020-07-17T16:27:37.708Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:27:37 [2020-07-17T16:27:37.708Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:37 [2020-07-17T16:27:37.708Z] === RUN   TestAuthZPluginV2Disable
16:27:37 [2020-07-17T16:27:37.708Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
16:27:37 [2020-07-17T16:27:37.708Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:37 [2020-07-17T16:27:37.708Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:27:37 [2020-07-17T16:27:37.708Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:27:37 [2020-07-17T16:27:37.708Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:37 [2020-07-17T16:27:37.708Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:27:37 [2020-07-17T16:27:37.708Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:27:37 [2020-07-17T16:27:37.708Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:37 [2020-07-17T16:27:37.708Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:27:37 [2020-07-17T16:27:37.803Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:27:37 [2020-07-17T16:27:37.803Z] 
16:27:37 [2020-07-17T16:27:37.803Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:27:37 [2020-07-17T16:27:37.803Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:27:37 [2020-07-17T16:27:37.803Z] HOSTNAME=3004fed063ba
16:27:37 [2020-07-17T16:27:37.803Z] TESTDEBUG=0
16:27:37 [2020-07-17T16:27:37.803Z] DEST=bundles/test-integration
16:27:37 [2020-07-17T16:27:37.803Z] PWD=/go/src/github.com/docker/docker
16:27:37 [2020-07-17T16:27:37.803Z] DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76
16:27:37 [2020-07-17T16:27:37.803Z] container=docker
16:27:37 [2020-07-17T16:27:37.803Z] HOME=/root
16:27:37 [2020-07-17T16:27:37.803Z] GOLANG_VERSION=1.13.13
16:27:37 [2020-07-17T16:27:37.803Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:27:37 [2020-07-17T16:27:37.803Z] VALIDATE_BRANCH=master
16:27:37 [2020-07-17T16:27:37.803Z] TERM=xterm
16:27:37 [2020-07-17T16:27:37.803Z] DOCKER_PKG=github.com/docker/docker
16:27:37 [2020-07-17T16:27:37.803Z] SHLVL=1
16:27:37 [2020-07-17T16:27:37.803Z] TIMEOUT=120m
16:27:37 [2020-07-17T16:27:37.803Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
16:27:37 [2020-07-17T16:27:37.803Z] DOCKER_GRAPHDRIVER=overlay2
16:27:37 [2020-07-17T16:27:37.803Z] GO111MODULE=off
16:27:37 [2020-07-17T16:27:37.803Z] DOCKER_EXPERIMENTAL=1
16:27:37 [2020-07-17T16:27:37.803Z] TEST_SKIP_INTEGRATION_CLI=1
16:27:37 [2020-07-17T16:27:37.803Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:27:37 [2020-07-17T16:27:37.803Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:27:37 [2020-07-17T16:27:37.803Z] GOPATH=/go
16:27:37 [2020-07-17T16:27:37.803Z] PKG_CONFIG=pkg-config
16:27:37 [2020-07-17T16:27:37.803Z] _=/usr/bin/env
16:27:37 [2020-07-17T16:27:37.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:27:38 [2020-07-17T16:27:38.487Z] === RUN   TestDockerSuite/TestBuildMultipleTags
16:27:38 [2020-07-17T16:27:38.746Z] === RUN   TestDockerSuite/TestBuildNetContainer
16:27:38 [2020-07-17T16:27:38.746Z] === RUN   TestInspectNetwork/full_network_id
16:27:38 [2020-07-17T16:27:38.746Z] === RUN   TestInspectNetwork/partial_network_id
16:27:38 [2020-07-17T16:27:38.746Z] === RUN   TestInspectNetwork/network_name
16:27:38 [2020-07-17T16:27:38.746Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:27:39 [2020-07-17T16:27:39.492Z] --- PASS: TestHostnameDnsResolution (1.68s)
16:27:39 [2020-07-17T16:27:39.492Z] === RUN   TestStats
16:27:39 [2020-07-17T16:27:39.683Z] === RUN   TestDockerSuite/TestBuildNetNone
16:27:40 [2020-07-17T16:27:40.251Z] === RUN   TestDockerSuite/TestBuildNoContext
16:27:40 [2020-07-17T16:27:40.821Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
16:27:41 [2020-07-17T16:27:41.389Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
16:27:42 [2020-07-17T16:27:42.035Z] --- PASS: TestStats (2.79s)
16:27:42 [2020-07-17T16:27:42.035Z] === RUN   TestStopContainerWithTimeout
16:27:42 [2020-07-17T16:27:42.296Z] === RUN   TestStopContainerWithTimeout/0
16:27:42 [2020-07-17T16:27:42.296Z] === PAUSE TestStopContainerWithTimeout/0
16:27:42 [2020-07-17T16:27:42.296Z] === RUN   TestStopContainerWithTimeout/1
16:27:42 [2020-07-17T16:27:42.296Z] === PAUSE TestStopContainerWithTimeout/1
16:27:42 [2020-07-17T16:27:42.296Z] === RUN   TestStopContainerWithTimeout/3
16:27:42 [2020-07-17T16:27:42.296Z] === PAUSE TestStopContainerWithTimeout/3
16:27:42 [2020-07-17T16:27:42.296Z] === RUN   TestStopContainerWithTimeout/-1
16:27:42 [2020-07-17T16:27:42.296Z] === PAUSE TestStopContainerWithTimeout/-1
16:27:42 [2020-07-17T16:27:42.296Z] === CONT  TestStopContainerWithTimeout/0
16:27:42 [2020-07-17T16:27:42.296Z] === CONT  TestStopContainerWithTimeout/1
16:27:42 [2020-07-17T16:27:42.296Z] === CONT  TestStopContainerWithTimeout/3
16:27:42 [2020-07-17T16:27:42.296Z] === CONT  TestStopContainerWithTimeout/-1
16:27:42 [2020-07-17T16:27:42.769Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
16:27:42 [2020-07-17T16:27:42.769Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
16:27:43 [2020-07-17T16:27:43.029Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
16:27:43 [2020-07-17T16:27:43.029Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
16:27:43 [2020-07-17T16:27:43.288Z] --- PASS: TestInspectNetwork (8.75s)
16:27:43 [2020-07-17T16:27:43.288Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:27:43 [2020-07-17T16:27:43.288Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:27:43 [2020-07-17T16:27:43.288Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:27:43 [2020-07-17T16:27:43.288Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:27:43 [2020-07-17T16:27:43.288Z] === RUN   TestRunContainerWithBridgeNone
16:27:43 [2020-07-17T16:27:43.549Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
16:27:43 [2020-07-17T16:27:43.809Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
16:27:44 [2020-07-17T16:27:44.749Z] === RUN   TestDockerSuite/TestBuildOnBuild
16:27:45 [2020-07-17T16:27:45.619Z] --- PASS: TestStopContainerWithTimeout (0.02s)
16:27:45 [2020-07-17T16:27:45.619Z]     --- PASS: TestStopContainerWithTimeout/0 (1.09s)
16:27:45 [2020-07-17T16:27:45.619Z]     --- PASS: TestStopContainerWithTimeout/1 (2.27s)
16:27:45 [2020-07-17T16:27:45.619Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.15s)
16:27:45 [2020-07-17T16:27:45.619Z]     --- PASS: TestStopContainerWithTimeout/3 (3.29s)
16:27:45 [2020-07-17T16:27:45.619Z] === RUN   TestDeleteDevicemapper
16:27:45 [2020-07-17T16:27:45.619Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:27:45 [2020-07-17T16:27:45.619Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:27:45 [2020-07-17T16:27:45.619Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:27:45 [2020-07-17T16:27:45.688Z] --- PASS: TestRunContainerWithBridgeNone (2.35s)
16:27:45 [2020-07-17T16:27:45.688Z] === RUN   TestNetworkInvalidJSON
16:27:45 [2020-07-17T16:27:45.688Z] === RUN   TestNetworkInvalidJSON//networks/create
16:27:45 [2020-07-17T16:27:45.688Z] === PAUSE TestNetworkInvalidJSON//networks/create
16:27:45 [2020-07-17T16:27:45.688Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
16:27:45 [2020-07-17T16:27:45.688Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
16:27:45 [2020-07-17T16:27:45.688Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
16:27:45 [2020-07-17T16:27:45.688Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
16:27:45 [2020-07-17T16:27:45.688Z] === CONT  TestNetworkInvalidJSON//networks/create
16:27:45 [2020-07-17T16:27:45.688Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
16:27:45 [2020-07-17T16:27:45.688Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
16:27:45 [2020-07-17T16:27:45.688Z] --- PASS: TestNetworkInvalidJSON (0.04s)
16:27:45 [2020-07-17T16:27:45.688Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
16:27:45 [2020-07-17T16:27:45.688Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
16:27:45 [2020-07-17T16:27:45.688Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
16:27:45 [2020-07-17T16:27:45.688Z] === RUN   TestHostIPv4BridgeLabel
16:27:46 [2020-07-17T16:27:46.258Z] --- PASS: TestHostIPv4BridgeLabel (0.61s)
16:27:46 [2020-07-17T16:27:46.258Z] === RUN   TestDaemonRestartWithLiveRestore
16:27:46 [2020-07-17T16:27:46.827Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
16:27:47 [2020-07-17T16:27:47.397Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s)
16:27:47 [2020-07-17T16:27:47.397Z] === RUN   TestDaemonDefaultNetworkPools
16:27:47 [2020-07-17T16:27:47.397Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
16:27:48 [2020-07-17T16:27:48.165Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.39s)
16:27:48 [2020-07-17T16:27:48.165Z] === RUN   TestUpdateMemory
16:27:48 [2020-07-17T16:27:48.165Z] --- SKIP: TestUpdateMemory (0.00s)
16:27:48 [2020-07-17T16:27:48.165Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
16:27:48 [2020-07-17T16:27:48.165Z] === RUN   TestUpdateCPUQuota
16:27:48 [2020-07-17T16:27:48.335Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
16:27:48 [2020-07-17T16:27:48.335Z] === RUN   TestDaemonRestartWithExistingNetwork
16:27:49 [2020-07-17T16:27:49.276Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
16:27:49 [2020-07-17T16:27:49.276Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:27:49 [2020-07-17T16:27:49.535Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
16:27:49 [2020-07-17T16:27:49.549Z] --- PASS: TestUpdateCPUQuota (1.39s)
16:27:49 [2020-07-17T16:27:49.549Z] === RUN   TestUpdatePidsLimit
16:27:49 [2020-07-17T16:27:49.549Z] === RUN   TestUpdatePidsLimit/update_from_none
16:27:49 [2020-07-17T16:27:49.549Z] === RUN   TestUpdatePidsLimit/no_change
16:27:50 [2020-07-17T16:27:50.121Z] === RUN   TestUpdatePidsLimit/update_lower
16:27:50 [2020-07-17T16:27:50.381Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:27:50 [2020-07-17T16:27:50.473Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
16:27:50 [2020-07-17T16:27:50.474Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
16:27:50 [2020-07-17T16:27:50.474Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:27:50 [2020-07-17T16:27:50.642Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:27:51 [2020-07-17T16:27:51.213Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:27:51 [2020-07-17T16:27:51.411Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s)
16:27:51 [2020-07-17T16:27:51.411Z] === RUN   TestServiceWithPredefinedNetwork
16:27:51 [2020-07-17T16:27:51.474Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:27:51 [2020-07-17T16:27:51.979Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
16:27:52 [2020-07-17T16:27:52.859Z] --- PASS: TestUpdatePidsLimit (3.56s)
16:27:52 [2020-07-17T16:27:52.859Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.37s)
16:27:52 [2020-07-17T16:27:52.859Z]     --- PASS: TestUpdatePidsLimit/no_change (0.39s)
16:27:52 [2020-07-17T16:27:52.859Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.36s)
16:27:52 [2020-07-17T16:27:52.859Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s)
16:27:52 [2020-07-17T16:27:52.859Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s)
16:27:52 [2020-07-17T16:27:52.859Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s)
16:27:52 [2020-07-17T16:27:52.859Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s)
16:27:52 [2020-07-17T16:27:52.859Z] === RUN   TestUpdateRestartPolicy
16:27:52 [2020-07-17T16:27:52.918Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
16:27:54 [2020-07-17T16:27:54.299Z] --- PASS: TestServiceWithPredefinedNetwork (2.92s)
16:27:54 [2020-07-17T16:27:54.299Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:27:54 [2020-07-17T16:27:54.299Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:27:54 [2020-07-17T16:27:54.299Z]     service_test.go:236: FLAKY_TEST
16:27:54 [2020-07-17T16:27:54.299Z] === RUN   TestServiceWithDataPathPortInit
16:27:54 [2020-07-17T16:27:54.299Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
16:27:54 [2020-07-17T16:27:54.558Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
16:27:56 [2020-07-17T16:27:56.335Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.33s)
16:27:56 [2020-07-17T16:27:56.335Z] PASS
16:27:56 [2020-07-17T16:27:56.335Z] 
16:27:56 [2020-07-17T16:27:56.335Z] === Skipped
16:27:56 [2020-07-17T16:27:56.335Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:27:56 [2020-07-17T16:27:56.335Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:56 [2020-07-17T16:27:56.335Z] 
16:27:56 [2020-07-17T16:27:56.335Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
16:27:56 [2020-07-17T16:27:56.335Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:56 [2020-07-17T16:27:56.335Z] 
16:27:56 [2020-07-17T16:27:56.335Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:27:56 [2020-07-17T16:27:56.335Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:56 [2020-07-17T16:27:56.335Z] 
16:27:56 [2020-07-17T16:27:56.335Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:27:56 [2020-07-17T16:27:56.335Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:27:56 [2020-07-17T16:27:56.335Z] 
16:27:56 [2020-07-17T16:27:56.335Z] 
16:27:56 [2020-07-17T16:27:56.335Z] DONE 17 tests, 4 skipped in 29.863s
16:27:56 [2020-07-17T16:27:56.335Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:27:56 [2020-07-17T16:27:56.335Z] ++ 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
16:27:56 [2020-07-17T16:27:56.335Z] ++ set -e
16:27:56 [2020-07-17T16:27:56.335Z] ++ '[' -n 0 ']'
16:27:56 [2020-07-17T16:27:56.335Z] ++ set -x
16:27:56 [2020-07-17T16:27:56.335Z] ++ env -i DEST=/go/src/github.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
16:27:56 [2020-07-17T16:27:56.335Z] INFO: Testing against a local daemon
16:27:56 [2020-07-17T16:27:56.335Z] === RUN   TestPluginInvalidJSON
16:27:56 [2020-07-17T16:27:56.335Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
16:27:56 [2020-07-17T16:27:56.335Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
16:27:56 [2020-07-17T16:27:56.335Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
16:27:56 [2020-07-17T16:27:56.335Z] --- PASS: TestPluginInvalidJSON (0.02s)
16:27:56 [2020-07-17T16:27:56.335Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
16:27:56 [2020-07-17T16:27:56.335Z] === RUN   TestPluginInstall
16:27:56 [2020-07-17T16:27:56.335Z] === RUN   TestPluginInstall/no_auth
16:27:57 [2020-07-17T16:27:57.852Z] === RUN   TestDockerSuite/TestBuildPATH
16:27:58 [2020-07-17T16:27:58.791Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
16:27:59 [2020-07-17T16:27:59.086Z] time="2020-07-17T16:27:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:27:59 [2020-07-17T16:27:59.086Z] time="2020-07-17T16:27:58Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:27:59 [2020-07-17T16:27:59.086Z] time="2020-07-17T16:27:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:33b31d9a8bf597704ac8148b505ce4577e28bbac2ec3942b6b988540c6684b7e" mediatype=application/vnd.docker.plugin.v1+json size=522
16:27:59 [2020-07-17T16:27:59.086Z] time="2020-07-17T16:27:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:27:59 [2020-07-17T16:27:59.086Z] time="2020-07-17T16:27:58Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:27:59 [2020-07-17T16:27:59.086Z] time="2020-07-17T16:27:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:33b31d9a8bf597704ac8148b505ce4577e28bbac2ec3942b6b988540c6684b7e" mediatype=application/vnd.docker.plugin.v1+json size=522
16:27:59 [2020-07-17T16:27:59.086Z] === RUN   TestPluginInstall/with_htpasswd
16:27:59 [2020-07-17T16:27:59.368Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
16:27:59 [2020-07-17T16:27:59.379Z] time="2020-07-17T16:27:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:27:59 [2020-07-17T16:27:59.379Z] time="2020-07-17T16:27:59Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:27:59 [2020-07-17T16:27:59.379Z] time="2020-07-17T16:27:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:07015e41776dd04ef3eb769d7abdde89b9ea18c7d7ee8fc6755b2f7dd3c5010b" mediatype=application/vnd.docker.plugin.v1+json size=522
16:27:59 [2020-07-17T16:27:59.379Z] time="2020-07-17T16:27:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:27:59 [2020-07-17T16:27:59.379Z] time="2020-07-17T16:27:59Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:27:59 [2020-07-17T16:27:59.379Z] time="2020-07-17T16:27:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:07015e41776dd04ef3eb769d7abdde89b9ea18c7d7ee8fc6755b2f7dd3c5010b" mediatype=application/vnd.docker.plugin.v1+json size=522
16:27:59 [2020-07-17T16:27:59.671Z] === RUN   TestPluginInstall/with_insecure
16:27:59 [2020-07-17T16:27:59.936Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
16:28:00 [2020-07-17T16:28:00.715Z] time="2020-07-17T16:28:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:28:00 [2020-07-17T16:28:00.715Z] time="2020-07-17T16:28:00Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:28:00 [2020-07-17T16:28:00.715Z] time="2020-07-17T16:28:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c0f4804f71f9a8be0078c74c10b7f432ed119c99e569bdeac0238874ee30bd6b" mediatype=application/vnd.docker.plugin.v1+json size=522
16:28:00 [2020-07-17T16:28:00.715Z] time="2020-07-17T16:28:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:28:00 [2020-07-17T16:28:00.715Z] time="2020-07-17T16:28:00Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:28:00 [2020-07-17T16:28:00.715Z] time="2020-07-17T16:28:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c0f4804f71f9a8be0078c74c10b7f432ed119c99e569bdeac0238874ee30bd6b" mediatype=application/vnd.docker.plugin.v1+json size=522
16:28:01 [2020-07-17T16:28:01.008Z] --- PASS: TestPluginInstall (6.03s)
16:28:01 [2020-07-17T16:28:01.008Z]     --- PASS: TestPluginInstall/no_auth (3.90s)
16:28:01 [2020-07-17T16:28:01.008Z]     --- PASS: TestPluginInstall/with_htpasswd (0.82s)
16:28:01 [2020-07-17T16:28:01.008Z]     --- PASS: TestPluginInstall/with_insecure (1.32s)
16:28:01 [2020-07-17T16:28:01.008Z]         plugin_test.go:157: [d0e17bb5d85a1] daemon is not started
16:28:01 [2020-07-17T16:28:01.008Z] PASS
16:28:01 [2020-07-17T16:28:01.008Z] 
16:28:01 [2020-07-17T16:28:01.008Z] DONE 6 tests in 6.141s
16:28:01 [2020-07-17T16:28:01.008Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:28:01 [2020-07-17T16:28:01.008Z] ++ 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
16:28:01 [2020-07-17T16:28:01.008Z] ++ set -e
16:28:01 [2020-07-17T16:28:01.008Z] ++ '[' -n 0 ']'
16:28:01 [2020-07-17T16:28:01.008Z] ++ set -x
16:28:01 [2020-07-17T16:28:01.008Z] ++ env -i DEST=/go/src/github.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
16:28:01 [2020-07-17T16:28:01.008Z] INFO: Testing against a local daemon
16:28:01 [2020-07-17T16:28:01.008Z] === RUN   TestExternalGraphDriver
16:28:01 [2020-07-17T16:28:01.303Z] === RUN   TestExternalGraphDriver/json
16:28:03 [2020-07-17T16:28:03.379Z] === RUN   TestExternalGraphDriver/spec
16:28:05 [2020-07-17T16:28:05.090Z] --- PASS: TestUpdateRestartPolicy (12.31s)
16:28:05 [2020-07-17T16:28:05.090Z] === RUN   TestUpdateRestartWithAutoRemove
16:28:05 [2020-07-17T16:28:05.456Z] === RUN   TestExternalGraphDriver/pull
16:28:06 [2020-07-17T16:28:06.034Z] --- PASS: TestUpdateRestartWithAutoRemove (0.76s)
16:28:06 [2020-07-17T16:28:06.034Z] === RUN   TestWaitNonBlocked
16:28:06 [2020-07-17T16:28:06.034Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:28:06 [2020-07-17T16:28:06.034Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:28:06 [2020-07-17T16:28:06.034Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:28:06 [2020-07-17T16:28:06.034Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:28:06 [2020-07-17T16:28:06.034Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:28:06 [2020-07-17T16:28:06.034Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:28:06 [2020-07-17T16:28:06.508Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
16:28:06 [2020-07-17T16:28:06.979Z] --- PASS: TestWaitNonBlocked (0.03s)
16:28:06 [2020-07-17T16:28:06.979Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.86s)
16:28:06 [2020-07-17T16:28:06.979Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.91s)
16:28:06 [2020-07-17T16:28:06.979Z] === RUN   TestWaitBlocked
16:28:06 [2020-07-17T16:28:06.979Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:28:06 [2020-07-17T16:28:06.979Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:28:06 [2020-07-17T16:28:06.979Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:28:06 [2020-07-17T16:28:06.979Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:28:06 [2020-07-17T16:28:06.979Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:28:06 [2020-07-17T16:28:06.979Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:28:07 [2020-07-17T16:28:07.534Z] --- PASS: TestExternalGraphDriver (6.54s)
16:28:07 [2020-07-17T16:28:07.534Z]     --- PASS: TestExternalGraphDriver/json (2.10s)
16:28:07 [2020-07-17T16:28:07.534Z]     --- PASS: TestExternalGraphDriver/spec (2.16s)
16:28:07 [2020-07-17T16:28:07.534Z]     --- PASS: TestExternalGraphDriver/pull (2.15s)
16:28:07 [2020-07-17T16:28:07.534Z] === RUN   TestGraphdriverPluginV2
16:28:07 [2020-07-17T16:28:07.829Z] --- SKIP: TestGraphdriverPluginV2 (0.17s)
16:28:07 [2020-07-17T16:28:07.829Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:28:07 [2020-07-17T16:28:07.829Z] PASS
16:28:07 [2020-07-17T16:28:07.829Z] 
16:28:07 [2020-07-17T16:28:07.829Z] === Skipped
16:28:07 [2020-07-17T16:28:07.829Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.17s)
16:28:07 [2020-07-17T16:28:07.829Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:28:07 [2020-07-17T16:28:07.829Z] 
16:28:07 [2020-07-17T16:28:07.829Z] 
16:28:07 [2020-07-17T16:28:07.829Z] DONE 5 tests, 1 skipped in 6.792s
16:28:07 [2020-07-17T16:28:07.829Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:28:07 [2020-07-17T16:28:07.829Z] ++ 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
16:28:07 [2020-07-17T16:28:07.829Z] ++ set -e
16:28:07 [2020-07-17T16:28:07.829Z] ++ '[' -n 0 ']'
16:28:07 [2020-07-17T16:28:07.829Z] ++ set -x
16:28:07 [2020-07-17T16:28:07.829Z] ++ env -i DEST=/go/src/github.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
16:28:07 [2020-07-17T16:28:07.829Z] INFO: Testing against a local daemon
16:28:07 [2020-07-17T16:28:07.829Z] === RUN   TestContinueAfterPluginCrash
16:28:07 [2020-07-17T16:28:07.829Z] === PAUSE TestContinueAfterPluginCrash
16:28:07 [2020-07-17T16:28:07.829Z] === RUN   TestReadPluginNoRead
16:28:07 [2020-07-17T16:28:07.829Z] === PAUSE TestReadPluginNoRead
16:28:07 [2020-07-17T16:28:07.829Z] === RUN   TestDaemonStartWithLogOpt
16:28:07 [2020-07-17T16:28:07.829Z] === PAUSE TestDaemonStartWithLogOpt
16:28:07 [2020-07-17T16:28:07.829Z] === CONT  TestContinueAfterPluginCrash
16:28:07 [2020-07-17T16:28:07.829Z] === CONT  TestDaemonStartWithLogOpt
16:28:07 [2020-07-17T16:28:07.922Z] --- PASS: TestWaitBlocked (0.03s)
16:28:07 [2020-07-17T16:28:07.922Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.89s)
16:28:07 [2020-07-17T16:28:07.922Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s)
16:28:07 [2020-07-17T16:28:07.922Z] === CONT  TestContainerStartOnDaemonRestart
16:28:07 [2020-07-17T16:28:07.922Z] === CONT  TestContainerKillOnDaemonStart
16:28:07 [2020-07-17T16:28:07.922Z] === CONT  TestDaemonHostGatewayIP
16:28:07 [2020-07-17T16:28:07.922Z] === CONT  TestDaemonRestartIpcMode
16:28:09 [2020-07-17T16:28:09.801Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
16:28:10 [2020-07-17T16:28:10.061Z] --- PASS: TestServiceWithDataPathPortInit (15.95s)
16:28:10 [2020-07-17T16:28:10.061Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:28:10 [2020-07-17T16:28:10.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:28:10 [2020-07-17T16:28:10.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:28:10 [2020-07-17T16:28:10.630Z] === RUN   TestDockerSuite/TestBuildRm
16:28:11 [2020-07-17T16:28:11.236Z] --- PASS: TestContainerStartOnDaemonRestart (3.42s)
16:28:11 [2020-07-17T16:28:11.236Z] === CONT  TestIpcModeOlderClient
16:28:11 [2020-07-17T16:28:11.497Z] --- PASS: TestIpcModeOlderClient (0.16s)
16:28:11 [2020-07-17T16:28:11.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:28:12 [2020-07-17T16:28:12.294Z] --- PASS: TestDaemonStartWithLogOpt (4.01s)
16:28:12 [2020-07-17T16:28:12.294Z] === CONT  TestReadPluginNoRead
16:28:12 [2020-07-17T16:28:12.442Z] --- PASS: TestDaemonRestartIpcMode (4.51s)
16:28:12 [2020-07-17T16:28:12.442Z] --- PASS: TestDaemonHostGatewayIP (4.64s)
16:28:12 [2020-07-17T16:28:12.454Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:28:12 [2020-07-17T16:28:12.454Z] ok  	github.com/docker/docker/api/server/httputils	0.010s	coverage: 14.7% of statements
16:28:13 [2020-07-17T16:28:13.167Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
16:28:13 [2020-07-17T16:28:13.735Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
16:28:14 [2020-07-17T16:28:14.361Z] ok  	github.com/docker/docker/api/server/middleware	0.010s	coverage: 37.7% of statements
16:28:14 [2020-07-17T16:28:14.361Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:28:14 [2020-07-17T16:28:14.361Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:28:14 [2020-07-17T16:28:14.361Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:28:14 [2020-07-17T16:28:14.621Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:28:14 [2020-07-17T16:28:14.621Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:28:14 [2020-07-17T16:28:14.621Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:28:14 [2020-07-17T16:28:14.621Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:28:14 [2020-07-17T16:28:14.672Z] === RUN   TestDockerSuite/TestBuildScratchCopy
16:28:14 [2020-07-17T16:28:14.880Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:28:14 [2020-07-17T16:28:14.880Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:28:14 [2020-07-17T16:28:14.931Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
16:28:15 [2020-07-17T16:28:15.089Z] === RUN   TestReadPluginNoRead/default
16:28:15 [2020-07-17T16:28:15.190Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
16:28:15 [2020-07-17T16:28:15.819Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:28:15 [2020-07-17T16:28:15.819Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:28:16 [2020-07-17T16:28:16.126Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
16:28:16 [2020-07-17T16:28:16.388Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 5.1% of statements
16:28:16 [2020-07-17T16:28:16.388Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:28:16 [2020-07-17T16:28:16.388Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
16:28:16 [2020-07-17T16:28:16.388Z] ?   	github.com/docker/docker/api/types	[no test files]
16:28:16 [2020-07-17T16:28:16.388Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:28:16 [2020-07-17T16:28:16.388Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:28:16 [2020-07-17T16:28:16.388Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:28:16 [2020-07-17T16:28:16.388Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:28:16 [2020-07-17T16:28:16.603Z] === RUN   TestReadPluginNoRead/disabled_caching
16:28:16 [2020-07-17T16:28:16.695Z] === RUN   TestDockerSuite/TestBuildShellInherited
16:28:16 [2020-07-17T16:28:16.896Z] --- PASS: TestContinueAfterPluginCrash (9.01s)
16:28:16 [2020-07-17T16:28:16.957Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 92.2% of statements
16:28:16 [2020-07-17T16:28:16.957Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:28:16 [2020-07-17T16:28:16.957Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:28:16 [2020-07-17T16:28:16.957Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:28:16 [2020-07-17T16:28:16.957Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:28:16 [2020-07-17T16:28:16.957Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
16:28:16 [2020-07-17T16:28:16.957Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
16:28:16 [2020-07-17T16:28:16.957Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:28:16 [2020-07-17T16:28:16.957Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:28:17 [2020-07-17T16:28:17.263Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
16:28:17 [2020-07-17T16:28:17.525Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
16:28:17 [2020-07-17T16:28:17.525Z] ok  	github.com/docker/docker/api/types/versions	0.007s	coverage: 75.0% of statements
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/builder	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:28:17 [2020-07-17T16:28:17.525Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:28:17 [2020-07-17T16:28:17.831Z] === RUN   TestDockerSuite/TestBuildShellMultiple
16:28:18 [2020-07-17T16:28:18.091Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.99s)
16:28:18 [2020-07-17T16:28:18.091Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:clf6victzc7cfhwoqnr868rkj Created:2020-07-17 16:28:11.523286733 +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[1d080c64f0c2f9ec94919265b39b7282499981ac163fc965e3727556392642d7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.eql5iuucw50wx2ze39bjlm9h9 EndpointID:b7db18f8e054a1f0d7474a2b5429f38ff41b1f85c6fc04e1b5a42593b13c85c9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:71d8b4979527db1c3381adec1b9e93dcd60fede81786799bc91b38741bfbf8de 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:6c3e2d539788 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.eql5iuucw50wx2ze39bjlm9h9 EndpointID:b7db18f8e054a1f0d7474a2b5429f38ff41b1f85c6fc04e1b5a42593b13c85c9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:28:18 [2020-07-17T16:28:18.091Z] PASS
16:28:18 [2020-07-17T16:28:18.091Z] 
16:28:18 [2020-07-17T16:28:18.091Z] === Skipped
16:28:18 [2020-07-17T16:28:18.091Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:28:18 [2020-07-17T16:28:18.091Z]     service_test.go:236: FLAKY_TEST
16:28:18 [2020-07-17T16:28:18.091Z] 
16:28:18 [2020-07-17T16:28:18.091Z] 
16:28:18 [2020-07-17T16:28:18.091Z] DONE 23 tests, 1 skipped in 50.960s
16:28:18 [2020-07-17T16:28:18.091Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:28:18 [2020-07-17T16:28:18.091Z] ++ 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
16:28:18 [2020-07-17T16:28:18.091Z] ++ set -e
16:28:18 [2020-07-17T16:28:18.091Z] ++ '[' -n 0 ']'
16:28:18 [2020-07-17T16:28:18.091Z] ++ set -x
16:28:18 [2020-07-17T16:28:18.091Z] ++ env -i DEST=/go/src/github.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
16:28:18 [2020-07-17T16:28:18.091Z] INFO: Testing against a local daemon
16:28:18 [2020-07-17T16:28:18.091Z] === RUN   TestDockerNetworkIpvlanPersistance
16:28:18 [2020-07-17T16:28:18.094Z] ok  	github.com/docker/docker/builder/dockerignore	0.003s	coverage: 96.8% of statements
16:28:18 [2020-07-17T16:28:18.350Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:28:18 [2020-07-17T16:28:18.350Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:28:18 [2020-07-17T16:28:18.350Z] === RUN   TestDockerNetworkIpvlan
16:28:18 [2020-07-17T16:28:18.350Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:28:18 [2020-07-17T16:28:18.350Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:28:18 [2020-07-17T16:28:18.350Z] PASS
16:28:18 [2020-07-17T16:28:18.350Z] 
16:28:18 [2020-07-17T16:28:18.350Z] === Skipped
16:28:18 [2020-07-17T16:28:18.350Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:28:18 [2020-07-17T16:28:18.350Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:28:18 [2020-07-17T16:28:18.351Z] 
16:28:18 [2020-07-17T16:28:18.351Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:28:18 [2020-07-17T16:28:18.351Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:28:18 [2020-07-17T16:28:18.351Z] 
16:28:18 [2020-07-17T16:28:18.351Z] 
16:28:18 [2020-07-17T16:28:18.351Z] DONE 2 tests, 2 skipped in 0.134s
16:28:18 [2020-07-17T16:28:18.351Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:28:18 [2020-07-17T16:28:18.351Z] ++ 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
16:28:18 [2020-07-17T16:28:18.351Z] ++ set -e
16:28:18 [2020-07-17T16:28:18.351Z] ++ '[' -n 0 ']'
16:28:18 [2020-07-17T16:28:18.351Z] ++ set -x
16:28:18 [2020-07-17T16:28:18.351Z] ++ env -i DEST=/go/src/github.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
16:28:18 [2020-07-17T16:28:18.351Z] INFO: Testing against a local daemon
16:28:18 [2020-07-17T16:28:18.351Z] === RUN   TestDockerNetworkMacvlanPersistance
16:28:18 [2020-07-17T16:28:18.974Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:28:20 [2020-07-17T16:28:20.258Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.56s)
16:28:20 [2020-07-17T16:28:20.258Z] === RUN   TestDockerNetworkMacvlan
16:28:20 [2020-07-17T16:28:20.492Z] --- PASS: TestReadPluginNoRead (8.54s)
16:28:20 [2020-07-17T16:28:20.492Z]     --- PASS: TestReadPluginNoRead/default (1.93s)
16:28:20 [2020-07-17T16:28:20.492Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.94s)
16:28:20 [2020-07-17T16:28:20.492Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.86s)
16:28:20 [2020-07-17T16:28:20.492Z]     read_test.go:92: [d50c3407c26b3] daemon is not started
16:28:20 [2020-07-17T16:28:20.492Z] PASS
16:28:20 [2020-07-17T16:28:20.492Z] 
16:28:20 [2020-07-17T16:28:20.492Z] DONE 6 tests in 12.654s
16:28:20 [2020-07-17T16:28:20.492Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:28:20 [2020-07-17T16:28:20.492Z] ++ 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
16:28:20 [2020-07-17T16:28:20.492Z] ++ set -e
16:28:20 [2020-07-17T16:28:20.492Z] ++ '[' -n 0 ']'
16:28:20 [2020-07-17T16:28:20.492Z] ++ set -x
16:28:20 [2020-07-17T16:28:20.492Z] ++ env -i DEST=/go/src/github.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
16:28:20 [2020-07-17T16:28:20.492Z] testing: warning: no tests to run
16:28:20 [2020-07-17T16:28:20.492Z] PASS
16:28:20 [2020-07-17T16:28:20.492Z] 
16:28:20 [2020-07-17T16:28:20.492Z] DONE 0 tests in 0.027s
16:28:20 [2020-07-17T16:28:20.492Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:28:20 [2020-07-17T16:28:20.492Z] ++ 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
16:28:20 [2020-07-17T16:28:20.492Z] ++ set -e
16:28:20 [2020-07-17T16:28:20.492Z] ++ '[' -n 0 ']'
16:28:20 [2020-07-17T16:28:20.492Z] ++ set -x
16:28:20 [2020-07-17T16:28:20.492Z] ++ env -i DEST=/go/src/github.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
16:28:20 [2020-07-17T16:28:20.492Z] INFO: Testing against a local daemon
16:28:20 [2020-07-17T16:28:20.492Z] === RUN   TestPluginWithDevMounts
16:28:20 [2020-07-17T16:28:20.492Z] === PAUSE TestPluginWithDevMounts
16:28:20 [2020-07-17T16:28:20.492Z] === CONT  TestPluginWithDevMounts
16:28:20 [2020-07-17T16:28:20.827Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:28:21 [2020-07-17T16:28:21.397Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
16:28:21 [2020-07-17T16:28:21.435Z] ok  	github.com/docker/docker/builder/dockerfile	0.200s	coverage: 48.1% of statements
16:28:21 [2020-07-17T16:28:21.435Z] ok  	github.com/docker/docker/builder/remotecontext	0.100s	coverage: 13.6% of statements
16:28:21 [2020-07-17T16:28:21.657Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
16:28:21 [2020-07-17T16:28:21.657Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:28:21 [2020-07-17T16:28:21.916Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
16:28:21 [2020-07-17T16:28:21.916Z] === RUN   TestDockerSuite/TestBuildSpaces
16:28:22 [2020-07-17T16:28:22.176Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
16:28:22 [2020-07-17T16:28:22.440Z] --- PASS: TestContainerKillOnDaemonStart (13.13s)
16:28:22 [2020-07-17T16:28:22.440Z] PASS
16:28:22 [2020-07-17T16:28:22.440Z] 
16:28:22 [2020-07-17T16:28:22.440Z] === Skipped
16:28:22 [2020-07-17T16:28:22.440Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
16:28:22 [2020-07-17T16:28:22.440Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:28:22 [2020-07-17T16:28:22.440Z] 
16:28:22 [2020-07-17T16:28:22.440Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
16:28:22 [2020-07-17T16:28:22.440Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:28:22 [2020-07-17T16:28:22.440Z] 
16:28:22 [2020-07-17T16:28:22.440Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
16:28:22 [2020-07-17T16:28:22.440Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:28:22 [2020-07-17T16:28:22.440Z] 
16:28:22 [2020-07-17T16:28:22.440Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:28:22 [2020-07-17T16:28:22.440Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:28:22 [2020-07-17T16:28:22.440Z] 
16:28:22 [2020-07-17T16:28:22.440Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
16:28:22 [2020-07-17T16:28:22.440Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:28:22 [2020-07-17T16:28:22.440Z] 
16:28:22 [2020-07-17T16:28:22.440Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
16:28:22 [2020-07-17T16:28:22.440Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
16:28:22 [2020-07-17T16:28:22.440Z] 
16:28:22 [2020-07-17T16:28:22.440Z] 
16:28:22 [2020-07-17T16:28:22.440Z] DONE 204 tests, 6 skipped in 136.533s
16:28:22 [2020-07-17T16:28:22.440Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
16:28:22 [2020-07-17T16:28:22.440Z] ++ 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
16:28:22 [2020-07-17T16:28:22.440Z] ++ set -e
16:28:22 [2020-07-17T16:28:22.440Z] ++ '[' -n 0 ']'
16:28:22 [2020-07-17T16:28:22.440Z] ++ set -x
16:28:22 [2020-07-17T16:28:22.440Z] ++ env -i DEST=/go/src/github.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
16:28:22 [2020-07-17T16:28:22.440Z] INFO: Testing against a local daemon
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestCommitInheritsEnv
16:28:22 [2020-07-17T16:28:22.440Z] --- PASS: TestCommitInheritsEnv (0.54s)
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestImportExtremelyLargeImageWorks
16:28:22 [2020-07-17T16:28:22.440Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
16:28:22 [2020-07-17T16:28:22.440Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestImagesFilterMultiReference
16:28:22 [2020-07-17T16:28:22.440Z] --- PASS: TestImagesFilterMultiReference (0.10s)
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestImagePullPlatformInvalid
16:28:22 [2020-07-17T16:28:22.440Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestRemoveImageOrphaning
16:28:22 [2020-07-17T16:28:22.440Z] --- PASS: TestRemoveImageOrphaning (0.56s)
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestRemoveImageGarbageCollector
16:28:22 [2020-07-17T16:28:22.440Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:28:22 [2020-07-17T16:28:22.440Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:28:22 [2020-07-17T16:28:22.440Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestTagInvalidReference
16:28:22 [2020-07-17T16:28:22.440Z] --- PASS: TestTagInvalidReference (0.03s)
16:28:22 [2020-07-17T16:28:22.440Z] === RUN   TestTagValidPrefixedRepo
16:28:22 [2020-07-17T16:28:22.556Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:28:22 [2020-07-17T16:28:22.571Z] --- PASS: TestPluginWithDevMounts (1.86s)
16:28:22 [2020-07-17T16:28:22.571Z] PASS
16:28:22 [2020-07-17T16:28:22.571Z] 
16:28:22 [2020-07-17T16:28:22.571Z] DONE 1 tests in 1.955s
16:28:22 [2020-07-17T16:28:22.571Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
16:28:22 [2020-07-17T16:28:22.571Z] ++ 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
16:28:22 [2020-07-17T16:28:22.571Z] ++ set -e
16:28:22 [2020-07-17T16:28:22.571Z] ++ '[' -n 0 ']'
16:28:22 [2020-07-17T16:28:22.571Z] ++ set -x
16:28:22 [2020-07-17T16:28:22.571Z] ++ env -i DEST=/go/src/github.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
16:28:22 [2020-07-17T16:28:22.571Z] INFO: Testing against a local daemon
16:28:22 [2020-07-17T16:28:22.571Z] === RUN   TestSecretInspect
16:28:22 [2020-07-17T16:28:22.701Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
16:28:22 [2020-07-17T16:28:22.701Z] === RUN   TestTagExistedNameWithoutForce
16:28:22 [2020-07-17T16:28:22.701Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
16:28:22 [2020-07-17T16:28:22.701Z] === RUN   TestTagOfficialNames
16:28:22 [2020-07-17T16:28:22.701Z] --- PASS: TestTagOfficialNames (0.08s)
16:28:22 [2020-07-17T16:28:22.701Z] === RUN   TestTagMatchesDigest
16:28:22 [2020-07-17T16:28:22.701Z] --- PASS: TestTagMatchesDigest (0.03s)
16:28:22 [2020-07-17T16:28:22.701Z] PASS
16:28:22 [2020-07-17T16:28:22.701Z] 
16:28:22 [2020-07-17T16:28:22.701Z] === Skipped
16:28:22 [2020-07-17T16:28:22.701Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
16:28:22 [2020-07-17T16:28:22.701Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
16:28:22 [2020-07-17T16:28:22.701Z] 
16:28:22 [2020-07-17T16:28:22.701Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
16:28:22 [2020-07-17T16:28:22.701Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:28:22 [2020-07-17T16:28:22.701Z] 
16:28:22 [2020-07-17T16:28:22.701Z] 
16:28:22 [2020-07-17T16:28:22.701Z] DONE 12 tests, 2 skipped in 1.777s
16:28:22 [2020-07-17T16:28:22.701Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
16:28:22 [2020-07-17T16:28:22.701Z] ++ 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
16:28:22 [2020-07-17T16:28:22.701Z] ++ set -e
16:28:22 [2020-07-17T16:28:22.701Z] ++ '[' -n 0 ']'
16:28:22 [2020-07-17T16:28:22.701Z] ++ set -x
16:28:22 [2020-07-17T16:28:22.701Z] ++ env -i DEST=/go/src/github.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
16:28:22 [2020-07-17T16:28:22.818Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
16:28:22 [2020-07-17T16:28:22.963Z] INFO: Testing against a local daemon
16:28:22 [2020-07-17T16:28:22.963Z] === RUN   TestNetworkCreateDelete
16:28:23 [2020-07-17T16:28:23.125Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
16:28:23 [2020-07-17T16:28:23.125Z] === RUN   TestDockerSuite/TestBuildStderr
16:28:23 [2020-07-17T16:28:23.225Z] --- PASS: TestNetworkCreateDelete (0.40s)
16:28:23 [2020-07-17T16:28:23.225Z] === RUN   TestDockerNetworkDeletePreferID
16:28:23 [2020-07-17T16:28:23.387Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.187s	coverage: 86.3% of statements
16:28:23 [2020-07-17T16:28:23.387Z] ?   	github.com/docker/docker/cli	[no test files]
16:28:23 [2020-07-17T16:28:23.387Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:28:24 [2020-07-17T16:28:24.063Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
16:28:24 [2020-07-17T16:28:24.613Z] --- PASS: TestDockerNetworkDeletePreferID (1.16s)
16:28:24 [2020-07-17T16:28:24.613Z] === RUN   TestDaemonDNSFallback
16:28:25 [2020-07-17T16:28:25.005Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:28:27 [2020-07-17T16:28:27.042Z] --- PASS: TestSecretInspect (3.70s)
16:28:27 [2020-07-17T16:28:27.042Z] === RUN   TestSecretList
16:28:27 [2020-07-17T16:28:27.544Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:28:27 [2020-07-17T16:28:27.544Z] === RUN   TestDockerSuite/TestBuildStopSignal
16:28:27 [2020-07-17T16:28:27.587Z] ok  	github.com/docker/docker/client	0.186s	coverage: 75.4% of statements
16:28:28 [2020-07-17T16:28:28.482Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
16:28:29 [2020-07-17T16:28:29.052Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
16:28:29 [2020-07-17T16:28:29.622Z] === RUN   TestDockerSuite/TestBuildTagEvent
16:28:29 [2020-07-17T16:28:29.797Z] --- PASS: TestSecretList (3.68s)
16:28:29 [2020-07-17T16:28:29.797Z] === RUN   TestSecretsCreateAndDelete
16:28:30 [2020-07-17T16:28:30.562Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
16:28:31 [2020-07-17T16:28:31.943Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:28:31 [2020-07-17T16:28:31.943Z] === RUN   TestDockerSuite/TestBuildUser
16:28:32 [2020-07-17T16:28:32.754Z] --- PASS: TestDaemonDNSFallback (7.41s)
16:28:32 [2020-07-17T16:28:32.754Z] === RUN   TestInspectNetwork
16:28:32 [2020-07-17T16:28:32.884Z] --- PASS: TestDockerNetworkMacvlan (12.76s)
16:28:32 [2020-07-17T16:28:32.884Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
16:28:32 [2020-07-17T16:28:32.884Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
16:28:32 [2020-07-17T16:28:32.884Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.18s)
16:28:32 [2020-07-17T16:28:32.884Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.21s)
16:28:32 [2020-07-17T16:28:32.884Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.12s)
16:28:32 [2020-07-17T16:28:32.884Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.80s)
16:28:32 [2020-07-17T16:28:32.884Z] PASS
16:28:32 [2020-07-17T16:28:32.884Z] 
16:28:32 [2020-07-17T16:28:32.884Z] DONE 8 tests in 14.458s
16:28:32 [2020-07-17T16:28:32.884Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
16:28:32 [2020-07-17T16:28:32.884Z] ++ 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
16:28:32 [2020-07-17T16:28:32.884Z] ++ set -e
16:28:32 [2020-07-17T16:28:32.884Z] ++ '[' -n 0 ']'
16:28:32 [2020-07-17T16:28:32.884Z] ++ set -x
16:28:32 [2020-07-17T16:28:32.885Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:28:32 [2020-07-17T16:28:32.885Z] testing: warning: no tests to run
16:28:32 [2020-07-17T16:28:32.885Z] PASS
16:28:32 [2020-07-17T16:28:32.885Z] 
16:28:32 [2020-07-17T16:28:32.885Z] DONE 0 tests in 0.025s
16:28:32 [2020-07-17T16:28:32.885Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:28:32 [2020-07-17T16:28:32.885Z] ++ 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
16:28:32 [2020-07-17T16:28:32.885Z] ++ set -e
16:28:32 [2020-07-17T16:28:32.885Z] ++ '[' -n 0 ']'
16:28:32 [2020-07-17T16:28:32.885Z] ++ set -x
16:28:32 [2020-07-17T16:28:32.885Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:28:32 [2020-07-17T16:28:32.885Z] INFO: Testing against a local daemon
16:28:32 [2020-07-17T16:28:32.885Z] === RUN   TestAuthZPluginAllowRequest
16:28:33 [2020-07-17T16:28:33.144Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
16:28:33 [2020-07-17T16:28:33.326Z] --- PASS: TestSecretsCreateAndDelete (3.11s)
16:28:33 [2020-07-17T16:28:33.326Z] === RUN   TestSecretsUpdate
16:28:34 [2020-07-17T16:28:34.524Z] --- PASS: TestAuthZPluginAllowRequest (1.38s)
16:28:34 [2020-07-17T16:28:34.524Z] === RUN   TestAuthZPluginTLS
16:28:34 [2020-07-17T16:28:34.785Z] --- PASS: TestAuthZPluginTLS (0.56s)
16:28:34 [2020-07-17T16:28:34.785Z] === RUN   TestAuthZPluginDenyRequest
16:28:35 [2020-07-17T16:28:35.353Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
16:28:35 [2020-07-17T16:28:35.353Z] === RUN   TestAuthZPluginAPIDenyResponse
16:28:35 [2020-07-17T16:28:35.923Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
16:28:35 [2020-07-17T16:28:35.923Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
16:28:35 [2020-07-17T16:28:35.923Z] === RUN   TestAuthZPluginDenyResponse
16:28:36 [2020-07-17T16:28:36.068Z] --- PASS: TestSecretsUpdate (3.15s)
16:28:36 [2020-07-17T16:28:36.069Z] === RUN   TestTemplatedSecret
16:28:36 [2020-07-17T16:28:36.492Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
16:28:36 [2020-07-17T16:28:36.492Z] === RUN   TestAuthZPluginAllowEventStream
16:28:36 [2020-07-17T16:28:36.963Z] === RUN   TestInspectNetwork/full_network_id
16:28:36 [2020-07-17T16:28:36.963Z] === RUN   TestInspectNetwork/partial_network_id
16:28:36 [2020-07-17T16:28:36.963Z] === RUN   TestInspectNetwork/network_name
16:28:36 [2020-07-17T16:28:36.963Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:28:37 [2020-07-17T16:28:37.873Z] --- PASS: TestAuthZPluginAllowEventStream (1.44s)
16:28:37 [2020-07-17T16:28:37.873Z] === RUN   TestAuthZPluginErrorResponse
16:28:38 [2020-07-17T16:28:38.441Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
16:28:38 [2020-07-17T16:28:38.441Z] === RUN   TestAuthZPluginErrorRequest
16:28:38 [2020-07-17T16:28:38.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:28:38 [2020-07-17T16:28:38.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:28:38 [2020-07-17T16:28:38.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:28:39 [2020-07-17T16:28:39.010Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
16:28:39 [2020-07-17T16:28:39.010Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:28:39 [2020-07-17T16:28:39.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:28:39 [2020-07-17T16:28:39.581Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
16:28:39 [2020-07-17T16:28:39.581Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:28:40 [2020-07-17T16:28:40.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:28:40 [2020-07-17T16:28:40.538Z] --- PASS: TestTemplatedSecret (3.70s)
16:28:40 [2020-07-17T16:28:40.538Z] === RUN   TestSecretCreateResolve
16:28:41 [2020-07-17T16:28:41.490Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.81s)
16:28:41 [2020-07-17T16:28:41.490Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:28:41 [2020-07-17T16:28:41.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:28:42 [2020-07-17T16:28:42.253Z] --- PASS: TestInspectNetwork (9.53s)
16:28:42 [2020-07-17T16:28:42.253Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:28:42 [2020-07-17T16:28:42.253Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:28:42 [2020-07-17T16:28:42.253Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:28:42 [2020-07-17T16:28:42.253Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:28:42 [2020-07-17T16:28:42.253Z] === RUN   TestRunContainerWithBridgeNone
16:28:42 [2020-07-17T16:28:42.429Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
16:28:43 [2020-07-17T16:28:43.367Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.88s)
16:28:43 [2020-07-17T16:28:43.367Z] === RUN   TestAuthZPluginHeader
16:28:44 [2020-07-17T16:28:44.066Z] --- PASS: TestSecretCreateResolve (3.63s)
16:28:44 [2020-07-17T16:28:44.066Z] PASS
16:28:44 [2020-07-17T16:28:44.066Z] 
16:28:44 [2020-07-17T16:28:44.066Z] DONE 6 tests in 21.044s
16:28:44 [2020-07-17T16:28:44.066Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
16:28:44 [2020-07-17T16:28:44.066Z] ++ 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
16:28:44 [2020-07-17T16:28:44.066Z] ++ set -e
16:28:44 [2020-07-17T16:28:44.066Z] ++ '[' -n 0 ']'
16:28:44 [2020-07-17T16:28:44.066Z] ++ set -x
16:28:44 [2020-07-17T16:28:44.066Z] ++ env -i DEST=/go/src/github.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
16:28:44 [2020-07-17T16:28:44.066Z] INFO: Testing against a local daemon
16:28:44 [2020-07-17T16:28:44.066Z] === RUN   TestServiceCreateInit
16:28:44 [2020-07-17T16:28:44.066Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:28:44 [2020-07-17T16:28:44.179Z] --- PASS: TestRunContainerWithBridgeNone (2.40s)
16:28:44 [2020-07-17T16:28:44.179Z] === RUN   TestNetworkInvalidJSON
16:28:44 [2020-07-17T16:28:44.179Z] === RUN   TestNetworkInvalidJSON//networks/create
16:28:44 [2020-07-17T16:28:44.179Z] === PAUSE TestNetworkInvalidJSON//networks/create
16:28:44 [2020-07-17T16:28:44.179Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
16:28:44 [2020-07-17T16:28:44.179Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
16:28:44 [2020-07-17T16:28:44.179Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
16:28:44 [2020-07-17T16:28:44.179Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
16:28:44 [2020-07-17T16:28:44.179Z] === CONT  TestNetworkInvalidJSON//networks/create
16:28:44 [2020-07-17T16:28:44.179Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
16:28:44 [2020-07-17T16:28:44.179Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
16:28:44 [2020-07-17T16:28:44.179Z] --- PASS: TestNetworkInvalidJSON (0.03s)
16:28:44 [2020-07-17T16:28:44.179Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
16:28:44 [2020-07-17T16:28:44.179Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
16:28:44 [2020-07-17T16:28:44.179Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
16:28:44 [2020-07-17T16:28:44.179Z] === RUN   TestHostIPv4BridgeLabel
16:28:44 [2020-07-17T16:28:44.308Z] --- PASS: TestAuthZPluginHeader (0.90s)
16:28:44 [2020-07-17T16:28:44.308Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:28:44 [2020-07-17T16:28:44.551Z] 4612f6d0b889: Pull complete
16:28:44 [2020-07-17T16:28:44.751Z] --- PASS: TestHostIPv4BridgeLabel (0.79s)
16:28:44 [2020-07-17T16:28:44.751Z] === RUN   TestDaemonRestartWithLiveRestore
16:28:45 [2020-07-17T16:28:45.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:28:46 [2020-07-17T16:28:46.137Z] --- PASS: TestDaemonRestartWithLiveRestore (1.38s)
16:28:46 [2020-07-17T16:28:46.137Z] === RUN   TestDaemonDefaultNetworkPools
16:28:47 [2020-07-17T16:28:47.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:28:47 [2020-07-17T16:28:47.522Z] --- PASS: TestDaemonDefaultNetworkPools (1.22s)
16:28:47 [2020-07-17T16:28:47.522Z] === RUN   TestDaemonRestartWithExistingNetwork
16:28:48 [2020-07-17T16:28:48.535Z] === RUN   TestDockerSuite/TestBuildVerboseOut
16:28:48 [2020-07-17T16:28:48.797Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.52s)
16:28:48 [2020-07-17T16:28:48.797Z] === RUN   TestAuthZPluginV2Disable
16:28:48 [2020-07-17T16:28:48.797Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
16:28:49 [2020-07-17T16:28:49.057Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
16:28:49 [2020-07-17T16:28:49.437Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.81s)
16:28:49 [2020-07-17T16:28:49.437Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:28:49 [2020-07-17T16:28:49.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:28:49 [2020-07-17T16:28:49.627Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
16:28:49 [2020-07-17T16:28:49.645Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:28:50 [2020-07-17T16:28:50.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:28:50 [2020-07-17T16:28:50.564Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
16:28:51 [2020-07-17T16:28:51.352Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.30s)
16:28:51 [2020-07-17T16:28:51.352Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:28:51 [2020-07-17T16:28:51.507Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
16:28:51 [2020-07-17T16:28:51.507Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
16:28:51 [2020-07-17T16:28:51.507Z] === RUN   TestDockerSuite/TestBuildWindowsUser
16:28:51 [2020-07-17T16:28:51.507Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
16:28:51 [2020-07-17T16:28:51.507Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
16:28:51 [2020-07-17T16:28:51.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:28:52 [2020-07-17T16:28:52.076Z] --- PASS: TestAuthZPluginV2Disable (3.28s)
16:28:52 [2020-07-17T16:28:52.076Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:28:52 [2020-07-17T16:28:52.298Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.81s)
16:28:52 [2020-07-17T16:28:52.298Z] === RUN   TestServiceWithPredefinedNetwork
16:28:52 [2020-07-17T16:28:52.643Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
16:28:52 [2020-07-17T16:28:52.643Z] === RUN   TestDockerSuite/TestBuildWithFailure
16:28:53 [2020-07-17T16:28:53.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:28:53 [2020-07-17T16:28:53.583Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
16:28:53 [2020-07-17T16:28:53.843Z] === RUN   TestDockerSuite/TestBuildWithTabs
16:28:54 [2020-07-17T16:28:54.112Z] --- PASS: TestServiceCreateInit (10.63s)
16:28:54 [2020-07-17T16:28:54.112Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.37s)
16:28:54 [2020-07-17T16:28:54.112Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.23s)
16:28:54 [2020-07-17T16:28:54.112Z] === RUN   TestCreateServiceMultipleTimes
16:28:54 [2020-07-17T16:28:54.413Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
16:28:54 [2020-07-17T16:28:54.673Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
16:28:54 [2020-07-17T16:28:54.933Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.96s)
16:28:54 [2020-07-17T16:28:54.933Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:28:55 [2020-07-17T16:28:55.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
16:28:55 [2020-07-17T16:28:55.605Z] --- PASS: TestServiceWithPredefinedNetwork (3.35s)
16:28:55 [2020-07-17T16:28:55.605Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:28:55 [2020-07-17T16:28:55.605Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:28:55 [2020-07-17T16:28:55.605Z]     service_test.go:236: FLAKY_TEST
16:28:55 [2020-07-17T16:28:55.605Z] === RUN   TestServiceWithDataPathPortInit
16:28:56 [2020-07-17T16:28:56.841Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
16:28:57 [2020-07-17T16:28:57.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:28:58 [2020-07-17T16:28:58.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:28:58 [2020-07-17T16:28:58.222Z] === RUN   TestDockerSuite/TestBuildWithVolumes
16:28:59 [2020-07-17T16:28:59.603Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
16:28:59 [2020-07-17T16:28:59.693Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
16:28:59 [2020-07-17T16:28:59.693Z] Using test binary docker
16:28:59 [2020-07-17T16:28:59.693Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
16:28:59 [2020-07-17T16:28:59.693Z] +++ /etc/init.d/apparmor start
16:28:59 [2020-07-17T16:28:59.693Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
16:28:59 [2020-07-17T16:28:59.693Z] INFO: Waiting for daemon to start...
16:28:59 [2020-07-17T16:28:59.693Z] Starting dockerd
16:28:59 [2020-07-17T16:28:59.693Z] +++ 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
16:28:59 [2020-07-17T16:28:59.862Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
16:29:00 [2020-07-17T16:29:00.802Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
16:29:00 [2020-07-17T16:29:00.802Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
16:29:01 [2020-07-17T16:29:01.371Z] === RUN   TestDockerSuite/TestBuildXZHost
16:29:01 [2020-07-17T16:29:01.904Z] .
16:29:01 [2020-07-17T16:29:01.904Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
16:29:01 [2020-07-17T16:29:01.904Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
16:29:01 [2020-07-17T16:29:01.904Z] Error: No such image: emptyfs
16:29:01 [2020-07-17T16:29:01.904Z] ++++ tar -cC bundles/test-integration/emptyfs .
16:29:01 [2020-07-17T16:29:01.904Z] ++++ docker load
16:29:01 [2020-07-17T16:29:01.904Z] Running integration-test (iteration 1)
16:29:01 [2020-07-17T16:29:01.904Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
16:29:01 [2020-07-17T16:29:01.904Z] ++ 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
16:29:01 [2020-07-17T16:29:01.904Z] ++ set -e
16:29:01 [2020-07-17T16:29:01.904Z] ++ '[' -n 0 ']'
16:29:01 [2020-07-17T16:29:01.904Z] ++ set -x
16:29:01 [2020-07-17T16:29:01.904Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:29:03 [2020-07-17T16:29:03.281Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
16:29:03 [2020-07-17T16:29:03.281Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
16:29:03 [2020-07-17T16:29:03.281Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
16:29:03 [2020-07-17T16:29:03.849Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
16:29:04 [2020-07-17T16:29:04.418Z] === RUN   TestDockerSuite/TestCommitChange
16:29:04 [2020-07-17T16:29:04.987Z] === RUN   TestDockerSuite/TestCommitChangeLabels
16:29:05 [2020-07-17T16:29:05.246Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.23s)
16:29:05 [2020-07-17T16:29:05.246Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:29:05 [2020-07-17T16:29:05.815Z] === RUN   TestDockerSuite/TestCommitHardlink
16:29:06 [2020-07-17T16:29:06.324Z] ok  	github.com/docker/docker/cmd/dockerd	0.070s	coverage: 30.8% of statements
16:29:06 [2020-07-17T16:29:06.753Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
16:29:07 [2020-07-17T16:29:07.013Z] === RUN   TestDockerSuite/TestCommitNewFile
16:29:07 [2020-07-17T16:29:07.265Z] ok  	github.com/docker/docker/container	0.117s	coverage: 34.7% of statements
16:29:07 [2020-07-17T16:29:07.265Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:29:07 [2020-07-17T16:29:07.265Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:29:07 [2020-07-17T16:29:07.265Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:29:07 [2020-07-17T16:29:07.265Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:29:07 [2020-07-17T16:29:07.963Z] === RUN   TestDockerSuite/TestCommitPausedContainer
16:29:09 [2020-07-17T16:29:09.359Z] === RUN   TestDockerSuite/TestCommitTTY
16:29:10 [2020-07-17T16:29:10.737Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
16:29:10 [2020-07-17T16:29:10.737Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
16:29:11 [2020-07-17T16:29:11.306Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
16:29:12 [2020-07-17T16:29:12.245Z] === RUN   TestDockerSuite/TestCommitWithoutPause
16:29:13 [2020-07-17T16:29:13.185Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
16:29:13 [2020-07-17T16:29:13.185Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
16:29:13 [2020-07-17T16:29:13.185Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
16:29:13 [2020-07-17T16:29:13.185Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
16:29:13 [2020-07-17T16:29:13.185Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
16:29:13 [2020-07-17T16:29:13.185Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
16:29:13 [2020-07-17T16:29:13.185Z] === RUN   TestDockerSuite/TestContainerAPICommit
16:29:13 [2020-07-17T16:29:13.723Z] --- PASS: TestServiceWithDataPathPortInit (18.03s)
16:29:13 [2020-07-17T16:29:13.723Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:29:14 [2020-07-17T16:29:14.565Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
16:29:15 [2020-07-17T16:29:15.502Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
16:29:15 [2020-07-17T16:29:15.502Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
16:29:15 [2020-07-17T16:29:15.762Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
16:29:15 [2020-07-17T16:29:15.815Z] Loaded image: buildpack-deps:buster
16:29:15 [2020-07-17T16:29:15.815Z] Loaded image: busybox:latest
16:29:15 [2020-07-17T16:29:15.815Z] Loaded image: busybox:glibc
16:29:15 [2020-07-17T16:29:15.815Z] Loaded image: debian:buster
16:29:15 [2020-07-17T16:29:15.815Z] Loaded image: hello-world:latest
16:29:15 [2020-07-17T16:29:15.815Z] INFO: Testing against a local daemon
16:29:15 [2020-07-17T16:29:15.815Z] === RUN   TestCgroupNamespacesBuild
16:29:16 [2020-07-17T16:29:16.330Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
16:29:16 [2020-07-17T16:29:16.459Z] --- PASS: TestCgroupNamespacesBuild (1.38s)
16:29:16 [2020-07-17T16:29:16.459Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
16:29:16 [2020-07-17T16:29:16.589Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
16:29:16 [2020-07-17T16:29:16.632Z] --- PASS: TestCreateServiceMultipleTimes (22.10s)
16:29:16 [2020-07-17T16:29:16.632Z] === RUN   TestCreateServiceConflict
16:29:17 [2020-07-17T16:29:17.157Z] === RUN   TestDockerSuite/TestContainerAPICreate
16:29:17 [2020-07-17T16:29:17.258Z] ok  	github.com/docker/docker/daemon/cluster	0.046s	coverage: 0.5% of statements
16:29:17 [2020-07-17T16:29:17.416Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
16:29:17 [2020-07-17T16:29:17.416Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
16:29:17 [2020-07-17T16:29:17.416Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
16:29:17 [2020-07-17T16:29:17.981Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.38s)
16:29:17 [2020-07-17T16:29:17.981Z] === RUN   TestBuildWithSession
16:29:17 [2020-07-17T16:29:17.981Z] --- SKIP: TestBuildWithSession (0.00s)
16:29:17 [2020-07-17T16:29:17.981Z]     build_session_test.go:25: TODO: BuildKit
16:29:17 [2020-07-17T16:29:17.981Z] === RUN   TestBuildSquashParent
16:29:17 [2020-07-17T16:29:17.985Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
16:29:17 [2020-07-17T16:29:17.985Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
16:29:17 [2020-07-17T16:29:17.985Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
16:29:17 [2020-07-17T16:29:17.985Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
16:29:17 [2020-07-17T16:29:17.985Z] === RUN   TestDockerSuite/TestContainerAPIDelete
16:29:18 [2020-07-17T16:29:18.554Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
16:29:19 [2020-07-17T16:29:19.121Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
16:29:19 [2020-07-17T16:29:19.167Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
16:29:19 [2020-07-17T16:29:19.380Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
16:29:19 [2020-07-17T16:29:19.380Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
16:29:20 [2020-07-17T16:29:20.159Z] --- PASS: TestCreateServiceConflict (3.65s)
16:29:20 [2020-07-17T16:29:20.159Z] === RUN   TestCreateServiceMaxReplicas
16:29:20 [2020-07-17T16:29:20.317Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
16:29:20 [2020-07-17T16:29:20.889Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
16:29:20 [2020-07-17T16:29:20.889Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
16:29:21 [2020-07-17T16:29:21.077Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.4% of statements
16:29:21 [2020-07-17T16:29:21.458Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
16:29:21 [2020-07-17T16:29:21.717Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s)
16:29:21 [2020-07-17T16:29:21.717Z] PASS
16:29:21 [2020-07-17T16:29:21.717Z] 
16:29:21 [2020-07-17T16:29:21.717Z] DONE 17 tests in 49.014s
16:29:21 [2020-07-17T16:29:21.717Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:29:21 [2020-07-17T16:29:21.717Z] ++ 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
16:29:21 [2020-07-17T16:29:21.717Z] ++ set -e
16:29:21 [2020-07-17T16:29:21.717Z] ++ '[' -n 0 ']'
16:29:21 [2020-07-17T16:29:21.717Z] ++ set -x
16:29:21 [2020-07-17T16:29:21.717Z] ++ env -i DEST=/go/src/github.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
16:29:21 [2020-07-17T16:29:21.717Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
16:29:21 [2020-07-17T16:29:21.977Z] INFO: Testing against a local daemon
16:29:21 [2020-07-17T16:29:21.977Z] === RUN   TestPluginInvalidJSON
16:29:21 [2020-07-17T16:29:21.977Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
16:29:21 [2020-07-17T16:29:21.977Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
16:29:21 [2020-07-17T16:29:21.977Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
16:29:21 [2020-07-17T16:29:21.977Z] --- PASS: TestPluginInvalidJSON (0.04s)
16:29:21 [2020-07-17T16:29:21.977Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
16:29:21 [2020-07-17T16:29:21.977Z] === RUN   TestPluginInstall
16:29:21 [2020-07-17T16:29:21.977Z] === RUN   TestPluginInstall/no_auth
16:29:22 [2020-07-17T16:29:22.476Z] --- PASS: TestBuildSquashParent (4.71s)
16:29:22 [2020-07-17T16:29:22.476Z] === RUN   TestBuildWithRemoveAndForceRemove
16:29:22 [2020-07-17T16:29:22.476Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:29:22 [2020-07-17T16:29:22.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:29:22 [2020-07-17T16:29:22.476Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:29:22 [2020-07-17T16:29:22.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:29:22 [2020-07-17T16:29:22.476Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:29:22 [2020-07-17T16:29:22.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:29:22 [2020-07-17T16:29:22.476Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:29:22 [2020-07-17T16:29:22.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:29:22 [2020-07-17T16:29:22.476Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:29:22 [2020-07-17T16:29:22.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:29:22 [2020-07-17T16:29:22.476Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:29:22 [2020-07-17T16:29:22.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:29:22 [2020-07-17T16:29:22.476Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
16:29:22 [2020-07-17T16:29:22.476Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
16:29:22 [2020-07-17T16:29:22.476Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
16:29:22 [2020-07-17T16:29:22.476Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
16:29:22 [2020-07-17T16:29:22.546Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
16:29:23 [2020-07-17T16:29:23.116Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
16:29:23 [2020-07-17T16:29:23.116Z] === RUN   TestDockerSuite/TestContainerAPIKill
16:29:23 [2020-07-17T16:29:23.685Z] === RUN   TestDockerSuite/TestContainerAPIPause
16:29:23 [2020-07-17T16:29:23.723Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.06s)
16:29:23 [2020-07-17T16:29:23.724Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:cim3awft0dbwqrk7exeshxlex Created:2020-07-17 16:29:15.191539302 +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[a451f1e9ef1b771b436adec8e897a182b19ae6c8a9075622e22041cfcbeed353:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y7akjkre34ofamom0gumlnrwi EndpointID:f988872a6a99429ea0e6d975aefcd16d0bdb82e2f757969902bba9588971ba97 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d274057b3faada905511165d205249ef93718527d33b59edf1021b89a01d9e38 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:c5cb1f9ffbf4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y7akjkre34ofamom0gumlnrwi EndpointID:f988872a6a99429ea0e6d975aefcd16d0bdb82e2f757969902bba9588971ba97 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:29:23 [2020-07-17T16:29:23.724Z] PASS
16:29:23 [2020-07-17T16:29:23.724Z] 
16:29:23 [2020-07-17T16:29:23.724Z] === Skipped
16:29:23 [2020-07-17T16:29:23.724Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:29:23 [2020-07-17T16:29:23.724Z]     service_test.go:236: FLAKY_TEST
16:29:23 [2020-07-17T16:29:23.724Z] 
16:29:23 [2020-07-17T16:29:23.724Z] 
16:29:23 [2020-07-17T16:29:23.724Z] DONE 23 tests, 1 skipped in 59.837s
16:29:23 [2020-07-17T16:29:23.724Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:29:23 [2020-07-17T16:29:23.724Z] ++ 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
16:29:23 [2020-07-17T16:29:23.724Z] ++ set -e
16:29:23 [2020-07-17T16:29:23.724Z] ++ '[' -n 0 ']'
16:29:23 [2020-07-17T16:29:23.724Z] ++ set -x
16:29:23 [2020-07-17T16:29:23.724Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:29:23 [2020-07-17T16:29:23.724Z] INFO: Testing against a local daemon
16:29:23 [2020-07-17T16:29:23.724Z] === RUN   TestDockerNetworkIpvlanPersistance
16:29:23 [2020-07-17T16:29:23.724Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
16:29:23 [2020-07-17T16:29:23.724Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:29:23 [2020-07-17T16:29:23.724Z] === RUN   TestDockerNetworkIpvlan
16:29:23 [2020-07-17T16:29:23.724Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:29:23 [2020-07-17T16:29:23.724Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:29:23 [2020-07-17T16:29:23.724Z] PASS
16:29:23 [2020-07-17T16:29:23.724Z] 
16:29:23 [2020-07-17T16:29:23.724Z] === Skipped
16:29:23 [2020-07-17T16:29:23.724Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
16:29:23 [2020-07-17T16:29:23.724Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:29:23 [2020-07-17T16:29:23.724Z] 
16:29:23 [2020-07-17T16:29:23.724Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:29:23 [2020-07-17T16:29:23.724Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:29:23 [2020-07-17T16:29:23.724Z] 
16:29:23 [2020-07-17T16:29:23.724Z] 
16:29:23 [2020-07-17T16:29:23.724Z] DONE 2 tests, 2 skipped in 0.161s
16:29:23 [2020-07-17T16:29:23.724Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:29:23 [2020-07-17T16:29:23.724Z] ++ 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
16:29:23 [2020-07-17T16:29:23.724Z] ++ set -e
16:29:23 [2020-07-17T16:29:23.724Z] ++ '[' -n 0 ']'
16:29:23 [2020-07-17T16:29:23.724Z] ++ set -x
16:29:23 [2020-07-17T16:29:23.724Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:29:23 [2020-07-17T16:29:23.724Z] INFO: Testing against a local daemon
16:29:23 [2020-07-17T16:29:23.724Z] === RUN   TestDockerNetworkMacvlanPersistance
16:29:24 [2020-07-17T16:29:24.598Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
16:29:24 [2020-07-17T16:29:24.625Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
16:29:24 [2020-07-17T16:29:24.625Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
16:29:24 [2020-07-17T16:29:24.630Z] --- PASS: TestCreateServiceMaxReplicas (3.85s)
16:29:24 [2020-07-17T16:29:24.630Z] === RUN   TestCreateWithDuplicateNetworkNames
16:29:24 [2020-07-17T16:29:24.894Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
16:29:25 [2020-07-17T16:29:25.110Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.07s)
16:29:25 [2020-07-17T16:29:25.110Z] === RUN   TestDockerNetworkMacvlan
16:29:25 [2020-07-17T16:29:25.565Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
16:29:25 [2020-07-17T16:29:25.825Z] === RUN   TestDockerSuite/TestContainerAPIRename
16:29:26 [2020-07-17T16:29:26.054Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:29:26 [2020-07-17T16:29:26.763Z] === RUN   TestDockerSuite/TestContainerAPIRestart
16:29:26 [2020-07-17T16:29:26.990Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
16:29:26 [2020-07-17T16:29:26.990Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.16s)
16:29:26 [2020-07-17T16:29:26.990Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.46s)
16:29:26 [2020-07-17T16:29:26.990Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.86s)
16:29:26 [2020-07-17T16:29:26.990Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.00s)
16:29:26 [2020-07-17T16:29:26.990Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s)
16:29:26 [2020-07-17T16:29:26.990Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.97s)
16:29:26 [2020-07-17T16:29:26.990Z] === RUN   TestBuildMultiStageCopy
16:29:26 [2020-07-17T16:29:26.990Z] === RUN   TestBuildMultiStageCopy/copy_to_root
16:29:27 [2020-07-17T16:29:27.441Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:29:28 [2020-07-17T16:29:28.511Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
16:29:28 [2020-07-17T16:29:28.674Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
16:29:28 [2020-07-17T16:29:28.808Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
16:29:28 [2020-07-17T16:29:28.827Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:29:29 [2020-07-17T16:29:29.102Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
16:29:29 [2020-07-17T16:29:29.201Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.434s	coverage: 13.9% of statements
16:29:29 [2020-07-17T16:29:29.402Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
16:29:29 [2020-07-17T16:29:29.698Z] --- PASS: TestBuildMultiStageCopy (2.88s)
16:29:29 [2020-07-17T16:29:29.698Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.51s)
16:29:29 [2020-07-17T16:29:29.698Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.32s)
16:29:29 [2020-07-17T16:29:29.698Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.33s)
16:29:29 [2020-07-17T16:29:29.698Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s)
16:29:29 [2020-07-17T16:29:29.698Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.39s)
16:29:29 [2020-07-17T16:29:29.698Z] === RUN   TestBuildMultiStageParentConfig
16:29:30 [2020-07-17T16:29:30.596Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
16:29:30 [2020-07-17T16:29:30.596Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
16:29:30 [2020-07-17T16:29:30.596Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
16:29:30 [2020-07-17T16:29:30.596Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
16:29:30 [2020-07-17T16:29:30.596Z] === RUN   TestDockerSuite/TestContainerAPIStart
16:29:30 [2020-07-17T16:29:30.756Z] --- PASS: TestBuildMultiStageParentConfig (0.85s)
16:29:30 [2020-07-17T16:29:30.756Z] === RUN   TestBuildLabelWithTargets
16:29:30 [2020-07-17T16:29:30.855Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
16:29:31 [2020-07-17T16:29:31.111Z] ok  	github.com/docker/docker/daemon	12.146s	coverage: 17.4% of statements
16:29:31 [2020-07-17T16:29:31.111Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:29:31 [2020-07-17T16:29:31.111Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:29:31 [2020-07-17T16:29:31.111Z] ok  	github.com/docker/docker/daemon/config	0.056s	coverage: 81.8% of statements
16:29:31 [2020-07-17T16:29:31.792Z] time="2020-07-17T16:29:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:29:31 [2020-07-17T16:29:31.792Z] time="2020-07-17T16:29:31Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:29:31 [2020-07-17T16:29:31.792Z] time="2020-07-17T16:29:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:adc6064fbf16624bf719dd55bfce26ac7a99bf3cc8c6b7d15ea0e67bbcd191c5" mediatype=application/vnd.docker.plugin.v1+json size=522
16:29:31 [2020-07-17T16:29:31.792Z] time="2020-07-17T16:29:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:29:31 [2020-07-17T16:29:31.792Z] time="2020-07-17T16:29:31Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:29:31 [2020-07-17T16:29:31.792Z] time="2020-07-17T16:29:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:adc6064fbf16624bf719dd55bfce26ac7a99bf3cc8c6b7d15ea0e67bbcd191c5" mediatype=application/vnd.docker.plugin.v1+json size=522
16:29:31 [2020-07-17T16:29:31.792Z] === RUN   TestPluginInstall/with_htpasswd
16:29:31 [2020-07-17T16:29:31.804Z] --- PASS: TestBuildLabelWithTargets (1.32s)
16:29:31 [2020-07-17T16:29:31.804Z] === RUN   TestBuildWithEmptyLayers
16:29:32 [2020-07-17T16:29:32.051Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
16:29:32 [2020-07-17T16:29:32.051Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
16:29:32 [2020-07-17T16:29:32.051Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:29:32 [2020-07-17T16:29:32.051Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
16:29:32 [2020-07-17T16:29:32.129Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:29:32 [2020-07-17T16:29:32.361Z] time="2020-07-17T16:29:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:29:32 [2020-07-17T16:29:32.361Z] time="2020-07-17T16:29:32Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:29:32 [2020-07-17T16:29:32.361Z] time="2020-07-17T16:29:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:adc6064fbf16624bf719dd55bfce26ac7a99bf3cc8c6b7d15ea0e67bbcd191c5" mediatype=application/vnd.docker.plugin.v1+json size=522
16:29:32 [2020-07-17T16:29:32.361Z] time="2020-07-17T16:29:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:29:32 [2020-07-17T16:29:32.361Z] time="2020-07-17T16:29:32Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:29:32 [2020-07-17T16:29:32.361Z] time="2020-07-17T16:29:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:adc6064fbf16624bf719dd55bfce26ac7a99bf3cc8c6b7d15ea0e67bbcd191c5" mediatype=application/vnd.docker.plugin.v1+json size=522
16:29:32 [2020-07-17T16:29:32.448Z] --- PASS: TestBuildWithEmptyLayers (0.65s)
16:29:32 [2020-07-17T16:29:32.448Z] === RUN   TestBuildMultiStageOnBuild
16:29:32 [2020-07-17T16:29:32.620Z] === RUN   TestPluginInstall/with_insecure
16:29:33 [2020-07-17T16:29:33.434Z] ok  	github.com/docker/docker/daemon/graphdriver	0.013s	coverage: 2.2% of statements
16:29:33 [2020-07-17T16:29:33.558Z] time="2020-07-17T16:29:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:29:33 [2020-07-17T16:29:33.558Z] time="2020-07-17T16:29:33Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:29:33 [2020-07-17T16:29:33.558Z] time="2020-07-17T16:29:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4b7a1f306d3e013865baf559bde091a052e1d6c9b93012cc8d2004e88ef5c12f" mediatype=application/vnd.docker.plugin.v1+json size=522
16:29:33 [2020-07-17T16:29:33.558Z] time="2020-07-17T16:29:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:29:33 [2020-07-17T16:29:33.558Z] time="2020-07-17T16:29:33Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:29:33 [2020-07-17T16:29:33.558Z] time="2020-07-17T16:29:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4b7a1f306d3e013865baf559bde091a052e1d6c9b93012cc8d2004e88ef5c12f" mediatype=application/vnd.docker.plugin.v1+json size=522
16:29:33 [2020-07-17T16:29:33.817Z] --- PASS: TestPluginInstall (11.85s)
16:29:33 [2020-07-17T16:29:33.817Z]     --- PASS: TestPluginInstall/no_auth (9.92s)
16:29:33 [2020-07-17T16:29:33.817Z]     --- PASS: TestPluginInstall/with_htpasswd (0.74s)
16:29:33 [2020-07-17T16:29:33.817Z]     --- PASS: TestPluginInstall/with_insecure (1.19s)
16:29:33 [2020-07-17T16:29:33.817Z]         plugin_test.go:157: [db4f067cfe862] daemon is not started
16:29:33 [2020-07-17T16:29:33.817Z] PASS
16:29:33 [2020-07-17T16:29:33.817Z] 
16:29:33 [2020-07-17T16:29:33.817Z] DONE 6 tests in 12.046s
16:29:33 [2020-07-17T16:29:33.817Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:29:33 [2020-07-17T16:29:33.817Z] ++ 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
16:29:33 [2020-07-17T16:29:33.817Z] ++ set -e
16:29:33 [2020-07-17T16:29:33.817Z] ++ '[' -n 0 ']'
16:29:33 [2020-07-17T16:29:33.817Z] ++ set -x
16:29:33 [2020-07-17T16:29:33.817Z] ++ env -i DEST=/go/src/github.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
16:29:34 [2020-07-17T16:29:34.077Z] INFO: Testing against a local daemon
16:29:34 [2020-07-17T16:29:34.077Z] === RUN   TestExternalGraphDriver
16:29:34 [2020-07-17T16:29:34.077Z] === RUN   TestExternalGraphDriver/json
16:29:34 [2020-07-17T16:29:34.534Z] --- PASS: TestBuildMultiStageOnBuild (1.84s)
16:29:34 [2020-07-17T16:29:34.535Z] === RUN   TestBuildUncleanTarFilenames
16:29:35 [2020-07-17T16:29:35.184Z] --- PASS: TestBuildUncleanTarFilenames (0.89s)
16:29:35 [2020-07-17T16:29:35.184Z] === RUN   TestBuildMultiStageLayerLeak
16:29:35 [2020-07-17T16:29:35.345Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.365s	coverage: 73.1% of statements
16:29:35 [2020-07-17T16:29:35.430Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:29:35 [2020-07-17T16:29:35.453Z] === RUN   TestDockerSuite/TestContainerAPIStop
16:29:35 [2020-07-17T16:29:35.713Z] === RUN   TestExternalGraphDriver/spec
16:29:35 [2020-07-17T16:29:35.713Z] === RUN   TestDockerSuite/TestContainerAPITop
16:29:35 [2020-07-17T16:29:35.915Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.9% of statements
16:29:36 [2020-07-17T16:29:36.651Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
16:29:36 [2020-07-17T16:29:36.651Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
16:29:36 [2020-07-17T16:29:36.651Z] === RUN   TestDockerSuite/TestContainerAPIWait
16:29:36 [2020-07-17T16:29:36.855Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.463s	coverage: 57.0% of statements
16:29:37 [2020-07-17T16:29:37.265Z] --- PASS: TestBuildMultiStageLayerLeak (1.85s)
16:29:37 [2020-07-17T16:29:37.265Z] === RUN   TestBuildWithHugeFile
16:29:37 [2020-07-17T16:29:37.589Z] === RUN   TestExternalGraphDriver/pull
16:29:38 [2020-07-17T16:29:38.846Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.012s	coverage: 1.8% of statements
16:29:38 [2020-07-17T16:29:38.969Z] --- PASS: TestExternalGraphDriver (4.98s)
16:29:38 [2020-07-17T16:29:38.969Z]     --- PASS: TestExternalGraphDriver/json (1.65s)
16:29:38 [2020-07-17T16:29:38.969Z]     --- PASS: TestExternalGraphDriver/spec (1.87s)
16:29:38 [2020-07-17T16:29:38.969Z]     --- PASS: TestExternalGraphDriver/pull (1.30s)
16:29:38 [2020-07-17T16:29:38.969Z] === RUN   TestGraphdriverPluginV2
16:29:38 [2020-07-17T16:29:38.969Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
16:29:39 [2020-07-17T16:29:39.538Z] === RUN   TestDockerSuite/TestContainerNetworkMode
16:29:40 [2020-07-17T16:29:40.038Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.52s)
16:29:40 [2020-07-17T16:29:40.038Z] === RUN   TestCreateServiceSecretFileMode
16:29:40 [2020-07-17T16:29:40.107Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
16:29:40 [2020-07-17T16:29:40.829Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.296s	coverage: 49.5% of statements
16:29:41 [2020-07-17T16:29:41.399Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.018s	coverage: 46.2% of statements
16:29:41 [2020-07-17T16:29:41.399Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:29:42 [2020-07-17T16:29:42.015Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:29:42 [2020-07-17T16:29:42.777Z] --- PASS: TestCreateServiceSecretFileMode (3.49s)
16:29:42 [2020-07-17T16:29:42.777Z] === RUN   TestCreateServiceConfigFileMode
16:29:42 [2020-07-17T16:29:42.957Z] --- PASS: TestDockerNetworkMacvlan (17.89s)
16:29:42 [2020-07-17T16:29:42.957Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s)
16:29:42 [2020-07-17T16:29:42.957Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s)
16:29:42 [2020-07-17T16:29:42.957Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.93s)
16:29:42 [2020-07-17T16:29:42.957Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.02s)
16:29:42 [2020-07-17T16:29:42.957Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.70s)
16:29:42 [2020-07-17T16:29:42.957Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.27s)
16:29:42 [2020-07-17T16:29:42.957Z] PASS
16:29:42 [2020-07-17T16:29:42.957Z] 
16:29:42 [2020-07-17T16:29:42.957Z] DONE 8 tests in 20.125s
16:29:42 [2020-07-17T16:29:42.957Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
16:29:42 [2020-07-17T16:29:42.957Z] ++ 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
16:29:42 [2020-07-17T16:29:42.957Z] ++ set -e
16:29:42 [2020-07-17T16:29:42.957Z] ++ '[' -n 0 ']'
16:29:42 [2020-07-17T16:29:42.957Z] ++ set -x
16:29:42 [2020-07-17T16:29:42.957Z] ++ env -i DEST=/go/src/github.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
16:29:42 [2020-07-17T16:29:42.957Z] testing: warning: no tests to run
16:29:42 [2020-07-17T16:29:42.957Z] PASS
16:29:42 [2020-07-17T16:29:42.957Z] 
16:29:42 [2020-07-17T16:29:42.957Z] DONE 0 tests in 0.029s
16:29:42 [2020-07-17T16:29:42.957Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:29:42 [2020-07-17T16:29:42.957Z] ++ 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
16:29:42 [2020-07-17T16:29:42.957Z] ++ set -e
16:29:42 [2020-07-17T16:29:42.957Z] ++ '[' -n 0 ']'
16:29:42 [2020-07-17T16:29:42.957Z] ++ set -x
16:29:42 [2020-07-17T16:29:42.957Z] ++ env -i DEST=/go/src/github.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
16:29:43 [2020-07-17T16:29:43.218Z] INFO: Testing against a local daemon
16:29:43 [2020-07-17T16:29:43.218Z] === RUN   TestAuthZPluginAllowRequest
16:29:43 [2020-07-17T16:29:43.307Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.630s	coverage: 57.7% of statements
16:29:43 [2020-07-17T16:29:43.307Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:29:43 [2020-07-17T16:29:43.397Z] --- PASS: TestGraphdriverPluginV2 (3.86s)
16:29:43 [2020-07-17T16:29:43.397Z] PASS
16:29:43 [2020-07-17T16:29:43.397Z] 
16:29:43 [2020-07-17T16:29:43.397Z] DONE 5 tests in 8.957s
16:29:43 [2020-07-17T16:29:43.397Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:29:43 [2020-07-17T16:29:43.397Z] ++ 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
16:29:43 [2020-07-17T16:29:43.397Z] ++ set -e
16:29:43 [2020-07-17T16:29:43.397Z] ++ '[' -n 0 ']'
16:29:43 [2020-07-17T16:29:43.397Z] ++ set -x
16:29:43 [2020-07-17T16:29:43.397Z] ++ env -i DEST=/go/src/github.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
16:29:43 [2020-07-17T16:29:43.397Z] INFO: Testing against a local daemon
16:29:43 [2020-07-17T16:29:43.397Z] === RUN   TestContinueAfterPluginCrash
16:29:43 [2020-07-17T16:29:43.397Z] === PAUSE TestContinueAfterPluginCrash
16:29:43 [2020-07-17T16:29:43.397Z] === RUN   TestReadPluginNoRead
16:29:43 [2020-07-17T16:29:43.397Z] === PAUSE TestReadPluginNoRead
16:29:43 [2020-07-17T16:29:43.397Z] === RUN   TestDaemonStartWithLogOpt
16:29:43 [2020-07-17T16:29:43.397Z] === PAUSE TestDaemonStartWithLogOpt
16:29:43 [2020-07-17T16:29:43.397Z] === CONT  TestContinueAfterPluginCrash
16:29:43 [2020-07-17T16:29:43.397Z] === CONT  TestDaemonStartWithLogOpt
16:29:43 [2020-07-17T16:29:43.397Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
16:29:43 [2020-07-17T16:29:43.878Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.406s	coverage: 76.1% of statements
16:29:43 [2020-07-17T16:29:43.878Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:29:43 [2020-07-17T16:29:43.967Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
16:29:44 [2020-07-17T16:29:44.816Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.025s	coverage: 58.0% of statements
16:29:45 [2020-07-17T16:29:45.131Z] --- PASS: TestAuthZPluginAllowRequest (1.77s)
16:29:45 [2020-07-17T16:29:45.131Z] === RUN   TestAuthZPluginTLS
16:29:45 [2020-07-17T16:29:45.386Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
16:29:45 [2020-07-17T16:29:45.705Z] --- PASS: TestAuthZPluginTLS (0.70s)
16:29:45 [2020-07-17T16:29:45.705Z] === RUN   TestAuthZPluginDenyRequest
16:29:45 [2020-07-17T16:29:45.875Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
16:29:46 [2020-07-17T16:29:46.277Z] --- PASS: TestAuthZPluginDenyRequest (0.66s)
16:29:46 [2020-07-17T16:29:46.277Z] === RUN   TestAuthZPluginAPIDenyResponse
16:29:46 [2020-07-17T16:29:46.303Z] --- PASS: TestCreateServiceConfigFileMode (3.12s)
16:29:46 [2020-07-17T16:29:46.303Z] === RUN   TestCreateServiceSysctls
16:29:46 [2020-07-17T16:29:46.325Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
16:29:46 [2020-07-17T16:29:46.848Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s)
16:29:46 [2020-07-17T16:29:46.848Z] === RUN   TestAuthZPluginDenyResponse
16:29:47 [2020-07-17T16:29:47.254Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
16:29:47 [2020-07-17T16:29:47.710Z] ok  	github.com/docker/docker/daemon/images	0.013s	coverage: 4.8% of statements
16:29:47 [2020-07-17T16:29:47.710Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:29:47 [2020-07-17T16:29:47.710Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:29:47 [2020-07-17T16:29:47.792Z] --- PASS: TestAuthZPluginDenyResponse (0.67s)
16:29:47 [2020-07-17T16:29:47.792Z] === RUN   TestAuthZPluginAllowEventStream
16:29:48 [2020-07-17T16:29:48.193Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
16:29:48 [2020-07-17T16:29:48.280Z] ok  	github.com/docker/docker/daemon/logger	0.260s	coverage: 41.0% of statements
16:29:48 [2020-07-17T16:29:48.763Z] --- PASS: TestDaemonStartWithLogOpt (5.69s)
16:29:48 [2020-07-17T16:29:48.763Z] === CONT  TestReadPluginNoRead
16:29:49 [2020-07-17T16:29:49.661Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.216s	coverage: 77.8% of statements
16:29:49 [2020-07-17T16:29:49.661Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
16:29:49 [2020-07-17T16:29:49.661Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:29:49 [2020-07-17T16:29:49.661Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 67.0% of statements
16:29:49 [2020-07-17T16:29:49.701Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
16:29:49 [2020-07-17T16:29:49.706Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s)
16:29:49 [2020-07-17T16:29:49.706Z] === RUN   TestAuthZPluginErrorResponse
16:29:49 [2020-07-17T16:29:49.966Z] --- PASS: TestAuthZPluginErrorResponse (0.63s)
16:29:49 [2020-07-17T16:29:49.966Z] === RUN   TestAuthZPluginErrorRequest
16:29:50 [2020-07-17T16:29:50.538Z] --- PASS: TestAuthZPluginErrorRequest (0.62s)
16:29:50 [2020-07-17T16:29:50.538Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:29:50 [2020-07-17T16:29:50.769Z] --- PASS: TestCreateServiceSysctls (4.30s)
16:29:50 [2020-07-17T16:29:50.769Z] === RUN   TestCreateServiceCapabilities
16:29:51 [2020-07-17T16:29:51.041Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 26.2% of statements
16:29:51 [2020-07-17T16:29:51.080Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
16:29:51 [2020-07-17T16:29:51.300Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.006s	coverage: 61.6% of statements
16:29:51 [2020-07-17T16:29:51.340Z] === RUN   TestReadPluginNoRead/default
16:29:51 [2020-07-17T16:29:51.481Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.64s)
16:29:51 [2020-07-17T16:29:51.481Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:29:51 [2020-07-17T16:29:51.560Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
16:29:52 [2020-07-17T16:29:52.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
16:29:52 [2020-07-17T16:29:52.853Z] === RUN   TestReadPluginNoRead/disabled_caching
16:29:52 [2020-07-17T16:29:52.942Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 75.2% of statements
16:29:52 [2020-07-17T16:29:52.942Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:29:53 [2020-07-17T16:29:53.202Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.047s	coverage: 37.7% of statements
16:29:53 [2020-07-17T16:29:53.398Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.18s)
16:29:53 [2020-07-17T16:29:53.398Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:29:53 [2020-07-17T16:29:53.421Z] --- PASS: TestContinueAfterPluginCrash (10.47s)
16:29:53 [2020-07-17T16:29:53.680Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000761000_<nil>}
16:29:53 [2020-07-17T16:29:53.940Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:29:54 [2020-07-17T16:29:54.140Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.009s	coverage: 33.3% of statements
16:29:54 [2020-07-17T16:29:54.297Z] --- PASS: TestCreateServiceCapabilities (3.74s)
16:29:54 [2020-07-17T16:29:54.297Z] === RUN   TestInspect
16:29:55 [2020-07-17T16:29:55.319Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1090482807_/foo_false__<nil>_<nil>_<nil>}
16:29:55 [2020-07-17T16:29:55.520Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.009s	coverage: 46.8% of statements
16:29:55 [2020-07-17T16:29:55.579Z] --- PASS: TestReadPluginNoRead (6.80s)
16:29:55 [2020-07-17T16:29:55.579Z]     --- PASS: TestReadPluginNoRead/default (1.29s)
16:29:55 [2020-07-17T16:29:55.579Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.24s)
16:29:55 [2020-07-17T16:29:55.579Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.48s)
16:29:55 [2020-07-17T16:29:55.579Z]     read_test.go:92: [dcff353f5a3f0] daemon is not started
16:29:55 [2020-07-17T16:29:55.579Z] PASS
16:29:55 [2020-07-17T16:29:55.579Z] 
16:29:55 [2020-07-17T16:29:55.579Z] DONE 6 tests in 12.635s
16:29:55 [2020-07-17T16:29:55.579Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:29:55 [2020-07-17T16:29:55.579Z] ++ 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
16:29:55 [2020-07-17T16:29:55.579Z] ++ set -e
16:29:55 [2020-07-17T16:29:55.579Z] ++ '[' -n 0 ']'
16:29:55 [2020-07-17T16:29:55.579Z] ++ set -x
16:29:55 [2020-07-17T16:29:55.579Z] ++ env -i DEST=/go/src/github.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
16:29:55 [2020-07-17T16:29:55.579Z] testing: warning: no tests to run
16:29:55 [2020-07-17T16:29:55.579Z] PASS
16:29:55 [2020-07-17T16:29:55.579Z] 
16:29:55 [2020-07-17T16:29:55.579Z] DONE 0 tests in 0.051s
16:29:55 [2020-07-17T16:29:55.579Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:29:55 [2020-07-17T16:29:55.579Z] ++ 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
16:29:55 [2020-07-17T16:29:55.579Z] ++ set -e
16:29:55 [2020-07-17T16:29:55.579Z] ++ '[' -n 0 ']'
16:29:55 [2020-07-17T16:29:55.579Z] ++ set -x
16:29:55 [2020-07-17T16:29:55.579Z] ++ env -i DEST=/go/src/github.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
16:29:55 [2020-07-17T16:29:55.780Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
16:29:55 [2020-07-17T16:29:55.838Z] INFO: Testing against a local daemon
16:29:55 [2020-07-17T16:29:55.838Z] === RUN   TestPluginWithDevMounts
16:29:55 [2020-07-17T16:29:55.838Z] === PAUSE TestPluginWithDevMounts
16:29:55 [2020-07-17T16:29:55.838Z] === CONT  TestPluginWithDevMounts
16:29:55 [2020-07-17T16:29:55.943Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.24s)
16:29:55 [2020-07-17T16:29:55.943Z] === RUN   TestAuthZPluginHeader
16:29:56 [2020-07-17T16:29:56.348Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
16:29:56 [2020-07-17T16:29:56.349Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.676s	coverage: 82.5% of statements
16:29:56 [2020-07-17T16:29:56.608Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:29:56 [2020-07-17T16:29:56.608Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:29:56 [2020-07-17T16:29:56.776Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1090482807_/foo_true__<nil>_<nil>_<nil>}
16:29:56 [2020-07-17T16:29:56.886Z] --- PASS: TestAuthZPluginHeader (0.99s)
16:29:56 [2020-07-17T16:29:56.886Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:29:56 [2020-07-17T16:29:56.886Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:29:56 [2020-07-17T16:29:56.886Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:29:56 [2020-07-17T16:29:56.886Z] === RUN   TestAuthZPluginV2Disable
16:29:56 [2020-07-17T16:29:56.886Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
16:29:56 [2020-07-17T16:29:56.886Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:29:56 [2020-07-17T16:29:56.886Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:29:56 [2020-07-17T16:29:56.886Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:29:56 [2020-07-17T16:29:56.886Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:29:56 [2020-07-17T16:29:56.886Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:29:56 [2020-07-17T16:29:56.886Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:29:56 [2020-07-17T16:29:56.886Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:29:56 [2020-07-17T16:29:56.886Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:29:57 [2020-07-17T16:29:57.344Z] --- PASS: TestPluginWithDevMounts (1.70s)
16:29:57 [2020-07-17T16:29:57.344Z] PASS
16:29:57 [2020-07-17T16:29:57.344Z] 
16:29:57 [2020-07-17T16:29:57.344Z] DONE 1 tests in 1.856s
16:29:57 [2020-07-17T16:29:57.344Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
16:29:57 [2020-07-17T16:29:57.344Z] ++ 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
16:29:57 [2020-07-17T16:29:57.344Z] ++ set -e
16:29:57 [2020-07-17T16:29:57.344Z] ++ '[' -n 0 ']'
16:29:57 [2020-07-17T16:29:57.344Z] ++ set -x
16:29:57 [2020-07-17T16:29:57.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=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
16:29:57 [2020-07-17T16:29:57.603Z] INFO: Testing against a local daemon
16:29:57 [2020-07-17T16:29:57.603Z] === RUN   TestSecretInspect
16:29:57 [2020-07-17T16:29:57.827Z] --- PASS: TestInspect (3.76s)
16:29:57 [2020-07-17T16:29:57.827Z] === RUN   TestCreateJob
16:29:58 [2020-07-17T16:29:58.170Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3290057066_/foo_false__<nil>_<nil>_<nil>}
16:29:58 [2020-07-17T16:29:58.519Z] ok  	github.com/docker/docker/distribution/metadata	0.038s	coverage: 48.2% of statements
16:29:59 [2020-07-17T16:29:59.457Z] ok  	github.com/docker/docker/distribution	0.391s	coverage: 22.1% of statements
16:29:59 [2020-07-17T16:29:59.457Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:29:59 [2020-07-17T16:29:59.550Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3290057066_/foo_true__<nil>_<nil>_<nil>}
16:30:00 [2020-07-17T16:30:00.026Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 49.4% of statements
16:30:00 [2020-07-17T16:30:00.117Z] --- PASS: TestSecretInspect (2.41s)
16:30:00 [2020-07-17T16:30:00.117Z] === RUN   TestSecretList
16:30:00 [2020-07-17T16:30:00.965Z] ok  	github.com/docker/docker/image	0.016s	coverage: 86.4% of statements
16:30:01 [2020-07-17T16:30:01.054Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3290057066_/foo_true__0xc000761060_<nil>_<nil>}
16:30:01 [2020-07-17T16:30:01.534Z] ok  	github.com/docker/docker/distribution/xfer	1.882s	coverage: 85.1% of statements
16:30:01 [2020-07-17T16:30:01.534Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:30:01 [2020-07-17T16:30:01.794Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
16:30:01 [2020-07-17T16:30:01.794Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
16:30:02 [2020-07-17T16:30:02.337Z] --- PASS: TestCreateJob (4.23s)
16:30:02 [2020-07-17T16:30:02.337Z] === RUN   TestReplicatedJob
16:30:02 [2020-07-17T16:30:02.439Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000761080_<nil>}
16:30:02 [2020-07-17T16:30:02.439Z] --- PASS: TestSecretList (2.32s)
16:30:02 [2020-07-17T16:30:02.439Z] === RUN   TestSecretsCreateAndDelete
16:30:02 [2020-07-17T16:30:02.733Z] ok  	github.com/docker/docker/image/v1	0.013s	coverage: 25.0% of statements
16:30:02 [2020-07-17T16:30:02.733Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:30:03 [2020-07-17T16:30:03.672Z] ok  	github.com/docker/docker/libcontainerd/queue	0.032s	coverage: 100.0% of statements
16:30:03 [2020-07-17T16:30:03.818Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0007610a0_<nil>}
16:30:04 [2020-07-17T16:30:04.386Z] --- PASS: TestSecretsCreateAndDelete (1.98s)
16:30:04 [2020-07-17T16:30:04.386Z] === RUN   TestSecretsUpdate
16:30:04 [2020-07-17T16:30:04.612Z] ok  	github.com/docker/docker/opts	0.019s	coverage: 67.4% of statements
16:30:04 [2020-07-17T16:30:04.871Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 50.0% of statements
16:30:05 [2020-07-17T16:30:05.323Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0007610c0_<nil>}
16:30:05 [2020-07-17T16:30:05.323Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
16:30:06 [2020-07-17T16:30:06.700Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0007610e0_<nil>}
16:30:06 [2020-07-17T16:30:06.700Z] --- PASS: TestSecretsUpdate (2.47s)
16:30:06 [2020-07-17T16:30:06.700Z] === RUN   TestTemplatedSecret
16:30:06 [2020-07-17T16:30:06.778Z] ok  	github.com/docker/docker/pkg/archive	0.291s	coverage: 76.9% of statements
16:30:07 [2020-07-17T16:30:07.716Z] ok  	github.com/docker/docker/pkg/authorization	0.197s	coverage: 68.3% of statements
16:30:07 [2020-07-17T16:30:07.717Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
16:30:07 [2020-07-17T16:30:07.976Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
16:30:08 [2020-07-17T16:30:08.082Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
16:30:09 [2020-07-17T16:30:09.466Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
16:30:09 [2020-07-17T16:30:09.726Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
16:30:10 [2020-07-17T16:30:10.295Z] --- PASS: TestTemplatedSecret (3.63s)
16:30:10 [2020-07-17T16:30:10.295Z] === RUN   TestSecretCreateResolve
16:30:10 [2020-07-17T16:30:10.832Z] --- PASS: TestReplicatedJob (7.52s)
16:30:10 [2020-07-17T16:30:10.832Z] === RUN   TestUpdateReplicatedJob
16:30:11 [2020-07-17T16:30:11.265Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.478s	coverage: 43.2% of statements
16:30:11 [2020-07-17T16:30:11.265Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
16:30:11 [2020-07-17T16:30:11.834Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
16:30:12 [2020-07-17T16:30:12.094Z] ok  	github.com/docker/docker/pkg/discovery/file	0.003s	coverage: 97.6% of statements
16:30:12 [2020-07-17T16:30:12.094Z] ok  	github.com/docker/docker/layer	7.984s	coverage: 68.8% of statements
16:30:12 [2020-07-17T16:30:12.094Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:30:12 [2020-07-17T16:30:12.094Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:30:12 [2020-07-17T16:30:12.094Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:30:12 [2020-07-17T16:30:12.094Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:30:12 [2020-07-17T16:30:12.094Z] ?   	github.com/docker/docker/oci	[no test files]
16:30:12 [2020-07-17T16:30:12.094Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:30:12 [2020-07-17T16:30:12.094Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
16:30:12 [2020-07-17T16:30:12.094Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:30:12 [2020-07-17T16:30:12.201Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
16:30:13 [2020-07-17T16:30:13.066Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.007s	coverage: 92.3% of statements
16:30:13 [2020-07-17T16:30:13.140Z] --- PASS: TestSecretCreateResolve (2.89s)
16:30:13 [2020-07-17T16:30:13.140Z] PASS
16:30:13 [2020-07-17T16:30:13.140Z] 
16:30:13 [2020-07-17T16:30:13.140Z] DONE 6 tests in 15.800s
16:30:13 [2020-07-17T16:30:13.402Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
16:30:13 [2020-07-17T16:30:13.402Z] ++ 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
16:30:13 [2020-07-17T16:30:13.402Z] ++ set -e
16:30:13 [2020-07-17T16:30:13.402Z] ++ '[' -n 0 ']'
16:30:13 [2020-07-17T16:30:13.402Z] ++ set -x
16:30:13 [2020-07-17T16:30:13.402Z] ++ env -i DEST=/go/src/github.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
16:30:13 [2020-07-17T16:30:13.402Z] INFO: Testing against a local daemon
16:30:13 [2020-07-17T16:30:13.402Z] === RUN   TestServiceCreateInit
16:30:13 [2020-07-17T16:30:13.402Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:30:13 [2020-07-17T16:30:13.634Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.003s	coverage: 93.8% of statements
16:30:13 [2020-07-17T16:30:13.665Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
16:30:13 [2020-07-17T16:30:13.893Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
16:30:14 [2020-07-17T16:30:14.361Z] --- PASS: TestUpdateReplicatedJob (4.59s)
16:30:14 [2020-07-17T16:30:14.361Z] === RUN   TestServiceListWithStatuses
16:30:14 [2020-07-17T16:30:14.361Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:30:14 [2020-07-17T16:30:14.361Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:30:14 [2020-07-17T16:30:14.361Z] === RUN   TestDockerNetworkConnectAlias
16:30:15 [2020-07-17T16:30:15.007Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.08s)
16:30:15 [2020-07-17T16:30:15.007Z] PASS
16:30:15 [2020-07-17T16:30:15.007Z] 
16:30:15 [2020-07-17T16:30:15.007Z] === Skipped
16:30:15 [2020-07-17T16:30:15.007Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:30:15 [2020-07-17T16:30:15.007Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:30:15 [2020-07-17T16:30:15.007Z] 
16:30:15 [2020-07-17T16:30:15.007Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
16:30:15 [2020-07-17T16:30:15.007Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:30:15 [2020-07-17T16:30:15.007Z] 
16:30:15 [2020-07-17T16:30:15.007Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:30:15 [2020-07-17T16:30:15.007Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:30:15 [2020-07-17T16:30:15.007Z] 
16:30:15 [2020-07-17T16:30:15.007Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:30:15 [2020-07-17T16:30:15.007Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:30:15 [2020-07-17T16:30:15.007Z] 
16:30:15 [2020-07-17T16:30:15.007Z] 
16:30:15 [2020-07-17T16:30:15.007Z] DONE 17 tests, 4 skipped in 31.776s
16:30:15 [2020-07-17T16:30:15.007Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:30:15 [2020-07-17T16:30:15.007Z] ++ 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
16:30:15 [2020-07-17T16:30:15.007Z] ++ set -e
16:30:15 [2020-07-17T16:30:15.007Z] ++ '[' -n 0 ']'
16:30:15 [2020-07-17T16:30:15.007Z] ++ set -x
16:30:15 [2020-07-17T16:30:15.007Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:30:15 [2020-07-17T16:30:15.007Z] INFO: Testing against a local daemon
16:30:15 [2020-07-17T16:30:15.007Z] === RUN   TestPluginInvalidJSON
16:30:15 [2020-07-17T16:30:15.007Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
16:30:15 [2020-07-17T16:30:15.007Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
16:30:15 [2020-07-17T16:30:15.007Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
16:30:15 [2020-07-17T16:30:15.007Z] --- PASS: TestPluginInvalidJSON (0.04s)
16:30:15 [2020-07-17T16:30:15.007Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
16:30:15 [2020-07-17T16:30:15.007Z] === RUN   TestPluginInstall
16:30:15 [2020-07-17T16:30:15.007Z] === RUN   TestPluginInstall/no_auth
16:30:15 [2020-07-17T16:30:15.273Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
16:30:15 [2020-07-17T16:30:15.843Z] ok  	github.com/docker/docker/pkg/fileutils	0.014s	coverage: 89.5% of statements
16:30:16 [2020-07-17T16:30:16.413Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.075s	coverage: 84.1% of statements
16:30:16 [2020-07-17T16:30:16.673Z] ok  	github.com/docker/docker/pkg/fsutils	0.178s	coverage: 85.1% of statements
16:30:16 [2020-07-17T16:30:16.673Z] ok  	github.com/docker/docker/pkg/homedir	0.011s	coverage: 11.4% of statements
16:30:16 [2020-07-17T16:30:16.969Z] === RUN   TestDockerSuite/TestCopyAndRestart
16:30:17 [2020-07-17T16:30:17.611Z] ok  	github.com/docker/docker/pkg/idtools	0.377s	coverage: 70.5% of statements
16:30:17 [2020-07-17T16:30:17.910Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
16:30:18 [2020-07-17T16:30:18.170Z] === RUN   TestDockerSuite/TestCpAbsolutePath
16:30:18 [2020-07-17T16:30:18.180Z] ok  	github.com/docker/docker/pkg/ioutils	0.590s	coverage: 69.3% of statements
16:30:18 [2020-07-17T16:30:18.180Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.014s	coverage: 91.7% of statements
16:30:18 [2020-07-17T16:30:18.440Z] ok  	github.com/docker/docker/pkg/locker	0.017s	coverage: 88.9% of statements
16:30:18 [2020-07-17T16:30:18.699Z] ok  	github.com/docker/docker/pkg/longpath	0.016s	coverage: 100.0% of statements
16:30:18 [2020-07-17T16:30:18.699Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:30:18 [2020-07-17T16:30:18.699Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
16:30:18 [2020-07-17T16:30:18.738Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:30:18 [2020-07-17T16:30:18.738Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
16:30:18 [2020-07-17T16:30:18.958Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.013s	coverage: 85.7% of statements
16:30:18 [2020-07-17T16:30:18.958Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
16:30:19 [2020-07-17T16:30:19.218Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
16:30:19 [2020-07-17T16:30:19.478Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.005s	coverage: 60.0% of statements
16:30:19 [2020-07-17T16:30:19.677Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
16:30:19 [2020-07-17T16:30:19.738Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 91.4% of statements
16:30:19 [2020-07-17T16:30:19.937Z] === RUN   TestDockerSuite/TestCpFromCaseA
16:30:19 [2020-07-17T16:30:19.998Z] ok  	github.com/docker/docker/pkg/pidfile	0.014s	coverage: 82.4% of statements
16:30:19 [2020-07-17T16:30:19.998Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:30:19 [2020-07-17T16:30:19.998Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:30:20 [2020-07-17T16:30:20.874Z] === RUN   TestDockerSuite/TestCpFromCaseB
16:30:20 [2020-07-17T16:30:20.938Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.012s	coverage: 56.8% of statements
16:30:21 [2020-07-17T16:30:21.444Z] === RUN   TestDockerSuite/TestCpFromCaseC
16:30:21 [2020-07-17T16:30:21.508Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:20Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:be9df5a3dc1066ccda3d936aba4684045f00388a68c9345e12b3b3cd3cac03fd" mediatype=application/vnd.docker.plugin.v1+json size=522
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:20Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:be9df5a3dc1066ccda3d936aba4684045f00388a68c9345e12b3b3cd3cac03fd" mediatype=application/vnd.docker.plugin.v1+json size=522
16:30:21 [2020-07-17T16:30:21.601Z] === RUN   TestPluginInstall/with_htpasswd
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:21Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc98702f1a720c8beca4f976479ab6889354a0a992e1c3bc245698fd2996e344" mediatype=application/vnd.docker.plugin.v1+json size=522
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:21Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:30:21 [2020-07-17T16:30:21.601Z] time="2020-07-17T16:30:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc98702f1a720c8beca4f976479ab6889354a0a992e1c3bc245698fd2996e344" mediatype=application/vnd.docker.plugin.v1+json size=522
16:30:21 [2020-07-17T16:30:21.768Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
16:30:22 [2020-07-17T16:30:22.015Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
16:30:22 [2020-07-17T16:30:22.027Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
16:30:22 [2020-07-17T16:30:22.173Z] === RUN   TestPluginInstall/with_insecure
16:30:22 [2020-07-17T16:30:22.275Z] === RUN   TestDockerSuite/TestCpFromCaseD
16:30:22 [2020-07-17T16:30:22.860Z] --- PASS: TestDockerNetworkConnectAlias (8.13s)
16:30:22 [2020-07-17T16:30:22.860Z] === RUN   TestDockerNetworkReConnect
16:30:23 [2020-07-17T16:30:23.215Z] === RUN   TestDockerSuite/TestCpFromCaseE
16:30:23 [2020-07-17T16:30:23.404Z] ok  	github.com/docker/docker/pkg/pubsub	1.029s	coverage: 73.9% of statements
16:30:23 [2020-07-17T16:30:23.404Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
16:30:23 [2020-07-17T16:30:23.475Z] --- PASS: TestServiceCreateInit (9.86s)
16:30:23 [2020-07-17T16:30:23.475Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.10s)
16:30:23 [2020-07-17T16:30:23.475Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.74s)
16:30:23 [2020-07-17T16:30:23.475Z] === RUN   TestCreateServiceMultipleTimes
16:30:23 [2020-07-17T16:30:23.559Z] time="2020-07-17T16:30:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:30:23 [2020-07-17T16:30:23.560Z] time="2020-07-17T16:30:23Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:30:23 [2020-07-17T16:30:23.560Z] time="2020-07-17T16:30:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8161bda7ae385764ec15579479c95bb9eae20f36f386056419c4e38370bd4f7c" mediatype=application/vnd.docker.plugin.v1+json size=522
16:30:23 [2020-07-17T16:30:23.560Z] time="2020-07-17T16:30:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:30:23 [2020-07-17T16:30:23.560Z] time="2020-07-17T16:30:23Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:30:23 [2020-07-17T16:30:23.560Z] time="2020-07-17T16:30:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8161bda7ae385764ec15579479c95bb9eae20f36f386056419c4e38370bd4f7c" mediatype=application/vnd.docker.plugin.v1+json size=522
16:30:23 [2020-07-17T16:30:23.821Z] --- PASS: TestPluginInstall (8.78s)
16:30:23 [2020-07-17T16:30:23.821Z]     --- PASS: TestPluginInstall/no_auth (5.86s)
16:30:23 [2020-07-17T16:30:23.821Z]     --- PASS: TestPluginInstall/with_htpasswd (1.20s)
16:30:23 [2020-07-17T16:30:23.821Z]     --- PASS: TestPluginInstall/with_insecure (1.71s)
16:30:23 [2020-07-17T16:30:23.821Z]         plugin_test.go:157: [d8834c0a29fa4] daemon is not started
16:30:23 [2020-07-17T16:30:23.821Z] PASS
16:30:23 [2020-07-17T16:30:23.821Z] 
16:30:23 [2020-07-17T16:30:23.821Z] DONE 6 tests in 9.001s
16:30:23 [2020-07-17T16:30:23.821Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:30:23 [2020-07-17T16:30:23.821Z] ++ 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
16:30:23 [2020-07-17T16:30:23.821Z] ++ set -e
16:30:23 [2020-07-17T16:30:23.821Z] ++ '[' -n 0 ']'
16:30:23 [2020-07-17T16:30:23.821Z] ++ set -x
16:30:23 [2020-07-17T16:30:23.821Z] ++ env -i DEST=/go/src/github.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
16:30:24 [2020-07-17T16:30:24.081Z] INFO: Testing against a local daemon
16:30:24 [2020-07-17T16:30:24.081Z] === RUN   TestExternalGraphDriver
16:30:24 [2020-07-17T16:30:24.342Z] === RUN   TestExternalGraphDriver/json
16:30:24 [2020-07-17T16:30:24.415Z] === RUN   TestDockerSuite/TestCpFromCaseF
16:30:24 [2020-07-17T16:30:24.984Z] === RUN   TestDockerSuite/TestCpFromCaseG
16:30:25 [2020-07-17T16:30:25.925Z] === RUN   TestDockerSuite/TestCpFromCaseH
16:30:26 [2020-07-17T16:30:26.015Z] fc1b9e59edad: Pull complete
16:30:26 [2020-07-17T16:30:26.015Z] Digest: sha256:921bed01c2a023310bdbaa288edebd82c4910e536ff206b87e9cbe703ca27505
16:30:26 [2020-07-17T16:30:26.015Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
16:30:26 [2020-07-17T16:30:26.015Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
16:30:26 [2020-07-17T16:30:26.015Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
16:30:26 [2020-07-17T16:30:26.015Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1339'
16:30:26 [2020-07-17T16:30:26.015Z] WARN: Skipping validation tests
16:30:26 [2020-07-17T16:30:26.015Z] INFO: Running unit tests at 07/17/2020 16:30:21...
16:30:26 [2020-07-17T16:30:26.015Z] INFO: make.ps1 starting at 07/17/2020 16:30:25
16:30:26 [2020-07-17T16:30:26.015Z] INFO: Git commit (b0c0b41016) assumed from DOCKER_GITCOMMIT environment variable
16:30:26 [2020-07-17T16:30:26.015Z] INFO: Invoking autogen...
16:30:26 [2020-07-17T16:30:26.694Z] ok  	github.com/docker/docker/pkg/signal	2.371s	coverage: 61.0% of statements
16:30:26 [2020-07-17T16:30:26.694Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
16:30:26 [2020-07-17T16:30:26.866Z] === RUN   TestDockerSuite/TestCpFromCaseI
16:30:26 [2020-07-17T16:30:26.888Z] === RUN   TestExternalGraphDriver/spec
16:30:26 [2020-07-17T16:30:26.954Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
16:30:27 [2020-07-17T16:30:27.214Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
16:30:27 [2020-07-17T16:30:27.473Z] ok  	github.com/docker/docker/pkg/symlink	0.007s	coverage: 87.7% of statements
16:30:27 [2020-07-17T16:30:27.583Z] INFO: Running unit tests...
16:30:27 [2020-07-17T16:30:27.804Z] === RUN   TestDockerSuite/TestCpFromCaseJ
16:30:28 [2020-07-17T16:30:28.041Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.6% of statements
16:30:28 [2020-07-17T16:30:28.534Z] --- PASS: TestDockerNetworkReConnect (6.18s)
16:30:28 [2020-07-17T16:30:28.534Z] === RUN   TestServicePlugin
16:30:28 [2020-07-17T16:30:28.534Z] --- SKIP: TestServicePlugin (0.00s)
16:30:28 [2020-07-17T16:30:28.534Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:30:28 [2020-07-17T16:30:28.534Z] === RUN   TestServiceUpdateLabel
16:30:28 [2020-07-17T16:30:28.610Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
16:30:28 [2020-07-17T16:30:28.742Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
16:30:28 [2020-07-17T16:30:28.869Z] ok  	github.com/docker/docker/pkg/tailfile	0.052s	coverage: 88.6% of statements
16:30:29 [2020-07-17T16:30:29.433Z] === RUN   TestExternalGraphDriver/pull
16:30:29 [2020-07-17T16:30:29.439Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
16:30:29 [2020-07-17T16:30:29.697Z] testing: warning: no tests to run
16:30:29 [2020-07-17T16:30:29.697Z] coverage: [no statements]
16:30:29 [2020-07-17T16:30:29.697Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
16:30:29 [2020-07-17T16:30:29.957Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
16:30:30 [2020-07-17T16:30:30.122Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
16:30:30 [2020-07-17T16:30:30.216Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
16:30:30 [2020-07-17T16:30:30.476Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
16:30:31 [2020-07-17T16:30:31.062Z] === RUN   TestDockerSuite/TestCpGarbagePath
16:30:31 [2020-07-17T16:30:31.630Z] === RUN   TestDockerSuite/TestCpLocalOnly
16:30:31 [2020-07-17T16:30:31.630Z] === RUN   TestDockerSuite/TestCpNameHasColon
16:30:31 [2020-07-17T16:30:31.890Z] === RUN   TestDockerSuite/TestCpRelativePath
16:30:31 [2020-07-17T16:30:31.980Z] --- PASS: TestExternalGraphDriver (7.57s)
16:30:31 [2020-07-17T16:30:31.980Z]     --- PASS: TestExternalGraphDriver/json (2.40s)
16:30:31 [2020-07-17T16:30:31.980Z]     --- PASS: TestExternalGraphDriver/spec (2.74s)
16:30:31 [2020-07-17T16:30:31.980Z]     --- PASS: TestExternalGraphDriver/pull (2.20s)
16:30:31 [2020-07-17T16:30:31.980Z] === RUN   TestGraphdriverPluginV2
16:30:31 [2020-07-17T16:30:31.980Z] --- SKIP: TestGraphdriverPluginV2 (0.15s)
16:30:31 [2020-07-17T16:30:31.980Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:30:31 [2020-07-17T16:30:31.980Z] PASS
16:30:31 [2020-07-17T16:30:31.980Z] 
16:30:31 [2020-07-17T16:30:31.980Z] === Skipped
16:30:31 [2020-07-17T16:30:31.980Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.15s)
16:30:31 [2020-07-17T16:30:31.980Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:30:31 [2020-07-17T16:30:31.980Z] 
16:30:31 [2020-07-17T16:30:31.980Z] 
16:30:31 [2020-07-17T16:30:31.980Z] DONE 5 tests, 1 skipped in 7.911s
16:30:31 [2020-07-17T16:30:31.980Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:30:31 [2020-07-17T16:30:31.980Z] ++ 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
16:30:31 [2020-07-17T16:30:31.980Z] ++ set -e
16:30:31 [2020-07-17T16:30:31.980Z] ++ '[' -n 0 ']'
16:30:31 [2020-07-17T16:30:31.980Z] ++ set -x
16:30:31 [2020-07-17T16:30:31.980Z] ++ env -i DEST=/go/src/github.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
16:30:31 [2020-07-17T16:30:31.980Z] INFO: Testing against a local daemon
16:30:31 [2020-07-17T16:30:31.980Z] === RUN   TestContinueAfterPluginCrash
16:30:31 [2020-07-17T16:30:31.980Z] === PAUSE TestContinueAfterPluginCrash
16:30:31 [2020-07-17T16:30:31.980Z] === RUN   TestReadPluginNoRead
16:30:31 [2020-07-17T16:30:31.980Z] === PAUSE TestReadPluginNoRead
16:30:31 [2020-07-17T16:30:31.980Z] === RUN   TestDaemonStartWithLogOpt
16:30:31 [2020-07-17T16:30:31.980Z] === PAUSE TestDaemonStartWithLogOpt
16:30:31 [2020-07-17T16:30:31.980Z] === CONT  TestContinueAfterPluginCrash
16:30:31 [2020-07-17T16:30:31.980Z] === CONT  TestDaemonStartWithLogOpt
16:30:31 [2020-07-17T16:30:31.980Z] === CONT  TestReadPluginNoRead
16:30:32 [2020-07-17T16:30:32.121Z] --- PASS: TestServiceUpdateLabel (3.63s)
16:30:32 [2020-07-17T16:30:32.121Z] === RUN   TestServiceUpdateSecrets
16:30:32 [2020-07-17T16:30:32.383Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.1% of statements
16:30:32 [2020-07-17T16:30:32.829Z] === RUN   TestDockerSuite/TestCpSpecialFiles
16:30:32 [2020-07-17T16:30:32.953Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
16:30:33 [2020-07-17T16:30:33.399Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
16:30:33 [2020-07-17T16:30:33.892Z] ok  	github.com/docker/docker/profiles/seccomp	0.004s	coverage: 73.8% of statements
16:30:33 [2020-07-17T16:30:33.967Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
16:30:34 [2020-07-17T16:30:34.152Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
16:30:34 [2020-07-17T16:30:34.292Z] --- PASS: TestBuildWithHugeFile (55.02s)
16:30:34 [2020-07-17T16:30:34.292Z] === RUN   TestBuildWithEmptyDockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
16:30:34 [2020-07-17T16:30:34.292Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
16:30:34 [2020-07-17T16:30:34.292Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.33s)
16:30:34 [2020-07-17T16:30:34.292Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.33s)
16:30:34 [2020-07-17T16:30:34.292Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.34s)
16:30:34 [2020-07-17T16:30:34.292Z] === RUN   TestBuildPreserveOwnership
16:30:34 [2020-07-17T16:30:34.292Z] === RUN   TestBuildPreserveOwnership/copy_from
16:30:34 [2020-07-17T16:30:34.536Z] === RUN   TestDockerSuite/TestCpToCaseA
16:30:34 [2020-07-17T16:30:34.929Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
16:30:35 [2020-07-17T16:30:35.533Z] ok  	github.com/docker/docker/registry	0.074s	coverage: 56.3% of statements
16:30:35 [2020-07-17T16:30:35.936Z] === RUN   TestDockerSuite/TestCpToCaseB
16:30:36 [2020-07-17T16:30:36.103Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
16:30:36 [2020-07-17T16:30:36.196Z] === RUN   TestDockerSuite/TestCpToCaseC
16:30:36 [2020-07-17T16:30:36.197Z] === RUN   TestReadPluginNoRead/default
16:30:36 [2020-07-17T16:30:36.247Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-quiet --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/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
16:30:36 [2020-07-17T16:30:36.447Z] --- PASS: TestBuildPreserveOwnership (3.81s)
16:30:36 [2020-07-17T16:30:36.447Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.47s)
16:30:36 [2020-07-17T16:30:36.447Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.32s)
16:30:36 [2020-07-17T16:30:36.447Z] === RUN   TestBuildPlatformInvalid
16:30:36 [2020-07-17T16:30:36.447Z] --- PASS: TestBuildPlatformInvalid (0.13s)
16:30:36 [2020-07-17T16:30:36.447Z] PASS
16:30:36 [2020-07-17T16:30:36.447Z] 
16:30:36 [2020-07-17T16:30:36.447Z] === Skipped
16:30:36 [2020-07-17T16:30:36.447Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
16:30:36 [2020-07-17T16:30:36.447Z]     build_session_test.go:25: TODO: BuildKit
16:30:36 [2020-07-17T16:30:36.447Z] 
16:30:36 [2020-07-17T16:30:36.447Z] 
16:30:36 [2020-07-17T16:30:36.447Z] DONE 32 tests, 1 skipped in 94.522s
16:30:36 [2020-07-17T16:30:36.447Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
16:30:36 [2020-07-17T16:30:36.447Z] ++ 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
16:30:36 [2020-07-17T16:30:36.447Z] ++ set -e
16:30:36 [2020-07-17T16:30:36.447Z] ++ '[' -n 0 ']'
16:30:36 [2020-07-17T16:30:36.447Z] ++ set -x
16:30:36 [2020-07-17T16:30:36.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=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
16:30:36 [2020-07-17T16:30:36.674Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 45.3% of statements
16:30:36 [2020-07-17T16:30:36.740Z] INFO: Testing against a local daemon
16:30:36 [2020-07-17T16:30:36.740Z] === RUN   TestConfigInspect
16:30:36 [2020-07-17T16:30:36.768Z] --- PASS: TestDaemonStartWithLogOpt (4.73s)
16:30:37 [2020-07-17T16:30:37.243Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
16:30:37 [2020-07-17T16:30:37.502Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
16:30:37 [2020-07-17T16:30:37.574Z] === RUN   TestDockerSuite/TestCpToCaseD
16:30:38 [2020-07-17T16:30:38.154Z] === RUN   TestReadPluginNoRead/disabled_caching
16:30:38 [2020-07-17T16:30:38.817Z] --- PASS: TestConfigInspect (1.94s)
16:30:38 [2020-07-17T16:30:38.817Z] === RUN   TestConfigList
16:30:40 [2020-07-17T16:30:40.040Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
16:30:40 [2020-07-17T16:30:40.069Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:30:40 [2020-07-17T16:30:40.111Z] === RUN   TestDockerSuite/TestCpToCaseE
16:30:40 [2020-07-17T16:30:40.608Z] ok  	github.com/docker/docker/volume/local	0.006s	coverage: 73.0% of statements
16:30:40 [2020-07-17T16:30:40.903Z] --- PASS: TestConfigList (1.97s)
16:30:40 [2020-07-17T16:30:40.903Z] === RUN   TestConfigsCreateAndDelete
16:30:41 [2020-07-17T16:30:41.178Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.0% of statements
16:30:41 [2020-07-17T16:30:41.452Z] --- PASS: TestReadPluginNoRead (9.64s)
16:30:41 [2020-07-17T16:30:41.452Z]     --- PASS: TestReadPluginNoRead/default (1.84s)
16:30:41 [2020-07-17T16:30:41.452Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.77s)
16:30:41 [2020-07-17T16:30:41.452Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.78s)
16:30:41 [2020-07-17T16:30:41.452Z]     read_test.go:92: [daad897b3b231] daemon is not started
16:30:42 [2020-07-17T16:30:42.018Z] --- PASS: TestCreateServiceMultipleTimes (18.33s)
16:30:42 [2020-07-17T16:30:42.018Z] === RUN   TestCreateServiceConflict
16:30:42 [2020-07-17T16:30:42.024Z] --- PASS: TestContinueAfterPluginCrash (10.08s)
16:30:42 [2020-07-17T16:30:42.024Z] PASS
16:30:42 [2020-07-17T16:30:42.024Z] 
16:30:42 [2020-07-17T16:30:42.024Z] DONE 6 tests in 10.238s
16:30:42 [2020-07-17T16:30:42.024Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:30:42 [2020-07-17T16:30:42.024Z] ++ 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
16:30:42 [2020-07-17T16:30:42.024Z] ++ set -e
16:30:42 [2020-07-17T16:30:42.024Z] ++ '[' -n 0 ']'
16:30:42 [2020-07-17T16:30:42.024Z] ++ set -x
16:30:42 [2020-07-17T16:30:42.024Z] ++ env -i DEST=/go/src/github.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
16:30:42 [2020-07-17T16:30:42.024Z] testing: warning: no tests to run
16:30:42 [2020-07-17T16:30:42.024Z] PASS
16:30:42 [2020-07-17T16:30:42.024Z] 
16:30:42 [2020-07-17T16:30:42.024Z] DONE 0 tests in 0.066s
16:30:42 [2020-07-17T16:30:42.024Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:30:42 [2020-07-17T16:30:42.024Z] ++ 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
16:30:42 [2020-07-17T16:30:42.024Z] ++ set -e
16:30:42 [2020-07-17T16:30:42.024Z] ++ '[' -n 0 ']'
16:30:42 [2020-07-17T16:30:42.024Z] ++ set -x
16:30:42 [2020-07-17T16:30:42.024Z] ++ env -i DEST=/go/src/github.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
16:30:42 [2020-07-17T16:30:42.122Z] ?   	github.com/docker/docker/api	[no test files]
16:30:42 [2020-07-17T16:30:42.279Z] === RUN   TestDockerSuite/TestCpToCaseF
16:30:42 [2020-07-17T16:30:42.284Z] INFO: Testing against a local daemon
16:30:42 [2020-07-17T16:30:42.284Z] === RUN   TestPluginWithDevMounts
16:30:42 [2020-07-17T16:30:42.284Z] === PAUSE TestPluginWithDevMounts
16:30:42 [2020-07-17T16:30:42.284Z] === CONT  TestPluginWithDevMounts
16:30:42 [2020-07-17T16:30:42.440Z] --- PASS: TestConfigsCreateAndDelete (1.99s)
16:30:42 [2020-07-17T16:30:42.440Z] === RUN   TestConfigsUpdate
16:30:42 [2020-07-17T16:30:42.556Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.0% of statements
16:30:42 [2020-07-17T16:30:42.848Z] === RUN   TestDockerSuite/TestCpToCaseG
16:30:44 [2020-07-17T16:30:44.227Z] --- PASS: TestCreateServiceConflict (2.35s)
16:30:44 [2020-07-17T16:30:44.227Z] === RUN   TestCreateServiceMaxReplicas
16:30:44 [2020-07-17T16:30:44.554Z] --- PASS: TestConfigsUpdate (2.01s)
16:30:44 [2020-07-17T16:30:44.554Z] === RUN   TestTemplatedConfig
16:30:44 [2020-07-17T16:30:44.828Z] --- PASS: TestPluginWithDevMounts (2.16s)
16:30:44 [2020-07-17T16:30:44.828Z] PASS
16:30:44 [2020-07-17T16:30:44.828Z] 
16:30:44 [2020-07-17T16:30:44.828Z] DONE 1 tests in 2.388s
16:30:44 [2020-07-17T16:30:44.828Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
16:30:44 [2020-07-17T16:30:44.828Z] ++ 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
16:30:44 [2020-07-17T16:30:44.828Z] ++ set -e
16:30:44 [2020-07-17T16:30:44.828Z] ++ '[' -n 0 ']'
16:30:44 [2020-07-17T16:30:44.828Z] ++ set -x
16:30:44 [2020-07-17T16:30:44.828Z] ++ env -i DEST=/go/src/github.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
16:30:44 [2020-07-17T16:30:44.828Z] INFO: Testing against a local daemon
16:30:44 [2020-07-17T16:30:44.828Z] === RUN   TestSecretInspect
16:30:46 [2020-07-17T16:30:46.767Z] === RUN   TestDockerSuite/TestCpToCaseH
16:30:47 [2020-07-17T16:30:47.304Z] --- PASS: TestTemplatedConfig (2.45s)
16:30:47 [2020-07-17T16:30:47.304Z] === RUN   TestConfigCreateResolve
16:30:47 [2020-07-17T16:30:47.710Z] --- PASS: TestCreateServiceMaxReplicas (3.58s)
16:30:47 [2020-07-17T16:30:47.710Z] === RUN   TestCreateWithDuplicateNetworkNames
16:30:48 [2020-07-17T16:30:48.130Z] --- PASS: TestSecretInspect (3.20s)
16:30:48 [2020-07-17T16:30:48.130Z] === RUN   TestSecretList
16:30:48 [2020-07-17T16:30:48.647Z] === RUN   TestDockerSuite/TestCpToCaseI
16:30:48 [2020-07-17T16:30:48.826Z] --- PASS: TestConfigCreateResolve (1.95s)
16:30:48 [2020-07-17T16:30:48.826Z] === RUN   TestConfigDaemonLibtrustID
16:30:49 [2020-07-17T16:30:49.218Z] === RUN   TestDockerSuite/TestCpToCaseJ
16:30:49 [2020-07-17T16:30:49.463Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
16:30:49 [2020-07-17T16:30:49.463Z] PASS
16:30:49 [2020-07-17T16:30:49.463Z] 
16:30:49 [2020-07-17T16:30:49.463Z] DONE 7 tests in 12.952s
16:30:49 [2020-07-17T16:30:49.463Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
16:30:49 [2020-07-17T16:30:49.463Z] ++ 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
16:30:49 [2020-07-17T16:30:49.463Z] ++ set -e
16:30:49 [2020-07-17T16:30:49.463Z] ++ '[' -n 0 ']'
16:30:49 [2020-07-17T16:30:49.463Z] ++ set -x
16:30:49 [2020-07-17T16:30:49.463Z] ++ env -i DEST=/go/src/github.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
16:30:49 [2020-07-17T16:30:49.463Z] INFO: Testing against a local daemon
16:30:49 [2020-07-17T16:30:49.463Z] === RUN   TestCheckpoint
16:30:49 [2020-07-17T16:30:49.463Z] --- SKIP: TestCheckpoint (0.00s)
16:30:49 [2020-07-17T16:30:49.463Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:30:49 [2020-07-17T16:30:49.463Z] === RUN   TestContainerInvalidJSON
16:30:49 [2020-07-17T16:30:49.463Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
16:30:49 [2020-07-17T16:30:49.463Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
16:30:49 [2020-07-17T16:30:49.463Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
16:30:49 [2020-07-17T16:30:49.463Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
16:30:49 [2020-07-17T16:30:49.463Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
16:30:49 [2020-07-17T16:30:49.463Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
16:30:49 [2020-07-17T16:30:49.757Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
16:30:49 [2020-07-17T16:30:49.757Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
16:30:49 [2020-07-17T16:30:49.757Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
16:30:49 [2020-07-17T16:30:49.757Z] --- PASS: TestContainerInvalidJSON (0.02s)
16:30:49 [2020-07-17T16:30:49.757Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
16:30:49 [2020-07-17T16:30:49.757Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
16:30:49 [2020-07-17T16:30:49.757Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
16:30:49 [2020-07-17T16:30:49.757Z] === RUN   TestCopyFromContainerPathDoesNotExist
16:30:49 [2020-07-17T16:30:49.757Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
16:30:49 [2020-07-17T16:30:49.757Z] === RUN   TestCopyFromContainerPathIsNotDir
16:30:49 [2020-07-17T16:30:49.757Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
16:30:49 [2020-07-17T16:30:49.757Z] === RUN   TestCopyToContainerPathDoesNotExist
16:30:49 [2020-07-17T16:30:49.757Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
16:30:49 [2020-07-17T16:30:49.757Z] === RUN   TestCopyToContainerPathIsNotDir
16:30:50 [2020-07-17T16:30:50.051Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
16:30:50 [2020-07-17T16:30:50.051Z] === RUN   TestCopyFromContainer
16:30:50 [2020-07-17T16:30:50.867Z] --- PASS: TestServiceUpdateSecrets (15.74s)
16:30:50 [2020-07-17T16:30:50.867Z] === RUN   TestServiceUpdateConfigs
16:30:51 [2020-07-17T16:30:51.096Z] === RUN   TestCopyFromContainer//
16:30:51 [2020-07-17T16:30:51.096Z] === RUN   TestCopyFromContainer//bar/root
16:30:51 [2020-07-17T16:30:51.390Z] === RUN   TestCopyFromContainer//bar/root/
16:30:51 [2020-07-17T16:30:51.390Z] === RUN   TestCopyFromContainer/bar/quux
16:30:51 [2020-07-17T16:30:51.390Z] === RUN   TestCopyFromContainer/bar/quux/
16:30:51 [2020-07-17T16:30:51.390Z] === RUN   TestCopyFromContainer/bar/quux/baz
16:30:51 [2020-07-17T16:30:51.428Z] --- PASS: TestSecretList (3.28s)
16:30:51 [2020-07-17T16:30:51.428Z] === RUN   TestSecretsCreateAndDelete
16:30:51 [2020-07-17T16:30:51.694Z] === RUN   TestCopyFromContainer/bar/filesymlink
16:30:51 [2020-07-17T16:30:51.694Z] === RUN   TestCopyFromContainer/bar/dirsymlink
16:30:51 [2020-07-17T16:30:51.694Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
16:30:51 [2020-07-17T16:30:51.694Z] === RUN   TestCopyFromContainer/bar/notarget
16:30:52 [2020-07-17T16:30:52.003Z] --- PASS: TestCopyFromContainer (1.94s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer// (0.07s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:30:52 [2020-07-17T16:30:52.003Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:30:52 [2020-07-17T16:30:52.003Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
16:30:52 [2020-07-17T16:30:52.003Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
16:30:52 [2020-07-17T16:30:52.003Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
16:30:52 [2020-07-17T16:30:52.003Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
16:30:52 [2020-07-17T16:30:52.003Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
16:30:52 [2020-07-17T16:30:52.003Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateLinkToNonExistingContainer
16:30:52 [2020-07-17T16:30:52.003Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateWithInvalidEnv
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateWithInvalidEnv/0
16:30:52 [2020-07-17T16:30:52.003Z] === PAUSE TestCreateWithInvalidEnv/0
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateWithInvalidEnv/1
16:30:52 [2020-07-17T16:30:52.003Z] === PAUSE TestCreateWithInvalidEnv/1
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateWithInvalidEnv/2
16:30:52 [2020-07-17T16:30:52.003Z] === PAUSE TestCreateWithInvalidEnv/2
16:30:52 [2020-07-17T16:30:52.003Z] === CONT  TestCreateWithInvalidEnv/0
16:30:52 [2020-07-17T16:30:52.003Z] === CONT  TestCreateWithInvalidEnv/2
16:30:52 [2020-07-17T16:30:52.003Z] === CONT  TestCreateWithInvalidEnv/1
16:30:52 [2020-07-17T16:30:52.003Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
16:30:52 [2020-07-17T16:30:52.003Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateTmpfsMountsTarget
16:30:52 [2020-07-17T16:30:52.003Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s)
16:30:52 [2020-07-17T16:30:52.003Z] === RUN   TestCreateWithCustomMaskedPaths
16:30:53 [2020-07-17T16:30:53.413Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
16:30:53 [2020-07-17T16:30:53.413Z] === RUN   TestDockerSuite/TestCpToDot
16:30:53 [2020-07-17T16:30:53.524Z] --- PASS: TestCreateWithCustomMaskedPaths (1.50s)
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/no_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/no_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/empty_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/valid_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/empty_capadd
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/empty_capadd
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/empty_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/no_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/empty_capdrop
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/empty_capadd
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/valid_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] === CONT  TestCreateWithCapabilities/empty_capabilities
16:30:53 [2020-07-17T16:30:53.524Z] --- PASS: TestCreateWithCapabilities (0.03s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.02s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.03s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s)
16:30:53 [2020-07-17T16:30:53.524Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s)
16:30:53 [2020-07-17T16:30:53.524Z] === RUN   TestCreateWithCustomReadonlyPaths
16:30:53 [2020-07-17T16:30:53.673Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
16:30:54 [2020-07-17T16:30:54.616Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
16:30:54 [2020-07-17T16:30:54.726Z] --- PASS: TestSecretsCreateAndDelete (3.27s)
16:30:54 [2020-07-17T16:30:54.726Z] === RUN   TestSecretsUpdate
16:30:54 [2020-07-17T16:30:54.801Z] ok  	github.com/docker/docker/pkg/plugins	33.615s	coverage: 76.6% of statements
16:30:54 [2020-07-17T16:30:54.801Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:30:54 [2020-07-17T16:30:54.801Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:30:54 [2020-07-17T16:30:54.801Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
16:30:54 [2020-07-17T16:30:54.801Z] ?   	github.com/docker/docker/pkg/term	[no test files]
16:30:54 [2020-07-17T16:30:54.801Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/rootless	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/volume	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === Skipped
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     exec_linux_test.go:18: requires AppArmor to be enabled
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     exec_linux_test.go:38: requires AppArmor to be enabled
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver btrfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver btrfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver btrfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver btrfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver btrfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:73: No driver to put!
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z] time="2020-07-17T16:29:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z] time="2020-07-17T16:29:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z] time="2020-07-17T16:29:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z] time="2020-07-17T16:29:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z] time="2020-07-17T16:29:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: driver not supported
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:73: No driver to put!
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     overlay_test.go:49: Fails to compute changes intermittently
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     overlay_test.go:65: Cannot run test with naive change algorithm
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver zfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver zfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver zfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver zfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:46: Driver zfs not supported
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     graphtest_unix.go:73: No driver to put!
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:30:54 [2020-07-17T16:30:54.802Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] 
16:30:54 [2020-07-17T16:30:54.802Z] DONE 2124 tests, 26 skipped in 246.058s
16:30:55 [2020-07-17T16:30:55.049Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.49s)
16:30:55 [2020-07-17T16:30:55.049Z] === RUN   TestCreateWithInvalidHealthcheckParams
16:30:55 [2020-07-17T16:30:55.049Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:30:55 [2020-07-17T16:30:55.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:30:55 [2020-07-17T16:30:55.049Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:30:55 [2020-07-17T16:30:55.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:30:55 [2020-07-17T16:30:55.049Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:30:55 [2020-07-17T16:30:55.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
16:30:55 [2020-07-17T16:30:55.049Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:30:55 [2020-07-17T16:30:55.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:30:55 [2020-07-17T16:30:55.049Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:30:55 [2020-07-17T16:30:55.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:30:55 [2020-07-17T16:30:55.049Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
16:30:55 [2020-07-17T16:30:55.049Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
16:30:55 [2020-07-17T16:30:55.049Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
16:30:55 [2020-07-17T16:30:55.049Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
Post stage
[Pipeline] junit
16:30:55 [2020-07-17T16:30:55.073Z] Recording test results
16:30:55 [2020-07-17T16:30:55.342Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
16:30:55 [2020-07-17T16:30:55.342Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s)
16:30:55 [2020-07-17T16:30:55.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
16:30:55 [2020-07-17T16:30:55.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
16:30:55 [2020-07-17T16:30:55.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
16:30:55 [2020-07-17T16:30:55.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
16:30:55 [2020-07-17T16:30:55.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
16:30:55 [2020-07-17T16:30:55.342Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
16:30:55 [2020-07-17T16:30:55.554Z] === RUN   TestDockerSuite/TestCpToStdout
16:30:55 [2020-07-17T16:30:55.637Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s)
16:30:55 [2020-07-17T16:30:55.637Z] === RUN   TestCreateDifferentPlatform
16:30:55 [2020-07-17T16:30:55.637Z] === RUN   TestCreateDifferentPlatform/different_os
16:30:55 [2020-07-17T16:30:55.637Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
16:30:55 [2020-07-17T16:30:55.637Z] --- PASS: TestCreateDifferentPlatform (0.03s)
16:30:55 [2020-07-17T16:30:55.637Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
16:30:55 [2020-07-17T16:30:55.637Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
16:30:55 [2020-07-17T16:30:55.637Z] === RUN   TestCreateVolumesFromNonExistingContainer
16:30:55 [2020-07-17T16:30:55.809Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b0c0b41016c8035ce3dc9783044f065548567e76 hack/validate/vendor
16:30:55 [2020-07-17T16:30:55.930Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
16:30:55 [2020-07-17T16:30:55.930Z] === RUN   TestContainerStartOnDaemonRestart
16:30:55 [2020-07-17T16:30:55.930Z] === PAUSE TestContainerStartOnDaemonRestart
16:30:55 [2020-07-17T16:30:55.930Z] === RUN   TestDaemonRestartIpcMode
16:30:55 [2020-07-17T16:30:55.930Z] === PAUSE TestDaemonRestartIpcMode
16:30:55 [2020-07-17T16:30:55.930Z] === RUN   TestDaemonHostGatewayIP
16:30:55 [2020-07-17T16:30:55.930Z] === PAUSE TestDaemonHostGatewayIP
16:30:55 [2020-07-17T16:30:55.930Z] === RUN   TestContainerKillOnDaemonStart
16:30:55 [2020-07-17T16:30:55.930Z] === PAUSE TestContainerKillOnDaemonStart
16:30:55 [2020-07-17T16:30:55.930Z] === RUN   TestDiff
16:30:56 [2020-07-17T16:30:56.122Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
16:30:56 [2020-07-17T16:30:56.347Z] --- PASS: TestDiff (0.50s)
16:30:56 [2020-07-17T16:30:56.347Z] === RUN   TestExecWithCloseStdin
16:30:56 [2020-07-17T16:30:56.379Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build e2e image)
16:30:56 [2020-07-17T16:30:56.991Z] --- PASS: TestExecWithCloseStdin (0.59s)
16:30:56 [2020-07-17T16:30:56.991Z] === RUN   TestExec
[Pipeline] sh
16:30:57 [2020-07-17T16:30:57.062Z] ok  	github.com/docker/docker/api/server	0.185s	coverage: 9.0% of statements
16:30:57 [2020-07-17T16:30:57.062Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
16:30:57 [2020-07-17T16:30:57.062Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
16:30:57 [2020-07-17T16:30:57.280Z] + echo Building e2e image
16:30:57 [2020-07-17T16:30:57.280Z] Building e2e image
16:30:57 [2020-07-17T16:30:57.280Z] + docker build --build-arg DOCKER_GITCOMMIT=b0c0b41016c8035ce3dc9783044f065548567e76 -t moby-e2e-test -f Dockerfile.e2e .
16:30:57 [2020-07-17T16:30:57.280Z] #2 [internal] load .dockerignore
16:30:57 [2020-07-17T16:30:57.280Z] #2 transferring context: 34B done
16:30:57 [2020-07-17T16:30:57.280Z] #2 DONE 0.0s
16:30:57 [2020-07-17T16:30:57.280Z] 
16:30:57 [2020-07-17T16:30:57.280Z] #1 [internal] load build definition from Dockerfile.e2e
16:30:57 [2020-07-17T16:30:57.280Z] #1 transferring dockerfile: 3.21kB done
16:30:57 [2020-07-17T16:30:57.280Z] #1 DONE 0.0s
16:30:57 [2020-07-17T16:30:57.280Z] 
16:30:57 [2020-07-17T16:30:57.280Z] #4 [internal] load metadata for docker.io/library/alpine:3.10
16:30:57 [2020-07-17T16:30:57.323Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
16:30:57 [2020-07-17T16:30:57.540Z] #4 ...
16:30:57 [2020-07-17T16:30:57.540Z] 
16:30:57 [2020-07-17T16:30:57.540Z] #3 [internal] load metadata for docker.io/library/golang:1.13.13-alpine
16:30:57 [2020-07-17T16:30:57.540Z] #3 DONE 0.3s
16:30:57 [2020-07-17T16:30:57.540Z] 
16:30:57 [2020-07-17T16:30:57.540Z] #4 [internal] load metadata for docker.io/library/alpine:3.10
16:30:57 [2020-07-17T16:30:57.540Z] #4 DONE 0.4s
16:30:57 [2020-07-17T16:30:57.583Z] === RUN   TestDockerSuite/TestCpVolumePath
16:30:57 [2020-07-17T16:30:57.649Z] --- PASS: TestExec (0.64s)
16:30:57 [2020-07-17T16:30:57.649Z] === RUN   TestExecUser
16:30:57 [2020-07-17T16:30:57.800Z] 
16:30:57 [2020-07-17T16:30:57.800Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013...
16:30:57 [2020-07-17T16:30:57.800Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done
16:30:57 [2020-07-17T16:30:57.800Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done
16:30:57 [2020-07-17T16:30:57.800Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done
16:30:57 [2020-07-17T16:30:57.800Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done
16:30:57 [2020-07-17T16:30:57.800Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 538.13kB / 2.80MB 0.1s
16:30:57 [2020-07-17T16:30:57.800Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done
16:30:57 [2020-07-17T16:30:57.800Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d
16:30:58 [2020-07-17T16:30:58.025Z] --- PASS: TestSecretsUpdate (3.28s)
16:30:58 [2020-07-17T16:30:58.025Z] === RUN   TestTemplatedSecret
16:30:58 [2020-07-17T16:30:58.059Z] #5 ...
16:30:58 [2020-07-17T16:30:58.059Z] 
16:30:58 [2020-07-17T16:30:58.059Z] #8 [internal] load build context
16:30:58 [2020-07-17T16:30:58.059Z] #8 transferring context: 851.76kB 0.3s done
16:30:58 [2020-07-17T16:30:58.059Z] #8 DONE 0.3s
16:30:58 [2020-07-17T16:30:58.059Z] 
16:30:58 [2020-07-17T16:30:58.059Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013...
16:30:58 [2020-07-17T16:30:58.059Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.2s done
16:30:58 [2020-07-17T16:30:58.059Z] #5 DONE 0.4s
16:30:58 [2020-07-17T16:30:58.059Z] 
16:30:58 [2020-07-17T16:30:58.059Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.13-alpine@sha256:d90f69e91...
16:30:58 [2020-07-17T16:30:58.059Z] #14 resolve docker.io/library/golang:1.13.13-alpine@sha256:d90f69e913f1f27085923af7932bf93becc9fad61ea434fe711f3fb35c6c5c7f done
16:30:58 [2020-07-17T16:30:58.059Z] #14 sha256:d90f69e913f1f27085923af7932bf93becc9fad61ea434fe711f3fb35c6c5c7f 1.65kB / 1.65kB done
16:30:58 [2020-07-17T16:30:58.059Z] #14 sha256:c838f30847f240bf9632dac9400fc719d80bcd3f230d58055a1cf5cbf6b32b8e 1.36kB / 1.36kB done
16:30:58 [2020-07-17T16:30:58.059Z] #14 sha256:b89d4a506693daa86f5be3ba1659d0a6de5d34288c9b08387d34a9589c8f7264 3.83kB / 3.83kB done
16:30:58 [2020-07-17T16:30:58.059Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.1s done
16:30:58 [2020-07-17T16:30:58.059Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done
16:30:58 [2020-07-17T16:30:58.059Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done
16:30:58 [2020-07-17T16:30:58.059Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c
16:30:58 [2020-07-17T16:30:58.059Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 0B / 127.35MB 0.2s
16:30:58 [2020-07-17T16:30:58.059Z] #14 sha256:1e091d79d1de6ee476c8b4408b53f933edc7f1afb206e0b47ea46eb1db07a686 126B / 126B 0.1s done
16:30:58 [2020-07-17T16:30:58.286Z] --- PASS: TestExecUser (0.64s)
16:30:58 [2020-07-17T16:30:58.286Z] === RUN   TestExportContainerAndImportImage
16:30:58 [2020-07-17T16:30:58.319Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.3s done
16:30:58 [2020-07-17T16:30:58.319Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d
16:30:58 [2020-07-17T16:30:58.521Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
16:30:58 [2020-07-17T16:30:58.521Z] === RUN   TestDockerSuite/TestCreateArgs
16:30:58 [2020-07-17T16:30:58.521Z] === RUN   TestDockerSuite/TestCreateByImageID
16:30:58 [2020-07-17T16:30:58.578Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 10.25MB / 127.35MB 0.5s
16:30:58 [2020-07-17T16:30:58.578Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.1s done
16:30:58 [2020-07-17T16:30:58.578Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done
16:30:58 [2020-07-17T16:30:58.838Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 19.29MB / 127.35MB 0.8s
16:30:58 [2020-07-17T16:30:58.838Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 34.73MB / 127.35MB 1.0s
16:30:58 [2020-07-17T16:30:58.928Z] --- PASS: TestExportContainerAndImportImage (0.79s)
16:30:58 [2020-07-17T16:30:58.928Z] === RUN   TestExportContainerAfterDaemonRestart
16:30:59 [2020-07-17T16:30:59.090Z] === RUN   TestDockerSuite/TestCreateEchoStdout
16:30:59 [2020-07-17T16:30:59.098Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 41.40MB / 127.35MB 1.1s
16:30:59 [2020-07-17T16:30:59.357Z] #14 ...
16:30:59 [2020-07-17T16:30:59.357Z] 
16:30:59 [2020-07-17T16:30:59.357Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus...
16:30:59 [2020-07-17T16:30:59.357Z] #6 DONE 1.0s
16:30:59 [2020-07-17T16:30:59.357Z] 
16:30:59 [2020-07-17T16:30:59.358Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.13-alpine@sha256:d90f69e91...
16:30:59 [2020-07-17T16:30:59.358Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 49.45MB / 127.35MB 1.3s
16:30:59 [2020-07-17T16:30:59.618Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 57.57MB / 127.35MB 1.7s
16:30:59 [2020-07-17T16:30:59.684Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
16:30:59 [2020-07-17T16:30:59.684Z] === RUN   TestDockerSuite/TestCreateHostConfig
16:30:59 [2020-07-17T16:30:59.684Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
16:30:59 [2020-07-17T16:30:59.877Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 67.26MB / 127.35MB 1.9s
16:31:00 [2020-07-17T16:31:00.136Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 76.79MB / 127.35MB 2.2s
16:31:00 [2020-07-17T16:31:00.255Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
16:31:00 [2020-07-17T16:31:00.396Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 83.56MB / 127.35MB 2.5s
16:31:00 [2020-07-17T16:31:00.448Z] --- PASS: TestExportContainerAfterDaemonRestart (1.41s)
16:31:00 [2020-07-17T16:31:00.448Z] === RUN   TestHealthCheckWorkdir
16:31:00 [2020-07-17T16:31:00.514Z] === RUN   TestDockerSuite/TestCreateLabels
16:31:00 [2020-07-17T16:31:00.514Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
16:31:00 [2020-07-17T16:31:00.514Z] === RUN   TestDockerSuite/TestCreateRM
16:31:00 [2020-07-17T16:31:00.661Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 89.98MB / 127.35MB 2.8s
16:31:00 [2020-07-17T16:31:00.773Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
16:31:00 [2020-07-17T16:31:00.774Z] === RUN   TestDockerSuite/TestCreateStopSignal
16:31:00 [2020-07-17T16:31:00.774Z] === RUN   TestDockerSuite/TestCreateStopTimeout
16:31:00 [2020-07-17T16:31:00.774Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
16:31:00 [2020-07-17T16:31:00.921Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 100.15MB / 127.35MB 3.0s
16:31:01 [2020-07-17T16:31:01.087Z] --- PASS: TestHealthCheckWorkdir (0.71s)
16:31:01 [2020-07-17T16:31:01.087Z] === RUN   TestHealthKillContainer
16:31:01 [2020-07-17T16:31:01.181Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 113.24MB / 127.35MB 3.3s
16:31:01 [2020-07-17T16:31:01.326Z] --- PASS: TestTemplatedSecret (3.38s)
16:31:01 [2020-07-17T16:31:01.326Z] === RUN   TestSecretCreateResolve
16:31:01 [2020-07-17T16:31:01.441Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 120.39MB / 127.35MB 3.4s
16:31:01 [2020-07-17T16:31:01.702Z] #14 sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 127.35MB / 127.35MB 3.6s done
16:31:01 [2020-07-17T16:31:01.702Z] #14 extracting sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9
16:31:02 [2020-07-17T16:31:02.153Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.24s)
16:31:02 [2020-07-17T16:31:02.153Z] === RUN   TestCreateServiceSecretFileMode
16:31:02 [2020-07-17T16:31:02.413Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
16:31:02 [2020-07-17T16:31:02.413Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
16:31:02 [2020-07-17T16:31:02.413Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
16:31:03 [2020-07-17T16:31:03.520Z] --- PASS: TestServiceUpdateConfigs (15.81s)
16:31:03 [2020-07-17T16:31:03.520Z] === RUN   TestServiceUpdateNetwork
16:31:03 [2020-07-17T16:31:03.611Z] #14 ...
16:31:03 [2020-07-17T16:31:03.611Z] 
16:31:03 [2020-07-17T16:31:03.611Z] #7 [runner 3/12] RUN apk --no-cache add     bash     ca-certificates     g+...
16:31:03 [2020-07-17T16:31:03.611Z] #7 0.669 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.765 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.853 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2)
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.859 (2/30) Installing ncurses-libs (6.1_p20190518-r2)
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.868 (3/30) Installing readline (8.0.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.873 (4/30) Installing bash (5.0.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.889 Executing bash-5.0.0-r0.post-install
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.891 (5/30) Installing ca-certificates (20191127-r2)
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.910 (6/30) Installing libgcc (8.3.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.913 (7/30) Installing libstdc++ (8.3.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 1.927 (8/30) Installing binutils (2.32-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 2.040 (9/30) Installing gmp (6.1.2-r1)
16:31:03 [2020-07-17T16:31:03.611Z] #7 2.050 (10/30) Installing isl (0.18-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 2.071 (11/30) Installing libgomp (8.3.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 2.076 (12/30) Installing libatomic (8.3.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 2.077 (13/30) Installing mpfr3 (3.1.5-r1)
16:31:03 [2020-07-17T16:31:03.611Z] #7 2.085 (14/30) Installing mpc1 (1.1.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 2.087 (15/30) Installing gcc (8.3.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 2.940 (16/30) Installing musl-dev (1.1.22-r3)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.046 (17/30) Installing libc-dev (0.7.1-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.048 (18/30) Installing g++ (8.3.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.610 (19/30) Installing nghttp2-libs (1.39.2-r1)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.615 (20/30) Installing libcurl (7.66.0-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.623 (21/30) Installing expat (2.2.8-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.628 (22/30) Installing pcre2 (10.33-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.640 (23/30) Installing git (2.22.4-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.849 (24/30) Installing libmnl (1.0.4-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.852 (25/30) Installing libnftnl-libs (1.1.3-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.856 (26/30) Installing iptables (1.8.3-r1)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.889 (27/30) Installing pigz (2.4-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.895 (28/30) Installing tar (1.32-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.903 (29/30) Installing xz-libs (5.2.4-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.907 (30/30) Installing xz (5.2.4-r0)
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.914 Executing busybox-1.30.1-r3.trigger
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.918 Executing ca-certificates-20191127-r2.trigger
16:31:03 [2020-07-17T16:31:03.611Z] #7 3.972 OK: 179 MiB in 44 packages
16:31:03 [2020-07-17T16:31:03.611Z] #7 DONE 4.4s
16:31:03 [2020-07-17T16:31:03.611Z] 
16:31:03 [2020-07-17T16:31:03.611Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh       /scripts/run.sh
16:31:03 [2020-07-17T16:31:03.611Z] #9 DONE 0.1s
16:31:03 [2020-07-17T16:31:03.611Z] 
16:31:03 [2020-07-17T16:31:03.611Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs  /scripts/ensure-emptyfs.sh
16:31:03 [2020-07-17T16:31:03.611Z] #10 DONE 0.0s
16:31:03 [2020-07-17T16:31:03.611Z] 
16:31:03 [2020-07-17T16:31:03.611Z] #11 [runner 6/12] COPY integration/testdata       /tests/integration/testdat...
16:31:03 [2020-07-17T16:31:03.611Z] #11 DONE 0.0s
16:31:03 [2020-07-17T16:31:03.611Z] 
16:31:03 [2020-07-17T16:31:03.611Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t...
16:31:03 [2020-07-17T16:31:03.611Z] #12 DONE 0.0s
16:31:03 [2020-07-17T16:31:03.611Z] 
16:31:03 [2020-07-17T16:31:03.611Z] #13 [runner 8/12] COPY integration-cli/fixtures   /tests/integration-cli/fix...
16:31:03 [2020-07-17T16:31:03.611Z] #13 DONE 0.0s
16:31:03 [2020-07-17T16:31:03.611Z] 
16:31:03 [2020-07-17T16:31:03.611Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.13-alpine@sha256:d90f69e91...
16:31:03 [2020-07-17T16:31:03.792Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
16:31:03 [2020-07-17T16:31:03.826Z] --- PASS: TestHealthKillContainer (2.63s)
16:31:03 [2020-07-17T16:31:03.826Z] === RUN   TestInspectCpusetInConfigPre120
16:31:04 [2020-07-17T16:31:04.121Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s)
16:31:04 [2020-07-17T16:31:04.121Z] === RUN   TestIpcModeNone
16:31:04 [2020-07-17T16:31:04.625Z] --- PASS: TestSecretCreateResolve (3.15s)
16:31:04 [2020-07-17T16:31:04.625Z] PASS
16:31:04 [2020-07-17T16:31:04.625Z] 
16:31:04 [2020-07-17T16:31:04.625Z] DONE 6 tests in 19.719s
16:31:04 [2020-07-17T16:31:04.625Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
16:31:04 [2020-07-17T16:31:04.625Z] ++ 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
16:31:04 [2020-07-17T16:31:04.625Z] ++ set -e
16:31:04 [2020-07-17T16:31:04.625Z] ++ '[' -n 0 ']'
16:31:04 [2020-07-17T16:31:04.625Z] ++ set -x
16:31:04 [2020-07-17T16:31:04.626Z] ++ env -i DEST=/go/src/github.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
16:31:04 [2020-07-17T16:31:04.626Z] INFO: Testing against a local daemon
16:31:04 [2020-07-17T16:31:04.626Z] === RUN   TestServiceCreateInit
16:31:04 [2020-07-17T16:31:04.626Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:31:04 [2020-07-17T16:31:04.763Z] --- PASS: TestIpcModeNone (0.61s)
16:31:04 [2020-07-17T16:31:04.763Z] === RUN   TestIpcModePrivate
16:31:05 [2020-07-17T16:31:05.617Z] --- PASS: TestIpcModePrivate (0.60s)
16:31:05 [2020-07-17T16:31:05.617Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false
16:31:05 [2020-07-17T16:31:05.617Z] === RUN   TestIpcModeShareable
16:31:05 [2020-07-17T16:31:05.701Z] --- PASS: TestCreateServiceSecretFileMode (3.45s)
16:31:05 [2020-07-17T16:31:05.701Z] === RUN   TestCreateServiceConfigFileMode
16:31:06 [2020-07-17T16:31:06.252Z] --- PASS: TestIpcModeShareable (0.66s)
16:31:06 [2020-07-17T16:31:06.252Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true
16:31:06 [2020-07-17T16:31:06.252Z] === RUN   TestAPIIpcModeShareableAndContainer
16:31:06 [2020-07-17T16:31:06.904Z] #14 extracting sha256:2dd03ba5bac4a749f78dbd590d9004e3341c292fa96ee313e8060588b7e827b9 5.1s done
16:31:06 [2020-07-17T16:31:06.904Z] #14 extracting sha256:1e091d79d1de6ee476c8b4408b53f933edc7f1afb206e0b47ea46eb1db07a686
16:31:07 [2020-07-17T16:31:07.163Z] #14 extracting sha256:1e091d79d1de6ee476c8b4408b53f933edc7f1afb206e0b47ea46eb1db07a686 done
16:31:07 [2020-07-17T16:31:07.163Z] #14 DONE 9.4s
16:31:07 [2020-07-17T16:31:07.163Z] 
16:31:07 [2020-07-17T16:31:07.163Z] #15 [base 2/5] RUN apk --no-cache add     bash     btrfs-progs-dev     build...
16:31:07 [2020-07-17T16:31:07.422Z] #15 0.502 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
16:31:08 [2020-07-17T16:31:08.238Z] === RUN   TestDockerSuite/TestCreateWithPortRange
16:31:08 [2020-07-17T16:31:08.238Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
16:31:08 [2020-07-17T16:31:08.238Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
16:31:08 [2020-07-17T16:31:08.331Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s)
16:31:08 [2020-07-17T16:31:08.331Z] === RUN   TestAPIIpcModeHost
16:31:08 [2020-07-17T16:31:08.331Z] --- PASS: TestAPIIpcModeHost (0.45s)
16:31:08 [2020-07-17T16:31:08.331Z] === RUN   TestDaemonIpcModeShareable
16:31:08 [2020-07-17T16:31:08.497Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
16:31:08 [2020-07-17T16:31:08.497Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
16:31:08 [2020-07-17T16:31:08.497Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
16:31:08 [2020-07-17T16:31:08.756Z] --- PASS: TestCreateServiceConfigFileMode (3.46s)
16:31:08 [2020-07-17T16:31:08.756Z] === RUN   TestCreateServiceSysctls
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.572 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.686 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.690 (2/54) Installing ncurses-libs (6.2_p20200523-r0)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.698 (3/54) Installing readline (8.0.4-r0)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.702 (4/54) Installing bash (5.0.17-r0)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.714 Executing bash-5.0.17-r0.post-install
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.716 (5/54) Installing linux-headers (5.4.5-r1)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.794 (6/54) Installing libblkid (2.35.2-r0)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.799 (7/54) Installing libuuid (2.35.2-r0)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.801 (8/54) Installing btrfs-progs-libs (5.6.1-r0)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.807 (9/54) Installing btrfs-progs-dev (5.6.1-r0)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.812 (10/54) Installing libgcc (9.3.0-r2)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.814 (11/54) Installing libstdc++ (9.3.0-r2)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.828 (12/54) Installing binutils (2.34-r1)
16:31:08 [2020-07-17T16:31:08.798Z] #15 1.894 (13/54) Installing libmagic (5.38-r0)
16:31:09 [2020-07-17T16:31:09.016Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
16:31:09 [2020-07-17T16:31:09.057Z] #15 1.919 (14/54) Installing file (5.38-r0)
16:31:09 [2020-07-17T16:31:09.057Z] #15 1.921 (15/54) Installing gmp (6.2.0-r0)
16:31:09 [2020-07-17T16:31:09.057Z] #15 1.927 (16/54) Installing isl (0.18-r0)
16:31:09 [2020-07-17T16:31:09.057Z] #15 1.942 (17/54) Installing libgomp (9.3.0-r2)
16:31:09 [2020-07-17T16:31:09.057Z] #15 1.946 (18/54) Installing libatomic (9.3.0-r2)
16:31:09 [2020-07-17T16:31:09.057Z] #15 1.948 (19/54) Installing libgphobos (9.3.0-r2)
16:31:09 [2020-07-17T16:31:09.057Z] #15 1.992 (20/54) Installing mpfr4 (4.0.2-r4)
16:31:09 [2020-07-17T16:31:09.057Z] #15 1.998 (21/54) Installing mpc1 (1.1.0-r1)
16:31:09 [2020-07-17T16:31:09.057Z] #15 2.001 (22/54) Installing gcc (9.3.0-r2)
16:31:09 [2020-07-17T16:31:09.848Z] --- PASS: TestDaemonIpcModeShareable (1.41s)
16:31:09 [2020-07-17T16:31:09.848Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
16:31:09 [2020-07-17T16:31:09.848Z] === RUN   TestDaemonIpcModePrivate
16:31:09 [2020-07-17T16:31:09.915Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:31:09 [2020-07-17T16:31:09.954Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
16:31:09 [2020-07-17T16:31:09.995Z] #15 2.858 (23/54) Installing musl-dev (1.1.24-r9)
16:31:09 [2020-07-17T16:31:09.995Z] #15 2.933 (24/54) Installing libc-dev (0.7.2-r3)
16:31:09 [2020-07-17T16:31:09.995Z] #15 2.934 (25/54) Installing g++ (9.3.0-r2)
16:31:10 [2020-07-17T16:31:10.531Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.350 (26/54) Installing make (4.3-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.354 (27/54) Installing fortify-headers (1.1-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.357 (28/54) Installing patch (2.7.6-r6)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.361 (29/54) Installing build-base (0.5-r2)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.362 (30/54) Installing nghttp2-libs (1.41.0-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.365 (31/54) Installing libcurl (7.69.1-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.371 (32/54) Installing curl (7.69.1-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.374 (33/54) Installing oniguruma (6.9.5-r1)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.380 (34/54) Installing jq (1.6-r1)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.386 (35/54) Installing device-mapper-libs (2.02.186-r1)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.391 (36/54) Installing device-mapper-event-libs (2.02.186-r1)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.395 (37/54) Installing libaio (0.3.112-r1)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.397 (38/54) Installing lvm2-libs (2.02.186-r1)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.425 (39/54) Installing blkid (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.428 (40/54) Installing libcap-ng (0.7.10-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.430 (41/54) Installing setpriv (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.432 (42/54) Installing libmount (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.438 (43/54) Installing libsmartcols (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.441 (44/54) Installing findmnt (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.444 (45/54) Installing mcookie (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.446 (46/54) Installing hexdump (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.563Z] #15 3.448 (47/54) Installing lsblk (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.564Z] #15 3.452 (48/54) Installing libfdisk (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.564Z] #15 3.457 (49/54) Installing sfdisk (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.564Z] #15 3.460 (50/54) Installing cfdisk (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.564Z] #15 3.463 (51/54) Installing util-linux (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.564Z] #15 3.499 (52/54) Installing pkgconf (1.7.2-r0)
16:31:10 [2020-07-17T16:31:10.564Z] #15 3.501 (53/54) Installing util-linux-dev (2.35.2-r0)
16:31:10 [2020-07-17T16:31:10.564Z] #15 3.522 (54/54) Installing lvm2-dev (2.02.186-r1)
16:31:10 [2020-07-17T16:31:10.564Z] #15 3.527 Executing busybox-1.31.1-r16.trigger
16:31:10 [2020-07-17T16:31:10.823Z] #15 3.532 OK: 230 MiB in 69 packages
16:31:11 [2020-07-17T16:31:11.365Z] --- PASS: TestDaemonIpcModePrivate (1.38s)
16:31:11 [2020-07-17T16:31:11.365Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
16:31:11 [2020-07-17T16:31:11.365Z] === RUN   TestDaemonIpcModePrivateFromConfig
16:31:11 [2020-07-17T16:31:11.760Z] #15 DONE 4.6s
16:31:11 [2020-07-17T16:31:11.760Z] 
16:31:11 [2020-07-17T16:31:11.760Z] #16 [base 3/5] RUN mkdir -p /build/
16:31:11 [2020-07-17T16:31:11.911Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
16:31:12 [2020-07-17T16:31:12.330Z] #16 DONE 0.6s
16:31:12 [2020-07-17T16:31:12.330Z] 
16:31:12 [2020-07-17T16:31:12.330Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/
16:31:12 [2020-07-17T16:31:12.480Z] --- PASS: TestCreateServiceSysctls (3.82s)
16:31:12 [2020-07-17T16:31:12.480Z] === RUN   TestCreateServiceCapabilities
16:31:12 [2020-07-17T16:31:12.890Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.42s)
16:31:12 [2020-07-17T16:31:12.891Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
16:31:12 [2020-07-17T16:31:12.891Z] === RUN   TestDaemonIpcModeShareableFromConfig
16:31:12 [2020-07-17T16:31:12.898Z] #17 DONE 0.6s
16:31:12 [2020-07-17T16:31:12.898Z] 
16:31:12 [2020-07-17T16:31:12.898Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/
16:31:12 [2020-07-17T16:31:12.898Z] #18 DONE 0.0s
16:31:12 [2020-07-17T16:31:12.898Z] 
16:31:12 [2020-07-17T16:31:12.898Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
16:31:12 [2020-07-17T16:31:12.898Z] #22 DONE 0.1s
16:31:12 [2020-07-17T16:31:12.898Z] 
16:31:12 [2020-07-17T16:31:12.898Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
16:31:12 [2020-07-17T16:31:12.898Z] #23 DONE 0.1s
16:31:12 [2020-07-17T16:31:12.898Z] 
16:31:12 [2020-07-17T16:31:12.898Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh /
16:31:12 [2020-07-17T16:31:12.898Z] #19 DONE 0.1s
16:31:12 [2020-07-17T16:31:12.898Z] 
16:31:12 [2020-07-17T16:31:12.898Z] #26 [contrib 1/4] COPY contrib/syscall-test           /build/syscall-test
16:31:12 [2020-07-17T16:31:12.898Z] #26 DONE 0.1s
16:31:12 [2020-07-17T16:31:12.898Z] 
16:31:12 [2020-07-17T16:31:12.898Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
16:31:13 [2020-07-17T16:31:13.049Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
16:31:13 [2020-07-17T16:31:13.165Z] #24 ...
16:31:13 [2020-07-17T16:31:13.165Z] 
16:31:13 [2020-07-17T16:31:13.165Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile  /build/httpserver/Dock...
16:31:13 [2020-07-17T16:31:13.165Z] #27 DONE 0.1s
16:31:13 [2020-07-17T16:31:13.165Z] 
16:31:13 [2020-07-17T16:31:13.165Z] #28 [contrib 3/4] COPY contrib/httpserver             contrib/httpserver
16:31:13 [2020-07-17T16:31:13.165Z] #28 DONE 0.1s
16:31:13 [2020-07-17T16:31:13.165Z] 
16:31:13 [2020-07-17T16:31:13.165Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
16:31:13 [2020-07-17T16:31:13.928Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.41s)
16:31:13 [2020-07-17T16:31:13.929Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
16:31:13 [2020-07-17T16:31:13.929Z] === RUN   TestIpcModeOlderClient
16:31:13 [2020-07-17T16:31:13.929Z] === PAUSE TestIpcModeOlderClient
16:31:13 [2020-07-17T16:31:13.929Z] === RUN   TestKillContainerInvalidSignal
16:31:13 [2020-07-17T16:31:13.987Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
16:31:14 [2020-07-17T16:31:14.545Z] #29 ...
16:31:14 [2020-07-17T16:31:14.545Z] 
16:31:14 [2020-07-17T16:31:14.545Z] #31 [builder 1/4] COPY . .
16:31:14 [2020-07-17T16:31:14.545Z] #31 DONE 1.6s
16:31:14 [2020-07-17T16:31:14.545Z] 
16:31:14 [2020-07-17T16:31:14.545Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-...
16:31:14 [2020-07-17T16:31:14.557Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
16:31:14 [2020-07-17T16:31:14.557Z] === RUN   TestDockerSuite/TestDevicePermissions
16:31:14 [2020-07-17T16:31:14.568Z] --- PASS: TestKillContainerInvalidSignal (0.51s)
16:31:14 [2020-07-17T16:31:14.568Z] === RUN   TestKillContainer
16:31:14 [2020-07-17T16:31:14.568Z] === RUN   TestKillContainer/no_signal
16:31:15 [2020-07-17T16:31:15.125Z] === RUN   TestDockerSuite/TestDockerFails
16:31:15 [2020-07-17T16:31:15.125Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
16:31:15 [2020-07-17T16:31:15.125Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
16:31:15 [2020-07-17T16:31:15.125Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
16:31:15 [2020-07-17T16:31:15.205Z] === RUN   TestKillContainer/non_killing_signal
16:31:15 [2020-07-17T16:31:15.220Z] --- PASS: TestServiceCreateInit (9.98s)
16:31:15 [2020-07-17T16:31:15.220Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.06s)
16:31:15 [2020-07-17T16:31:15.220Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.88s)
16:31:15 [2020-07-17T16:31:15.220Z] === RUN   TestCreateServiceMultipleTimes
16:31:15 [2020-07-17T16:31:15.384Z] --- PASS: TestCreateServiceCapabilities (2.86s)
16:31:15 [2020-07-17T16:31:15.384Z] === RUN   TestInspect
16:31:15 [2020-07-17T16:31:15.501Z] === RUN   TestKillContainer/killing_signal
16:31:15 [2020-07-17T16:31:15.930Z] #32 DONE 1.4s
16:31:15 [2020-07-17T16:31:15.930Z] 
16:31:15 [2020-07-17T16:31:15.930Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.676 + RM_GOPATH=0
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.680 + TMP_GOPATH=
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.680 + : /build
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.680 + '[' -z '' ']'
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.685 ++ mktemp -d
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.685 + export GOPATH=/tmp/tmp.llMDmJ
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.685 + GOPATH=/tmp/tmp.llMDmJ
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.685 + RM_GOPATH=1
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.685 + case "$(go env GOARCH)" in
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.685 ++ go env GOARCH
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + export GO_BUILDMODE=-buildmode=pie
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + GO_BUILDMODE=-buildmode=pie
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 ++ dirname ./install.sh
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + dir=.
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + bin=dockercli
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + shift
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + '[' '!' -f ./dockercli.installer ']'
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + . ./dockercli.installer
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 ++ : stable
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 ++ : 17.06.2-ce
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + install_dockercli
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.692 + Install docker/cli version 17.06.2-ce from stable
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.693 echo 'Install docker/cli version 17.06.2-ce from stable'
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.693 ++ uname -m
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.694 + arch=x86_64
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.694 + '[' x86_64 '!=' x86_64 ']'
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.695 + url=https://download.docker.com/linux/static
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.696 + tar -xz docker/docker
16:31:15 [2020-07-17T16:31:15.930Z] #24 1.698 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
16:31:15 [2020-07-17T16:31:15.951Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
16:31:16 [2020-07-17T16:31:16.138Z] --- PASS: TestKillContainer (1.65s)
16:31:16 [2020-07-17T16:31:16.138Z]     --- PASS: TestKillContainer/no_signal (0.52s)
16:31:16 [2020-07-17T16:31:16.138Z]     --- PASS: TestKillContainer/non_killing_signal (0.38s)
16:31:16 [2020-07-17T16:31:16.138Z]     --- PASS: TestKillContainer/killing_signal (0.50s)
16:31:16 [2020-07-17T16:31:16.138Z] === RUN   TestKillWithStopSignalAndRestartPolicies
16:31:16 [2020-07-17T16:31:16.138Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
16:31:16 [2020-07-17T16:31:16.779Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
16:31:16 [2020-07-17T16:31:16.889Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
16:31:17 [2020-07-17T16:31:17.418Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.13s)
16:31:17 [2020-07-17T16:31:17.418Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.57s)
16:31:17 [2020-07-17T16:31:17.418Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s)
16:31:17 [2020-07-17T16:31:17.418Z] === RUN   TestKillStoppedContainer
16:31:17 [2020-07-17T16:31:17.418Z] --- PASS: TestKillStoppedContainer (0.07s)
16:31:17 [2020-07-17T16:31:17.418Z] === RUN   TestKillStoppedContainerAPIPre120
16:31:17 [2020-07-17T16:31:17.418Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
16:31:17 [2020-07-17T16:31:17.418Z] === RUN   TestKillDifferentUserContainer
16:31:18 [2020-07-17T16:31:18.056Z] --- PASS: TestKillDifferentUserContainer (0.50s)
16:31:18 [2020-07-17T16:31:18.056Z] === RUN   TestInspectOomKilledTrue
16:31:18 [2020-07-17T16:31:18.271Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
16:31:18 [2020-07-17T16:31:18.271Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
16:31:18 [2020-07-17T16:31:18.271Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
16:31:18 [2020-07-17T16:31:18.271Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
16:31:18 [2020-07-17T16:31:18.473Z] #24 5.336 + mkdir -p /build
16:31:18 [2020-07-17T16:31:18.473Z] #24 5.338 + mv docker/docker /build/
16:31:18 [2020-07-17T16:31:18.473Z] #24 5.339 + rmdir docker
16:31:18 [2020-07-17T16:31:18.473Z] #24 DONE 5.5s
16:31:18 [2020-07-17T16:31:18.473Z] 
16:31:18 [2020-07-17T16:31:18.473Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
16:31:18 [2020-07-17T16:31:18.473Z] #20 3.048 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
16:31:18 [2020-07-17T16:31:18.473Z] #20 3.688 
16:31:18 [2020-07-17T16:31:18.473Z] #20 3.801 
##                                                                         4.0%
###################                                                       27.3%
#################################                                         47.1%
###############################################                           66.6%
###########################################################               83.0%
######################################################################## 100.0%
16:31:18 [2020-07-17T16:31:18.473Z] #20 4.895 
16:31:18 [2020-07-17T16:31:18.473Z] #20 5.119 #=#=#                                                                         

#################################################################         90.7%
######################################################################## 100.0%
16:31:18 [2020-07-17T16:31:18.744Z] #20 5.961 
16:31:18 [2020-07-17T16:31:18.841Z] --- PASS: TestInspect (3.24s)
16:31:18 [2020-07-17T16:31:18.841Z] === RUN   TestCreateJob
16:31:19 [2020-07-17T16:31:19.099Z] --- PASS: TestInspectOomKilledTrue (0.94s)
16:31:19 [2020-07-17T16:31:19.099Z] === RUN   TestInspectOomKilledFalse
16:31:19 [2020-07-17T16:31:19.284Z] #20 6.115 
#######                                                                   10.4%
########################################################                  78.9%
######################################################################## 100.0%
16:31:19 [2020-07-17T16:31:19.394Z] --- PASS: TestInspectOomKilledFalse (0.52s)
16:31:19 [2020-07-17T16:31:19.395Z] === RUN   TestLinksEtcHostsContentMatch
16:31:19 [2020-07-17T16:31:19.545Z] #20 6.670 
16:31:19 [2020-07-17T16:31:19.690Z] --- PASS: TestLinksEtcHostsContentMatch (0.39s)
16:31:19 [2020-07-17T16:31:19.690Z] === RUN   TestLinksContainerNames
16:31:20 [2020-07-17T16:31:20.324Z] #20 6.786 
###                                                                        4.9%
#####################                                                     30.5%
################################                                          45.0%
##################################################                        70.5%
#################################################################         90.7%
######################################################################## 100.0%
16:31:20 [2020-07-17T16:31:20.584Z] #20 7.657 
16:31:20 [2020-07-17T16:31:20.734Z] --- PASS: TestLinksContainerNames (1.04s)
16:31:20 [2020-07-17T16:31:20.734Z] === RUN   TestLogsFollowTailEmpty
16:31:21 [2020-07-17T16:31:21.376Z] --- PASS: TestLogsFollowTailEmpty (0.56s)
16:31:21 [2020-07-17T16:31:21.376Z] === RUN   TestContainerNetworkMountsNoChown
16:31:22 [2020-07-17T16:31:22.018Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s)
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/default
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/default
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/private
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/private
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rprivate
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rprivate
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/slave
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/slave
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rslave
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rslave
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/shared
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/shared
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rshared
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rshared
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/default
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/default/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rslave
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rprivate
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rshared
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/default/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/default/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rslave/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/default/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rshared/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rslave/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/default/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/default/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/rshared/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/private
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/private/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/private/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/private/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/shared
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/private/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/shared/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/private/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/shared/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/slave
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/private/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rslave/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/shared/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/shared/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/slave/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/slave/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/slave/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/default/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/slave/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/default/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/default/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/default/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rslave/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rshared/mount_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rshared/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
16:31:22 [2020-07-17T16:31:22.018Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
16:31:22 [2020-07-17T16:31:22.136Z] --- PASS: TestCreateJob (3.15s)
16:31:22 [2020-07-17T16:31:22.136Z] === RUN   TestReplicatedJob
16:31:22 [2020-07-17T16:31:22.171Z] --- PASS: TestServiceUpdateNetwork (16.23s)
16:31:22 [2020-07-17T16:31:22.171Z] === RUN   TestServiceUpdatePidsLimit
16:31:22 [2020-07-17T16:31:22.171Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:31:22 [2020-07-17T16:31:22.171Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/private/bind_root
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/shared/bind_root
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/private/mount_subpath
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/private/mount_root
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/private/bind_subpath
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/shared/mount_root
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/slave/bind_root
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/slave/mount_root
16:31:22 [2020-07-17T16:31:22.315Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
16:31:22 [2020-07-17T16:31:22.315Z] --- PASS: TestMountDaemonRoot (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
16:31:22 [2020-07-17T16:31:22.315Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
16:31:22 [2020-07-17T16:31:22.315Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
16:31:22 [2020-07-17T16:31:22.315Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
16:31:22 [2020-07-17T16:31:22.315Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
16:31:22 [2020-07-17T16:31:22.315Z] === RUN   TestContainerBindMountNonRecursive
16:31:22 [2020-07-17T16:31:22.669Z] #20 7.772 
                                                                           1.2%
####                                                                       5.8%
########                                                                  11.8%
############                                                              16.7%
###############                                                           22.0%
####################                                                      28.6%
########################                                                  33.9%
############################                                              39.4%
################################                                          45.0%
####################################                                      50.2%
#######################################                                   55.4%
###########################################                               60.7%
###############################################                           65.8%
###################################################                       71.1%
#####################################################                     74.0%
########################################################                  78.9%
############################################################              83.5%
###############################################################           88.4%
###################################################################       93.6%
#######################################################################   99.0%
######################################################################## 100.0%
16:31:22 [2020-07-17T16:31:22.930Z] #20 9.982 
16:31:23 [2020-07-17T16:31:23.831Z] --- PASS: TestContainerBindMountNonRecursive (1.35s)
16:31:23 [2020-07-17T16:31:23.831Z] === RUN   TestNetworkNat
16:31:24 [2020-07-17T16:31:24.066Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
16:31:24 [2020-07-17T16:31:24.066Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
16:31:24 [2020-07-17T16:31:24.142Z] --- PASS: TestNetworkNat (0.60s)
16:31:24 [2020-07-17T16:31:24.142Z] === RUN   TestNetworkLocalhostTCPNat
16:31:24 [2020-07-17T16:31:24.311Z] #20 11.06 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:31:24 [2020-07-17T16:31:24.571Z] #20 11.53 
16:31:24 [2020-07-17T16:31:24.571Z] #20 11.62 
######################################################################## 100.0%
16:31:24 [2020-07-17T16:31:24.780Z] --- PASS: TestNetworkLocalhostTCPNat (0.60s)
16:31:24 [2020-07-17T16:31:24.780Z] === RUN   TestNetworkLoopbackNat
16:31:25 [2020-07-17T16:31:25.141Z] #20 12.07 
16:31:26 [2020-07-17T16:31:26.080Z] #20 ...
16:31:26 [2020-07-17T16:31:26.080Z] 
16:31:26 [2020-07-17T16:31:26.080Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
16:31:26 [2020-07-17T16:31:26.080Z] #33 1.553 
16:31:26 [2020-07-17T16:31:26.080Z] #33 1.722 Removing bundles/
16:31:26 [2020-07-17T16:31:26.080Z] #33 1.723 
16:31:26 [2020-07-17T16:31:26.080Z] #33 1.728 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary)
16:31:26 [2020-07-17T16:31:26.080Z] #33 3.643 Building test suite binary ./integration-cli/test.main
16:31:26 [2020-07-17T16:31:26.340Z] #33 ...
16:31:26 [2020-07-17T16:31:26.340Z] 
16:31:26 [2020-07-17T16:31:26.340Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
16:31:26 [2020-07-17T16:31:26.340Z] #20 13.28 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:31:26 [2020-07-17T16:31:26.600Z] #20 13.82 
16:31:27 [2020-07-17T16:31:27.119Z] #20 13.96 
                                                                           0.6%
######################################################################## 100.0%
16:31:27 [2020-07-17T16:31:27.357Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
16:31:27 [2020-07-17T16:31:27.379Z] #20 14.40 
16:31:27 [2020-07-17T16:31:27.522Z] --- PASS: TestNetworkLoopbackNat (2.75s)
16:31:27 [2020-07-17T16:31:27.522Z] === RUN   TestPause
16:31:28 [2020-07-17T16:31:28.164Z] --- PASS: TestPause (0.56s)
16:31:28 [2020-07-17T16:31:28.164Z] === RUN   TestPauseFailsOnWindowsServerContainers
16:31:28 [2020-07-17T16:31:28.164Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
16:31:28 [2020-07-17T16:31:28.164Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:31:28 [2020-07-17T16:31:28.164Z] === RUN   TestPauseStopPausedContainer
16:31:28 [2020-07-17T16:31:28.737Z] --- PASS: TestReplicatedJob (6.58s)
16:31:28 [2020-07-17T16:31:28.737Z] === RUN   TestUpdateReplicatedJob
16:31:28 [2020-07-17T16:31:28.759Z] #20 15.47 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
16:31:28 [2020-07-17T16:31:28.759Z] #20 15.61 skipping existing c35d46ef359f
16:31:28 [2020-07-17T16:31:28.807Z] --- PASS: TestPauseStopPausedContainer (0.57s)
16:31:28 [2020-07-17T16:31:28.807Z] === RUN   TestPsFilter
16:31:28 [2020-07-17T16:31:28.807Z] --- PASS: TestPsFilter (0.16s)
16:31:28 [2020-07-17T16:31:28.807Z] === RUN   TestRemoveContainerWithRemovedVolume
16:31:29 [2020-07-17T16:31:29.019Z] #20 15.97 
16:31:29 [2020-07-17T16:31:29.076Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:31:29 [2020-07-17T16:31:29.306Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
16:31:29 [2020-07-17T16:31:29.447Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.53s)
16:31:29 [2020-07-17T16:31:29.447Z] === RUN   TestRemoveContainerWithVolume
16:31:29 [2020-07-17T16:31:29.958Z] #20 17.09 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:31:30 [2020-07-17T16:31:30.086Z] --- PASS: TestRemoveContainerWithVolume (0.54s)
16:31:30 [2020-07-17T16:31:30.086Z] === RUN   TestRemoveContainerRunning
16:31:30 [2020-07-17T16:31:30.379Z] --- PASS: TestRemoveContainerRunning (0.56s)
16:31:30 [2020-07-17T16:31:30.379Z] === RUN   TestRemoveContainerForceRemoveRunning
16:31:30 [2020-07-17T16:31:30.527Z] #20 17.62 
16:31:30 [2020-07-17T16:31:30.527Z] #20 17.68 
######################################################################## 100.0%
16:31:31 [2020-07-17T16:31:31.029Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.58s)
16:31:31 [2020-07-17T16:31:31.029Z] === RUN   TestRemoveInvalidContainer
16:31:31 [2020-07-17T16:31:31.029Z] --- PASS: TestRemoveInvalidContainer (0.02s)
16:31:31 [2020-07-17T16:31:31.029Z] === RUN   TestRenameLinkedContainer
16:31:31 [2020-07-17T16:31:31.096Z] #20 18.02 
16:31:31 [2020-07-17T16:31:31.096Z] #20 18.08 Download of images into '/build' complete.
16:31:31 [2020-07-17T16:31:31.096Z] #20 18.08 Use something like the following to load the result into a Docker daemon:
16:31:31 [2020-07-17T16:31:31.096Z] #20 18.08   tar -cC '/build' . | docker load
16:31:31 [2020-07-17T16:31:31.214Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
16:31:31 [2020-07-17T16:31:31.355Z] #20 DONE 18.5s
16:31:31 [2020-07-17T16:31:31.355Z] 
16:31:31 [2020-07-17T16:31:31.355Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
16:31:31 [2020-07-17T16:31:31.784Z] === RUN   TestDockerSuite/TestEventsAttach
16:31:32 [2020-07-17T16:31:32.044Z] --- PASS: TestUpdateReplicatedJob (3.72s)
16:31:32 [2020-07-17T16:31:32.044Z] === RUN   TestServiceListWithStatuses
16:31:32 [2020-07-17T16:31:32.044Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:31:32 [2020-07-17T16:31:32.044Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:31:32 [2020-07-17T16:31:32.044Z] === RUN   TestDockerNetworkConnectAlias
16:31:32 [2020-07-17T16:31:32.613Z] === RUN   TestDockerSuite/TestEventsCommit
16:31:33 [2020-07-17T16:31:33.183Z] === RUN   TestDockerSuite/TestEventsContainerEvents
16:31:33 [2020-07-17T16:31:33.188Z] --- PASS: TestRenameLinkedContainer (2.13s)
16:31:33 [2020-07-17T16:31:33.188Z] === RUN   TestRenameStoppedContainer
16:31:33 [2020-07-17T16:31:33.754Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
16:31:33 [2020-07-17T16:31:33.826Z] --- PASS: TestRenameStoppedContainer (0.53s)
16:31:33 [2020-07-17T16:31:33.826Z] === RUN   TestRenameRunningContainerAndReuse
16:31:34 [2020-07-17T16:31:34.323Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
16:31:34 [2020-07-17T16:31:34.649Z] #33 ...
16:31:34 [2020-07-17T16:31:34.649Z] 
16:31:34 [2020-07-17T16:31:34.649Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images
16:31:34 [2020-07-17T16:31:34.874Z] --- PASS: TestRenameRunningContainerAndReuse (1.06s)
16:31:34 [2020-07-17T16:31:34.874Z] === RUN   TestRenameInvalidName
16:31:34 [2020-07-17T16:31:34.909Z] #21 DONE 0.7s
16:31:34 [2020-07-17T16:31:34.910Z] 
16:31:34 [2020-07-17T16:31:34.910Z] #25 [runner 10/12] COPY --from=dockercli     /build/ /usr/bin/
16:31:35 [2020-07-17T16:31:35.169Z] #25 DONE 0.1s
16:31:35 [2020-07-17T16:31:35.169Z] 
16:31:35 [2020-07-17T16:31:35.169Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
16:31:35 [2020-07-17T16:31:35.260Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
16:31:35 [2020-07-17T16:31:35.511Z] --- PASS: TestRenameInvalidName (0.53s)
16:31:35 [2020-07-17T16:31:35.511Z] === RUN   TestRenameAnonymousContainer
16:31:36 [2020-07-17T16:31:36.638Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
16:31:36 [2020-07-17T16:31:36.897Z] --- PASS: TestDockerNetworkConnectAlias (4.72s)
16:31:36 [2020-07-17T16:31:36.897Z] === RUN   TestDockerNetworkReConnect
16:31:37 [2020-07-17T16:31:37.181Z] --- PASS: TestCreateServiceMultipleTimes (19.17s)
16:31:37 [2020-07-17T16:31:37.181Z] === RUN   TestCreateServiceConflict
16:31:37 [2020-07-17T16:31:37.181Z] --- PASS: TestCreateServiceConflict (3.18s)
16:31:37 [2020-07-17T16:31:37.181Z] === RUN   TestCreateServiceMaxReplicas
16:31:37 [2020-07-17T16:31:37.568Z] --- PASS: TestServiceUpdatePidsLimit (17.76s)
16:31:37 [2020-07-17T16:31:37.568Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.81s)
16:31:37 [2020-07-17T16:31:37.568Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s)
16:31:37 [2020-07-17T16:31:37.568Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s)
16:31:37 [2020-07-17T16:31:37.568Z] PASS
16:31:37 [2020-07-17T16:31:37.568Z] 
16:31:37 [2020-07-17T16:31:37.568Z] === Skipped
16:31:37 [2020-07-17T16:31:37.568Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s)
16:31:37 [2020-07-17T16:31:37.568Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:31:37 [2020-07-17T16:31:37.568Z] 
16:31:37 [2020-07-17T16:31:37.568Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
16:31:37 [2020-07-17T16:31:37.568Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:31:37 [2020-07-17T16:31:37.568Z] 
16:31:37 [2020-07-17T16:31:37.568Z] 
16:31:37 [2020-07-17T16:31:37.568Z] DONE 27 tests, 2 skipped in 174.072s
16:31:37 [2020-07-17T16:31:37.568Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
16:31:37 [2020-07-17T16:31:37.568Z] ++ 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
16:31:37 [2020-07-17T16:31:37.568Z] ++ set -e
16:31:37 [2020-07-17T16:31:37.568Z] ++ '[' -n 0 ']'
16:31:37 [2020-07-17T16:31:37.568Z] ++ set -x
16:31:37 [2020-07-17T16:31:37.568Z] ++ env -i DEST=/go/src/github.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
16:31:37 [2020-07-17T16:31:37.568Z] INFO: Testing against a local daemon
16:31:37 [2020-07-17T16:31:37.568Z] === RUN   TestSessionCreate
16:31:37 [2020-07-17T16:31:37.568Z] --- PASS: TestSessionCreate (0.02s)
16:31:37 [2020-07-17T16:31:37.568Z] === RUN   TestSessionCreateWithBadUpgrade
16:31:37 [2020-07-17T16:31:37.589Z] --- PASS: TestRenameAnonymousContainer (1.92s)
16:31:37 [2020-07-17T16:31:37.589Z] === RUN   TestRenameContainerWithSameName
16:31:37 [2020-07-17T16:31:37.836Z] === RUN   TestDockerSuite/TestEventsContainerRestart
16:31:37 [2020-07-17T16:31:37.861Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
16:31:37 [2020-07-17T16:31:37.861Z] PASS
16:31:37 [2020-07-17T16:31:37.861Z] 
16:31:37 [2020-07-17T16:31:37.861Z] DONE 2 tests in 0.110s
16:31:37 [2020-07-17T16:31:37.861Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
16:31:37 [2020-07-17T16:31:37.861Z] ++ 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
16:31:37 [2020-07-17T16:31:37.861Z] ++ set -e
16:31:37 [2020-07-17T16:31:37.861Z] ++ '[' -n 0 ']'
16:31:37 [2020-07-17T16:31:37.861Z] ++ set -x
16:31:37 [2020-07-17T16:31:37.861Z] ++ env -i DEST=/go/src/github.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
16:31:37 [2020-07-17T16:31:37.861Z] INFO: Testing against a local daemon
16:31:37 [2020-07-17T16:31:37.861Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:31:37 [2020-07-17T16:31:37.861Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:31:37 [2020-07-17T16:31:37.861Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:31:37 [2020-07-17T16:31:37.861Z] === RUN   TestEventsExecDie
16:31:37 [2020-07-17T16:31:37.882Z] --- PASS: TestRenameContainerWithSameName (0.51s)
16:31:37 [2020-07-17T16:31:37.882Z] === RUN   TestRenameContainerWithLinkedContainer
16:31:38 [2020-07-17T16:31:38.900Z] --- PASS: TestEventsExecDie (0.95s)
16:31:38 [2020-07-17T16:31:38.900Z] === RUN   TestEventsBackwardsCompatible
16:31:38 [2020-07-17T16:31:38.900Z] --- PASS: TestEventsBackwardsCompatible (0.10s)
16:31:38 [2020-07-17T16:31:38.900Z] === RUN   TestInfoBinaryCommits
16:31:38 [2020-07-17T16:31:38.900Z] --- PASS: TestInfoBinaryCommits (0.03s)
16:31:38 [2020-07-17T16:31:38.900Z] === RUN   TestInfoAPIVersioned
16:31:38 [2020-07-17T16:31:38.900Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:31:38 [2020-07-17T16:31:38.900Z] === RUN   TestInfoDiscoveryBackend
16:31:38 [2020-07-17T16:31:38.925Z] --- PASS: TestRenameContainerWithLinkedContainer (1.03s)
16:31:38 [2020-07-17T16:31:38.925Z] === RUN   TestResize
16:31:39 [2020-07-17T16:31:39.220Z] --- PASS: TestResize (0.56s)
16:31:39 [2020-07-17T16:31:39.220Z] === RUN   TestResizeWithInvalidSize
16:31:39 [2020-07-17T16:31:39.535Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
16:31:39 [2020-07-17T16:31:39.535Z] === RUN   TestInfoDiscoveryInvalidAdvertise
16:31:39 [2020-07-17T16:31:39.857Z] --- PASS: TestResizeWithInvalidSize (0.56s)
16:31:39 [2020-07-17T16:31:39.857Z] === RUN   TestResizeWhenContainerNotStarted
16:31:40 [2020-07-17T16:31:40.374Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
16:31:40 [2020-07-17T16:31:40.480Z] --- PASS: TestCreateServiceMaxReplicas (3.56s)
16:31:40 [2020-07-17T16:31:40.480Z] === RUN   TestCreateWithDuplicateNetworkNames
16:31:40 [2020-07-17T16:31:40.513Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s)
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
16:31:40 [2020-07-17T16:31:40.513Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
16:31:40 [2020-07-17T16:31:40.572Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
16:31:40 [2020-07-17T16:31:40.572Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
16:31:40 [2020-07-17T16:31:40.867Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s)
16:31:40 [2020-07-17T16:31:40.867Z] === RUN   TestInfoAPI
16:31:40 [2020-07-17T16:31:40.867Z] --- PASS: TestInfoAPI (0.02s)
16:31:40 [2020-07-17T16:31:40.867Z] === RUN   TestInfoAPIWarnings
16:31:41 [2020-07-17T16:31:41.311Z] --- PASS: TestDockerNetworkReConnect (4.37s)
16:31:41 [2020-07-17T16:31:41.311Z] === RUN   TestServicePlugin
16:31:41 [2020-07-17T16:31:41.502Z] --- PASS: TestInfoAPIWarnings (0.52s)
16:31:41 [2020-07-17T16:31:41.502Z] === RUN   TestInfoDebug
16:31:42 [2020-07-17T16:31:42.138Z] --- PASS: TestInfoDebug (0.52s)
16:31:42 [2020-07-17T16:31:42.138Z] === RUN   TestInfoInsecureRegistries
16:31:42 [2020-07-17T16:31:42.432Z] --- PASS: TestInfoInsecureRegistries (0.52s)
16:31:42 [2020-07-17T16:31:42.432Z] === RUN   TestInfoRegistryMirrors
16:31:42 [2020-07-17T16:31:42.693Z] === RUN   TestDockerSuite/TestEventsCopy
16:31:43 [2020-07-17T16:31:43.066Z] --- PASS: TestInfoRegistryMirrors (0.52s)
16:31:43 [2020-07-17T16:31:43.066Z] === RUN   TestLoginFailsWithBadCredentials
16:31:43 [2020-07-17T16:31:43.270Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
16:31:43 [2020-07-17T16:31:43.270Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
16:31:43 [2020-07-17T16:31:43.359Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s)
16:31:43 [2020-07-17T16:31:43.359Z] === RUN   TestPingCacheHeaders
16:31:43 [2020-07-17T16:31:43.359Z] --- PASS: TestPingCacheHeaders (0.01s)
16:31:43 [2020-07-17T16:31:43.359Z] === RUN   TestPingGet
16:31:43 [2020-07-17T16:31:43.359Z] --- PASS: TestPingGet (0.01s)
16:31:43 [2020-07-17T16:31:43.359Z] === RUN   TestPingHead
16:31:43 [2020-07-17T16:31:43.359Z] --- PASS: TestPingHead (0.01s)
16:31:43 [2020-07-17T16:31:43.359Z] === RUN   TestVersion
16:31:43 [2020-07-17T16:31:43.359Z] --- PASS: TestVersion (0.01s)
16:31:43 [2020-07-17T16:31:43.359Z] PASS
16:31:43 [2020-07-17T16:31:43.359Z] 
16:31:43 [2020-07-17T16:31:43.359Z] === Skipped
16:31:43 [2020-07-17T16:31:43.359Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:31:43 [2020-07-17T16:31:43.359Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:31:43 [2020-07-17T16:31:43.359Z] 
16:31:43 [2020-07-17T16:31:43.359Z] 
16:31:43 [2020-07-17T16:31:43.359Z] DONE 18 tests, 1 skipped in 5.702s
16:31:43 [2020-07-17T16:31:43.359Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
16:31:43 [2020-07-17T16:31:43.359Z] ++ 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
16:31:43 [2020-07-17T16:31:43.359Z] ++ set -e
16:31:43 [2020-07-17T16:31:43.359Z] ++ '[' -n 0 ']'
16:31:43 [2020-07-17T16:31:43.359Z] ++ set -x
16:31:43 [2020-07-17T16:31:43.359Z] ++ env -i DEST=/go/src/github.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
16:31:43 [2020-07-17T16:31:43.631Z] === RUN   TestDockerSuite/TestEventsFilterContainer
16:31:43 [2020-07-17T16:31:43.651Z] INFO: Testing against a local daemon
16:31:43 [2020-07-17T16:31:43.652Z] === RUN   TestVolumesCreateAndList
16:31:43 [2020-07-17T16:31:43.652Z] --- PASS: TestVolumesCreateAndList (0.03s)
16:31:43 [2020-07-17T16:31:43.652Z] === RUN   TestVolumesRemove
16:31:43 [2020-07-17T16:31:43.652Z] --- PASS: TestVolumesRemove (0.11s)
16:31:43 [2020-07-17T16:31:43.652Z] === RUN   TestVolumesInspect
16:31:43 [2020-07-17T16:31:43.652Z] --- PASS: TestVolumesInspect (0.01s)
16:31:43 [2020-07-17T16:31:43.652Z] === RUN   TestVolumesInvalidJSON
16:31:43 [2020-07-17T16:31:43.652Z] === RUN   TestVolumesInvalidJSON//volumes/create
16:31:43 [2020-07-17T16:31:43.652Z] === PAUSE TestVolumesInvalidJSON//volumes/create
16:31:43 [2020-07-17T16:31:43.652Z] === CONT  TestVolumesInvalidJSON//volumes/create
16:31:43 [2020-07-17T16:31:43.652Z] --- PASS: TestVolumesInvalidJSON (0.01s)
16:31:43 [2020-07-17T16:31:43.652Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
16:31:43 [2020-07-17T16:31:43.652Z] PASS
16:31:43 [2020-07-17T16:31:43.652Z] 
16:31:43 [2020-07-17T16:31:43.652Z] DONE 5 tests in 0.231s
16:31:43 [2020-07-17T16:31:43.652Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:31:43 [2020-07-17T16:31:43.919Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
16:31:43 [2020-07-17T16:31:43.946Z] ++++ cat bundles/test-integration/docker.pid
16:31:43 [2020-07-17T16:31:43.946Z] +++ kill 11985
16:31:44 [2020-07-17T16:31:44.217Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
16:31:45 [2020-07-17T16:31:45.011Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
16:31:45 [2020-07-17T16:31:45.458Z] +++ /etc/init.d/apparmor stop
16:31:45 [2020-07-17T16:31:45.458Z] Leaving: AppArmorNo profiles have been unloaded.
16:31:45 [2020-07-17T16:31:45.458Z] 
16:31:45 [2020-07-17T16:31:45.458Z] Unloading profiles will leave already running processes permanently
16:31:45 [2020-07-17T16:31:45.458Z] unconfined, which can lead to unexpected situations.
16:31:45 [2020-07-17T16:31:45.458Z] 
16:31:45 [2020-07-17T16:31:45.458Z] To set a process to complain mode, use the command line tool
16:31:45 [2020-07-17T16:31:45.458Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:31:45 [2020-07-17T16:31:45.458Z] +++ true
16:31:45 [2020-07-17T16:31:45.458Z] exiting test-integration
16:31:45 [2020-07-17T16:31:45.458Z] ++ exit 0
16:31:45 [2020-07-17T16:31:45.458Z] 
16:31:45 [2020-07-17T16:31:45.759Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
16:31:45 [2020-07-17T16:31:45.759Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
16:31:46 [2020-07-17T16:31:46.054Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
16:31:46 [2020-07-17T16:31:46.351Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
16:31:47 [2020-07-17T16:31:47.389Z] #33 ...
16:31:47 [2020-07-17T16:31:47.389Z] 
16:31:47 [2020-07-17T16:31:47.389Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
16:31:47 [2020-07-17T16:31:47.389Z] #29 33.26 # github.com/docker/docker/contrib/httpserver
16:31:47 [2020-07-17T16:31:47.389Z] #29 33.26 loadinternal: cannot find runtime/cgo
16:31:47 [2020-07-17T16:31:47.389Z] #29 DONE 33.5s
16:31:47 [2020-07-17T16:31:47.389Z] 
16:31:47 [2020-07-17T16:31:47.389Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
16:31:47 [2020-07-17T16:31:47.389Z] #33 ...
16:31:47 [2020-07-17T16:31:47.389Z] 
16:31:47 [2020-07-17T16:31:47.389Z] #30 [runner 11/12] COPY --from=contrib       /build/ /tests/contrib/
16:31:47 [2020-07-17T16:31:47.389Z] #30 DONE 0.1s
16:31:47 [2020-07-17T16:31:47.389Z] 
16:31:47 [2020-07-17T16:31:47.389Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
Post stage
[Pipeline] junit
16:31:47 [2020-07-17T16:31:47.580Z] Recording test results
16:31:47 [2020-07-17T16:31:47.941Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ok  	github.com/docker/docker/api/server/httputils	0.092s	coverage: 14.7% of statements
16:31:47 [2020-07-17T16:31:47.942Z] ok  	github.com/docker/docker/api/server/middleware	0.192s	coverage: 37.7% of statements
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ok  	github.com/docker/docker/api/types/strslice	0.087s	coverage: 90.0% of statements
16:31:47 [2020-07-17T16:31:47.942Z] ok  	github.com/docker/docker/api/types/filters	0.094s	coverage: 92.2% of statements
16:31:47 [2020-07-17T16:31:47.942Z] ok  	github.com/docker/docker/api/server/router/swarm	0.116s	coverage: 5.1% of statements
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ok  	github.com/docker/docker/api/types/time	0.258s	coverage: 100.0% of statements
16:31:47 [2020-07-17T16:31:47.942Z] ok  	github.com/docker/docker/api/types/versions	0.039s	coverage: 75.0% of statements
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/builder	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:31:47 [2020-07-17T16:31:47.942Z] ok  	github.com/docker/docker/builder/dockerignore	0.289s	coverage: 96.8% of statements
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:31:48 [2020-07-17T16:31:48.442Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
16:31:48 [2020-07-17T16:31:48.442Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.71s)
16:31:48 [2020-07-17T16:31:48.442Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.80s)
16:31:48 [2020-07-17T16:31:48.442Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.52s)
16:31:48 [2020-07-17T16:31:48.442Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.73s)
16:31:48 [2020-07-17T16:31:48.442Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.49s)
16:31:48 [2020-07-17T16:31:48.442Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.58s)
16:31:48 [2020-07-17T16:31:48.442Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.76s)
16:31:48 [2020-07-17T16:31:48.443Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.36s)
16:31:48 [2020-07-17T16:31:48.443Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s)
16:31:48 [2020-07-17T16:31:48.443Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.79s)
16:31:48 [2020-07-17T16:31:48.443Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s)
16:31:48 [2020-07-17T16:31:48.443Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.19s)
16:31:48 [2020-07-17T16:31:48.443Z] === RUN   TestCgroupNamespacesRun
16:31:48 [2020-07-17T16:31:48.547Z] + echo Ensuring container killed.
16:31:48 [2020-07-17T16:31:48.547Z] Ensuring container killed.
16:31:48 [2020-07-17T16:31:48.547Z] + docker rm -vf docker-pr2
16:31:48 [2020-07-17T16:31:48.547Z] Error: No such container: docker-pr2
16:31:48 [2020-07-17T16:31:48.547Z] + true
[Pipeline] sh
16:31:48 [2020-07-17T16:31:48.964Z] + echo Chowning /workspace to jenkins user
16:31:48 [2020-07-17T16:31:48.964Z] Chowning /workspace to jenkins user
16:31:48 [2020-07-17T16:31:48.964Z] + id -u
16:31:48 [2020-07-17T16:31:48.964Z] + id -g
16:31:48 [2020-07-17T16:31:48.964Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41226:/workspace busybox chown -R 1001:1001 /workspace
16:31:48 [2020-07-17T16:31:48.964Z] Unable to find image 'busybox:latest' locally
16:31:49 [2020-07-17T16:31:49.257Z] latest: Pulling from library/busybox
16:31:49 [2020-07-17T16:31:49.257Z] 351d6c492d3f: Pulling fs layer
16:31:49 [2020-07-17T16:31:49.550Z] 351d6c492d3f: Verifying Checksum
16:31:49 [2020-07-17T16:31:49.550Z] 351d6c492d3f: Download complete
16:31:49 [2020-07-17T16:31:49.844Z] 351d6c492d3f: Pull complete
16:31:49 [2020-07-17T16:31:49.844Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793
16:31:49 [2020-07-17T16:31:49.844Z] Status: Downloaded newer image for busybox:latest
16:31:49 [2020-07-17T16:31:49.965Z] --- PASS: TestCgroupNamespacesRun (1.37s)
16:31:49 [2020-07-17T16:31:49.965Z] === RUN   TestCgroupNamespacesRunPrivileged
16:31:50 [2020-07-17T16:31:50.159Z] ok  	github.com/docker/docker/cli/debug	0.330s	coverage: 100.0% of statements
16:31:50 [2020-07-17T16:31:50.159Z] ok  	github.com/docker/docker/builder/dockerfile	0.430s	coverage: 46.4% of statements
16:31:50 [2020-07-17T16:31:50.159Z] ok  	github.com/docker/docker/builder/remotecontext	0.736s	coverage: 9.2% of statements
16:31:50 [2020-07-17T16:31:50.294Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
16:31:50 [2020-07-17T16:31:50.554Z] === RUN   TestDockerSuite/TestEventsFilterImageName
16:31:51 [2020-07-17T16:31:51.484Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.36s)
16:31:51 [2020-07-17T16:31:51.484Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
16:31:51 [2020-07-17T16:31:51.491Z] === RUN   TestDockerSuite/TestEventsFilterLabels
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:31:52 [2020-07-17T16:31:52.060Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
16:31:52 [2020-07-17T16:31:52.319Z] === RUN   TestDockerSuite/TestEventsFilterType
16:31:52 [2020-07-17T16:31:52.324Z] + bundleName=s390x-integration
16:31:52 [2020-07-17T16:31:52.324Z] + echo Creating s390x-integration-bundles.tar.gz
16:31:52 [2020-07-17T16:31:52.324Z] Creating s390x-integration-bundles.tar.gz
16:31:52 [2020-07-17T16:31:52.324Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
16:31:52 [2020-07-17T16:31:52.324Z] + xargs tar -czf s390x-integration-bundles.tar.gz
16:31:52 [2020-07-17T16:31:52.532Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.36s)
16:31:52 [2020-07-17T16:31:52.532Z] === RUN   TestCgroupNamespacesRunHostMode
16:31:52 [2020-07-17T16:31:52.578Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
[Pipeline] archiveArtifacts
16:31:52 [2020-07-17T16:31:52.675Z] Archiving artifacts
16:31:52 [2020-07-17T16:31:52.837Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
16:31:52 [2020-07-17T16:31:52.837Z] === RUN   TestDockerSuite/TestEventsFilters
16:31:53 [2020-07-17T16:31:53.077Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41226/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:31:53 [2020-07-17T16:31:53.466Z] + make clean
16:31:53 [2020-07-17T16:31:53.774Z] === RUN   TestDockerSuite/TestEventsFormat
16:31:54 [2020-07-17T16:31:54.046Z] --- PASS: TestCgroupNamespacesRunHostMode (1.34s)
16:31:54 [2020-07-17T16:31:54.046Z] === RUN   TestCgroupNamespacesRunPrivateMode
16:31:54 [2020-07-17T16:31:54.101Z] docker volume rm -f docker-dev-cache
16:31:54 [2020-07-17T16:31:54.395Z] docker-dev-cache
[Pipeline] deleteDir
16:31:54 [2020-07-17T16:31:54.715Z] === RUN   TestDockerSuite/TestEventsFormatBadField
16:31:54 [2020-07-17T16:31:54.715Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
16:31:54 [2020-07-17T16:31:54.715Z] === RUN   TestDockerSuite/TestEventsImageImport
16:31:55 [2020-07-17T16:31:55.284Z] === RUN   TestDockerSuite/TestEventsImageLoad
16:31:55 [2020-07-17T16:31:55.284Z] === RUN   TestDockerSuite/TestEventsImagePull
16:31:55 [2020-07-17T16:31:55.386Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.75s)
16:31:55 [2020-07-17T16:31:55.386Z] === RUN   TestCreateServiceSecretFileMode
16:31:55 [2020-07-17T16:31:55.543Z] === RUN   TestDockerSuite/TestEventsImageTag
16:31:55 [2020-07-17T16:31:55.564Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.35s)
16:31:55 [2020-07-17T16:31:55.564Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:31:56 [2020-07-17T16:31:56.612Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s)
16:31:56 [2020-07-17T16:31:56.612Z] === RUN   TestCgroupNamespacesRunInvalidMode
16:31:56 [2020-07-17T16:31:56.924Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
16:31:56 [2020-07-17T16:31:56.924Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
16:31:56 [2020-07-17T16:31:56.924Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
16:31:56 [2020-07-17T16:31:56.924Z] === RUN   TestDockerSuite/TestEventsPluginOps
16:31:57 [2020-07-17T16:31:57.651Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s)
16:31:57 [2020-07-17T16:31:57.651Z] === RUN   TestCgroupNamespacesRunOlderClient
16:31:58 [2020-07-17T16:31:58.301Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
16:31:58 [2020-07-17T16:31:58.686Z] --- PASS: TestCreateServiceSecretFileMode (3.40s)
16:31:58 [2020-07-17T16:31:58.686Z] === RUN   TestCreateServiceConfigFileMode
16:31:58 [2020-07-17T16:31:58.872Z] === RUN   TestDockerSuite/TestEventsRename
16:31:59 [2020-07-17T16:31:59.166Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.39s)
16:31:59 [2020-07-17T16:31:59.166Z] === RUN   TestKernelTCPMemory
16:31:59 [2020-07-17T16:31:59.442Z] === RUN   TestDockerSuite/TestEventsResize
16:31:59 [2020-07-17T16:31:59.460Z] --- PASS: TestKernelTCPMemory (0.62s)
16:31:59 [2020-07-17T16:31:59.461Z] === RUN   TestNISDomainname
16:32:00 [2020-07-17T16:32:00.010Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
16:32:00 [2020-07-17T16:32:00.099Z] --- PASS: TestNISDomainname (0.69s)
16:32:00 [2020-07-17T16:32:00.099Z] === RUN   TestHostnameDnsResolution
16:32:00 [2020-07-17T16:32:00.579Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
16:32:01 [2020-07-17T16:32:01.149Z] === RUN   TestDockerSuite/TestEventsStreaming
16:32:01 [2020-07-17T16:32:01.156Z] --- PASS: TestHostnameDnsResolution (0.80s)
16:32:01 [2020-07-17T16:32:01.156Z] === RUN   TestStats
16:32:01 [2020-07-17T16:32:01.409Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
16:32:01 [2020-07-17T16:32:01.989Z] --- PASS: TestCreateServiceConfigFileMode (3.38s)
16:32:01 [2020-07-17T16:32:01.989Z] === RUN   TestCreateServiceSysctls
16:32:02 [2020-07-17T16:32:02.649Z] ok  	github.com/docker/docker/client	0.545s	coverage: 74.9% of statements
16:32:03 [2020-07-17T16:32:03.905Z] --- PASS: TestStats (2.56s)
16:32:03 [2020-07-17T16:32:03.905Z] === RUN   TestStopContainerWithTimeout
16:32:03 [2020-07-17T16:32:03.905Z] === RUN   TestStopContainerWithTimeout/0
16:32:03 [2020-07-17T16:32:03.905Z] === PAUSE TestStopContainerWithTimeout/0
16:32:03 [2020-07-17T16:32:03.905Z] === RUN   TestStopContainerWithTimeout/1
16:32:03 [2020-07-17T16:32:03.905Z] === PAUSE TestStopContainerWithTimeout/1
16:32:03 [2020-07-17T16:32:03.905Z] === RUN   TestStopContainerWithTimeout/3
16:32:03 [2020-07-17T16:32:03.905Z] === PAUSE TestStopContainerWithTimeout/3
16:32:03 [2020-07-17T16:32:03.905Z] === RUN   TestStopContainerWithTimeout/-1
16:32:03 [2020-07-17T16:32:03.905Z] === PAUSE TestStopContainerWithTimeout/-1
16:32:03 [2020-07-17T16:32:03.905Z] === CONT  TestStopContainerWithTimeout/0
16:32:03 [2020-07-17T16:32:03.905Z] === CONT  TestStopContainerWithTimeout/-1
16:32:03 [2020-07-17T16:32:03.905Z] === CONT  TestStopContainerWithTimeout/1
16:32:03 [2020-07-17T16:32:03.905Z] === CONT  TestStopContainerWithTimeout/3
16:32:04 [2020-07-17T16:32:04.698Z] === RUN   TestDockerSuite/TestEventsTop
16:32:04 [2020-07-17T16:32:04.698Z] === RUN   TestDockerSuite/TestEventsUntag
16:32:06 [2020-07-17T16:32:06.199Z] --- PASS: TestCreateServiceSysctls (4.18s)
16:32:06 [2020-07-17T16:32:06.199Z] === RUN   TestCreateServiceCapabilities
16:32:06 [2020-07-17T16:32:06.654Z] --- PASS: TestStopContainerWithTimeout (0.03s)
16:32:06 [2020-07-17T16:32:06.654Z]     --- PASS: TestStopContainerWithTimeout/0 (0.99s)
16:32:06 [2020-07-17T16:32:06.654Z]     --- PASS: TestStopContainerWithTimeout/1 (1.93s)
16:32:06 [2020-07-17T16:32:06.654Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.68s)
16:32:06 [2020-07-17T16:32:06.654Z]     --- PASS: TestStopContainerWithTimeout/3 (3.02s)
16:32:06 [2020-07-17T16:32:06.654Z] === RUN   TestDeleteDevicemapper
16:32:06 [2020-07-17T16:32:06.654Z] --- SKIP: TestDeleteDevicemapper (0.00s)
16:32:06 [2020-07-17T16:32:06.654Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:32:06 [2020-07-17T16:32:06.654Z] === RUN   TestStopContainerWithRestartPolicyAlways
16:32:07 [2020-07-17T16:32:07.232Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
16:32:08 [2020-07-17T16:32:08.183Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.60s)
16:32:08 [2020-07-17T16:32:08.183Z] === RUN   TestUpdateMemory
16:32:08 [2020-07-17T16:32:08.822Z] --- PASS: TestUpdateMemory (0.67s)
16:32:08 [2020-07-17T16:32:08.822Z] === RUN   TestUpdateCPUQuota
16:32:09 [2020-07-17T16:32:09.500Z] --- PASS: TestCreateServiceCapabilities (3.36s)
16:32:09 [2020-07-17T16:32:09.500Z] === RUN   TestInspect
16:32:09 [2020-07-17T16:32:09.866Z] --- PASS: TestUpdateCPUQuota (0.81s)
16:32:09 [2020-07-17T16:32:09.866Z] === RUN   TestUpdatePidsLimit
16:32:09 [2020-07-17T16:32:09.866Z] === RUN   TestUpdatePidsLimit/update_from_none
16:32:09 [2020-07-17T16:32:09.866Z] === RUN   TestUpdatePidsLimit/no_change
16:32:10 [2020-07-17T16:32:10.161Z] === RUN   TestUpdatePidsLimit/update_lower
16:32:10 [2020-07-17T16:32:10.454Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
16:32:10 [2020-07-17T16:32:10.749Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
16:32:11 [2020-07-17T16:32:11.043Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
16:32:11 [2020-07-17T16:32:11.043Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
16:32:12 [2020-07-17T16:32:12.111Z] --- PASS: TestUpdatePidsLimit (2.39s)
16:32:12 [2020-07-17T16:32:12.111Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.28s)
16:32:12 [2020-07-17T16:32:12.111Z]     --- PASS: TestUpdatePidsLimit/no_change (0.26s)
16:32:12 [2020-07-17T16:32:12.111Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.24s)
16:32:12 [2020-07-17T16:32:12.111Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s)
16:32:12 [2020-07-17T16:32:12.111Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s)
16:32:12 [2020-07-17T16:32:12.111Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
16:32:12 [2020-07-17T16:32:12.111Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
16:32:12 [2020-07-17T16:32:12.111Z] === RUN   TestUpdateRestartPolicy
16:32:12 [2020-07-17T16:32:12.501Z] --- PASS: TestServicePlugin (31.14s)
16:32:12 [2020-07-17T16:32:12.501Z]     plugin_test.go:62: [db124653fc0ce] joining swarm manager [dfb91979714f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:32:12 [2020-07-17T16:32:12.501Z]     plugin_test.go:65: [d21d473c94a3c] joining swarm manager [dfb91979714f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:32:12 [2020-07-17T16:32:12.501Z] === RUN   TestServiceUpdateLabel
16:32:12 [2020-07-17T16:32:12.801Z] --- PASS: TestInspect (3.01s)
16:32:12 [2020-07-17T16:32:12.801Z] === RUN   TestCreateJob
16:32:15 [2020-07-17T16:32:15.061Z] --- PASS: TestServiceUpdateLabel (2.36s)
16:32:15 [2020-07-17T16:32:15.061Z] === RUN   TestServiceUpdateSecrets
16:32:17 [2020-07-17T16:32:17.007Z] --- PASS: TestCreateJob (4.20s)
16:32:17 [2020-07-17T16:32:17.007Z] === RUN   TestReplicatedJob
16:32:17 [2020-07-17T16:32:17.586Z] ok  	github.com/docker/docker/builder/remotecontext/git	28.866s	coverage: 86.3% of statements
16:32:17 [2020-07-17T16:32:17.586Z] ?   	github.com/docker/docker/cli	[no test files]
16:32:17 [2020-07-17T16:32:17.586Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:32:18 [2020-07-17T16:32:18.348Z] === RUN   TestDockerSuite/TestExec
16:32:18 [2020-07-17T16:32:18.349Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
16:32:18 [2020-07-17T16:32:18.916Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
16:32:19 [2020-07-17T16:32:19.485Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
16:32:19 [2020-07-17T16:32:19.744Z] === RUN   TestDockerSuite/TestExecAPIStart
16:32:20 [2020-07-17T16:32:20.682Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
16:32:21 [2020-07-17T16:32:21.252Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
16:32:21 [2020-07-17T16:32:21.822Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
16:32:22 [2020-07-17T16:32:22.391Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
16:32:22 [2020-07-17T16:32:22.649Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
16:32:23 [2020-07-17T16:32:23.220Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
16:32:23 [2020-07-17T16:32:23.457Z] ok  	github.com/docker/docker/cmd/dockerd	0.579s	coverage: 19.3% of statements
16:32:23 [2020-07-17T16:32:23.593Z] --- PASS: TestReplicatedJob (6.22s)
16:32:23 [2020-07-17T16:32:23.593Z] === RUN   TestUpdateReplicatedJob
16:32:23 [2020-07-17T16:32:23.789Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
16:32:24 [2020-07-17T16:32:24.729Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
16:32:24 [2020-07-17T16:32:24.786Z] --- PASS: TestUpdateRestartPolicy (11.35s)
16:32:24 [2020-07-17T16:32:24.787Z] === RUN   TestUpdateRestartWithAutoRemove
16:32:24 [2020-07-17T16:32:24.787Z] --- PASS: TestUpdateRestartWithAutoRemove (0.51s)
16:32:24 [2020-07-17T16:32:24.787Z] === RUN   TestWaitNonBlocked
16:32:24 [2020-07-17T16:32:24.787Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
16:32:24 [2020-07-17T16:32:24.787Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
16:32:24 [2020-07-17T16:32:24.787Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
16:32:24 [2020-07-17T16:32:24.787Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
16:32:24 [2020-07-17T16:32:24.787Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
16:32:24 [2020-07-17T16:32:24.787Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
16:32:24 [2020-07-17T16:32:24.787Z] --- PASS: TestWaitNonBlocked (0.02s)
16:32:24 [2020-07-17T16:32:24.787Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s)
16:32:24 [2020-07-17T16:32:24.787Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s)
16:32:24 [2020-07-17T16:32:24.787Z] === RUN   TestWaitBlocked
16:32:24 [2020-07-17T16:32:24.787Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
16:32:24 [2020-07-17T16:32:24.787Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
16:32:24 [2020-07-17T16:32:24.787Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
16:32:24 [2020-07-17T16:32:24.787Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
16:32:24 [2020-07-17T16:32:24.787Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
16:32:24 [2020-07-17T16:32:24.787Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
16:32:25 [2020-07-17T16:32:25.021Z] ok  	github.com/docker/docker/container	0.554s	coverage: 41.6% of statements
16:32:25 [2020-07-17T16:32:25.021Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:32:25 [2020-07-17T16:32:25.021Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:32:25 [2020-07-17T16:32:25.021Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:32:25 [2020-07-17T16:32:25.021Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:32:25 [2020-07-17T16:32:25.431Z] --- PASS: TestWaitBlocked (0.02s)
16:32:25 [2020-07-17T16:32:25.431Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s)
16:32:25 [2020-07-17T16:32:25.431Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s)
16:32:25 [2020-07-17T16:32:25.431Z] === CONT  TestContainerStartOnDaemonRestart
16:32:25 [2020-07-17T16:32:25.431Z] === CONT  TestIpcModeOlderClient
16:32:25 [2020-07-17T16:32:25.431Z] === CONT  TestDaemonHostGatewayIP
16:32:25 [2020-07-17T16:32:25.431Z] === CONT  TestDaemonRestartIpcMode
16:32:25 [2020-07-17T16:32:25.666Z] === RUN   TestDockerSuite/TestExecCgroup
16:32:25 [2020-07-17T16:32:25.730Z] --- PASS: TestIpcModeOlderClient (0.16s)
16:32:25 [2020-07-17T16:32:25.730Z] === CONT  TestContainerKillOnDaemonStart
16:32:26 [2020-07-17T16:32:26.586Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.247s	coverage: 65.3% of statements
16:32:26 [2020-07-17T16:32:26.604Z] === RUN   TestDockerSuite/TestExecEnv
16:32:26 [2020-07-17T16:32:26.898Z] --- PASS: TestUpdateReplicatedJob (4.17s)
16:32:26 [2020-07-17T16:32:26.898Z] === RUN   TestServiceListWithStatuses
16:32:26 [2020-07-17T16:32:26.898Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:32:26 [2020-07-17T16:32:26.898Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:32:26 [2020-07-17T16:32:26.898Z] === RUN   TestDockerNetworkConnectAlias
16:32:27 [2020-07-17T16:32:27.172Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
16:32:28 [2020-07-17T16:32:28.110Z] === RUN   TestDockerSuite/TestExecExitStatus
16:32:29 [2020-07-17T16:32:29.047Z] === RUN   TestDockerSuite/TestExecInspectID
16:32:29 [2020-07-17T16:32:29.287Z] --- PASS: TestContainerStartOnDaemonRestart (3.48s)
16:32:29 [2020-07-17T16:32:29.306Z] --- PASS: TestServiceUpdateSecrets (14.64s)
16:32:29 [2020-07-17T16:32:29.306Z] === RUN   TestServiceUpdateConfigs
16:32:29 [2020-07-17T16:32:29.546Z] ok  	github.com/docker/docker/daemon/cluster	0.864s	coverage: 0.5% of statements
16:32:29 [2020-07-17T16:32:29.547Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.811s	coverage: 35.4% of statements
16:32:29 [2020-07-17T16:32:29.583Z] --- PASS: TestDaemonHostGatewayIP (4.01s)
16:32:29 [2020-07-17T16:32:29.583Z] --- PASS: TestDaemonRestartIpcMode (4.07s)
16:32:31 [2020-07-17T16:32:31.212Z] === RUN   TestDockerSuite/TestExecInteractive
16:32:31 [2020-07-17T16:32:31.781Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
16:32:32 [2020-07-17T16:32:32.041Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
16:32:32 [2020-07-17T16:32:32.610Z] === RUN   TestDockerSuite/TestExecParseError
16:32:33 [2020-07-17T16:32:33.178Z] === RUN   TestDockerSuite/TestExecPausedContainer
16:32:33 [2020-07-17T16:32:33.436Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
16:32:33 [2020-07-17T16:32:33.485Z] --- PASS: TestDockerNetworkConnectAlias (6.58s)
16:32:33 [2020-07-17T16:32:33.485Z] === RUN   TestDockerNetworkReConnect
16:32:34 [2020-07-17T16:32:34.005Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
16:32:34 [2020-07-17T16:32:34.943Z] === RUN   TestDockerSuite/TestExecSetEnv
16:32:35 [2020-07-17T16:32:35.420Z] ok  	github.com/docker/docker/daemon/config	0.650s	coverage: 79.7% of statements
16:32:35 [2020-07-17T16:32:35.420Z] ok  	github.com/docker/docker/daemon/discovery	0.215s	coverage: 30.0% of statements
16:32:35 [2020-07-17T16:32:35.513Z] === RUN   TestDockerSuite/TestExecStartFails
16:32:36 [2020-07-17T16:32:36.406Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	1.198s	coverage: 11.1% of statements
16:32:36 [2020-07-17T16:32:36.457Z] === RUN   TestDockerSuite/TestExecStateCleanup
16:32:37 [2020-07-17T16:32:37.970Z] ok  	github.com/docker/docker/daemon/events	0.278s	coverage: 50.0% of statements
16:32:38 [2020-07-17T16:32:38.438Z] ok  	github.com/docker/docker/daemon/graphdriver	0.197s	coverage: 2.3% of statements
16:32:38 [2020-07-17T16:32:38.777Z] --- PASS: TestDockerNetworkReConnect (5.15s)
16:32:38 [2020-07-17T16:32:38.777Z] === RUN   TestServicePlugin
16:32:38 [2020-07-17T16:32:38.777Z] --- SKIP: TestServicePlugin (0.00s)
16:32:38 [2020-07-17T16:32:38.777Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:32:38 [2020-07-17T16:32:38.777Z] === RUN   TestServiceUpdateLabel
16:32:38 [2020-07-17T16:32:38.906Z] ok  	github.com/docker/docker/daemon	3.513s	coverage: 9.2% of statements
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/quota	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
16:32:38 [2020-07-17T16:32:38.906Z] ok  	github.com/docker/docker/daemon/links	0.048s	coverage: 93.0% of statements
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestContainerKillOnDaemonStart (12.66s)
16:32:39 [2020-07-17T16:32:39.969Z] PASS
16:32:39 [2020-07-17T16:32:39.969Z] 
16:32:39 [2020-07-17T16:32:39.969Z] === Skipped
16:32:39 [2020-07-17T16:32:39.969Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
16:32:39 [2020-07-17T16:32:39.969Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:32:39 [2020-07-17T16:32:39.969Z] 
16:32:39 [2020-07-17T16:32:39.969Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
16:32:39 [2020-07-17T16:32:39.969Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
16:32:39 [2020-07-17T16:32:39.969Z] 
16:32:39 [2020-07-17T16:32:39.969Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
16:32:39 [2020-07-17T16:32:39.969Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
16:32:39 [2020-07-17T16:32:39.969Z] 
16:32:39 [2020-07-17T16:32:39.969Z] 
16:32:39 [2020-07-17T16:32:39.969Z] DONE 204 tests, 3 skipped in 108.787s
16:32:39 [2020-07-17T16:32:39.969Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
16:32:39 [2020-07-17T16:32:39.969Z] ++ 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
16:32:39 [2020-07-17T16:32:39.969Z] ++ set -e
16:32:39 [2020-07-17T16:32:39.969Z] ++ '[' -n 0 ']'
16:32:39 [2020-07-17T16:32:39.969Z] ++ set -x
16:32:39 [2020-07-17T16:32:39.969Z] ++ env -i DEST=/go/src/github.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
16:32:39 [2020-07-17T16:32:39.969Z] INFO: Testing against a local daemon
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestCommitInheritsEnv
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestCommitInheritsEnv (0.33s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestImportExtremelyLargeImageWorks
16:32:39 [2020-07-17T16:32:39.969Z] === PAUSE TestImportExtremelyLargeImageWorks
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestImagesFilterMultiReference
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestImagesFilterMultiReference (0.05s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestImagePullPlatformInvalid
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestRemoveImageOrphaning
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestRemoveImageOrphaning (0.31s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestRemoveImageGarbageCollector
16:32:39 [2020-07-17T16:32:39.969Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
16:32:39 [2020-07-17T16:32:39.969Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestTagUnprefixedRepoByNameOrName
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestTagInvalidReference
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestTagInvalidReference (0.03s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestTagValidPrefixedRepo
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestTagExistedNameWithoutForce
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestTagOfficialNames
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestTagOfficialNames (0.04s)
16:32:39 [2020-07-17T16:32:39.969Z] === RUN   TestTagMatchesDigest
16:32:39 [2020-07-17T16:32:39.969Z] --- PASS: TestTagMatchesDigest (0.02s)
16:32:39 [2020-07-17T16:32:39.969Z] === CONT  TestImportExtremelyLargeImageWorks
16:32:41 [2020-07-17T16:32:41.859Z] ok  	github.com/docker/docker/daemon/images	0.453s	coverage: 4.8% of statements
16:32:41 [2020-07-17T16:32:41.860Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:32:41 [2020-07-17T16:32:41.860Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:32:41 [2020-07-17T16:32:41.860Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.675s	coverage: 77.4% of statements
16:32:42 [2020-07-17T16:32:42.081Z] --- PASS: TestServiceUpdateLabel (3.24s)
16:32:42 [2020-07-17T16:32:42.082Z] === RUN   TestServiceUpdateSecrets
16:32:42 [2020-07-17T16:32:42.330Z] ok  	github.com/docker/docker/daemon/logger	0.588s	coverage: 41.2% of statements
16:32:42 [2020-07-17T16:32:42.330Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
16:32:42 [2020-07-17T16:32:42.330Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
16:32:42 [2020-07-17T16:32:42.330Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:32:42 [2020-07-17T16:32:42.330Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
16:32:42 [2020-07-17T16:32:42.330Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
16:32:42 [2020-07-17T16:32:42.330Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.378s	coverage: 61.6% of statements
16:32:43 [2020-07-17T16:32:43.317Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.262s	coverage: 87.2% of statements
16:32:44 [2020-07-17T16:32:44.575Z] --- PASS: TestServiceUpdateConfigs (14.73s)
16:32:44 [2020-07-17T16:32:44.575Z] === RUN   TestServiceUpdateNetwork
16:32:44 [2020-07-17T16:32:44.886Z] ok  	github.com/docker/docker/daemon/logger/local	0.328s	coverage: 75.2% of statements
16:32:44 [2020-07-17T16:32:44.886Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:32:44 [2020-07-17T16:32:44.886Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.268s	coverage: 36.3% of statements
16:32:45 [2020-07-17T16:32:45.356Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.212s	coverage: 33.3% of statements
16:32:46 [2020-07-17T16:32:46.344Z] ok  	github.com/docker/docker/daemon/logger/templates	0.165s	coverage: 8.3% of statements
16:32:46 [2020-07-17T16:32:46.813Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.207s	coverage: 46.8% of statements
16:32:47 [2020-07-17T16:32:47.109Z] === RUN   TestDockerSuite/TestExecStopNotHanging
16:32:47 [2020-07-17T16:32:47.371Z] === RUN   TestDockerSuite/TestExecTTY
16:32:47 [2020-07-17T16:32:47.940Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
16:32:48 [2020-07-17T16:32:48.382Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.128s	coverage: 82.5% of statements
16:32:48 [2020-07-17T16:32:48.382Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:32:48 [2020-07-17T16:32:48.382Z] ?   	github.com/docker/docker/daemon/network	[no test files]
16:32:48 [2020-07-17T16:32:48.382Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:32:48 [2020-07-17T16:32:48.508Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
16:32:49 [2020-07-17T16:32:49.078Z] === RUN   TestDockerSuite/TestExecUlimits
16:32:49 [2020-07-17T16:32:49.949Z] ok  	github.com/docker/docker/distribution/metadata	1.310s	coverage: 48.2% of statements
16:32:49 [2020-07-17T16:32:49.950Z] ok  	github.com/docker/docker/errdefs	0.101s	coverage: 49.4% of statements
16:32:49 [2020-07-17T16:32:49.950Z] ok  	github.com/docker/docker/distribution	1.381s	coverage: 20.3% of statements
16:32:49 [2020-07-17T16:32:49.950Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:32:50 [2020-07-17T16:32:50.018Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
16:32:50 [2020-07-17T16:32:50.018Z] === RUN   TestDockerSuite/TestExecWithImageUser
16:32:51 [2020-07-17T16:32:51.398Z] === RUN   TestDockerSuite/TestExecWithNoTERM
16:32:51 [2020-07-17T16:32:51.966Z] === RUN   TestDockerSuite/TestExecWithPrivileged
16:32:52 [2020-07-17T16:32:52.167Z] ok  	github.com/docker/docker/image/cache	0.196s	coverage: 19.2% of statements
16:32:52 [2020-07-17T16:32:52.167Z] ok  	github.com/docker/docker/distribution/xfer	2.409s	coverage: 77.3% of statements
16:32:52 [2020-07-17T16:32:52.167Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:32:52 [2020-07-17T16:32:52.167Z] ok  	github.com/docker/docker/image/v1	0.221s	coverage: 25.0% of statements
16:32:52 [2020-07-17T16:32:52.534Z] === RUN   TestDockerSuite/TestExecWithTERM
16:32:52 [2020-07-17T16:32:52.636Z] ok  	github.com/docker/docker/image	0.810s	coverage: 86.4% of statements
16:32:52 [2020-07-17T16:32:52.637Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
16:32:52 [2020-07-17T16:32:52.637Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:32:53 [2020-07-17T16:32:53.102Z] === RUN   TestDockerSuite/TestExecWithUser
16:32:53 [2020-07-17T16:32:53.364Z] === RUN   TestDockerSuite/TestGetContainerStats
16:32:53 [2020-07-17T16:32:53.625Z] ok  	github.com/docker/docker/libcontainerd/queue	0.132s	coverage: 100.0% of statements
16:32:55 [2020-07-17T16:32:55.191Z] ok  	github.com/docker/docker/libcontainerd/local	0.226s	coverage: 1.0% of statements
16:32:55 [2020-07-17T16:32:55.191Z] ok  	github.com/docker/docker/pkg/aaparser	0.229s	coverage: 50.0% of statements
16:32:55 [2020-07-17T16:32:55.191Z] ok  	github.com/docker/docker/layer	0.412s	coverage: 30.1% of statements
16:32:55 [2020-07-17T16:32:55.659Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:32:55 [2020-07-17T16:32:55.659Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:32:55 [2020-07-17T16:32:55.659Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:32:55 [2020-07-17T16:32:55.659Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:32:55 [2020-07-17T16:32:55.659Z] ?   	github.com/docker/docker/oci	[no test files]
16:32:55 [2020-07-17T16:32:55.659Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:32:56 [2020-07-17T16:32:56.127Z] ok  	github.com/docker/docker/opts	0.486s	coverage: 67.7% of statements
16:32:56 [2020-07-17T16:32:56.987Z] --- PASS: TestServiceUpdateSecrets (14.88s)
16:32:56 [2020-07-17T16:32:56.987Z] === RUN   TestServiceUpdateConfigs
16:32:57 [2020-07-17T16:32:57.120Z] ok  	github.com/docker/docker/pkg/broadcaster	0.160s	coverage: 100.0% of statements
16:32:57 [2020-07-17T16:32:57.120Z] ok  	github.com/docker/docker/pkg/authorization	0.484s	coverage: 26.8% of statements
16:32:57 [2020-07-17T16:32:57.555Z] --- PASS: TestServiceUpdateNetwork (12.68s)
16:32:57 [2020-07-17T16:32:57.555Z] === RUN   TestServiceUpdatePidsLimit
16:32:57 [2020-07-17T16:32:57.588Z] ok  	github.com/docker/docker/pkg/capabilities	0.082s	coverage: 87.5% of statements
16:32:57 [2020-07-17T16:32:57.814Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
16:32:58 [2020-07-17T16:32:58.073Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:32:58 [2020-07-17T16:32:58.576Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.109s	coverage: 15.4% of statements
16:32:58 [2020-07-17T16:32:58.576Z] ok  	github.com/docker/docker/pkg/directory	0.189s	coverage: 80.0% of statements
16:32:58 [2020-07-17T16:32:58.643Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:32:59 [2020-07-17T16:32:59.566Z] ok  	github.com/docker/docker/pkg/discovery	0.115s	coverage: 58.3% of statements
16:32:59 [2020-07-17T16:32:59.566Z] ok  	github.com/docker/docker/pkg/discovery/file	0.231s	coverage: 92.9% of statements
16:33:01 [2020-07-17T16:33:01.132Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.413s	coverage: 92.3% of statements
16:33:01 [2020-07-17T16:33:01.132Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.035s	coverage: 93.8% of statements
16:33:02 [2020-07-17T16:33:02.122Z] ok  	github.com/docker/docker/pkg/filenotify	0.038s	coverage: 36.2% of statements
16:33:02 [2020-07-17T16:33:02.590Z] ok  	github.com/docker/docker/pkg/fileutils	0.162s	coverage: 87.7% of statements
16:33:02 [2020-07-17T16:33:02.832Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
16:33:03 [2020-07-17T16:33:03.577Z] ok  	github.com/docker/docker/pkg/homedir	0.162s	coverage: 42.9% of statements
16:33:03 [2020-07-17T16:33:03.768Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
16:33:04 [2020-07-17T16:33:04.048Z] ok  	github.com/docker/docker/pkg/idtools	0.098s	coverage: 7.3% of statements
16:33:04 [2020-07-17T16:33:04.048Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.520s	coverage: 84.1% of statements
16:33:05 [2020-07-17T16:33:05.037Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.229s	coverage: 91.7% of statements
16:33:05 [2020-07-17T16:33:05.037Z] ok  	github.com/docker/docker/pkg/locker	0.082s	coverage: 88.9% of statements
16:33:05 [2020-07-17T16:33:05.508Z] ok  	github.com/docker/docker/pkg/archive	7.310s	coverage: 62.7% of statements
16:33:05 [2020-07-17T16:33:05.508Z] ok  	github.com/docker/docker/pkg/ioutils	0.665s	coverage: 69.2% of statements
16:33:05 [2020-07-17T16:33:05.679Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:33:05 [2020-07-17T16:33:05.978Z] ok  	github.com/docker/docker/pkg/longpath	0.085s	coverage: 100.0% of statements
16:33:05 [2020-07-17T16:33:05.978Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.033s	coverage: 85.7% of statements
16:33:06 [2020-07-17T16:33:06.447Z] ok  	github.com/docker/docker/pkg/parsers	0.050s	coverage: 97.0% of statements
16:33:06 [2020-07-17T16:33:06.916Z] ok  	github.com/docker/docker/pkg/pidfile	0.057s	coverage: 82.6% of statements
16:33:07 [2020-07-17T16:33:07.903Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.073s	coverage: 56.8% of statements
16:33:08 [2020-07-17T16:33:08.893Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.186s	coverage: 85.7% of statements
16:33:08 [2020-07-17T16:33:08.967Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
16:33:08 [2020-07-17T16:33:08.967Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
16:33:08 [2020-07-17T16:33:08.967Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
16:33:08 [2020-07-17T16:33:08.967Z] === RUN   TestDockerSuite/TestHealth
16:33:09 [2020-07-17T16:33:09.365Z] ok  	github.com/docker/docker/pkg/pools	0.033s	coverage: 88.2% of statements
16:33:09 [2020-07-17T16:33:09.835Z] ok  	github.com/docker/docker/pkg/progress	0.045s	coverage: 75.9% of statements
16:33:10 [2020-07-17T16:33:10.821Z] ok  	github.com/docker/docker/pkg/reexec	0.076s	coverage: 82.4% of statements
16:33:10 [2020-07-17T16:33:10.821Z] ok  	github.com/docker/docker/pkg/pubsub	1.090s	coverage: 73.9% of statements
16:33:11 [2020-07-17T16:33:11.808Z] ok  	github.com/docker/docker/pkg/signal	0.130s	coverage: 20.3% of statements
16:33:11 [2020-07-17T16:33:11.808Z] ok  	github.com/docker/docker/pkg/stdcopy	0.036s	coverage: 100.0% of statements
16:33:12 [2020-07-17T16:33:12.794Z] ok  	github.com/docker/docker/pkg/streamformatter	0.046s	coverage: 66.2% of statements
16:33:12 [2020-07-17T16:33:12.794Z] ok  	github.com/docker/docker/pkg/stringid	0.040s	coverage: 70.6% of statements
16:33:13 [2020-07-17T16:33:13.159Z] --- PASS: TestServiceUpdatePidsLimit (16.17s)
16:33:13 [2020-07-17T16:33:13.159Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
16:33:13 [2020-07-17T16:33:13.159Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
16:33:13 [2020-07-17T16:33:13.159Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
16:33:13 [2020-07-17T16:33:13.159Z] PASS
16:33:13 [2020-07-17T16:33:13.159Z] 
16:33:13 [2020-07-17T16:33:13.159Z] === Skipped
16:33:13 [2020-07-17T16:33:13.159Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
16:33:13 [2020-07-17T16:33:13.159Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:33:13 [2020-07-17T16:33:13.159Z] 
16:33:13 [2020-07-17T16:33:13.159Z] 
16:33:13 [2020-07-17T16:33:13.159Z] DONE 27 tests, 1 skipped in 179.645s
16:33:13 [2020-07-17T16:33:13.159Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
16:33:13 [2020-07-17T16:33:13.159Z] ++ 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
16:33:13 [2020-07-17T16:33:13.159Z] ++ set -e
16:33:13 [2020-07-17T16:33:13.159Z] ++ '[' -n 0 ']'
16:33:13 [2020-07-17T16:33:13.159Z] ++ set -x
16:33:13 [2020-07-17T16:33:13.159Z] ++ env -i DEST=/go/src/github.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
16:33:13 [2020-07-17T16:33:13.159Z] INFO: Testing against a local daemon
16:33:13 [2020-07-17T16:33:13.159Z] === RUN   TestSessionCreate
16:33:13 [2020-07-17T16:33:13.159Z] --- PASS: TestSessionCreate (0.02s)
16:33:13 [2020-07-17T16:33:13.159Z] === RUN   TestSessionCreateWithBadUpgrade
16:33:13 [2020-07-17T16:33:13.159Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
16:33:13 [2020-07-17T16:33:13.159Z] PASS
16:33:13 [2020-07-17T16:33:13.159Z] 
16:33:13 [2020-07-17T16:33:13.159Z] DONE 2 tests in 0.154s
16:33:13 [2020-07-17T16:33:13.159Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
16:33:13 [2020-07-17T16:33:13.159Z] ++ 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
16:33:13 [2020-07-17T16:33:13.159Z] ++ set -e
16:33:13 [2020-07-17T16:33:13.159Z] ++ '[' -n 0 ']'
16:33:13 [2020-07-17T16:33:13.159Z] ++ set -x
16:33:13 [2020-07-17T16:33:13.159Z] ++ env -i DEST=/go/src/github.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
16:33:13 [2020-07-17T16:33:13.159Z] INFO: Testing against a local daemon
16:33:13 [2020-07-17T16:33:13.159Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:33:13 [2020-07-17T16:33:13.159Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:33:13 [2020-07-17T16:33:13.159Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:33:13 [2020-07-17T16:33:13.159Z] === RUN   TestEventsExecDie
16:33:13 [2020-07-17T16:33:13.728Z] --- PASS: TestEventsExecDie (0.49s)
16:33:13 [2020-07-17T16:33:13.728Z] === RUN   TestEventsBackwardsCompatible
16:33:13 [2020-07-17T16:33:13.729Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
16:33:13 [2020-07-17T16:33:13.729Z] === RUN   TestInfoBinaryCommits
16:33:13 [2020-07-17T16:33:13.729Z] --- PASS: TestInfoBinaryCommits (0.03s)
16:33:13 [2020-07-17T16:33:13.729Z] === RUN   TestInfoAPIVersioned
16:33:13 [2020-07-17T16:33:13.729Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:33:13 [2020-07-17T16:33:13.729Z] === RUN   TestInfoDiscoveryBackend
16:33:13 [2020-07-17T16:33:13.781Z] ok  	github.com/docker/docker/pkg/sysinfo	0.029s	coverage: 38.2% of statements
16:33:14 [2020-07-17T16:33:14.250Z] ok  	github.com/docker/docker/pkg/system	0.056s	coverage: 13.8% of statements
16:33:14 [2020-07-17T16:33:14.296Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
16:33:14 [2020-07-17T16:33:14.296Z] === RUN   TestInfoDiscoveryInvalidAdvertise
16:33:14 [2020-07-17T16:33:14.718Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
16:33:14 [2020-07-17T16:33:14.718Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:33:14 [2020-07-17T16:33:14.718Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
16:33:14 [2020-07-17T16:33:14.718Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
16:33:14 [2020-07-17T16:33:14.718Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
16:33:14 [2020-07-17T16:33:14.718Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
16:33:14 [2020-07-17T16:33:14.718Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:33:14 [2020-07-17T16:33:14.718Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:33:14 [2020-07-17T16:33:14.718Z] ok  	github.com/docker/docker/pkg/tailfile	0.159s	coverage: 88.6% of statements
16:33:15 [2020-07-17T16:33:15.100Z] --- PASS: TestServiceUpdateConfigs (15.25s)
16:33:15 [2020-07-17T16:33:15.100Z] === RUN   TestServiceUpdateNetwork
16:33:15 [2020-07-17T16:33:15.233Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
16:33:15 [2020-07-17T16:33:15.234Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
16:33:15 [2020-07-17T16:33:15.706Z] testing: warning: no tests to run
16:33:15 [2020-07-17T16:33:15.706Z] coverage: [no statements]
16:33:15 [2020-07-17T16:33:15.706Z] ok  	github.com/docker/docker/pkg/term/windows	0.107s	coverage: [no statements] [no tests to run]
16:33:15 [2020-07-17T16:33:15.706Z] ok  	github.com/docker/docker/pkg/tarsum	0.288s	coverage: 89.3% of statements
16:33:15 [2020-07-17T16:33:15.706Z] ok  	github.com/docker/docker/pkg/truncindex	0.169s	coverage: 91.5% of statements
16:33:15 [2020-07-17T16:33:15.803Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.55s)
16:33:15 [2020-07-17T16:33:15.803Z] === RUN   TestInfoAPI
16:33:16 [2020-07-17T16:33:16.062Z] --- PASS: TestInfoAPI (0.03s)
16:33:16 [2020-07-17T16:33:16.062Z] === RUN   TestInfoAPIWarnings
16:33:16 [2020-07-17T16:33:16.174Z] ok  	github.com/docker/docker/pkg/urlutil	0.034s	coverage: 100.0% of statements
16:33:16 [2020-07-17T16:33:16.630Z] --- PASS: TestInfoAPIWarnings (0.53s)
16:33:16 [2020-07-17T16:33:16.630Z] === RUN   TestInfoDebug
16:33:16 [2020-07-17T16:33:16.643Z] ok  	github.com/docker/docker/pkg/useragent	0.034s	coverage: 88.9% of statements
16:33:16 [2020-07-17T16:33:16.889Z] --- PASS: TestInfoDebug (0.53s)
16:33:16 [2020-07-17T16:33:16.889Z] === RUN   TestInfoInsecureRegistries
16:33:17 [2020-07-17T16:33:17.457Z] --- PASS: TestInfoInsecureRegistries (0.53s)
16:33:17 [2020-07-17T16:33:17.457Z] === RUN   TestInfoRegistryMirrors
16:33:18 [2020-07-17T16:33:18.025Z] --- PASS: TestInfoRegistryMirrors (0.54s)
16:33:18 [2020-07-17T16:33:18.025Z] === RUN   TestLoginFailsWithBadCredentials
16:33:18 [2020-07-17T16:33:18.209Z] ok  	github.com/docker/docker/plugin/v2	0.167s	coverage: 20.1% of statements
16:33:18 [2020-07-17T16:33:18.209Z] ok  	github.com/docker/docker/plugin	0.287s	coverage: 12.0% of statements
16:33:18 [2020-07-17T16:33:18.209Z] ok  	github.com/docker/docker/reference	0.464s	coverage: 84.4% of statements
16:33:18 [2020-07-17T16:33:18.284Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s)
16:33:18 [2020-07-17T16:33:18.284Z] === RUN   TestPingCacheHeaders
16:33:18 [2020-07-17T16:33:18.284Z] --- PASS: TestPingCacheHeaders (0.02s)
16:33:18 [2020-07-17T16:33:18.284Z] === RUN   TestPingGet
16:33:18 [2020-07-17T16:33:18.284Z] --- PASS: TestPingGet (0.01s)
16:33:18 [2020-07-17T16:33:18.284Z] === RUN   TestPingHead
16:33:18 [2020-07-17T16:33:18.284Z] --- PASS: TestPingHead (0.02s)
16:33:18 [2020-07-17T16:33:18.284Z] === RUN   TestVersion
16:33:18 [2020-07-17T16:33:18.284Z] --- PASS: TestVersion (0.03s)
16:33:18 [2020-07-17T16:33:18.284Z] PASS
16:33:18 [2020-07-17T16:33:18.284Z] 
16:33:18 [2020-07-17T16:33:18.284Z] === Skipped
16:33:18 [2020-07-17T16:33:18.284Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:33:18 [2020-07-17T16:33:18.284Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:33:18 [2020-07-17T16:33:18.284Z] 
16:33:18 [2020-07-17T16:33:18.284Z] 
16:33:18 [2020-07-17T16:33:18.284Z] DONE 18 tests, 1 skipped in 5.255s
16:33:18 [2020-07-17T16:33:18.284Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
16:33:18 [2020-07-17T16:33:18.284Z] ++ 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
16:33:18 [2020-07-17T16:33:18.544Z] ++ set -e
16:33:18 [2020-07-17T16:33:18.544Z] ++ '[' -n 0 ']'
16:33:18 [2020-07-17T16:33:18.544Z] ++ set -x
16:33:18 [2020-07-17T16:33:18.544Z] ++ env -i DEST=/go/src/github.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
16:33:18 [2020-07-17T16:33:18.544Z] INFO: Testing against a local daemon
16:33:18 [2020-07-17T16:33:18.544Z] === RUN   TestVolumesCreateAndList
16:33:18 [2020-07-17T16:33:18.544Z] --- PASS: TestVolumesCreateAndList (0.02s)
16:33:18 [2020-07-17T16:33:18.544Z] === RUN   TestVolumesRemove
16:33:18 [2020-07-17T16:33:18.544Z] --- PASS: TestVolumesRemove (0.06s)
16:33:18 [2020-07-17T16:33:18.544Z] === RUN   TestVolumesInspect
16:33:18 [2020-07-17T16:33:18.544Z] --- PASS: TestVolumesInspect (0.02s)
16:33:18 [2020-07-17T16:33:18.544Z] === RUN   TestVolumesInvalidJSON
16:33:18 [2020-07-17T16:33:18.544Z] === RUN   TestVolumesInvalidJSON//volumes/create
16:33:18 [2020-07-17T16:33:18.544Z] === PAUSE TestVolumesInvalidJSON//volumes/create
16:33:18 [2020-07-17T16:33:18.544Z] === CONT  TestVolumesInvalidJSON//volumes/create
16:33:18 [2020-07-17T16:33:18.544Z] --- PASS: TestVolumesInvalidJSON (0.02s)
16:33:18 [2020-07-17T16:33:18.544Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
16:33:18 [2020-07-17T16:33:18.544Z] PASS
16:33:18 [2020-07-17T16:33:18.544Z] 
16:33:18 [2020-07-17T16:33:18.544Z] DONE 5 tests in 0.219s
16:33:18 [2020-07-17T16:33:18.544Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:33:18 [2020-07-17T16:33:18.803Z] ++++ cat bundles/test-integration/docker.pid
16:33:18 [2020-07-17T16:33:18.803Z] +++ kill 5594
16:33:19 [2020-07-17T16:33:19.776Z] ok  	github.com/docker/docker/restartmanager	0.206s	coverage: 50.9% of statements
16:33:19 [2020-07-17T16:33:19.776Z] ok  	github.com/docker/docker/registry/resumable	0.272s	coverage: 100.0% of statements
16:33:20 [2020-07-17T16:33:20.180Z] +++ /etc/init.d/apparmor stop
16:33:20 [2020-07-17T16:33:20.180Z] Leaving: AppArmorNo profiles have been unloaded.
16:33:20 [2020-07-17T16:33:20.180Z] 
16:33:20 [2020-07-17T16:33:20.180Z] Unloading profiles will leave already running processes permanently
16:33:20 [2020-07-17T16:33:20.180Z] unconfined, which can lead to unexpected situations.
16:33:20 [2020-07-17T16:33:20.180Z] 
16:33:20 [2020-07-17T16:33:20.180Z] To set a process to complain mode, use the command line tool
16:33:20 [2020-07-17T16:33:20.180Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:33:20 [2020-07-17T16:33:20.180Z] +++ true
16:33:20 [2020-07-17T16:33:20.180Z] exiting test-integration
16:33:20 [2020-07-17T16:33:20.180Z] ++ exit 0
16:33:20 [2020-07-17T16:33:20.180Z] 
16:33:20 [2020-07-17T16:33:20.180Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
16:33:20 [2020-07-17T16:33:20.749Z] + for job in $(jobs -p)
16:33:20 [2020-07-17T16:33:20.749Z] + wait 31961
16:33:20 [2020-07-17T16:33:20.765Z] ok  	github.com/docker/docker/runconfig	0.052s	coverage: 52.2% of statements
16:33:21 [2020-07-17T16:33:21.234Z] ok  	github.com/docker/docker/testutil	0.290s	coverage: 62.5% of statements
16:33:21 [2020-07-17T16:33:21.234Z] ok  	github.com/docker/docker/registry	0.424s	coverage: 51.7% of statements
16:33:23 [2020-07-17T16:33:23.451Z] ok  	github.com/docker/docker/volume/drivers	0.113s	coverage: 36.1% of statements
16:33:24 [2020-07-17T16:33:24.437Z] ok  	github.com/docker/docker/volume/local	0.138s	coverage: 37.7% of statements
16:33:24 [2020-07-17T16:33:24.437Z] ok  	github.com/docker/docker/volume/mounts	0.144s	coverage: 66.2% of statements
16:33:26 [2020-07-17T16:33:26.053Z] ok  	github.com/docker/docker/volume/service	0.381s	coverage: 70.3% of statements
16:33:27 [2020-07-17T16:33:27.328Z] --- PASS: TestServiceUpdateNetwork (14.69s)
16:33:27 [2020-07-17T16:33:27.328Z] === RUN   TestServiceUpdatePidsLimit
16:33:27 [2020-07-17T16:33:27.900Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:33:28 [2020-07-17T16:33:28.843Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestHistoryExistentImage
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
16:33:28 [2020-07-17T16:33:28.865Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
16:33:29 [2020-07-17T16:33:29.124Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
16:33:29 [2020-07-17T16:33:29.383Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
16:33:29 [2020-07-17T16:33:29.642Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
16:33:29 [2020-07-17T16:33:29.642Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
16:33:30 [2020-07-17T16:33:30.210Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
16:33:30 [2020-07-17T16:33:30.210Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
16:33:30 [2020-07-17T16:33:30.780Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
16:33:31 [2020-07-17T16:33:31.349Z] === RUN   TestDockerSuite/TestImagesFormat
16:33:31 [2020-07-17T16:33:31.349Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
16:33:31 [2020-07-17T16:33:31.916Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
16:33:34 [2020-07-17T16:33:34.465Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
16:33:34 [2020-07-17T16:33:34.465Z] === RUN   TestDockerSuite/TestImportBadURL
16:33:34 [2020-07-17T16:33:34.723Z] === RUN   TestDockerSuite/TestImportDisplay
16:33:35 [2020-07-17T16:33:35.661Z] === RUN   TestDockerSuite/TestImportFile
16:33:36 [2020-07-17T16:33:36.599Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
16:33:36 [2020-07-17T16:33:36.599Z] === RUN   TestDockerSuite/TestImportFileWithMessage
16:33:36 [2020-07-17T16:33:36.977Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:33:37 [2020-07-17T16:33:37.977Z] === RUN   TestDockerSuite/TestImportGzipped
16:33:38 [2020-07-17T16:33:38.868Z] #33 136.5 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:33:38 [2020-07-17T16:33:38.868Z] #33 138.8 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:33:38 [2020-07-17T16:33:38.868Z] #33 140.2 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:33:38 [2020-07-17T16:33:38.868Z] #33 142.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:33:38 [2020-07-17T16:33:38.916Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
16:33:39 [2020-07-17T16:33:39.853Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
16:33:40 [2020-07-17T16:33:40.422Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
16:33:40 [2020-07-17T16:33:40.777Z] #33 144.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:33:40 [2020-07-17T16:33:40.990Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
16:33:41 [2020-07-17T16:33:41.249Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
16:33:41 [2020-07-17T16:33:41.249Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
16:33:41 [2020-07-17T16:33:41.249Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
16:33:41 [2020-07-17T16:33:41.509Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
16:33:41 [2020-07-17T16:33:41.717Z] #33 146.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:33:41 [2020-07-17T16:33:41.768Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
16:33:42 [2020-07-17T16:33:42.337Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
16:33:42 [2020-07-17T16:33:42.905Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
16:33:43 [2020-07-17T16:33:43.099Z] #33 147.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:33:43 [2020-07-17T16:33:43.165Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
16:33:44 [2020-07-17T16:33:44.079Z] ok  	github.com/docker/docker/pkg/plugins	35.158s	coverage: 73.4% of statements
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/pkg/term	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/rootless	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/volume	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:33:44 [2020-07-17T16:33:44.079Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:33:44 [2020-07-17T16:33:44.106Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
16:33:44 [2020-07-17T16:33:44.481Z] #33 148.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === Skipped
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     dispatchers_test.go:376: Windows does not support stopsignal
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     client_test.go:23: runtime.GOOS == "windows"
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     daemon_test.go:147: root required
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     reload_test.go:520: root required
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     config_test.go:484: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     pull_v2_test.go:73: Needs fixing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     pull_v2_test.go:118: Needs fixing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     download_test.go:268: Needs fixing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     layer_test.go:304: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     layer_test.go:353: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     layer_test.go:468: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     layer_test.go:697: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     migration_test.go:46: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     migration_test.go:182: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     mount_test.go:17: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     mount_test.go:76: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     mount_test.go:125: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     mount_test.go:212: Failing on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:133: Xz not present in msys2
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:238: Failing on Windows CI machines
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_windows_test.go:16: Currently fails
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     changes_test.go:192: needs more investigation
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     changes_test.go:405: needs further investigation
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     changes_test.go:441: needs further investigation
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     poller_test.go:41: No chmod on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     fileutils_test.go:134: Needs porting to Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     fileutils_test.go:180: Needs porting to Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     registry_test.go:58: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     registry_test.go:78: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     registry_test.go:668: os.Getuid() != 0: skipping test that requires root
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
16:33:44 [2020-07-17T16:33:44.555Z]     local_test.go:181: runtime.GOOS == "windows"
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] 
16:33:44 [2020-07-17T16:33:44.555Z] DONE 1761 tests, 46 skipped in 189.316s
16:33:44 [2020-07-17T16:33:44.555Z] INFO: make.ps1 ended at 07/17/2020 16:33:44
16:33:44 [2020-07-17T16:33:44.675Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
16:33:44 [2020-07-17T16:33:44.675Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
16:33:44 [2020-07-17T16:33:44.740Z] #33 148.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:33:45 [2020-07-17T16:33:45.112Z] --- PASS: TestServiceUpdatePidsLimit (16.93s)
16:33:45 [2020-07-17T16:33:45.112Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s)
16:33:45 [2020-07-17T16:33:45.112Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
16:33:45 [2020-07-17T16:33:45.112Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s)
16:33:45 [2020-07-17T16:33:45.112Z] PASS
16:33:45 [2020-07-17T16:33:45.112Z] 
16:33:45 [2020-07-17T16:33:45.112Z] === Skipped
16:33:45 [2020-07-17T16:33:45.112Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
16:33:45 [2020-07-17T16:33:45.112Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:33:45 [2020-07-17T16:33:45.112Z] 
16:33:45 [2020-07-17T16:33:45.112Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
16:33:45 [2020-07-17T16:33:45.112Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:33:45 [2020-07-17T16:33:45.112Z] 
16:33:45 [2020-07-17T16:33:45.112Z] 
16:33:45 [2020-07-17T16:33:45.112Z] DONE 27 tests, 2 skipped in 159.457s
16:33:45 [2020-07-17T16:33:45.112Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
16:33:45 [2020-07-17T16:33:45.112Z] ++ 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
16:33:45 [2020-07-17T16:33:45.112Z] ++ set -e
16:33:45 [2020-07-17T16:33:45.112Z] ++ '[' -n 0 ']'
16:33:45 [2020-07-17T16:33:45.112Z] ++ set -x
16:33:45 [2020-07-17T16:33:45.112Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
16:33:45 [2020-07-17T16:33:45.112Z] INFO: Testing against a local daemon
16:33:45 [2020-07-17T16:33:45.112Z] === RUN   TestSessionCreate
16:33:45 [2020-07-17T16:33:45.112Z] --- PASS: TestSessionCreate (0.05s)
16:33:45 [2020-07-17T16:33:45.112Z] === RUN   TestSessionCreateWithBadUpgrade
16:33:45 [2020-07-17T16:33:45.112Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
16:33:45 [2020-07-17T16:33:45.112Z] PASS
16:33:45 [2020-07-17T16:33:45.112Z] 
16:33:45 [2020-07-17T16:33:45.112Z] DONE 2 tests in 0.588s
16:33:45 [2020-07-17T16:33:45.112Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
16:33:45 [2020-07-17T16:33:45.112Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
16:33:45 [2020-07-17T16:33:45.112Z] ++ set -e
16:33:45 [2020-07-17T16:33:45.112Z] ++ '[' -n 0 ']'
16:33:45 [2020-07-17T16:33:45.112Z] ++ set -x
16:33:45 [2020-07-17T16:33:45.112Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
16:33:45 [2020-07-17T16:33:45.112Z] INFO: Testing against a local daemon
16:33:45 [2020-07-17T16:33:45.112Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:33:45 [2020-07-17T16:33:45.112Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:33:45 [2020-07-17T16:33:45.112Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:33:45 [2020-07-17T16:33:45.112Z] === RUN   TestEventsExecDie
16:33:45 [2020-07-17T16:33:45.373Z] --- PASS: TestEventsExecDie (0.89s)
16:33:45 [2020-07-17T16:33:45.373Z] === RUN   TestEventsBackwardsCompatible
16:33:45 [2020-07-17T16:33:45.634Z] --- PASS: TestEventsBackwardsCompatible (0.11s)
16:33:45 [2020-07-17T16:33:45.634Z] === RUN   TestInfoBinaryCommits
16:33:45 [2020-07-17T16:33:45.634Z] --- PASS: TestInfoBinaryCommits (0.05s)
16:33:45 [2020-07-17T16:33:45.634Z] === RUN   TestInfoAPIVersioned
16:33:45 [2020-07-17T16:33:45.634Z] --- PASS: TestInfoAPIVersioned (0.02s)
16:33:45 [2020-07-17T16:33:45.634Z] === RUN   TestInfoDiscoveryBackend
16:33:46 [2020-07-17T16:33:46.121Z] #33 150.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:33:46 [2020-07-17T16:33:46.142Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
16:33:46 [2020-07-17T16:33:46.142Z] INFO: Unit tests ended at 07/17/2020 16:33:45. Duration:00:03:23.6609578
16:33:46 [2020-07-17T16:33:46.142Z] INFO: Building busybox
16:33:46 [2020-07-17T16:33:46.142Z] Sending build context to Docker daemon   5.12kB
16:33:46 [2020-07-17T16:33:46.142Z] 
16:33:46 [2020-07-17T16:33:46.142Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
16:33:46 [2020-07-17T16:33:46.142Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
16:33:46 [2020-07-17T16:33:46.142Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
16:33:46 [2020-07-17T16:33:46.142Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
16:33:46 [2020-07-17T16:33:46.142Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
16:33:46 [2020-07-17T16:33:46.142Z]  ---> 987b1d5e0abf
16:33:46 [2020-07-17T16:33:46.142Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
16:33:46 [2020-07-17T16:33:46.142Z]  ---> Running in 5c4354bb3526
16:33:46 [2020-07-17T16:33:46.205Z] --- PASS: TestInfoDiscoveryBackend (0.59s)
16:33:46 [2020-07-17T16:33:46.205Z] === RUN   TestInfoDiscoveryInvalidAdvertise
16:33:46 [2020-07-17T16:33:46.579Z] === RUN   TestDockerSuite/TestInspectAmpersand
16:33:46 [2020-07-17T16:33:46.579Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
16:33:46 [2020-07-17T16:33:46.837Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
16:33:47 [2020-07-17T16:33:47.145Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
16:33:47 [2020-07-17T16:33:47.145Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
16:33:47 [2020-07-17T16:33:47.407Z] === RUN   TestDockerSuite/TestInspectByPrefix
16:33:47 [2020-07-17T16:33:47.407Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
16:33:47 [2020-07-17T16:33:47.564Z] #33 151.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:33:47 [2020-07-17T16:33:47.666Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
16:33:47 [2020-07-17T16:33:47.666Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
16:33:47 [2020-07-17T16:33:47.717Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.61s)
16:33:47 [2020-07-17T16:33:47.717Z] === RUN   TestInfoAPI
16:33:47 [2020-07-17T16:33:47.717Z] --- PASS: TestInfoAPI (0.05s)
16:33:47 [2020-07-17T16:33:47.717Z] === RUN   TestInfoAPIWarnings
16:33:48 [2020-07-17T16:33:48.659Z] --- PASS: TestInfoAPIWarnings (0.59s)
16:33:48 [2020-07-17T16:33:48.659Z] === RUN   TestInfoDebug
16:33:48 [2020-07-17T16:33:48.920Z] --- PASS: TestInfoDebug (0.58s)
16:33:48 [2020-07-17T16:33:48.920Z] === RUN   TestInfoInsecureRegistries
16:33:48 [2020-07-17T16:33:48.944Z] #33 153.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:33:49 [2020-07-17T16:33:49.047Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
16:33:49 [2020-07-17T16:33:49.307Z] === RUN   TestDockerSuite/TestInspectDefault
16:33:49 [2020-07-17T16:33:49.493Z] --- PASS: TestInfoInsecureRegistries (0.58s)
16:33:49 [2020-07-17T16:33:49.493Z] === RUN   TestInfoRegistryMirrors
16:33:49 [2020-07-17T16:33:49.876Z] === RUN   TestDockerSuite/TestInspectHistory
16:33:50 [2020-07-17T16:33:50.065Z] --- PASS: TestInfoRegistryMirrors (0.60s)
16:33:50 [2020-07-17T16:33:50.065Z] === RUN   TestLoginFailsWithBadCredentials
16:33:50 [2020-07-17T16:33:50.636Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s)
16:33:50 [2020-07-17T16:33:50.636Z] === RUN   TestPingCacheHeaders
16:33:50 [2020-07-17T16:33:50.636Z] --- PASS: TestPingCacheHeaders (0.05s)
16:33:50 [2020-07-17T16:33:50.636Z] === RUN   TestPingGet
16:33:50 [2020-07-17T16:33:50.636Z] --- PASS: TestPingGet (0.03s)
16:33:50 [2020-07-17T16:33:50.636Z] === RUN   TestPingHead
16:33:50 [2020-07-17T16:33:50.636Z] --- PASS: TestPingHead (0.05s)
16:33:50 [2020-07-17T16:33:50.636Z] === RUN   TestVersion
16:33:50 [2020-07-17T16:33:50.636Z] --- PASS: TestVersion (0.05s)
16:33:50 [2020-07-17T16:33:50.636Z] PASS
16:33:50 [2020-07-17T16:33:50.636Z] 
16:33:50 [2020-07-17T16:33:50.636Z] === Skipped
16:33:50 [2020-07-17T16:33:50.636Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:33:50 [2020-07-17T16:33:50.636Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:33:50 [2020-07-17T16:33:50.636Z] 
16:33:50 [2020-07-17T16:33:50.636Z] 
16:33:50 [2020-07-17T16:33:50.636Z] DONE 18 tests, 1 skipped in 6.359s
16:33:50 [2020-07-17T16:33:50.636Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
16:33:50 [2020-07-17T16:33:50.636Z] ++ 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
16:33:50 [2020-07-17T16:33:50.636Z] ++ set -e
16:33:50 [2020-07-17T16:33:50.636Z] ++ '[' -n 0 ']'
16:33:50 [2020-07-17T16:33:50.636Z] ++ set -x
16:33:50 [2020-07-17T16:33:50.636Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
16:33:50 [2020-07-17T16:33:50.816Z] === RUN   TestDockerSuite/TestInspectImage
16:33:50 [2020-07-17T16:33:50.816Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
16:33:50 [2020-07-17T16:33:50.816Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
16:33:50 [2020-07-17T16:33:50.816Z] === RUN   TestDockerSuite/TestInspectInt64
16:33:50 [2020-07-17T16:33:50.852Z] #33 154.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:33:50 [2020-07-17T16:33:50.896Z] INFO: Testing against a local daemon
16:33:50 [2020-07-17T16:33:50.896Z] === RUN   TestVolumesCreateAndList
16:33:50 [2020-07-17T16:33:50.896Z] --- PASS: TestVolumesCreateAndList (0.04s)
16:33:50 [2020-07-17T16:33:50.896Z] === RUN   TestVolumesRemove
16:33:51 [2020-07-17T16:33:51.157Z] --- PASS: TestVolumesRemove (0.12s)
16:33:51 [2020-07-17T16:33:51.157Z] === RUN   TestVolumesInspect
16:33:51 [2020-07-17T16:33:51.157Z] --- PASS: TestVolumesInspect (0.03s)
16:33:51 [2020-07-17T16:33:51.157Z] === RUN   TestVolumesInvalidJSON
16:33:51 [2020-07-17T16:33:51.157Z] === RUN   TestVolumesInvalidJSON//volumes/create
16:33:51 [2020-07-17T16:33:51.157Z] === PAUSE TestVolumesInvalidJSON//volumes/create
16:33:51 [2020-07-17T16:33:51.157Z] === CONT  TestVolumesInvalidJSON//volumes/create
16:33:51 [2020-07-17T16:33:51.157Z] --- PASS: TestVolumesInvalidJSON (0.03s)
16:33:51 [2020-07-17T16:33:51.157Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s)
16:33:51 [2020-07-17T16:33:51.157Z] PASS
16:33:51 [2020-07-17T16:33:51.157Z] 
16:33:51 [2020-07-17T16:33:51.157Z] DONE 5 tests in 0.383s
16:33:51 [2020-07-17T16:33:51.157Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:33:51 [2020-07-17T16:33:51.384Z] === RUN   TestDockerSuite/TestInspectJSONFields
16:33:51 [2020-07-17T16:33:51.418Z] ++++ cat bundles/test-integration/docker.pid
16:33:51 [2020-07-17T16:33:51.418Z] +++ kill 13629
16:33:51 [2020-07-17T16:33:51.420Z] #33 155.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:33:51 [2020-07-17T16:33:51.953Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
16:33:52 [2020-07-17T16:33:52.054Z] Removing intermediate container 5c4354bb3526
16:33:52 [2020-07-17T16:33:52.054Z]  ---> 28b10ebe7f39
16:33:52 [2020-07-17T16:33:52.054Z] Step 7/13 : ARG BUSYBOX_VERSION
16:33:52 [2020-07-17T16:33:52.054Z]  ---> Running in 0a566b918298
16:33:52 [2020-07-17T16:33:52.054Z] Removing intermediate container 0a566b918298
16:33:52 [2020-07-17T16:33:52.054Z]  ---> 349841276e41
16:33:52 [2020-07-17T16:33:52.054Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
16:33:52 [2020-07-17T16:33:52.054Z]  ---> Running in 988ac4ec6701
16:33:52 [2020-07-17T16:33:52.054Z] Removing intermediate container 988ac4ec6701
16:33:52 [2020-07-17T16:33:52.054Z]  ---> e362b73984ae
16:33:52 [2020-07-17T16:33:52.054Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
16:33:52 [2020-07-17T16:33:52.213Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
16:33:52 [2020-07-17T16:33:52.783Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
16:33:52 [2020-07-17T16:33:52.801Z] #33 156.9 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:33:52 [2020-07-17T16:33:52.802Z] +++ /etc/init.d/apparmor stop
16:33:52 [2020-07-17T16:33:52.802Z] Leaving: AppArmorNo profiles have been unloaded.
16:33:52 [2020-07-17T16:33:52.802Z] 
16:33:52 [2020-07-17T16:33:52.802Z] Unloading profiles will leave already running processes permanently
16:33:52 [2020-07-17T16:33:52.802Z] unconfined, which can lead to unexpected situations.
16:33:52 [2020-07-17T16:33:52.802Z] 
16:33:52 [2020-07-17T16:33:52.802Z] To set a process to complain mode, use the command line tool
16:33:52 [2020-07-17T16:33:52.802Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:33:52 [2020-07-17T16:33:52.802Z] +++ true
16:33:52 [2020-07-17T16:33:52.802Z] exiting test-integration
16:33:52 [2020-07-17T16:33:52.802Z] ++ exit 0
16:33:52 [2020-07-17T16:33:52.802Z] 
16:33:53 [2020-07-17T16:33:53.078Z] 
16:33:53 [2020-07-17T16:33:53.352Z] === RUN   TestDockerSuite/TestInspectPlugin
16:33:53 [2020-07-17T16:33:53.565Z]  ---> 28f6107f09d2
16:33:53 [2020-07-17T16:33:53.565Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
16:33:53 [2020-07-17T16:33:53.565Z]  ---> Running in 87e561d77e3e
16:33:54 [2020-07-17T16:33:54.183Z] #33 158.2 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:33:55 [2020-07-17T16:33:55.284Z] === RUN   TestDockerSuite/TestInspectRootFS
16:33:55 [2020-07-17T16:33:55.284Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
Post stage
[Pipeline] junit
16:33:55 [2020-07-17T16:33:55.361Z] Recording test results
16:33:55 [2020-07-17T16:33:55.553Z] === RUN   TestDockerSuite/TestInspectStatus
16:33:55 [2020-07-17T16:33:55.563Z] #33 159.8 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:33:56 [2020-07-17T16:33:56.122Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
16:33:56 [2020-07-17T16:33:56.127Z] + echo Ensuring container killed.
16:33:56 [2020-07-17T16:33:56.127Z] Ensuring container killed.
16:33:56 [2020-07-17T16:33:56.127Z] + docker rm -vf docker-pr2
16:33:56 [2020-07-17T16:33:56.127Z] Error: No such container: docker-pr2
16:33:56 [2020-07-17T16:33:56.127Z] + true
[Pipeline] sh
16:33:56 [2020-07-17T16:33:56.425Z] + echo Chowning /workspace to jenkins user
16:33:56 [2020-07-17T16:33:56.425Z] Chowning /workspace to jenkins user
16:33:56 [2020-07-17T16:33:56.425Z] + id -u
16:33:56 [2020-07-17T16:33:56.425Z] + id -g
16:33:56 [2020-07-17T16:33:56.425Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41226:/workspace busybox chown -R 1000:1000 /workspace
16:33:56 [2020-07-17T16:33:56.425Z] Unable to find image 'busybox:latest' locally
16:33:56 [2020-07-17T16:33:56.425Z] latest: Pulling from library/busybox
16:33:56 [2020-07-17T16:33:56.688Z] ebdaf4d05d6f: Pulling fs layer
16:33:56 [2020-07-17T16:33:56.688Z] ebdaf4d05d6f: Verifying Checksum
16:33:56 [2020-07-17T16:33:56.688Z] ebdaf4d05d6f: Download complete
16:33:56 [2020-07-17T16:33:56.944Z] #33 161.0 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
16:33:56 [2020-07-17T16:33:56.948Z] ebdaf4d05d6f: Pull complete
16:33:56 [2020-07-17T16:33:56.948Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793
16:33:56 [2020-07-17T16:33:56.948Z] Status: Downloaded newer image for busybox:latest
16:33:57 [2020-07-17T16:33:57.060Z] === RUN   TestDockerSuite/TestInspectTemplateError
16:33:57 [2020-07-17T16:33:57.319Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
16:33:57 [2020-07-17T16:33:57.888Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
16:33:58 [2020-07-17T16:33:58.325Z] #33 162.3 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
16:33:58 [2020-07-17T16:33:58.458Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
16:33:58 [2020-07-17T16:33:58.717Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
16:33:59 [2020-07-17T16:33:59.265Z] #33 163.5 
16:33:59 [2020-07-17T16:33:59.285Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
16:33:59 [2020-07-17T16:33:59.525Z] #33 DONE 163.7s
16:33:59 [2020-07-17T16:33:59.525Z] 
16:33:59 [2020-07-17T16:33:59.525Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ...
16:33:59 [2020-07-17T16:33:59.545Z] === RUN   TestDockerSuite/TestInspectUnknownObject
16:33:59 [2020-07-17T16:33:59.545Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:34:00 [2020-07-17T16:34:00.563Z] + bundleName=arm64-integration
16:34:00 [2020-07-17T16:34:00.563Z] + echo Creating arm64-integration-bundles.tar.gz
16:34:00 [2020-07-17T16:34:00.563Z] Creating arm64-integration-bundles.tar.gz
16:34:00 [2020-07-17T16:34:00.563Z] + xargs tar -czf arm64-integration-bundles.tar.gz
16:34:00 [2020-07-17T16:34:00.563Z] + 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
16:34:00 [2020-07-17T16:34:00.840Z] Archiving artifacts
16:34:00 [2020-07-17T16:34:00.905Z] #34 DONE 1.4s
16:34:00 [2020-07-17T16:34:00.925Z] === RUN   TestDockerSuite/TestLinkShortDefinition
16:34:01 [2020-07-17T16:34:01.866Z] === RUN   TestDockerSuite/TestLinksEnvs
16:34:02 [2020-07-17T16:34:02.286Z] 
16:34:02 [2020-07-17T16:34:02.286Z] #35 [runner 12/12] COPY --from=builder       /build/ /
16:34:02 [2020-07-17T16:34:02.727Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41226/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
16:34:02 [2020-07-17T16:34:02.923Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
16:34:02 [2020-07-17T16:34:02.923Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
[Pipeline] sh
16:34:03 [2020-07-17T16:34:03.248Z] + make clean
16:34:03 [2020-07-17T16:34:03.293Z] #35 DONE 0.6s
16:34:03 [2020-07-17T16:34:03.293Z] 
16:34:03 [2020-07-17T16:34:03.293Z] #36 exporting to image
16:34:03 [2020-07-17T16:34:03.293Z] #36 exporting layers
16:34:03 [2020-07-17T16:34:03.821Z] docker volume rm -f docker-dev-cache
16:34:03 [2020-07-17T16:34:03.821Z] docker-dev-cache
[Pipeline] deleteDir
16:34:03 [2020-07-17T16:34:03.862Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
16:34:04 [2020-07-17T16:34:04.058Z] Removing intermediate container 87e561d77e3e
16:34:04 [2020-07-17T16:34:04.058Z]  ---> 3e56a9dab435
16:34:04 [2020-07-17T16:34:04.058Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
16:34:04 [2020-07-17T16:34:04.058Z]  ---> Running in 40d043607d8c
16:34:04 [2020-07-17T16:34:04.058Z] 
16:34:04 [2020-07-17T16:34:04.058Z] SUCCESS: Specified value was saved.
16:34:04 [2020-07-17T16:34:04.806Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
16:34:05 [2020-07-17T16:34:05.375Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
16:34:06 [2020-07-17T16:34:06.586Z] #36 exporting layers 3.0s done
16:34:06 [2020-07-17T16:34:06.586Z] #36 writing image sha256:ce84a565088cf61c7c19022064292355fe37ab9f283c59c7dc37aa5e938b8cba done
16:34:06 [2020-07-17T16:34:06.586Z] #36 naming to docker.io/library/moby-e2e-test done
16:34:06 [2020-07-17T16:34:06.586Z] #36 DONE 3.0s
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:34:06 [2020-07-17T16:34:06.756Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
16:34:06 [2020-07-17T16:34:06.756Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
16:34:06 [2020-07-17T16:34:06.899Z] + echo Ensuring container killed.
16:34:06 [2020-07-17T16:34:06.899Z] Ensuring container killed.
16:34:06 [2020-07-17T16:34:06.899Z] + docker rm -vf docker-pr2
16:34:06 [2020-07-17T16:34:06.899Z] Error: No such container: docker-pr2
16:34:06 [2020-07-17T16:34:06.899Z] + true
[Pipeline] sh
16:34:07 [2020-07-17T16:34:07.036Z] Removing intermediate container 40d043607d8c
16:34:07 [2020-07-17T16:34:07.036Z]  ---> b79b34223089
16:34:07 [2020-07-17T16:34:07.036Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
16:34:07 [2020-07-17T16:34:07.036Z]  ---> Running in 2160c3a917bd
16:34:07 [2020-07-17T16:34:07.181Z] + echo Chowning /workspace to jenkins user
16:34:07 [2020-07-17T16:34:07.181Z] Chowning /workspace to jenkins user
16:34:07 [2020-07-17T16:34:07.181Z] + id -u
16:34:07 [2020-07-17T16:34:07.181Z] + id -g
16:34:07 [2020-07-17T16:34:07.181Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41226:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:34:08 [2020-07-17T16:34:08.416Z] + bundleName=unit
16:34:08 [2020-07-17T16:34:08.416Z] + echo Creating unit-bundles.tar.gz
16:34:08 [2020-07-17T16:34:08.416Z] Creating unit-bundles.tar.gz
16:34:08 [2020-07-17T16:34:08.416Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
16:34:08 [2020-07-17T16:34:08.416Z] bundles/junit-report.xml
16:34:08 [2020-07-17T16:34:08.416Z] bundles/go-test-report.json
16:34:08 [2020-07-17T16:34:08.416Z] bundles/profile.out
[Pipeline] archiveArtifacts
16:34:08 [2020-07-17T16:34:08.428Z] Archiving artifacts
16:34:08 [2020-07-17T16:34:08.664Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
16:34:08 [2020-07-17T16:34:08.816Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41226/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:34:08 [2020-07-17T16:34:08.925Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
16:34:09 [2020-07-17T16:34:09.130Z] + make clean
16:34:09 [2020-07-17T16:34:09.130Z] docker volume rm -f docker-dev-cache
16:34:09 [2020-07-17T16:34:09.130Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
16:34:09 [2020-07-17T16:34:09.495Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
[Pipeline] // stage
[Pipeline] }
16:34:09 [2020-07-17T16:34:09.989Z] Cannot create a file when that file already exists.
16:34:15 [2020-07-17T16:34:15.861Z] Removing intermediate container 2160c3a917bd
16:34:15 [2020-07-17T16:34:15.861Z]  ---> b32d8c1eaa89
16:34:15 [2020-07-17T16:34:15.861Z] Step 13/13 : CMD ["sh"]
16:34:15 [2020-07-17T16:34:15.861Z]  ---> Running in d7f7caea0f17
16:34:15 [2020-07-17T16:34:15.861Z] Removing intermediate container d7f7caea0f17
16:34:15 [2020-07-17T16:34:15.861Z]  ---> 1f37bba9c271
16:34:15 [2020-07-17T16:34:15.861Z] Successfully built 1f37bba9c271
16:34:15 [2020-07-17T16:34:15.861Z] Successfully tagged busybox:latest
16:34:15 [2020-07-17T16:34:15.861Z] INFO: Docker images of the daemon under test
16:34:15 [2020-07-17T16:34:15.861Z] 
16:34:15 [2020-07-17T16:34:15.861Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
16:34:15 [2020-07-17T16:34:15.862Z] busybox                                latest              1f37bba9c271        Less than a second ago   5.06GB
16:34:15 [2020-07-17T16:34:15.862Z] microsoft/windowsservercore            latest              987b1d5e0abf        9 days ago               4.99GB
16:34:15 [2020-07-17T16:34:15.862Z] mcr.microsoft.com/windows/servercore   ltsc2019            987b1d5e0abf        9 days ago               4.99GB
16:34:15 [2020-07-17T16:34:15.862Z] 
16:34:15 [2020-07-17T16:34:15.862Z] INFO: Running integration tests at 07/17/2020 16:34:15...
16:34:16 [2020-07-17T16:34:16.330Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
16:34:16 [2020-07-17T16:34:16.330Z] INFO: Integration API tests being run from the host:
16:34:16 [2020-07-17T16:34:16.330Z] INFO: make.ps1 starting at 07/17/2020 16:34:15
16:34:16 [2020-07-17T16:34:16.800Z] Running D:\gopath\src\github.com\docker\docker\integration\build
16:34:17 [2020-07-17T16:34:17.622Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
16:34:17 [2020-07-17T16:34:17.883Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
16:34:18 [2020-07-17T16:34:18.820Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
16:34:19 [2020-07-17T16:34:19.391Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
16:34:20 [2020-07-17T16:34:20.773Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
16:34:20 [2020-07-17T16:34:20.773Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
16:34:21 [2020-07-17T16:34:21.032Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
16:34:21 [2020-07-17T16:34:21.032Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
16:34:21 [2020-07-17T16:34:21.032Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
16:34:21 [2020-07-17T16:34:21.617Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
16:34:21 [2020-07-17T16:34:21.879Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
16:34:22 [2020-07-17T16:34:22.138Z] === RUN   TestDockerSuite/TestLogsAPIUntil
16:34:26 [2020-07-17T16:34:26.330Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
16:34:26 [2020-07-17T16:34:26.330Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
16:34:30 [2020-07-17T16:34:30.519Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
16:34:31 [2020-07-17T16:34:31.456Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
16:34:31 [2020-07-17T16:34:31.456Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
16:34:32 [2020-07-17T16:34:32.026Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
16:34:32 [2020-07-17T16:34:32.963Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
16:34:33 [2020-07-17T16:34:33.902Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
16:34:34 [2020-07-17T16:34:34.470Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
16:34:35 [2020-07-17T16:34:35.407Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
16:34:36 [2020-07-17T16:34:36.343Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
16:34:37 [2020-07-17T16:34:37.722Z] === RUN   TestDockerSuite/TestLogsFollowStopped
16:34:37 [2020-07-17T16:34:37.981Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
16:34:38 [2020-07-17T16:34:38.076Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:34:38 [2020-07-17T16:34:38.077Z] INFO: Testing against a local daemon
16:34:38 [2020-07-17T16:34:38.921Z] === RUN   TestDockerSuite/TestLogsSince
16:34:42 [2020-07-17T16:34:42.209Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
16:34:45 [2020-07-17T16:34:45.501Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
16:34:52 [2020-07-17T16:34:52.077Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
16:34:52 [2020-07-17T16:34:52.077Z] === RUN   TestDockerSuite/TestLogsTail
16:34:52 [2020-07-17T16:34:52.077Z] === RUN   TestDockerSuite/TestLogsTimestamps
16:34:52 [2020-07-17T16:34:52.335Z] === RUN   TestDockerSuite/TestLogsWithDetails
16:34:52 [2020-07-17T16:34:52.904Z] === RUN   TestDockerSuite/TestMountIntoProc
16:34:53 [2020-07-17T16:34:53.022Z] ok  	github.com/docker/docker/integration/build	13.422s
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === Skipped
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_session_test.go:25: TODO: BuildKit
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.01s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.01s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_test.go:492: testEnv.OSType == "windows"
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
16:34:53 [2020-07-17T16:34:53.022Z]     build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] DONE 22 tests, 10 skipped in 34.402s
16:34:53 [2020-07-17T16:34:53.022Z] 
16:34:53 [2020-07-17T16:34:53.022Z] Running D:\gopath\src\github.com\docker\docker\integration\config
16:34:53 [2020-07-17T16:34:53.164Z] === RUN   TestDockerSuite/TestMountIntoSys
16:34:53 [2020-07-17T16:34:53.423Z] === RUN   TestDockerSuite/TestNetHostname
16:34:53 [2020-07-17T16:34:53.491Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:34:53 [2020-07-17T16:34:53.491Z] INFO: Testing against a local daemon
16:34:53 [2020-07-17T16:34:53.491Z] ok  	github.com/docker/docker/integration/config	0.177s
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] === Skipped
16:34:53 [2020-07-17T16:34:53.491Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
16:34:53 [2020-07-17T16:34:53.491Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
16:34:53 [2020-07-17T16:34:53.491Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
16:34:53 [2020-07-17T16:34:53.491Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
16:34:53 [2020-07-17T16:34:53.491Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
16:34:53 [2020-07-17T16:34:53.491Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
16:34:53 [2020-07-17T16:34:53.491Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
16:34:53 [2020-07-17T16:34:53.491Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] DONE 7 tests, 7 skipped in 2.150s
16:34:53 [2020-07-17T16:34:53.491Z] 
16:34:53 [2020-07-17T16:34:53.491Z] Running D:\gopath\src\github.com\docker\docker\integration\container
16:34:54 [2020-07-17T16:34:54.805Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
16:34:55 [2020-07-17T16:34:55.064Z] === RUN   TestDockerSuite/TestNetworkEvents
16:34:56 [2020-07-17T16:34:56.443Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:34:56 [2020-07-17T16:34:56.443Z] INFO: Testing against a local daemon
16:35:01 [2020-07-17T16:35:01.629Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
16:35:01 [2020-07-17T16:35:01.629Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
16:35:02 [2020-07-17T16:35:02.197Z] === RUN   TestDockerSuite/TestPluginActive
16:35:03 [2020-07-17T16:35:03.578Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
16:35:08 [2020-07-17T16:35:08.851Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
16:35:08 [2020-07-17T16:35:08.851Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
16:35:09 [2020-07-17T16:35:09.110Z] === RUN   TestDockerSuite/TestPluginLogDriver
16:35:09 [2020-07-17T16:35:09.679Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
16:35:11 [2020-07-17T16:35:11.587Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
16:35:12 [2020-07-17T16:35:12.154Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
16:35:12 [2020-07-17T16:35:12.722Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
16:35:15 [2020-07-17T16:35:15.261Z] === RUN   TestDockerSuite/TestPluginUpgrade
16:35:19 [2020-07-17T16:35:19.456Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
16:35:20 [2020-07-17T16:35:20.027Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
16:35:20 [2020-07-17T16:35:20.964Z] === RUN   TestDockerSuite/TestPortHostBinding
16:35:21 [2020-07-17T16:35:21.901Z] === RUN   TestDockerSuite/TestPortList
16:35:28 [2020-07-17T16:35:28.473Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
16:35:28 [2020-07-17T16:35:28.732Z] === RUN   TestDockerSuite/TestPostContainersAttach
16:35:35 [2020-07-17T16:35:35.299Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
16:35:35 [2020-07-17T16:35:35.299Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
16:35:35 [2020-07-17T16:35:35.299Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
16:35:35 [2020-07-17T16:35:35.299Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
16:35:35 [2020-07-17T16:35:35.299Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
16:35:35 [2020-07-17T16:35:35.299Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
16:35:35 [2020-07-17T16:35:35.559Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
16:35:35 [2020-07-17T16:35:35.559Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
16:35:36 [2020-07-17T16:35:36.131Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
16:35:36 [2020-07-17T16:35:36.131Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
16:35:37 [2020-07-17T16:35:37.512Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
16:35:37 [2020-07-17T16:35:37.512Z] === RUN   TestDockerSuite/TestPruneContainerLabel
16:35:40 [2020-07-17T16:35:40.050Z] === RUN   TestDockerSuite/TestPruneContainerUntil
16:35:41 [2020-07-17T16:35:41.432Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
16:35:42 [2020-07-17T16:35:42.000Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
16:35:42 [2020-07-17T16:35:42.260Z] === RUN   TestDockerSuite/TestPsByOrder
16:35:44 [2020-07-17T16:35:44.168Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
16:35:44 [2020-07-17T16:35:44.737Z] === RUN   TestDockerSuite/TestPsListContainersBase
16:35:46 [2020-07-17T16:35:46.641Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
16:35:47 [2020-07-17T16:35:47.314Z] ok  	github.com/docker/docker/integration/container	48.984s
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === Skipped
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s)
16:35:47 [2020-07-17T16:35:47.315Z]     copy_test.go:25: testEnv.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s)
16:35:47 [2020-07-17T16:35:47.315Z]     copy_test.go:39: testEnv.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s)
16:35:47 [2020-07-17T16:35:47.315Z]     copy_test.go:51: testEnv.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s)
16:35:47 [2020-07-17T16:35:47.315Z]     copy_test.go:65: testEnv.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     copy_test.go:76: testEnv.DaemonInfo.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     create_test.go:75: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     create_test.go:138: testEnv.DaemonInfo.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     create_test.go:182: testEnv.DaemonInfo.OSType != "linux"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     create_test.go:262: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     create_test.go:389: testEnv.DaemonInfo.OSType != "linux"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     create_test.go:550: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     kill_test.go:151: testEnv.DaemonInfo.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     nat_test.go:61: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     resize_test.go:20: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     resize_test.go:38: testEnv.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] DONE 85 tests, 42 skipped in 51.473s
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] Running D:\gopath\src\github.com\docker\docker\integration\image
16:35:47 [2020-07-17T16:35:47.315Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:35:47 [2020-07-17T16:35:47.315Z] INFO: Testing against a local daemon
16:35:47 [2020-07-17T16:35:47.315Z] ok  	github.com/docker/docker/integration/image	0.438s
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === Skipped
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s)
16:35:47 [2020-07-17T16:35:47.315Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     remove_test.go:16: testEnv.DaemonInfo.OSType == "windows": FIXME
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s)
16:35:47 [2020-07-17T16:35:47.315Z]     tag_test.go:98: testEnv.OSType == "windows"
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] DONE 11 tests, 4 skipped in 2.281s
16:35:47 [2020-07-17T16:35:47.315Z] 
16:35:47 [2020-07-17T16:35:47.315Z] Running D:\gopath\src\github.com\docker\docker\integration\network
16:35:49 [2020-07-17T16:35:49.538Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:35:49 [2020-07-17T16:35:49.538Z] INFO: Testing against a local daemon
16:35:49 [2020-07-17T16:35:49.538Z] ok  	github.com/docker/docker/integration/network	0.246s
16:35:49 [2020-07-17T16:35:49.938Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
16:35:49 [2020-07-17T16:35:49.938Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === Skipped
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     network_test.go:97: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:29: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:52: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:96: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:130: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:181: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:206: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:236: FLAKY_TEST
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:326: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
16:35:50 [2020-07-17T16:35:50.007Z]     service_test.go:394: testEnv.OSType == "windows"
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] DONE 19 tests, 15 skipped in 2.405s
16:35:50 [2020-07-17T16:35:50.007Z] 
16:35:50 [2020-07-17T16:35:50.007Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
16:35:50 [2020-07-17T16:35:50.475Z] testing: warning: no tests to run
16:35:50 [2020-07-17T16:35:50.475Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.065s
16:35:50 [2020-07-17T16:35:50.475Z] 
16:35:50 [2020-07-17T16:35:50.475Z] DONE 0 tests in 0.731s
16:35:50 [2020-07-17T16:35:50.475Z] 
16:35:50 [2020-07-17T16:35:50.475Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
16:35:51 [2020-07-17T16:35:51.463Z] testing: warning: no tests to run
16:35:51 [2020-07-17T16:35:51.464Z] ok  	github.com/docker/docker/integration/network/macvlan	0.066s
16:35:51 [2020-07-17T16:35:51.464Z] 
16:35:51 [2020-07-17T16:35:51.464Z] DONE 0 tests in 0.727s
16:35:51 [2020-07-17T16:35:51.464Z] 
16:35:51 [2020-07-17T16:35:51.464Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
16:35:52 [2020-07-17T16:35:52.456Z] testing: warning: no tests to run
16:35:52 [2020-07-17T16:35:52.456Z] ok  	github.com/docker/docker/integration/plugin	0.059s
16:35:52 [2020-07-17T16:35:52.456Z] 
16:35:52 [2020-07-17T16:35:52.456Z] DONE 0 tests in 0.707s
16:35:52 [2020-07-17T16:35:52.456Z] 
16:35:52 [2020-07-17T16:35:52.456Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
16:35:52 [2020-07-17T16:35:52.482Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
16:35:52 [2020-07-17T16:35:52.925Z] testing: warning: no tests to run
16:35:52 [2020-07-17T16:35:52.925Z] ok  	github.com/docker/docker/integration/plugin/authz	0.064s
16:35:52 [2020-07-17T16:35:52.925Z] 
16:35:52 [2020-07-17T16:35:52.925Z] DONE 0 tests in 0.699s
16:35:52 [2020-07-17T16:35:52.925Z] 
16:35:52 [2020-07-17T16:35:52.925Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
16:35:59 [2020-07-17T16:35:59.051Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
16:35:59 [2020-07-17T16:35:59.310Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
16:36:00 [2020-07-17T16:36:00.101Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:00 [2020-07-17T16:36:00.101Z] INFO: Testing against a local daemon
16:36:00 [2020-07-17T16:36:00.101Z] ok  	github.com/docker/docker/integration/plugin/common	0.283s
16:36:00 [2020-07-17T16:36:00.570Z] 
16:36:00 [2020-07-17T16:36:00.570Z] === Skipped
16:36:00 [2020-07-17T16:36:00.570Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
16:36:00 [2020-07-17T16:36:00.570Z]     plugin_test.go:55: testEnv.OSType == "windows"
16:36:00 [2020-07-17T16:36:00.570Z] 
16:36:00 [2020-07-17T16:36:00.570Z] 
16:36:00 [2020-07-17T16:36:00.570Z] DONE 3 tests, 1 skipped in 7.440s
16:36:00 [2020-07-17T16:36:00.570Z] 
16:36:00 [2020-07-17T16:36:00.570Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
16:36:00 [2020-07-17T16:36:00.688Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
16:36:01 [2020-07-17T16:36:01.256Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
16:36:01 [2020-07-17T16:36:01.515Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
16:36:02 [2020-07-17T16:36:02.455Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
16:36:02 [2020-07-17T16:36:02.596Z] --- PASS: TestImportExtremelyLargeImageWorks (193.26s)
16:36:02 [2020-07-17T16:36:02.596Z] PASS
16:36:02 [2020-07-17T16:36:02.596Z] 
16:36:02 [2020-07-17T16:36:02.596Z] === Skipped
16:36:02 [2020-07-17T16:36:02.596Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
16:36:02 [2020-07-17T16:36:02.596Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:36:02 [2020-07-17T16:36:02.596Z] 
16:36:02 [2020-07-17T16:36:02.596Z] 
16:36:02 [2020-07-17T16:36:02.596Z] DONE 12 tests, 1 skipped in 194.270s
16:36:02 [2020-07-17T16:36:02.596Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
16:36:02 [2020-07-17T16:36:02.596Z] ++ 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
16:36:02 [2020-07-17T16:36:02.596Z] ++ set -e
16:36:02 [2020-07-17T16:36:02.596Z] ++ '[' -n 0 ']'
16:36:02 [2020-07-17T16:36:02.596Z] ++ set -x
16:36:02 [2020-07-17T16:36:02.596Z] ++ env -i DEST=/go/src/github.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
16:36:02 [2020-07-17T16:36:02.596Z] INFO: Testing against a local daemon
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestNetworkCreateDelete
16:36:02 [2020-07-17T16:36:02.596Z] --- PASS: TestNetworkCreateDelete (0.17s)
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestDockerNetworkDeletePreferID
16:36:02 [2020-07-17T16:36:02.596Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s)
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestDaemonDNSFallback
16:36:02 [2020-07-17T16:36:02.596Z] --- PASS: TestDaemonDNSFallback (1.54s)
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestInspectNetwork
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestInspectNetwork/full_network_id
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestInspectNetwork/partial_network_id
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestInspectNetwork/network_name
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
16:36:02 [2020-07-17T16:36:02.596Z] --- PASS: TestInspectNetwork (6.89s)
16:36:02 [2020-07-17T16:36:02.596Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
16:36:02 [2020-07-17T16:36:02.596Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
16:36:02 [2020-07-17T16:36:02.596Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
16:36:02 [2020-07-17T16:36:02.596Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
16:36:02 [2020-07-17T16:36:02.596Z] === RUN   TestRunContainerWithBridgeNone
16:36:03 [2020-07-17T16:36:03.534Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:03 [2020-07-17T16:36:03.534Z] INFO: Testing against a local daemon
16:36:03 [2020-07-17T16:36:03.534Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.226s
16:36:03 [2020-07-17T16:36:03.534Z] 
16:36:03 [2020-07-17T16:36:03.534Z] === Skipped
16:36:03 [2020-07-17T16:36:03.534Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
16:36:03 [2020-07-17T16:36:03.534Z]     external_test.go:48: runtime.GOOS == "windows"
16:36:03 [2020-07-17T16:36:03.534Z] 
16:36:03 [2020-07-17T16:36:03.534Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
16:36:03 [2020-07-17T16:36:03.534Z]     external_test.go:408: runtime.GOOS == "windows"
16:36:03 [2020-07-17T16:36:03.534Z] 
16:36:03 [2020-07-17T16:36:03.534Z] 
16:36:03 [2020-07-17T16:36:03.534Z] DONE 2 tests, 2 skipped in 3.054s
16:36:03 [2020-07-17T16:36:03.534Z] 
16:36:03 [2020-07-17T16:36:03.534Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
16:36:03 [2020-07-17T16:36:03.642Z] --- PASS: TestRunContainerWithBridgeNone (1.84s)
16:36:03 [2020-07-17T16:36:03.642Z] === RUN   TestNetworkInvalidJSON
16:36:03 [2020-07-17T16:36:03.643Z] === RUN   TestNetworkInvalidJSON//networks/create
16:36:03 [2020-07-17T16:36:03.643Z] === PAUSE TestNetworkInvalidJSON//networks/create
16:36:03 [2020-07-17T16:36:03.643Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
16:36:03 [2020-07-17T16:36:03.643Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
16:36:03 [2020-07-17T16:36:03.643Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
16:36:03 [2020-07-17T16:36:03.643Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
16:36:03 [2020-07-17T16:36:03.643Z] === CONT  TestNetworkInvalidJSON//networks/create
16:36:03 [2020-07-17T16:36:03.643Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
16:36:03 [2020-07-17T16:36:03.643Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
16:36:03 [2020-07-17T16:36:03.643Z] --- PASS: TestNetworkInvalidJSON (0.03s)
16:36:03 [2020-07-17T16:36:03.643Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
16:36:03 [2020-07-17T16:36:03.643Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
16:36:03 [2020-07-17T16:36:03.643Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
16:36:03 [2020-07-17T16:36:03.643Z] === RUN   TestHostIPv4BridgeLabel
16:36:04 [2020-07-17T16:36:04.280Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
16:36:04 [2020-07-17T16:36:04.280Z] === RUN   TestDaemonRestartWithLiveRestore
16:36:04 [2020-07-17T16:36:04.363Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
16:36:05 [2020-07-17T16:36:05.331Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
16:36:05 [2020-07-17T16:36:05.331Z] === RUN   TestDaemonDefaultNetworkPools
16:36:05 [2020-07-17T16:36:05.749Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:05 [2020-07-17T16:36:05.749Z] INFO: Testing against a local daemon
16:36:05 [2020-07-17T16:36:05.749Z] ok  	github.com/docker/docker/integration/plugin/logging	0.200s
16:36:05 [2020-07-17T16:36:05.970Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
16:36:05 [2020-07-17T16:36:05.970Z] === RUN   TestDaemonRestartWithExistingNetwork
16:36:06 [2020-07-17T16:36:06.219Z] 
16:36:06 [2020-07-17T16:36:06.219Z] === Skipped
16:36:06 [2020-07-17T16:36:06.219Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
16:36:06 [2020-07-17T16:36:06.219Z]     read_test.go:21: no unix domain sockets on Windows
16:36:06 [2020-07-17T16:36:06.219Z] 
16:36:06 [2020-07-17T16:36:06.219Z] 
16:36:06 [2020-07-17T16:36:06.219Z] DONE 1 tests, 1 skipped in 2.443s
16:36:06 [2020-07-17T16:36:06.219Z] 
16:36:06 [2020-07-17T16:36:06.219Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
16:36:06 [2020-07-17T16:36:06.274Z] === RUN   TestDockerSuite/TestPsListContainersSize
16:36:07 [2020-07-17T16:36:07.205Z] testing: warning: no tests to run
16:36:07 [2020-07-17T16:36:07.205Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.118s
16:36:07 [2020-07-17T16:36:07.205Z] 
16:36:07 [2020-07-17T16:36:07.205Z] DONE 0 tests in 1.269s
16:36:07 [2020-07-17T16:36:07.205Z] 
16:36:07 [2020-07-17T16:36:07.205Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
16:36:07 [2020-07-17T16:36:07.213Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
16:36:07 [2020-07-17T16:36:07.473Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
16:36:07 [2020-07-17T16:36:07.489Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
16:36:07 [2020-07-17T16:36:07.489Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
16:36:08 [2020-07-17T16:36:08.412Z] === RUN   TestDockerSuite/TestPsRightTagName
16:36:08 [2020-07-17T16:36:08.539Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s)
16:36:08 [2020-07-17T16:36:08.539Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
16:36:09 [2020-07-17T16:36:09.179Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
16:36:09 [2020-07-17T16:36:09.179Z] === RUN   TestServiceWithPredefinedNetwork
16:36:10 [2020-07-17T16:36:10.156Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:10 [2020-07-17T16:36:10.156Z] INFO: Testing against a local daemon
16:36:10 [2020-07-17T16:36:10.156Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.240s
16:36:10 [2020-07-17T16:36:10.156Z] 
16:36:10 [2020-07-17T16:36:10.156Z] === Skipped
16:36:10 [2020-07-17T16:36:10.156Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
16:36:10 [2020-07-17T16:36:10.156Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
16:36:10 [2020-07-17T16:36:10.156Z] 
16:36:10 [2020-07-17T16:36:10.156Z] 
16:36:10 [2020-07-17T16:36:10.156Z] DONE 1 tests, 1 skipped in 2.397s
16:36:10 [2020-07-17T16:36:10.156Z] 
16:36:10 [2020-07-17T16:36:10.156Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
16:36:10 [2020-07-17T16:36:10.323Z] === RUN   TestDockerSuite/TestPsShowMounts
16:36:11 [2020-07-17T16:36:11.271Z] --- PASS: TestServiceWithPredefinedNetwork (2.11s)
16:36:11 [2020-07-17T16:36:11.271Z] === RUN   TestServiceRemoveKeepsIngressNetwork
16:36:11 [2020-07-17T16:36:11.271Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
16:36:11 [2020-07-17T16:36:11.271Z]     service_test.go:236: FLAKY_TEST
16:36:11 [2020-07-17T16:36:11.271Z] === RUN   TestServiceWithDataPathPortInit
16:36:11 [2020-07-17T16:36:11.720Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:11 [2020-07-17T16:36:11.720Z] INFO: Testing against a local daemon
16:36:11 [2020-07-17T16:36:11.720Z] ok  	github.com/docker/docker/integration/secret	0.192s
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] === Skipped
16:36:12 [2020-07-17T16:36:12.190Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
16:36:12 [2020-07-17T16:36:12.190Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
16:36:12 [2020-07-17T16:36:12.190Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
16:36:12 [2020-07-17T16:36:12.190Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
16:36:12 [2020-07-17T16:36:12.190Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
16:36:12 [2020-07-17T16:36:12.190Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
16:36:12 [2020-07-17T16:36:12.190Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] DONE 6 tests, 6 skipped in 2.113s
16:36:12 [2020-07-17T16:36:12.190Z] 
16:36:12 [2020-07-17T16:36:12.190Z] Running D:\gopath\src\github.com\docker\docker\integration\service
16:36:12 [2020-07-17T16:36:12.231Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
16:36:12 [2020-07-17T16:36:12.799Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
16:36:12 [2020-07-17T16:36:12.799Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
16:36:12 [2020-07-17T16:36:12.799Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
16:36:13 [2020-07-17T16:36:13.058Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
16:36:13 [2020-07-17T16:36:13.058Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
16:36:13 [2020-07-17T16:36:13.318Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
16:36:14 [2020-07-17T16:36:14.258Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
16:36:14 [2020-07-17T16:36:14.407Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:14 [2020-07-17T16:36:14.407Z] INFO: Testing against a local daemon
16:36:14 [2020-07-17T16:36:14.407Z] ok  	github.com/docker/docker/integration/service	0.316s
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === Skipped
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]         create_test.go:39: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]         create_test.go:39: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     create_test.go:79: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     create_test.go:152: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s)
16:36:14 [2020-07-17T16:36:14.876Z]     create_test.go:175: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     create_test.go:194: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     create_test.go:247: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     create_test.go:311: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
16:36:14 [2020-07-17T16:36:14.876Z]     create_test.go:403: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s)
16:36:14 [2020-07-17T16:36:14.876Z]     create_test.go:487: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s)
16:36:14 [2020-07-17T16:36:14.876Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
16:36:14 [2020-07-17T16:36:14.876Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] DONE 24 tests, 23 skipped in 2.721s
16:36:14 [2020-07-17T16:36:14.876Z] 
16:36:14 [2020-07-17T16:36:14.876Z] Running D:\gopath\src\github.com\docker\docker\integration\session
16:36:15 [2020-07-17T16:36:15.195Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
16:36:15 [2020-07-17T16:36:15.455Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
16:36:17 [2020-07-17T16:36:17.092Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:17 [2020-07-17T16:36:17.092Z] INFO: Testing against a local daemon
16:36:17 [2020-07-17T16:36:17.092Z] ok  	github.com/docker/docker/integration/session	0.168s
16:36:17 [2020-07-17T16:36:17.092Z] 
16:36:17 [2020-07-17T16:36:17.092Z] === Skipped
16:36:17 [2020-07-17T16:36:17.092Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
16:36:17 [2020-07-17T16:36:17.092Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
16:36:17 [2020-07-17T16:36:17.092Z] 
16:36:17 [2020-07-17T16:36:17.092Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
16:36:17 [2020-07-17T16:36:17.092Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
16:36:17 [2020-07-17T16:36:17.092Z] 
16:36:17 [2020-07-17T16:36:17.092Z] 
16:36:17 [2020-07-17T16:36:17.092Z] DONE 2 tests, 2 skipped in 1.981s
16:36:17 [2020-07-17T16:36:17.092Z] 
16:36:17 [2020-07-17T16:36:17.092Z] Running D:\gopath\src\github.com\docker\docker\integration\system
16:36:18 [2020-07-17T16:36:18.658Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:18 [2020-07-17T16:36:18.658Z] INFO: Testing against a local daemon
16:36:20 [2020-07-17T16:36:20.224Z] ok  	github.com/docker/docker/integration/system	1.338s
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] === Skipped
16:36:20 [2020-07-17T16:36:20.224Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:36:20 [2020-07-17T16:36:20.224Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
16:36:20 [2020-07-17T16:36:20.224Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
16:36:20 [2020-07-17T16:36:20.224Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
16:36:20 [2020-07-17T16:36:20.224Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
16:36:20 [2020-07-17T16:36:20.224Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
16:36:20 [2020-07-17T16:36:20.224Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
16:36:20 [2020-07-17T16:36:20.224Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] DONE 13 tests, 7 skipped in 3.277s
16:36:20 [2020-07-17T16:36:20.224Z] 
16:36:20 [2020-07-17T16:36:20.224Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
16:36:20 [2020-07-17T16:36:20.750Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
16:36:21 [2020-07-17T16:36:21.686Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
16:36:22 [2020-07-17T16:36:22.437Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:22 [2020-07-17T16:36:22.437Z] INFO: Testing against a local daemon
16:36:22 [2020-07-17T16:36:22.437Z] ok  	github.com/docker/docker/integration/volume	0.311s
16:36:22 [2020-07-17T16:36:22.437Z] 
16:36:22 [2020-07-17T16:36:22.437Z] === Skipped
16:36:22 [2020-07-17T16:36:22.437Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s)
16:36:22 [2020-07-17T16:36:22.437Z]     volume_test.go:64: testEnv.OSType == "windows": FIXME
16:36:22 [2020-07-17T16:36:22.437Z] 
16:36:22 [2020-07-17T16:36:22.437Z] 
16:36:22 [2020-07-17T16:36:22.437Z] DONE 5 tests, 1 skipped in 2.308s
16:36:22 [2020-07-17T16:36:22.437Z] 
16:36:22 [2020-07-17T16:36:22.437Z] INFO: make.ps1 ended at 07/17/2020 16:36:22
16:36:22 [2020-07-17T16:36:22.437Z] INFO: Integration CLI tests being run from the host:
16:36:22 [2020-07-17T16:36:22.437Z] INFO: gotestsum --format=standard-quiet --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.v" "-tags" "autogen" "-test.timeout" "200m" 
16:36:23 [2020-07-17T16:36:23.065Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
16:36:23 [2020-07-17T16:36:23.065Z] === RUN   TestDockerSuite/TestRestartPolicyNO
16:36:23 [2020-07-17T16:36:23.065Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
16:36:23 [2020-07-17T16:36:23.325Z] === RUN   TestDockerSuite/TestRestartRunningContainer
16:36:25 [2020-07-17T16:36:25.230Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
16:36:26 [2020-07-17T16:36:26.169Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
16:36:26 [2020-07-17T16:36:26.650Z] --- PASS: TestServiceWithDataPathPortInit (13.60s)
16:36:26 [2020-07-17T16:36:26.650Z] === RUN   TestServiceWithDefaultAddressPoolInit
16:36:28 [2020-07-17T16:36:28.077Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
16:36:28 [2020-07-17T16:36:28.077Z] === RUN   TestDockerSuite/TestRestartWithVolumes
16:36:29 [2020-07-17T16:36:29.015Z] === RUN   TestDockerSuite/TestRmiBlank
16:36:29 [2020-07-17T16:36:29.015Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
16:36:29 [2020-07-17T16:36:29.015Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
16:36:31 [2020-07-17T16:36:31.115Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
16:36:31 [2020-07-17T16:36:31.115Z] INFO: Testing against a local daemon
16:36:32 [2020-07-17T16:36:32.232Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
16:36:32 [2020-07-17T16:36:32.232Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7vknwmeyx3xdw3or9cg5uur8n Created:2020-07-17 16:36:25.760933421 +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[df6904f90757a34d6ff02f3d1a912a8c003abe1df4e70c114a368c8e06bb73e4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4v64i21wgj48k4wx7i1j8nbap EndpointID:b0ea3cb4c594a9bcbd4d673b59134be6d4abffd685bc4075d6524c22f2aaed95 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bc49914ff4c55c1805399df1eb660073830bcc013e4f137f9cc39a4c938dadf7 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:8d143432a562 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4v64i21wgj48k4wx7i1j8nbap EndpointID:b0ea3cb4c594a9bcbd4d673b59134be6d4abffd685bc4075d6524c22f2aaed95 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
16:36:32 [2020-07-17T16:36:32.232Z] PASS
16:36:32 [2020-07-17T16:36:32.232Z] 
16:36:32 [2020-07-17T16:36:32.232Z] === Skipped
16:36:32 [2020-07-17T16:36:32.232Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
16:36:32 [2020-07-17T16:36:32.232Z]     service_test.go:236: FLAKY_TEST
16:36:32 [2020-07-17T16:36:32.232Z] 
16:36:32 [2020-07-17T16:36:32.232Z] 
16:36:32 [2020-07-17T16:36:32.232Z] DONE 23 tests, 1 skipped in 39.018s
16:36:32 [2020-07-17T16:36:32.232Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
16:36:32 [2020-07-17T16:36:32.232Z] ++ 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
16:36:32 [2020-07-17T16:36:32.232Z] ++ set -e
16:36:32 [2020-07-17T16:36:32.232Z] ++ '[' -n 0 ']'
16:36:32 [2020-07-17T16:36:32.232Z] ++ set -x
16:36:32 [2020-07-17T16:36:32.232Z] ++ env -i DEST=/go/src/github.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
16:36:32 [2020-07-17T16:36:32.232Z] INFO: Testing against a local daemon
16:36:32 [2020-07-17T16:36:32.232Z] === RUN   TestDockerNetworkIpvlanPersistance
16:36:32 [2020-07-17T16:36:32.232Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
16:36:32 [2020-07-17T16:36:32.232Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:36:32 [2020-07-17T16:36:32.232Z] === RUN   TestDockerNetworkIpvlan
16:36:32 [2020-07-17T16:36:32.232Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
16:36:32 [2020-07-17T16:36:32.232Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:36:32 [2020-07-17T16:36:32.232Z] PASS
16:36:32 [2020-07-17T16:36:32.232Z] 
16:36:32 [2020-07-17T16:36:32.232Z] === Skipped
16:36:32 [2020-07-17T16:36:32.232Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
16:36:32 [2020-07-17T16:36:32.232Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:36:32 [2020-07-17T16:36:32.232Z] 
16:36:32 [2020-07-17T16:36:32.232Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
16:36:32 [2020-07-17T16:36:32.232Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
16:36:32 [2020-07-17T16:36:32.232Z] 
16:36:32 [2020-07-17T16:36:32.232Z] 
16:36:32 [2020-07-17T16:36:32.232Z] DONE 2 tests, 2 skipped in 0.079s
16:36:32 [2020-07-17T16:36:32.232Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
16:36:32 [2020-07-17T16:36:32.232Z] ++ 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
16:36:32 [2020-07-17T16:36:32.232Z] ++ set -e
16:36:32 [2020-07-17T16:36:32.232Z] ++ '[' -n 0 ']'
16:36:32 [2020-07-17T16:36:32.232Z] ++ set -x
16:36:32 [2020-07-17T16:36:32.232Z] ++ env -i DEST=/go/src/github.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
16:36:32 [2020-07-17T16:36:32.232Z] INFO: Testing against a local daemon
16:36:32 [2020-07-17T16:36:32.232Z] === RUN   TestDockerNetworkMacvlanPersistance
16:36:32 [2020-07-17T16:36:32.308Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
16:36:33 [2020-07-17T16:36:33.248Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
16:36:33 [2020-07-17T16:36:33.271Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s)
16:36:33 [2020-07-17T16:36:33.272Z] === RUN   TestDockerNetworkMacvlan
16:36:33 [2020-07-17T16:36:33.510Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
16:36:33 [2020-07-17T16:36:33.909Z] === RUN   TestDockerNetworkMacvlan/Subinterface
16:36:34 [2020-07-17T16:36:34.890Z] === RUN   TestDockerSuite/TestRmiImgIDForce
16:36:34 [2020-07-17T16:36:34.953Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
16:36:35 [2020-07-17T16:36:35.460Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
16:36:35 [2020-07-17T16:36:35.998Z] === RUN   TestDockerNetworkMacvlan/NilParent
16:36:36 [2020-07-17T16:36:36.399Z] === RUN   TestDockerSuite/TestRmiParentImageFail
16:36:36 [2020-07-17T16:36:36.968Z] === RUN   TestDockerSuite/TestRmiTag
16:36:37 [2020-07-17T16:36:37.228Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
16:36:37 [2020-07-17T16:36:37.796Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
16:36:38 [2020-07-17T16:36:38.082Z] === RUN   TestDockerNetworkMacvlan/InternalMode
16:36:40 [2020-07-17T16:36:40.158Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
16:36:40 [2020-07-17T16:36:40.331Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
16:36:40 [2020-07-17T16:36:40.902Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
16:36:41 [2020-07-17T16:36:41.473Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
16:36:41 [2020-07-17T16:36:41.732Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
16:36:42 [2020-07-17T16:36:42.669Z] === RUN   TestDockerSuite/TestRunAddHost
16:36:42 [2020-07-17T16:36:42.928Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
16:36:43 [2020-07-17T16:36:43.188Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
16:36:43 [2020-07-17T16:36:43.447Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
16:36:43 [2020-07-17T16:36:43.696Z] === RUN   TestDockerNetworkMacvlan/Addressing
16:36:43 [2020-07-17T16:36:43.706Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
16:36:43 [2020-07-17T16:36:43.966Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
16:36:44 [2020-07-17T16:36:44.336Z] --- PASS: TestDockerNetworkMacvlan (11.03s)
16:36:44 [2020-07-17T16:36:44.336Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
16:36:44 [2020-07-17T16:36:44.336Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s)
16:36:44 [2020-07-17T16:36:44.336Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s)
16:36:44 [2020-07-17T16:36:44.336Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s)
16:36:44 [2020-07-17T16:36:44.336Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s)
16:36:44 [2020-07-17T16:36:44.336Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s)
16:36:44 [2020-07-17T16:36:44.336Z] PASS
16:36:44 [2020-07-17T16:36:44.336Z] 
16:36:44 [2020-07-17T16:36:44.336Z] DONE 8 tests in 12.478s
16:36:44 [2020-07-17T16:36:44.336Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
16:36:44 [2020-07-17T16:36:44.336Z] ++ 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
16:36:44 [2020-07-17T16:36:44.336Z] ++ set -e
16:36:44 [2020-07-17T16:36:44.336Z] ++ '[' -n 0 ']'
16:36:44 [2020-07-17T16:36:44.336Z] ++ set -x
16:36:44 [2020-07-17T16:36:44.336Z] ++ env -i DEST=/go/src/github.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
16:36:44 [2020-07-17T16:36:44.336Z] testing: warning: no tests to run
16:36:44 [2020-07-17T16:36:44.336Z] PASS
16:36:44 [2020-07-17T16:36:44.336Z] 
16:36:44 [2020-07-17T16:36:44.336Z] DONE 0 tests in 0.011s
16:36:44 [2020-07-17T16:36:44.336Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
16:36:44 [2020-07-17T16:36:44.336Z] ++ 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
16:36:44 [2020-07-17T16:36:44.336Z] ++ set -e
16:36:44 [2020-07-17T16:36:44.336Z] ++ '[' -n 0 ']'
16:36:44 [2020-07-17T16:36:44.336Z] ++ set -x
16:36:44 [2020-07-17T16:36:44.337Z] ++ env -i DEST=/go/src/github.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
16:36:44 [2020-07-17T16:36:44.337Z] INFO: Testing against a local daemon
16:36:44 [2020-07-17T16:36:44.337Z] === RUN   TestAuthZPluginAllowRequest
16:36:44 [2020-07-17T16:36:44.904Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
16:36:45 [2020-07-17T16:36:45.472Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
16:36:45 [2020-07-17T16:36:45.851Z] --- PASS: TestAuthZPluginAllowRequest (1.34s)
16:36:45 [2020-07-17T16:36:45.851Z] === RUN   TestAuthZPluginTLS
16:36:46 [2020-07-17T16:36:46.040Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
16:36:46 [2020-07-17T16:36:46.144Z] --- PASS: TestAuthZPluginTLS (0.56s)
16:36:46 [2020-07-17T16:36:46.144Z] === RUN   TestAuthZPluginDenyRequest
16:36:46 [2020-07-17T16:36:46.609Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
16:36:46 [2020-07-17T16:36:46.785Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
16:36:46 [2020-07-17T16:36:46.785Z] === RUN   TestAuthZPluginAPIDenyResponse
16:36:47 [2020-07-17T16:36:47.421Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
16:36:47 [2020-07-17T16:36:47.421Z] === RUN   TestAuthZPluginDenyResponse
16:36:47 [2020-07-17T16:36:47.553Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
16:36:48 [2020-07-17T16:36:48.058Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
16:36:48 [2020-07-17T16:36:48.058Z] === RUN   TestAuthZPluginAllowEventStream
16:36:48 [2020-07-17T16:36:48.491Z] === RUN   TestDockerSuite/TestRunAttachDetach
16:36:49 [2020-07-17T16:36:49.061Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
16:36:49 [2020-07-17T16:36:49.106Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s)
16:36:49 [2020-07-17T16:36:49.106Z] === RUN   TestAuthZPluginErrorResponse
16:36:49 [2020-07-17T16:36:49.744Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
16:36:49 [2020-07-17T16:36:49.744Z] === RUN   TestAuthZPluginErrorRequest
16:36:49 [2020-07-17T16:36:49.999Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
16:36:50 [2020-07-17T16:36:50.383Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
16:36:50 [2020-07-17T16:36:50.383Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
16:36:50 [2020-07-17T16:36:50.567Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
16:36:50 [2020-07-17T16:36:50.827Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
16:36:51 [2020-07-17T16:36:51.022Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
16:36:51 [2020-07-17T16:36:51.022Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
16:36:51 [2020-07-17T16:36:51.397Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
16:36:51 [2020-07-17T16:36:51.966Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
16:36:52 [2020-07-17T16:36:52.557Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s)
16:36:52 [2020-07-17T16:36:52.557Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
16:36:52 [2020-07-17T16:36:52.903Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
16:36:53 [2020-07-17T16:36:53.163Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
16:36:53 [2020-07-17T16:36:53.731Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
16:36:53 [2020-07-17T16:36:53.993Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
16:36:53 [2020-07-17T16:36:53.993Z] === RUN   TestDockerSuite/TestRunBindMounts
16:36:54 [2020-07-17T16:36:54.633Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s)
16:36:54 [2020-07-17T16:36:54.633Z] === RUN   TestAuthZPluginHeader
16:36:55 [2020-07-17T16:36:55.274Z] --- PASS: TestAuthZPluginHeader (0.83s)
16:36:55 [2020-07-17T16:36:55.274Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
16:36:55 [2020-07-17T16:36:55.274Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:36:55 [2020-07-17T16:36:55.274Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:36:55 [2020-07-17T16:36:55.274Z] === RUN   TestAuthZPluginV2Disable
16:36:55 [2020-07-17T16:36:55.274Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
16:36:55 [2020-07-17T16:36:55.274Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:36:55 [2020-07-17T16:36:55.274Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
16:36:55 [2020-07-17T16:36:55.274Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:36:55 [2020-07-17T16:36:55.274Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:36:55 [2020-07-17T16:36:55.274Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
16:36:55 [2020-07-17T16:36:55.274Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:36:55 [2020-07-17T16:36:55.274Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:36:55 [2020-07-17T16:36:55.274Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
16:36:55 [2020-07-17T16:36:55.900Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
16:36:56 [2020-07-17T16:36:56.468Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
16:36:57 [2020-07-17T16:36:57.038Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
16:36:57 [2020-07-17T16:36:57.606Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
16:36:57 [2020-07-17T16:36:57.865Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
16:36:57 [2020-07-17T16:36:57.865Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
16:36:58 [2020-07-17T16:36:58.435Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
16:36:58 [2020-07-17T16:36:58.695Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
16:36:59 [2020-07-17T16:36:59.264Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
16:36:59 [2020-07-17T16:36:59.523Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
16:37:00 [2020-07-17T16:37:00.092Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
16:37:00 [2020-07-17T16:37:00.092Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
16:37:00 [2020-07-17T16:37:00.351Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
16:37:00 [2020-07-17T16:37:00.351Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
16:37:01 [2020-07-17T16:37:01.297Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
16:37:01 [2020-07-17T16:37:01.556Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
16:37:02 [2020-07-17T16:37:02.125Z] === RUN   TestDockerSuite/TestRunContainerNetwork
16:37:02 [2020-07-17T16:37:02.698Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
16:37:02 [2020-07-17T16:37:02.698Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
16:37:02 [2020-07-17T16:37:02.957Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
16:37:03 [2020-07-17T16:37:03.895Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
16:37:04 [2020-07-17T16:37:04.833Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
16:37:05 [2020-07-17T16:37:05.774Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
16:37:06 [2020-07-17T16:37:06.034Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
16:37:06 [2020-07-17T16:37:06.293Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
16:37:06 [2020-07-17T16:37:06.861Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
16:37:06 [2020-07-17T16:37:06.861Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
16:37:07 [2020-07-17T16:37:07.430Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
16:37:07 [2020-07-17T16:37:07.690Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
16:37:09 [2020-07-17T16:37:09.070Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
16:37:12 [2020-07-17T16:37:12.366Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
16:37:12 [2020-07-17T16:37:12.366Z] === RUN   TestDockerSuite/TestRunCreateVolume
16:37:12 [2020-07-17T16:37:12.366Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
16:37:13 [2020-07-17T16:37:13.745Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
16:37:13 [2020-07-17T16:37:13.887Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s)
16:37:13 [2020-07-17T16:37:13.887Z] PASS
16:37:13 [2020-07-17T16:37:13.887Z] 
16:37:13 [2020-07-17T16:37:13.887Z] === Skipped
16:37:13 [2020-07-17T16:37:13.887Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
16:37:13 [2020-07-17T16:37:13.887Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:37:13 [2020-07-17T16:37:13.887Z] 
16:37:13 [2020-07-17T16:37:13.887Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
16:37:13 [2020-07-17T16:37:13.887Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:37:13 [2020-07-17T16:37:13.887Z] 
16:37:13 [2020-07-17T16:37:13.887Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
16:37:13 [2020-07-17T16:37:13.887Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:37:13 [2020-07-17T16:37:13.887Z] 
16:37:13 [2020-07-17T16:37:13.887Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
16:37:13 [2020-07-17T16:37:13.887Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:37:13 [2020-07-17T16:37:13.887Z] 
16:37:13 [2020-07-17T16:37:13.887Z] 
16:37:13 [2020-07-17T16:37:13.887Z] DONE 17 tests, 4 skipped in 27.580s
16:37:13 [2020-07-17T16:37:13.887Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:37:13 [2020-07-17T16:37:13.887Z] ++ 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
16:37:13 [2020-07-17T16:37:13.888Z] ++ set -e
16:37:13 [2020-07-17T16:37:13.888Z] ++ '[' -n 0 ']'
16:37:13 [2020-07-17T16:37:13.888Z] ++ set -x
16:37:13 [2020-07-17T16:37:13.888Z] ++ env -i DEST=/go/src/github.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
16:37:13 [2020-07-17T16:37:13.888Z] INFO: Testing against a local daemon
16:37:13 [2020-07-17T16:37:13.888Z] === RUN   TestPluginInvalidJSON
16:37:13 [2020-07-17T16:37:13.888Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
16:37:13 [2020-07-17T16:37:13.888Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
16:37:13 [2020-07-17T16:37:13.888Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
16:37:13 [2020-07-17T16:37:13.888Z] --- PASS: TestPluginInvalidJSON (0.03s)
16:37:13 [2020-07-17T16:37:13.888Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
16:37:13 [2020-07-17T16:37:13.888Z] === RUN   TestPluginInstall
16:37:13 [2020-07-17T16:37:13.888Z] === RUN   TestPluginInstall/no_auth
16:37:14 [2020-07-17T16:37:14.683Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
16:37:16 [2020-07-17T16:37:16.591Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
16:37:17 [2020-07-17T16:37:17.471Z] time="2020-07-17T16:37:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:37:17 [2020-07-17T16:37:17.471Z] time="2020-07-17T16:37:16Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:37:17 [2020-07-17T16:37:17.471Z] time="2020-07-17T16:37:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f43aee690d04f12da1c68e1c29cc8ecce89e2717c623d373b034969477f0331f" mediatype=application/vnd.docker.plugin.v1+json size=522
16:37:17 [2020-07-17T16:37:17.471Z] time="2020-07-17T16:37:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:37:17 [2020-07-17T16:37:17.471Z] time="2020-07-17T16:37:16Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:37:17 [2020-07-17T16:37:17.471Z] time="2020-07-17T16:37:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f43aee690d04f12da1c68e1c29cc8ecce89e2717c623d373b034969477f0331f" mediatype=application/vnd.docker.plugin.v1+json size=522
16:37:17 [2020-07-17T16:37:17.471Z] === RUN   TestPluginInstall/with_htpasswd
16:37:17 [2020-07-17T16:37:17.971Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
16:37:17 [2020-07-17T16:37:17.971Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
16:37:17 [2020-07-17T16:37:17.971Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
16:37:18 [2020-07-17T16:37:18.106Z] time="2020-07-17T16:37:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:37:18 [2020-07-17T16:37:18.106Z] time="2020-07-17T16:37:17Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:37:18 [2020-07-17T16:37:18.106Z] time="2020-07-17T16:37:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8e044eeeb6f97e430286f4cbaf6e042d94518eec0e32b89e3af20c01298f910d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:37:18 [2020-07-17T16:37:18.106Z] time="2020-07-17T16:37:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:37:18 [2020-07-17T16:37:18.106Z] time="2020-07-17T16:37:17Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:37:18 [2020-07-17T16:37:18.106Z] time="2020-07-17T16:37:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8e044eeeb6f97e430286f4cbaf6e042d94518eec0e32b89e3af20c01298f910d" mediatype=application/vnd.docker.plugin.v1+json size=522
16:37:18 [2020-07-17T16:37:18.400Z] === RUN   TestPluginInstall/with_insecure
16:37:18 [2020-07-17T16:37:18.540Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
16:37:19 [2020-07-17T16:37:19.442Z] time="2020-07-17T16:37:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:37:19 [2020-07-17T16:37:19.442Z] time="2020-07-17T16:37:19Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:37:19 [2020-07-17T16:37:19.442Z] time="2020-07-17T16:37:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7c0de7f4dc4beba7dd8f33b537a7730f74235b5d43fc292ef32893d3bacb24b0" mediatype=application/vnd.docker.plugin.v1+json size=522
16:37:19 [2020-07-17T16:37:19.442Z] time="2020-07-17T16:37:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:37:19 [2020-07-17T16:37:19.442Z] time="2020-07-17T16:37:19Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched"
16:37:19 [2020-07-17T16:37:19.442Z] time="2020-07-17T16:37:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7c0de7f4dc4beba7dd8f33b537a7730f74235b5d43fc292ef32893d3bacb24b0" mediatype=application/vnd.docker.plugin.v1+json size=522
16:37:19 [2020-07-17T16:37:19.480Z] === RUN   TestDockerSuite/TestRunDNSOptions
16:37:19 [2020-07-17T16:37:19.736Z] --- PASS: TestPluginInstall (7.68s)
16:37:19 [2020-07-17T16:37:19.736Z]     --- PASS: TestPluginInstall/no_auth (5.43s)
16:37:19 [2020-07-17T16:37:19.736Z]     --- PASS: TestPluginInstall/with_htpasswd (0.90s)
16:37:19 [2020-07-17T16:37:19.736Z]     --- PASS: TestPluginInstall/with_insecure (1.35s)
16:37:19 [2020-07-17T16:37:19.736Z]         plugin_test.go:157: [d037ddeb6e7ca] daemon is not started
16:37:19 [2020-07-17T16:37:19.736Z] PASS
16:37:19 [2020-07-17T16:37:19.736Z] 
16:37:19 [2020-07-17T16:37:19.736Z] DONE 6 tests in 7.778s
16:37:19 [2020-07-17T16:37:19.736Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:37:19 [2020-07-17T16:37:19.736Z] ++ 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
16:37:19 [2020-07-17T16:37:19.736Z] ++ set -e
16:37:19 [2020-07-17T16:37:19.736Z] ++ '[' -n 0 ']'
16:37:19 [2020-07-17T16:37:19.736Z] ++ set -x
16:37:19 [2020-07-17T16:37:19.736Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:37:19 [2020-07-17T16:37:19.736Z] INFO: Testing against a local daemon
16:37:19 [2020-07-17T16:37:19.736Z] === RUN   TestExternalGraphDriver
16:37:19 [2020-07-17T16:37:19.736Z] === RUN   TestExternalGraphDriver/json
16:37:20 [2020-07-17T16:37:20.421Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
16:37:21 [2020-07-17T16:37:21.804Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
16:37:21 [2020-07-17T16:37:21.815Z] === RUN   TestExternalGraphDriver/spec
16:37:22 [2020-07-17T16:37:22.380Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
16:37:23 [2020-07-17T16:37:23.337Z] === RUN   TestExternalGraphDriver/pull
16:37:23 [2020-07-17T16:37:23.762Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
16:37:24 [2020-07-17T16:37:24.022Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
16:37:24 [2020-07-17T16:37:24.022Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
16:37:24 [2020-07-17T16:37:24.591Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
16:37:25 [2020-07-17T16:37:25.416Z] --- PASS: TestExternalGraphDriver (5.41s)
16:37:25 [2020-07-17T16:37:25.416Z]     --- PASS: TestExternalGraphDriver/json (1.80s)
16:37:25 [2020-07-17T16:37:25.416Z]     --- PASS: TestExternalGraphDriver/spec (1.79s)
16:37:25 [2020-07-17T16:37:25.416Z]     --- PASS: TestExternalGraphDriver/pull (1.67s)
16:37:25 [2020-07-17T16:37:25.416Z] === RUN   TestGraphdriverPluginV2
16:37:25 [2020-07-17T16:37:25.416Z] --- SKIP: TestGraphdriverPluginV2 (0.08s)
16:37:25 [2020-07-17T16:37:25.417Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:37:25 [2020-07-17T16:37:25.417Z] PASS
16:37:25 [2020-07-17T16:37:25.417Z] 
16:37:25 [2020-07-17T16:37:25.417Z] === Skipped
16:37:25 [2020-07-17T16:37:25.417Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s)
16:37:25 [2020-07-17T16:37:25.417Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:37:25 [2020-07-17T16:37:25.417Z] 
16:37:25 [2020-07-17T16:37:25.417Z] 
16:37:25 [2020-07-17T16:37:25.417Z] DONE 5 tests, 1 skipped in 5.562s
16:37:25 [2020-07-17T16:37:25.417Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:37:25 [2020-07-17T16:37:25.417Z] ++ 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
16:37:25 [2020-07-17T16:37:25.417Z] ++ set -e
16:37:25 [2020-07-17T16:37:25.417Z] ++ '[' -n 0 ']'
16:37:25 [2020-07-17T16:37:25.417Z] ++ set -x
16:37:25 [2020-07-17T16:37:25.417Z] ++ env -i DEST=/go/src/github.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
16:37:25 [2020-07-17T16:37:25.417Z] INFO: Testing against a local daemon
16:37:25 [2020-07-17T16:37:25.417Z] === RUN   TestContinueAfterPluginCrash
16:37:25 [2020-07-17T16:37:25.417Z] === PAUSE TestContinueAfterPluginCrash
16:37:25 [2020-07-17T16:37:25.417Z] === RUN   TestReadPluginNoRead
16:37:25 [2020-07-17T16:37:25.417Z] === PAUSE TestReadPluginNoRead
16:37:25 [2020-07-17T16:37:25.417Z] === RUN   TestDaemonStartWithLogOpt
16:37:25 [2020-07-17T16:37:25.417Z] === PAUSE TestDaemonStartWithLogOpt
16:37:25 [2020-07-17T16:37:25.417Z] === CONT  TestContinueAfterPluginCrash
16:37:25 [2020-07-17T16:37:25.417Z] === CONT  TestDaemonStartWithLogOpt
16:37:25 [2020-07-17T16:37:25.417Z] === CONT  TestReadPluginNoRead
16:37:25 [2020-07-17T16:37:25.973Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
16:37:25 [2020-07-17T16:37:25.973Z] === RUN   TestDockerSuite/TestRunDuplicateMount
16:37:26 [2020-07-17T16:37:26.542Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
16:37:26 [2020-07-17T16:37:26.802Z] === RUN   TestDockerSuite/TestRunEchoStdout
16:37:27 [2020-07-17T16:37:27.373Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
16:37:27 [2020-07-17T16:37:27.940Z] === RUN   TestDockerSuite/TestRunEmptyEnv
16:37:27 [2020-07-17T16:37:27.940Z] === RUN   TestDockerSuite/TestRunEntrypoint
16:37:28 [2020-07-17T16:37:28.199Z] === RUN   TestDockerSuite/TestRunEnvironment
16:37:28 [2020-07-17T16:37:28.768Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
16:37:29 [2020-07-17T16:37:29.336Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
16:37:29 [2020-07-17T16:37:29.596Z] === RUN   TestDockerSuite/TestRunExitCode
16:37:30 [2020-07-17T16:37:30.164Z] === RUN   TestDockerSuite/TestRunExitCodeOne
16:37:30 [2020-07-17T16:37:30.424Z] === RUN   TestDockerSuite/TestRunExitCodeZero
16:37:31 [2020-07-17T16:37:31.035Z] === RUN   TestReadPluginNoRead/default
16:37:31 [2020-07-17T16:37:31.035Z] --- PASS: TestDaemonStartWithLogOpt (5.35s)
16:37:31 [2020-07-17T16:37:31.362Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
16:37:31 [2020-07-17T16:37:31.673Z] === RUN   TestReadPluginNoRead/disabled_caching
16:37:32 [2020-07-17T16:37:32.299Z] === RUN   TestDockerSuite/TestRunExposePort
16:37:32 [2020-07-17T16:37:32.299Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
16:37:32 [2020-07-17T16:37:32.299Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
16:37:32 [2020-07-17T16:37:32.561Z] === RUN   TestDockerSuite/TestRunGroupAdd
16:37:33 [2020-07-17T16:37:33.130Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
16:37:33 [2020-07-17T16:37:33.193Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:37:34 [2020-07-17T16:37:34.070Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
16:37:34 [2020-07-17T16:37:34.329Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
16:37:34 [2020-07-17T16:37:34.329Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
16:37:34 [2020-07-17T16:37:34.706Z] --- PASS: TestReadPluginNoRead (9.21s)
16:37:34 [2020-07-17T16:37:34.706Z]     --- PASS: TestReadPluginNoRead/default (1.47s)
16:37:34 [2020-07-17T16:37:34.706Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.44s)
16:37:34 [2020-07-17T16:37:34.706Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.46s)
16:37:34 [2020-07-17T16:37:34.706Z]     read_test.go:92: [d146b0bc4bc86] daemon is not started
16:37:35 [2020-07-17T16:37:35.743Z] --- PASS: TestContinueAfterPluginCrash (10.52s)
16:37:35 [2020-07-17T16:37:35.743Z] PASS
16:37:35 [2020-07-17T16:37:35.743Z] 
16:37:35 [2020-07-17T16:37:35.743Z] DONE 6 tests in 10.603s
16:37:35 [2020-07-17T16:37:35.743Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:37:35 [2020-07-17T16:37:35.743Z] ++ 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
16:37:35 [2020-07-17T16:37:35.743Z] ++ set -e
16:37:35 [2020-07-17T16:37:35.743Z] ++ '[' -n 0 ']'
16:37:35 [2020-07-17T16:37:35.743Z] ++ set -x
16:37:35 [2020-07-17T16:37:35.744Z] ++ env -i DEST=/go/src/github.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
16:37:35 [2020-07-17T16:37:35.744Z] testing: warning: no tests to run
16:37:35 [2020-07-17T16:37:35.744Z] PASS
16:37:35 [2020-07-17T16:37:35.744Z] 
16:37:35 [2020-07-17T16:37:35.744Z] DONE 0 tests in 0.018s
16:37:35 [2020-07-17T16:37:35.744Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:37:35 [2020-07-17T16:37:35.744Z] ++ 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
16:37:35 [2020-07-17T16:37:35.744Z] ++ set -e
16:37:35 [2020-07-17T16:37:35.744Z] ++ '[' -n 0 ']'
16:37:35 [2020-07-17T16:37:35.744Z] ++ set -x
16:37:35 [2020-07-17T16:37:35.744Z] ++ env -i DEST=/go/src/github.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
16:37:36 [2020-07-17T16:37:36.037Z] INFO: Testing against a local daemon
16:37:36 [2020-07-17T16:37:36.037Z] === RUN   TestPluginWithDevMounts
16:37:36 [2020-07-17T16:37:36.037Z] === PAUSE TestPluginWithDevMounts
16:37:36 [2020-07-17T16:37:36.037Z] === CONT  TestPluginWithDevMounts
16:37:37 [2020-07-17T16:37:37.624Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
16:37:37 [2020-07-17T16:37:37.624Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
16:37:37 [2020-07-17T16:37:37.884Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
16:37:38 [2020-07-17T16:37:38.115Z] --- PASS: TestPluginWithDevMounts (1.83s)
16:37:38 [2020-07-17T16:37:38.115Z] PASS
16:37:38 [2020-07-17T16:37:38.115Z] 
16:37:38 [2020-07-17T16:37:38.115Z] DONE 1 tests in 1.903s
16:37:38 [2020-07-17T16:37:38.115Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
16:37:38 [2020-07-17T16:37:38.115Z] ++ 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
16:37:38 [2020-07-17T16:37:38.115Z] ++ set -e
16:37:38 [2020-07-17T16:37:38.115Z] ++ '[' -n 0 ']'
16:37:38 [2020-07-17T16:37:38.115Z] ++ set -x
16:37:38 [2020-07-17T16:37:38.115Z] ++ env -i DEST=/go/src/github.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
16:37:38 [2020-07-17T16:37:38.115Z] INFO: Testing against a local daemon
16:37:38 [2020-07-17T16:37:38.115Z] === RUN   TestSecretInspect
16:37:39 [2020-07-17T16:37:39.790Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
16:37:40 [2020-07-17T16:37:40.215Z] --- PASS: TestSecretInspect (1.95s)
16:37:40 [2020-07-17T16:37:40.215Z] === RUN   TestSecretList
16:37:41 [2020-07-17T16:37:41.736Z] --- PASS: TestSecretList (1.92s)
16:37:41 [2020-07-17T16:37:41.736Z] === RUN   TestSecretsCreateAndDelete
16:37:42 [2020-07-17T16:37:42.325Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
16:37:43 [2020-07-17T16:37:43.815Z] --- PASS: TestSecretsCreateAndDelete (1.94s)
16:37:43 [2020-07-17T16:37:43.815Z] === RUN   TestSecretsUpdate
16:37:44 [2020-07-17T16:37:44.862Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
16:37:45 [2020-07-17T16:37:45.895Z] --- PASS: TestSecretsUpdate (1.94s)
16:37:45 [2020-07-17T16:37:45.895Z] === RUN   TestTemplatedSecret
16:37:47 [2020-07-17T16:37:47.987Z] --- PASS: TestTemplatedSecret (2.46s)
16:37:47 [2020-07-17T16:37:47.987Z] === RUN   TestSecretCreateResolve
16:37:48 [2020-07-17T16:37:48.172Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
16:37:48 [2020-07-17T16:37:48.741Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
16:37:49 [2020-07-17T16:37:49.678Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
16:37:49 [2020-07-17T16:37:49.938Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
16:37:50 [2020-07-17T16:37:50.066Z] --- PASS: TestSecretCreateResolve (1.92s)
16:37:50 [2020-07-17T16:37:50.066Z] PASS
16:37:50 [2020-07-17T16:37:50.066Z] 
16:37:50 [2020-07-17T16:37:50.066Z] DONE 6 tests in 12.210s
16:37:50 [2020-07-17T16:37:50.066Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
16:37:50 [2020-07-17T16:37:50.066Z] ++ 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
16:37:50 [2020-07-17T16:37:50.066Z] ++ set -e
16:37:50 [2020-07-17T16:37:50.066Z] ++ '[' -n 0 ']'
16:37:50 [2020-07-17T16:37:50.066Z] ++ set -x
16:37:50 [2020-07-17T16:37:50.066Z] ++ env -i DEST=/go/src/github.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
16:37:50 [2020-07-17T16:37:50.066Z] INFO: Testing against a local daemon
16:37:50 [2020-07-17T16:37:50.066Z] === RUN   TestServiceCreateInit
16:37:50 [2020-07-17T16:37:50.066Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:37:50 [2020-07-17T16:37:50.877Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
16:37:50 [2020-07-17T16:37:50.877Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
16:37:50 [2020-07-17T16:37:50.877Z] === RUN   TestDockerSuite/TestRunInvalidReference
16:37:50 [2020-07-17T16:37:50.877Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
16:37:51 [2020-07-17T16:37:51.815Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
16:37:53 [2020-07-17T16:37:53.726Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
16:37:53 [2020-07-17T16:37:53.986Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
16:37:54 [2020-07-17T16:37:54.543Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:37:55 [2020-07-17T16:37:55.369Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
16:37:56 [2020-07-17T16:37:56.309Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
16:37:57 [2020-07-17T16:37:57.245Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
16:37:58 [2020-07-17T16:37:58.078Z] --- PASS: TestServiceCreateInit (7.68s)
16:37:58 [2020-07-17T16:37:58.078Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.77s)
16:37:58 [2020-07-17T16:37:58.078Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.88s)
16:37:58 [2020-07-17T16:37:58.078Z] === RUN   TestCreateServiceMultipleTimes
16:38:02 [2020-07-17T16:38:02.518Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
16:38:02 [2020-07-17T16:38:02.518Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
16:38:02 [2020-07-17T16:38:02.777Z] === RUN   TestDockerSuite/TestRunModeHostname
16:38:03 [2020-07-17T16:38:03.345Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
16:38:03 [2020-07-17T16:38:03.345Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
16:38:03 [2020-07-17T16:38:03.345Z] === RUN   TestDockerSuite/TestRunModeIpcHost
16:38:04 [2020-07-17T16:38:04.284Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
16:38:04 [2020-07-17T16:38:04.853Z] === RUN   TestDockerSuite/TestRunModePIDContainer
16:38:05 [2020-07-17T16:38:05.790Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
16:38:05 [2020-07-17T16:38:05.790Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
16:38:06 [2020-07-17T16:38:06.049Z] === RUN   TestDockerSuite/TestRunModePIDHost
16:38:06 [2020-07-17T16:38:06.990Z] === RUN   TestDockerSuite/TestRunModeUTSHost
16:38:07 [2020-07-17T16:38:07.559Z] === RUN   TestDockerSuite/TestRunMount
16:38:11 [2020-07-17T16:38:11.789Z] === RUN   TestDockerSuite/TestRunMountOrdering
16:38:11 [2020-07-17T16:38:11.789Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
16:38:11 [2020-07-17T16:38:11.789Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
16:38:12 [2020-07-17T16:38:12.725Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
16:38:13 [2020-07-17T16:38:13.467Z] --- PASS: TestCreateServiceMultipleTimes (15.66s)
16:38:13 [2020-07-17T16:38:13.467Z] === RUN   TestCreateServiceConflict
16:38:14 [2020-07-17T16:38:14.102Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
16:38:15 [2020-07-17T16:38:15.542Z] --- PASS: TestCreateServiceConflict (1.94s)
16:38:15 [2020-07-17T16:38:15.542Z] === RUN   TestCreateServiceMaxReplicas
16:38:16 [2020-07-17T16:38:16.009Z] === RUN   TestDockerSuite/TestRunNamedVolume
16:38:16 [2020-07-17T16:38:16.950Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
16:38:18 [2020-07-17T16:38:18.293Z] --- PASS: TestCreateServiceMaxReplicas (2.66s)
16:38:18 [2020-07-17T16:38:18.294Z] === RUN   TestCreateWithDuplicateNetworkNames
16:38:18 [2020-07-17T16:38:18.327Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
16:38:19 [2020-07-17T16:38:19.268Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
16:38:20 [2020-07-17T16:38:20.646Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
16:38:20 [2020-07-17T16:38:20.646Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
16:38:20 [2020-07-17T16:38:20.905Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
16:38:20 [2020-07-17T16:38:20.905Z] === RUN   TestDockerSuite/TestRunNetHost
16:38:21 [2020-07-17T16:38:21.474Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
16:38:22 [2020-07-17T16:38:22.045Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
16:38:22 [2020-07-17T16:38:22.616Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
16:38:24 [2020-07-17T16:38:24.526Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
16:38:25 [2020-07-17T16:38:25.907Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
16:38:29 [2020-07-17T16:38:29.205Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
16:38:29 [2020-07-17T16:38:29.205Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
16:38:29 [2020-07-17T16:38:29.205Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
16:38:29 [2020-07-17T16:38:29.774Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
16:38:29 [2020-07-17T16:38:29.774Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
16:38:29 [2020-07-17T16:38:29.774Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
16:38:30 [2020-07-17T16:38:30.346Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
16:38:30 [2020-07-17T16:38:30.606Z] === RUN   TestDockerSuite/TestRunNonExistingImage
16:38:30 [2020-07-17T16:38:30.866Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
16:38:30 [2020-07-17T16:38:30.957Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.87s)
16:38:30 [2020-07-17T16:38:30.957Z] === RUN   TestCreateServiceSecretFileMode
16:38:31 [2020-07-17T16:38:31.437Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
16:38:32 [2020-07-17T16:38:32.815Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
16:38:33 [2020-07-17T16:38:33.055Z] --- PASS: TestCreateServiceSecretFileMode (2.24s)
16:38:33 [2020-07-17T16:38:33.055Z] === RUN   TestCreateServiceConfigFileMode
16:38:35 [2020-07-17T16:38:35.815Z] --- PASS: TestCreateServiceConfigFileMode (2.25s)
16:38:35 [2020-07-17T16:38:35.815Z] === RUN   TestCreateServiceSysctls
16:38:38 [2020-07-17T16:38:38.091Z] === RUN   TestDockerSuite/TestRunOOMExitCode
16:38:38 [2020-07-17T16:38:38.091Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
16:38:38 [2020-07-17T16:38:38.091Z] === RUN   TestDockerSuite/TestRunPIDsLimit
16:38:38 [2020-07-17T16:38:38.091Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
16:38:38 [2020-07-17T16:38:38.581Z] --- PASS: TestCreateServiceSysctls (3.13s)
16:38:38 [2020-07-17T16:38:38.581Z] === RUN   TestCreateServiceCapabilities
16:38:39 [2020-07-17T16:38:39.030Z] === RUN   TestDockerSuite/TestRunPortInUse
16:38:39 [2020-07-17T16:38:39.599Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
16:38:39 [2020-07-17T16:38:39.860Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
16:38:40 [2020-07-17T16:38:40.428Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
16:38:40 [2020-07-17T16:38:40.666Z] --- PASS: TestCreateServiceCapabilities (2.28s)
16:38:40 [2020-07-17T16:38:40.666Z] === RUN   TestInspect
16:38:40 [2020-07-17T16:38:40.687Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
16:38:41 [2020-07-17T16:38:41.255Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
16:38:41 [2020-07-17T16:38:41.514Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
16:38:41 [2020-07-17T16:38:41.514Z] === RUN   TestDockerSuite/TestRunPublishPort
16:38:42 [2020-07-17T16:38:42.082Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
16:38:42 [2020-07-17T16:38:42.341Z] === RUN   TestDockerSuite/TestRunReadProcLatency
16:38:42 [2020-07-17T16:38:42.341Z] === RUN   TestDockerSuite/TestRunReadProcTimer
16:38:42 [2020-07-17T16:38:42.910Z] === RUN   TestDockerSuite/TestRunRedirectStdout
16:38:43 [2020-07-17T16:38:43.417Z] --- PASS: TestInspect (2.52s)
16:38:43 [2020-07-17T16:38:43.417Z] === RUN   TestCreateJob
16:38:43 [2020-07-17T16:38:43.849Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
16:38:43 [2020-07-17T16:38:43.850Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
16:38:45 [2020-07-17T16:38:45.229Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
16:38:45 [2020-07-17T16:38:45.797Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
16:38:46 [2020-07-17T16:38:46.169Z] --- PASS: TestCreateJob (2.93s)
16:38:46 [2020-07-17T16:38:46.169Z] === RUN   TestReplicatedJob
16:38:46 [2020-07-17T16:38:46.735Z] === RUN   TestDockerSuite/TestRunRm
16:38:47 [2020-07-17T16:38:47.676Z] === RUN   TestDockerSuite/TestRunRmAndWait
16:38:48 [2020-07-17T16:38:48.243Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
16:38:50 [2020-07-17T16:38:50.778Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
16:38:51 [2020-07-17T16:38:51.037Z] === RUN   TestDockerSuite/TestRunRmPre125Api
16:38:51 [2020-07-17T16:38:51.606Z] === RUN   TestDockerSuite/TestRunRootWorkdir
16:38:51 [2020-07-17T16:38:51.769Z] --- PASS: TestReplicatedJob (4.97s)
16:38:51 [2020-07-17T16:38:51.769Z] === RUN   TestUpdateReplicatedJob
16:38:52 [2020-07-17T16:38:52.174Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
16:38:53 [2020-07-17T16:38:53.553Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
16:38:53 [2020-07-17T16:38:53.812Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
16:38:54 [2020-07-17T16:38:54.071Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
16:38:54 [2020-07-17T16:38:54.520Z] --- PASS: TestUpdateReplicatedJob (3.04s)
16:38:54 [2020-07-17T16:38:54.520Z] === RUN   TestServiceListWithStatuses
16:38:54 [2020-07-17T16:38:54.520Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:38:54 [2020-07-17T16:38:54.520Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:38:54 [2020-07-17T16:38:54.520Z] === RUN   TestDockerNetworkConnectAlias
16:38:56 [2020-07-17T16:38:56.609Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
16:38:56 [2020-07-17T16:38:56.871Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
16:38:58 [2020-07-17T16:38:58.994Z] --- PASS: TestDockerNetworkConnectAlias (4.05s)
16:38:58 [2020-07-17T16:38:58.994Z] === RUN   TestDockerNetworkReConnect
16:39:00 [2020-07-17T16:39:00.169Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
16:39:00 [2020-07-17T16:39:00.169Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
16:39:00 [2020-07-17T16:39:00.737Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
16:39:01 [2020-07-17T16:39:01.677Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
16:39:01 [2020-07-17T16:39:01.751Z] --- PASS: TestDockerNetworkReConnect (3.24s)
16:39:01 [2020-07-17T16:39:01.751Z] === RUN   TestServicePlugin
16:39:01 [2020-07-17T16:39:01.751Z] --- SKIP: TestServicePlugin (0.00s)
16:39:01 [2020-07-17T16:39:01.751Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:39:01 [2020-07-17T16:39:01.751Z] === RUN   TestServiceUpdateLabel
16:39:02 [2020-07-17T16:39:02.245Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
16:39:02 [2020-07-17T16:39:02.505Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
16:39:02 [2020-07-17T16:39:02.765Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
16:39:03 [2020-07-17T16:39:03.336Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
16:39:03 [2020-07-17T16:39:03.595Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
16:39:03 [2020-07-17T16:39:03.836Z] --- PASS: TestServiceUpdateLabel (1.90s)
16:39:03 [2020-07-17T16:39:03.836Z] === RUN   TestServiceUpdateSecrets
16:39:04 [2020-07-17T16:39:04.166Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
16:39:04 [2020-07-17T16:39:04.735Z] === RUN   TestDockerSuite/TestRunSetMacAddress
16:39:05 [2020-07-17T16:39:05.305Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
16:39:05 [2020-07-17T16:39:05.305Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
16:39:07 [2020-07-17T16:39:07.842Z] === RUN   TestDockerSuite/TestRunState
16:39:08 [2020-07-17T16:39:08.101Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
16:39:09 [2020-07-17T16:39:09.040Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
16:39:09 [2020-07-17T16:39:09.302Z] === RUN   TestDockerSuite/TestRunStdinPipe
16:39:09 [2020-07-17T16:39:09.872Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
16:39:10 [2020-07-17T16:39:10.132Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
16:39:10 [2020-07-17T16:39:10.132Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
16:39:10 [2020-07-17T16:39:10.701Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
16:39:11 [2020-07-17T16:39:11.270Z] === RUN   TestDockerSuite/TestRunSysctls
16:39:12 [2020-07-17T16:39:12.207Z] === RUN   TestDockerSuite/TestRunTLSVerify
16:39:12 [2020-07-17T16:39:12.207Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
16:39:12 [2020-07-17T16:39:12.207Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
16:39:12 [2020-07-17T16:39:12.776Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
16:39:14 [2020-07-17T16:39:14.153Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
16:39:14 [2020-07-17T16:39:14.415Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
16:39:14 [2020-07-17T16:39:14.984Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
16:39:16 [2020-07-17T16:39:16.891Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
16:39:19 [2020-07-17T16:39:19.203Z] --- PASS: TestServiceUpdateSecrets (14.30s)
16:39:19 [2020-07-17T16:39:19.203Z] === RUN   TestServiceUpdateConfigs
16:39:19 [2020-07-17T16:39:19.431Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
16:39:19 [2020-07-17T16:39:19.431Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
16:39:21 [2020-07-17T16:39:21.984Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
16:39:22 [2020-07-17T16:39:22.243Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
16:39:22 [2020-07-17T16:39:22.503Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
16:39:23 [2020-07-17T16:39:23.071Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
16:39:24 [2020-07-17T16:39:24.450Z] === RUN   TestDockerSuite/TestRunUnshareProc
16:39:25 [2020-07-17T16:39:25.387Z] === RUN   TestDockerSuite/TestRunUserByID
16:39:25 [2020-07-17T16:39:25.646Z] === RUN   TestDockerSuite/TestRunUserByIDBig
16:39:25 [2020-07-17T16:39:25.905Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
16:39:25 [2020-07-17T16:39:25.905Z] === RUN   TestDockerSuite/TestRunUserByIDZero
16:39:26 [2020-07-17T16:39:26.472Z] === RUN   TestDockerSuite/TestRunUserByName
16:39:26 [2020-07-17T16:39:26.732Z] === RUN   TestDockerSuite/TestRunUserDefaults
16:39:27 [2020-07-17T16:39:27.301Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
16:39:27 [2020-07-17T16:39:27.301Z] === RUN   TestDockerSuite/TestRunUserNotFound
16:39:27 [2020-07-17T16:39:27.301Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
16:39:27 [2020-07-17T16:39:27.871Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
16:39:30 [2020-07-17T16:39:30.405Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
16:39:30 [2020-07-17T16:39:30.405Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
16:39:31 [2020-07-17T16:39:31.344Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
16:39:32 [2020-07-17T16:39:32.282Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
16:39:32 [2020-07-17T16:39:32.852Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
16:39:34 [2020-07-17T16:39:34.231Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
16:39:34 [2020-07-17T16:39:34.572Z] --- PASS: TestServiceUpdateConfigs (14.33s)
16:39:34 [2020-07-17T16:39:34.572Z] === RUN   TestServiceUpdateNetwork
16:39:34 [2020-07-17T16:39:34.800Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
16:39:35 [2020-07-17T16:39:35.740Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
16:39:37 [2020-07-17T16:39:37.650Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
16:39:37 [2020-07-17T16:39:37.909Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsShared
16:39:38 [2020-07-17T16:39:38.480Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsSlave
16:39:38 [2020-07-17T16:39:38.739Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
16:39:38 [2020-07-17T16:39:38.998Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
16:39:38 [2020-07-17T16:39:38.998Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
16:39:38 [2020-07-17T16:39:38.998Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
16:39:38 [2020-07-17T16:39:38.998Z] === RUN   TestDockerSuite/TestRunWithBadDevice
16:39:39 [2020-07-17T16:39:39.258Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
16:39:39 [2020-07-17T16:39:39.258Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
16:39:39 [2020-07-17T16:39:39.826Z] === RUN   TestDockerSuite/TestRunWithCPUShares
16:39:40 [2020-07-17T16:39:40.397Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
16:39:41 [2020-07-17T16:39:41.811Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
16:39:41 [2020-07-17T16:39:41.811Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
16:39:42 [2020-07-17T16:39:42.070Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
16:39:42 [2020-07-17T16:39:42.639Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
16:39:42 [2020-07-17T16:39:42.639Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
16:39:43 [2020-07-17T16:39:43.207Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
16:39:43 [2020-07-17T16:39:43.207Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
16:39:43 [2020-07-17T16:39:43.207Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
16:39:43 [2020-07-17T16:39:43.207Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
16:39:43 [2020-07-17T16:39:43.207Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
16:39:43 [2020-07-17T16:39:43.207Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
16:39:43 [2020-07-17T16:39:43.207Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
16:39:43 [2020-07-17T16:39:43.467Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
16:39:43 [2020-07-17T16:39:43.467Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
16:39:43 [2020-07-17T16:39:43.467Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
16:39:44 [2020-07-17T16:39:44.038Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
16:39:44 [2020-07-17T16:39:44.607Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
16:39:44 [2020-07-17T16:39:44.990Z] --- PASS: TestServiceUpdateNetwork (12.44s)
16:39:44 [2020-07-17T16:39:44.990Z] === RUN   TestServiceUpdatePidsLimit
16:39:45 [2020-07-17T16:39:45.176Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
16:39:45 [2020-07-17T16:39:45.176Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
16:39:45 [2020-07-17T16:39:45.435Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
16:39:45 [2020-07-17T16:39:45.634Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:39:45 [2020-07-17T16:39:45.694Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
16:39:46 [2020-07-17T16:39:46.264Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
16:39:46 [2020-07-17T16:39:46.264Z] === RUN   TestDockerSuite/TestRunWithShmSize
16:39:46 [2020-07-17T16:39:46.280Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:39:46 [2020-07-17T16:39:46.523Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
16:39:46 [2020-07-17T16:39:46.782Z] === RUN   TestDockerSuite/TestRunWithSwappiness
16:39:47 [2020-07-17T16:39:47.352Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
16:39:47 [2020-07-17T16:39:47.352Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
16:39:47 [2020-07-17T16:39:47.352Z] === RUN   TestDockerSuite/TestRunWithUlimits
16:39:47 [2020-07-17T16:39:47.920Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
16:39:48 [2020-07-17T16:39:48.862Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
16:39:49 [2020-07-17T16:39:49.434Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
16:39:49 [2020-07-17T16:39:49.434Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
16:39:49 [2020-07-17T16:39:49.695Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
16:39:49 [2020-07-17T16:39:49.695Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
16:39:49 [2020-07-17T16:39:49.954Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
16:39:50 [2020-07-17T16:39:50.893Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
16:39:51 [2020-07-17T16:39:51.152Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
16:39:53 [2020-07-17T16:39:53.062Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
16:39:53 [2020-07-17T16:39:53.200Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:39:53 [2020-07-17T16:39:53.321Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
16:39:53 [2020-07-17T16:39:53.580Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
16:39:53 [2020-07-17T16:39:53.580Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
16:39:54 [2020-07-17T16:39:54.149Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
16:39:54 [2020-07-17T16:39:54.717Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
16:39:55 [2020-07-17T16:39:55.657Z] === RUN   TestDockerSuite/TestSaveCheckTimes
16:39:55 [2020-07-17T16:39:55.657Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
16:39:56 [2020-07-17T16:39:56.595Z] === RUN   TestDockerSuite/TestSaveImageId
16:39:56 [2020-07-17T16:39:56.855Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
16:39:57 [2020-07-17T16:39:57.115Z] === RUN   TestDockerSuite/TestSaveLoadParents
16:39:58 [2020-07-17T16:39:58.493Z] === RUN   TestDockerSuite/TestSaveMultipleNames
16:39:58 [2020-07-17T16:39:58.493Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
16:39:59 [2020-07-17T16:39:59.433Z] === RUN   TestDockerSuite/TestSaveSingleTag
16:39:59 [2020-07-17T16:39:59.433Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
16:39:59 [2020-07-17T16:39:59.433Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
16:40:00 [2020-07-17T16:40:00.814Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
16:40:01 [2020-07-17T16:40:01.717Z] --- PASS: TestServiceUpdatePidsLimit (16.25s)
16:40:01 [2020-07-17T16:40:01.717Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s)
16:40:01 [2020-07-17T16:40:01.717Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
16:40:01 [2020-07-17T16:40:01.717Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
16:40:01 [2020-07-17T16:40:01.717Z] PASS
16:40:01 [2020-07-17T16:40:01.717Z] 
16:40:01 [2020-07-17T16:40:01.717Z] === Skipped
16:40:01 [2020-07-17T16:40:01.717Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
16:40:01 [2020-07-17T16:40:01.717Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:40:01 [2020-07-17T16:40:01.717Z] 
16:40:01 [2020-07-17T16:40:01.717Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
16:40:01 [2020-07-17T16:40:01.717Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
16:40:01 [2020-07-17T16:40:01.717Z] 
16:40:01 [2020-07-17T16:40:01.717Z] 
16:40:01 [2020-07-17T16:40:01.717Z] DONE 27 tests, 2 skipped in 130.783s
16:40:01 [2020-07-17T16:40:01.717Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
16:40:01 [2020-07-17T16:40:01.717Z] ++ 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
16:40:01 [2020-07-17T16:40:01.717Z] ++ set -e
16:40:01 [2020-07-17T16:40:01.717Z] ++ '[' -n 0 ']'
16:40:01 [2020-07-17T16:40:01.717Z] ++ set -x
16:40:01 [2020-07-17T16:40:01.717Z] ++ env -i DEST=/go/src/github.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
16:40:01 [2020-07-17T16:40:01.717Z] INFO: Testing against a local daemon
16:40:01 [2020-07-17T16:40:01.717Z] === RUN   TestSessionCreate
16:40:01 [2020-07-17T16:40:01.717Z] --- PASS: TestSessionCreate (0.05s)
16:40:01 [2020-07-17T16:40:01.717Z] === RUN   TestSessionCreateWithBadUpgrade
16:40:01 [2020-07-17T16:40:01.717Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
16:40:01 [2020-07-17T16:40:01.717Z] PASS
16:40:01 [2020-07-17T16:40:01.717Z] 
16:40:01 [2020-07-17T16:40:01.717Z] DONE 2 tests in 0.173s
16:40:01 [2020-07-17T16:40:01.717Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
16:40:01 [2020-07-17T16:40:01.717Z] ++ 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
16:40:01 [2020-07-17T16:40:01.717Z] ++ set -e
16:40:01 [2020-07-17T16:40:01.717Z] ++ '[' -n 0 ']'
16:40:01 [2020-07-17T16:40:01.717Z] ++ set -x
16:40:01 [2020-07-17T16:40:01.717Z] ++ env -i DEST=/go/src/github.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
16:40:01 [2020-07-17T16:40:01.717Z] INFO: Testing against a local daemon
16:40:01 [2020-07-17T16:40:01.717Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:40:01 [2020-07-17T16:40:01.717Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:40:01 [2020-07-17T16:40:01.717Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:40:01 [2020-07-17T16:40:01.717Z] === RUN   TestEventsExecDie
16:40:01 [2020-07-17T16:40:01.717Z] --- PASS: TestEventsExecDie (0.60s)
16:40:01 [2020-07-17T16:40:01.717Z] === RUN   TestEventsBackwardsCompatible
16:40:01 [2020-07-17T16:40:01.717Z] --- PASS: TestEventsBackwardsCompatible (0.09s)
16:40:01 [2020-07-17T16:40:01.717Z] === RUN   TestInfoBinaryCommits
16:40:01 [2020-07-17T16:40:01.717Z] --- PASS: TestInfoBinaryCommits (0.04s)
16:40:01 [2020-07-17T16:40:01.717Z] === RUN   TestInfoAPIVersioned
16:40:01 [2020-07-17T16:40:01.717Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:40:01 [2020-07-17T16:40:01.717Z] === RUN   TestInfoDiscoveryBackend
16:40:01 [2020-07-17T16:40:01.773Z] === RUN   TestDockerSuite/TestSearchCmdOptions
16:40:02 [2020-07-17T16:40:02.354Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
16:40:02 [2020-07-17T16:40:02.354Z] === RUN   TestInfoDiscoveryInvalidAdvertise
16:40:02 [2020-07-17T16:40:02.709Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
16:40:02 [2020-07-17T16:40:02.709Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
16:40:02 [2020-07-17T16:40:02.968Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
16:40:02 [2020-07-17T16:40:02.968Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
16:40:02 [2020-07-17T16:40:02.968Z] === RUN   TestDockerSuite/TestSearchWithLimit
16:40:03 [2020-07-17T16:40:03.397Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
16:40:03 [2020-07-17T16:40:03.397Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
16:40:03 [2020-07-17T16:40:03.537Z] === RUN   TestDockerSuite/TestSlowStdinClosing
16:40:04 [2020-07-17T16:40:04.035Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
16:40:04 [2020-07-17T16:40:04.035Z] === RUN   TestInfoAPI
16:40:04 [2020-07-17T16:40:04.035Z] --- PASS: TestInfoAPI (0.04s)
16:40:04 [2020-07-17T16:40:04.035Z] === RUN   TestInfoAPIWarnings
16:40:04 [2020-07-17T16:40:04.333Z] --- PASS: TestInfoAPIWarnings (0.53s)
16:40:04 [2020-07-17T16:40:04.333Z] === RUN   TestInfoDebug
16:40:04 [2020-07-17T16:40:04.982Z] --- PASS: TestInfoDebug (0.54s)
16:40:04 [2020-07-17T16:40:04.982Z] === RUN   TestInfoInsecureRegistries
16:40:05 [2020-07-17T16:40:05.447Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
16:40:05 [2020-07-17T16:40:05.618Z] --- PASS: TestInfoInsecureRegistries (0.53s)
16:40:05 [2020-07-17T16:40:05.618Z] === RUN   TestInfoRegistryMirrors
16:40:05 [2020-07-17T16:40:05.911Z] --- PASS: TestInfoRegistryMirrors (0.53s)
16:40:05 [2020-07-17T16:40:05.911Z] === RUN   TestLoginFailsWithBadCredentials
16:40:06 [2020-07-17T16:40:06.548Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s)
16:40:06 [2020-07-17T16:40:06.548Z] === RUN   TestPingCacheHeaders
16:40:06 [2020-07-17T16:40:06.548Z] --- PASS: TestPingCacheHeaders (0.04s)
16:40:06 [2020-07-17T16:40:06.548Z] === RUN   TestPingGet
16:40:06 [2020-07-17T16:40:06.548Z] --- PASS: TestPingGet (0.02s)
16:40:06 [2020-07-17T16:40:06.548Z] === RUN   TestPingHead
16:40:06 [2020-07-17T16:40:06.548Z] --- PASS: TestPingHead (0.03s)
16:40:06 [2020-07-17T16:40:06.548Z] === RUN   TestVersion
16:40:06 [2020-07-17T16:40:06.548Z] --- PASS: TestVersion (0.03s)
16:40:06 [2020-07-17T16:40:06.548Z] PASS
16:40:06 [2020-07-17T16:40:06.548Z] 
16:40:06 [2020-07-17T16:40:06.548Z] === Skipped
16:40:06 [2020-07-17T16:40:06.548Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:40:06 [2020-07-17T16:40:06.548Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:40:06 [2020-07-17T16:40:06.548Z] 
16:40:06 [2020-07-17T16:40:06.548Z] 
16:40:06 [2020-07-17T16:40:06.548Z] DONE 18 tests, 1 skipped in 5.513s
16:40:06 [2020-07-17T16:40:06.548Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
16:40:06 [2020-07-17T16:40:06.548Z] ++ 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
16:40:06 [2020-07-17T16:40:06.548Z] ++ set -e
16:40:06 [2020-07-17T16:40:06.548Z] ++ '[' -n 0 ']'
16:40:06 [2020-07-17T16:40:06.548Z] ++ set -x
16:40:06 [2020-07-17T16:40:06.548Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
16:40:06 [2020-07-17T16:40:06.548Z] INFO: Testing against a local daemon
16:40:06 [2020-07-17T16:40:06.548Z] === RUN   TestVolumesCreateAndList
16:40:06 [2020-07-17T16:40:06.548Z] --- PASS: TestVolumesCreateAndList (0.04s)
16:40:06 [2020-07-17T16:40:06.548Z] === RUN   TestVolumesRemove
16:40:06 [2020-07-17T16:40:06.842Z] --- PASS: TestVolumesRemove (0.06s)
16:40:06 [2020-07-17T16:40:06.842Z] === RUN   TestVolumesInspect
16:40:06 [2020-07-17T16:40:06.842Z] --- PASS: TestVolumesInspect (0.03s)
16:40:06 [2020-07-17T16:40:06.842Z] === RUN   TestVolumesInvalidJSON
16:40:06 [2020-07-17T16:40:06.842Z] === RUN   TestVolumesInvalidJSON//volumes/create
16:40:06 [2020-07-17T16:40:06.842Z] === PAUSE TestVolumesInvalidJSON//volumes/create
16:40:06 [2020-07-17T16:40:06.842Z] === CONT  TestVolumesInvalidJSON//volumes/create
16:40:06 [2020-07-17T16:40:06.842Z] --- PASS: TestVolumesInvalidJSON (0.02s)
16:40:06 [2020-07-17T16:40:06.842Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
16:40:06 [2020-07-17T16:40:06.842Z] PASS
16:40:06 [2020-07-17T16:40:06.842Z] 
16:40:06 [2020-07-17T16:40:06.842Z] DONE 5 tests in 0.225s
16:40:06 [2020-07-17T16:40:06.842Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:40:06 [2020-07-17T16:40:06.842Z] ++++ cat bundles/test-integration/docker.pid
16:40:06 [2020-07-17T16:40:06.842Z] +++ kill 13768
16:40:08 [2020-07-17T16:40:08.357Z] +++ /etc/init.d/apparmor stop
16:40:08 [2020-07-17T16:40:08.357Z] Leaving: AppArmorNo profiles have been unloaded.
16:40:08 [2020-07-17T16:40:08.357Z] 
16:40:08 [2020-07-17T16:40:08.357Z] Unloading profiles will leave already running processes permanently
16:40:08 [2020-07-17T16:40:08.357Z] unconfined, which can lead to unexpected situations.
16:40:08 [2020-07-17T16:40:08.357Z] 
16:40:08 [2020-07-17T16:40:08.357Z] To set a process to complain mode, use the command line tool
16:40:08 [2020-07-17T16:40:08.357Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:40:08 [2020-07-17T16:40:08.357Z] +++ true
16:40:08 [2020-07-17T16:40:08.357Z] exiting test-integration
16:40:08 [2020-07-17T16:40:08.357Z] ++ exit 0
16:40:08 [2020-07-17T16:40:08.357Z] 
Post stage
[Pipeline] junit
16:40:09 [2020-07-17T16:40:09.464Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:40:10 [2020-07-17T16:40:10.488Z] + echo Ensuring container killed.
16:40:10 [2020-07-17T16:40:10.488Z] Ensuring container killed.
16:40:10 [2020-07-17T16:40:10.488Z] + docker rm -vf docker-pr2
16:40:10 [2020-07-17T16:40:10.488Z] Error: No such container: docker-pr2
16:40:10 [2020-07-17T16:40:10.488Z] + true
[Pipeline] sh
16:40:10 [2020-07-17T16:40:10.717Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
16:40:10 [2020-07-17T16:40:10.877Z] + echo Chowning /workspace to jenkins user
16:40:10 [2020-07-17T16:40:10.877Z] Chowning /workspace to jenkins user
16:40:10 [2020-07-17T16:40:10.877Z] + id -u
16:40:10 [2020-07-17T16:40:10.877Z] + id -g
16:40:10 [2020-07-17T16:40:10.877Z] + docker run --rm -v /home/docker/workspace/moby_PR-41226:/workspace busybox chown -R 1001:1001 /workspace
16:40:10 [2020-07-17T16:40:10.877Z] Unable to find image 'busybox:latest' locally
16:40:11 [2020-07-17T16:40:11.170Z] latest: Pulling from library/busybox
16:40:11 [2020-07-17T16:40:11.170Z] 7257f00f7d70: Pulling fs layer
16:40:11 [2020-07-17T16:40:11.464Z] 7257f00f7d70: Verifying Checksum
16:40:11 [2020-07-17T16:40:11.464Z] 7257f00f7d70: Download complete
16:40:11 [2020-07-17T16:40:11.759Z] 7257f00f7d70: Pull complete
16:40:11 [2020-07-17T16:40:11.759Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793
16:40:11 [2020-07-17T16:40:11.759Z] Status: Downloaded newer image for busybox:latest
16:40:12 [2020-07-17T16:40:12.096Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
16:40:12 [2020-07-17T16:40:12.355Z] === RUN   TestDockerSuite/TestStartAttachSilent
16:40:13 [2020-07-17T16:40:13.294Z] === RUN   TestDockerSuite/TestStartAttachWithRename
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:40:13 [2020-07-17T16:40:13.673Z] + bundleName=ppc64le-integration
16:40:13 [2020-07-17T16:40:13.673Z] + echo Creating ppc64le-integration-bundles.tar.gz
16:40:13 [2020-07-17T16:40:13.673Z] Creating ppc64le-integration-bundles.tar.gz
16:40:13 [2020-07-17T16:40:13.673Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+  -o -name *.prof -o -namexargs *-report.xml tar ) -czf -print ppc64le-integration-bundles.tar.gz
16:40:13 [2020-07-17T16:40:13.673Z] 
[Pipeline] archiveArtifacts
16:40:13 [2020-07-17T16:40:13.718Z] Archiving artifacts
16:40:14 [2020-07-17T16:40:14.141Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41226/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:40:14 [2020-07-17T16:40:14.532Z] + make clean
16:40:14 [2020-07-17T16:40:14.824Z] make: command: Command not found
16:40:14 [2020-07-17T16:40:14.824Z] make: command: Command not found
16:40:14 [2020-07-17T16:40:14.824Z] docker volume rm -f docker-dev-cache
16:40:14 [2020-07-17T16:40:14.824Z] docker-dev-cache
[Pipeline] deleteDir
16:40:15 [2020-07-17T16:40:15.826Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
16:40:15 [2020-07-17T16:40:15.827Z] === RUN   TestDockerSuite/TestStartMultipleContainers
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:40:17 [2020-07-17T16:40:17.735Z] === RUN   TestDockerSuite/TestStartPausedContainer
16:40:18 [2020-07-17T16:40:18.303Z] === RUN   TestDockerSuite/TestStartRecordError
16:40:19 [2020-07-17T16:40:19.240Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
16:40:20 [2020-07-17T16:40:20.621Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
16:40:21 [2020-07-17T16:40:21.558Z] === RUN   TestDockerSuite/TestStatsAllNoStream
16:40:24 [2020-07-17T16:40:24.092Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
16:40:28 [2020-07-17T16:40:28.301Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
16:40:28 [2020-07-17T16:40:28.874Z] === RUN   TestDockerSwarmSuite/TestServiceScale
16:40:30 [2020-07-17T16:40:30.778Z] === RUN   TestDockerSuite/TestStatsFormatAll
16:40:31 [2020-07-17T16:40:31.037Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
16:40:36 [2020-07-17T16:40:36.311Z] === RUN   TestDockerSuite/TestStatsNoStream
16:40:38 [2020-07-17T16:40:38.214Z] === RUN   TestDockerSuite/TestStopContainerSignal
16:40:39 [2020-07-17T16:40:39.595Z] === RUN   TestDockerSuite/TestTopMultipleArgs
16:40:40 [2020-07-17T16:40:40.534Z] === RUN   TestDockerSuite/TestTopNonPrivileged
16:40:40 [2020-07-17T16:40:40.794Z] === RUN   TestDockerSuite/TestTopPrivileged
16:40:41 [2020-07-17T16:40:41.362Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
16:40:41 [2020-07-17T16:40:41.362Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
16:40:41 [2020-07-17T16:40:41.621Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
16:40:44 [2020-07-17T16:40:44.156Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
16:40:47 [2020-07-17T16:40:47.444Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
16:40:47 [2020-07-17T16:40:47.704Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
16:40:48 [2020-07-17T16:40:48.273Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
16:40:48 [2020-07-17T16:40:48.273Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
16:40:49 [2020-07-17T16:40:49.210Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
16:40:49 [2020-07-17T16:40:49.210Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
16:40:50 [2020-07-17T16:40:50.147Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
16:40:50 [2020-07-17T16:40:50.147Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
16:40:51 [2020-07-17T16:40:51.529Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
16:40:51 [2020-07-17T16:40:51.789Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
16:40:52 [2020-07-17T16:40:52.049Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
16:40:52 [2020-07-17T16:40:52.620Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
16:40:53 [2020-07-17T16:40:53.571Z] === RUN   TestDockerSuite/TestUpdateStats
16:40:54 [2020-07-17T16:40:54.508Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
16:40:57 [2020-07-17T16:40:57.797Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
16:40:58 [2020-07-17T16:40:58.364Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
16:40:58 [2020-07-17T16:40:58.364Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
16:40:58 [2020-07-17T16:40:58.933Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
16:40:59 [2020-07-17T16:40:59.500Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
16:41:02 [2020-07-17T16:41:02.040Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
16:41:03 [2020-07-17T16:41:03.947Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
16:41:05 [2020-07-17T16:41:05.855Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
16:41:07 [2020-07-17T16:41:07.234Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
16:41:09 [2020-07-17T16:41:09.144Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
16:41:11 [2020-07-17T16:41:11.679Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
16:41:13 [2020-07-17T16:41:13.057Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
16:41:13 [2020-07-17T16:41:13.996Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
16:41:13 [2020-07-17T16:41:13.996Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
16:41:14 [2020-07-17T16:41:14.937Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
16:41:16 [2020-07-17T16:41:16.319Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
16:41:17 [2020-07-17T16:41:17.711Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
16:41:19 [2020-07-17T16:41:19.095Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
16:41:20 [2020-07-17T16:41:20.032Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
16:41:21 [2020-07-17T16:41:21.411Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
16:41:21 [2020-07-17T16:41:21.979Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
16:41:22 [2020-07-17T16:41:22.916Z] === RUN   TestDockerSuite/TestVolumeCLICreate
16:41:24 [2020-07-17T16:41:24.297Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
16:41:39 [2020-07-17T16:41:39.177Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
16:41:39 [2020-07-17T16:41:39.177Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
16:41:39 [2020-07-17T16:41:39.177Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
16:41:39 [2020-07-17T16:41:39.177Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
16:41:39 [2020-07-17T16:41:39.177Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
16:41:39 [2020-07-17T16:41:39.177Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
16:41:39 [2020-07-17T16:41:39.177Z] === RUN   TestDockerSuite/TestVolumeCLILs
16:41:39 [2020-07-17T16:41:39.436Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
16:41:39 [2020-07-17T16:41:39.436Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
16:41:39 [2020-07-17T16:41:39.436Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
16:41:40 [2020-07-17T16:41:40.374Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
16:41:40 [2020-07-17T16:41:40.374Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
16:41:40 [2020-07-17T16:41:40.374Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
16:41:40 [2020-07-17T16:41:40.374Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
16:41:40 [2020-07-17T16:41:40.374Z] === RUN   TestDockerSuite/TestVolumeCLIRm
16:41:42 [2020-07-17T16:41:42.283Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
16:41:42 [2020-07-17T16:41:42.283Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
16:41:42 [2020-07-17T16:41:42.283Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
16:41:42 [2020-07-17T16:41:42.283Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
16:41:42 [2020-07-17T16:41:42.543Z] === RUN   TestDockerSuite/TestVolumeEvents
16:41:47 [2020-07-17T16:41:47.814Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
16:41:49 [2020-07-17T16:41:49.194Z] === RUN   TestDockerSuite/TestVolumeLsFormat
16:41:49 [2020-07-17T16:41:49.194Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
16:41:49 [2020-07-17T16:41:49.453Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
16:41:51 [2020-07-17T16:41:51.362Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
16:41:53 [2020-07-17T16:41:53.300Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
16:41:53 [2020-07-17T16:41:53.300Z] --- PASS: TestDockerSuite (1293.48s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.15s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.77s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.65s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.63s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.27s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.28s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.35s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.84s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.21s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.04s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.99s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.36s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.88s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.86s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.85s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.87s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.87s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.92s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.90s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.06s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.96s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.94s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.88s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.89s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.35s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.86s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.16s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.30s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.35s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.99s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.49s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.92s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.72s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.23s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.91s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.80s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.43s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.25s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.69s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.28s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.16s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.76s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.04s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.75s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.24s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.16s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.94s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.46s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.36s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.09s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.35s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddTar (5.74s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (0.97s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.34s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.10s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.52s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.82s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.29s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.27s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.67s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.65s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.58s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.49s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.19s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.34s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.87s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.26s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.48s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.39s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.11s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.60s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.02s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.21s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.26s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.95s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.88s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (4.70s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.47s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.72s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.66s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.42s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.98s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.81s)
16:41:53 [2020-07-17T16:41:53.300Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.51s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.46s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.28s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.86s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.07s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.78s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildContChar (2.56s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.80s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.24s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.20s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.47s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.28s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.73s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.41s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (1.75s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.47s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.99s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.42s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.88s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.71s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.30s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.09s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.28s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.74s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.33s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.30s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.16s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (9.69s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.17s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.06s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.83s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.32s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.45s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.18s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.20s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.13s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.11s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.32s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.36s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.25s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.32s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.46s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.72s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.23s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.29s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.29s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.12s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.31s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.63s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.41s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.40s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.22s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (6.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (17.81s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.56s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.32s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.72s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.49s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.47s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.11s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.33s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.76s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.59s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.75s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.46s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFails (0.67s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.84s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.95s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.40s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.27s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.41s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.91s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.61s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.22s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.74s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.64s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.33s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildHistory (4.55s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.61s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.24s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.60s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.80s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.45s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.43s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.44s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.43s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.07s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.67s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.74s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.80s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.76s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.41s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.95s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.48s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.62s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.13s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.38s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.68s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.38s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.97s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.47s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.87s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.30s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.16s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.35s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.62s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.57s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.38s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.33s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.40s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.86s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.15s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.64s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.01s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.05s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.54s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.76s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.31s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.35s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.75s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.46s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.49s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.63s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.81s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.64s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.34s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildRm (2.41s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.79s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.82s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.29s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.37s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.72s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.71s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.04s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.65s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.15s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.33s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.34s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.86s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.75s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.19s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.09s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.86s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.54s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.79s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.27s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildUser (1.55s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.55s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.11s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.77s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.68s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.73s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.94s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.27s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.67s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.69s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.10s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.65s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.04s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.49s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.79s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.85s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.76s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_cli_sni_test.go:18: Flakey test
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.45s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.64s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitChange (0.70s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.62s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.29s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.09s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (1.02s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.43s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.65s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.00s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.79s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.14s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.15s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.97s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.43s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.45s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.40s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.42s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.42s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.42s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.42s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.46s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.45s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.96s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.48s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.44s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.49s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.61s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.56s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.75s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.82s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.97s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.87s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.79s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.79s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.65s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.30s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.55s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.66s)
16:41:53 [2020-07-17T16:41:53.301Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
16:41:53 [2020-07-17T16:41:53.301Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.49s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.64s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.10s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.71s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.91s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.34s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.74s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.46s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.47s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.31s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.39s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000761000_<nil>} (1.57s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1090482807_/foo_false__<nil>_<nil>_<nil>} (1.40s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1090482807_/foo_true__<nil>_<nil>_<nil>} (1.37s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3290057066_/foo_false__<nil>_<nil>_<nil>} (1.40s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3290057066_/foo_true__<nil>_<nil>_<nil>} (1.42s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3290057066_/foo_true__0xc000761060_<nil>_<nil>} (1.29s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000761080_<nil>} (1.40s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0007610a0_<nil>} (1.51s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0007610c0_<nil>} (1.35s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0007610e0_<nil>} (1.56s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.27s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.35s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.72s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.15s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.76s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.57s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.52s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.75s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.77s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.70s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.87s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.15s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.68s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.06s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.72s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.91s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (1.16s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.08s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.07s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.58s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.49s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.79s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.63s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.49s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.75s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.11s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.50s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.30s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseD (2.65s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.63s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.43s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.37s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.49s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.50s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.52s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToDot (0.46s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.81s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.10s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.47s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.82s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.53s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.90s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.41s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.74s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.45s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateRM (0.10s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.47s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.71s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.55s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.90s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.62s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.29s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.25s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.61s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.64s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.59s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerFails (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.94s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.58s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.43s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.24s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.74s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.69s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.54s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.66s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.80s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.66s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.67s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.52s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.69s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.69s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.66s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.16s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.44s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.41s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.04s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.99s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.56s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.28s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.02s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.55s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.26s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.24s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.84s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFormat (0.91s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.60s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.24s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
16:41:53 [2020-07-17T16:41:53.302Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.38s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.47s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsRename (0.71s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsResize (0.71s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.42s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.51s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.42s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.65s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsTop (0.53s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.76s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExec (0.50s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.47s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.43s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPIStart (0.99s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.46s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.56s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.66s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.57s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.78s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.73s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.13s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.89s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecEnv (0.54s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.11s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.88s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.81s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.73s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.47s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecParseError (0.43s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.48s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.43s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.87s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.50s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.90s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.75s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.44s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecTTY (0.49s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.70s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.80s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.40s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.46s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.70s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.46s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.50s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.45s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.49s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.46s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestHealth (18.93s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.54s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.46s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.57s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.60s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.54s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.06s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.46s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.57s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.10s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.03s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImportFile (1.02s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.04s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.08s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.06s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.50s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.47s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.52s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.51s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.47s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.72s)
16:41:53 [2020-07-17T16:41:53.302Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.57s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.70s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.52s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.54s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
16:41:53 [2020-07-17T16:41:53.303Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.01s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.55s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.55s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.71s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectImage (0.03s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.06s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
16:41:53 [2020-07-17T16:41:53.303Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.64s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.70s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.59s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.85s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.47s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.54s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.91s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.45s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.44s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.46s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.40s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.40s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.91s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.85s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.18s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.03s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.61s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.38s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.70s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.14s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.27s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.99s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.34s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.49s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.54s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.57s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.46s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.60s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.04s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.81s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.78s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.83s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.85s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.68s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.35s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.68s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsSince (6.64s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.73s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsTail (0.49s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.44s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.23s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestNetHostname (1.30s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.16s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.55s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.16s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPluginActive (1.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.82s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.68s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.28s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.50s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.00s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (3.96s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.34s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.83s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.86s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPortList (6.12s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.80s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (5.85s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.46s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.49s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.56s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.13s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.37s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.56s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.72s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.17s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.79s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.62s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.03s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.06s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.31s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.31s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.91s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.35s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.90s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.99s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.85s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.54s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.17s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.34s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.91s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.09s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.80s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.48s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
16:41:53 [2020-07-17T16:41:53.303Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.86s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.83s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.21s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.71s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.48s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (1.92s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.83s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.96s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.96s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.31s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.90s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.14s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.81s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.60s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.48s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.63s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.72s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.84s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.18s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.96s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.53s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.52s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.96s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.86s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.81s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.77s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.55s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.45s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.60s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.74s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.65s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.75s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.54s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.72s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.51s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.53s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.40s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.39s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.86s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.81s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.86s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.42s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.49s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.22s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.90s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.31s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.09s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.50s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.80s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
16:41:53 [2020-07-17T16:41:53.303Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.303Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
16:41:53 [2020-07-17T16:41:53.303Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.44s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.03s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (0.93s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.38s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.18s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
16:41:53 [2020-07-17T16:41:53.303Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.47s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.38s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.07s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.51s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.44s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.48s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.51s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.44s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.41s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.43s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.51s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.62s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.95s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.50s)
16:41:53 [2020-07-17T16:41:53.303Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.49s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.88s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.91s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.51s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.01s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.05s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.97s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.04s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.70s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.26s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.17s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.23s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.73s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.27s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.59s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.80s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.67s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.85s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (0.86s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.81s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunMount (3.44s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.80s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.27s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.80s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.27s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.38s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.93s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.12s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.68s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.46s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.54s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.72s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.65s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.64s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.56s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.50s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.49s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.13s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.60s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.69s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.44s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.43s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.94s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.56s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.38s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.39s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.40s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.44s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.40s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (0.85s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.12s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.98s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunRm (0.73s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.66s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.55s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.63s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.45s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.71s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.40s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.52s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.71s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.73s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.54s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.46s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.47s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.63s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.55s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunState (1.06s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.46s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.72s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.59s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.52s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunSysctls (0.90s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.48s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.73s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.59s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.51s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.35s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.80s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.32s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (0.90s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.40s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.43s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.11s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.43s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.39s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.64s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.58s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.22s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.66s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.91s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.52s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.60s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.59s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.52s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.30s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.52s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.50s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.44s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.09s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.05s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.04s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.74s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.49s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.45s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.49s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.48s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.54s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.45s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.48s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.14s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.42s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.94s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.77s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.64s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.67s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.74s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.11s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.36s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.27s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents216763364
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.00s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.15s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.16s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.85s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.15s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.15s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.52s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.93s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.84s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.44s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.61s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.82s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.50s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.61s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.82s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.06s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.11s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.11s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.87s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.65s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.65s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.56s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.69s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.46s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.44s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.41s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.84s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.72s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.54s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.81s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.21s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.03s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.67s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.54s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.12s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.65s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.01s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
16:41:53 [2020-07-17T16:41:53.304Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.73s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.53s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.06s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.08s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.00s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.35s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.13s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.34s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.24s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.27s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.01s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.21s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.26s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.27s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.25s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.26s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.64s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.46s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.07s)
16:41:53 [2020-07-17T16:41:53.304Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.04s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.78s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.69s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.72s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.12s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.46s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.34s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.66s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.30s)
16:41:53 [2020-07-17T16:41:53.305Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
16:41:53 [2020-07-17T16:41:53.305Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
16:41:53 [2020-07-17T16:41:53.305Z] === RUN   TestDockerRegistrySuite
16:41:53 [2020-07-17T16:41:53.305Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
16:41:54 [2020-07-17T16:41:54.683Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
16:41:55 [2020-07-17T16:41:55.250Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
16:41:56 [2020-07-17T16:41:56.627Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
16:41:56 [2020-07-17T16:41:56.627Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
16:41:58 [2020-07-17T16:41:58.535Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
16:41:59 [2020-07-17T16:41:59.477Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
16:42:02 [2020-07-17T16:42:02.770Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
16:42:05 [2020-07-17T16:42:05.308Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
16:42:05 [2020-07-17T16:42:05.878Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
16:42:06 [2020-07-17T16:42:06.447Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
16:42:06 [2020-07-17T16:42:06.707Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
16:42:08 [2020-07-17T16:42:08.086Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
16:42:09 [2020-07-17T16:42:09.466Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
16:42:10 [2020-07-17T16:42:10.847Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
16:42:11 [2020-07-17T16:42:11.415Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
16:42:12 [2020-07-17T16:42:12.353Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
16:42:14 [2020-07-17T16:42:14.261Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
16:42:16 [2020-07-17T16:42:16.190Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
16:42:17 [2020-07-17T16:42:17.139Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
16:42:19 [2020-07-17T16:42:19.045Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
16:42:19 [2020-07-17T16:42:19.983Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
16:42:19 [2020-07-17T16:42:19.983Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
16:42:20 [2020-07-17T16:42:20.922Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
16:42:21 [2020-07-17T16:42:21.859Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
16:42:22 [2020-07-17T16:42:22.796Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
16:42:24 [2020-07-17T16:42:24.705Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
16:42:25 [2020-07-17T16:42:25.273Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
16:42:26 [2020-07-17T16:42:26.210Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
16:42:26 [2020-07-17T16:42:26.469Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
16:42:26 [2020-07-17T16:42:26.469Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
16:42:26 [2020-07-17T16:42:26.728Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
16:42:26 [2020-07-17T16:42:26.987Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
16:42:27 [2020-07-17T16:42:27.556Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
16:42:27 [2020-07-17T16:42:27.556Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
16:42:28 [2020-07-17T16:42:28.493Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
16:42:29 [2020-07-17T16:42:29.871Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
16:42:30 [2020-07-17T16:42:30.439Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
16:42:31 [2020-07-17T16:42:31.375Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
16:42:32 [2020-07-17T16:42:32.311Z] === RUN   TestDockerRegistrySuite/TestV2Only
16:42:33 [2020-07-17T16:42:33.248Z] --- PASS: TestDockerRegistrySuite (39.83s)
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.09s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [dd67d5a6b9bc8] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.96s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [df0b7776b90c4] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.22s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d1a646a4a619d] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d6dad7637ed7c] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.64s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d7315e2546640] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (3.00s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [dee91939f2139] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.56s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d1ff38a3bca66] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.94s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [dc39a935fc5b1] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.95s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d935c9ea0dbf6] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.23s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [dc116de1fca84] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.45s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d16c417a722a2] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.10s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d945ebbf64c63] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.92s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d3ce931fe6ad6] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.92s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d5f106d03bc98] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.73s)
16:42:33 [2020-07-17T16:42:33.248Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b5d20df72d6295858a79e19135b8595c4669150bc371cbdb15aeaf549c0e9e4d
16:42:33 [2020-07-17T16:42:33.248Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:81e209d2b30308d27bac1069ed1882bdab44a4ed4c78e9ebe62c778793537789
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [de57df20acb63] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.79s)
16:42:33 [2020-07-17T16:42:33.248Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:39e4c21a20f7d38105feac08fd4ae77b23cc50672f3794b4ae35867a86f40a81
16:42:33 [2020-07-17T16:42:33.248Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e930ca2db339e46c022a514c46f73f5e36cd10d815ed99632925a8f9b660c934
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d57a2bebdc7b7] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d4b6c960ce86b] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (1.97s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [daf5a3243f63c] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.93s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d37a33c4ffd52] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d74bce78e9d5b] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.89s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d18acd73453f8] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.90s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d91780aa8da17] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.88s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d4f2d581f66ed] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.15s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [dd88443823fef] daemon is not started
16:42:33 [2020-07-17T16:42:33.248Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s)
16:42:33 [2020-07-17T16:42:33.248Z]         check_test.go:196: [d3e642b65c93b] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.93s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [d2f04f9881f1d] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.34s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [d79d4a7e09e14] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [de2b35a97e3bf] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [d138c3e45f09e] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [d8e249e498b91] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [d7e54451b85c1] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [dafaace229304] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.94s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [da249623e27b5] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.32s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [d60ee6fc4c432] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.76s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [dff9ebf5610a1] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.94s)
16:42:33 [2020-07-17T16:42:33.249Z]         check_test.go:196: [df7559b58ee01] daemon is not started
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s)
16:42:33 [2020-07-17T16:42:33.249Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s)
16:42:33 [2020-07-17T16:42:33.249Z] === RUN   TestDockerSchema1RegistrySuite
16:42:33 [2020-07-17T16:42:33.249Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
16:42:33 [2020-07-17T16:42:33.249Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
16:42:35 [2020-07-17T16:42:35.785Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
16:42:39 [2020-07-17T16:42:39.086Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
16:42:41 [2020-07-17T16:42:41.625Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
16:42:42 [2020-07-17T16:42:42.197Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
16:42:43 [2020-07-17T16:42:43.134Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
16:42:43 [2020-07-17T16:42:43.134Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
16:42:44 [2020-07-17T16:42:44.074Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
16:42:45 [2020-07-17T16:42:45.012Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
16:42:45 [2020-07-17T16:42:45.948Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
16:42:47 [2020-07-17T16:42:47.853Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
16:42:48 [2020-07-17T16:42:48.421Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
16:42:48 [2020-07-17T16:42:48.680Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
16:42:48 [2020-07-17T16:42:48.939Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
16:42:49 [2020-07-17T16:42:49.199Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
16:42:49 [2020-07-17T16:42:49.458Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
16:42:49 [2020-07-17T16:42:49.717Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
16:42:49 [2020-07-17T16:42:49.977Z] --- PASS: TestDockerSchema1RegistrySuite (16.74s)
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [da87b5127429c] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.56s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d98f2909a48db] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.74s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [db21fdc39c4aa] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.59s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [dc57380931d70] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.93s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d1e05df771d0e] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.91s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d2a987f0457a8] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [df1a95be76bf5] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.91s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d035eedcf007b] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.83s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d5eb0b0a221f8] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.84s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d16810908db70] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.21s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [dfcdc18e48410] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [dcf9b558dd889] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [dd8ea92612a00] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d23bcef8bd048] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d558ec3a53d52] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d1d6827174324] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [dd3b3002c9c99] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
16:42:49 [2020-07-17T16:42:49.977Z]         check_test.go:223: [d7339a4498e0c] daemon is not started
16:42:49 [2020-07-17T16:42:49.977Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
16:42:49 [2020-07-17T16:42:49.977Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
16:42:50 [2020-07-17T16:42:50.546Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
16:42:51 [2020-07-17T16:42:51.115Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
16:42:51 [2020-07-17T16:42:51.374Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
16:42:52 [2020-07-17T16:42:52.314Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
16:42:52 [2020-07-17T16:42:52.574Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
16:42:52 [2020-07-17T16:42:52.832Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
16:42:53 [2020-07-17T16:42:53.401Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
16:42:53 [2020-07-17T16:42:53.660Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.70s)
16:42:53 [2020-07-17T16:42:53.660Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s)
16:42:53 [2020-07-17T16:42:53.660Z]         check_test.go:252: [d822e880cefb5] daemon is not started
16:42:53 [2020-07-17T16:42:53.660Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s)
16:42:53 [2020-07-17T16:42:53.660Z]         check_test.go:252: [dd1f4f5e4f3bf] daemon is not started
16:42:53 [2020-07-17T16:42:53.660Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s)
16:42:53 [2020-07-17T16:42:53.660Z]         check_test.go:252: [d20446954a0e6] daemon is not started
16:42:53 [2020-07-17T16:42:53.660Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.07s)
16:42:53 [2020-07-17T16:42:53.660Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
16:42:53 [2020-07-17T16:42:53.660Z]         check_test.go:252: [d16a93e4047b1] daemon is not started
16:42:53 [2020-07-17T16:42:53.660Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s)
16:42:53 [2020-07-17T16:42:53.660Z]         check_test.go:252: [d208200c72500] daemon is not started
16:42:53 [2020-07-17T16:42:53.660Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s)
16:42:53 [2020-07-17T16:42:53.660Z]         check_test.go:252: [d74fc8baeb7f8] daemon is not started
16:42:53 [2020-07-17T16:42:53.660Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
16:42:53 [2020-07-17T16:42:53.660Z]         check_test.go:252: [dafdefbc4984a] daemon is not started
16:42:53 [2020-07-17T16:42:53.660Z] === RUN   TestDockerRegistryAuthTokenSuite
16:42:53 [2020-07-17T16:42:53.660Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
16:42:58 [2020-07-17T16:42:58.928Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
16:42:58 [2020-07-17T16:42:58.928Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
16:42:58 [2020-07-17T16:42:58.928Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
16:42:59 [2020-07-17T16:42:59.187Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
16:42:59 [2020-07-17T16:42:59.446Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s)
16:42:59 [2020-07-17T16:42:59.446Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
16:42:59 [2020-07-17T16:42:59.446Z]         check_test.go:279: [ddd4a8e9d3684] daemon is not started
16:42:59 [2020-07-17T16:42:59.446Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
16:42:59 [2020-07-17T16:42:59.446Z]         check_test.go:279: [d0a2bcf52fd30] daemon is not started
16:42:59 [2020-07-17T16:42:59.446Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
16:42:59 [2020-07-17T16:42:59.446Z]         check_test.go:279: [dded65c3d6394] daemon is not started
16:42:59 [2020-07-17T16:42:59.446Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
16:42:59 [2020-07-17T16:42:59.446Z]         check_test.go:279: [da92d7d37caad] daemon is not started
16:42:59 [2020-07-17T16:42:59.446Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s)
16:42:59 [2020-07-17T16:42:59.446Z]         check_test.go:279: [de52e5a29f1f8] daemon is not started
16:42:59 [2020-07-17T16:42:59.446Z] === RUN   TestDockerNetworkSuite
16:42:59 [2020-07-17T16:42:59.446Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
16:43:01 [2020-07-17T16:43:01.355Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
16:43:01 [2020-07-17T16:43:01.924Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
16:43:04 [2020-07-17T16:43:04.466Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
16:43:05 [2020-07-17T16:43:05.847Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
16:43:08 [2020-07-17T16:43:08.385Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
16:43:09 [2020-07-17T16:43:09.764Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
16:43:15 [2020-07-17T16:43:15.041Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
16:43:16 [2020-07-17T16:43:16.949Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
16:43:18 [2020-07-17T16:43:18.333Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
16:43:18 [2020-07-17T16:43:18.598Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
16:43:19 [2020-07-17T16:43:19.166Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
16:43:19 [2020-07-17T16:43:19.734Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
16:43:20 [2020-07-17T16:43:20.672Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
16:43:20 [2020-07-17T16:43:20.931Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
16:43:21 [2020-07-17T16:43:21.193Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
16:43:21 [2020-07-17T16:43:21.762Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
16:43:22 [2020-07-17T16:43:22.026Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
16:43:22 [2020-07-17T16:43:22.026Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
16:43:22 [2020-07-17T16:43:22.286Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
16:43:23 [2020-07-17T16:43:23.226Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
16:43:24 [2020-07-17T16:43:24.166Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
16:43:24 [2020-07-17T16:43:24.166Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
16:43:24 [2020-07-17T16:43:24.426Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
16:43:24 [2020-07-17T16:43:24.426Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
16:43:26 [2020-07-17T16:43:26.964Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
16:43:28 [2020-07-17T16:43:28.365Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
16:43:33 [2020-07-17T16:43:33.645Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
16:43:33 [2020-07-17T16:43:33.645Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
16:43:34 [2020-07-17T16:43:34.583Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
16:43:34 [2020-07-17T16:43:34.583Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
16:43:34 [2020-07-17T16:43:34.842Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
16:43:34 [2020-07-17T16:43:34.842Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
16:43:35 [2020-07-17T16:43:35.102Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
16:43:35 [2020-07-17T16:43:35.102Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
16:43:37 [2020-07-17T16:43:37.641Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
16:43:37 [2020-07-17T16:43:37.641Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
16:43:37 [2020-07-17T16:43:37.641Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
16:43:38 [2020-07-17T16:43:38.212Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
16:43:41 [2020-07-17T16:43:41.502Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
16:43:44 [2020-07-17T16:43:44.844Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
16:43:44 [2020-07-17T16:43:44.844Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
16:43:45 [2020-07-17T16:43:45.412Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
16:43:46 [2020-07-17T16:43:46.790Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
16:43:46 [2020-07-17T16:43:46.790Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
16:43:47 [2020-07-17T16:43:47.359Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
16:43:47 [2020-07-17T16:43:47.927Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
16:43:48 [2020-07-17T16:43:48.866Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
16:43:53 [2020-07-17T16:43:53.125Z] --- PASS: TestDockerNetworkSuite (53.85s)
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.82s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d3a3bceedc0ca] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.65s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d5be82f0d6181] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.67s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [da126a2f11a04] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.46s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dcc9eeed8bf9e] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.48s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:1233: [da2d74a4238ea] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.38s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dd2e1bc1ed976] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.00s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d225b38d4e04b] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.23s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [daee269396704] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.09s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d3953081a8b46] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dd1a7b9a82a97] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d8cd0aa57f123] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.83s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [de75029eaedac] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.84s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d73852865e288] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dd1eeeced4490] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d0112e43f86bd] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.71s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d1dc54b3c976f] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d274ad72b0ecf] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dd302cb655703] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dac315a9e1e01] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.72s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d98c00020045f] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d266ed9ff5e25] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d4b20e16c7a45] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.23s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dfcf1d34f75d5] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d6c9f432aec99] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.26s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:968: [d536818703b06] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.64s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d67c61de312b9] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.24s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:1116: [df1e7dcbfceac] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dd5205137403c] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d831ef6831262] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dbf46879071ff] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dc7fd079d98a9] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d451d461cb154] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d2649d01b32aa] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d86f657f0bf78] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.28s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d79fbc90fb6a2] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [db66e36202cec] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [de8b812abe5ea] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dee0ce1a387fe] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.33s)
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.08s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:1084: [d470ade6cdbbd] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d30ac19e192d2] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d2dee58b3a95f] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.43s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dc864f3aef01f] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d616ce7e0c703] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [df829b85b2454] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.44s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d2f0e43deeeae] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.95s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [dad3c8cdffcd2] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.33s)
16:43:53 [2020-07-17T16:43:53.125Z]         docker_cli_network_unix_test.go:46: [d3ef58b2ac7c5] daemon is not started
16:43:53 [2020-07-17T16:43:53.125Z] === RUN   TestDockerHubPullSuite
16:43:53 [2020-07-17T16:43:53.125Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
16:43:54 [2020-07-17T16:43:54.502Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
16:43:57 [2020-07-17T16:43:57.036Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
16:43:57 [2020-07-17T16:43:57.296Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
16:43:58 [2020-07-17T16:43:58.672Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
16:43:58 [2020-07-17T16:43:58.672Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
16:43:58 [2020-07-17T16:43:58.931Z] --- PASS: TestDockerHubPullSuite (5.72s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.40s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.37s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.31s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.32s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.19s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.12s)
16:43:58 [2020-07-17T16:43:58.931Z] PASS
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === Skipped
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_sni_test.go:18: Flakey test
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.02s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
16:43:58 [2020-07-17T16:43:58.931Z]         docker_cli_network_unix_test.go:46: [de8b812abe5ea] daemon is not started
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] 
16:43:58 [2020-07-17T16:43:58.931Z] DONE 1277 tests, 51 skipped in 1460.665s
16:43:58 [2020-07-17T16:43:58.931Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:43:58 [2020-07-17T16:43:58.931Z] ++++ cat bundles/test-integration/docker.pid
16:43:58 [2020-07-17T16:43:58.931Z] +++ kill 7579
16:43:59 [2020-07-17T16:43:59.868Z] +++ /etc/init.d/apparmor stop
16:43:59 [2020-07-17T16:43:59.868Z] Leaving: AppArmorNo profiles have been unloaded.
16:43:59 [2020-07-17T16:43:59.868Z] 
16:43:59 [2020-07-17T16:43:59.868Z] Unloading profiles will leave already running processes permanently
16:43:59 [2020-07-17T16:43:59.868Z] unconfined, which can lead to unexpected situations.
16:43:59 [2020-07-17T16:43:59.868Z] 
16:43:59 [2020-07-17T16:43:59.868Z] To set a process to complain mode, use the command line tool
16:43:59 [2020-07-17T16:43:59.868Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:43:59 [2020-07-17T16:43:59.868Z] +++ true
16:43:59 [2020-07-17T16:43:59.868Z] exiting test-integration
16:43:59 [2020-07-17T16:43:59.868Z] ++ exit 0
16:43:59 [2020-07-17T16:43:59.868Z] 
16:44:00 [2020-07-17T16:44:00.436Z] + for job in $(jobs -p)
16:44:00 [2020-07-17T16:44:00.436Z] + wait 31962
16:44:03 [2020-07-17T16:44:03.721Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
16:44:07 [2020-07-17T16:44:07.911Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
16:44:13 [2020-07-17T16:44:13.188Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
16:44:18 [2020-07-17T16:44:18.463Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
16:44:21 [2020-07-17T16:44:21.010Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
16:44:25 [2020-07-17T16:44:25.201Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
16:44:31 [2020-07-17T16:44:31.767Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
16:44:34 [2020-07-17T16:44:34.303Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
16:44:34 [2020-07-17T16:44:34.303Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
16:44:39 [2020-07-17T16:44:39.577Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
16:44:39 [2020-07-17T16:44:39.836Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
16:44:40 [2020-07-17T16:44:40.772Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
16:44:42 [2020-07-17T16:44:42.677Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
16:45:38 [2020-07-17T16:45:38.925Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
16:46:25 [2020-07-17T16:46:25.599Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
16:46:37 [2020-07-17T16:46:37.804Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
16:46:39 [2020-07-17T16:46:39.710Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
16:48:46 [2020-07-17T16:48:46.177Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
16:48:58 [2020-07-17T16:48:58.384Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
16:48:59 [2020-07-17T16:48:59.761Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
16:48:59 [2020-07-17T16:48:59.761Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
16:49:00 [2020-07-17T16:49:00.021Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
16:49:00 [2020-07-17T16:49:00.021Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
16:49:00 [2020-07-17T16:49:00.589Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
16:49:03 [2020-07-17T16:49:03.123Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
16:49:06 [2020-07-17T16:49:06.412Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
16:49:08 [2020-07-17T16:49:08.947Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
16:50:05 [2020-07-17T16:50:05.194Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
16:50:05 [2020-07-17T16:50:05.194Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
16:50:06 [2020-07-17T16:50:06.574Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
16:50:08 [2020-07-17T16:50:08.478Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
16:50:11 [2020-07-17T16:50:11.766Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
16:50:14 [2020-07-17T16:50:14.303Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
16:50:36 [2020-07-17T16:50:36.234Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
16:50:46 [2020-07-17T16:50:46.209Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
16:50:48 [2020-07-17T16:50:48.744Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
16:50:51 [2020-07-17T16:50:51.288Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
16:50:53 [2020-07-17T16:50:53.828Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
16:51:00 [2020-07-17T16:51:00.393Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
16:51:05 [2020-07-17T16:51:05.668Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
16:51:07 [2020-07-17T16:51:07.048Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
16:51:09 [2020-07-17T16:51:09.583Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
16:51:12 [2020-07-17T16:51:12.869Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
16:51:14 [2020-07-17T16:51:14.775Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
16:51:17 [2020-07-17T16:51:17.314Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
16:51:19 [2020-07-17T16:51:19.850Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
16:52:16 [2020-07-17T16:52:16.080Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
16:52:30 [2020-07-17T16:52:30.958Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
16:52:49 [2020-07-17T16:52:49.043Z] --- PASS: TestDockerSwarmSuite (1629.41s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.23s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.08s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.63s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.51s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.73s)
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:562: [d10c225f39a4c] joining swarm manager [d10e3617d18b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:584: [df4bc87763af3] joining swarm manager [d10e3617d18b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.043Z]         check_test.go:380: [d10c225f39a4c] daemon is not started
16:52:49 [2020-07-17T16:52:49.043Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.43s)
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:45: [debf08a68de02] joining swarm manager [db1fcf118e9c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.01s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.32s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.39s)
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:303: [d142f83c15519] joining swarm manager [dc01db16f76b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:304: [df3fa14d49400] joining swarm manager [dc01db16f76b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:363: Waiting for possible election...
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.21s)
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:271: [d85f31cffa759] joining swarm manager [daef0af161eb4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_test.go:272: [d20a67e322d0c] joining swarm manager [daef0af161eb4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.25s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.95s)
16:52:49 [2020-07-17T16:52:49.043Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.96s)
16:52:49 [2020-07-17T16:52:49.043Z]         docker_api_swarm_node_test.go:19: [dd4aceb10e488] joining swarm manager [d39142bb14156]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_node_test.go:20: [d4ca25bc6a703] joining swarm manager [d39142bb14156]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (40.71s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:501: [d95a3b6002767] joining swarm manager [de1570b4a7551]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:506: [d8b141054fd0f] joining swarm manager [de1570b4a7551]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.72s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_node_test.go:80: [d59e92373fccd] joining swarm manager [dd4991f8a60e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.55s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_node_test.go:52: [d4f182da0fd6b] joining swarm manager [d530b98fda232]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_node_test.go:53: [d4d27b18fb5bb] joining swarm manager [d530b98fda232]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.40s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.33s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:201: [deb1c53582489] joining swarm manager [d07ef1fab741f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.50s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:383: [dee7fc7f20578] joining swarm manager [de7bf32c7f1ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:384: [de9ba75c03209] joining swarm manager [de7bf32c7f1ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]         check_test.go:380: [de9ba75c03209] daemon is not started
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.58s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:801: [d08d1af4b99a1] joining swarm manager [d797f8365a0ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:801: [dbf51e6959f64] joining swarm manager [d797f8365a0ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:801: [de3b3c6ce1276] joining swarm manager [d797f8365a0ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:801: [d88e33ab312af] joining swarm manager [d797f8365a0ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:809: [d86224f8d4b3d] joining swarm manager [d797f8365a0ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.33s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.82s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.51s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:394: [d40ad7fb47f5f] joining swarm manager [dfaa1370b1acd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:394: [d6fa2c73db098] joining swarm manager [dfaa1370b1acd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.92s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:342: [da35f8df278f9] joining swarm manager [d0ece07c6795d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:342: [d923c5bce7fb1] joining swarm manager [d0ece07c6795d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (14.52s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:489: [d4215408c8b45] joining swarm manager [de17774cc7630]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:489: [d03f712054117] joining swarm manager [de17774cc7630]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.84s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.35s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:127: [df4f3951be076] joining swarm manager [df16af97e8868]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:128: [de80d4a2392a6] joining swarm manager [df16af97e8868]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:136: [dbe6c6ad1438a] joining swarm manager [df16af97e8868]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:137: [d10f79062e136] joining swarm manager [df16af97e8868]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.48s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.36s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:303: [d188f2e9c44f5] joining swarm manager [d5dc4ab573bbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:303: [dfe5042bd63d3] joining swarm manager [d5dc4ab573bbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.88s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:99: [d09162226de59] joining swarm manager [d2c3706235894]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:100: [d5fd0fcebaf59] joining swarm manager [d2c3706235894]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]         check_test.go:380: [d09162226de59] daemon is not started
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.62s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:532: [de1d03053d816] joining swarm manager [dd2ce22022e9e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:533: [db65ebd2dd8eb] joining swarm manager [dd2ce22022e9e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.06s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:147: [d483c51dbbb99] joining swarm manager [d5a5777b84a23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_service_test.go:147: [dbdaaf050ea6f] joining swarm manager [d5a5777b84a23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.33s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.10s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.44s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.58s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.56s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.67s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.03s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.83s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.71s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.65s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.78s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (2.97s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.64s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.94s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.57s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.71s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.11s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.21s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.74s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.65s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.84s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.06s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.96s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.04s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.70s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.86s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.21s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.77s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.10s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.04s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.88s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.24s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_service_logs_test.go:245: checking task lys7offr8nbc
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_service_logs_test.go:250: checking messages for lys7offr8nbc
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_service_logs_test.go:245: checking task 841kqsodj08s
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_service_logs_test.go:250: checking messages for 841kqsodj08s
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.27s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.08s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.61s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.69s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.55s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1901: [ddae205faa5bc] joining swarm manager [d594ed5089280]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1902: [d081428ca1ba0] joining swarm manager [d594ed5089280]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.83s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.35s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.06s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.17s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1802: [dfa9d0ff98970] joining swarm manager [ddc03da8f4b7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1803: [d67480314a7c3] joining swarm manager [ddc03da8f4b7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.93s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (117.31s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1321: [d5c68e8f67420] joining swarm manager [d29aa912d526b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1322: [d476d53370869] joining swarm manager [d29aa912d526b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.50s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.61s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.60s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.24s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.38s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.08s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (2.84s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.14s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.73s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (1.81s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.57s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (46.81s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1186: [d7df2099f8b02] joining swarm manager [d0604031216ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1195: [de5301651c6ec] joining swarm manager [d0604031216ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.11s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.94s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (125.14s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1118: [d5d2eb2e58fde] joining swarm manager [df83eff65179f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1119: [d851f498cdada] joining swarm manager [df83eff65179f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1172: [d3f03fc3932af] joining swarm manager [df83eff65179f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.37s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1453: [df86e50cc2cef] joining swarm manager [d4ca3c3e19427]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_test.go:1454: [db8c3fb674ba1] joining swarm manager [d4ca3c3e19427]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.38s)
16:52:49 [2020-07-17T16:52:49.044Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s)
16:52:49 [2020-07-17T16:52:49.044Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.19s)
16:52:49 [2020-07-17T16:52:49.044Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
16:52:49 [2020-07-17T16:52:49.044Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.36s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.32s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.38s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_cli_swarm_unix_test.go:62: [dfb7b701f3c2b] joining swarm manager [dcb0831b38a69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.32s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.26s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.88s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.18s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.62s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.08s)
16:52:49 [2020-07-17T16:52:49.044Z]         docker_api_swarm_test.go:961: [d4883caff8d66] joining swarm manager [d5c9d3d3bf400]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.02s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.31s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.24s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.88s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.82s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.47s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.08s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.55s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.64s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.56s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.61s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.33s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.97s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.23s)
16:52:49 [2020-07-17T16:52:49.044Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.14s)
16:52:49 [2020-07-17T16:52:49.044Z] === RUN   TestDockerExternalVolumeSuite
16:52:49 [2020-07-17T16:52:49.044Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
16:53:03 [2020-07-17T16:53:03.923Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
16:54:11 [2020-07-17T16:54:11.629Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
16:54:19 [2020-07-17T16:54:19.745Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
16:54:51 [2020-07-17T16:54:51.821Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
16:55:04 [2020-07-17T16:55:04.026Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
16:55:36 [2020-07-17T16:55:36.130Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
16:55:51 [2020-07-17T16:55:51.016Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
16:56:23 [2020-07-17T16:56:23.093Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
16:56:37 [2020-07-17T16:56:37.972Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
16:56:52 [2020-07-17T16:56:52.860Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
16:57:39 [2020-07-17T16:57:39.535Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
16:57:57 [2020-07-17T16:57:57.621Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
16:58:29 [2020-07-17T16:58:29.699Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
16:59:01 [2020-07-17T16:59:01.798Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
16:59:16 [2020-07-17T16:59:16.675Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
16:59:34 [2020-07-17T16:59:34.762Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
16:59:49 [2020-07-17T16:59:49.642Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
17:00:04 [2020-07-17T17:00:04.532Z] --- PASS: TestDockerExternalVolumeSuite (436.67s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_external_volume_driver_test.go:53: [dcb9bd1c083f9] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_external_volume_driver_test.go:53: [d03dd0377fcd2] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_external_volume_driver_test.go:53: [da472c6b28590] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_external_volume_driver_test.go:53: [d69ace3cc753f] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.14s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.23s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.57s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.96s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_external_volume_driver_test.go:485: [d2027620d86bc] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_external_volume_driver_test.go:53: [d4ee77f6967dd] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z] PASS
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] === Skipped
17:00:04 [2020-07-17T17:00:04.532Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
17:00:04 [2020-07-17T17:00:04.532Z]         check_test.go:309: [da1981816707f] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
17:00:04 [2020-07-17T17:00:04.532Z]         check_test.go:309: [d14469d17d219] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
17:00:04 [2020-07-17T17:00:04.532Z]         check_test.go:309: [d63df21fc72c6] daemon is not started
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
17:00:04 [2020-07-17T17:00:04.532Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
17:00:04 [2020-07-17T17:00:04.532Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] DONE 273 tests, 5 skipped in 2424.406s
17:00:04 [2020-07-17T17:00:04.532Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:00:04 [2020-07-17T17:00:04.532Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dac5e1b792ef2/docker.pid
17:00:04 [2020-07-17T17:00:04.532Z] +++ kill 5558
17:00:04 [2020-07-17T17:00:04.532Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5558 is not a child of this shell
17:00:04 [2020-07-17T17:00:04.532Z] warning: PID 5558 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dac5e1b792ef2/docker.pid had a nonzero exit code
17:00:04 [2020-07-17T17:00:04.532Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dac5e1b792ef2/root: target is busy.
17:00:04 [2020-07-17T17:00:04.532Z] ++++ cat bundles/test-integration/docker.pid
17:00:04 [2020-07-17T17:00:04.532Z] +++ kill 7568
17:00:04 [2020-07-17T17:00:04.532Z] +++ /etc/init.d/apparmor stop
17:00:04 [2020-07-17T17:00:04.532Z] Leaving: AppArmorNo profiles have been unloaded.
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] Unloading profiles will leave already running processes permanently
17:00:04 [2020-07-17T17:00:04.532Z] unconfined, which can lead to unexpected situations.
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] To set a process to complain mode, use the command line tool
17:00:04 [2020-07-17T17:00:04.532Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:00:04 [2020-07-17T17:00:04.532Z] +++ true
17:00:04 [2020-07-17T17:00:04.532Z] exiting test-integration
17:00:04 [2020-07-17T17:00:04.532Z] ++ exit 0
17:00:04 [2020-07-17T17:00:04.532Z] 
17:00:04 [2020-07-17T17:00:04.532Z] + exit 0
17:00:04 [2020-07-17T17:00:04.532Z] ++ jobs -p
17:00:04 [2020-07-17T17:00:04.532Z] + pids=
17:00:04 [2020-07-17T17:00:04.532Z] + echo 'Remaining pids to kill: []'
17:00:04 [2020-07-17T17:00:04.532Z] Remaining pids to kill: []
17:00:04 [2020-07-17T17:00:04.532Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
17:00:04 [2020-07-17T17:00:04.545Z] Recording test results
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:00:05 [2020-07-17T17:00:05.574Z] + echo Ensuring container killed.
17:00:05 [2020-07-17T17:00:05.574Z] Ensuring container killed.
17:00:05 [2020-07-17T17:00:05.574Z] + docker ps -aq -f name=docker-pr2-*
17:00:05 [2020-07-17T17:00:05.574Z] + cids=8ebb21fc8a50
17:00:05 [2020-07-17T17:00:05.574Z] 23dc42d948e1
17:00:05 [2020-07-17T17:00:05.574Z] 34d802f9306f
17:00:05 [2020-07-17T17:00:05.574Z] + [ -n 8ebb21fc8a50
17:00:05 [2020-07-17T17:00:05.574Z] 23dc42d948e1
17:00:05 [2020-07-17T17:00:05.574Z] 34d802f9306f ]
17:00:05 [2020-07-17T17:00:05.574Z] + docker rm -vf 8ebb21fc8a50 23dc42d948e1 34d802f9306f
17:00:06 [2020-07-17T17:00:06.958Z] 8ebb21fc8a50
17:00:07 [2020-07-17T17:00:07.896Z] 23dc42d948e1
17:00:07 [2020-07-17T17:00:07.896Z] 34d802f9306f
[Pipeline] sh
17:00:08 [2020-07-17T17:00:08.180Z] + echo Chowning /workspace to jenkins user
17:00:08 [2020-07-17T17:00:08.180Z] Chowning /workspace to jenkins user
17:00:08 [2020-07-17T17:00:08.180Z] + id -u
17:00:08 [2020-07-17T17:00:08.180Z] + id -g
17:00:08 [2020-07-17T17:00:08.180Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41226:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:00:11 [2020-07-17T17:00:11.778Z] + bundleName=amd64
17:00:11 [2020-07-17T17:00:11.778Z] + echo Creating amd64-bundles.tar.gz
17:00:11 [2020-07-17T17:00:11.778Z] Creating amd64-bundles.tar.gz
17:00:11 [2020-07-17T17:00:11.778Z] + xargs tar -czf amd64-bundles.tar.gz
17:00:11 [2020-07-17T17:00:11.778Z] + 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
17:00:12 [2020-07-17T17:00:12.728Z] Archiving artifacts
17:00:18 [2020-07-17T17:00:18.400Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41226/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:00:18 [2020-07-17T17:00:18.712Z] + make clean
17:00:18 [2020-07-17T17:00:18.972Z] docker volume rm -f docker-dev-cache
17:00:18 [2020-07-17T17:00:18.972Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:12:42 [2020-07-17T17:12:42.473Z] ok  	github.com/docker/docker/integration-cli	2162.215s
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === Skipped
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (1.15s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (1.15s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
17:12:42 [2020-07-17T17:12:42.473Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.473Z] 
17:12:42 [2020-07-17T17:12:42.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_run_test.go:3180: unmatched requirement Apparmor
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_run_test.go:3158: unmatched requirement Apparmor
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.31s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.31s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.71s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.71s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.34s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.34s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:3576: unmatched requirement UnixCli
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.10s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.10s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:3703: unmatched requirement UnixCli
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s)
17:12:42 [2020-07-17T17:12:42.474Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
17:12:42 [2020-07-17T17:12:42.474Z]         docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.474Z] 
17:12:42 [2020-07-17T17:12:42.474Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.30s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_sni_test.go:18: Flakey test
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.475Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
17:12:42 [2020-07-17T17:12:42.475Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.475Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.476Z] 
17:12:42 [2020-07-17T17:12:42.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
17:12:42 [2020-07-17T17:12:42.476Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.03s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.03s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.477Z] 
17:12:42 [2020-07-17T17:12:42.477Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.477Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.478Z] 
17:12:42 [2020-07-17T17:12:42.478Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
17:12:42 [2020-07-17T17:12:42.478Z]         docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2885: unmatched requirement Apparmor
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
17:12:42 [2020-07-17T17:12:42.479Z]         docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.479Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:2924: unmatched requirement Apparmor
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3041: unmatched requirement Apparmor
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
17:12:42 [2020-07-17T17:12:42.480Z]         docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.480Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:185: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:212: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:239: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:239: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:239: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:239: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
17:12:42 [2020-07-17T17:12:42.481Z]         check_test.go:239: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.481Z] 
17:12:42 [2020-07-17T17:12:42.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:239: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:239: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:239: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:268: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:268: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:268: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:268: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:268: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:302: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:302: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:302: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]         check_test.go:407: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     check_test.go:128: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     check_test.go:134: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
17:12:42 [2020-07-17T17:12:42.482Z]     check_test.go:142: unmatched requirement DaemonIsLinux
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] DONE 1096 tests, 549 skipped in 2170.311s
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Integration tests ended at 07/17/2020 17:12:32. Duration:00:36:10.4368716
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Docker info of the daemon under test at end of run
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] Containers: 2
17:12:42 [2020-07-17T17:12:42.482Z]  Running: 0
17:12:42 [2020-07-17T17:12:42.482Z]  Paused: 0
17:12:42 [2020-07-17T17:12:42.482Z]  Stopped: 2
17:12:42 [2020-07-17T17:12:42.482Z] Images: 15
17:12:42 [2020-07-17T17:12:42.482Z] Server Version: 0.0.0-dev
17:12:42 [2020-07-17T17:12:42.482Z] Storage Driver: windowsfilter
17:12:42 [2020-07-17T17:12:42.482Z]  Windows: 
17:12:42 [2020-07-17T17:12:42.482Z] Logging Driver: json-file
17:12:42 [2020-07-17T17:12:42.482Z] Plugins: 
17:12:42 [2020-07-17T17:12:42.482Z]  Volume: local
17:12:42 [2020-07-17T17:12:42.482Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
17:12:42 [2020-07-17T17:12:42.482Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
17:12:42 [2020-07-17T17:12:42.482Z] Swarm: inactive
17:12:42 [2020-07-17T17:12:42.482Z] Default Isolation: process
17:12:42 [2020-07-17T17:12:42.482Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
17:12:42 [2020-07-17T17:12:42.482Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282)
17:12:42 [2020-07-17T17:12:42.482Z] OSType: windows
17:12:42 [2020-07-17T17:12:42.482Z] Architecture: x86_64
17:12:42 [2020-07-17T17:12:42.482Z] CPUs: 4
17:12:42 [2020-07-17T17:12:42.482Z] Total Memory: 32GiB
17:12:42 [2020-07-17T17:12:42.482Z] Name: azwin-2-cda4f0
17:12:42 [2020-07-17T17:12:42.482Z] ID: FMDS:TQOA:TTET:R6V4:AAGC:OMTZ:DKLG:NL54:FTVL:D4ZV:JQ56:UOAM
17:12:42 [2020-07-17T17:12:42.482Z] Docker Root Dir: D:\CI\PR-41226\2\daemon
17:12:42 [2020-07-17T17:12:42.482Z] Debug Mode (client): false
17:12:42 [2020-07-17T17:12:42.482Z] Debug Mode (server): true
17:12:42 [2020-07-17T17:12:42.482Z]  File Descriptors: -1
17:12:42 [2020-07-17T17:12:42.482Z]  Goroutines: 18
17:12:42 [2020-07-17T17:12:42.482Z]  System Time: 2020-07-17T17:12:32.8246684Z
17:12:42 [2020-07-17T17:12:42.482Z]  EventsListeners: 0
17:12:42 [2020-07-17T17:12:42.482Z] Registry: https://index.docker.io/v1/
17:12:42 [2020-07-17T17:12:42.482Z] Labels:
17:12:42 [2020-07-17T17:12:42.482Z] Experimental: false
17:12:42 [2020-07-17T17:12:42.482Z] Insecure Registries:
17:12:42 [2020-07-17T17:12:42.482Z]  127.0.0.0/8
17:12:42 [2020-07-17T17:12:42.482Z] Live Restore Enabled: false
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] 
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Stopping daemon under test
17:12:42 [2020-07-17T17:12:42.482Z] SUCCESS: The process with PID 3676 (child process of PID 5692) has been terminated.
17:12:42 [2020-07-17T17:12:42.482Z] SUCCESS: The process with PID 5692 (child process of PID 5880) has been terminated.
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Stop tailing logs of the daemon under tests
17:12:42 [2020-07-17T17:12:42.482Z] INFO: executeCI.ps1 Completed successfully at 07/17/2020 17:12:33.
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Tidying up at end of run
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Saving daemon under test log (d:\CI\PR-41226\2\dut.out) to C:\windows\TEMP\CIDUT.out
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Saving daemon under test log (d:\CI\PR-41226\2\dut.err) to C:\windows\TEMP\CIDUT.err
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Nuke-Everything...
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Container count on control daemon to delete is 2
17:12:42 [2020-07-17T17:12:42.482Z] 8e4a4b769e7f
17:12:42 [2020-07-17T17:12:42.482Z] bde6c6966986
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Tidying pidfile d:\CI\PR-41226\2\docker.pid
17:12:42 [2020-07-17T17:12:42.482Z] INFO: Nuking d:\CI
17:13:00 [2020-07-17T17:13:00.308Z] INFO: Zapped successfully
17:13:00 [2020-07-17T17:13:00.309Z] 
17:13:00 [2020-07-17T17:13:00.309Z] INFO: executeCI.ps1 exiting at Fri Jul 17 17:13:00 CUT 2020. Duration 00:56:37.3247825
17:13:00 [2020-07-17T17:13:00.309Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
17:13:00 [2020-07-17T17:13:00.560Z] Recording test results
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
17:13:08 [2020-07-17T17:13:08.891Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] step
17:13:10 [2020-07-17T17:13:10.676Z] Archiving artifacts
17:13:25 [2020-07-17T17:13:25.044Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41226/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:13:25 [2020-07-17T17:13:25.995Z] + make clean
17:13:28 [2020-07-17T17:13:28.211Z] docker volume rm -f docker-dev-cache
17:13:28 [2020-07-17T17:13:28.211Z] 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