Skip to content
Success

Console Output

Pull request #41648 opened
20:17:00 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 1bb3491601a4f1d654edbc1e997016baa015176e+49e809fbfe250f3df2deacc0c3e5c403db3b8915 (bcda75ad53f8a7a7175a0aa1ef9a180b14c4e42b)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-41648@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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
20:17:03 [2020-11-06T20:17:03.736Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
20:17:03 [2020-11-06T20:17:03.743Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
20:17:18 [2020-11-06T20:17:18.890Z] Still waiting to schedule task
20:17:18 [2020-11-06T20:17:18.890Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
20:18:17 [2020-11-06T20:18:17.575Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ffd2d664750da4d9) in /home/ubuntu/workspace/moby_PR-41648
[Pipeline] {
[Pipeline] checkout
20:18:21 [2020-11-06T20:18:21.685Z] using credential docker-jenkins-github-credentials
20:18:21 [2020-11-06T20:18:21.693Z] Cloning the remote Git repository
20:18:21 [2020-11-06T20:18:21.693Z] Cloning with configured refspecs honoured and without tags
20:18:21 [2020-11-06T20:18:21.731Z] Cloning repository https://github.com/moby/moby.git
20:18:21 [2020-11-06T20:18:21.798Z]  > git init /home/ubuntu/workspace/moby_PR-41648 # timeout=10
20:18:22 [2020-11-06T20:18:22.165Z] Fetching upstream changes from https://github.com/moby/moby.git
20:18:22 [2020-11-06T20:18:22.166Z]  > git --version # timeout=10
20:18:22 [2020-11-06T20:18:22.189Z]  > git --version # 'git version 2.17.1'
20:18:22 [2020-11-06T20:18:22.190Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:18:22 [2020-11-06T20:18:22.217Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:18:45 [2020-11-06T20:18:45.297Z] Fetching without tags
20:18:45 [2020-11-06T20:18:45.672Z] Merging remotes/origin/master commit 49e809fbfe250f3df2deacc0c3e5c403db3b8915 into PR head commit 1bb3491601a4f1d654edbc1e997016baa015176e
20:18:45 [2020-11-06T20:18:45.190Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:18:45 [2020-11-06T20:18:45.218Z]  > git config --add remote.origin.fetch +refs/pull/41648/head:refs/remotes/origin/PR-41648 # timeout=10
20:18:45 [2020-11-06T20:18:45.237Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:18:45 [2020-11-06T20:18:45.275Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:18:45 [2020-11-06T20:18:45.302Z] Fetching upstream changes from https://github.com/moby/moby.git
20:18:45 [2020-11-06T20:18:45.304Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:18:45 [2020-11-06T20:18:45.305Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:18:45 [2020-11-06T20:18:45.689Z]  > git config core.sparsecheckout # timeout=10
20:18:45 [2020-11-06T20:18:45.707Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:18:46 [2020-11-06T20:18:46.636Z] Merge succeeded, producing 1bb3491601a4f1d654edbc1e997016baa015176e
20:18:46 [2020-11-06T20:18:46.636Z] Checking out Revision 1bb3491601a4f1d654edbc1e997016baa015176e (PR-41648)
20:18:46 [2020-11-06T20:18:46.527Z]  > git remote # timeout=10
20:18:46 [2020-11-06T20:18:46.549Z]  > git config --get remote.origin.url # timeout=10
20:18:46 [2020-11-06T20:18:46.570Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:18:46 [2020-11-06T20:18:46.572Z]  > git merge 49e809fbfe250f3df2deacc0c3e5c403db3b8915 # timeout=10
20:18:46 [2020-11-06T20:18:46.603Z]  > git rev-parse HEAD^{commit} # timeout=10
20:18:46 [2020-11-06T20:18:46.640Z]  > git config core.sparsecheckout # timeout=10
20:18:46 [2020-11-06T20:18:46.647Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:18:51 [2020-11-06T20:18:51.107Z] Commit message: "builder: fix detection of experimental --stream option (deprecated)"
20:18:51 [2020-11-06T20:18:51.107Z] First time build. Skipping changelog.
20:18:51 [2020-11-06T20:18:51.152Z]  > git --version # timeout=10
20:18:51 [2020-11-06T20:18:51.183Z]  > git --version # 'git version 2.17.1'
20:18:51 [2020-11-06T20:18:51.213Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:18:52 [2020-11-06T20:18:52.534Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41648:/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
20:19:00 [2020-11-06T20:19:00.716Z] Unable to find image 'alpine:latest' locally
20:19:00 [2020-11-06T20:19:00.716Z] latest: Pulling from library/alpine
20:19:00 [2020-11-06T20:19:00.716Z] 188c0c94c7c5: Pulling fs layer
20:19:00 [2020-11-06T20:19:00.716Z] 188c0c94c7c5: Verifying Checksum
20:19:00 [2020-11-06T20:19:00.716Z] 188c0c94c7c5: Download complete
20:19:01 [2020-11-06T20:19:01.687Z] 188c0c94c7c5: Pull complete
20:19:01 [2020-11-06T20:19:01.955Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
20:19:01 [2020-11-06T20:19:01.955Z] Status: Downloaded newer image for alpine:latest
20:19:08 [2020-11-06T20:19:08.561Z] 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
20:19:08 [2020-11-06T20:19:08.906Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ffd2d664750da4d9) in /home/ubuntu/workspace/moby_PR-41648
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
20:19:08 [2020-11-06T20:19:08.999Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-41648
[Pipeline] // stage
20:19:09 [2020-11-06T20:19:09.023Z] Running on ppc64le-ubuntu-24 in /home/docker/workspace/moby_PR-41648
[Pipeline] stage
20:19:09 [2020-11-06T20:19:09.031Z] using credential docker-jenkins-github-credentials
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
20:19:09 [2020-11-06T20:19:09.075Z] Fetching changes from the remote Git repository
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] // stage
20:19:09 [2020-11-06T20:19:09.132Z] Fetching without tags
[Pipeline] // stage
20:19:09 [2020-11-06T20:19:09.152Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
20:19:09 [2020-11-06T20:19:09.162Z] using credential docker-jenkins-github-credentials
20:19:09 [2020-11-06T20:19:09.170Z] Cloning the remote Git repository
20:19:09 [2020-11-06T20:19:09.170Z] Cloning with configured refspecs honoured and without tags
20:19:09 [2020-11-06T20:19:09.177Z] Cloning the remote Git repository
20:19:09 [2020-11-06T20:19:09.177Z] Cloning with configured refspecs honoured and without tags
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
20:19:09 [2020-11-06T20:19:09.608Z] Merging remotes/origin/master commit 49e809fbfe250f3df2deacc0c3e5c403db3b8915 into PR head commit 1bb3491601a4f1d654edbc1e997016baa015176e
20:19:09 [2020-11-06T20:19:09.747Z] Merge succeeded, producing 1bb3491601a4f1d654edbc1e997016baa015176e
20:19:09 [2020-11-06T20:19:09.747Z] Checking out Revision 1bb3491601a4f1d654edbc1e997016baa015176e (PR-41648)
20:19:09 [2020-11-06T20:19:09.844Z] Commit message: "builder: fix detection of experimental --stream option (deprecated)"
20:19:09 [2020-11-06T20:19:09.871Z]  > git --version # timeout=10
20:19:09 [2020-11-06T20:19:09.885Z]  > git --version # 'git version 2.17.1'
20:19:09 [2020-11-06T20:19:09.903Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:19:09 [2020-11-06T20:19:09.040Z]  > git rev-parse --is-inside-work-tree # timeout=10
20:19:09 [2020-11-06T20:19:09.092Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:19:09 [2020-11-06T20:19:09.136Z] Fetching upstream changes from https://github.com/moby/moby.git
20:19:09 [2020-11-06T20:19:09.136Z]  > git --version # timeout=10
20:19:09 [2020-11-06T20:19:09.167Z]  > git --version # 'git version 2.17.1'
20:19:09 [2020-11-06T20:19:09.167Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:09 [2020-11-06T20:19:09.168Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:19:09 [2020-11-06T20:19:09.612Z]  > git config core.sparsecheckout # timeout=10
20:19:09 [2020-11-06T20:19:09.627Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:19:09 [2020-11-06T20:19:09.710Z]  > git remote # timeout=10
20:19:09 [2020-11-06T20:19:09.715Z]  > git config --get remote.origin.url # timeout=10
20:19:09 [2020-11-06T20:19:09.719Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:09 [2020-11-06T20:19:09.720Z]  > git merge 49e809fbfe250f3df2deacc0c3e5c403db3b8915 # timeout=10
20:19:09 [2020-11-06T20:19:09.738Z]  > git rev-parse HEAD^{commit} # timeout=10
20:19:09 [2020-11-06T20:19:09.750Z]  > git config core.sparsecheckout # timeout=10
20:19:09 [2020-11-06T20:19:09.763Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:19:09 [2020-11-06T20:19:09.176Z] Cloning repository https://github.com/moby/moby.git
20:19:09 [2020-11-06T20:19:09.176Z]  > git init /home/jenkins/workspace/moby_PR-41648 # timeout=10
20:19:09 [2020-11-06T20:19:09.198Z] Fetching upstream changes from https://github.com/moby/moby.git
20:19:09 [2020-11-06T20:19:09.198Z]  > git --version # timeout=10
20:19:09 [2020-11-06T20:19:09.201Z]  > git --version # 'git version 2.17.1'
20:19:09 [2020-11-06T20:19:09.201Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:09 [2020-11-06T20:19:09.207Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:19:09 [2020-11-06T20:19:09.184Z] Cloning repository https://github.com/moby/moby.git
20:19:09 [2020-11-06T20:19:09.185Z]  > git init /home/docker/workspace/moby_PR-41648 # timeout=10
20:19:09 [2020-11-06T20:19:09.196Z] Fetching upstream changes from https://github.com/moby/moby.git
20:19:09 [2020-11-06T20:19:09.196Z]  > git --version # timeout=10
20:19:09 [2020-11-06T20:19:09.202Z]  > git --version # 'git version 2.7.4'
20:19:09 [2020-11-06T20:19:09.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:09 [2020-11-06T20:19:09.203Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:19:10 [2020-11-06T20:19:10.709Z] + [ PR != PR ]
20:19:10 [2020-11-06T20:19:10.709Z] + [ master != master ]
20:19:10 [2020-11-06T20:19:10.709Z] + [  = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:19:11 [2020-11-06T20:19:11.071Z] + docker version
20:19:11 [2020-11-06T20:19:11.071Z] Client: Docker Engine - Community
20:19:11 [2020-11-06T20:19:11.071Z]  Version:           19.03.13
20:19:11 [2020-11-06T20:19:11.071Z]  API version:       1.40
20:19:11 [2020-11-06T20:19:11.071Z]  Go version:        go1.13.15
20:19:11 [2020-11-06T20:19:11.071Z]  Git commit:        4484c46d9d
20:19:11 [2020-11-06T20:19:11.071Z]  Built:             Wed Sep 16 17:02:36 2020
20:19:11 [2020-11-06T20:19:11.071Z]  OS/Arch:           linux/amd64
20:19:11 [2020-11-06T20:19:11.071Z]  Experimental:      false
20:19:11 [2020-11-06T20:19:11.071Z] 
20:19:11 [2020-11-06T20:19:11.071Z] Server: Docker Engine - Community
20:19:11 [2020-11-06T20:19:11.071Z]  Engine:
20:19:11 [2020-11-06T20:19:11.071Z]   Version:          19.03.13
20:19:11 [2020-11-06T20:19:11.071Z]   API version:      1.40 (minimum version 1.12)
20:19:11 [2020-11-06T20:19:11.071Z]   Go version:       go1.13.15
20:19:11 [2020-11-06T20:19:11.071Z]   Git commit:       4484c46d9d
20:19:11 [2020-11-06T20:19:11.071Z]   Built:            Wed Sep 16 17:01:06 2020
20:19:11 [2020-11-06T20:19:11.071Z]   OS/Arch:          linux/amd64
20:19:11 [2020-11-06T20:19:11.071Z]   Experimental:     true
20:19:11 [2020-11-06T20:19:11.071Z]  containerd:
20:19:11 [2020-11-06T20:19:11.071Z]   Version:          1.3.7
20:19:11 [2020-11-06T20:19:11.071Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
20:19:11 [2020-11-06T20:19:11.071Z]  runc:
20:19:11 [2020-11-06T20:19:11.071Z]   Version:          1.0.0-rc10
20:19:11 [2020-11-06T20:19:11.071Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:19:11 [2020-11-06T20:19:11.071Z]  docker-init:
20:19:11 [2020-11-06T20:19:11.071Z]   Version:          0.18.0
20:19:11 [2020-11-06T20:19:11.071Z]   GitCommit:        fec3683
[Pipeline] sh
20:19:11 [2020-11-06T20:19:11.378Z] + docker info
20:19:18 [2020-11-06T20:19:18.946Z] Fetching without tags
20:19:19 [2020-11-06T20:19:19.231Z] Merging remotes/origin/master commit 49e809fbfe250f3df2deacc0c3e5c403db3b8915 into PR head commit 1bb3491601a4f1d654edbc1e997016baa015176e
20:19:19 [2020-11-06T20:19:19.722Z] Merge succeeded, producing 1bb3491601a4f1d654edbc1e997016baa015176e
20:19:19 [2020-11-06T20:19:19.722Z] Checking out Revision 1bb3491601a4f1d654edbc1e997016baa015176e (PR-41648)
20:19:18 [2020-11-06T20:19:18.918Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:19:18 [2020-11-06T20:19:18.920Z]  > git config --add remote.origin.fetch +refs/pull/41648/head:refs/remotes/origin/PR-41648 # timeout=10
20:19:18 [2020-11-06T20:19:18.923Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:19:18 [2020-11-06T20:19:18.940Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:19:18 [2020-11-06T20:19:18.951Z] Fetching upstream changes from https://github.com/moby/moby.git
20:19:18 [2020-11-06T20:19:18.951Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:18 [2020-11-06T20:19:18.952Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:19:19 [2020-11-06T20:19:19.236Z]  > git config core.sparsecheckout # timeout=10
20:19:19 [2020-11-06T20:19:19.237Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:19:19 [2020-11-06T20:19:19.697Z]  > git remote # timeout=10
20:19:19 [2020-11-06T20:19:19.699Z]  > git config --get remote.origin.url # timeout=10
20:19:19 [2020-11-06T20:19:19.700Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:19 [2020-11-06T20:19:19.700Z]  > git merge 49e809fbfe250f3df2deacc0c3e5c403db3b8915 # timeout=10
20:19:19 [2020-11-06T20:19:19.715Z]  > git rev-parse HEAD^{commit} # timeout=10
20:19:19 [2020-11-06T20:19:19.727Z]  > git config core.sparsecheckout # timeout=10
20:19:19 [2020-11-06T20:19:19.730Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:19:20 [2020-11-06T20:19:20.189Z] Commit message: "builder: fix detection of experimental --stream option (deprecated)"
20:19:20 [2020-11-06T20:19:20.237Z]  > git --version # timeout=10
20:19:20 [2020-11-06T20:19:20.240Z]  > git --version # 'git version 2.17.1'
20:19:20 [2020-11-06T20:19:20.246Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:19:21 [2020-11-06T20:19:21.146Z] + docker version
20:19:21 [2020-11-06T20:19:21.146Z] Client: Docker Engine - Community
20:19:21 [2020-11-06T20:19:21.146Z]  Version:           19.03.7
20:19:21 [2020-11-06T20:19:21.147Z]  API version:       1.40
20:19:21 [2020-11-06T20:19:21.147Z]  Go version:        go1.12.17
20:19:21 [2020-11-06T20:19:21.147Z]  Git commit:        7141c199a2
20:19:21 [2020-11-06T20:19:21.147Z]  Built:             Sat Mar  7 16:48:47 2020
20:19:21 [2020-11-06T20:19:21.147Z]  OS/Arch:           linux/s390x
20:19:21 [2020-11-06T20:19:21.147Z]  Experimental:      false
20:19:21 [2020-11-06T20:19:21.147Z] 
20:19:21 [2020-11-06T20:19:21.147Z] Server: Docker Engine - Community
20:19:21 [2020-11-06T20:19:21.147Z]  Engine:
20:19:21 [2020-11-06T20:19:21.147Z]   Version:          19.03.7
20:19:21 [2020-11-06T20:19:21.147Z]   API version:      1.40 (minimum version 1.12)
20:19:21 [2020-11-06T20:19:21.147Z]   Go version:       go1.12.17
20:19:21 [2020-11-06T20:19:21.147Z]   Git commit:       7141c199a2
20:19:21 [2020-11-06T20:19:21.147Z]   Built:            Sat Mar  7 16:47:46 2020
20:19:21 [2020-11-06T20:19:21.147Z]   OS/Arch:          linux/s390x
20:19:21 [2020-11-06T20:19:21.147Z]   Experimental:     true
20:19:21 [2020-11-06T20:19:21.147Z]  containerd:
20:19:21 [2020-11-06T20:19:21.147Z]   Version:          1.2.13
20:19:21 [2020-11-06T20:19:21.147Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:19:21 [2020-11-06T20:19:21.147Z]  runc:
20:19:21 [2020-11-06T20:19:21.147Z]   Version:          1.0.0-rc10
20:19:21 [2020-11-06T20:19:21.147Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:19:21 [2020-11-06T20:19:21.147Z]  docker-init:
20:19:21 [2020-11-06T20:19:21.147Z]   Version:          0.18.0
20:19:21 [2020-11-06T20:19:21.147Z]   GitCommit:        fec3683
[Pipeline] sh
20:19:21 [2020-11-06T20:19:21.529Z] + docker info
20:19:22 [2020-11-06T20:19:22.161Z] Client:
20:19:22 [2020-11-06T20:19:22.161Z]  Debug Mode: false
20:19:22 [2020-11-06T20:19:22.161Z] 
20:19:22 [2020-11-06T20:19:22.161Z] Server:
20:19:22 [2020-11-06T20:19:22.161Z]  Containers: 0
20:19:22 [2020-11-06T20:19:22.161Z]   Running: 0
20:19:22 [2020-11-06T20:19:22.161Z]   Paused: 0
20:19:22 [2020-11-06T20:19:22.161Z]   Stopped: 0
20:19:22 [2020-11-06T20:19:22.161Z]  Images: 0
20:19:22 [2020-11-06T20:19:22.161Z]  Server Version: 19.03.7
20:19:22 [2020-11-06T20:19:22.161Z]  Storage Driver: overlay2
20:19:22 [2020-11-06T20:19:22.161Z]   Backing Filesystem: <unknown>
20:19:22 [2020-11-06T20:19:22.161Z]   Supports d_type: true
20:19:22 [2020-11-06T20:19:22.161Z]   Native Overlay Diff: true
20:19:22 [2020-11-06T20:19:22.161Z]  Logging Driver: json-file
20:19:22 [2020-11-06T20:19:22.161Z]  Cgroup Driver: cgroupfs
20:19:22 [2020-11-06T20:19:22.161Z]  Plugins:
20:19:22 [2020-11-06T20:19:22.161Z]   Volume: local
20:19:22 [2020-11-06T20:19:22.161Z]   Network: bridge host ipvlan macvlan null overlay
20:19:22 [2020-11-06T20:19:22.161Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:19:22 [2020-11-06T20:19:22.161Z]  Swarm: inactive
20:19:22 [2020-11-06T20:19:22.161Z]  Runtimes: runc
20:19:22 [2020-11-06T20:19:22.161Z]  Default Runtime: runc
20:19:22 [2020-11-06T20:19:22.161Z]  Init Binary: docker-init
20:19:22 [2020-11-06T20:19:22.161Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
20:19:22 [2020-11-06T20:19:22.161Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:19:22 [2020-11-06T20:19:22.161Z]  init version: fec3683
20:19:22 [2020-11-06T20:19:22.161Z]  Security Options:
20:19:22 [2020-11-06T20:19:22.161Z]   apparmor
20:19:22 [2020-11-06T20:19:22.161Z]   seccomp
20:19:22 [2020-11-06T20:19:22.161Z]    Profile: default
20:19:22 [2020-11-06T20:19:22.161Z]  Kernel Version: 4.15.0-91-generic
20:19:22 [2020-11-06T20:19:22.161Z]  Operating System: Ubuntu 18.04.4 LTS
20:19:22 [2020-11-06T20:19:22.161Z]  OSType: linux
20:19:22 [2020-11-06T20:19:22.161Z]  Architecture: s390x
20:19:22 [2020-11-06T20:19:22.161Z]  CPUs: 2
20:19:22 [2020-11-06T20:19:22.161Z]  Total Memory: 7.861GiB
20:19:22 [2020-11-06T20:19:22.161Z]  Name: s390x-ubuntu-14
20:19:22 [2020-11-06T20:19:22.161Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
20:19:22 [2020-11-06T20:19:22.161Z]  Docker Root Dir: /var/lib/docker
20:19:22 [2020-11-06T20:19:22.161Z]  Debug Mode: false
20:19:22 [2020-11-06T20:19:22.161Z]  Username: dockerbuildbot
20:19:22 [2020-11-06T20:19:22.161Z]  Registry: https://index.docker.io/v1/
20:19:22 [2020-11-06T20:19:22.161Z]  Labels:
20:19:22 [2020-11-06T20:19:22.161Z]  Experimental: true
20:19:22 [2020-11-06T20:19:22.161Z]  Insecure Registries:
20:19:22 [2020-11-06T20:19:22.161Z]   127.0.0.0/8
20:19:22 [2020-11-06T20:19:22.161Z]  Live Restore Enabled: false
20:19:22 [2020-11-06T20:19:22.161Z] 
20:19:22 [2020-11-06T20:19:22.161Z] WARNING: No swap limit support
[Pipeline] sh
20:19:22 [2020-11-06T20:19:22.540Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:22 [2020-11-06T20:19:22.540Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:22 [2020-11-06T20:19:22.540Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41648/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:19:22 [2020-11-06T20:19:22.540Z] + bash /home/jenkins/workspace/moby_PR-41648/check-config.sh
20:19:22 [2020-11-06T20:19:22.540Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:19:22 [2020-11-06T20:19:22.540Z] info: reading kernel config from /boot/config-4.15.0-91-generic ...
20:19:22 [2020-11-06T20:19:22.540Z] 
20:19:22 [2020-11-06T20:19:22.540Z] Generally Necessary:
20:19:22 [2020-11-06T20:19:22.540Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:19:22 [2020-11-06T20:19:22.540Z] - apparmor: enabled and tools installed
20:19:22 [2020-11-06T20:19:22.540Z] - CONFIG_NAMESPACES: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_NET_NS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_PID_NS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IPC_NS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_UTS_NS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUPS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUP_CPUACCT: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUP_DEVICE: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUP_FREEZER: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUP_SCHED: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CPUSETS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_MEMCG: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_KEYS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_VETH: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_BRIDGE: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_NF_NAT: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_NF_NAT_NEEDED: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_POSIX_MQUEUE: enabled
20:19:22 [2020-11-06T20:19:22.541Z] 
20:19:22 [2020-11-06T20:19:22.541Z] Optional Features:
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_USER_NS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_SECCOMP: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUP_PIDS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_MEMCG_SWAP: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:19:22 [2020-11-06T20:19:22.541Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_BLK_CGROUP: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IOSCHED_CFQ: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUP_PERF: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUP_HUGETLB: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_CFS_BANDWIDTH: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_RT_GROUP_SCHED: missing
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_VS: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_VS_NFCT: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_IP_VS_RR: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_EXT4_FS: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:19:22 [2020-11-06T20:19:22.541Z] - Network Drivers:
20:19:22 [2020-11-06T20:19:22.541Z]   - "overlay":
20:19:22 [2020-11-06T20:19:22.541Z]     - CONFIG_VXLAN: enabled (as module)
20:19:22 [2020-11-06T20:19:22.541Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:19:22 [2020-11-06T20:19:22.541Z]       Optional (for encrypted networks):
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_CRYPTO: enabled
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_CRYPTO_AEAD: enabled
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_CRYPTO_GCM: enabled
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_CRYPTO_GHASH: enabled
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_XFRM: enabled
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_XFRM_USER: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_INET_ESP: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]   - "ipvlan":
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_IPVLAN: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]   - "macvlan":
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_MACVLAN: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_DUMMY: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]   - "ftp,tftp client in container":
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z] - Storage Drivers:
20:19:22 [2020-11-06T20:19:22.832Z]   - "aufs":
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_AUFS_FS: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]   - "btrfs":
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:19:22 [2020-11-06T20:19:22.832Z]   - "devicemapper":
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_BLK_DEV_DM: enabled
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]   - "overlay":
20:19:22 [2020-11-06T20:19:22.832Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:19:22 [2020-11-06T20:19:22.832Z]   - "zfs":
20:19:22 [2020-11-06T20:19:22.832Z]     - /dev/zfs: missing
20:19:22 [2020-11-06T20:19:22.832Z]     - zfs command: missing
20:19:22 [2020-11-06T20:19:22.832Z]     - zpool command: missing
20:19:22 [2020-11-06T20:19:22.832Z] 
20:19:22 [2020-11-06T20:19:22.832Z] Limits:
20:19:22 [2020-11-06T20:19:22.832Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:19:22 [2020-11-06T20:19:22.832Z] 
20:19:22 [2020-11-06T20:19:22.832Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:19:23 [2020-11-06T20:19:23.265Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1bb3491601a4f1d654edbc1e997016baa015176e .
20:19:23 [2020-11-06T20:19:23.265Z] #2 [internal] load .dockerignore
20:19:23 [2020-11-06T20:19:23.265Z] #2 transferring context: 87B 0.0s done
20:19:23 [2020-11-06T20:19:23.265Z] #2 DONE 0.0s
20:19:23 [2020-11-06T20:19:23.265Z] 
20:19:23 [2020-11-06T20:19:23.265Z] #1 [internal] load build definition from Dockerfile
20:19:23 [2020-11-06T20:19:23.265Z] #1 transferring dockerfile: 16.58kB 0.0s done
20:19:23 [2020-11-06T20:19:23.265Z] #1 DONE 0.0s
20:19:23 [2020-11-06T20:19:23.265Z] 
20:19:23 [2020-11-06T20:19:23.265Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:19:23 [2020-11-06T20:19:23.556Z] #3 DONE 0.3s
20:19:23 [2020-11-06T20:19:23.641Z] Client:
20:19:23 [2020-11-06T20:19:23.641Z]  Debug Mode: false
20:19:23 [2020-11-06T20:19:23.641Z] 
20:19:23 [2020-11-06T20:19:23.641Z] Server:
20:19:23 [2020-11-06T20:19:23.641Z]  Containers: 0
20:19:23 [2020-11-06T20:19:23.641Z]   Running: 0
20:19:23 [2020-11-06T20:19:23.641Z]   Paused: 0
20:19:23 [2020-11-06T20:19:23.641Z]   Stopped: 0
20:19:23 [2020-11-06T20:19:23.641Z]  Images: 1
20:19:23 [2020-11-06T20:19:23.641Z]  Server Version: 19.03.13
20:19:23 [2020-11-06T20:19:23.641Z]  Storage Driver: overlay2
20:19:23 [2020-11-06T20:19:23.641Z]   Backing Filesystem: extfs
20:19:23 [2020-11-06T20:19:23.641Z]   Supports d_type: true
20:19:23 [2020-11-06T20:19:23.641Z]   Native Overlay Diff: true
20:19:23 [2020-11-06T20:19:23.641Z]  Logging Driver: json-file
20:19:23 [2020-11-06T20:19:23.641Z]  Cgroup Driver: cgroupfs
20:19:23 [2020-11-06T20:19:23.641Z]  Plugins:
20:19:23 [2020-11-06T20:19:23.641Z]   Volume: local
20:19:23 [2020-11-06T20:19:23.641Z]   Network: bridge host ipvlan macvlan null overlay
20:19:23 [2020-11-06T20:19:23.641Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:19:23 [2020-11-06T20:19:23.641Z]  Swarm: inactive
20:19:23 [2020-11-06T20:19:23.641Z]  Runtimes: runc
20:19:23 [2020-11-06T20:19:23.641Z]  Default Runtime: runc
20:19:23 [2020-11-06T20:19:23.641Z]  Init Binary: docker-init
20:19:23 [2020-11-06T20:19:23.641Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
20:19:23 [2020-11-06T20:19:23.641Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:19:23 [2020-11-06T20:19:23.641Z]  init version: fec3683
20:19:23 [2020-11-06T20:19:23.641Z]  Security Options:
20:19:23 [2020-11-06T20:19:23.641Z]   apparmor
20:19:23 [2020-11-06T20:19:23.641Z]   seccomp
20:19:23 [2020-11-06T20:19:23.641Z]    Profile: default
20:19:23 [2020-11-06T20:19:23.641Z]  Kernel Version: 5.4.0-1025-aws
20:19:23 [2020-11-06T20:19:23.641Z]  Operating System: Ubuntu 18.04.5 LTS
20:19:23 [2020-11-06T20:19:23.641Z]  OSType: linux
20:19:23 [2020-11-06T20:19:23.641Z]  Architecture: x86_64
20:19:23 [2020-11-06T20:19:23.641Z]  CPUs: 2
20:19:23 [2020-11-06T20:19:23.641Z]  Total Memory: 7.569GiB
20:19:23 [2020-11-06T20:19:23.641Z]  Name: ip-10-100-59-140
20:19:23 [2020-11-06T20:19:23.641Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
20:19:23 [2020-11-06T20:19:23.641Z]  Docker Root Dir: /var/lib/docker
20:19:23 [2020-11-06T20:19:23.641Z]  Debug Mode: false
20:19:23 [2020-11-06T20:19:23.641Z]  Registry: https://index.docker.io/v1/
20:19:23 [2020-11-06T20:19:23.641Z]  Labels:
20:19:23 [2020-11-06T20:19:23.641Z]  Experimental: true
20:19:23 [2020-11-06T20:19:23.641Z]  Insecure Registries:
20:19:23 [2020-11-06T20:19:23.641Z]   127.0.0.0/8
20:19:23 [2020-11-06T20:19:23.641Z]  Live Restore Enabled: true
20:19:23 [2020-11-06T20:19:23.641Z] 
20:19:23 [2020-11-06T20:19:23.641Z] WARNING: No swap limit support
[Pipeline] sh
20:19:23 [2020-11-06T20:19:23.855Z] 
20:19:23 [2020-11-06T20:19:23.855Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:19:23 [2020-11-06T20:19:23.855Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:19:23 [2020-11-06T20:19:23.855Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:19:23 [2020-11-06T20:19:23.855Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done
20:19:23 [2020-11-06T20:19:23.855Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done
20:19:23 [2020-11-06T20:19:23.855Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 867.54kB / 8.88MB 0.1s
20:19:23 [2020-11-06T20:19:23.906Z] Still waiting to schedule task
20:19:23 [2020-11-06T20:19:23.906Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
20:19:23 [2020-11-06T20:19:23.907Z] Still waiting to schedule task
20:19:23 [2020-11-06T20:19:23.907Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
20:19:23 [2020-11-06T20:19:23.910Z] Still waiting to schedule task
20:19:23 [2020-11-06T20:19:23.910Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0f80fc58672cc727f)’
20:19:23 [2020-11-06T20:19:23.912Z] Still waiting to schedule task
20:19:23 [2020-11-06T20:19:23.912Z] Waiting for next available executor on ‘azwin-2-6fdad0’
20:19:23 [2020-11-06T20:19:23.968Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:23 [2020-11-06T20:19:23.968Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:23 [2020-11-06T20:19:23.968Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41648/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:19:23 [2020-11-06T20:19:23.968Z] + bash /home/ubuntu/workspace/moby_PR-41648/check-config.sh
20:19:23 [2020-11-06T20:19:23.968Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:19:23 [2020-11-06T20:19:23.968Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
20:19:23 [2020-11-06T20:19:23.968Z] 
20:19:23 [2020-11-06T20:19:23.968Z] Generally Necessary:
20:19:23 [2020-11-06T20:19:23.968Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:19:23 [2020-11-06T20:19:23.968Z] - apparmor: enabled and tools installed
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_NAMESPACES: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_NET_NS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_PID_NS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_IPC_NS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_UTS_NS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_CGROUPS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_CGROUP_CPUACCT: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_CGROUP_DEVICE: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_CGROUP_FREEZER: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_CGROUP_SCHED: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_CPUSETS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_MEMCG: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_KEYS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_VETH: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_BRIDGE: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_NF_NAT_IPV4: missing
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_NF_NAT: enabled (as module)
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_NF_NAT_NEEDED: missing
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_POSIX_MQUEUE: enabled
20:19:23 [2020-11-06T20:19:23.968Z] 
20:19:23 [2020-11-06T20:19:23.968Z] Optional Features:
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_USER_NS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_SECCOMP: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_CGROUP_PIDS: enabled
20:19:23 [2020-11-06T20:19:23.968Z] - CONFIG_MEMCG_SWAP: enabled
20:19:24 [2020-11-06T20:19:24.152Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done
20:19:24 [2020-11-06T20:19:24.152Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:19:24 [2020-11-06T20:19:24.244Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_BLK_CGROUP: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_IOSCHED_CFQ: missing
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_CGROUP_PERF: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_CGROUP_HUGETLB: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_CFS_BANDWIDTH: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_RT_GROUP_SCHED: missing
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_IP_VS: enabled (as module)
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_IP_VS_NFCT: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_IP_VS_RR: enabled (as module)
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_EXT4_FS: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:19:24 [2020-11-06T20:19:24.244Z] - Network Drivers:
20:19:24 [2020-11-06T20:19:24.244Z]   - "overlay":
20:19:24 [2020-11-06T20:19:24.244Z]     - CONFIG_VXLAN: enabled (as module)
20:19:24 [2020-11-06T20:19:24.244Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:19:24 [2020-11-06T20:19:24.244Z]       Optional (for encrypted networks):
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_CRYPTO: enabled
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_CRYPTO_AEAD: enabled
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_CRYPTO_GCM: enabled
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_CRYPTO_GHASH: enabled
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_XFRM: enabled
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_XFRM_USER: enabled (as module)
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_INET_ESP: enabled (as module)
20:19:24 [2020-11-06T20:19:24.244Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:19:24 [2020-11-06T20:19:24.244Z]   - "ipvlan":
20:19:24 [2020-11-06T20:19:24.244Z]     - CONFIG_IPVLAN: enabled (as module)
20:19:24 [2020-11-06T20:19:24.443Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done
20:19:24 [2020-11-06T20:19:24.444Z] #4 DONE 0.8s
20:19:24 [2020-11-06T20:19:24.511Z]   - "macvlan":
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_MACVLAN: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_DUMMY: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]   - "ftp,tftp client in container":
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z] - Storage Drivers:
20:19:24 [2020-11-06T20:19:24.511Z]   - "aufs":
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_AUFS_FS: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]   - "btrfs":
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:19:24 [2020-11-06T20:19:24.511Z]   - "devicemapper":
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_BLK_DEV_DM: enabled
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]   - "overlay":
20:19:24 [2020-11-06T20:19:24.511Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:19:24 [2020-11-06T20:19:24.511Z]   - "zfs":
20:19:24 [2020-11-06T20:19:24.511Z]     - /dev/zfs: present
20:19:24 [2020-11-06T20:19:24.511Z]     - zfs command: missing
20:19:24 [2020-11-06T20:19:24.511Z]     - zpool command: missing
20:19:24 [2020-11-06T20:19:24.511Z] 
20:19:24 [2020-11-06T20:19:24.511Z] Limits:
20:19:24 [2020-11-06T20:19:24.511Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:19:24 [2020-11-06T20:19:24.511Z] 
20:19:24 [2020-11-06T20:19:24.511Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:19:24 [2020-11-06T20:19:24.735Z] 
20:19:24 [2020-11-06T20:19:24.735Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:19:24 [2020-11-06T20:19:24.861Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1bb3491601a4f1d654edbc1e997016baa015176e .
20:19:24 [2020-11-06T20:19:24.861Z] #1 [internal] load .dockerignore
20:19:24 [2020-11-06T20:19:24.861Z] #1 transferring context: 87B done
20:19:24 [2020-11-06T20:19:24.861Z] #1 DONE 0.1s
20:19:24 [2020-11-06T20:19:24.861Z] 
20:19:24 [2020-11-06T20:19:24.861Z] #2 [internal] load build definition from Dockerfile
20:19:24 [2020-11-06T20:19:24.861Z] #2 transferring dockerfile: 16.58kB done
20:19:24 [2020-11-06T20:19:24.861Z] #2 DONE 0.1s
20:19:24 [2020-11-06T20:19:24.861Z] 
20:19:24 [2020-11-06T20:19:24.861Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:19:25 [2020-11-06T20:19:25.052Z] #7 ...
20:19:25 [2020-11-06T20:19:25.052Z] 
20:19:25 [2020-11-06T20:19:25.052Z] #6 [internal] load metadata for docker.io/library/debian:buster
20:19:25 [2020-11-06T20:19:25.052Z] #6 DONE 0.2s
20:19:25 [2020-11-06T20:19:25.052Z] 
20:19:25 [2020-11-06T20:19:25.052Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:19:25 [2020-11-06T20:19:25.052Z] #5 DONE 0.2s
20:19:25 [2020-11-06T20:19:25.052Z] 
20:19:25 [2020-11-06T20:19:25.052Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:19:25 [2020-11-06T20:19:25.052Z] #7 DONE 0.3s
20:19:25 [2020-11-06T20:19:25.052Z] 
20:19:25 [2020-11-06T20:19:25.052Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:25 [2020-11-06T20:19:25.052Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:19:25 [2020-11-06T20:19:25.052Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:19:25 [2020-11-06T20:19:25.052Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done
20:19:25 [2020-11-06T20:19:25.052Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0B / 7.39MB 0.0s
20:19:25 [2020-11-06T20:19:25.052Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done
20:19:25 [2020-11-06T20:19:25.052Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0B / 48.97MB 0.0s
20:19:25 [2020-11-06T20:19:25.052Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 3.10MB / 7.39MB 0.1s
20:19:25 [2020-11-06T20:19:25.052Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 4.70MB / 48.97MB 0.1s
20:19:25 [2020-11-06T20:19:25.366Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 6.02MB / 7.39MB 0.3s
20:19:25 [2020-11-06T20:19:25.366Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 9.43MB / 48.97MB 0.3s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.3s done
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 20.66MB / 48.97MB 0.4s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 457.67kB / 51.38MB 0.4s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 1.57MB / 9.88MB 0.4s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 25.56MB / 48.97MB 0.5s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 3.39MB / 51.38MB 0.5s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 4.46MB / 9.88MB 0.5s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 28.77MB / 48.97MB 0.7s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 6.93MB / 51.38MB 0.7s
20:19:25 [2020-11-06T20:19:25.664Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 8.03MB / 9.88MB 0.7s
20:19:25 [2020-11-06T20:19:25.807Z] #3 DONE 0.6s
20:19:25 [2020-11-06T20:19:25.807Z] 
20:19:25 [2020-11-06T20:19:25.807Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:19:25 [2020-11-06T20:19:25.807Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:19:25 [2020-11-06T20:19:25.807Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:19:25 [2020-11-06T20:19:25.807Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
20:19:25 [2020-11-06T20:19:25.807Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
20:19:25 [2020-11-06T20:19:25.807Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 2.21MB / 8.88MB 0.1s
20:19:25 [2020-11-06T20:19:25.807Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done
20:19:25 [2020-11-06T20:19:25.807Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
20:19:25 [2020-11-06T20:19:25.963Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 35.51MB / 48.97MB 0.8s
20:19:25 [2020-11-06T20:19:25.963Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 15.45MB / 51.38MB 0.8s
20:19:25 [2020-11-06T20:19:25.963Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.7s done
20:19:25 [2020-11-06T20:19:25.963Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.99MB / 56.74MB 0.8s
20:19:25 [2020-11-06T20:19:25.963Z] #8 ...
20:19:25 [2020-11-06T20:19:25.963Z] 
20:19:25 [2020-11-06T20:19:25.963Z] #21 [internal] load build context
20:19:25 [2020-11-06T20:19:25.963Z] #21 transferring context: 52.00MB 1.0s done
20:19:25 [2020-11-06T20:19:25.963Z] #21 DONE 1.0s
20:19:25 [2020-11-06T20:19:25.963Z] 
20:19:25 [2020-11-06T20:19:25.963Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:25 [2020-11-06T20:19:25.963Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 39.67MB / 48.97MB 0.9s
20:19:25 [2020-11-06T20:19:25.963Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 19.51MB / 51.38MB 0.9s
20:19:25 [2020-11-06T20:19:25.963Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 5.18MB / 56.74MB 0.9s
20:19:26 [2020-11-06T20:19:26.259Z] #8 ...
20:19:26 [2020-11-06T20:19:26.259Z] 
20:19:26 [2020-11-06T20:19:26.259Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:19:26 [2020-11-06T20:19:26.259Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:19:26 [2020-11-06T20:19:26.259Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:19:26 [2020-11-06T20:19:26.259Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:19:26 [2020-11-06T20:19:26.259Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done
20:19:26 [2020-11-06T20:19:26.259Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.6s done
20:19:26 [2020-11-06T20:19:26.259Z] #60 DONE 1.1s
20:19:26 [2020-11-06T20:19:26.259Z] 
20:19:26 [2020-11-06T20:19:26.259Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 43.66MB / 48.97MB 1.0s
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 23.20MB / 51.38MB 1.0s
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 8.85MB / 56.74MB 1.0s
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 47.61MB / 48.97MB 1.1s
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 27.10MB / 51.38MB 1.1s
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 12.79MB / 56.74MB 1.1s
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s done
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 41.79MB / 51.38MB 1.4s
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 16.15MB / 56.74MB 1.4s
20:19:26 [2020-11-06T20:19:26.260Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 1.4s
20:19:26 [2020-11-06T20:19:26.570Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 47.15MB / 51.38MB 1.4s
20:19:26 [2020-11-06T20:19:26.570Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71
20:19:26 [2020-11-06T20:19:26.570Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.6s done
20:19:26 [2020-11-06T20:19:26.570Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 26.56MB / 56.74MB 1.6s
20:19:26 [2020-11-06T20:19:26.570Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 14.28MB / 102.23MB 1.6s
20:19:26 [2020-11-06T20:19:26.570Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0B / 156B 1.6s
20:19:26 [2020-11-06T20:19:26.761Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.5s done
20:19:26 [2020-11-06T20:19:26.761Z] #4 DONE 1.0s
20:19:26 [2020-11-06T20:19:26.761Z] 
20:19:26 [2020-11-06T20:19:26.761Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:19:26 [2020-11-06T20:19:26.869Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 31.64MB / 56.74MB 1.8s
20:19:26 [2020-11-06T20:19:26.869Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.7s done
20:19:26 [2020-11-06T20:19:26.869Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 35.79MB / 56.74MB 1.8s
20:19:26 [2020-11-06T20:19:26.869Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 22.93MB / 102.23MB 1.8s
20:19:26 [2020-11-06T20:19:26.869Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 39.43MB / 56.74MB 1.9s
20:19:27 [2020-11-06T20:19:27.024Z] #7 ...
20:19:27 [2020-11-06T20:19:27.024Z] 
20:19:27 [2020-11-06T20:19:27.024Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:19:27 [2020-11-06T20:19:27.024Z] #5 DONE 0.3s
20:19:27 [2020-11-06T20:19:27.024Z] 
20:19:27 [2020-11-06T20:19:27.024Z] #6 [internal] load metadata for docker.io/library/debian:buster
20:19:27 [2020-11-06T20:19:27.024Z] #6 DONE 0.4s
20:19:27 [2020-11-06T20:19:27.171Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 43.33MB / 56.74MB 2.1s
20:19:27 [2020-11-06T20:19:27.171Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 28.76MB / 102.23MB 2.1s
20:19:27 [2020-11-06T20:19:27.171Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 46.31MB / 56.74MB 2.2s
20:19:27 [2020-11-06T20:19:27.286Z] 
20:19:27 [2020-11-06T20:19:27.286Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:19:27 [2020-11-06T20:19:27.286Z] #7 DONE 0.6s
20:19:27 [2020-11-06T20:19:27.286Z] 
20:19:27 [2020-11-06T20:19:27.286Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:27 [2020-11-06T20:19:27.286Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:19:27 [2020-11-06T20:19:27.471Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 49.72MB / 56.74MB 2.2s
20:19:27 [2020-11-06T20:19:27.472Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 34.33MB / 102.23MB 2.2s
20:19:27 [2020-11-06T20:19:27.472Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 53.77MB / 56.74MB 2.3s
20:19:27 [2020-11-06T20:19:27.472Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.4s
20:19:27 [2020-11-06T20:19:27.472Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 43.28MB / 102.23MB 2.4s
20:19:27 [2020-11-06T20:19:27.548Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s
20:19:27 [2020-11-06T20:19:27.548Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
20:19:27 [2020-11-06T20:19:27.548Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 333.40kB / 50.40MB 0.1s
20:19:27 [2020-11-06T20:19:27.548Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:19:27 [2020-11-06T20:19:27.548Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
20:19:27 [2020-11-06T20:19:27.771Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.5s done
20:19:27 [2020-11-06T20:19:27.772Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 49.02MB / 102.23MB 2.5s
20:19:27 [2020-11-06T20:19:27.772Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 64.57MB / 102.23MB 2.8s
20:19:27 [2020-11-06T20:19:27.772Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.3s done
20:19:27 [2020-11-06T20:19:27.814Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 5.95MB / 7.81MB 0.3s
20:19:27 [2020-11-06T20:19:27.814Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.41MB / 50.40MB 0.3s
20:19:27 [2020-11-06T20:19:27.814Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s
20:19:28 [2020-11-06T20:19:28.066Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 73.18MB / 102.23MB 2.9s
20:19:28 [2020-11-06T20:19:28.066Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0
20:19:28 [2020-11-06T20:19:28.066Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 84.89MB / 102.23MB 3.0s
20:19:28 [2020-11-06T20:19:28.066Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 94.66MB / 102.23MB 3.1s
20:19:28 [2020-11-06T20:19:28.103Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done
20:19:28 [2020-11-06T20:19:28.103Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.18MB / 50.40MB 0.6s
20:19:28 [2020-11-06T20:19:28.103Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.6s
20:19:28 [2020-11-06T20:19:28.359Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.2s
20:19:28 [2020-11-06T20:19:28.359Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.4s done
20:19:28 [2020-11-06T20:19:28.374Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 18.09MB / 50.40MB 0.7s
20:19:28 [2020-11-06T20:19:28.374Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.87MB / 10.00MB 0.7s
20:19:28 [2020-11-06T20:19:28.642Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 24.25MB / 50.40MB 1.0s
20:19:28 [2020-11-06T20:19:28.642Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 6.74MB / 10.00MB 1.0s
20:19:28 [2020-11-06T20:19:28.642Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.00MB / 51.83MB 1.0s
20:19:28 [2020-11-06T20:19:28.642Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.36MB / 50.40MB 1.2s
20:19:28 [2020-11-06T20:19:28.642Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.2s
20:19:28 [2020-11-06T20:19:28.642Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.2s done
20:19:28 [2020-11-06T20:19:28.642Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.97MB / 51.83MB 1.3s
20:19:28 [2020-11-06T20:19:28.642Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.3s
20:19:28 [2020-11-06T20:19:28.650Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.3s done
20:19:28 [2020-11-06T20:19:28.650Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc
20:19:28 [2020-11-06T20:19:28.910Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 31.80MB / 50.40MB 1.4s
20:19:28 [2020-11-06T20:19:28.910Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 10.82MB / 51.83MB 1.5s
20:19:28 [2020-11-06T20:19:28.910Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.20MB / 68.67MB 1.5s
20:19:28 [2020-11-06T20:19:28.940Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.4s done
20:19:29 [2020-11-06T20:19:29.174Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.35MB / 50.40MB 1.7s
20:19:29 [2020-11-06T20:19:29.174Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.15MB / 51.83MB 1.7s
20:19:29 [2020-11-06T20:19:29.174Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.43MB / 68.67MB 1.8s
20:19:29 [2020-11-06T20:19:29.233Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d
20:19:29 [2020-11-06T20:19:29.440Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.29MB / 51.83MB 1.9s
20:19:29 [2020-11-06T20:19:29.440Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 42.02MB / 50.40MB 2.0s
20:19:29 [2020-11-06T20:19:29.440Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 20.14MB / 51.83MB 2.0s
20:19:29 [2020-11-06T20:19:29.759Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 47.33MB / 50.40MB 2.2s
20:19:29 [2020-11-06T20:19:29.759Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.32MB / 51.83MB 2.2s
20:19:29 [2020-11-06T20:19:29.759Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 17.05MB / 68.67MB 2.2s
20:19:29 [2020-11-06T20:19:29.759Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.3s
20:19:30 [2020-11-06T20:19:30.090Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.16MB / 51.83MB 2.4s
20:19:30 [2020-11-06T20:19:30.090Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 21.93MB / 68.67MB 2.4s
20:19:30 [2020-11-06T20:19:30.090Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.17MB / 51.83MB 2.6s
20:19:30 [2020-11-06T20:19:30.090Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 25.54MB / 68.67MB 2.6s
20:19:30 [2020-11-06T20:19:30.267Z] #8 ...
20:19:30 [2020-11-06T20:19:30.267Z] 
20:19:30 [2020-11-06T20:19:30.267Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:19:30 [2020-11-06T20:19:30.267Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
20:19:30 [2020-11-06T20:19:30.267Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
20:19:30 [2020-11-06T20:19:30.267Z] #24 sha256:f4f8457fd057d0744bbd01d994e9ad1229f0bee5d063f1ab7a8568ef18c8ddf8 529B / 529B done
20:19:30 [2020-11-06T20:19:30.267Z] #24 sha256:85991a508dae9b547fed5d7702ba645164a47b8d92598304c4b465bbad0bc7b2 1.50kB / 1.50kB done
20:19:30 [2020-11-06T20:19:30.267Z] #24 sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 48.97MB / 48.97MB 2.7s done
20:19:30 [2020-11-06T20:19:30.267Z] #24 extracting sha256:dcbd85f88306d080bce94006a992947eaf462efa80b07c202b0514e6ef412fdf 1.9s done
20:19:30 [2020-11-06T20:19:30.267Z] #24 DONE 5.1s
20:19:30 [2020-11-06T20:19:30.267Z] 
20:19:30 [2020-11-06T20:19:30.267Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:30 [2020-11-06T20:19:30.369Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.8s done
20:19:30 [2020-11-06T20:19:30.369Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.58MB / 51.83MB 2.8s
20:19:30 [2020-11-06T20:19:30.369Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 29.86MB / 68.67MB 3.0s
20:19:30 [2020-11-06T20:19:30.369Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.25MB / 120.17MB 3.0s
20:19:30 [2020-11-06T20:19:30.649Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 39.77MB / 51.83MB 3.1s
20:19:30 [2020-11-06T20:19:30.921Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.63MB / 68.67MB 3.3s
20:19:30 [2020-11-06T20:19:30.921Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 44.41MB / 51.83MB 3.5s
20:19:30 [2020-11-06T20:19:30.921Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.20MB / 68.67MB 3.5s
20:19:30 [2020-11-06T20:19:30.921Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.00MB / 120.17MB 3.5s
20:19:31 [2020-11-06T20:19:31.186Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.17MB / 51.83MB 3.6s
20:19:31 [2020-11-06T20:19:31.186Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 42.77MB / 68.67MB 3.6s
20:19:31 [2020-11-06T20:19:31.186Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
20:19:31 [2020-11-06T20:19:31.186Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.7s
20:19:31 [2020-11-06T20:19:31.186Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.36MB / 68.67MB 3.7s
20:19:31 [2020-11-06T20:19:31.186Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 18.55MB / 120.17MB 3.7s
20:19:31 [2020-11-06T20:19:31.301Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.8s done
20:19:31 [2020-11-06T20:19:31.301Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747
20:19:31 [2020-11-06T20:19:31.451Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 50.82MB / 68.67MB 3.9s
20:19:31 [2020-11-06T20:19:31.451Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.17MB / 68.67MB 4.0s
20:19:31 [2020-11-06T20:19:31.451Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 27.58MB / 120.17MB 4.0s
20:19:31 [2020-11-06T20:19:31.451Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.40MB / 68.67MB 4.1s
20:19:31 [2020-11-06T20:19:31.714Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 37.67MB / 120.17MB 4.2s
20:19:31 [2020-11-06T20:19:31.746Z] Fetching without tags
20:19:31 [2020-11-06T20:19:31.976Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 47.82MB / 120.17MB 4.4s
20:19:31 [2020-11-06T20:19:31.976Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 62.40MB / 120.17MB 4.6s
20:19:32 [2020-11-06T20:19:32.143Z] Merging remotes/origin/master commit 49e809fbfe250f3df2deacc0c3e5c403db3b8915 into PR head commit 1bb3491601a4f1d654edbc1e997016baa015176e
20:19:32 [2020-11-06T20:19:32.239Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.00MB / 120.17MB 4.7s
20:19:32 [2020-11-06T20:19:32.239Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 78.98MB / 120.17MB 4.8s
20:19:32 [2020-11-06T20:19:32.508Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.50MB / 120.17MB 4.9s
20:19:31 [2020-11-06T20:19:31.716Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:19:31 [2020-11-06T20:19:31.720Z]  > git config --add remote.origin.fetch +refs/pull/41648/head:refs/remotes/origin/PR-41648 # timeout=10
20:19:31 [2020-11-06T20:19:31.723Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:19:31 [2020-11-06T20:19:31.738Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:19:31 [2020-11-06T20:19:31.753Z] Fetching upstream changes from https://github.com/moby/moby.git
20:19:31 [2020-11-06T20:19:31.753Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:31 [2020-11-06T20:19:31.754Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:19:32 [2020-11-06T20:19:32.150Z]  > git config core.sparsecheckout # timeout=10
20:19:32 [2020-11-06T20:19:32.153Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:19:33 [2020-11-06T20:19:33.015Z] Merge succeeded, producing 1bb3491601a4f1d654edbc1e997016baa015176e
20:19:33 [2020-11-06T20:19:33.016Z] Checking out Revision 1bb3491601a4f1d654edbc1e997016baa015176e (PR-41648)
20:19:33 [2020-11-06T20:19:33.381Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.8s done
20:19:33 [2020-11-06T20:19:33.381Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882
20:19:34 [2020-11-06T20:19:34.074Z] Commit message: "builder: fix detection of experimental --stream option (deprecated)"
20:19:34 [2020-11-06T20:19:34.127Z]  > git --version # timeout=10
20:19:34 [2020-11-06T20:19:34.130Z]  > git --version # 'git version 2.7.4'
20:19:34 [2020-11-06T20:19:34.134Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:19:34 [2020-11-06T20:19:34.428Z] #8 ...
20:19:34 [2020-11-06T20:19:34.428Z] 
20:19:34 [2020-11-06T20:19:34.428Z] #21 [internal] load build context
20:19:34 [2020-11-06T20:19:34.428Z] #21 transferring context: 52.00MB 6.2s done
20:19:34 [2020-11-06T20:19:34.428Z] #21 DONE 6.8s
20:19:34 [2020-11-06T20:19:34.428Z] 
20:19:34 [2020-11-06T20:19:34.428Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:34 [2020-11-06T20:19:34.428Z] #8 ...
20:19:34 [2020-11-06T20:19:34.428Z] 
20:19:34 [2020-11-06T20:19:34.428Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:19:34 [2020-11-06T20:19:34.428Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:19:34 [2020-11-06T20:19:34.428Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.8s done
20:19:34 [2020-11-06T20:19:34.428Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:19:34 [2020-11-06T20:19:34.428Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:19:34 [2020-11-06T20:19:34.428Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.7s done
20:19:34 [2020-11-06T20:19:34.428Z] #60 ...
20:19:34 [2020-11-06T20:19:34.428Z] 
20:19:34 [2020-11-06T20:19:34.428Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:34 [2020-11-06T20:19:34.428Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.0s done
20:19:34 [2020-11-06T20:19:34.428Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.0s done
20:19:34 [2020-11-06T20:19:34.428Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.0s
20:19:34 [2020-11-06T20:19:34.428Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 6.6s done
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:19:32 [2020-11-06T20:19:32.970Z]  > git remote # timeout=10
20:19:32 [2020-11-06T20:19:32.973Z]  > git config --get remote.origin.url # timeout=10
20:19:32 [2020-11-06T20:19:32.978Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:19:32 [2020-11-06T20:19:32.979Z]  > git merge 49e809fbfe250f3df2deacc0c3e5c403db3b8915 # timeout=10
20:19:33 [2020-11-06T20:19:33.007Z]  > git rev-parse HEAD^{commit} # timeout=10
20:19:33 [2020-11-06T20:19:33.022Z]  > git config core.sparsecheckout # timeout=10
20:19:33 [2020-11-06T20:19:33.025Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:19:34 [2020-11-06T20:19:34.988Z] + docker version
20:19:34 [2020-11-06T20:19:34.988Z] Client:
20:19:34 [2020-11-06T20:19:34.988Z]  Version:           18.06.1-ce
20:19:34 [2020-11-06T20:19:34.988Z]  API version:       1.38
20:19:34 [2020-11-06T20:19:34.988Z]  Go version:        go1.10.3
20:19:34 [2020-11-06T20:19:34.988Z]  Git commit:        e68fc7a
20:19:34 [2020-11-06T20:19:34.988Z]  Built:             Tue Aug 21 17:26:10 2018
20:19:34 [2020-11-06T20:19:34.988Z]  OS/Arch:           linux/ppc64le
20:19:34 [2020-11-06T20:19:34.988Z]  Experimental:      false
20:19:34 [2020-11-06T20:19:34.988Z] 
20:19:34 [2020-11-06T20:19:34.988Z] Server:
20:19:34 [2020-11-06T20:19:34.988Z]  Engine:
20:19:34 [2020-11-06T20:19:34.988Z]   Version:          18.06.1-ce
20:19:34 [2020-11-06T20:19:34.988Z]   API version:      1.38 (minimum version 1.12)
20:19:34 [2020-11-06T20:19:34.988Z]   Go version:       go1.10.3
20:19:34 [2020-11-06T20:19:34.988Z]   Git commit:       e68fc7a
20:19:34 [2020-11-06T20:19:34.988Z]   Built:            Tue Aug 21 17:24:20 2018
20:19:34 [2020-11-06T20:19:34.988Z]   OS/Arch:          linux/ppc64le
20:19:34 [2020-11-06T20:19:34.988Z]   Experimental:     true
20:19:35 [2020-11-06T20:19:35.004Z] #8 ...
20:19:35 [2020-11-06T20:19:35.004Z] 
20:19:35 [2020-11-06T20:19:35.004Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:19:35 [2020-11-06T20:19:35.004Z] #60 DONE 7.4s
20:19:35 [2020-11-06T20:19:35.004Z] 
20:19:35 [2020-11-06T20:19:35.004Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:35 [2020-11-06T20:19:35.004Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.3s done
[Pipeline] sh
20:19:35 [2020-11-06T20:19:35.375Z] + docker info
20:19:35 [2020-11-06T20:19:35.375Z] Containers: 0
20:19:35 [2020-11-06T20:19:35.375Z]  Running: 0
20:19:35 [2020-11-06T20:19:35.375Z]  Paused: 0
20:19:35 [2020-11-06T20:19:35.375Z]  Stopped: 0
20:19:35 [2020-11-06T20:19:35.375Z] Images: 0
20:19:35 [2020-11-06T20:19:35.375Z] Server Version: 18.06.1-ce
20:19:35 [2020-11-06T20:19:35.375Z] Storage Driver: overlay2
20:19:35 [2020-11-06T20:19:35.375Z]  Backing Filesystem: extfs
20:19:35 [2020-11-06T20:19:35.375Z]  Supports d_type: true
20:19:35 [2020-11-06T20:19:35.375Z]  Native Overlay Diff: true
20:19:35 [2020-11-06T20:19:35.375Z] Logging Driver: json-file
20:19:35 [2020-11-06T20:19:35.375Z] Cgroup Driver: cgroupfs
20:19:35 [2020-11-06T20:19:35.375Z] Plugins:
20:19:35 [2020-11-06T20:19:35.375Z]  Volume: local
20:19:35 [2020-11-06T20:19:35.375Z]  Network: bridge host ipvlan macvlan null overlay
20:19:35 [2020-11-06T20:19:35.375Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
20:19:35 [2020-11-06T20:19:35.375Z] Swarm: inactive
20:19:35 [2020-11-06T20:19:35.375Z] Runtimes: runc
20:19:35 [2020-11-06T20:19:35.375Z] Default Runtime: runc
20:19:35 [2020-11-06T20:19:35.375Z] Init Binary: docker-init
20:19:35 [2020-11-06T20:19:35.375Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
20:19:35 [2020-11-06T20:19:35.375Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
20:19:35 [2020-11-06T20:19:35.375Z] init version: fec3683
20:19:35 [2020-11-06T20:19:35.375Z] Security Options:
20:19:35 [2020-11-06T20:19:35.375Z]  apparmor
20:19:35 [2020-11-06T20:19:35.375Z]  seccomp
20:19:35 [2020-11-06T20:19:35.375Z]   Profile: default
20:19:35 [2020-11-06T20:19:35.375Z] Kernel Version: 4.4.0-130-generic
20:19:35 [2020-11-06T20:19:35.375Z] Operating System: Ubuntu 16.04.3 LTS
20:19:35 [2020-11-06T20:19:35.375Z] OSType: linux
20:19:35 [2020-11-06T20:19:35.375Z] Architecture: ppc64le
20:19:35 [2020-11-06T20:19:35.375Z] CPUs: 4
20:19:35 [2020-11-06T20:19:35.375Z] Total Memory: 7.972GiB
20:19:35 [2020-11-06T20:19:35.375Z] Name: ppc64le-ubuntu-24
20:19:35 [2020-11-06T20:19:35.375Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
20:19:35 [2020-11-06T20:19:35.375Z] Docker Root Dir: /var/lib/docker
20:19:35 [2020-11-06T20:19:35.375Z] Debug Mode (client): false
20:19:35 [2020-11-06T20:19:35.375Z] Debug Mode (server): false
20:19:35 [2020-11-06T20:19:35.375Z] Username: dockerbuildbot
20:19:35 [2020-11-06T20:19:35.375Z] Registry: https://index.docker.io/v1/
20:19:35 [2020-11-06T20:19:35.375Z] Labels:
20:19:35 [2020-11-06T20:19:35.375Z] Experimental: true
20:19:35 [2020-11-06T20:19:35.375Z] Insecure Registries:
20:19:35 [2020-11-06T20:19:35.375Z]  127.0.0.0/8
20:19:35 [2020-11-06T20:19:35.375Z] Live Restore Enabled: false
20:19:35 [2020-11-06T20:19:35.375Z] 
[Pipeline] sh
20:19:35 [2020-11-06T20:19:35.761Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:35 [2020-11-06T20:19:35.762Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:19:35 [2020-11-06T20:19:35.762Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41648/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:19:35 [2020-11-06T20:19:35.762Z] + bash /home/docker/workspace/moby_PR-41648/check-config.sh
20:19:35 [2020-11-06T20:19:35.762Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:19:35 [2020-11-06T20:19:35.762Z] info: reading kernel config from /boot/config-4.4.0-130-generic ...
20:19:35 [2020-11-06T20:19:35.762Z] 
20:19:35 [2020-11-06T20:19:35.762Z] Generally Necessary:
20:19:35 [2020-11-06T20:19:35.762Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:19:35 [2020-11-06T20:19:35.762Z] - apparmor: enabled and tools installed
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_NAMESPACES: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_NET_NS: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_PID_NS: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_IPC_NS: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_UTS_NS: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_CGROUPS: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_CGROUP_CPUACCT: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_CGROUP_DEVICE: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_CGROUP_FREEZER: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_CGROUP_SCHED: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_CPUSETS: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_MEMCG: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_KEYS: enabled
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_VETH: enabled (as module)
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_BRIDGE: enabled (as module)
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:19:35 [2020-11-06T20:19:35.762Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_NF_NAT: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_NF_NAT_NEEDED: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_POSIX_MQUEUE: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
20:19:36 [2020-11-06T20:19:36.058Z] 
20:19:36 [2020-11-06T20:19:36.058Z] Optional Features:
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_USER_NS: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_SECCOMP: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_CGROUP_PIDS: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_MEMCG_SWAP: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:19:36 [2020-11-06T20:19:36.058Z]     (cgroup swap accounting is currently enabled)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_MEMCG_KMEM: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_BLK_CGROUP: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IOSCHED_CFQ: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_CGROUP_PERF: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_CGROUP_HUGETLB: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_CFS_BANDWIDTH: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_RT_GROUP_SCHED: missing
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_VS: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_VS_NFCT: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_IP_VS_RR: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_EXT4_FS: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:19:36 [2020-11-06T20:19:36.058Z] - Network Drivers:
20:19:36 [2020-11-06T20:19:36.058Z]   - "overlay":
20:19:36 [2020-11-06T20:19:36.058Z]     - CONFIG_VXLAN: enabled (as module)
20:19:36 [2020-11-06T20:19:36.058Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:19:36 [2020-11-06T20:19:36.058Z]       Optional (for encrypted networks):
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_CRYPTO: enabled
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_XFRM: enabled
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_XFRM_USER: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_INET_ESP: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]   - "ipvlan":
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_IPVLAN: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]   - "macvlan":
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_MACVLAN: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_DUMMY: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]   - "ftp,tftp client in container":
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z] - Storage Drivers:
20:19:36 [2020-11-06T20:19:36.351Z]   - "aufs":
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_AUFS_FS: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]   - "btrfs":
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:19:36 [2020-11-06T20:19:36.351Z]   - "devicemapper":
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_BLK_DEV_DM: enabled
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]   - "overlay":
20:19:36 [2020-11-06T20:19:36.351Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:19:36 [2020-11-06T20:19:36.351Z]   - "zfs":
20:19:36 [2020-11-06T20:19:36.351Z]     - /dev/zfs: missing
20:19:36 [2020-11-06T20:19:36.351Z]     - zfs command: missing
20:19:36 [2020-11-06T20:19:36.351Z]     - zpool command: missing
20:19:36 [2020-11-06T20:19:36.351Z] 
20:19:36 [2020-11-06T20:19:36.351Z] Limits:
20:19:36 [2020-11-06T20:19:36.351Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:19:36 [2020-11-06T20:19:36.351Z] 
20:19:36 [2020-11-06T20:19:36.351Z] + true
[Pipeline] }
20:19:36 [2020-11-06T20:19:36.394Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s done
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:19:36 [2020-11-06T20:19:36.792Z] + make bundles/buildx
20:19:36 [2020-11-06T20:19:36.909Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.3s done
20:19:36 [2020-11-06T20:19:36.969Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
20:19:37 [2020-11-06T20:19:37.088Z] make: command: Command not found
20:19:37 [2020-11-06T20:19:37.088Z] make: command: Command not found
20:19:37 [2020-11-06T20:19:37.088Z] mkdir bundles
20:19:37 [2020-11-06T20:19:37.088Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
20:19:37 [2020-11-06T20:19:37.088Z] 	--build-arg BUILDX_COMMIT \
20:19:37 [2020-11-06T20:19:37.088Z] 	--build-arg BUILDX_REPO \
20:19:37 [2020-11-06T20:19:37.088Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
20:19:37 [2020-11-06T20:19:37.088Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
20:19:37 [2020-11-06T20:19:37.088Z] 	.
20:19:37 [2020-11-06T20:19:37.088Z] /bin/sh: 4: go: not found
20:19:37 [2020-11-06T20:19:37.088Z] /bin/sh: 5: go: not found
20:19:37 [2020-11-06T20:19:37.200Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done
20:19:37 [2020-11-06T20:19:37.501Z] #8 DONE 12.4s
20:19:37 [2020-11-06T20:19:37.501Z] 
20:19:37 [2020-11-06T20:19:37.501Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:19:37 [2020-11-06T20:19:37.501Z] #25 0.683 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 0.698 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 0.737 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 0.816 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [216 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 0.973 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 1.125 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
20:19:37 [2020-11-06T20:19:37.501Z] #25 2.090 Fetched 8086 kB in 1s (5668 kB/s)
20:19:37 [2020-11-06T20:19:37.501Z] #25 2.090 Reading package lists...
20:19:37 [2020-11-06T20:19:37.501Z] #25 2.528 Reading package lists...
20:19:37 [2020-11-06T20:19:37.501Z] #25 2.959 Building dependency tree...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.080 The following additional packages will be installed:
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.080   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.080   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.080   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.080 Suggested packages:
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.080   krb5-doc krb5-user
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.080 Recommended packages:
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.080   krb5-locales publicsuffix libsasl2-modules
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.190 The following NEW packages will be installed:
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.190   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.190   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.190   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.190   libssh2-1 libssl1.1 openssl
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.214 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.214 Need to get 4591 kB of archives.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.214 After this operation, 11.9 MB of additional disk space will be used.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.214 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.235 Get:2 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u3 [213 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.235 Get:3 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.266 Get:4 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.276 Get:5 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u3 [1199 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.322 Get:6 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u3 [827 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.358 Get:7 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.361 Get:8 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.362 Get:9 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3 [64.6 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.363 Get:10 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3 [120 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.364 Get:11 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3 [346 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.371 Get:12 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3 [146 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.373 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.375 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.375 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.377 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.380 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.384 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.389 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.391 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.392 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.482 debconf: delaying package configuration, since apt-utils is not installed
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.493 Fetched 4591 kB in 0s (23.4 MB/s)
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.506 Selecting previously unselected package libsasl2-modules-db:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.506 (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 ... 6675 files and directories currently installed.)
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.510 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.512 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.538 Selecting previously unselected package libsasl2-2:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.538 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.546 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.577 Selecting previously unselected package libldap-common.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.577 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.585 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.606 Selecting previously unselected package libldap-2.4-2:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.606 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.608 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.689 Selecting previously unselected package libssl1.1:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.689 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.697 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.852 Selecting previously unselected package openssl.
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.852 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 3.854 Unpacking openssl (1.1.1d-0+deb10u3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.013 Selecting previously unselected package ca-certificates.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.013 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.016 Unpacking ca-certificates (20200601~deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.055 Selecting previously unselected package libkeyutils1:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.055 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.057 Unpacking libkeyutils1:s390x (1.6-6) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.078 Selecting previously unselected package libkrb5support0:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.078 Preparing to unpack .../08-libkrb5support0_1.17-3_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.080 Unpacking libkrb5support0:s390x (1.17-3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.104 Selecting previously unselected package libk5crypto3:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.104 Preparing to unpack .../09-libk5crypto3_1.17-3_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.113 Unpacking libk5crypto3:s390x (1.17-3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.139 Selecting previously unselected package libkrb5-3:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.139 Preparing to unpack .../10-libkrb5-3_1.17-3_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.141 Unpacking libkrb5-3:s390x (1.17-3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.200 Selecting previously unselected package libgssapi-krb5-2:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.200 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.202 Unpacking libgssapi-krb5-2:s390x (1.17-3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.243 Selecting previously unselected package libnghttp2-14:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.243 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.253 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.275 Selecting previously unselected package libpsl5:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.275 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.278 Unpacking libpsl5:s390x (0.20.2-2) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.309 Selecting previously unselected package librtmp1:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.309 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.314 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.339 Selecting previously unselected package libssh2-1:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.339 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.342 Unpacking libssh2-1:s390x (1.8.0-2.1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.379 Selecting previously unselected package libcurl4:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.379 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.381 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.431 Selecting previously unselected package curl.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.431 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.434 Unpacking curl (7.64.0-4+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.473 Selecting previously unselected package libonig5:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.473 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.476 Unpacking libonig5:s390x (6.9.1-1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.620 Selecting previously unselected package libjq1:s390x.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.620 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.624 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.656 Selecting previously unselected package jq.
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.657 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.659 Unpacking jq (1.5+dfsg-2+b1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.689 Setting up libkeyutils1:s390x (1.6-6) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.696 Setting up libpsl5:s390x (0.20.2-2) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.702 Setting up libssl1.1:s390x (1.1.1d-0+deb10u3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.763 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.769 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.777 Setting up libkrb5support0:s390x (1.17-3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.784 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.790 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.797 Setting up libk5crypto3:s390x (1.17-3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.803 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.809 Setting up libssh2-1:s390x (1.8.0-2.1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.816 Setting up libkrb5-3:s390x (1.17-3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.822 Setting up openssl (1.1.1d-0+deb10u3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.831 Setting up libonig5:s390x (6.9.1-1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.837 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.843 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 4.851 Setting up ca-certificates (20200601~deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 5.216 Updating certificates in /etc/ssl/certs...
20:19:37 [2020-11-06T20:19:37.501Z] #25 5.827 126 added, 0 removed; done.
20:19:37 [2020-11-06T20:19:37.501Z] #25 6.018 Setting up libgssapi-krb5-2:s390x (1.17-3) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 6.027 Setting up jq (1.5+dfsg-2+b1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 6.034 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 6.041 Setting up curl (7.64.0-4+deb10u1) ...
20:19:37 [2020-11-06T20:19:37.501Z] #25 6.048 Processing triggers for libc-bin (2.28-10) ...
20:19:37 [2020-11-06T20:19:37.502Z] #25 6.060 Processing triggers for ca-certificates (20200601~deb10u1) ...
20:19:37 [2020-11-06T20:19:37.502Z] #25 6.064 Updating certificates in /etc/ssl/certs...
20:19:37 [2020-11-06T20:19:37.502Z] #25 6.422 0 added, 0 removed; done.
20:19:37 [2020-11-06T20:19:37.502Z] #25 6.422 Running hooks in /etc/ca-certificates/update.d...
20:19:37 [2020-11-06T20:19:37.502Z] #25 6.424 done.
20:19:37 [2020-11-06T20:19:37.502Z] #25 DONE 7.3s
20:19:37 [2020-11-06T20:19:37.502Z] 
20:19:37 [2020-11-06T20:19:37.502Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:19:37 [2020-11-06T20:19:37.502Z] #9 ...
20:19:37 [2020-11-06T20:19:37.502Z] 
20:19:37 [2020-11-06T20:19:37.502Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:19:37 [2020-11-06T20:19:37.502Z] #26 DONE 0.1s
20:19:37 [2020-11-06T20:19:37.548Z] #8 ...
20:19:37 [2020-11-06T20:19:37.548Z] 
20:19:37 [2020-11-06T20:19:37.548Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:19:37 [2020-11-06T20:19:37.548Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
20:19:37 [2020-11-06T20:19:37.548Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
20:19:37 [2020-11-06T20:19:37.548Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done
20:19:37 [2020-11-06T20:19:37.548Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done
20:19:37 [2020-11-06T20:19:37.548Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 9.1s done
20:19:37 [2020-11-06T20:19:37.548Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 0.7s
20:19:37 [2020-11-06T20:19:37.548Z] #24 ...
20:19:37 [2020-11-06T20:19:37.548Z] 
20:19:37 [2020-11-06T20:19:37.548Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:37 [2020-11-06T20:19:37.793Z] 
20:19:37 [2020-11-06T20:19:37.793Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:19:38 [2020-11-06T20:19:38.085Z] #27 ...
20:19:38 [2020-11-06T20:19:38.085Z] 
20:19:38 [2020-11-06T20:19:38.085Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:19:38 [2020-11-06T20:19:38.085Z] #9 DONE 0.7s
20:19:38 [2020-11-06T20:19:38.132Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.1s done
20:19:38 [2020-11-06T20:19:38.133Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
20:19:38 [2020-11-06T20:19:38.375Z] 
20:19:38 [2020-11-06T20:19:38.375Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:19:39 [2020-11-06T20:19:39.027Z] #10 DONE 0.8s
20:19:39 [2020-11-06T20:19:39.027Z] 
20:19:39 [2020-11-06T20:19:39.027Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:19:39 [2020-11-06T20:19:39.027Z] #27 ...
20:19:39 [2020-11-06T20:19:39.027Z] 
20:19:39 [2020-11-06T20:19:39.027Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:19:39 [2020-11-06T20:19:39.027Z] #29 DONE 0.1s
20:19:39 [2020-11-06T20:19:39.027Z] 
20:19:39 [2020-11-06T20:19:39.027Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:19:39 [2020-11-06T20:19:39.027Z] #37 DONE 0.1s
20:19:39 [2020-11-06T20:19:39.027Z] 
20:19:39 [2020-11-06T20:19:39.027Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:19:39 [2020-11-06T20:19:39.081Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.9s done
20:19:39 [2020-11-06T20:19:39.186Z] Sending build context to Docker daemon  56.82MB

20:19:39 [2020-11-06T20:19:39.186Z] Step 1/15 : ARG GO_VERSION=1.13.15
20:19:39 [2020-11-06T20:19:39.186Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1
20:19:39 [2020-11-06T20:19:39.186Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
20:19:39 [2020-11-06T20:19:39.186Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
20:19:39 [2020-11-06T20:19:39.186Z] 1.13.15-buster: Pulling from library/golang
20:19:39 [2020-11-06T20:19:39.343Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
20:19:39 [2020-11-06T20:19:39.709Z] db4e2d8d5901: Pulling fs layer
20:19:39 [2020-11-06T20:19:39.709Z] dfe2d012519c: Pulling fs layer
20:19:39 [2020-11-06T20:19:39.709Z] 5d8f1d1f9197: Pulling fs layer
20:19:39 [2020-11-06T20:19:39.709Z] 1301750ffb48: Pulling fs layer
20:19:39 [2020-11-06T20:19:39.709Z] dc5c6edc9cff: Pulling fs layer
20:19:39 [2020-11-06T20:19:39.709Z] 3c370c2e2f82: Pulling fs layer
20:19:39 [2020-11-06T20:19:39.709Z] 5ffb2f5886e2: Pulling fs layer
20:19:39 [2020-11-06T20:19:39.709Z] 1301750ffb48: Waiting
20:19:39 [2020-11-06T20:19:39.709Z] dc5c6edc9cff: Waiting
20:19:39 [2020-11-06T20:19:39.709Z] 3c370c2e2f82: Waiting
20:19:39 [2020-11-06T20:19:39.709Z] 5ffb2f5886e2: Waiting
20:19:40 [2020-11-06T20:19:40.078Z] dfe2d012519c: Verifying Checksum
20:19:40 [2020-11-06T20:19:40.078Z] dfe2d012519c: Download complete
20:19:40 [2020-11-06T20:19:40.078Z] 5d8f1d1f9197: Verifying Checksum
20:19:40 [2020-11-06T20:19:40.078Z] 5d8f1d1f9197: Download complete
20:19:41 [2020-11-06T20:19:41.762Z] db4e2d8d5901: Verifying Checksum
20:19:41 [2020-11-06T20:19:41.763Z] db4e2d8d5901: Download complete
20:19:41 [2020-11-06T20:19:41.855Z] #38 2.842 + git clone https://github.com/docker/distribution.git .
20:19:41 [2020-11-06T20:19:41.856Z] #38 2.843 Cloning into '.'...
20:19:42 [2020-11-06T20:19:42.661Z] #8 ...
20:19:42 [2020-11-06T20:19:42.662Z] 
20:19:42 [2020-11-06T20:19:42.662Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:19:42 [2020-11-06T20:19:42.662Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 5.6s done
20:19:42 [2020-11-06T20:19:42.662Z] #24 DONE 15.2s
20:19:42 [2020-11-06T20:19:42.662Z] 
20:19:42 [2020-11-06T20:19:42.662Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:43 [2020-11-06T20:19:43.951Z] #38 ...
20:19:43 [2020-11-06T20:19:43.951Z] 
20:19:43 [2020-11-06T20:19:43.951Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:19:43 [2020-11-06T20:19:43.951Z] #27 1.669 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:19:43 [2020-11-06T20:19:43.951Z] #27 1.886 
20:19:43 [2020-11-06T20:19:43.951Z] #27 2.013 
#####                                                                      7.7%
#####################                                                     29.3%
###################################                                       49.6%
######################################################                    75.4%
######################################################################    97.6%
######################################################################## 100.0%
20:19:43 [2020-11-06T20:19:43.951Z] #27 2.666 
20:19:43 [2020-11-06T20:19:43.951Z] #27 2.784 
################################                                          44.8%
######################################################################## 100.0%
20:19:43 [2020-11-06T20:19:43.951Z] #27 3.044 
20:19:43 [2020-11-06T20:19:43.951Z] #27 3.182 
###############                                                           21.3%
###############################################################           88.7%
######################################################################## 100.0%
20:19:43 [2020-11-06T20:19:43.951Z] #27 3.608 #=#=#                                                                         
20:19:43 [2020-11-06T20:19:43.951Z] #27 3.734 
##                                                                         3.7%
########                                                                  12.3%
###############                                                           20.9%
########################                                                  33.8%
##############################                                            42.4%
###################################                                       48.8%
#######################################                                   55.2%
############################################                              61.7%
#################################################                         68.1%
#####################################################                     74.6%
#########################################################                 80.0%
############################################################              83.6%
###############################################################           88.0%
###################################################################       94.4%
#######################################################################   98.7%
######################################################################## 100.0%
20:19:43 [2020-11-06T20:19:43.951Z] #27 5.944 
20:19:44 [2020-11-06T20:19:44.584Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s
20:19:44 [2020-11-06T20:19:44.602Z] 1301750ffb48: Verifying Checksum
20:19:44 [2020-11-06T20:19:44.602Z] 1301750ffb48: Download complete
20:19:44 [2020-11-06T20:19:44.602Z] dc5c6edc9cff: Verifying Checksum
20:19:44 [2020-11-06T20:19:44.602Z] dc5c6edc9cff: Download complete
20:19:44 [2020-11-06T20:19:44.602Z] 5ffb2f5886e2: Verifying Checksum
20:19:44 [2020-11-06T20:19:44.602Z] 5ffb2f5886e2: Download complete
20:19:46 [2020-11-06T20:19:46.374Z] db4e2d8d5901: Pull complete
20:19:46 [2020-11-06T20:19:46.520Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.2s done
20:19:46 [2020-11-06T20:19:46.671Z] dfe2d012519c: Pull complete
20:19:46 [2020-11-06T20:19:46.977Z] 3c370c2e2f82: Verifying Checksum
20:19:46 [2020-11-06T20:19:46.977Z] 3c370c2e2f82: Download complete
20:19:46 [2020-11-06T20:19:46.977Z] 5d8f1d1f9197: Pull complete
20:19:47 [2020-11-06T20:19:47.096Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s
20:19:48 [2020-11-06T20:19:48.583Z] #27 6.092 
                                                                           0.2%
#                                                                          2.7%
###                                                                        4.5%
#####                                                                      7.0%
######                                                                     8.9%
#######                                                                   10.1%
########                                                                  11.4%
#########                                                                 12.6%
##########                                                                14.5%
###########                                                               16.4%
############                                                              17.6%
##############                                                            19.5%
###############                                                           21.4%
################                                                          23.2%
##################                                                        25.1%
###################                                                       27.0%
####################                                                      28.2%
#####################                                                     30.1%
#######################                                                   32.6%
########################                                                  34.5%
##########################                                                36.3%
###########################                                               38.2%
############################                                              40.1%
#############################                                             41.3%
###############################                                           43.2%
################################                                          45.1%
#################################                                         46.9%
###################################                                       48.8%
####################################                                      50.7%
#####################################                                     52.5%
#######################################                                   54.4%
########################################                                  56.3%
#########################################                                 57.5%
##########################################                                59.4%
############################################                              61.3%
#############################################                             63.1%
20:19:48 [2020-11-06T20:19:48.583Z] #27 ...
20:19:48 [2020-11-06T20:19:48.583Z] 
20:19:48 [2020-11-06T20:19:48.583Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.530 + RM_GOPATH=0
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.530 + TMP_GOPATH=
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.530 + : /build
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.530 + '[' -z '' ']'
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.535 ++ mktemp -d
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.535 + export GOPATH=/tmp/tmp.pnOgwI5BbW
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.535 + GOPATH=/tmp/tmp.pnOgwI5BbW
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.535 + RM_GOPATH=1
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.535 + case "$(go env GOARCH)" in
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.535 ++ go env GOARCH
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.543 + export GO_BUILDMODE=-buildmode=pie
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.543 + GO_BUILDMODE=-buildmode=pie
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.543 ++ dirname /tmp/install/install.sh
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.570 Install docker/cli version 17.06.2-ce from stable
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 + dir=/tmp/install
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 + bin=dockercli
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 + shift
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 + . /tmp/install/dockercli.installer
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 ++ : stable
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 ++ : 17.06.2-ce
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 + install_dockercli
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.571 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.582 ++ uname -m
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.582 + arch=s390x
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.582 + '[' s390x '!=' x86_64 ']'
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.582 + '[' s390x '!=' s390x ']'
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.582 + url=https://download.docker.com/linux/static
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.582 + tar -xz docker/docker
20:19:48 [2020-11-06T20:19:48.583Z] #22 2.587 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
20:19:48 [2020-11-06T20:19:48.583Z] #22 8.616 + mkdir -p /build
20:19:48 [2020-11-06T20:19:48.583Z] #22 8.645 + mv docker/docker /build/
20:19:48 [2020-11-06T20:19:48.583Z] #22 8.649 + rmdir docker
20:19:48 [2020-11-06T20:19:48.583Z] #22 DONE 9.6s
20:19:48 [2020-11-06T20:19:48.583Z] 
20:19:48 [2020-11-06T20:19:48.583Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:19:48 [2020-11-06T20:19:48.583Z] #27 6.092 
                                                                           0.2%
#                                                                          2.7%
###                                                                        4.5%
#####                                                                      7.0%
######                                                                     8.9%
#######                                                                   10.1%
########                                                                  11.4%
#########                                                                 12.6%
##########                                                                14.5%
###########                                                               16.4%
############                                                              17.6%
##############                                                            19.5%
###############                                                           21.4%
################                                                          23.2%
##################                                                        25.1%
###################                                                       27.0%
####################                                                      28.2%
#####################                                                     30.1%
#######################                                                   32.6%
########################                                                  34.5%
##########################                                                36.3%
###########################                                               38.2%
############################                                              40.1%
#############################                                             41.3%
###############################                                           43.2%
################################                                          45.1%
#################################                                         46.9%
###################################                                       48.8%
####################################                                      50.7%
#####################################                                     52.5%
#######################################                                   54.4%
########################################                                  56.3%
#########################################                                 57.5%
##########################################                                59.4%
############################################                              61.3%
#############################################                             63.1%
##############################################                            65.0%
20:19:48 [2020-11-06T20:19:48.583Z] #27 ...
20:19:48 [2020-11-06T20:19:48.583Z] 
20:19:48 [2020-11-06T20:19:48.583Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 + RM_GOPATH=0
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 + TMP_GOPATH=
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 + : /build
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 + '[' -z '' ']'
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 ++ mktemp -d
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 + export GOPATH=/tmp/tmp.Ia96wyTTcl
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 + GOPATH=/tmp/tmp.Ia96wyTTcl
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 + RM_GOPATH=1
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 + case "$(go env GOARCH)" in
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.915 ++ go env GOARCH
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.916 + export GO_BUILDMODE=-buildmode=pie
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.916 + GO_BUILDMODE=-buildmode=pie
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 ++ dirname /tmp/install/install.sh
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + dir=/tmp/install
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + bin=golangci_lint
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + shift
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + . /tmp/install/golangci_lint.installer
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 ++ : v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + install_golangci_lint
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + set -e
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + export GO111MODULE=on
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + GO111MODULE=on
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + GOBIN=/build
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.924 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.929 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.934 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.934 go: finding github.com v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.934 go: finding github.com/golangci/golangci-lint v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 1.934 go: finding github.com/golangci v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 2.239 go: downloading github.com/golangci/golangci-lint v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 2.381 go: extracting github.com/golangci/golangci-lint v1.23.8
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.409 go: downloading github.com/spf13/cobra v0.0.5
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.434 go: downloading github.com/fatih/color v1.7.0
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.435 go: downloading github.com/pkg/errors v0.8.1
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.438 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.450 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.498 go: extracting github.com/fatih/color v1.7.0
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.530 go: downloading github.com/mattn/go-colorable v0.1.4
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.604 go: extracting github.com/pkg/errors v0.8.1
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.655 go: extracting github.com/spf13/cobra v0.0.5
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.659 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.766 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.789 go: downloading github.com/uudashr/gocognit v1.0.1
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.796 go: extracting github.com/mattn/go-colorable v0.1.4
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.834 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.851 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.853 go: extracting github.com/uudashr/gocognit v1.0.1
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.877 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.958 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.975 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:19:48 [2020-11-06T20:19:48.583Z] #47 5.983 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.144 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.147 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.237 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.253 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.308 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.309 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.490 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.763 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:19:48 [2020-11-06T20:19:48.583Z] #47 6.989 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:19:48 [2020-11-06T20:19:48.583Z] #47 7.703 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:19:48 [2020-11-06T20:19:48.583Z] #47 8.215 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:19:48 [2020-11-06T20:19:48.583Z] #47 8.243 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:19:48 [2020-11-06T20:19:48.893Z] #47 9.909 go: downloading github.com/spf13/pflag v1.0.5
20:19:48 [2020-11-06T20:19:48.893Z] #47 ...
20:19:48 [2020-11-06T20:19:48.893Z] 
20:19:48 [2020-11-06T20:19:48.893Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:19:48 [2020-11-06T20:19:48.893Z] #27 6.092 
                                                                           0.2%
#                                                                          2.7%
###                                                                        4.5%
#####                                                                      7.0%
######                                                                     8.9%
#######                                                                   10.1%
########                                                                  11.4%
#########                                                                 12.6%
##########                                                                14.5%
###########                                                               16.4%
############                                                              17.6%
##############                                                            19.5%
###############                                                           21.4%
################                                                          23.2%
##################                                                        25.1%
###################                                                       27.0%
####################                                                      28.2%
#####################                                                     30.1%
#######################                                                   32.6%
########################                                                  34.5%
##########################                                                36.3%
###########################                                               38.2%
############################                                              40.1%
#############################                                             41.3%
###############################                                           43.2%
################################                                          45.1%
#################################                                         46.9%
###################################                                       48.8%
####################################                                      50.7%
#####################################                                     52.5%
#######################################                                   54.4%
########################################                                  56.3%
#########################################                                 57.5%
##########################################                                59.4%
############################################                              61.3%
#############################################                             63.1%
##############################################                            65.0%
################################################                          66.9%
#################################################                         68.1%
20:19:48 [2020-11-06T20:19:48.893Z] #27 ...
20:19:48 [2020-11-06T20:19:48.893Z] 
20:19:48 [2020-11-06T20:19:48.893Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:19:48 [2020-11-06T20:19:48.893Z] #34 3.078 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:19:48 [2020-11-06T20:19:48.893Z] #34 3.220 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:19:48 [2020-11-06T20:19:48.893Z] #34 3.326 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:19:48 [2020-11-06T20:19:48.893Z] #34 3.734 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:19:48 [2020-11-06T20:19:48.893Z] #34 4.864 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [216 kB]
20:19:48 [2020-11-06T20:19:48.893Z] #34 7.092 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
20:19:48 [2020-11-06T20:19:48.893Z] #34 ...
20:19:48 [2020-11-06T20:19:48.893Z] 
20:19:48 [2020-11-06T20:19:48.893Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + RM_GOPATH=0
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + TMP_GOPATH=
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + : /build
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + '[' -z '' ']'
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 ++ mktemp -d
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + export GOPATH=/tmp/tmp.hfzo8BQz1x
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + GOPATH=/tmp/tmp.hfzo8BQz1x
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + RM_GOPATH=1
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + case "$(go env GOARCH)" in
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 ++ go env GOARCH
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + export GO_BUILDMODE=-buildmode=pie
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 + GO_BUILDMODE=-buildmode=pie
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.628 ++ dirname /tmp/install/install.sh
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 + dir=/tmp/install
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 + bin=shfmt
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 + shift
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 + . /tmp/install/shfmt.installer
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 + install_shfmt
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 + git clone https://github.com/mvdan/sh.git /tmp/tmp.hfzo8BQz1x/src/github.com/mvdan/sh
20:19:48 [2020-11-06T20:19:48.893Z] #49 0.631 Cloning into '/tmp/tmp.hfzo8BQz1x/src/github.com/mvdan/sh'...
20:19:48 [2020-11-06T20:19:48.893Z] #49 3.404 + cd /tmp/tmp.hfzo8BQz1x/src/github.com/mvdan/sh
20:19:48 [2020-11-06T20:19:48.893Z] #49 3.404 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:19:48 [2020-11-06T20:19:48.893Z] #49 3.473 + GO111MODULE=on
20:19:48 [2020-11-06T20:19:48.893Z] #49 3.473 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:19:48 [2020-11-06T20:19:48.893Z] #49 4.501 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:19:48 [2020-11-06T20:19:48.893Z] #49 4.563 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:19:48 [2020-11-06T20:19:48.893Z] #49 4.671 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:19:48 [2020-11-06T20:19:48.893Z] #49 4.755 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:19:48 [2020-11-06T20:19:48.893Z] #49 4.774 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:19:48 [2020-11-06T20:19:48.893Z] #49 5.243 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:19:48 [2020-11-06T20:19:48.893Z] #49 5.915 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:19:48 [2020-11-06T20:19:48.893Z] #49 6.991 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:19:48 [2020-11-06T20:19:48.893Z] #49 7.942 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:19:48 [2020-11-06T20:19:48.893Z] #49 8.072 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:19:48 [2020-11-06T20:19:48.893Z] #49 8.215 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:19:48 [2020-11-06T20:19:48.893Z] #49 8.303 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:19:48 [2020-11-06T20:19:48.893Z] #49 8.752 encoding
20:19:48 [2020-11-06T20:19:48.893Z] #49 8.808 runtime
20:19:48 [2020-11-06T20:19:48.893Z] #49 8.897 unicode/utf16
20:19:48 [2020-11-06T20:19:48.893Z] #49 9.300 runtime/cgo
20:19:49 [2020-11-06T20:19:49.185Z] #49 ...
20:19:49 [2020-11-06T20:19:49.185Z] 
20:19:49 [2020-11-06T20:19:49.185Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:19:49 [2020-11-06T20:19:49.185Z] #11 3.178 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:19:49 [2020-11-06T20:19:49.185Z] #11 3.220 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:19:49 [2020-11-06T20:19:49.185Z] #11 3.243 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:19:49 [2020-11-06T20:19:49.185Z] #11 4.099 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:19:49 [2020-11-06T20:19:49.185Z] #11 5.610 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [216 kB]
20:19:49 [2020-11-06T20:19:49.185Z] #11 7.544 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
20:19:49 [2020-11-06T20:19:49.185Z] #11 ...
20:19:49 [2020-11-06T20:19:49.185Z] 
20:19:49 [2020-11-06T20:19:49.185Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 + RM_GOPATH=0
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 + TMP_GOPATH=
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 + : /build
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 + '[' -z '' ']'
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 ++ mktemp -d
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 + export GOPATH=/tmp/tmp.ijkI1kUoUT
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 + GOPATH=/tmp/tmp.ijkI1kUoUT
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 + RM_GOPATH=1
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 + case "$(go env GOARCH)" in
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.043 ++ go env GOARCH
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.056 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + export GO_BUILDMODE=-buildmode=pie
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + GO_BUILDMODE=-buildmode=pie
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 ++ dirname /tmp/install/install.sh
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + dir=/tmp/install
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + bin=proxy
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + shift
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + '[' '!' -f /tmp/install/proxy.installer ']'
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + . /tmp/install/proxy.installer
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 ++ : d511c60c5c23e6753631244f271a1ec6097254a5
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + install_proxy
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + case "$1" in
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + export CGO_ENABLED=0
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + CGO_ENABLED=0
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + _install_proxy
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5'
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ijkI1kUoUT/src/github.com/docker/libnetwork
20:19:49 [2020-11-06T20:19:49.185Z] #62 2.063 Cloning into '/tmp/tmp.ijkI1kUoUT/src/github.com/docker/libnetwork'...
20:19:49 [2020-11-06T20:19:49.478Z] #62 ...
20:19:49 [2020-11-06T20:19:49.478Z] 
20:19:49 [2020-11-06T20:19:49.478Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:19:49 [2020-11-06T20:19:49.478Z] #40 3.053 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:19:49 [2020-11-06T20:19:49.478Z] #40 3.117 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:19:49 [2020-11-06T20:19:49.478Z] #40 3.136 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:19:49 [2020-11-06T20:19:49.478Z] #40 3.796 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:19:49 [2020-11-06T20:19:49.478Z] #40 5.151 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [216 kB]
20:19:49 [2020-11-06T20:19:49.478Z] #40 6.849 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
20:19:49 [2020-11-06T20:19:49.478Z] #40 ...
20:19:49 [2020-11-06T20:19:49.478Z] 
20:19:49 [2020-11-06T20:19:49.478Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 + RM_GOPATH=0
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 + TMP_GOPATH=
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 + : /build
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 + '[' -z '' ']'
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 ++ mktemp -d
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 + export GOPATH=/tmp/tmp.5iNZmbHxGb
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 + GOPATH=/tmp/tmp.5iNZmbHxGb
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 + RM_GOPATH=1
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 + case "$(go env GOARCH)" in
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.535 ++ go env GOARCH
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.542 + export GO_BUILDMODE=-buildmode=pie
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.542 + GO_BUILDMODE=-buildmode=pie
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.542 ++ dirname /tmp/install/install.sh
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.557 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + dir=/tmp/install
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + bin=rootlesskit
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + shift
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + . /tmp/install/rootlesskit.installer
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + install_rootlesskit
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + case "$1" in
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + export CGO_ENABLED=0
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + CGO_ENABLED=0
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + _install_rootlesskit
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.5iNZmbHxGb/src/github.com/rootless-containers/rootlesskit
20:19:49 [2020-11-06T20:19:49.478Z] #56 2.558 Cloning into '/tmp/tmp.5iNZmbHxGb/src/github.com/rootless-containers/rootlesskit'...
20:19:49 [2020-11-06T20:19:49.478Z] #56 6.396 + cd /tmp/tmp.5iNZmbHxGb/src/github.com/rootless-containers/rootlesskit
20:19:49 [2020-11-06T20:19:49.478Z] #56 6.396 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:19:49 [2020-11-06T20:19:49.478Z] #56 6.459 + for f in rootlesskit rootlesskit-docker-proxy
20:19:49 [2020-11-06T20:19:49.478Z] #56 6.459 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:19:49 [2020-11-06T20:19:49.478Z] #56 ...
20:19:49 [2020-11-06T20:19:49.478Z] 
20:19:49 [2020-11-06T20:19:49.478Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 + RM_GOPATH=0
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 + TMP_GOPATH=
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 + : /build
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 + '[' -z '' ']'
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 ++ mktemp -d
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 + export GOPATH=/tmp/tmp.y2PQHqBLmC
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 + GOPATH=/tmp/tmp.y2PQHqBLmC
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 + RM_GOPATH=1
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 + case "$(go env GOARCH)" in
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.724 ++ go env GOARCH
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + export GO_BUILDMODE=-buildmode=pie
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + GO_BUILDMODE=-buildmode=pie
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 ++ dirname /tmp/install/install.sh
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + dir=/tmp/install
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + bin=vndr
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + shift
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + '[' '!' -f /tmp/install/vndr.installer ']'
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + . /tmp/install/vndr.installer
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + install_vndr
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.y2PQHqBLmC/src/github.com/LK4D4/vndr
20:19:49 [2020-11-06T20:19:49.478Z] #43 1.744 Cloning into '/tmp/tmp.y2PQHqBLmC/src/github.com/LK4D4/vndr'...
20:19:49 [2020-11-06T20:19:49.478Z] #43 2.174 + cd /tmp/tmp.y2PQHqBLmC/src/github.com/LK4D4/vndr
20:19:49 [2020-11-06T20:19:49.478Z] #43 2.174 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:19:49 [2020-11-06T20:19:49.478Z] #43 2.174 + go build -buildmode=pie -v -o /build/vndr .
20:19:49 [2020-11-06T20:19:49.478Z] #43 2.644 internal/cpu
20:19:49 [2020-11-06T20:19:49.478Z] #43 2.648 runtime/internal/atomic
20:19:49 [2020-11-06T20:19:49.478Z] #43 2.866 runtime/internal/sys
20:19:49 [2020-11-06T20:19:49.478Z] #43 2.955 runtime/internal/math
20:19:49 [2020-11-06T20:19:49.478Z] #43 2.992 internal/race
20:19:49 [2020-11-06T20:19:49.478Z] #43 3.025 internal/bytealg
20:19:49 [2020-11-06T20:19:49.478Z] #43 3.057 sync/atomic
20:19:49 [2020-11-06T20:19:49.478Z] #43 3.232 unicode
20:19:49 [2020-11-06T20:19:49.478Z] #43 3.382 runtime
20:19:49 [2020-11-06T20:19:49.478Z] #43 6.182 unicode/utf8
20:19:49 [2020-11-06T20:19:49.478Z] #43 6.824 math
20:19:49 [2020-11-06T20:19:49.478Z] #43 10.74 container/list
20:19:49 [2020-11-06T20:19:49.738Z] 1301750ffb48: Pull complete
20:19:49 [2020-11-06T20:19:49.772Z] #43 ...
20:19:49 [2020-11-06T20:19:49.772Z] 
20:19:49 [2020-11-06T20:19:49.772Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:19:49 [2020-11-06T20:19:49.772Z] #30 2.870 + git clone https://github.com/kolyshkin/go-swagger.git .
20:19:49 [2020-11-06T20:19:49.772Z] #30 2.870 Cloning into '.'...
20:19:49 [2020-11-06T20:19:49.772Z] #30 ...
20:19:49 [2020-11-06T20:19:49.772Z] 
20:19:49 [2020-11-06T20:19:49.772Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 + RM_GOPATH=0
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 + TMP_GOPATH=
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 + : /build
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 + '[' -z '' ']'
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 ++ mktemp -d
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 + export GOPATH=/tmp/tmp.LDxYpXm8yG
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 + GOPATH=/tmp/tmp.LDxYpXm8yG
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 + RM_GOPATH=1
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 + case "$(go env GOARCH)" in
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.524 ++ go env GOARCH
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.535 + export GO_BUILDMODE=-buildmode=pie
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.535 + GO_BUILDMODE=-buildmode=pie
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.535 ++ dirname /tmp/install/install.sh
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 + dir=/tmp/install
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 + bin=tomlv
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 + shift
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 + . /tmp/install/tomlv.installer
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 + install_tomlv
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.542 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.LDxYpXm8yG/src/github.com/BurntSushi/toml
20:19:49 [2020-11-06T20:19:49.772Z] #32 2.554 Cloning into '/tmp/tmp.LDxYpXm8yG/src/github.com/BurntSushi/toml'...
20:19:49 [2020-11-06T20:19:49.772Z] #32 3.323 + cd /tmp/tmp.LDxYpXm8yG/src/github.com/BurntSushi/toml
20:19:49 [2020-11-06T20:19:49.772Z] #32 3.324 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:19:49 [2020-11-06T20:19:49.772Z] #32 3.340 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:19:49 [2020-11-06T20:19:49.772Z] #32 3.762 math/bits
20:19:49 [2020-11-06T20:19:49.772Z] #32 3.815 runtime
20:19:49 [2020-11-06T20:19:49.772Z] #32 4.079 math
20:19:49 [2020-11-06T20:19:49.772Z] #32 8.491 internal/testlog
20:19:49 [2020-11-06T20:19:49.772Z] #32 8.731 encoding
20:19:49 [2020-11-06T20:19:49.772Z] #32 8.818 runtime/cgo
20:19:49 [2020-11-06T20:19:49.772Z] #32 ...
20:19:49 [2020-11-06T20:19:49.772Z] 
20:19:49 [2020-11-06T20:19:49.772Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:19:49 [2020-11-06T20:19:49.772Z] #53 2.996 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:19:49 [2020-11-06T20:19:49.772Z] #53 3.036 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:19:49 [2020-11-06T20:19:49.772Z] #53 3.059 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:19:49 [2020-11-06T20:19:49.772Z] #53 3.746 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:19:49 [2020-11-06T20:19:49.772Z] #53 5.353 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [216 kB]
20:19:49 [2020-11-06T20:19:49.772Z] #53 6.899 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
20:19:50 [2020-11-06T20:19:50.065Z] #53 ...
20:19:50 [2020-11-06T20:19:50.065Z] 
20:19:50 [2020-11-06T20:19:50.065Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 + RM_GOPATH=0
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 + TMP_GOPATH=
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 + : /build
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 + '[' -z '' ']'
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 ++ mktemp -d
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 + export GOPATH=/tmp/tmp.8rXsWVDtto
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 + GOPATH=/tmp/tmp.8rXsWVDtto
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 + RM_GOPATH=1
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 + case "$(go env GOARCH)" in
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.582 ++ go env GOARCH
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.603 + export GO_BUILDMODE=-buildmode=pie
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.603 + GO_BUILDMODE=-buildmode=pie
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.603 ++ dirname /tmp/install/install.sh
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.603 + dir=/tmp/install
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.603 + bin=gotestsum
20:19:50 [2020-11-06T20:19:50.065Z] #45 2.603 + shift
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 + . /tmp/install/gotestsum.installer
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 ++ : v0.5.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 + install_gotestsum
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 + set -e
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 + export GO111MODULE=on
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 + GO111MODULE=on
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 + GOBIN=/build
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.603 + go get gotest.tools/gotestsum@v0.5.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.627 go: finding gotest.tools v0.5.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 2.641 go: finding gotest.tools/gotestsum v0.5.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.152 go: downloading gotest.tools/gotestsum v0.5.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.261 go: extracting gotest.tools/gotestsum v0.5.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.662 go: downloading github.com/pkg/errors v0.9.1
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.694 go: downloading github.com/fatih/color v1.9.0
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.694 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.717 go: downloading github.com/spf13/pflag v1.0.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.738 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.760 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.788 go: downloading github.com/jonboulle/clockwork v0.1.0
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.800 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.864 go: extracting github.com/pkg/errors v0.9.1
20:19:50 [2020-11-06T20:19:50.066Z] #45 3.928 go: extracting github.com/fatih/color v1.9.0
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.117 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.121 go: extracting github.com/jonboulle/clockwork v0.1.0
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.124 go: downloading github.com/mattn/go-colorable v0.1.6
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.125 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.125 go: downloading github.com/mattn/go-isatty v0.0.12
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.131 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.252 go: extracting github.com/spf13/pflag v1.0.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.323 go: extracting github.com/mattn/go-colorable v0.1.6
20:19:50 [2020-11-06T20:19:50.066Z] #45 4.486 go: extracting github.com/mattn/go-isatty v0.0.12
20:19:50 [2020-11-06T20:19:50.066Z] #45 5.791 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:19:50 [2020-11-06T20:19:50.066Z] #45 5.983 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:19:50 [2020-11-06T20:19:50.066Z] #45 7.397 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.01 go: finding github.com/fatih/color v1.9.0
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.06 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.07 go: finding github.com/pkg/errors v0.9.1
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.26 go: finding github.com/mattn/go-colorable v0.1.6
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.26 go: finding github.com/spf13/pflag v1.0.3
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.30 go: finding github.com/mattn/go-isatty v0.0.12
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.42 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.52 go: finding github.com/jonboulle/clockwork v0.1.0
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.57 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.58 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:19:50 [2020-11-06T20:19:50.066Z] #45 10.64 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:19:50 [2020-11-06T20:19:50.066Z] #45 ...
20:19:50 [2020-11-06T20:19:50.066Z] 
20:19:50 [2020-11-06T20:19:50.066Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:19:50 [2020-11-06T20:19:50.066Z] #47 9.924 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:19:50 [2020-11-06T20:19:50.066Z] #47 9.931 go: downloading github.com/ultraware/funlen v0.0.2
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.11 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.11 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.11 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.11 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.11 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.11 go: downloading github.com/go-critic/go-critic v0.4.1
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.14 go: downloading github.com/mattn/go-isatty v0.0.8
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.30 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.35 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.35 go: extracting github.com/spf13/pflag v1.0.5
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.42 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.45 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.45 go: extracting github.com/mattn/go-isatty v0.0.8
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.54 go: extracting github.com/ultraware/funlen v0.0.2
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.54 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.54 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.54 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.58 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.58 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.61 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.63 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.83 go: downloading github.com/spf13/viper v1.6.1
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.84 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.84 go: extracting github.com/go-critic/go-critic v0.4.1
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.91 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:19:50 [2020-11-06T20:19:50.066Z] #47 10.95 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.01 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.05 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.10 go: downloading github.com/stretchr/testify v1.4.0
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.10 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.10 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.10 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.11 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.12 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.13 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.17 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.18 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.26 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:19:50 [2020-11-06T20:19:50.066Z] #47 11.30 go: extracting github.com/spf13/viper v1.6.1
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.30 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.30 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.30 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.30 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.40 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.55 go: downloading github.com/kisielk/gotool v1.0.0
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.55 go: downloading github.com/ultraware/whitespace v0.0.4
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.56 go: extracting github.com/stretchr/testify v1.4.0
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.56 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.56 go: downloading github.com/gogo/protobuf v1.2.1
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.56 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.62 go: downloading gopkg.in/ini.v1 v1.51.0
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.64 go: downloading github.com/spf13/afero v1.1.2
20:19:50 [2020-11-06T20:19:50.406Z] #47 11.67 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:19:50 [2020-11-06T20:19:50.697Z] #47 11.75 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:19:50 [2020-11-06T20:19:50.697Z] #47 11.81 go: extracting github.com/kisielk/gotool v1.0.0
20:19:50 [2020-11-06T20:19:50.697Z] #47 11.85 go: extracting github.com/ultraware/whitespace v0.0.4
20:19:50 [2020-11-06T20:19:50.697Z] #47 11.85 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:19:50 [2020-11-06T20:19:50.989Z] #47 12.04 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:19:50 [2020-11-06T20:19:50.989Z] #47 12.07 go: downloading github.com/pmezard/go-difflib v1.0.0
20:19:50 [2020-11-06T20:19:50.989Z] #47 12.12 go: downloading golang.org/x/text v0.3.2
20:19:50 [2020-11-06T20:19:50.989Z] #47 12.13 go: extracting github.com/spf13/afero v1.1.2
20:19:50 [2020-11-06T20:19:50.989Z] #47 12.13 go: downloading github.com/gobwas/glob v0.2.3
20:19:50 [2020-11-06T20:19:50.989Z] #47 12.22 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:19:51 [2020-11-06T20:19:51.285Z] #47 12.34 go: extracting gopkg.in/ini.v1 v1.51.0
20:19:51 [2020-11-06T20:19:51.285Z] #47 12.41 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:19:51 [2020-11-06T20:19:51.323Z] #8 ...
20:19:51 [2020-11-06T20:19:51.323Z] 
20:19:51 [2020-11-06T20:19:51.323Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:19:51 [2020-11-06T20:19:51.323Z] #25 1.080 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 1.105 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 1.116 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 1.270 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 1.517 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 1.878 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:19:51 [2020-11-06T20:19:51.323Z] #25 3.525 Fetched 8397 kB in 3s (3115 kB/s)
20:19:51 [2020-11-06T20:19:51.323Z] #25 3.525 Reading package lists...
20:19:51 [2020-11-06T20:19:51.323Z] #25 4.549 Reading package lists...
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.479 Building dependency tree...
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.862 The following additional packages will be installed:
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.863   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.864   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.864   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.865 Suggested packages:
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.865   krb5-doc krb5-user
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.865 Recommended packages:
20:19:51 [2020-11-06T20:19:51.323Z] #25 5.865   krb5-locales publicsuffix libsasl2-modules
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.119 The following NEW packages will be installed:
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.121   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.121   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.121   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.122   libssh2-1 libssl1.1 openssl
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.408 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.408 Need to get 5050 kB of archives.
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.408 After this operation, 12.1 MB of additional disk space will be used.
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.408 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.408 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.414 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.414 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u3 [225 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.419 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.455 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.496 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.497 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.504 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.504 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.504 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.506 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.509 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.510 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.511 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.513 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.527 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.530 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.537 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.538 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.541 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.715 debconf: delaying package configuration, since apt-utils is not installed
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.755 Fetched 5050 kB in 0s (13.0 MB/s)
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.787 Selecting previously unselected package libsasl2-modules-db:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.787 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.792 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.795 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.853 Selecting previously unselected package libsasl2-2:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.853 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.862 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.926 Selecting previously unselected package libldap-common.
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.926 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.929 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.981 Selecting previously unselected package libldap-2.4-2:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.981 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 6.990 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.081 Selecting previously unselected package libssl1.1:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.081 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.084 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.332 Selecting previously unselected package openssl.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.332 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.336 Unpacking openssl (1.1.1d-0+deb10u3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.504 Selecting previously unselected package ca-certificates.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.504 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.518 Unpacking ca-certificates (20200601~deb10u1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.602 Selecting previously unselected package libkeyutils1:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.602 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.606 Unpacking libkeyutils1:amd64 (1.6-6) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.646 Selecting previously unselected package libkrb5support0:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.646 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.650 Unpacking libkrb5support0:amd64 (1.17-3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.702 Selecting previously unselected package libk5crypto3:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.702 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.707 Unpacking libk5crypto3:amd64 (1.17-3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.765 Selecting previously unselected package libkrb5-3:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.765 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.769 Unpacking libkrb5-3:amd64 (1.17-3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.899 Selecting previously unselected package libgssapi-krb5-2:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.899 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.903 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.990 Selecting previously unselected package libnghttp2-14:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.990 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 7.993 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.050 Selecting previously unselected package libpsl5:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.050 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.055 Unpacking libpsl5:amd64 (0.20.2-2) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.105 Selecting previously unselected package librtmp1:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.105 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.110 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.164 Selecting previously unselected package libssh2-1:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.164 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.170 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.254 Selecting previously unselected package libcurl4:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.254 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.259 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.355 Selecting previously unselected package curl.
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.355 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.359 Unpacking curl (7.64.0-4+deb10u1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.423 Selecting previously unselected package libonig5:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.423 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.428 Unpacking libonig5:amd64 (6.9.1-1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.509 Selecting previously unselected package libjq1:amd64.
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.509 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.512 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.567 Selecting previously unselected package jq.
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.567 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.571 Unpacking jq (1.5+dfsg-2+b1) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.636 Setting up libkeyutils1:amd64 (1.6-6) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.648 Setting up libpsl5:amd64 (0.20.2-2) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.658 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
20:19:51 [2020-11-06T20:19:51.323Z] #25 8.802 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:19:51 [2020-11-06T20:19:51.324Z] #25 8.814 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:19:51 [2020-11-06T20:19:51.324Z] #25 8.825 Setting up libkrb5support0:amd64 (1.17-3) ...
20:19:51 [2020-11-06T20:19:51.324Z] #25 8.845 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:19:51 [2020-11-06T20:19:51.324Z] #25 8.860 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:19:51 [2020-11-06T20:19:51.324Z] #25 8.871 Setting up libk5crypto3:amd64 (1.17-3) ...
20:19:51 [2020-11-06T20:19:51.588Z] #47 12.51 go: extracting github.com/pmezard/go-difflib v1.0.0
20:19:51 [2020-11-06T20:19:51.588Z] #47 12.55 go: downloading github.com/BurntSushi/toml v0.3.1
20:19:51 [2020-11-06T20:19:51.588Z] #47 12.55 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:19:51 [2020-11-06T20:19:51.588Z] #47 12.56 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:19:51 [2020-11-06T20:19:51.588Z] #47 12.57 go: extracting github.com/gobwas/glob v0.2.3
20:19:51 [2020-11-06T20:19:51.588Z] #47 12.59 go: downloading github.com/davecgh/go-spew v1.1.1
20:19:51 [2020-11-06T20:19:51.588Z] #47 12.64 go: downloading github.com/go-toolsmith/typep v1.0.0
20:19:51 [2020-11-06T20:19:51.591Z] #25 8.883 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:19:51 [2020-11-06T20:19:51.591Z] #25 8.893 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
20:19:51 [2020-11-06T20:19:51.591Z] #25 8.906 Setting up libkrb5-3:amd64 (1.17-3) ...
20:19:51 [2020-11-06T20:19:51.591Z] #25 8.921 Setting up openssl (1.1.1d-0+deb10u3) ...
20:19:51 [2020-11-06T20:19:51.591Z] #25 8.935 Setting up libonig5:amd64 (6.9.1-1) ...
20:19:51 [2020-11-06T20:19:51.591Z] #25 8.950 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:19:51 [2020-11-06T20:19:51.591Z] #25 8.970 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
20:19:51 [2020-11-06T20:19:51.591Z] #25 9.042 Setting up ca-certificates (20200601~deb10u1) ...
20:19:51 [2020-11-06T20:19:51.847Z] dc5c6edc9cff: Pull complete
20:19:51 [2020-11-06T20:19:51.880Z] #47 12.81 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:19:51 [2020-11-06T20:19:51.880Z] #47 12.82 go: downloading github.com/pelletier/go-toml v1.2.0
20:19:51 [2020-11-06T20:19:51.880Z] #47 12.93 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:19:51 [2020-11-06T20:19:51.880Z] #47 13.02 go: extracting github.com/go-toolsmith/typep v1.0.0
20:19:52 [2020-11-06T20:19:52.171Z] #47 13.22 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:19:52 [2020-11-06T20:19:52.171Z] #47 13.28 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:19:52 [2020-11-06T20:19:52.171Z] #47 13.30 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:19:52 [2020-11-06T20:19:52.171Z] #47 13.33 go: extracting github.com/BurntSushi/toml v0.3.1
20:19:52 [2020-11-06T20:19:52.171Z] #47 13.36 go: extracting github.com/davecgh/go-spew v1.1.1
20:19:52 [2020-11-06T20:19:52.171Z] #47 13.42 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:19:52 [2020-11-06T20:19:52.463Z] #47 13.53 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:19:52 [2020-11-06T20:19:52.463Z] #47 13.57 go: extracting github.com/pelletier/go-toml v1.2.0
20:19:52 [2020-11-06T20:19:52.463Z] #47 13.60 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:19:52 [2020-11-06T20:19:52.536Z] #25 9.796 Updating certificates in /etc/ssl/certs...
20:19:52 [2020-11-06T20:19:52.755Z] #47 13.68 go: downloading github.com/spf13/cast v1.3.0
20:19:52 [2020-11-06T20:19:52.755Z] #47 13.69 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:19:52 [2020-11-06T20:19:52.755Z] #47 13.72 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:19:52 [2020-11-06T20:19:52.755Z] #47 13.74 go: downloading github.com/go-toolsmith/astp v1.0.0
20:19:52 [2020-11-06T20:19:52.755Z] #47 13.78 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:19:52 [2020-11-06T20:19:52.755Z] #47 13.90 go: extracting github.com/spf13/cast v1.3.0
20:19:53 [2020-11-06T20:19:53.046Z] #47 14.03 go: downloading github.com/magiconair/properties v1.8.1
20:19:53 [2020-11-06T20:19:53.046Z] #47 14.15 go: downloading github.com/stretchr/objx v0.2.0
20:19:53 [2020-11-06T20:19:53.046Z] #47 14.26 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:19:53 [2020-11-06T20:19:53.338Z] #47 14.29 go: downloading github.com/hashicorp/hcl v1.0.0
20:19:53 [2020-11-06T20:19:53.338Z] #47 14.44 go: extracting github.com/go-toolsmith/astp v1.0.0
20:19:53 [2020-11-06T20:19:53.629Z] #47 14.58 go: extracting github.com/gogo/protobuf v1.2.1
20:19:53 [2020-11-06T20:19:53.921Z] #47 14.88 go: downloading gopkg.in/yaml.v2 v2.2.7
20:19:53 [2020-11-06T20:19:53.921Z] #47 14.88 go: extracting github.com/stretchr/objx v0.2.0
20:19:53 [2020-11-06T20:19:53.921Z] #47 14.89 go: extracting github.com/magiconair/properties v1.8.1
20:19:53 [2020-11-06T20:19:53.928Z] #25 10.99 126 added, 0 removed; done.
20:19:53 [2020-11-06T20:19:53.928Z] #25 11.05 Setting up libgssapi-krb5-2:amd64 (1.17-3) ...
20:19:53 [2020-11-06T20:19:53.928Z] #25 11.07 Setting up jq (1.5+dfsg-2+b1) ...
20:19:53 [2020-11-06T20:19:53.928Z] #25 11.08 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
20:19:53 [2020-11-06T20:19:53.928Z] #25 11.10 Setting up curl (7.64.0-4+deb10u1) ...
20:19:53 [2020-11-06T20:19:53.928Z] #25 11.11 Processing triggers for libc-bin (2.28-10) ...
20:19:53 [2020-11-06T20:19:53.928Z] #25 11.16 Processing triggers for ca-certificates (20200601~deb10u1) ...
20:19:53 [2020-11-06T20:19:53.928Z] #25 11.18 Updating certificates in /etc/ssl/certs...
20:19:54 [2020-11-06T20:19:54.212Z] #47 15.22 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:19:54 [2020-11-06T20:19:54.212Z] #47 15.31 go: downloading github.com/sirupsen/logrus v1.4.2
20:19:54 [2020-11-06T20:19:54.504Z] #47 15.46 go: extracting github.com/hashicorp/hcl v1.0.0
20:19:54 [2020-11-06T20:19:54.504Z] #47 15.62 go: extracting gopkg.in/yaml.v2 v2.2.7
20:19:54 [2020-11-06T20:19:54.504Z] #47 15.66 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:19:54 [2020-11-06T20:19:54.505Z] #25 12.09 0 added, 0 removed; done.
20:19:54 [2020-11-06T20:19:54.505Z] #25 12.09 Running hooks in /etc/ca-certificates/update.d...
20:19:54 [2020-11-06T20:19:54.767Z] #25 12.09 done.
20:19:54 [2020-11-06T20:19:54.796Z] #47 15.68 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:19:54 [2020-11-06T20:19:54.796Z] #47 15.71 go: extracting github.com/sirupsen/logrus v1.4.2
20:19:55 [2020-11-06T20:19:55.088Z] #47 16.11 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:19:55 [2020-11-06T20:19:55.088Z] #47 16.12 go: downloading github.com/subosito/gotenv v1.2.0
20:19:55 [2020-11-06T20:19:55.088Z] #47 16.12 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:19:55 [2020-11-06T20:19:55.379Z] #47 16.28 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:19:55 [2020-11-06T20:19:55.379Z] #47 16.30 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:19:55 [2020-11-06T20:19:55.379Z] #47 16.49 go: extracting github.com/subosito/gotenv v1.2.0
20:19:55 [2020-11-06T20:19:55.379Z] #47 16.51 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:19:55 [2020-11-06T20:19:55.467Z] 3c370c2e2f82: Pull complete
20:19:55 [2020-11-06T20:19:55.467Z] 5ffb2f5886e2: Pull complete
20:19:55 [2020-11-06T20:19:55.467Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:19:55 [2020-11-06T20:19:55.467Z] Status: Downloaded newer image for golang:1.13.15-buster
20:19:55 [2020-11-06T20:19:55.467Z]  ---> 805dc2d65d1c
20:19:55 [2020-11-06T20:19:55.467Z] Step 5/15 : ARG BUILDX_REPO
20:19:55 [2020-11-06T20:19:55.467Z]  ---> Running in 9a1f4021786a
20:19:55 [2020-11-06T20:19:55.671Z] #47 16.83 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:19:55 [2020-11-06T20:19:55.764Z] Removing intermediate container 9a1f4021786a
20:19:55 [2020-11-06T20:19:55.764Z]  ---> b1027f5d471a
20:19:55 [2020-11-06T20:19:55.764Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
20:19:55 [2020-11-06T20:19:55.764Z]  ---> Running in 789dac932af3
20:19:56 [2020-11-06T20:19:56.057Z] Cloning into '/buildx'...
20:19:57 [2020-11-06T20:19:57.179Z] #47 ...
20:19:57 [2020-11-06T20:19:57.179Z] 
20:19:57 [2020-11-06T20:19:57.179Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:19:57 [2020-11-06T20:19:57.180Z] #27 6.092 
                                                                           0.2%
#                                                                          2.7%
###                                                                        4.5%
#####                                                                      7.0%
######                                                                     8.9%
#######                                                                   10.1%
########                                                                  11.4%
#########                                                                 12.6%
##########                                                                14.5%
###########                                                               16.4%
############                                                              17.6%
##############                                                            19.5%
###############                                                           21.4%
################                                                          23.2%
##################                                                        25.1%
###################                                                       27.0%
####################                                                      28.2%
#####################                                                     30.1%
#######################                                                   32.6%
########################                                                  34.5%
##########################                                                36.3%
###########################                                               38.2%
############################                                              40.1%
#############################                                             41.3%
###############################                                           43.2%
################################                                          45.1%
#################################                                         46.9%
###################################                                       48.8%
####################################                                      50.7%
#####################################                                     52.5%
#######################################                                   54.4%
########################################                                  56.3%
#########################################                                 57.5%
##########################################                                59.4%
############################################                              61.3%
#############################################                             63.1%
##############################################                            65.0%
################################################                          66.9%
#################################################                         68.1%
##################################################                        70.0%
###################################################                       71.8%
#####################################################                     73.7%
######################################################                    76.2%
########################################################                  78.1%
#########################################################                 80.0%
##########################################################                81.8%
############################################################              84.3%
##############################################################            86.8%
################################################################          89.3%
##################################################################        91.8%
###################################################################       93.7%
#####################################################################     96.1%
######################################################################    97.3%
#######################################################################   99.0%
######################################################################## 100.0%
20:19:57 [2020-11-06T20:19:57.180Z] #27 13.38 
20:19:57 [2020-11-06T20:19:57.180Z] #27 14.83 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:19:57 [2020-11-06T20:19:57.180Z] #27 15.09 
20:19:57 [2020-11-06T20:19:57.180Z] #27 15.24 #=#=#                                                                         

######################################################################## 100.0%
20:19:57 [2020-11-06T20:19:57.180Z] #27 15.41 
20:19:57 [2020-11-06T20:19:57.180Z] #27 16.43 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:19:57 [2020-11-06T20:19:57.180Z] #27 16.46 skipping existing aab193acf6ba
20:19:57 [2020-11-06T20:19:57.180Z] #27 16.56 
20:19:57 [2020-11-06T20:19:57.180Z] #27 17.62 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:19:57 [2020-11-06T20:19:57.180Z] #27 17.66 skipping existing 4d43f82972ce
20:19:57 [2020-11-06T20:19:57.180Z] #27 17.76 
20:19:57 [2020-11-06T20:19:57.180Z] #27 18.97 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:19:57 [2020-11-06T20:19:57.180Z] #27 19.37 #=#=#                                                                         
20:19:57 [2020-11-06T20:19:57.180Z] #27 19.49 #=#=#                                                                         

######################################################################## 100.0%
20:19:57 [2020-11-06T20:19:57.180Z] #27 19.57 
20:19:57 [2020-11-06T20:19:57.814Z] #27 ...
20:19:57 [2020-11-06T20:19:57.814Z] 
20:19:57 [2020-11-06T20:19:57.814Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:19:57 [2020-11-06T20:19:57.814Z] #47 18.91 go: extracting golang.org/x/text v0.3.2
20:19:58 [2020-11-06T20:19:58.079Z] #25 ...
20:19:58 [2020-11-06T20:19:58.079Z] 
20:19:58 [2020-11-06T20:19:58.079Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:58 [2020-11-06T20:19:58.079Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 6.4s done
20:19:58 [2020-11-06T20:19:58.079Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 3.9s
20:19:58 [2020-11-06T20:19:58.341Z] #8 ...
20:19:58 [2020-11-06T20:19:58.341Z] 
20:19:58 [2020-11-06T20:19:58.341Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:19:58 [2020-11-06T20:19:58.341Z] #25 DONE 15.8s
20:19:58 [2020-11-06T20:19:58.341Z] 
20:19:58 [2020-11-06T20:19:58.341Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:58 [2020-11-06T20:19:58.341Z] #8 ...
20:19:58 [2020-11-06T20:19:58.341Z] 
20:19:58 [2020-11-06T20:19:58.341Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:19:58 [2020-11-06T20:19:58.606Z] #26 DONE 0.1s
20:19:58 [2020-11-06T20:19:58.606Z] 
20:19:58 [2020-11-06T20:19:58.606Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:19:59 [2020-11-06T20:19:59.339Z] #47 ...
20:19:59 [2020-11-06T20:19:59.339Z] 
20:19:59 [2020-11-06T20:19:59.339Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:19:59 [2020-11-06T20:19:59.339Z] #27 20.40 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:19:59 [2020-11-06T20:19:59.339Z] #27 20.75 
20:19:59 [2020-11-06T20:19:59.339Z] #27 20.84 
######################################################################## 100.0%
20:19:59 [2020-11-06T20:19:59.339Z] #27 20.95 
20:19:59 [2020-11-06T20:19:59.339Z] #27 21.00 Download of images into '/build' complete.
20:19:59 [2020-11-06T20:19:59.339Z] #27 21.00 Use something like the following to load the result into a Docker daemon:
20:19:59 [2020-11-06T20:19:59.339Z] #27 21.00   tar -cC '/build' . | docker load
20:19:59 [2020-11-06T20:19:59.339Z] #27 DONE 21.4s
20:19:59 [2020-11-06T20:19:59.339Z] 
20:19:59 [2020-11-06T20:19:59.339Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:19:59 [2020-11-06T20:19:59.339Z] #34 13.84 Fetched 8086 kB in 11s (740 kB/s)
20:19:59 [2020-11-06T20:19:59.339Z] #34 13.84 Reading package lists...
20:19:59 [2020-11-06T20:19:59.339Z] #34 16.87 Reading package lists...
20:19:59 [2020-11-06T20:19:59.607Z] Removing intermediate container 789dac932af3
20:19:59 [2020-11-06T20:19:59.608Z]  ---> f73179332405
20:19:59 [2020-11-06T20:19:59.608Z] Step 7/15 : WORKDIR /buildx
20:19:59 [2020-11-06T20:19:59.608Z]  ---> Running in 332b9394cd02
20:19:59 [2020-11-06T20:19:59.608Z] Removing intermediate container 332b9394cd02
20:19:59 [2020-11-06T20:19:59.608Z]  ---> 1384800d2aa7
20:19:59 [2020-11-06T20:19:59.608Z] Step 8/15 : ARG BUILDX_COMMIT
20:19:59 [2020-11-06T20:19:59.608Z]  ---> Running in eb9f6f9fd05b
20:19:59 [2020-11-06T20:19:59.631Z] #34 20.34 Building dependency tree...
20:19:59 [2020-11-06T20:19:59.631Z] #34 ...
20:19:59 [2020-11-06T20:19:59.631Z] 
20:19:59 [2020-11-06T20:19:59.631Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:19:59 [2020-11-06T20:19:59.631Z] #40 13.90 Fetched 8086 kB in 11s (743 kB/s)
20:19:59 [2020-11-06T20:19:59.631Z] #40 13.90 Reading package lists...
20:19:59 [2020-11-06T20:19:59.631Z] #40 17.18 Reading package lists...
20:19:59 [2020-11-06T20:19:59.901Z] Removing intermediate container eb9f6f9fd05b
20:19:59 [2020-11-06T20:19:59.901Z]  ---> c2fcd04198d1
20:19:59 [2020-11-06T20:19:59.901Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
20:19:59 [2020-11-06T20:19:59.901Z]  ---> Running in 75f714be1aa0
20:19:59 [2020-11-06T20:19:59.922Z] #40 20.63 Building dependency tree...
20:19:59 [2020-11-06T20:19:59.922Z] #40 ...
20:19:59 [2020-11-06T20:19:59.922Z] 
20:19:59 [2020-11-06T20:19:59.922Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:19:59 [2020-11-06T20:19:59.922Z] #34 20.34 Building dependency tree...
20:20:00 [2020-11-06T20:20:00.195Z] From https://github.com/docker/buildx
20:20:00 [2020-11-06T20:20:00.195Z]  * [new tag]         v0.3.1     -> build
20:20:00 [2020-11-06T20:20:00.213Z] #34 ...
20:20:00 [2020-11-06T20:20:00.213Z] 
20:20:00 [2020-11-06T20:20:00.213Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:00 [2020-11-06T20:20:00.213Z] #43 11.32 crypto/internal/subtle
20:20:00 [2020-11-06T20:20:00.213Z] #43 11.46 crypto/subtle
20:20:00 [2020-11-06T20:20:00.213Z] #43 11.57 vendor/golang.org/x/crypto/cryptobyte/asn1
20:20:00 [2020-11-06T20:20:00.213Z] #43 11.65 internal/nettrace
20:20:00 [2020-11-06T20:20:00.213Z] #43 11.72 runtime/cgo
20:20:00 [2020-11-06T20:20:00.558Z] #43 ...
20:20:00 [2020-11-06T20:20:00.558Z] 
20:20:00 [2020-11-06T20:20:00.558Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:20:00 [2020-11-06T20:20:00.558Z] #34 21.42 The following additional packages will be installed:
20:20:00 [2020-11-06T20:20:00.558Z] #34 21.42   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:20:00 [2020-11-06T20:20:00.558Z] #34 21.42 Suggested packages:
20:20:00 [2020-11-06T20:20:00.558Z] #34 21.42   cmake-doc ninja-build lrzip
20:20:00 [2020-11-06T20:20:00.558Z] #34 21.42 Recommended packages:
20:20:00 [2020-11-06T20:20:00.558Z] #34 21.42   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:20:00 [2020-11-06T20:20:00.836Z] Switched to branch 'build'
20:20:00 [2020-11-06T20:20:00.849Z] #34 22.09 The following NEW packages will be installed:
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.11   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.11   vim-common xxd
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.23 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.23 Need to get 14.0 MB of archives.
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.23 After this operation, 62.1 MB of additional disk space will be used.
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB]
20:20:01 [2020-11-06T20:20:01.140Z] #34 22.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
20:20:01 [2020-11-06T20:20:01.775Z] #34 22.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB]
20:20:01 [2020-11-06T20:20:01.775Z] #34 22.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB]
20:20:01 [2020-11-06T20:20:01.775Z] #34 22.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
20:20:01 [2020-11-06T20:20:01.775Z] #34 22.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB]
20:20:01 [2020-11-06T20:20:01.775Z] #34 22.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB]
20:20:01 [2020-11-06T20:20:01.775Z] #34 22.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB]
20:20:01 [2020-11-06T20:20:01.883Z] Removing intermediate container 75f714be1aa0
20:20:01 [2020-11-06T20:20:01.883Z]  ---> 44726a0dedb1
20:20:01 [2020-11-06T20:20:01.883Z] Step 10/15 : ARG GOOS
20:20:01 [2020-11-06T20:20:01.883Z]  ---> Running in 1fb4a48086c4
20:20:01 [2020-11-06T20:20:01.883Z] Removing intermediate container 1fb4a48086c4
20:20:01 [2020-11-06T20:20:01.883Z]  ---> a52217193fa6
20:20:01 [2020-11-06T20:20:01.883Z] Step 11/15 : ARG GOARCH
20:20:01 [2020-11-06T20:20:01.883Z]  ---> Running in 38aea5869299
20:20:01 [2020-11-06T20:20:01.883Z] Removing intermediate container 38aea5869299
20:20:01 [2020-11-06T20:20:01.883Z]  ---> feba284102a8
20:20:01 [2020-11-06T20:20:01.883Z] 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
20:20:02 [2020-11-06T20:20:02.180Z]  ---> Running in 9ea7e1cbc1c2
20:20:02 [2020-11-06T20:20:02.409Z] #34 23.52 debconf: delaying package configuration, since apt-utils is not installed
20:20:02 [2020-11-06T20:20:02.701Z] #34 23.64 Fetched 14.0 MB in 1s (16.6 MB/s)
20:20:02 [2020-11-06T20:20:02.701Z] #34 23.67 Selecting previously unselected package xxd.
20:20:02 [2020-11-06T20:20:02.701Z] #34 23.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
20:20:02 [2020-11-06T20:20:02.701Z] #34 23.71 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ...
20:20:02 [2020-11-06T20:20:02.701Z] #34 23.71 Unpacking xxd (2:8.1.0875-5) ...
20:20:02 [2020-11-06T20:20:02.701Z] #34 ...
20:20:02 [2020-11-06T20:20:02.701Z] 
20:20:02 [2020-11-06T20:20:02.701Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:20:02 [2020-11-06T20:20:02.701Z] #38 13.66 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:20:02 [2020-11-06T20:20:02.701Z] #38 15.02 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:20:02 [2020-11-06T20:20:02.701Z] #38 ...
20:20:02 [2020-11-06T20:20:02.701Z] 
20:20:02 [2020-11-06T20:20:02.701Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:02 [2020-11-06T20:20:02.701Z] #47 22.79 go: finding github.com/fatih/color v1.7.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 22.84 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:02 [2020-11-06T20:20:02.701Z] #47 22.90 go: finding github.com/mattn/go-colorable v0.1.4
20:20:02 [2020-11-06T20:20:02.701Z] #47 22.91 go: finding github.com/mattn/go-isatty v0.0.8
20:20:02 [2020-11-06T20:20:02.701Z] #47 22.93 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:02 [2020-11-06T20:20:02.701Z] #47 22.98 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:02 [2020-11-06T20:20:02.701Z] #47 22.99 go: finding github.com/pkg/errors v0.8.1
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.00 go: finding github.com/go-critic/go-critic v0.4.1
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.02 go: finding github.com/sirupsen/logrus v1.4.2
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.04 go: finding github.com/go-lintpack/lintpack v0.5.2
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.06 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.06 go: finding github.com/mitchellh/go-homedir v1.1.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.07 go: finding github.com/stretchr/testify v1.4.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.07 go: finding github.com/go-toolsmith/astequal v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.07 go: finding github.com/go-toolsmith/astp v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.08 go: finding github.com/davecgh/go-spew v1.1.1
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.09 go: finding github.com/spf13/viper v1.6.1
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.10 go: finding github.com/pmezard/go-difflib v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.10 go: finding github.com/go-toolsmith/astcast v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.11 go: finding github.com/go-toolsmith/typep v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.11 go: finding github.com/stretchr/objx v0.2.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.11 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.19 go: finding gopkg.in/yaml.v2 v2.2.7
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.26 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.29 go: finding github.com/go-toolsmith/strparse v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.35 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.36 go: finding github.com/gobwas/glob v0.2.3
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.41 go: finding github.com/fsnotify/fsnotify v1.4.7
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.41 go: finding github.com/spf13/cobra v0.0.5
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.56 go: finding github.com/spf13/pflag v1.0.5
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.56 go: finding github.com/hashicorp/hcl v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.59 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.62 go: finding github.com/magiconair/properties v1.8.1
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.63 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.65 go: finding github.com/mitchellh/mapstructure v1.1.2
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.66 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.66 go: finding github.com/pelletier/go-toml v1.2.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.68 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.69 go: finding github.com/spf13/afero v1.1.2
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.72 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.76 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.76 go: finding github.com/spf13/cast v1.3.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.78 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.81 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.84 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.85 go: finding github.com/subosito/gotenv v1.2.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.88 go: finding gopkg.in/ini.v1 v1.51.0
20:20:02 [2020-11-06T20:20:02.701Z] #47 23.88 go: finding golang.org/x/text v0.3.2
20:20:02 [2020-11-06T20:20:02.834Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.2s
20:20:02 [2020-11-06T20:20:02.992Z] #47 23.95 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:02 [2020-11-06T20:20:02.992Z] #47 23.98 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:02 [2020-11-06T20:20:02.992Z] #47 23.98 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.03 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:02 [2020-11-06T20:20:02.993Z] #47 ...
20:20:02 [2020-11-06T20:20:02.993Z] 
20:20:02 [2020-11-06T20:20:02.993Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:02 [2020-11-06T20:20:02.993Z] #62 13.99 + cd /tmp/tmp.ijkI1kUoUT/src/github.com/docker/libnetwork
20:20:02 [2020-11-06T20:20:02.993Z] #62 13.99 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5
20:20:02 [2020-11-06T20:20:02.993Z] #62 14.38 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:20:02 [2020-11-06T20:20:02.993Z] #62 ...
20:20:02 [2020-11-06T20:20:02.993Z] 
20:20:02 [2020-11-06T20:20:02.993Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.04 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.07 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.08 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.12 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.12 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.12 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.14 go: finding github.com/kisielk/gotool v1.0.0
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.14 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.16 go: finding github.com/sourcegraph/go-diff v0.5.1
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.17 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.19 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.22 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:20:02 [2020-11-06T20:20:02.993Z] #47 24.23 go: finding github.com/ultraware/funlen v0.0.2
20:20:03 [2020-11-06T20:20:03.289Z] #47 24.27 go: finding github.com/ultraware/whitespace v0.0.4
20:20:03 [2020-11-06T20:20:03.289Z] #47 24.27 go: finding github.com/uudashr/gocognit v1.0.1
20:20:03 [2020-11-06T20:20:03.289Z] #47 24.28 go: finding github.com/gogo/protobuf v1.2.1
20:20:03 [2020-11-06T20:20:03.289Z] #47 24.29 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:03 [2020-11-06T20:20:03.289Z] #47 ...
20:20:03 [2020-11-06T20:20:03.289Z] 
20:20:03 [2020-11-06T20:20:03.289Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:20:03 [2020-11-06T20:20:03.289Z] #53 14.46 Fetched 8086 kB in 12s (702 kB/s)
20:20:03 [2020-11-06T20:20:03.289Z] #53 14.46 Reading package lists...
20:20:03 [2020-11-06T20:20:03.289Z] #53 18.05 Reading package lists...
20:20:03 [2020-11-06T20:20:03.289Z] #53 21.74 Building dependency tree...
20:20:03 [2020-11-06T20:20:03.289Z] #53 22.76 The following additional packages will be installed:
20:20:03 [2020-11-06T20:20:03.289Z] #53 22.77   libbtrfs0
20:20:03 [2020-11-06T20:20:03.289Z] #53 22.81 The following NEW packages will be installed:
20:20:03 [2020-11-06T20:20:03.289Z] #53 22.81   libbtrfs-dev libbtrfs0
20:20:03 [2020-11-06T20:20:03.289Z] #53 22.98 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
20:20:03 [2020-11-06T20:20:03.289Z] #53 22.98 Need to get 118 kB of archives.
20:20:03 [2020-11-06T20:20:03.289Z] #53 22.98 After this operation, 390 kB of additional disk space will be used.
20:20:03 [2020-11-06T20:20:03.289Z] #53 22.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.58 debconf: delaying package configuration, since apt-utils is not installed
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.65 Fetched 118 kB in 0s (1245 kB/s)
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.71 Selecting previously unselected package libbtrfs0.
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.83 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.84 Unpacking libbtrfs0 (4.20.1-2) ...
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.92 Selecting previously unselected package libbtrfs-dev.
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.92 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.289Z] #53 23.93 Unpacking libbtrfs-dev (4.20.1-2) ...
20:20:03 [2020-11-06T20:20:03.289Z] #53 24.12 Setting up libbtrfs0 (4.20.1-2) ...
20:20:03 [2020-11-06T20:20:03.289Z] #53 24.13 Setting up libbtrfs-dev (4.20.1-2) ...
20:20:03 [2020-11-06T20:20:03.289Z] #53 24.13 Processing triggers for libc-bin (2.28-10) ...
20:20:03 [2020-11-06T20:20:03.289Z] #53 DONE 24.5s
20:20:03 [2020-11-06T20:20:03.289Z] 
20:20:03 [2020-11-06T20:20:03.289Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:03 [2020-11-06T20:20:03.289Z] #47 24.42 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:20:03 [2020-11-06T20:20:03.289Z] #47 24.47 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:03 [2020-11-06T20:20:03.289Z] #47 24.47 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:03 [2020-11-06T20:20:03.589Z] #47 24.52 go: finding github.com/BurntSushi/toml v0.3.1
20:20:03 [2020-11-06T20:20:03.589Z] #47 24.56 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:03 [2020-11-06T20:20:03.881Z] #47 ...
20:20:03 [2020-11-06T20:20:03.881Z] 
20:20:03 [2020-11-06T20:20:03.881Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:03 [2020-11-06T20:20:03.881Z] #11 14.85 Fetched 8086 kB in 12s (691 kB/s)
20:20:03 [2020-11-06T20:20:03.881Z] #11 14.85 Reading package lists...
20:20:03 [2020-11-06T20:20:03.881Z] #11 18.18 Reading package lists...
20:20:03 [2020-11-06T20:20:03.881Z] #11 21.68 Building dependency tree...
20:20:03 [2020-11-06T20:20:03.881Z] #11 22.65 The following additional packages will be installed:
20:20:03 [2020-11-06T20:20:03.881Z] #11 22.65   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:20:03 [2020-11-06T20:20:03.881Z] #11 22.65   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:20:03 [2020-11-06T20:20:03.881Z] #11 22.65   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:20:03 [2020-11-06T20:20:03.881Z] #11 22.65   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:20:03 [2020-11-06T20:20:03.881Z] #11 22.65 Suggested packages:
20:20:03 [2020-11-06T20:20:03.881Z] #11 22.65   gcc-8-locales seccomp wine64
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.58 The following NEW packages will be installed:
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.59   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.59   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.59   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.59   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.59   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.59   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.74 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.74 Need to get 73.3 MB of archives.
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.74 After this operation, 494 MB of additional disk space will be used.
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.74 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]
20:20:03 [2020-11-06T20:20:03.881Z] #11 23.88 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]
20:20:03 [2020-11-06T20:20:03.881Z] #11 24.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #11 24.06 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #11 24.07 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #11 24.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #11 24.39 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #11 24.59 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]
20:20:03 [2020-11-06T20:20:03.881Z] #11 24.63 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]
20:20:03 [2020-11-06T20:20:03.881Z] #11 ...
20:20:03 [2020-11-06T20:20:03.881Z] 
20:20:03 [2020-11-06T20:20:03.881Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:20:03 [2020-11-06T20:20:03.881Z] #40 20.63 Building dependency tree...
20:20:03 [2020-11-06T20:20:03.881Z] #40 21.71 The following additional packages will be installed:
20:20:03 [2020-11-06T20:20:03.881Z] #40 21.71   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:20:03 [2020-11-06T20:20:03.881Z] #40 21.71   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:20:03 [2020-11-06T20:20:03.881Z] #40 21.71 Suggested packages:
20:20:03 [2020-11-06T20:20:03.881Z] #40 21.71   manpages-dev python-setuptools
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.45 The following NEW packages will be installed:
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.47   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.47   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.47   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.47   python-six zlib1g-dev
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.62 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.62 Need to get 3742 kB of archives.
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.62 After this operation, 22.0 MB of additional disk space will be used.
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.65 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.69 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.79 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.83 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.83 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.84 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 22.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB]
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.67 debconf: delaying package configuration, since apt-utils is not installed
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.79 Fetched 3742 kB in 0s (10.4 MB/s)
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.83 Selecting previously unselected package libcap-dev:s390x.
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.88 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.88 Unpacking libcap-dev:s390x (1:2.25-2) ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.94 Selecting previously unselected package libnet1:s390x.
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.94 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.96 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 23.99 Selecting previously unselected package libnet1-dev.
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.00 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.00 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.16 Selecting previously unselected package libnl-3-200:s390x.
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.16 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.17 Unpacking libnl-3-200:s390x (3.4.0-1) ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.24 Selecting previously unselected package libnl-3-dev:s390x.
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.25 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.25 Unpacking libnl-3-dev:s390x (3.4.0-1) ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.49 Selecting previously unselected package libprotobuf-c1:s390x.
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.50 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.50 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.63 Selecting previously unselected package libprotobuf-c-dev:s390x.
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.63 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.63 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.70 Selecting previously unselected package zlib1g-dev:s390x.
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.70 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.71 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.97 Selecting previously unselected package libprotobuf17:s390x.
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.97 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ...
20:20:03 [2020-11-06T20:20:03.881Z] #40 24.98 Unpacking libprotobuf17:s390x (3.6.1.3-2) ...
20:20:04 [2020-11-06T20:20:04.245Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.2s done
20:20:04 [2020-11-06T20:20:04.245Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
20:20:04 [2020-11-06T20:20:04.518Z] #8 DONE 37.2s
20:20:04 [2020-11-06T20:20:04.518Z] 
20:20:04 [2020-11-06T20:20:04.518Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:20:04 [2020-11-06T20:20:04.525Z] #40 ...
20:20:04 [2020-11-06T20:20:04.525Z] 
20:20:04 [2020-11-06T20:20:04.525Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:04 [2020-11-06T20:20:04.525Z] #62 DONE 25.6s
20:20:04 [2020-11-06T20:20:04.525Z] 
20:20:04 [2020-11-06T20:20:04.525Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:20:04 [2020-11-06T20:20:04.525Z] #40 25.61 Selecting previously unselected package libprotobuf-lite17:s390x.
20:20:04 [2020-11-06T20:20:04.525Z] #40 25.61 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ...
20:20:04 [2020-11-06T20:20:04.525Z] #40 25.62 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ...
20:20:04 [2020-11-06T20:20:04.816Z] #40 25.76 Selecting previously unselected package libprotobuf-dev:s390x.
20:20:04 [2020-11-06T20:20:04.816Z] #40 25.76 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ...
20:20:04 [2020-11-06T20:20:04.816Z] #40 25.77 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ...
20:20:05 [2020-11-06T20:20:05.891Z] #40 26.82 Selecting previously unselected package libprotoc17:s390x.
20:20:05 [2020-11-06T20:20:05.891Z] #40 26.82 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ...
20:20:05 [2020-11-06T20:20:05.891Z] #40 26.83 Unpacking libprotoc17:s390x (3.6.1.3-2) ...
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.13 Selecting previously unselected package protobuf-c-compiler.
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.13 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ...
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.13 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.19 Selecting previously unselected package protobuf-compiler.
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.19 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ...
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.20 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.27 Selecting previously unselected package python-pkg-resources.
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.27 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:20:06 [2020-11-06T20:20:06.182Z] #40 27.31 Unpacking python-pkg-resources (40.8.0-1) ...
20:20:06 [2020-11-06T20:20:06.473Z] #40 27.52 Selecting previously unselected package python-six.
20:20:06 [2020-11-06T20:20:06.473Z] #40 27.52 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:20:06 [2020-11-06T20:20:06.473Z] #40 27.52 Unpacking python-six (1.12.0-1) ...
20:20:06 [2020-11-06T20:20:06.473Z] #40 27.60 Selecting previously unselected package python-protobuf.
20:20:06 [2020-11-06T20:20:06.473Z] #40 27.60 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ...
20:20:06 [2020-11-06T20:20:06.473Z] #40 27.60 Unpacking python-protobuf (3.6.1.3-2) ...
20:20:06 [2020-11-06T20:20:06.764Z] #40 27.94 Setting up python-pkg-resources (40.8.0-1) ...
20:20:08 [2020-11-06T20:20:08.780Z] #9 ...
20:20:08 [2020-11-06T20:20:08.780Z] 
20:20:08 [2020-11-06T20:20:08.780Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:20:08 [2020-11-06T20:20:08.780Z] #27 1.393 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:20:08 [2020-11-06T20:20:08.780Z] #27 1.497 
20:20:08 [2020-11-06T20:20:08.780Z] #27 1.618 
####                                                                       6.7%
#####################                                                     29.3%
########################################                                  56.9%
#######################################################                   76.4%
#####################################################################     96.3%
######################################################################## 100.0%
20:20:08 [2020-11-06T20:20:08.780Z] #27 2.148 
20:20:08 [2020-11-06T20:20:08.780Z] #27 2.364 #=#=#                                                                         

                                                                           0.2%
##############################################                            64.5%
######################################################################## 100.0%
20:20:08 [2020-11-06T20:20:08.780Z] #27 2.905 
20:20:08 [2020-11-06T20:20:08.780Z] #27 3.024 
######                                                                     9.6%
##############################################                            64.8%
######################################################################## 100.0%
20:20:08 [2020-11-06T20:20:08.780Z] #27 3.359 
20:20:08 [2020-11-06T20:20:08.780Z] #27 3.483 
##                                                                         4.1%
##########                                                                14.5%
############                                                              17.4%
###################                                                       26.6%
########################                                                  34.6%
#####################################                                     52.0%
#################################################                         68.8%
################################################################          89.9%
######################################################################## 100.0%
20:20:08 [2020-11-06T20:20:08.780Z] #27 4.505 
20:20:08 [2020-11-06T20:20:08.781Z] #27 4.667 
                                                                           0.0%
#                                                                          1.7%
##                                                                         3.5%
###                                                                        4.7%
####                                                                       6.8%
######                                                                     9.6%
##########                                                                14.1%
############                                                              17.6%
##############                                                            20.4%
#################                                                         23.9%
###################                                                       26.8%
#####################                                                     29.6%
#########################                                                 34.8%
############################                                              39.8%
#################################                                         46.4%
######################################                                    53.0%
###########################################                               61.1%
#################################################                         68.3%
####################################################                      72.4%
######################################################                    76.4%
##########################################################                80.9%
###############################################################           87.5%
##################################################################        92.1%
#####################################################################     96.0%
######################################################################## 100.0%
20:20:08 [2020-11-06T20:20:08.781Z] #27 7.240 
20:20:08 [2020-11-06T20:20:08.781Z] #27 7.560 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:20:08 [2020-11-06T20:20:08.781Z] #27 7.657 
20:20:08 [2020-11-06T20:20:08.781Z] #27 7.711 
######################################################################## 100.0%
20:20:08 [2020-11-06T20:20:08.781Z] #27 7.737 
20:20:08 [2020-11-06T20:20:08.781Z] #27 8.190 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:20:08 [2020-11-06T20:20:08.781Z] #27 8.254 
20:20:08 [2020-11-06T20:20:08.781Z] #27 8.370 
#######################################################                   77.5%
######################################################################## 100.0%
20:20:08 [2020-11-06T20:20:08.781Z] #27 8.396 
20:20:08 [2020-11-06T20:20:08.781Z] #27 9.301 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:20:08 [2020-11-06T20:20:08.781Z] #27 9.319 skipping existing c35d46ef359f
20:20:08 [2020-11-06T20:20:08.781Z] #27 9.424 
20:20:08 [2020-11-06T20:20:08.781Z] #27 9.833 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:20:08 [2020-11-06T20:20:08.781Z] #27 9.946 
20:20:08 [2020-11-06T20:20:08.781Z] #27 10.03 
######################################################################## 100.0%
20:20:08 [2020-11-06T20:20:08.781Z] #27 10.05 
20:20:08 [2020-11-06T20:20:08.781Z] #27 10.33 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:20:08 [2020-11-06T20:20:08.836Z] #40 29.68 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ...
20:20:08 [2020-11-06T20:20:08.836Z] #40 29.69 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
20:20:08 [2020-11-06T20:20:08.836Z] #40 29.70 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
20:20:08 [2020-11-06T20:20:08.836Z] #40 29.70 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
20:20:08 [2020-11-06T20:20:08.836Z] #40 29.71 Setting up python-six (1.12.0-1) ...
20:20:09 [2020-11-06T20:20:09.043Z] #27 10.40 
20:20:09 [2020-11-06T20:20:09.043Z] #27 10.47 
######################################################################## 100.0%
20:20:09 [2020-11-06T20:20:09.043Z] #27 10.50 
20:20:09 [2020-11-06T20:20:09.043Z] #27 10.52 Download of images into '/build' complete.
20:20:09 [2020-11-06T20:20:09.043Z] #27 10.52 Use something like the following to load the result into a Docker daemon:
20:20:09 [2020-11-06T20:20:09.043Z] #27 10.52   tar -cC '/build' . | docker load
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.12 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.12 Setting up libnl-3-200:s390x (3.4.0-1) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.13 Setting up libprotobuf17:s390x (3.6.1.3-2) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.14 Setting up libcap-dev:s390x (1:2.25-2) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.15 Setting up libprotoc17:s390x (3.6.1.3-2) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.16 Setting up protobuf-compiler (3.6.1.3-2) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.17 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.17 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.19 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:20:10 [2020-11-06T20:20:10.345Z] #40 31.20 Setting up python-protobuf (3.6.1.3-2) ...
20:20:10 [2020-11-06T20:20:10.433Z] #27 DONE 11.9s
20:20:10 [2020-11-06T20:20:10.433Z] 
20:20:10 [2020-11-06T20:20:10.433Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:20:10 [2020-11-06T20:20:10.433Z] #9 DONE 5.8s
20:20:10 [2020-11-06T20:20:10.433Z] 
20:20:10 [2020-11-06T20:20:10.433Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:20:11 [2020-11-06T20:20:11.416Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b972e678d69e5c29) in /home/ubuntu/workspace/moby_PR-41648
[Pipeline] {
[Pipeline] checkout
20:20:11 [2020-11-06T20:20:11.853Z] #40 ...
20:20:11 [2020-11-06T20:20:11.853Z] 
20:20:11 [2020-11-06T20:20:11.853Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:11 [2020-11-06T20:20:11.853Z] #11 26.59 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]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.92 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.92 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]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.93 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.95 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.96 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 27.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.01 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.02 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.03 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB]
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.65 debconf: delaying package configuration, since apt-utils is not installed
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.78 Fetched 73.3 MB in 4s (16.8 MB/s)
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.84 Selecting previously unselected package binutils-mingw-w64-i686.
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 28.93 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 30.66 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:20:11 [2020-11-06T20:20:11.853Z] #11 30.66 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 30.68 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.72 Selecting previously unselected package binutils-mingw-w64.
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.72 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.72 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.82 Selecting previously unselected package libdevmapper1.02.1:s390x.
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.82 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.82 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.90 Selecting previously unselected package dmsetup.
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.91 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 32.92 Unpacking dmsetup (2:1.02.155-3) ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 33.04 Selecting previously unselected package mingw-w64-common.
20:20:11 [2020-11-06T20:20:11.853Z] #11 33.05 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:20:11 [2020-11-06T20:20:11.853Z] #11 33.05 Unpacking mingw-w64-common (6.0.0-3) ...
20:20:12 [2020-11-06T20:20:12.355Z] #10 DONE 1.6s
20:20:12 [2020-11-06T20:20:12.355Z] 
20:20:12 [2020-11-06T20:20:12.355Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:20:12 [2020-11-06T20:20:12.355Z] #29 DONE 0.0s
20:20:12 [2020-11-06T20:20:12.355Z] 
20:20:12 [2020-11-06T20:20:12.355Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:20:12 [2020-11-06T20:20:12.355Z] #56 ...
20:20:12 [2020-11-06T20:20:12.355Z] 
20:20:12 [2020-11-06T20:20:12.355Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:20:12 [2020-11-06T20:20:12.355Z] #37 DONE 0.1s
20:20:12 [2020-11-06T20:20:12.355Z] 
20:20:12 [2020-11-06T20:20:12.355Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:20:12 [2020-11-06T20:20:12.888Z] #11 ...
20:20:12 [2020-11-06T20:20:12.888Z] 
20:20:12 [2020-11-06T20:20:12.888Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:12 [2020-11-06T20:20:12.888Z] #43 23.80 sync
20:20:12 [2020-11-06T20:20:12.888Z] #43 23.80 internal/reflectlite
20:20:12 [2020-11-06T20:20:12.888Z] #43 25.10 github.com/LK4D4/vndr/godl/singleflight
20:20:12 [2020-11-06T20:20:12.888Z] #43 25.33 math/rand
20:20:12 [2020-11-06T20:20:12.888Z] #43 26.28 internal/singleflight
20:20:12 [2020-11-06T20:20:12.888Z] #43 26.70 errors
20:20:12 [2020-11-06T20:20:12.888Z] #43 26.70 sort
20:20:12 [2020-11-06T20:20:12.888Z] #43 26.91 io
20:20:12 [2020-11-06T20:20:12.888Z] #43 27.58 strconv
20:20:12 [2020-11-06T20:20:12.888Z] #43 27.81 bytes
20:20:12 [2020-11-06T20:20:12.888Z] #43 29.63 bufio
20:20:12 [2020-11-06T20:20:12.888Z] #43 30.08 reflect
20:20:12 [2020-11-06T20:20:12.888Z] #43 31.08 syscall
20:20:12 [2020-11-06T20:20:12.888Z] #43 ...
20:20:12 [2020-11-06T20:20:12.888Z] 
20:20:12 [2020-11-06T20:20:12.888Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:20:12 [2020-11-06T20:20:12.888Z] #34 23.83 Selecting previously unselected package vim-common.
20:20:12 [2020-11-06T20:20:12.888Z] #34 23.85 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 23.86 Unpacking vim-common (2:8.1.0875-5) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 24.03 Selecting previously unselected package cmake-data.
20:20:12 [2020-11-06T20:20:12.888Z] #34 24.03 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 24.03 Unpacking cmake-data (3.13.4-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 26.71 Selecting previously unselected package libicu63:s390x.
20:20:12 [2020-11-06T20:20:12.888Z] #34 26.73 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 26.75 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.05 Selecting previously unselected package libxml2:s390x.
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.05 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.06 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.47 Selecting previously unselected package libarchive13:s390x.
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.49 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.49 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.75 Selecting previously unselected package libjsoncpp1:s390x.
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.76 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.76 Unpacking libjsoncpp1:s390x (1.7.4-3) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.90 Selecting previously unselected package librhash0:s390x.
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.90 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 31.91 Unpacking librhash0:s390x (1.3.8-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 32.03 Selecting previously unselected package libuv1:s390x.
20:20:12 [2020-11-06T20:20:12.888Z] #34 32.03 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 32.03 Unpacking libuv1:s390x (1.24.1-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 32.17 Selecting previously unselected package cmake.
20:20:12 [2020-11-06T20:20:12.888Z] #34 32.17 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 32.19 Unpacking cmake (3.13.4-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.03 Setting up libicu63:s390x (63.1-6+deb10u1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.05 Setting up xxd (2:8.1.0875-5) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.05 Setting up libuv1:s390x (1.24.1-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.06 Setting up vim-common (2:8.1.0875-5) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.07 Setting up librhash0:s390x (1.3.8-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.08 Setting up cmake-data (3.13.4-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.09 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.10 Setting up libjsoncpp1:s390x (1.7.4-3) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.11 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.12 Setting up cmake (3.13.4-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 34.13 Processing triggers for libc-bin (2.28-10) ...
20:20:12 [2020-11-06T20:20:12.888Z] #34 ...
20:20:12 [2020-11-06T20:20:12.888Z] 
20:20:12 [2020-11-06T20:20:12.888Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:20:12 [2020-11-06T20:20:12.888Z] #40 34.09 Setting up libnl-3-dev:s390x (3.4.0-1) ...
20:20:12 [2020-11-06T20:20:12.888Z] #40 34.11 Processing triggers for libc-bin (2.28-10) ...
20:20:13 [2020-11-06T20:20:13.186Z] #40 ...
20:20:13 [2020-11-06T20:20:13.186Z] 
20:20:13 [2020-11-06T20:20:13.186Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:13 [2020-11-06T20:20:13.186Z] #32 24.15 sync
20:20:13 [2020-11-06T20:20:13.186Z] #32 24.15 internal/reflectlite
20:20:13 [2020-11-06T20:20:13.186Z] #32 26.67 errors
20:20:13 [2020-11-06T20:20:13.186Z] #32 26.67 sort
20:20:13 [2020-11-06T20:20:13.186Z] #32 26.88 strconv
20:20:13 [2020-11-06T20:20:13.186Z] #32 27.36 io
20:20:13 [2020-11-06T20:20:13.186Z] #32 28.31 syscall
20:20:13 [2020-11-06T20:20:13.186Z] #32 28.91 reflect
20:20:13 [2020-11-06T20:20:13.186Z] #32 33.76 time
20:20:13 [2020-11-06T20:20:13.186Z] #32 ...
20:20:13 [2020-11-06T20:20:13.186Z] 
20:20:13 [2020-11-06T20:20:13.186Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:20:13 [2020-11-06T20:20:13.186Z] #34 34.17 Processing triggers for mime-support (3.62) ...
20:20:13 [2020-11-06T20:20:13.481Z] #34 DONE 34.5s
20:20:13 [2020-11-06T20:20:13.481Z] 
20:20:13 [2020-11-06T20:20:13.481Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.734 + RM_GOPATH=0
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.734 + TMP_GOPATH=
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.734 + : /build
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.734 + '[' -z '' ']'
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.734 ++ mktemp -d
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.736 + export GOPATH=/tmp/tmp.gZjlwXtlwy
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.736 + GOPATH=/tmp/tmp.gZjlwXtlwy
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.736 + RM_GOPATH=1
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.736 + case "$(go env GOARCH)" in
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.737 ++ go env GOARCH
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.743 + export GO_BUILDMODE=-buildmode=pie
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.743 + GO_BUILDMODE=-buildmode=pie
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.743 ++ dirname /tmp/install/install.sh
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.744 + dir=/tmp/install
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.744 + bin=containerd
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.744 + shift
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.744 + '[' '!' -f /tmp/install/containerd.installer ']'
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.744 + . /tmp/install/containerd.installer
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.744 ++ set -e
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.744 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.744 + install_containerd
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.745 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.745 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.745 + git clone https://github.com/containerd/containerd.git /tmp/tmp.gZjlwXtlwy/src/github.com/containerd/containerd
20:20:13 [2020-11-06T20:20:13.481Z] #54 0.750 Cloning into '/tmp/tmp.gZjlwXtlwy/src/github.com/containerd/containerd'...
20:20:13 [2020-11-06T20:20:13.481Z] #54 ...
20:20:13 [2020-11-06T20:20:13.481Z] 
20:20:13 [2020-11-06T20:20:13.481Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:20:13 [2020-11-06T20:20:13.481Z] #40 DONE 34.5s
20:20:13 [2020-11-06T20:20:13.481Z] 
20:20:13 [2020-11-06T20:20:13.481Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:14 [2020-11-06T20:20:14.129Z] #41 ...
20:20:14 [2020-11-06T20:20:14.129Z] 
20:20:14 [2020-11-06T20:20:14.129Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:14 [2020-11-06T20:20:14.129Z] #49 25.12 internal/reflectlite
20:20:14 [2020-11-06T20:20:14.129Z] #49 26.62 errors
20:20:14 [2020-11-06T20:20:14.129Z] #49 26.62 sort
20:20:14 [2020-11-06T20:20:14.129Z] #49 26.85 io
20:20:14 [2020-11-06T20:20:14.129Z] #49 27.46 bytes
20:20:14 [2020-11-06T20:20:14.129Z] #49 27.52 internal/oserror
20:20:14 [2020-11-06T20:20:14.129Z] #49 27.55 syscall
20:20:14 [2020-11-06T20:20:14.129Z] #49 29.07 reflect
20:20:14 [2020-11-06T20:20:14.129Z] #49 32.38 time
20:20:14 [2020-11-06T20:20:14.129Z] #49 ...
20:20:14 [2020-11-06T20:20:14.129Z] 
20:20:14 [2020-11-06T20:20:14.129Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.005 + RM_GOPATH=0
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.006 + TMP_GOPATH=
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.006 + : /build
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.006 + '[' -z '' ']'
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.007 ++ mktemp -d
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.007 + export GOPATH=/tmp/tmp.mGdtFQHMP7
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.007 + GOPATH=/tmp/tmp.mGdtFQHMP7
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.007 + RM_GOPATH=1
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.008 + case "$(go env GOARCH)" in
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.008 ++ go env GOARCH
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.013 + export GO_BUILDMODE=-buildmode=pie
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.014 + GO_BUILDMODE=-buildmode=pie
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.014 ++ dirname /tmp/install/install.sh
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.019 + dir=/tmp/install
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.019 + bin=tini
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.019 + shift
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.020 + '[' '!' -f /tmp/install/tini.installer ']'
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.020 + . /tmp/install/tini.installer
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.020 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.020 + install_tini
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.020 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.020 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.020 + git clone https://github.com/krallin/tini.git /tmp/tmp.mGdtFQHMP7/tini
20:20:14 [2020-11-06T20:20:14.420Z] #35 1.026 Cloning into '/tmp/tmp.mGdtFQHMP7/tini'...
20:20:15 [2020-11-06T20:20:15.052Z] #35 1.705 + cd /tmp/tmp.mGdtFQHMP7/tini
20:20:15 [2020-11-06T20:20:15.052Z] #35 1.705 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:20:15 [2020-11-06T20:20:15.052Z] #35 1.717 + cmake .
20:20:15 [2020-11-06T20:20:15.151Z] using credential docker-jenkins-github-credentials
20:20:15 [2020-11-06T20:20:15.158Z] Cloning the remote Git repository
20:20:15 [2020-11-06T20:20:15.158Z] Cloning with configured refspecs honoured and without tags
20:20:15 [2020-11-06T20:20:15.684Z] #35 2.170 -- The C compiler identification is GNU 8.3.0
20:20:15 [2020-11-06T20:20:15.685Z] #35 2.221 -- Check for working C compiler: /usr/bin/cc
20:20:15 [2020-11-06T20:20:15.993Z] #35 ...
20:20:15 [2020-11-06T20:20:15.993Z] 
20:20:15 [2020-11-06T20:20:15.993Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:20:15 [2020-11-06T20:20:15.993Z] #45 DONE 37.2s
20:20:15 [2020-11-06T20:20:15.993Z] 
20:20:15 [2020-11-06T20:20:15.993Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:15 [2020-11-06T20:20:15.993Z] #35 2.582 -- Check for working C compiler: /usr/bin/cc -- works
20:20:15 [2020-11-06T20:20:15.993Z] #35 2.588 -- Detecting C compiler ABI info
20:20:16 [2020-11-06T20:20:16.310Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-09e1999f5763b9bf4) in /home/ubuntu/workspace/moby_PR-41648
[Pipeline] {
20:20:15 [2020-11-06T20:20:15.216Z] Cloning repository https://github.com/moby/moby.git
20:20:15 [2020-11-06T20:20:15.277Z]  > git init /home/ubuntu/workspace/moby_PR-41648 # timeout=10
20:20:15 [2020-11-06T20:20:15.537Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:15 [2020-11-06T20:20:15.537Z]  > git --version # timeout=10
20:20:15 [2020-11-06T20:20:15.547Z]  > git --version # 'git version 2.17.1'
20:20:15 [2020-11-06T20:20:15.547Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:15 [2020-11-06T20:20:15.560Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] checkout
20:20:16 [2020-11-06T20:20:16.634Z] #35 3.219 -- Detecting C compiler ABI info - done
20:20:16 [2020-11-06T20:20:16.634Z] #35 3.282 -- Detecting C compile features
20:20:16 [2020-11-06T20:20:16.927Z] #35 ...
20:20:16 [2020-11-06T20:20:16.927Z] 
20:20:16 [2020-11-06T20:20:16.927Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:20:16 [2020-11-06T20:20:16.927Z] #30 27.78 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:20:16 [2020-11-06T20:20:16.927Z] #30 28.45 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:20:16 [2020-11-06T20:20:16.927Z] #30 ...
20:20:16 [2020-11-06T20:20:16.927Z] 
20:20:16 [2020-11-06T20:20:16.927Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:16 [2020-11-06T20:20:16.927Z] #41 1.966 Note: Building without setproctitle() and strlcpy() support.
20:20:16 [2020-11-06T20:20:16.927Z] #41 1.966       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:20:16 [2020-11-06T20:20:16.927Z] #41 1.969 Note: Building without GnuTLS support
20:20:16 [2020-11-06T20:20:16.927Z] #41 1.970 Makefile.config:39: Warn: you have no libnftables installed
20:20:16 [2020-11-06T20:20:16.927Z] #41 1.970 Makefile.config:40: Warn: Building without nftables support
20:20:16 [2020-11-06T20:20:16.927Z] #41 3.126 fatal: not a git repository (or any of the parent directories): .git
20:20:16 [2020-11-06T20:20:16.928Z] #41 3.149   GEN      .gitid
20:20:16 [2020-11-06T20:20:16.928Z] #41 3.174   GEN      criu/include/version.h
20:20:16 [2020-11-06T20:20:16.928Z] #41 3.204   GEN      include/common/asm
20:20:16 [2020-11-06T20:20:16.960Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09b0861ddb502e2e3) in /home/ubuntu/workspace/moby_PR-41648
[Pipeline] {
[Pipeline] checkout
20:20:17 [2020-11-06T20:20:17.013Z] using credential docker-jenkins-github-credentials
20:20:17 [2020-11-06T20:20:17.023Z] Cloning the remote Git repository
20:20:17 [2020-11-06T20:20:17.023Z] Cloning with configured refspecs honoured and without tags
20:20:17 [2020-11-06T20:20:17.111Z] Cloning repository https://github.com/moby/moby.git
20:20:17 [2020-11-06T20:20:17.112Z]  > git init /home/ubuntu/workspace/moby_PR-41648 # timeout=10
20:20:17 [2020-11-06T20:20:17.129Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:17 [2020-11-06T20:20:17.129Z]  > git --version # timeout=10
20:20:17 [2020-11-06T20:20:17.138Z]  > git --version # 'git version 2.17.1'
20:20:17 [2020-11-06T20:20:17.138Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:17 [2020-11-06T20:20:17.139Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:17 [2020-11-06T20:20:17.561Z] #41 4.227   PBCC     images/timens.pb-c.c
20:20:17 [2020-11-06T20:20:17.561Z] #41 4.231   DEP      images/timens.pb-c.d
20:20:17 [2020-11-06T20:20:17.561Z] #41 4.288   PBCC     images/fown.pb-c.c
20:20:17 [2020-11-06T20:20:17.852Z] #41 4.320   PBCC     images/google/protobuf/descriptor.pb-c.c
20:20:17 [2020-11-06T20:20:17.852Z] #41 4.406   PBCC     images/opts.pb-c.c
20:20:17 [2020-11-06T20:20:17.852Z] #41 4.441   PBCC     images/memfd.pb-c.c
20:20:17 [2020-11-06T20:20:17.852Z] #41 4.479   DEP      images/fown.pb-c.d
20:20:17 [2020-11-06T20:20:17.852Z] #41 4.486   DEP      images/google/protobuf/descriptor.pb-c.d
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.531   DEP      images/opts.pb-c.d
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.567   DEP      images/memfd.pb-c.d
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.600   PBCC     images/sit.pb-c.c
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.648   DEP      images/sit.pb-c.d
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.700   PBCC     images/macvlan.pb-c.c
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.719   DEP      images/macvlan.pb-c.d
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.779   PBCC     images/autofs.pb-c.c
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.806   DEP      images/autofs.pb-c.d
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.816   PBCC     images/sysctl.pb-c.c
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.841   DEP      images/sysctl.pb-c.d
20:20:18 [2020-11-06T20:20:18.143Z] #41 4.877   PBCC     images/time.pb-c.c
20:20:18 [2020-11-06T20:20:18.434Z] #41 4.882   DEP      images/time.pb-c.d
20:20:18 [2020-11-06T20:20:18.434Z] #41 4.948   PBCC     images/binfmt-misc.pb-c.c
20:20:18 [2020-11-06T20:20:18.434Z] #41 4.954   DEP      images/binfmt-misc.pb-c.d
20:20:18 [2020-11-06T20:20:18.434Z] #41 4.993   PBCC     images/seccomp.pb-c.c
20:20:18 [2020-11-06T20:20:18.434Z] #41 4.997   DEP      images/seccomp.pb-c.d
20:20:18 [2020-11-06T20:20:18.434Z] #41 5.036   PBCC     images/userns.pb-c.c
20:20:18 [2020-11-06T20:20:18.434Z] #41 5.071   DEP      images/userns.pb-c.d
20:20:18 [2020-11-06T20:20:18.434Z] #41 5.078   PBCC     images/cgroup.pb-c.c
20:20:18 [2020-11-06T20:20:18.434Z] #41 5.109   DEP      images/cgroup.pb-c.d
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.123   PBCC     images/ext-file.pb-c.c
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.149   DEP      images/ext-file.pb-c.d
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.182   PBCC     images/rpc.pb-c.c
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.237   DEP      images/rpc.pb-c.d
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.293   PBCC     images/siginfo.pb-c.c
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.324   DEP      images/siginfo.pb-c.d
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.342   PBCC     images/pagemap.pb-c.c
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.390   DEP      images/pagemap.pb-c.d
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.434   PBCC     images/rlimit.pb-c.c
20:20:18 [2020-11-06T20:20:18.725Z] #41 5.444   DEP      images/rlimit.pb-c.d
20:20:18 [2020-11-06T20:20:18.966Z] #38 ...
20:20:18 [2020-11-06T20:20:18.966Z] 
20:20:18 [2020-11-06T20:20:18.966Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 + RM_GOPATH=0
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 + TMP_GOPATH=
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 + : /build
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 + '[' -z '' ']'
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 ++ mktemp -d
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 + export GOPATH=/tmp/tmp.MjL2LSLaSx
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 + GOPATH=/tmp/tmp.MjL2LSLaSx
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 + RM_GOPATH=1
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 + case "$(go env GOARCH)" in
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.809 ++ go env GOARCH
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.810 + export GO_BUILDMODE=-buildmode=pie
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.810 + GO_BUILDMODE=-buildmode=pie
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.810 ++ dirname /tmp/install/install.sh
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + dir=/tmp/install
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + bin=proxy
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + shift
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + '[' '!' -f /tmp/install/proxy.installer ']'
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + . /tmp/install/proxy.installer
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 ++ : d511c60c5c23e6753631244f271a1ec6097254a5
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + install_proxy
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + case "$1" in
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + export CGO_ENABLED=0
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + CGO_ENABLED=0
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + _install_proxy
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5'
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.MjL2LSLaSx/src/github.com/docker/libnetwork
20:20:18 [2020-11-06T20:20:18.966Z] #62 5.819 Cloning into '/tmp/tmp.MjL2LSLaSx/src/github.com/docker/libnetwork'...
20:20:18 [2020-11-06T20:20:18.966Z] #62 ...
20:20:18 [2020-11-06T20:20:18.966Z] 
20:20:18 [2020-11-06T20:20:18.966Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + RM_GOPATH=0
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + TMP_GOPATH=
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + : /build
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + '[' -z '' ']'
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 ++ mktemp -d
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + export GOPATH=/tmp/tmp.WpOQxjo7Vg
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + GOPATH=/tmp/tmp.WpOQxjo7Vg
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + RM_GOPATH=1
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + case "$(go env GOARCH)" in
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 ++ go env GOARCH
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + export GO_BUILDMODE=-buildmode=pie
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + GO_BUILDMODE=-buildmode=pie
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 ++ dirname /tmp/install/install.sh
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + dir=/tmp/install
20:20:18 [2020-11-06T20:20:18.966Z] #32 5.882 + bin=tomlv
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.882 + shift
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.882 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.882 + . /tmp/install/tomlv.installer
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.882 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.882 + install_tomlv
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.882 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.882 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.WpOQxjo7Vg/src/github.com/BurntSushi/toml
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.890 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:18 [2020-11-06T20:20:18.967Z] #32 5.916 Cloning into '/tmp/tmp.WpOQxjo7Vg/src/github.com/BurntSushi/toml'...
20:20:18 [2020-11-06T20:20:18.967Z] #32 6.434 + cd /tmp/tmp.WpOQxjo7Vg/src/github.com/BurntSushi/toml
20:20:18 [2020-11-06T20:20:18.967Z] #32 6.434 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:20:18 [2020-11-06T20:20:18.967Z] #32 6.462 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:20:18 [2020-11-06T20:20:18.967Z] #32 6.856 runtime/internal/atomic
20:20:18 [2020-11-06T20:20:18.967Z] #32 6.877 internal/cpu
20:20:18 [2020-11-06T20:20:18.967Z] #32 6.948 runtime/internal/sys
20:20:19 [2020-11-06T20:20:19.016Z] #41 5.460   PBCC     images/file-lock.pb-c.c
20:20:19 [2020-11-06T20:20:19.016Z] #41 5.469   DEP      images/file-lock.pb-c.d
20:20:19 [2020-11-06T20:20:19.016Z] #41 5.507   PBCC     images/tty.pb-c.c
20:20:19 [2020-11-06T20:20:19.016Z] #41 5.528   DEP      images/tty.pb-c.d
20:20:19 [2020-11-06T20:20:19.016Z] #41 5.555   PBCC     images/tun.pb-c.c
20:20:19 [2020-11-06T20:20:19.016Z] #41 5.594   PBCC     images/netdev.pb-c.c
20:20:19 [2020-11-06T20:20:19.016Z] #41 5.612   DEP      images/tun.pb-c.d
20:20:19 [2020-11-06T20:20:19.016Z] #41 5.658   DEP      images/netdev.pb-c.d
20:20:19 [2020-11-06T20:20:19.228Z] #32 7.087 runtime/internal/math
20:20:19 [2020-11-06T20:20:19.228Z] #32 7.193 math/bits
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.681   PBCC     images/vma.pb-c.c
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.709   DEP      images/vma.pb-c.d
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.737   PBCC     images/creds.pb-c.c
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.755   DEP      images/creds.pb-c.d
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.790   PBCC     images/utsns.pb-c.c
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.797   DEP      images/utsns.pb-c.d
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.862   PBCC     images/ipc-desc.pb-c.c
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.864   PBCC     images/ipc-sem.pb-c.c
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.870   DEP      images/ipc-desc.pb-c.d
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.904   DEP      images/ipc-sem.pb-c.d
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.953   PBCC     images/ipc-msg.pb-c.c
20:20:19 [2020-11-06T20:20:19.307Z] #41 5.987   DEP      images/ipc-msg.pb-c.d
20:20:19 [2020-11-06T20:20:19.307Z] #41 6.009   PBCC     images/ipc-shm.pb-c.c
20:20:19 [2020-11-06T20:20:19.490Z] #32 7.434 internal/bytealg
20:20:19 [2020-11-06T20:20:19.490Z] #32 ...
20:20:19 [2020-11-06T20:20:19.490Z] 
20:20:19 [2020-11-06T20:20:19.490Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:20:19 [2020-11-06T20:20:19.490Z] #56 7.620 + RM_GOPATH=0
20:20:19 [2020-11-06T20:20:19.490Z] #56 7.620 + TMP_GOPATH=
20:20:19 [2020-11-06T20:20:19.490Z] #56 7.620 + : /build
20:20:19 [2020-11-06T20:20:19.490Z] #56 7.620 + '[' -z '' ']'
20:20:19 [2020-11-06T20:20:19.490Z] #56 7.620 ++ mktemp -d
20:20:19 [2020-11-06T20:20:19.598Z] #41 6.014   DEP      images/ipc-shm.pb-c.d
20:20:19 [2020-11-06T20:20:19.598Z] #41 6.034   PBCC     images/ipc-var.pb-c.c
20:20:19 [2020-11-06T20:20:19.598Z] #41 6.054   DEP      images/ipc-var.pb-c.d
20:20:19 [2020-11-06T20:20:19.598Z] #41 6.113   PBCC     images/sk-opts.pb-c.c
20:20:19 [2020-11-06T20:20:19.598Z] #41 6.118   PBCC     images/packet-sock.pb-c.c
20:20:19 [2020-11-06T20:20:19.598Z] #41 6.155   DEP      images/sk-opts.pb-c.d
20:20:19 [2020-11-06T20:20:19.598Z] #41 6.189   DEP      images/packet-sock.pb-c.d
20:20:19 [2020-11-06T20:20:19.598Z] #41 6.234   PBCC     images/sk-netlink.pb-c.c
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.623 + export GOPATH=/tmp/tmp.zXDBwHYdut
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.623 + GOPATH=/tmp/tmp.zXDBwHYdut
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.623 + RM_GOPATH=1
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.623 + case "$(go env GOARCH)" in
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.623 ++ go env GOARCH
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.702 + export GO_BUILDMODE=-buildmode=pie
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.702 + GO_BUILDMODE=-buildmode=pie
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.702 ++ dirname /tmp/install/install.sh
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + dir=/tmp/install
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + bin=rootlesskit
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + shift
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + . /tmp/install/rootlesskit.installer
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + install_rootlesskit
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + case "$1" in
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + export CGO_ENABLED=0
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + CGO_ENABLED=0
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + _install_rootlesskit
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.707 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.zXDBwHYdut/src/github.com/rootless-containers/rootlesskit
20:20:19 [2020-11-06T20:20:19.761Z] #56 7.767 Cloning into '/tmp/tmp.zXDBwHYdut/src/github.com/rootless-containers/rootlesskit'...
20:20:19 [2020-11-06T20:20:19.889Z] #41 6.283   DEP      images/sk-netlink.pb-c.d
20:20:19 [2020-11-06T20:20:19.889Z] #41 6.289   PBCC     images/sk-inet.pb-c.c
20:20:19 [2020-11-06T20:20:19.889Z] #41 6.354   DEP      images/sk-inet.pb-c.d
20:20:19 [2020-11-06T20:20:19.889Z] #41 6.384   PBCC     images/sk-unix.pb-c.c
20:20:19 [2020-11-06T20:20:19.889Z] #41 6.429   DEP      images/sk-unix.pb-c.d
20:20:19 [2020-11-06T20:20:19.889Z] #41 6.472   PBCC     images/mm.pb-c.c
20:20:19 [2020-11-06T20:20:19.889Z] #41 6.519   DEP      images/mm.pb-c.d
20:20:19 [2020-11-06T20:20:19.889Z] #41 6.578   PBCC     images/timerfd.pb-c.c
20:20:20 [2020-11-06T20:20:20.185Z] #41 6.584   DEP      images/timerfd.pb-c.d
20:20:20 [2020-11-06T20:20:20.185Z] #41 6.603   PBCC     images/timer.pb-c.c
20:20:20 [2020-11-06T20:20:20.185Z] #41 6.644   DEP      images/timer.pb-c.d
20:20:20 [2020-11-06T20:20:20.185Z] #41 6.650   PBCC     images/sa.pb-c.c
20:20:20 [2020-11-06T20:20:20.185Z] #41 6.719   DEP      images/sa.pb-c.d
20:20:20 [2020-11-06T20:20:20.185Z] #41 6.794   PBCC     images/pipe-data.pb-c.c
20:20:20 [2020-11-06T20:20:20.185Z] #41 6.800   DEP      images/pipe-data.pb-c.d
20:20:20 [2020-11-06T20:20:20.483Z] #41 ...
20:20:20 [2020-11-06T20:20:20.483Z] 
20:20:20 [2020-11-06T20:20:20.483Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:20 [2020-11-06T20:20:20.483Z] #35 4.524 -- Detecting C compile features - done
20:20:20 [2020-11-06T20:20:20.483Z] #35 4.529 -- Performing Test HAS_BUILTIN_FORTIFY
20:20:20 [2020-11-06T20:20:20.483Z] #35 4.690 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:20:20 [2020-11-06T20:20:20.483Z] #35 4.761 -- Configuring done
20:20:20 [2020-11-06T20:20:20.483Z] #35 4.809 -- Generating done
20:20:20 [2020-11-06T20:20:20.483Z] #35 4.815 -- Build files have been written to: /tmp/tmp.mGdtFQHMP7/tini
20:20:20 [2020-11-06T20:20:20.483Z] #35 4.847 + make tini-static
20:20:20 [2020-11-06T20:20:20.483Z] #35 5.118 Scanning dependencies of target tini-static
20:20:20 [2020-11-06T20:20:20.483Z] #35 5.248 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:20:20 [2020-11-06T20:20:20.483Z] #35 6.055 [100%] Linking C executable tini-static
20:20:20 [2020-11-06T20:20:20.483Z] #35 6.545 [100%] Built target tini-static
20:20:20 [2020-11-06T20:20:20.483Z] #35 6.608 + mkdir -p /build
20:20:20 [2020-11-06T20:20:20.483Z] #35 6.610 + cp tini-static /build/docker-init
20:20:20 [2020-11-06T20:20:20.483Z] #35 DONE 6.8s
20:20:20 [2020-11-06T20:20:20.483Z] 
20:20:20 [2020-11-06T20:20:20.483Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:20 [2020-11-06T20:20:20.483Z] #41 6.887   PBCC     images/mnt.pb-c.c
20:20:20 [2020-11-06T20:20:20.483Z] #41 6.941   DEP      images/mnt.pb-c.d
20:20:20 [2020-11-06T20:20:20.483Z] #41 6.976   PBCC     images/sk-packet.pb-c.c
20:20:20 [2020-11-06T20:20:20.483Z] #41 6.981   DEP      images/sk-packet.pb-c.d
20:20:20 [2020-11-06T20:20:20.483Z] #41 6.999   PBCC     images/tcp-stream.pb-c.c
20:20:20 [2020-11-06T20:20:20.483Z] #41 7.027   DEP      images/tcp-stream.pb-c.d
20:20:20 [2020-11-06T20:20:20.483Z] #41 7.053   PBCC     images/pipe.pb-c.c
20:20:20 [2020-11-06T20:20:20.483Z] #41 7.072   DEP      images/pipe.pb-c.d
20:20:20 [2020-11-06T20:20:20.483Z] #41 7.134   PBCC     images/pstree.pb-c.c
20:20:20 [2020-11-06T20:20:20.483Z] #41 7.151   DEP      images/pstree.pb-c.d
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.201   PBCC     images/fs.pb-c.c
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.222   DEP      images/fs.pb-c.d
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.275   PBCC     images/signalfd.pb-c.c
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.315   DEP      images/signalfd.pb-c.d
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.357   PBCC     images/fh.pb-c.c
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.393   PBCC     images/fsnotify.pb-c.c
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.436   DEP      images/fh.pb-c.d
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.459   DEP      images/fsnotify.pb-c.d
20:20:20 [2020-11-06T20:20:20.782Z] #41 7.512   PBCC     images/eventpoll.pb-c.c
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.551   DEP      images/eventpoll.pb-c.d
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.640   PBCC     images/eventfd.pb-c.c
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.643   DEP      images/eventfd.pb-c.d
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.664   PBCC     images/remap-file-path.pb-c.c
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.676   DEP      images/remap-file-path.pb-c.d
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.696   PBCC     images/fifo.pb-c.c
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.701   DEP      images/fifo.pb-c.d
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.722   PBCC     images/ghost-file.pb-c.c
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.728   DEP      images/ghost-file.pb-c.d
20:20:21 [2020-11-06T20:20:21.074Z] #41 7.758   PBCC     images/regfile.pb-c.c
20:20:21 [2020-11-06T20:20:21.365Z] #41 7.785   DEP      images/regfile.pb-c.d
20:20:21 [2020-11-06T20:20:21.365Z] #41 7.821   PBCC     images/ns.pb-c.c
20:20:21 [2020-11-06T20:20:21.365Z] #41 7.833   DEP      images/ns.pb-c.d
20:20:21 [2020-11-06T20:20:21.365Z] #41 7.860   PBCC     images/fdinfo.pb-c.c
20:20:21 [2020-11-06T20:20:21.365Z] #41 7.884   DEP      images/fdinfo.pb-c.d
20:20:21 [2020-11-06T20:20:21.365Z] #41 7.915   PBCC     images/core-aarch64.pb-c.c
20:20:21 [2020-11-06T20:20:21.365Z] #41 7.957   PBCC     images/core-arm.pb-c.c
20:20:21 [2020-11-06T20:20:21.365Z] #41 7.985   PBCC     images/core-ppc64.pb-c.c
20:20:21 [2020-11-06T20:20:21.365Z] #41 8.046   PBCC     images/core-s390.pb-c.c
20:20:21 [2020-11-06T20:20:21.365Z] #41 8.086   PBCC     images/core-x86.pb-c.c
20:20:21 [2020-11-06T20:20:21.506Z] using credential docker-jenkins-github-credentials
20:20:21 [2020-11-06T20:20:21.517Z] Cloning the remote Git repository
20:20:21 [2020-11-06T20:20:21.517Z] Cloning with configured refspecs honoured and without tags
20:20:21 [2020-11-06T20:20:21.657Z] #41 8.120   PBCC     images/core.pb-c.c
20:20:21 [2020-11-06T20:20:21.657Z] #41 8.191   PBCC     images/inventory.pb-c.c
20:20:21 [2020-11-06T20:20:21.657Z] #41 8.219   DEP      images/core-aarch64.pb-c.d
20:20:21 [2020-11-06T20:20:21.657Z] #41 8.285   DEP      images/core-arm.pb-c.d
20:20:21 [2020-11-06T20:20:21.657Z] #41 8.294   DEP      images/core-ppc64.pb-c.d
20:20:21 [2020-11-06T20:20:21.948Z] #41 8.322   DEP      images/core-s390.pb-c.d
20:20:21 [2020-11-06T20:20:21.948Z] #41 8.349   DEP      images/core-x86.pb-c.d
20:20:21 [2020-11-06T20:20:21.948Z] #41 8.379   DEP      images/core.pb-c.d
20:20:21 [2020-11-06T20:20:21.948Z] #41 8.408   DEP      images/inventory.pb-c.d
20:20:21 [2020-11-06T20:20:21.948Z] #41 8.438   PBCC     images/cpuinfo.pb-c.c
20:20:21 [2020-11-06T20:20:21.948Z] #41 8.450   DEP      images/cpuinfo.pb-c.d
20:20:21 [2020-11-06T20:20:21.948Z] #41 8.478   PBCC     images/stats.pb-c.c
20:20:21 [2020-11-06T20:20:21.948Z] #41 8.481   DEP      images/stats.pb-c.d
20:20:22 [2020-11-06T20:20:22.334Z] #56 ...
20:20:22 [2020-11-06T20:20:22.334Z] 
20:20:22 [2020-11-06T20:20:22.334Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 + RM_GOPATH=0
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 + TMP_GOPATH=
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 + : /build
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 + '[' -z '' ']'
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 ++ mktemp -d
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 + export GOPATH=/tmp/tmp.4okZI6Jubl
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 + GOPATH=/tmp/tmp.4okZI6Jubl
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 + RM_GOPATH=1
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 + case "$(go env GOARCH)" in
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.282 ++ go env GOARCH
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + export GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 ++ dirname /tmp/install/install.sh
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + dir=/tmp/install
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + bin=vndr
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + shift
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + '[' '!' -f /tmp/install/vndr.installer ']'
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + . /tmp/install/vndr.installer
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + install_vndr
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.298 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.301 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.367 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.4okZI6Jubl/src/github.com/LK4D4/vndr
20:20:22 [2020-11-06T20:20:22.334Z] #43 7.367 Cloning into '/tmp/tmp.4okZI6Jubl/src/github.com/LK4D4/vndr'...
20:20:22 [2020-11-06T20:20:22.334Z] #43 8.427 + cd /tmp/tmp.4okZI6Jubl/src/github.com/LK4D4/vndr
20:20:22 [2020-11-06T20:20:22.334Z] #43 8.427 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:20:22 [2020-11-06T20:20:22.334Z] #43 8.450 + go build -buildmode=pie -v -o /build/vndr .
20:20:22 [2020-11-06T20:20:22.334Z] #43 ...
20:20:22 [2020-11-06T20:20:22.334Z] 
20:20:22 [2020-11-06T20:20:22.334Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:20:22 [2020-11-06T20:20:22.334Z] #53 6.847 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:22 [2020-11-06T20:20:22.334Z] #53 6.956 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:22 [2020-11-06T20:20:22.334Z] #53 7.075 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:22 [2020-11-06T20:20:22.334Z] #53 8.549 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:20:22 [2020-11-06T20:20:22.334Z] #53 ...
20:20:22 [2020-11-06T20:20:22.334Z] 
20:20:22 [2020-11-06T20:20:22.334Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.344 + RM_GOPATH=0
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.344 + TMP_GOPATH=
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.344 + : /build
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.344 + '[' -z '' ']'
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.344 ++ mktemp -d
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.367 + export GOPATH=/tmp/tmp.EzhrlW9jv7
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.367 + GOPATH=/tmp/tmp.EzhrlW9jv7
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.367 + RM_GOPATH=1
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.367 + case "$(go env GOARCH)" in
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.367 ++ go env GOARCH
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.384 + export GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.384 + GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.384 ++ dirname /tmp/install/install.sh
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + dir=/tmp/install
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + bin=gotestsum
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + shift
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + . /tmp/install/gotestsum.installer
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 ++ : v0.5.3
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + install_gotestsum
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + set -e
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + export GO111MODULE=on
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + GO111MODULE=on
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + GOBIN=/build
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.399 + go get gotest.tools/gotestsum@v0.5.3
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.411 go: finding gotest.tools v0.5.3
20:20:22 [2020-11-06T20:20:22.334Z] #45 7.433 go: finding gotest.tools/gotestsum v0.5.3
20:20:22 [2020-11-06T20:20:22.334Z] #45 9.099 go: downloading gotest.tools/gotestsum v0.5.3
20:20:22 [2020-11-06T20:20:22.334Z] #45 10.09 go: extracting gotest.tools/gotestsum v0.5.3
20:20:22 [2020-11-06T20:20:22.584Z] #41 9.232 make[1]: Nothing to be done for 'all'.
20:20:22 [2020-11-06T20:20:22.596Z] #45 ...
20:20:22 [2020-11-06T20:20:22.597Z] 
20:20:22 [2020-11-06T20:20:22.597Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 + RM_GOPATH=0
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 + TMP_GOPATH=
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 + : /build
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 + '[' -z '' ']'
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 ++ mktemp -d
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 + export GOPATH=/tmp/tmp.KjT1ByLPH2
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 + GOPATH=/tmp/tmp.KjT1ByLPH2
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 + RM_GOPATH=1
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 + case "$(go env GOARCH)" in
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.807 ++ go env GOARCH
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + export GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 ++ dirname /tmp/install/install.sh
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + dir=/tmp/install
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + bin=golangci_lint
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + shift
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + . /tmp/install/golangci_lint.installer
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 ++ : v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + install_golangci_lint
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + set -e
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + export GO111MODULE=on
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + GO111MODULE=on
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + GOBIN=/build
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 go: finding github.com v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 go: finding github.com/golangci/golangci-lint v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 6.831 go: finding github.com/golangci v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 8.463 go: downloading github.com/golangci/golangci-lint v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 9.999 go: extracting github.com/golangci/golangci-lint v1.23.8
20:20:22 [2020-11-06T20:20:22.597Z] #47 ...
20:20:22 [2020-11-06T20:20:22.597Z] 
20:20:22 [2020-11-06T20:20:22.597Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 + RM_GOPATH=0
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 + TMP_GOPATH=
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 + : /build
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 + '[' -z '' ']'
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 ++ mktemp -d
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 + export GOPATH=/tmp/tmp.b73kI1F6iD
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 + GOPATH=/tmp/tmp.b73kI1F6iD
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 + RM_GOPATH=1
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 + case "$(go env GOARCH)" in
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.301 ++ go env GOARCH
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.455 + export GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.455 + GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.462 ++ dirname /tmp/install/install.sh
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 + dir=/tmp/install
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 + bin=shfmt
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 + shift
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 + . /tmp/install/shfmt.installer
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 + install_shfmt
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 + git clone https://github.com/mvdan/sh.git /tmp/tmp.b73kI1F6iD/src/github.com/mvdan/sh
20:20:22 [2020-11-06T20:20:22.597Z] #49 7.499 Cloning into '/tmp/tmp.b73kI1F6iD/src/github.com/mvdan/sh'...
20:20:21 [2020-11-06T20:20:21.584Z] Cloning repository https://github.com/moby/moby.git
20:20:21 [2020-11-06T20:20:21.658Z]  > git init /home/ubuntu/workspace/moby_PR-41648 # timeout=10
20:20:22 [2020-11-06T20:20:22.033Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:22 [2020-11-06T20:20:22.034Z]  > git --version # timeout=10
20:20:22 [2020-11-06T20:20:22.052Z]  > git --version # 'git version 2.7.4'
20:20:22 [2020-11-06T20:20:22.053Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:22 [2020-11-06T20:20:22.057Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:22 [2020-11-06T20:20:22.889Z] #49 ...
20:20:22 [2020-11-06T20:20:22.889Z] 
20:20:22 [2020-11-06T20:20:22.889Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 + RM_GOPATH=0
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 + TMP_GOPATH=
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 + : /build
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 + '[' -z '' ']'
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 ++ mktemp -d
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 + export GOPATH=/tmp/tmp.l3URQSfRIv
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 + GOPATH=/tmp/tmp.l3URQSfRIv
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 + RM_GOPATH=1
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 + case "$(go env GOARCH)" in
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.281 ++ go env GOARCH
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.302 + export GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.302 + GO_BUILDMODE=-buildmode=pie
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.302 ++ dirname /tmp/install/install.sh
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.305 + dir=/tmp/install
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.305 + bin=dockercli
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.305 + shift
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.305 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.305 + . /tmp/install/dockercli.installer
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.309 ++ : stable
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.309 ++ : 17.06.2-ce
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.311 + install_dockercli
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.314 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.315 Install docker/cli version 17.06.2-ce from stable
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.326 ++ uname -m
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.333 + arch=x86_64
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.333 + '[' x86_64 '!=' x86_64 ']'
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.333 + url=https://download.docker.com/linux/static
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.333 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:20:22 [2020-11-06T20:20:22.889Z] #22 7.334 + tar -xz docker/docker
20:20:22 [2020-11-06T20:20:22.889Z] #22 ...
20:20:22 [2020-11-06T20:20:22.889Z] 
20:20:22 [2020-11-06T20:20:22.889Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:20:22 [2020-11-06T20:20:22.889Z] #30 5.933 + git clone https://github.com/kolyshkin/go-swagger.git .
20:20:22 [2020-11-06T20:20:22.889Z] #30 5.933 Cloning into '.'...
20:20:23 [2020-11-06T20:20:23.152Z] #30 ...
20:20:23 [2020-11-06T20:20:23.152Z] 
20:20:23 [2020-11-06T20:20:23.152Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:20:23 [2020-11-06T20:20:23.152Z] #34 8.680 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:23 [2020-11-06T20:20:23.152Z] #34 8.775 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:23 [2020-11-06T20:20:23.152Z] #34 8.775 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:23 [2020-11-06T20:20:23.152Z] #34 10.80 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:20:23 [2020-11-06T20:20:23.152Z] #34 ...
20:20:23 [2020-11-06T20:20:23.152Z] 
20:20:23 [2020-11-06T20:20:23.152Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:23 [2020-11-06T20:20:23.152Z] #11 8.721 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:23 [2020-11-06T20:20:23.152Z] #11 8.835 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:23 [2020-11-06T20:20:23.152Z] #11 8.835 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:23 [2020-11-06T20:20:23.152Z] #11 11.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:20:23 [2020-11-06T20:20:23.415Z] #11 ...
20:20:23 [2020-11-06T20:20:23.415Z] 
20:20:23 [2020-11-06T20:20:23.415Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:20:23 [2020-11-06T20:20:23.415Z] #40 8.523 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:23 [2020-11-06T20:20:23.415Z] #40 8.576 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:23 [2020-11-06T20:20:23.415Z] #40 8.576 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:23 [2020-11-06T20:20:23.415Z] #40 10.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:20:23 [2020-11-06T20:20:23.617Z] #41 10.04   CC       images/stats.o
20:20:23 [2020-11-06T20:20:23.617Z] #41 10.27   CC       images/core.o
20:20:23 [2020-11-06T20:20:23.681Z] #40 ...
20:20:23 [2020-11-06T20:20:23.681Z] 
20:20:23 [2020-11-06T20:20:23.681Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:23 [2020-11-06T20:20:23.681Z] #43 10.39 internal/race
20:20:23 [2020-11-06T20:20:23.681Z] #43 10.78 runtime
20:20:23 [2020-11-06T20:20:23.681Z] #43 10.85 sync/atomic
20:20:23 [2020-11-06T20:20:23.681Z] #43 11.49 unicode
20:20:24 [2020-11-06T20:20:24.249Z] #41 10.82   CC       images/core-x86.o
20:20:24 [2020-11-06T20:20:24.540Z] #41 11.18   CC       images/core-arm.o
20:20:24 [2020-11-06T20:20:24.831Z] #41 11.44   CC       images/core-aarch64.o
20:20:25 [2020-11-06T20:20:25.123Z] #41 11.71   CC       images/core-ppc64.o
20:20:25 [2020-11-06T20:20:25.414Z] #41 12.00   CC       images/core-s390.o
20:20:25 [2020-11-06T20:20:25.414Z] #41 ...
20:20:25 [2020-11-06T20:20:25.414Z] 
20:20:25 [2020-11-06T20:20:25.414Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:25 [2020-11-06T20:20:25.414Z] #49 36.63 context
20:20:25 [2020-11-06T20:20:25.414Z] #49 37.36 internal/poll
20:20:25 [2020-11-06T20:20:25.414Z] #49 38.34 encoding/binary
20:20:25 [2020-11-06T20:20:25.414Z] #49 39.49 os
20:20:25 [2020-11-06T20:20:25.414Z] #49 39.93 encoding/base64
20:20:25 [2020-11-06T20:20:25.414Z] #49 40.57 strings
20:20:25 [2020-11-06T20:20:25.414Z] #49 42.31 fmt
20:20:25 [2020-11-06T20:20:25.414Z] #49 42.76 path/filepath
20:20:25 [2020-11-06T20:20:25.414Z] #49 43.58 golang.org/x/sys/unix
20:20:25 [2020-11-06T20:20:25.414Z] #49 44.82 encoding/json
20:20:25 [2020-11-06T20:20:25.705Z] #49 ...
20:20:25 [2020-11-06T20:20:25.705Z] 
20:20:25 [2020-11-06T20:20:25.705Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:25 [2020-11-06T20:20:25.705Z] #32 36.93 internal/poll
20:20:25 [2020-11-06T20:20:25.705Z] #32 38.62 internal/syscall/execenv
20:20:25 [2020-11-06T20:20:25.705Z] #32 38.75 internal/syscall/unix
20:20:25 [2020-11-06T20:20:25.705Z] #32 38.94 internal/fmtsort
20:20:25 [2020-11-06T20:20:25.705Z] #32 38.96 os
20:20:25 [2020-11-06T20:20:25.705Z] #32 39.48 strings
20:20:25 [2020-11-06T20:20:25.705Z] #32 41.63 fmt
20:20:25 [2020-11-06T20:20:25.705Z] #32 41.93 path/filepath
20:20:25 [2020-11-06T20:20:25.705Z] #32 42.87 io/ioutil
20:20:25 [2020-11-06T20:20:25.705Z] #32 43.23 path
20:20:25 [2020-11-06T20:20:25.705Z] #32 43.53 text/tabwriter
20:20:25 [2020-11-06T20:20:25.705Z] #32 44.31 flag
20:20:25 [2020-11-06T20:20:25.705Z] #32 44.31 github.com/BurntSushi/toml
20:20:25 [2020-11-06T20:20:25.705Z] #32 45.43 log
20:20:25 [2020-11-06T20:20:25.705Z] #32 46.77 github.com/BurntSushi/toml/cmd/tomlv
20:20:25 [2020-11-06T20:20:25.705Z] #32 ...
20:20:25 [2020-11-06T20:20:25.705Z] 
20:20:25 [2020-11-06T20:20:25.705Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:25 [2020-11-06T20:20:25.705Z] #11 36.92 Selecting previously unselected package mingw-w64-x86-64-dev.
20:20:25 [2020-11-06T20:20:25.705Z] #11 36.93 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:20:25 [2020-11-06T20:20:25.705Z] #11 36.94 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:20:25 [2020-11-06T20:20:25.705Z] #11 41.25 Selecting previously unselected package gcc-mingw-w64-base.
20:20:25 [2020-11-06T20:20:25.705Z] #11 41.25 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ...
20:20:25 [2020-11-06T20:20:25.705Z] #11 41.25 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:20:25 [2020-11-06T20:20:25.705Z] #11 41.36 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:20:25 [2020-11-06T20:20:25.705Z] #11 41.36 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
20:20:25 [2020-11-06T20:20:25.705Z] #11 41.37 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:20:25 [2020-11-06T20:20:25.996Z] #11 ...
20:20:25 [2020-11-06T20:20:25.996Z] 
20:20:25 [2020-11-06T20:20:25.996Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:25 [2020-11-06T20:20:25.996Z] #43 37.03 internal/poll
20:20:25 [2020-11-06T20:20:25.996Z] #43 38.58 internal/fmtsort
20:20:25 [2020-11-06T20:20:25.996Z] #43 38.89 internal/syscall/unix
20:20:25 [2020-11-06T20:20:25.996Z] #43 38.99 strings
20:20:25 [2020-11-06T20:20:25.996Z] #43 39.01 os
20:20:25 [2020-11-06T20:20:25.996Z] #43 41.08 regexp/syntax
20:20:25 [2020-11-06T20:20:25.996Z] #43 41.54 fmt
20:20:25 [2020-11-06T20:20:25.996Z] #43 44.87 regexp
20:20:25 [2020-11-06T20:20:25.996Z] #43 45.04 flag
20:20:25 [2020-11-06T20:20:25.996Z] #43 46.02 go/token
20:20:25 [2020-11-06T20:20:25.996Z] #43 46.61 go/scanner
20:20:25 [2020-11-06T20:20:25.996Z] #43 47.12 internal/lazyregexp
20:20:25 [2020-11-06T20:20:25.996Z] #43 47.23 net/url
20:20:25 [2020-11-06T20:20:25.996Z] #43 ...
20:20:25 [2020-11-06T20:20:25.996Z] 
20:20:25 [2020-11-06T20:20:25.996Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:25 [2020-11-06T20:20:25.996Z] #41 12.42   CC       images/cpuinfo.o
20:20:25 [2020-11-06T20:20:25.996Z] #41 12.59   CC       images/inventory.o
20:20:26 [2020-11-06T20:20:26.287Z] #41 12.75   CC       images/fdinfo.o
20:20:26 [2020-11-06T20:20:26.287Z] #41 12.93   CC       images/fown.o
20:20:26 [2020-11-06T20:20:26.578Z] #41 13.13   CC       images/ns.o
20:20:26 [2020-11-06T20:20:26.578Z] #41 13.23   CC       images/regfile.o
20:20:26 [2020-11-06T20:20:26.868Z] #41 13.38   CC       images/ghost-file.o
20:20:26 [2020-11-06T20:20:26.869Z] #41 13.54   CC       images/fifo.o
20:20:27 [2020-11-06T20:20:27.160Z] #41 13.69   CC       images/remap-file-path.o
20:20:27 [2020-11-06T20:20:27.160Z] #41 13.80   CC       images/eventfd.o
20:20:27 [2020-11-06T20:20:27.451Z] #41 13.99   CC       images/eventpoll.o
20:20:27 [2020-11-06T20:20:27.743Z] #41 14.20   CC       images/fh.o
20:20:27 [2020-11-06T20:20:27.922Z] #43 ...
20:20:27 [2020-11-06T20:20:27.922Z] 
20:20:27 [2020-11-06T20:20:27.922Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:20:27 [2020-11-06T20:20:27.922Z] #56 15.71 Checking out files:  97% (775/794)   
Checking out files:  98% (779/794)   
Checking out files:  99% (787/794)   
Checking out files: 100% (794/794)   
Checking out files: 100% (794/794), done.
20:20:27 [2020-11-06T20:20:27.922Z] #56 15.81 + cd /tmp/tmp.zXDBwHYdut/src/github.com/rootless-containers/rootlesskit
20:20:27 [2020-11-06T20:20:27.922Z] #56 15.82 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:20:28 [2020-11-06T20:20:28.039Z] #41 14.42   CC       images/fsnotify.o
20:20:28 [2020-11-06T20:20:28.343Z] #41 ...
20:20:28 [2020-11-06T20:20:28.343Z] 
20:20:28 [2020-11-06T20:20:28.343Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:28 [2020-11-06T20:20:28.343Z] #32 DONE 49.3s
20:20:28 [2020-11-06T20:20:28.343Z] 
20:20:28 [2020-11-06T20:20:28.345Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:28 [2020-11-06T20:20:28.345Z] #41 14.79   CC       images/signalfd.o
20:20:28 [2020-11-06T20:20:28.497Z] #56 16.44 + for f in rootlesskit rootlesskit-docker-proxy
20:20:28 [2020-11-06T20:20:28.497Z] #56 16.44 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:20:28 [2020-11-06T20:20:28.656Z] #41 15.10   CC       images/fs.o
20:20:28 [2020-11-06T20:20:28.979Z] #41 15.31   CC       images/pstree.o
20:20:28 [2020-11-06T20:20:28.979Z] #41 15.56   CC       images/pipe.o
20:20:29 [2020-11-06T20:20:29.275Z] #41 15.81   CC       images/tcp-stream.o
20:20:29 [2020-11-06T20:20:29.567Z] #41 15.99   CC       images/sk-packet.o
20:20:29 [2020-11-06T20:20:29.567Z] #41 16.18   CC       images/mnt.o
20:20:29 [2020-11-06T20:20:29.859Z] #41 16.35   CC       images/pipe-data.o
20:20:29 [2020-11-06T20:20:29.859Z] #41 16.51   CC       images/sa.o
20:20:29 [2020-11-06T20:20:29.888Z] #56 ...
20:20:29 [2020-11-06T20:20:29.888Z] 
20:20:29 [2020-11-06T20:20:29.888Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:29 [2020-11-06T20:20:29.888Z] #32 7.635 math
20:20:29 [2020-11-06T20:20:29.888Z] #32 8.811 runtime
20:20:29 [2020-11-06T20:20:29.888Z] #32 13.00 unicode/utf8
20:20:29 [2020-11-06T20:20:29.888Z] #32 13.70 unicode
20:20:29 [2020-11-06T20:20:29.888Z] #32 ...
20:20:29 [2020-11-06T20:20:29.888Z] 
20:20:29 [2020-11-06T20:20:29.888Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:20:29 [2020-11-06T20:20:29.888Z] #45 11.62 go: downloading github.com/spf13/pflag v1.0.3
20:20:29 [2020-11-06T20:20:29.888Z] #45 11.63 go: downloading github.com/fatih/color v1.9.0
20:20:29 [2020-11-06T20:20:29.888Z] #45 11.63 go: downloading github.com/pkg/errors v0.9.1
20:20:29 [2020-11-06T20:20:29.888Z] #45 11.79 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:29 [2020-11-06T20:20:29.888Z] #45 11.79 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.12 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.20 go: downloading github.com/jonboulle/clockwork v0.1.0
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.44 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.55 go: extracting github.com/fatih/color v1.9.0
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.61 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.76 go: extracting github.com/pkg/errors v0.9.1
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.81 go: extracting github.com/jonboulle/clockwork v0.1.0
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.95 go: downloading github.com/mattn/go-isatty v0.0.12
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.95 go: downloading github.com/mattn/go-colorable v0.1.6
20:20:29 [2020-11-06T20:20:29.888Z] #45 12.96 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:29 [2020-11-06T20:20:29.888Z] #45 13.33 go: extracting github.com/spf13/pflag v1.0.3
20:20:29 [2020-11-06T20:20:29.888Z] #45 14.17 go: extracting github.com/mattn/go-isatty v0.0.12
20:20:29 [2020-11-06T20:20:29.888Z] #45 14.25 go: extracting github.com/mattn/go-colorable v0.1.6
20:20:29 [2020-11-06T20:20:29.888Z] #45 15.57 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:29 [2020-11-06T20:20:29.888Z] #45 16.62 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:30 [2020-11-06T20:20:30.149Z] #45 ...
20:20:30 [2020-11-06T20:20:30.149Z] 
20:20:30 [2020-11-06T20:20:30.149Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:20:30 [2020-11-06T20:20:30.149Z] #38 8.145 + git clone https://github.com/docker/distribution.git .
20:20:30 [2020-11-06T20:20:30.149Z] #38 8.155 Cloning into '.'...
20:20:30 [2020-11-06T20:20:30.151Z] #41 16.62   CC       images/timer.o
20:20:30 [2020-11-06T20:20:30.151Z] #41 16.80   CC       images/timerfd.o
20:20:30 [2020-11-06T20:20:30.438Z] #38 ...
20:20:30 [2020-11-06T20:20:30.438Z] 
20:20:30 [2020-11-06T20:20:30.438Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:30 [2020-11-06T20:20:30.438Z] #43 16.39 internal/testlog
20:20:30 [2020-11-06T20:20:30.438Z] #43 17.17 encoding
20:20:30 [2020-11-06T20:20:30.438Z] #43 17.48 unicode/utf16
20:20:30 [2020-11-06T20:20:30.438Z] #43 17.99 container/list
20:20:30 [2020-11-06T20:20:30.442Z] #41 16.96   CC       images/mm.o
20:20:30 [2020-11-06T20:20:30.700Z] #43 18.74 crypto/internal/subtle
20:20:30 [2020-11-06T20:20:30.732Z] #41 17.21   CC       images/sk-opts.o
20:20:30 [2020-11-06T20:20:30.732Z] #41 17.32   CC       images/sk-unix.o
20:20:30 [2020-11-06T20:20:30.961Z] #43 18.87 crypto/subtle
20:20:30 [2020-11-06T20:20:30.961Z] #43 19.10 vendor/golang.org/x/crypto/cryptobyte/asn1
20:20:31 [2020-11-06T20:20:31.024Z] #41 17.48   CC       images/sk-inet.o
20:20:31 [2020-11-06T20:20:31.231Z] #43 19.23 internal/nettrace
20:20:31 [2020-11-06T20:20:31.315Z] #41 17.81   CC       images/tun.o
20:20:31 [2020-11-06T20:20:31.315Z] #41 18.01   CC       images/sk-netlink.o
20:20:31 [2020-11-06T20:20:31.400Z] Fetching without tags
20:20:31 [2020-11-06T20:20:31.607Z] #41 18.11   CC       images/packet-sock.o
20:20:31 [2020-11-06T20:20:31.754Z] Merging remotes/origin/master commit 49e809fbfe250f3df2deacc0c3e5c403db3b8915 into PR head commit 1bb3491601a4f1d654edbc1e997016baa015176e
20:20:31 [2020-11-06T20:20:31.804Z] #43 19.62 runtime/cgo
20:20:31 [2020-11-06T20:20:31.898Z] #41 18.32   CC       images/ipc-var.o
20:20:31 [2020-11-06T20:20:31.898Z] #41 18.47   CC       images/ipc-desc.o
20:20:32 [2020-11-06T20:20:32.189Z] #41 18.61   CC       images/ipc-shm.o
20:20:32 [2020-11-06T20:20:32.189Z] #41 18.73   CC       images/ipc-msg.o
20:20:32 [2020-11-06T20:20:32.298Z] Merge succeeded, producing 1bb3491601a4f1d654edbc1e997016baa015176e
20:20:32 [2020-11-06T20:20:32.298Z] Checking out Revision 1bb3491601a4f1d654edbc1e997016baa015176e (PR-41648)
20:20:32 [2020-11-06T20:20:32.481Z] #41 18.94   CC       images/ipc-sem.o
20:20:32 [2020-11-06T20:20:32.481Z] #41 19.04   CC       images/utsns.o
20:20:32 [2020-11-06T20:20:32.654Z] Commit message: "builder: fix detection of experimental --stream option (deprecated)"
20:20:32 [2020-11-06T20:20:32.749Z]  > git --version # timeout=10
20:20:32 [2020-11-06T20:20:32.754Z]  > git --version # 'git version 2.17.1'
20:20:32 [2020-11-06T20:20:32.759Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:20:32 [2020-11-06T20:20:32.772Z] #41 19.22   CC       images/creds.o
20:20:32 [2020-11-06T20:20:32.772Z] #41 19.35   CC       images/vma.o
20:20:32 [2020-11-06T20:20:32.772Z] #41 19.47   CC       images/netdev.o
20:20:31 [2020-11-06T20:20:31.464Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:31 [2020-11-06T20:20:31.470Z]  > git config --add remote.origin.fetch +refs/pull/41648/head:refs/remotes/origin/PR-41648 # timeout=10
20:20:31 [2020-11-06T20:20:31.472Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:31 [2020-11-06T20:20:31.479Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:31 [2020-11-06T20:20:31.486Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:31 [2020-11-06T20:20:31.486Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:31 [2020-11-06T20:20:31.487Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:31 [2020-11-06T20:20:31.840Z]  > git config core.sparsecheckout # timeout=10
20:20:31 [2020-11-06T20:20:31.843Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:20:32 [2020-11-06T20:20:32.357Z]  > git remote # timeout=10
20:20:32 [2020-11-06T20:20:32.360Z]  > git config --get remote.origin.url # timeout=10
20:20:32 [2020-11-06T20:20:32.365Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:32 [2020-11-06T20:20:32.365Z]  > git merge 49e809fbfe250f3df2deacc0c3e5c403db3b8915 # timeout=10
20:20:32 [2020-11-06T20:20:32.373Z]  > git rev-parse HEAD^{commit} # timeout=10
20:20:32 [2020-11-06T20:20:32.384Z]  > git config core.sparsecheckout # timeout=10
20:20:32 [2020-11-06T20:20:32.391Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:20:33 [2020-11-06T20:20:33.231Z] #43 ...
20:20:33 [2020-11-06T20:20:33.231Z] 
20:20:33 [2020-11-06T20:20:33.231Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:20:33 [2020-11-06T20:20:33.231Z] #22 20.23 + mkdir -p /build
20:20:33 [2020-11-06T20:20:33.231Z] #22 20.24 + mv docker/docker /build/
20:20:33 [2020-11-06T20:20:33.231Z] #22 20.28 + rmdir docker
20:20:33 [2020-11-06T20:20:33.231Z] #22 DONE 21.0s
20:20:33 [2020-11-06T20:20:33.231Z] 
20:20:33 [2020-11-06T20:20:33.231Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.50 go: downloading github.com/pkg/errors v0.8.1
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.57 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.61 go: downloading github.com/spf13/cobra v0.0.5
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.67 go: downloading github.com/spf13/pflag v1.0.5
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.68 go: downloading github.com/fatih/color v1.7.0
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.69 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.73 go: downloading github.com/spf13/viper v1.6.1
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.73 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:20:33 [2020-11-06T20:20:33.231Z] #47 20.98 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:20:33 [2020-11-06T20:20:33.405Z] #41 19.78   CC       images/tty.o
20:20:33 [2020-11-06T20:20:33.480Z] + docker version
20:20:33 [2020-11-06T20:20:33.480Z] Client: Docker Engine - Community
20:20:33 [2020-11-06T20:20:33.480Z]  Version:           19.03.13
20:20:33 [2020-11-06T20:20:33.480Z]  API version:       1.40
20:20:33 [2020-11-06T20:20:33.480Z]  Go version:        go1.13.15
20:20:33 [2020-11-06T20:20:33.480Z]  Git commit:        4484c46d9d
20:20:33 [2020-11-06T20:20:33.480Z]  Built:             Wed Sep 16 17:02:36 2020
20:20:33 [2020-11-06T20:20:33.480Z]  OS/Arch:           linux/amd64
20:20:33 [2020-11-06T20:20:33.480Z]  Experimental:      false
20:20:33 [2020-11-06T20:20:33.480Z] 
20:20:33 [2020-11-06T20:20:33.480Z] Server: Docker Engine - Community
20:20:33 [2020-11-06T20:20:33.480Z]  Engine:
20:20:33 [2020-11-06T20:20:33.480Z]   Version:          19.03.13
20:20:33 [2020-11-06T20:20:33.480Z]   API version:      1.40 (minimum version 1.12)
20:20:33 [2020-11-06T20:20:33.480Z]   Go version:       go1.13.15
20:20:33 [2020-11-06T20:20:33.480Z]   Git commit:       4484c46d9d
20:20:33 [2020-11-06T20:20:33.480Z]   Built:            Wed Sep 16 17:01:06 2020
20:20:33 [2020-11-06T20:20:33.480Z]   OS/Arch:          linux/amd64
20:20:33 [2020-11-06T20:20:33.480Z]   Experimental:     true
20:20:33 [2020-11-06T20:20:33.480Z]  containerd:
20:20:33 [2020-11-06T20:20:33.480Z]   Version:          1.3.7
20:20:33 [2020-11-06T20:20:33.480Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
20:20:33 [2020-11-06T20:20:33.480Z]  runc:
20:20:33 [2020-11-06T20:20:33.480Z]   Version:          1.0.0-rc10
20:20:33 [2020-11-06T20:20:33.480Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:20:33 [2020-11-06T20:20:33.480Z]  docker-init:
20:20:33 [2020-11-06T20:20:33.480Z]   Version:          0.18.0
20:20:33 [2020-11-06T20:20:33.480Z]   GitCommit:        fec3683
[Pipeline] sh
20:20:33 [2020-11-06T20:20:33.492Z] #47 21.39 go: extracting github.com/spf13/pflag v1.0.5
20:20:33 [2020-11-06T20:20:33.493Z] #47 21.52 go: extracting github.com/pkg/errors v0.8.1
20:20:33 [2020-11-06T20:20:33.493Z] #47 21.62 go: extracting github.com/fatih/color v1.7.0
20:20:33 [2020-11-06T20:20:33.696Z] #41 20.17   CC       images/file-lock.o
20:20:33 [2020-11-06T20:20:33.696Z] #41 20.26   CC       images/rlimit.o
20:20:33 [2020-11-06T20:20:33.696Z] #41 20.36   CC       images/pagemap.o
20:20:33 [2020-11-06T20:20:33.754Z] #47 21.70 go: extracting github.com/spf13/viper v1.6.1
20:20:33 [2020-11-06T20:20:33.754Z] #47 21.70 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:20:33 [2020-11-06T20:20:33.761Z] + docker info
20:20:33 [2020-11-06T20:20:33.761Z] Client:
20:20:33 [2020-11-06T20:20:33.761Z]  Debug Mode: false
20:20:33 [2020-11-06T20:20:33.761Z] 
20:20:33 [2020-11-06T20:20:33.761Z] Server:
20:20:33 [2020-11-06T20:20:33.761Z]  Containers: 0
20:20:33 [2020-11-06T20:20:33.761Z]   Running: 0
20:20:33 [2020-11-06T20:20:33.761Z]   Paused: 0
20:20:33 [2020-11-06T20:20:33.761Z]   Stopped: 0
20:20:33 [2020-11-06T20:20:33.761Z]  Images: 9
20:20:33 [2020-11-06T20:20:33.761Z]  Server Version: 19.03.13
20:20:33 [2020-11-06T20:20:33.761Z]  Storage Driver: overlay2
20:20:33 [2020-11-06T20:20:33.761Z]   Backing Filesystem: extfs
20:20:33 [2020-11-06T20:20:33.761Z]   Supports d_type: true
20:20:33 [2020-11-06T20:20:33.761Z]   Native Overlay Diff: true
20:20:33 [2020-11-06T20:20:33.761Z]  Logging Driver: json-file
20:20:33 [2020-11-06T20:20:33.761Z]  Cgroup Driver: cgroupfs
20:20:33 [2020-11-06T20:20:33.761Z]  Plugins:
20:20:33 [2020-11-06T20:20:33.761Z]   Volume: local
20:20:33 [2020-11-06T20:20:33.761Z]   Network: bridge host ipvlan macvlan null overlay
20:20:33 [2020-11-06T20:20:33.761Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:20:33 [2020-11-06T20:20:33.761Z]  Swarm: inactive
20:20:33 [2020-11-06T20:20:33.761Z]  Runtimes: runc
20:20:33 [2020-11-06T20:20:33.761Z]  Default Runtime: runc
20:20:33 [2020-11-06T20:20:33.761Z]  Init Binary: docker-init
20:20:33 [2020-11-06T20:20:33.761Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
20:20:33 [2020-11-06T20:20:33.761Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:20:33 [2020-11-06T20:20:33.761Z]  init version: fec3683
20:20:33 [2020-11-06T20:20:33.761Z]  Security Options:
20:20:33 [2020-11-06T20:20:33.761Z]   apparmor
20:20:33 [2020-11-06T20:20:33.761Z]   seccomp
20:20:33 [2020-11-06T20:20:33.761Z]    Profile: default
20:20:33 [2020-11-06T20:20:33.761Z]  Kernel Version: 5.4.0-1025-aws
20:20:33 [2020-11-06T20:20:33.761Z]  Operating System: Ubuntu 18.04.5 LTS
20:20:33 [2020-11-06T20:20:33.761Z]  OSType: linux
20:20:33 [2020-11-06T20:20:33.761Z]  Architecture: x86_64
20:20:33 [2020-11-06T20:20:33.761Z]  CPUs: 2
20:20:33 [2020-11-06T20:20:33.761Z]  Total Memory: 7.487GiB
20:20:33 [2020-11-06T20:20:33.761Z]  Name: ip-10-100-47-225
20:20:33 [2020-11-06T20:20:33.761Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
20:20:33 [2020-11-06T20:20:33.761Z]  Docker Root Dir: /var/lib/docker
20:20:33 [2020-11-06T20:20:33.761Z]  Debug Mode: false
20:20:33 [2020-11-06T20:20:33.761Z]  Registry: https://index.docker.io/v1/
20:20:33 [2020-11-06T20:20:33.761Z]  Labels:
20:20:33 [2020-11-06T20:20:33.761Z]  Experimental: true
20:20:33 [2020-11-06T20:20:33.761Z]  Insecure Registries:
20:20:33 [2020-11-06T20:20:33.761Z]   127.0.0.0/8
20:20:33 [2020-11-06T20:20:33.761Z]  Live Restore Enabled: true
20:20:33 [2020-11-06T20:20:33.761Z] 
20:20:33 [2020-11-06T20:20:33.761Z] WARNING: No swap limit support
[Pipeline] sh
20:20:33 [2020-11-06T20:20:33.987Z] #41 20.49   CC       images/siginfo.o
20:20:34 [2020-11-06T20:20:34.020Z] #47 21.93 go: extracting github.com/spf13/cobra v0.0.5
20:20:34 [2020-11-06T20:20:34.020Z] #47 ...
20:20:34 [2020-11-06T20:20:34.020Z] 
20:20:34 [2020-11-06T20:20:34.020Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:20:34 [2020-11-06T20:20:34.020Z] #53 12.02 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:20:34 [2020-11-06T20:20:34.020Z] #53 15.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:20:34 [2020-11-06T20:20:34.042Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:20:34 [2020-11-06T20:20:34.042Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:20:34 [2020-11-06T20:20:34.042Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41648/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:20:34 [2020-11-06T20:20:34.279Z] #41 20.68   CC       images/rpc.o
20:20:34 [2020-11-06T20:20:34.301Z] + bash /home/ubuntu/workspace/moby_PR-41648/check-config.sh
20:20:34 [2020-11-06T20:20:34.301Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:20:34 [2020-11-06T20:20:34.301Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
20:20:34 [2020-11-06T20:20:34.301Z] 
20:20:34 [2020-11-06T20:20:34.301Z] Generally Necessary:
20:20:34 [2020-11-06T20:20:34.301Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:20:34 [2020-11-06T20:20:34.301Z] - apparmor: enabled and tools installed
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_NAMESPACES: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_NET_NS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_PID_NS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_IPC_NS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_UTS_NS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_CGROUPS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_CGROUP_CPUACCT: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_CGROUP_DEVICE: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_CGROUP_FREEZER: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_CGROUP_SCHED: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_CPUSETS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_MEMCG: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_KEYS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_VETH: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_BRIDGE: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_NF_NAT_IPV4: missing
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_NF_NAT: enabled (as module)
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_NF_NAT_NEEDED: missing
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_POSIX_MQUEUE: enabled
20:20:34 [2020-11-06T20:20:34.301Z] 
20:20:34 [2020-11-06T20:20:34.301Z] Optional Features:
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_USER_NS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_SECCOMP: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_CGROUP_PIDS: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_MEMCG_SWAP: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:20:34 [2020-11-06T20:20:34.301Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_BLK_CGROUP: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_IOSCHED_CFQ: missing
20:20:34 [2020-11-06T20:20:34.301Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:20:34 [2020-11-06T20:20:34.357Z] #53 ...
20:20:34 [2020-11-06T20:20:34.357Z] 
20:20:34 [2020-11-06T20:20:34.357Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:34 [2020-11-06T20:20:34.357Z] #47 22.16 go: downloading github.com/mattn/go-isatty v0.0.8
20:20:34 [2020-11-06T20:20:34.357Z] #47 22.23 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:20:34 [2020-11-06T20:20:34.357Z] #47 22.35 go: downloading github.com/pelletier/go-toml v1.2.0
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_CGROUP_PERF: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_CGROUP_HUGETLB: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_CFS_BANDWIDTH: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_RT_GROUP_SCHED: missing
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_IP_VS: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_IP_VS_NFCT: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_IP_VS_RR: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_EXT4_FS: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:20:34 [2020-11-06T20:20:34.560Z] - Network Drivers:
20:20:34 [2020-11-06T20:20:34.560Z]   - "overlay":
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_VXLAN: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:20:34 [2020-11-06T20:20:34.560Z]       Optional (for encrypted networks):
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_CRYPTO: enabled
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_CRYPTO_AEAD: enabled
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_CRYPTO_GCM: enabled
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_CRYPTO_GHASH: enabled
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_XFRM: enabled
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_XFRM_USER: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_INET_ESP: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:20:34 [2020-11-06T20:20:34.560Z]   - "ipvlan":
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_IPVLAN: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]   - "macvlan":
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_MACVLAN: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_DUMMY: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]   - "ftp,tftp client in container":
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z] - Storage Drivers:
20:20:34 [2020-11-06T20:20:34.560Z]   - "aufs":
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_AUFS_FS: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]   - "btrfs":
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:20:34 [2020-11-06T20:20:34.560Z]   - "devicemapper":
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_BLK_DEV_DM: enabled
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]   - "overlay":
20:20:34 [2020-11-06T20:20:34.560Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:20:34 [2020-11-06T20:20:34.560Z]   - "zfs":
20:20:34 [2020-11-06T20:20:34.560Z]     - /dev/zfs: present
20:20:34 [2020-11-06T20:20:34.560Z]     - zfs command: missing
20:20:34 [2020-11-06T20:20:34.560Z]     - zpool command: missing
20:20:34 [2020-11-06T20:20:34.560Z] 
20:20:34 [2020-11-06T20:20:34.560Z] Limits:
20:20:34 [2020-11-06T20:20:34.560Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:20:34 [2020-11-06T20:20:34.560Z] 
20:20:34 [2020-11-06T20:20:34.560Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:20:34 [2020-11-06T20:20:34.700Z] #47 22.51 go: extracting github.com/mattn/go-isatty v0.0.8
20:20:34 [2020-11-06T20:20:34.700Z] #47 22.74 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:20:34 [2020-11-06T20:20:34.700Z] #47 22.74 go: downloading github.com/hashicorp/hcl v1.0.0
20:20:34 [2020-11-06T20:20:34.895Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1bb3491601a4f1d654edbc1e997016baa015176e .
20:20:34 [2020-11-06T20:20:34.895Z] #1 [internal] load build definition from Dockerfile
20:20:34 [2020-11-06T20:20:34.895Z] #1 transferring dockerfile: 16.58kB done
20:20:34 [2020-11-06T20:20:34.895Z] #1 DONE 0.0s
20:20:34 [2020-11-06T20:20:34.895Z] 
20:20:34 [2020-11-06T20:20:34.895Z] #2 [internal] load .dockerignore
20:20:34 [2020-11-06T20:20:34.895Z] #2 transferring context: 87B done
20:20:34 [2020-11-06T20:20:34.895Z] #2 DONE 0.0s
20:20:34 [2020-11-06T20:20:34.895Z] 
20:20:34 [2020-11-06T20:20:34.895Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:20:34 [2020-11-06T20:20:34.895Z] #3 DONE 0.1s
20:20:34 [2020-11-06T20:20:34.910Z] #41 21.35   CC       images/ext-file.o
20:20:34 [2020-11-06T20:20:34.910Z] #41 21.49   CC       images/cgroup.o
20:20:35 [2020-11-06T20:20:35.010Z] #47 23.06 go: extracting github.com/pelletier/go-toml v1.2.0
20:20:35 [2020-11-06T20:20:35.010Z] #47 23.10 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:35 [2020-11-06T20:20:35.155Z] 
20:20:35 [2020-11-06T20:20:35.155Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:20:35 [2020-11-06T20:20:35.155Z] #4 CACHED
20:20:35 [2020-11-06T20:20:35.155Z] 
20:20:35 [2020-11-06T20:20:35.155Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:20:35 [2020-11-06T20:20:35.155Z] #6 DONE 0.1s
20:20:35 [2020-11-06T20:20:35.155Z] 
20:20:35 [2020-11-06T20:20:35.155Z] #7 [internal] load metadata for docker.io/library/debian:buster
20:20:35 [2020-11-06T20:20:35.201Z] #41 21.85   CC       images/userns.o
20:20:35 [2020-11-06T20:20:35.420Z] #7 ...
20:20:35 [2020-11-06T20:20:35.420Z] 
20:20:35 [2020-11-06T20:20:35.420Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:20:35 [2020-11-06T20:20:35.420Z] #5 DONE 0.2s
20:20:35 [2020-11-06T20:20:35.420Z] 
20:20:35 [2020-11-06T20:20:35.420Z] #7 [internal] load metadata for docker.io/library/debian:buster
20:20:35 [2020-11-06T20:20:35.420Z] #7 DONE 0.3s
20:20:35 [2020-11-06T20:20:35.420Z] 
20:20:35 [2020-11-06T20:20:35.420Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:20:35 [2020-11-06T20:20:35.420Z] #60 DONE 0.0s
20:20:35 [2020-11-06T20:20:35.420Z] 
20:20:35 [2020-11-06T20:20:35.420Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:20:35 [2020-11-06T20:20:35.420Z] #8 DONE 0.0s
20:20:35 [2020-11-06T20:20:35.420Z] 
20:20:35 [2020-11-06T20:20:35.420Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:20:35 [2020-11-06T20:20:35.420Z] #24 DONE 0.0s
20:20:35 [2020-11-06T20:20:35.420Z] 
20:20:35 [2020-11-06T20:20:35.420Z] #21 [internal] load build context
20:20:35 [2020-11-06T20:20:35.493Z] #41 22.07   CC       images/google/protobuf/descriptor.o
20:20:35 [2020-11-06T20:20:35.615Z] #47 ...
20:20:35 [2020-11-06T20:20:35.615Z] 
20:20:35 [2020-11-06T20:20:35.615Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:20:35 [2020-11-06T20:20:35.615Z] #40 13.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:20:35 [2020-11-06T20:20:35.615Z] #40 17.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:20:35 [2020-11-06T20:20:35.784Z] #41 ...
20:20:35 [2020-11-06T20:20:35.784Z] 
20:20:35 [2020-11-06T20:20:35.784Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:35 [2020-11-06T20:20:35.784Z] #11 56.84 Selecting previously unselected package g++-mingw-w64-x86-64.
20:20:35 [2020-11-06T20:20:35.784Z] #11 56.84 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
20:20:35 [2020-11-06T20:20:35.784Z] #11 56.84 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:20:35 [2020-11-06T20:20:35.923Z] #40 ...
20:20:35 [2020-11-06T20:20:35.923Z] 
20:20:35 [2020-11-06T20:20:35.923Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:35 [2020-11-06T20:20:35.923Z] #11 13.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:20:35 [2020-11-06T20:20:35.923Z] #11 17.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:20:35 [2020-11-06T20:20:35.923Z] #11 ...
20:20:35 [2020-11-06T20:20:35.923Z] 
20:20:35 [2020-11-06T20:20:35.923Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:20:35 [2020-11-06T20:20:35.923Z] #34 13.63 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:20:35 [2020-11-06T20:20:35.923Z] #34 16.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:20:36 [2020-11-06T20:20:36.203Z] #34 ...
20:20:36 [2020-11-06T20:20:36.203Z] 
20:20:36 [2020-11-06T20:20:36.203Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:36 [2020-11-06T20:20:36.203Z] #49 20.80 + cd /tmp/tmp.b73kI1F6iD/src/github.com/mvdan/sh
20:20:36 [2020-11-06T20:20:36.203Z] #49 20.80 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:20:36 [2020-11-06T20:20:36.203Z] #49 20.91 + GO111MODULE=on
20:20:36 [2020-11-06T20:20:36.203Z] #49 20.91 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:20:36 [2020-11-06T20:20:36.203Z] #49 22.85 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:36 [2020-11-06T20:20:36.203Z] #49 22.96 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:36 [2020-11-06T20:20:36.203Z] #49 23.02 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:36 [2020-11-06T20:20:36.203Z] #49 23.36 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:36 [2020-11-06T20:20:36.203Z] #49 23.45 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:36 [2020-11-06T20:20:36.417Z] #11 ...
20:20:36 [2020-11-06T20:20:36.417Z] 
20:20:36 [2020-11-06T20:20:36.417Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:36 [2020-11-06T20:20:36.417Z] #43 47.38 go/ast
20:20:36 [2020-11-06T20:20:36.417Z] #43 48.36 text/template/parse
20:20:36 [2020-11-06T20:20:36.417Z] #43 50.59 go/parser
20:20:36 [2020-11-06T20:20:36.417Z] #43 51.80 text/template
20:20:36 [2020-11-06T20:20:36.417Z] #43 52.82 encoding/xml
20:20:36 [2020-11-06T20:20:36.417Z] #43 55.08 go/doc
20:20:36 [2020-11-06T20:20:36.417Z] #43 56.50 github.com/LK4D4/vndr/versioned
20:20:36 [2020-11-06T20:20:36.417Z] #43 56.55 compress/flate
20:20:36 [2020-11-06T20:20:36.417Z] #43 57.32 github.com/LK4D4/vndr/build
20:20:36 [2020-11-06T20:20:36.417Z] #43 ...
20:20:36 [2020-11-06T20:20:36.417Z] 
20:20:36 [2020-11-06T20:20:36.417Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:36 [2020-11-06T20:20:36.417Z] #41 23.02   CC       images/opts.o
20:20:36 [2020-11-06T20:20:36.708Z] #41 23.11   CC       images/seccomp.o
20:20:36 [2020-11-06T20:20:36.708Z] #41 23.21   CC       images/binfmt-misc.o
20:20:36 [2020-11-06T20:20:36.708Z] #41 23.29   CC       images/time.o
20:20:36 [2020-11-06T20:20:36.805Z] #21 transferring context: 52.00MB 1.4s done
20:20:36 [2020-11-06T20:20:36.805Z] #21 DONE 1.5s
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:36 [2020-11-06T20:20:36.805Z] #49 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:36 [2020-11-06T20:20:36.805Z] #51 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:36 [2020-11-06T20:20:36.805Z] #35 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #48 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:20:36 [2020-11-06T20:20:36.805Z] #23 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #17 [dev-systemd-false  6/26] RUN ldconfig
20:20:36 [2020-11-06T20:20:36.805Z] #17 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #63 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #31 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:20:36 [2020-11-06T20:20:36.805Z] #18 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #50 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:20:36 [2020-11-06T20:20:36.805Z] #16 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #59 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:20:36 [2020-11-06T20:20:36.805Z] #38 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:36 [2020-11-06T20:20:36.805Z] #43 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:20:36 [2020-11-06T20:20:36.805Z] #9 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #44 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #36 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #52 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:20:36 [2020-11-06T20:20:36.805Z] #19 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:20:36 [2020-11-06T20:20:36.805Z] #30 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
20:20:36 [2020-11-06T20:20:36.805Z] #12 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:20:36 [2020-11-06T20:20:36.805Z] #42 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #55 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:20:36 [2020-11-06T20:20:36.805Z] #37 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:20:36 [2020-11-06T20:20:36.805Z] #26 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:20:36 [2020-11-06T20:20:36.805Z] #13 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:36 [2020-11-06T20:20:36.805Z] #32 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:20:36 [2020-11-06T20:20:36.805Z] #22 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:20:36 [2020-11-06T20:20:36.805Z] #34 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #61 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:20:36 [2020-11-06T20:20:36.805Z] #53 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:20:36 [2020-11-06T20:20:36.805Z] #25 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:20:36 [2020-11-06T20:20:36.805Z] #10 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:20:36 [2020-11-06T20:20:36.805Z] #14 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:20:36 [2020-11-06T20:20:36.805Z] #57 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:20:36 [2020-11-06T20:20:36.805Z] #56 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:20:36 [2020-11-06T20:20:36.805Z] #27 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:20:36 [2020-11-06T20:20:36.805Z] #28 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #46 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:36 [2020-11-06T20:20:36.805Z] #11 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #33 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:20:36 [2020-11-06T20:20:36.805Z] #29 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:20:36 [2020-11-06T20:20:36.805Z] #54 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:20:36 [2020-11-06T20:20:36.805Z] #58 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:36 [2020-11-06T20:20:36.805Z] #47 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:20:36 [2020-11-06T20:20:36.805Z] #39 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:36 [2020-11-06T20:20:36.805Z] #62 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:20:36 [2020-11-06T20:20:36.805Z] #20 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:20:36 [2020-11-06T20:20:36.805Z] #40 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:36 [2020-11-06T20:20:36.805Z] #41 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:20:36 [2020-11-06T20:20:36.805Z] #15 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:20:36 [2020-11-06T20:20:36.805Z] #45 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:20:36 [2020-11-06T20:20:36.805Z] #64 CACHED
20:20:36 [2020-11-06T20:20:36.805Z] 
20:20:36 [2020-11-06T20:20:36.805Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
20:20:36 [2020-11-06T20:20:36.999Z] #41 23.40   CC       images/sysctl.o
20:20:36 [2020-11-06T20:20:36.999Z] #41 23.54   CC       images/autofs.o
20:20:36 [2020-11-06T20:20:36.999Z] #41 23.63   CC       images/macvlan.o
20:20:37 [2020-11-06T20:20:37.206Z] #49 25.02 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:37 [2020-11-06T20:20:37.291Z] #41 23.78   CC       images/sit.o
20:20:37 [2020-11-06T20:20:37.582Z] #41 23.93   CC       images/memfd.o
20:20:37 [2020-11-06T20:20:37.582Z] #41 ...
20:20:37 [2020-11-06T20:20:37.582Z] 
20:20:37 [2020-11-06T20:20:37.582Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:37 [2020-11-06T20:20:37.582Z] #49 48.55 github.com/pkg/diff
20:20:37 [2020-11-06T20:20:37.582Z] #49 48.89 go/ast
20:20:37 [2020-11-06T20:20:37.582Z] #49 50.14 golang.org/x/crypto/ssh/terminal
20:20:37 [2020-11-06T20:20:37.582Z] #49 51.08 mvdan.cc/editorconfig
20:20:37 [2020-11-06T20:20:37.582Z] #49 52.03 mvdan.cc/sh/v3/fileutil
20:20:37 [2020-11-06T20:20:37.582Z] #49 52.11 mvdan.cc/sh/v3/syntax
20:20:37 [2020-11-06T20:20:37.582Z] #49 55.91 mvdan.cc/sh/v3/cmd/shfmt
20:20:37 [2020-11-06T20:20:37.582Z] #49 ...
20:20:37 [2020-11-06T20:20:37.582Z] 
20:20:37 [2020-11-06T20:20:37.582Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:37 [2020-11-06T20:20:37.582Z] #41 24.09   CC       images/timens.o
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.29   LINK     images/built-in.o
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.40   GEN      compel/include/asm
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.42   GEN      compel/include/version.h
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.43 touch .config
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.46   GEN      include/common/config.h
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.48   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.51   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.54   GEN      compel/plugins/include/uapi/std/syscall.h
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.55   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.55   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.58   DEP      compel/arch/s390/plugins/std/parasite-head.d
20:20:37 [2020-11-06T20:20:37.880Z] #41 24.59   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:20:38 [2020-11-06T20:20:38.186Z] #41 24.60   DEP      compel/plugins/std/infect.d
20:20:38 [2020-11-06T20:20:38.186Z] #41 24.67   DEP      compel/plugins/std/string.d
20:20:38 [2020-11-06T20:20:38.186Z] #41 ...
20:20:38 [2020-11-06T20:20:38.186Z] 
20:20:38 [2020-11-06T20:20:38.186Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:38 [2020-11-06T20:20:38.186Z] #49 DONE 59.3s
20:20:38 [2020-11-06T20:20:38.186Z] 
20:20:38 [2020-11-06T20:20:38.186Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:38 [2020-11-06T20:20:38.186Z] #41 24.77   DEP      compel/plugins/std/log.d
20:20:38 [2020-11-06T20:20:38.186Z] #41 24.82   DEP      compel/plugins/std/fds.d
20:20:38 [2020-11-06T20:20:38.188Z] #65 DONE 1.1s
20:20:38 [2020-11-06T20:20:38.188Z] 
20:20:38 [2020-11-06T20:20:38.188Z] #66 exporting to image
20:20:38 [2020-11-06T20:20:38.188Z] #66 exporting layers
20:20:38 [2020-11-06T20:20:38.510Z] #41 25.05   DEP      compel/plugins/std/std.d
20:20:38 [2020-11-06T20:20:38.595Z] #49 26.29 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:38 [2020-11-06T20:20:38.806Z] #41 25.24   DEP      compel/plugins/shmem/shmem.d
20:20:38 [2020-11-06T20:20:38.806Z] #41 25.40   DEP      compel/plugins/fds/fds.d
20:20:39 [2020-11-06T20:20:39.097Z] #41 25.52   CC       compel/plugins/std/std.o
20:20:39 [2020-11-06T20:20:39.097Z] #41 25.72   CC       compel/plugins/std/fds.o
20:20:39 [2020-11-06T20:20:39.126Z] #66 exporting layers 1.0s done
20:20:39 [2020-11-06T20:20:39.126Z] #66 writing image sha256:fe6de638faea7ce384ce55590740f4020f84fd88a3ff90c62f17d3b9bf904215
20:20:39 [2020-11-06T20:20:39.126Z] #66 writing image sha256:fe6de638faea7ce384ce55590740f4020f84fd88a3ff90c62f17d3b9bf904215 done
20:20:39 [2020-11-06T20:20:39.126Z] #66 naming to docker.io/library/docker:1bb3491601a4f1d654edbc1e997016baa015176e done
20:20:39 [2020-11-06T20:20:39.126Z] #66 DONE 1.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:20:39 [2020-11-06T20:20:39.388Z] #41 ...
20:20:39 [2020-11-06T20:20:39.388Z] 
20:20:39 [2020-11-06T20:20:39.388Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:20:39 [2020-11-06T20:20:39.388Z] #54 25.99 Checking out files:  59% (2028/3433)   
Checking out files:  60% (2060/3433)   
Checking out files:  61% (2095/3433)   
Checking out files:  62% (2129/3433)   
Checking out files:  63% (2163/3433)   
Checking out files:  64% (2198/3433)   
Checking out files:  65% (2232/3433)   
Checking out files:  66% (2266/3433)   
Checking out files:  67% (2301/3433)   
Checking out files:  68% (2335/3433)   
Checking out files:  69% (2369/3433)   
Checking out files:  70% (2404/3433)   
Checking out files:  71% (2438/3433)   
Checking out files:  72% (2472/3433)   
Checking out files:  73% (2507/3433)   
Checking out files:  74% (2541/3433)   
Checking out files:  75% (2575/3433)   
Checking out files:  76% (2610/3433)   
Checking out files:  77% (2644/3433)   
Checking out files:  78% (2678/3433)   
Checking out files:  79% (2713/3433)   
Checking out files:  80% (2747/3433)   
Checking out files:  81% (2781/3433)   
Checking out files:  82% (2816/3433)   
Checking out files:  83% (2850/3433)   
Checking out files:  84% (2884/3433)   
Checking out files:  85% (2919/3433)   
Checking out files:  86% (2953/3433)   
Checking out files:  87% (2987/3433)   
Checking out files:  88% (3022/3433)   
Checking out files:  89% (3056/3433)   
Checking out files:  90% (3090/3433)   
Checking out files:  91% (3125/3433)   
Checking out files:  92% (3159/3433)   
Checking out files:  93% (3193/3433)   
Checking out files:  94% (3228/3433)   
Checking out files:  95% (3262/3433)   
Checking out files:  96% (3296/3433)   
Checking out files:  97% (3331/3433)   
Checking out files:  98% (3365/3433)   
Checking out files:  99% (3399/3433)   
Checking out files: 100% (3433/3433)   
Checking out files: 100% (3433/3433), done.
20:20:39 [2020-11-06T20:20:39.388Z] #54 26.72 + cd /tmp/tmp.gZjlwXtlwy/src/github.com/containerd/containerd
20:20:39 [2020-11-06T20:20:39.388Z] #54 26.72 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
20:20:39 [2020-11-06T20:20:39.388Z] #54 27.63 + export 'BUILDTAGS=netgo osusergo static_build'
20:20:39 [2020-11-06T20:20:39.388Z] #54 27.63 + BUILDTAGS='netgo osusergo static_build'
20:20:39 [2020-11-06T20:20:39.388Z] #54 27.63 + export EXTRA_FLAGS=-buildmode=pie
20:20:39 [2020-11-06T20:20:39.388Z] #54 27.63 + EXTRA_FLAGS=-buildmode=pie
20:20:39 [2020-11-06T20:20:39.388Z] #54 27.63 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:20:39 [2020-11-06T20:20:39.388Z] #54 27.63 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:20:39 [2020-11-06T20:20:39.388Z] #54 27.63 + '[' '' = dynamic ']'
20:20:39 [2020-11-06T20:20:39.388Z] #54 27.63 + make
20:20:39 [2020-11-06T20:20:39.388Z] #54 28.20 + bin/ctr
20:20:39 [2020-11-06T20:20:39.388Z] #54 ...
20:20:39 [2020-11-06T20:20:39.388Z] 
20:20:39 [2020-11-06T20:20:39.388Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:39 [2020-11-06T20:20:39.388Z] #41 25.98   CC       compel/plugins/std/log.o
20:20:39 [2020-11-06T20:20:39.478Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -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:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh dynbinary test-integration
20:20:39 [2020-11-06T20:20:39.738Z] 
20:20:39 [2020-11-06T20:20:39.990Z] #49 ...
20:20:39 [2020-11-06T20:20:39.990Z] 
20:20:39 [2020-11-06T20:20:39.990Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:39 [2020-11-06T20:20:39.997Z] Removing bundles/
20:20:39 [2020-11-06T20:20:39.997Z] 
20:20:39 [2020-11-06T20:20:39.997Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:20:39 [2020-11-06T20:20:39.997Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:20:39 [2020-11-06T20:20:39.997Z] GOOS="" GOARCH="" GOARM=""
20:20:40 [2020-11-06T20:20:40.021Z] #41 26.46   CC       compel/plugins/std/string.o
20:20:40 [2020-11-06T20:20:40.312Z] #41 26.87   CC       compel/plugins/std/infect.o
20:20:40 [2020-11-06T20:20:40.603Z] #41 27.07   CC       compel/arch/s390/plugins/std/parasite-head.o
20:20:40 [2020-11-06T20:20:40.603Z] #41 27.11   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
20:20:40 [2020-11-06T20:20:40.603Z] #41 27.13   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
20:20:40 [2020-11-06T20:20:40.603Z] #41 27.24   AR       compel/plugins/std.lib.a
20:20:40 [2020-11-06T20:20:40.787Z] #62 27.74 Checking out files:  49% (947/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  98% (1885/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
20:20:40 [2020-11-06T20:20:40.787Z] #62 28.81 + cd /tmp/tmp.MjL2LSLaSx/src/github.com/docker/libnetwork
20:20:40 [2020-11-06T20:20:40.787Z] #62 28.83 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5
20:20:40 [2020-11-06T20:20:40.893Z] #41 27.29   CC       compel/plugins/fds/fds.o
20:20:40 [2020-11-06T20:20:40.893Z] #41 27.44   AR       compel/plugins/fds.lib.a
20:20:40 [2020-11-06T20:20:40.893Z] #41 27.45   HOSTDEP  compel/src/lib/log-host.d
20:20:40 [2020-11-06T20:20:40.893Z] #41 27.52   HOSTDEP  compel/src/lib/handle-elf-host.d
20:20:41 [2020-11-06T20:20:41.049Z] #62 ...
20:20:41 [2020-11-06T20:20:41.049Z] 
20:20:41 [2020-11-06T20:20:41.049Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:41 [2020-11-06T20:20:41.049Z] #32 18.84 runtime/cgo
20:20:41 [2020-11-06T20:20:41.049Z] #32 ...
20:20:41 [2020-11-06T20:20:41.049Z] 
20:20:41 [2020-11-06T20:20:41.049Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:41 [2020-11-06T20:20:41.049Z] #49 28.52 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:41 [2020-11-06T20:20:41.184Z] #41 27.61   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
20:20:41 [2020-11-06T20:20:41.184Z] #41 27.67   HOSTDEP  compel/src/main-host.d
20:20:41 [2020-11-06T20:20:41.184Z] #41 27.80   DEP      compel/src/lib/ptrace.d
20:20:41 [2020-11-06T20:20:41.475Z] #41 27.87   DEP      compel/src/lib/infect.d
20:20:41 [2020-11-06T20:20:41.475Z] #41 27.95   DEP      compel/src/lib/infect-util.d
20:20:41 [2020-11-06T20:20:41.475Z] #41 28.04   DEP      compel/src/lib/infect-rpc.d
20:20:41 [2020-11-06T20:20:41.655Z] Fetching without tags
20:20:41 [2020-11-06T20:20:41.766Z] #41 28.18   DEP      compel/arch/s390/src/lib/infect.d
20:20:41 [2020-11-06T20:20:41.766Z] #41 28.27   DEP      compel/arch/s390/src/lib/cpu.d
20:20:41 [2020-11-06T20:20:41.767Z] #41 28.31   DEP      compel/src/lib/log.d
20:20:41 [2020-11-06T20:20:41.767Z] #41 28.37   DEP      compel/src/main.d
20:20:42 [2020-11-06T20:20:42.057Z] #41 28.46   DEP      compel/src/lib/handle-elf.d
20:20:42 [2020-11-06T20:20:42.057Z] #41 28.55   DEP      compel/arch/s390/src/lib/handle-elf.d
20:20:42 [2020-11-06T20:20:42.057Z] #41 28.62   CC       compel/src/lib/log.o
20:20:42 [2020-11-06T20:20:42.306Z] Merging remotes/origin/master commit 49e809fbfe250f3df2deacc0c3e5c403db3b8915 into PR head commit 1bb3491601a4f1d654edbc1e997016baa015176e
20:20:42 [2020-11-06T20:20:42.348Z] #41 28.74   CC       compel/arch/s390/src/lib/cpu.o
20:20:42 [2020-11-06T20:20:42.348Z] #41 28.90   CC       compel/arch/s390/src/lib/infect.o
20:20:42 [2020-11-06T20:20:42.443Z] #49 30.27 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:20:41 [2020-11-06T20:20:41.452Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:41 [2020-11-06T20:20:41.496Z]  > git config --add remote.origin.fetch +refs/pull/41648/head:refs/remotes/origin/PR-41648 # timeout=10
20:20:41 [2020-11-06T20:20:41.523Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:41 [2020-11-06T20:20:41.612Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:41 [2020-11-06T20:20:41.659Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:41 [2020-11-06T20:20:41.659Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:41 [2020-11-06T20:20:41.663Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:42 [2020-11-06T20:20:42.327Z]  > git config core.sparsecheckout # timeout=10
20:20:42 [2020-11-06T20:20:42.349Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:20:42 [2020-11-06T20:20:42.709Z] #49 30.78 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:20:42 [2020-11-06T20:20:42.709Z] #49 ...
20:20:42 [2020-11-06T20:20:42.709Z] 
20:20:42 [2020-11-06T20:20:42.709Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:20:42 [2020-11-06T20:20:42.709Z] #45 20.65 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:42 [2020-11-06T20:20:42.709Z] #45 25.86 go: finding github.com/fatih/color v1.9.0
20:20:42 [2020-11-06T20:20:42.709Z] #45 26.01 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:20:42 [2020-11-06T20:20:42.709Z] #45 26.19 go: finding github.com/pkg/errors v0.9.1
20:20:42 [2020-11-06T20:20:42.709Z] #45 26.28 go: finding github.com/mattn/go-colorable v0.1.6
20:20:42 [2020-11-06T20:20:42.709Z] #45 26.47 go: finding github.com/mattn/go-isatty v0.0.12
20:20:42 [2020-11-06T20:20:42.709Z] #45 26.48 go: finding github.com/spf13/pflag v1.0.3
20:20:42 [2020-11-06T20:20:42.709Z] #45 26.79 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:20:42 [2020-11-06T20:20:42.709Z] #45 27.19 go: finding github.com/jonboulle/clockwork v0.1.0
20:20:42 [2020-11-06T20:20:42.709Z] #45 27.37 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:20:42 [2020-11-06T20:20:42.709Z] #45 27.38 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:20:42 [2020-11-06T20:20:42.709Z] #45 27.42 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:20:42 [2020-11-06T20:20:42.971Z] #45 ...
20:20:42 [2020-11-06T20:20:42.971Z] 
20:20:42 [2020-11-06T20:20:42.971Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:20:42 [2020-11-06T20:20:42.971Z] #38 29.88 Checking out files:  80% (1344/1665)   
Checking out files:  81% (1349/1665)   
Checking out files:  82% (1366/1665)   
Checking out files:  83% (1382/1665)   
Checking out files:  84% (1399/1665)   
Checking out files:  85% (1416/1665)   
Checking out files:  86% (1432/1665)   
Checking out files:  87% (1449/1665)   
Checking out files:  88% (1466/1665)   
Checking out files:  89% (1482/1665)   
Checking out files:  90% (1499/1665)   
Checking out files:  91% (1516/1665)   
Checking out files:  92% (1532/1665)   
Checking out files:  93% (1549/1665)   
Checking out files:  94% (1566/1665)   
Checking out files:  95% (1582/1665)   
Checking out files:  96% (1599/1665)   
Checking out files:  97% (1616/1665)   
Checking out files:  98% (1632/1665)   
Checking out files:  99% (1649/1665)   
Checking out files: 100% (1665/1665)   
Checking out files: 100% (1665/1665), done.
20:20:42 [2020-11-06T20:20:42.971Z] #38 30.52 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:20:42 [2020-11-06T20:20:42.980Z] #41 29.43   CC       compel/src/lib/infect-rpc.o
20:20:42 [2020-11-06T20:20:42.980Z] #41 29.55   CC       compel/src/lib/infect-util.o
20:20:43 [2020-11-06T20:20:43.275Z] #41 29.70   CC       compel/src/lib/infect.o
20:20:43 [2020-11-06T20:20:43.526Z] Fetching without tags
20:20:43 [2020-11-06T20:20:43.786Z] Merge succeeded, producing 1bb3491601a4f1d654edbc1e997016baa015176e
20:20:43 [2020-11-06T20:20:43.787Z] Checking out Revision 1bb3491601a4f1d654edbc1e997016baa015176e (PR-41648)
20:20:44 [2020-11-06T20:20:44.062Z] Merging remotes/origin/master commit 49e809fbfe250f3df2deacc0c3e5c403db3b8915 into PR head commit 1bb3491601a4f1d654edbc1e997016baa015176e
20:20:44 [2020-11-06T20:20:44.781Z] #41 31.06   CC       compel/src/lib/ptrace.o
20:20:44 [2020-11-06T20:20:44.781Z] #41 31.35   AR       compel/libcompel.a
20:20:44 [2020-11-06T20:20:44.781Z] #41 31.39   HOSTCC   compel/src/main-host.o
20:20:43 [2020-11-06T20:20:43.692Z]  > git remote # timeout=10
20:20:43 [2020-11-06T20:20:43.717Z]  > git config --get remote.origin.url # timeout=10
20:20:43 [2020-11-06T20:20:43.741Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:43 [2020-11-06T20:20:43.742Z]  > git merge 49e809fbfe250f3df2deacc0c3e5c403db3b8915 # timeout=10
20:20:43 [2020-11-06T20:20:43.768Z]  > git rev-parse HEAD^{commit} # timeout=10
20:20:43 [2020-11-06T20:20:43.789Z]  > git config core.sparsecheckout # timeout=10
20:20:43 [2020-11-06T20:20:43.796Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:20:45 [2020-11-06T20:20:45.072Z] #41 ...
20:20:45 [2020-11-06T20:20:45.072Z] 
20:20:45 [2020-11-06T20:20:45.072Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:45 [2020-11-06T20:20:45.072Z] #11 66.14 Selecting previously unselected package libapparmor1:s390x.
20:20:45 [2020-11-06T20:20:45.072Z] #11 66.16 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.072Z] #11 66.17 Unpacking libapparmor1:s390x (2.13.2-10) ...
20:20:43 [2020-11-06T20:20:43.462Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:43 [2020-11-06T20:20:43.476Z]  > git config --add remote.origin.fetch +refs/pull/41648/head:refs/remotes/origin/PR-41648 # timeout=10
20:20:43 [2020-11-06T20:20:43.496Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:43 [2020-11-06T20:20:43.523Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:43 [2020-11-06T20:20:43.540Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:43 [2020-11-06T20:20:43.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:43 [2020-11-06T20:20:43.661Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:44 [2020-11-06T20:20:44.082Z]  > git config core.sparsecheckout # timeout=10
20:20:44 [2020-11-06T20:20:44.100Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.28 Selecting previously unselected package libapparmor-dev:s390x.
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.28 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.28 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.37 Selecting previously unselected package libbtrfs0.
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.37 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.37 Unpacking libbtrfs0 (4.20.1-2) ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.40 Selecting previously unselected package libbtrfs-dev.
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.40 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.40 Unpacking libbtrfs-dev (4.20.1-2) ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.48 Selecting previously unselected package libdevmapper-event1.02.1:s390x.
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.48 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.48 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.52 Selecting previously unselected package libudev-dev:s390x.
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.52 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.363Z] #11 66.54 Unpacking libudev-dev:s390x (241-7~deb10u4) ...
20:20:45 [2020-11-06T20:20:45.654Z] #11 66.64 Selecting previously unselected package libsepol1-dev:s390x.
20:20:45 [2020-11-06T20:20:45.654Z] #11 66.64 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.654Z] #11 66.65 Unpacking libsepol1-dev:s390x (2.8-1) ...
20:20:45 [2020-11-06T20:20:45.945Z] #11 66.90 Selecting previously unselected package libpcre16-3:s390x.
20:20:45 [2020-11-06T20:20:45.945Z] #11 66.90 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.945Z] #11 66.90 Unpacking libpcre16-3:s390x (2:8.39-12) ...
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.01 Selecting previously unselected package libpcre32-3:s390x.
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.01 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.02 Unpacking libpcre32-3:s390x (2:8.39-12) ...
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.10 Selecting previously unselected package libpcrecpp0v5:s390x.
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.11 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.11 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ...
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.17 Selecting previously unselected package libpcre3-dev:s390x.
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.17 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ...
20:20:45 [2020-11-06T20:20:45.945Z] #11 67.17 Unpacking libpcre3-dev:s390x (2:8.39-12) ...
20:20:46 [2020-11-06T20:20:46.293Z] #38 33.61 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:20:46 [2020-11-06T20:20:46.293Z] #38 ...
20:20:46 [2020-11-06T20:20:46.293Z] 
20:20:46 [2020-11-06T20:20:46.293Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:46 [2020-11-06T20:20:46.293Z] #47 23.74 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:46 [2020-11-06T20:20:46.293Z] #47 24.13 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:20:46 [2020-11-06T20:20:46.293Z] #47 24.14 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:20:46 [2020-11-06T20:20:46.293Z] #47 24.23 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:20:46 [2020-11-06T20:20:46.293Z] #47 24.38 go: extracting github.com/hashicorp/hcl v1.0.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 26.26 go: downloading github.com/magiconair/properties v1.8.1
20:20:46 [2020-11-06T20:20:46.293Z] #47 26.56 go: extracting github.com/magiconair/properties v1.8.1
20:20:46 [2020-11-06T20:20:46.293Z] #47 27.74 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.56 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.56 go: downloading github.com/ultraware/funlen v0.0.2
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.56 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.56 go: downloading github.com/go-critic/go-critic v0.4.1
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.58 go: downloading github.com/ultraware/whitespace v0.0.4
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.59 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.62 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.63 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.65 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.78 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.78 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.84 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.91 go: extracting github.com/ultraware/funlen v0.0.2
20:20:46 [2020-11-06T20:20:46.293Z] #47 30.94 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.16 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.16 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.20 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.21 go: extracting github.com/ultraware/whitespace v0.0.4
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.36 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.51 go: downloading gopkg.in/ini.v1 v1.51.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.53 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.57 go: downloading gopkg.in/yaml.v2 v2.2.7
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.58 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.64 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.67 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.70 go: downloading github.com/subosito/gotenv v1.2.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.70 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.94 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:20:46 [2020-11-06T20:20:46.293Z] #47 31.96 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.02 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.02 go: extracting github.com/subosito/gotenv v1.2.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.02 go: extracting github.com/go-critic/go-critic v0.4.1
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.02 go: extracting gopkg.in/ini.v1 v1.51.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.03 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.03 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.07 go: extracting gopkg.in/yaml.v2 v2.2.7
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.12 go: downloading github.com/stretchr/testify v1.4.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.13 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.34 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.53 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.64 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.74 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.91 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.96 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:46 [2020-11-06T20:20:46.293Z] #47 32.98 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.09 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.10 go: extracting github.com/stretchr/testify v1.4.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.38 go: downloading github.com/uudashr/gocognit v1.0.1
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.68 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.68 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.71 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.71 go: downloading github.com/sirupsen/logrus v1.4.2
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.90 go: downloading github.com/kisielk/gotool v1.0.0
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.94 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:46 [2020-11-06T20:20:46.293Z] #47 33.95 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:20:46 [2020-11-06T20:20:46.293Z] #47 34.18 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:46 [2020-11-06T20:20:46.293Z] #47 ...
20:20:46 [2020-11-06T20:20:46.293Z] 
20:20:46 [2020-11-06T20:20:46.293Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:20:46 [2020-11-06T20:20:46.293Z] #40 34.18 Fetched 8397 kB in 26s (325 kB/s)
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.38 Selecting previously unselected package libselinux1-dev:s390x.
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.38 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ...
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.39 Unpacking libselinux1-dev:s390x (2.8-1+b1) ...
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.57 Selecting previously unselected package libdevmapper-dev:s390x.
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.58 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ...
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.58 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ...
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.64 Selecting previously unselected package libseccomp-dev:s390x.
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.64 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ...
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.64 Unpacking libseccomp-dev:s390x (2.3.3-4) ...
20:20:46 [2020-11-06T20:20:46.577Z] #11 67.74 Selecting previously unselected package libsystemd-dev:s390x.
20:20:46 [2020-11-06T20:20:46.637Z] Merge succeeded, producing 1bb3491601a4f1d654edbc1e997016baa015176e
20:20:46 [2020-11-06T20:20:46.637Z] Checking out Revision 1bb3491601a4f1d654edbc1e997016baa015176e (PR-41648)
20:20:46 [2020-11-06T20:20:46.868Z] #11 67.74 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ...
20:20:46 [2020-11-06T20:20:46.868Z] #11 67.75 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ...
20:20:46 [2020-11-06T20:20:46.868Z] #11 68.09 Setting up libpcrecpp0v5:s390x (2:8.39-12) ...
20:20:46 [2020-11-06T20:20:46.868Z] #11 68.10 Setting up libseccomp-dev:s390x (2.3.3-4) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.11 Setting up libapparmor1:s390x (2.13.2-10) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.12 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.12 Setting up libpcre16-3:s390x (2:8.39-12) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.13 Setting up libsepol1-dev:s390x (2.8-1) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.13 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.14 Setting up libbtrfs0 (4.20.1-2) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.15 Setting up libpcre32-3:s390x (2:8.39-12) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.15 Setting up libudev-dev:s390x (241-7~deb10u4) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.16 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.17 Setting up libbtrfs-dev (4.20.1-2) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.18 Setting up libapparmor-dev:s390x (2.13.2-10) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.18 Setting up mingw-w64-common (6.0.0-3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.20 Setting up libsystemd-dev:s390x (241-7~deb10u4) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.21 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.21 Setting up libpcre3-dev:s390x (2:8.39-12) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.22 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.23 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
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.23 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
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.23 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.24 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
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.24 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
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.25 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.25 Setting up libselinux1-dev:s390x (2.8-1+b1) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.26 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.26 Setting up dmsetup (2:1.02.155-3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.27 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.28 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ...
20:20:47 [2020-11-06T20:20:47.159Z] #11 68.29 Processing triggers for libc-bin (2.28-10) ...
20:20:47 [2020-11-06T20:20:47.450Z] #11 DONE 68.6s
20:20:47 [2020-11-06T20:20:47.450Z] 
20:20:47 [2020-11-06T20:20:47.450Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:47 [2020-11-06T20:20:47.450Z] #41 31.64   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
20:20:47 [2020-11-06T20:20:47.450Z] #41 31.72   HOSTCC   compel/src/lib/handle-elf-host.o
20:20:47 [2020-11-06T20:20:47.450Z] #41 31.92   HOSTCC   compel/src/lib/log-host.o
20:20:47 [2020-11-06T20:20:47.450Z] #41 32.06   HOSTLINK compel/compel-host-bin
20:20:47 [2020-11-06T20:20:47.450Z] #41 32.14   DEP      soccr/soccr.d
20:20:47 [2020-11-06T20:20:47.450Z] #41 32.31   CC       soccr/soccr.o
20:20:47 [2020-11-06T20:20:47.450Z] #41 33.16   AR       soccr/libsoccr.a
20:20:47 [2020-11-06T20:20:47.450Z] #41 33.18 make[1]: 'soccr/libsoccr.a' is up to date.
20:20:47 [2020-11-06T20:20:47.450Z] #41 33.39   DEP      criu/arch/s390/sigframe.d
20:20:47 [2020-11-06T20:20:47.450Z] #41 33.46   DEP      criu/arch/s390/crtools.d
20:20:47 [2020-11-06T20:20:47.450Z] #41 33.59   DEP      criu/arch/s390/cpu.d
20:20:47 [2020-11-06T20:20:47.450Z] #41 33.68   CC       criu/arch/s390/cpu.o
20:20:47 [2020-11-06T20:20:47.450Z] #41 33.93   CC       criu/arch/s390/crtools.o
20:20:46 [2020-11-06T20:20:46.534Z]  > git remote # timeout=10
20:20:46 [2020-11-06T20:20:46.553Z]  > git config --get remote.origin.url # timeout=10
20:20:46 [2020-11-06T20:20:46.572Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:46 [2020-11-06T20:20:46.623Z]  > git merge 49e809fbfe250f3df2deacc0c3e5c403db3b8915 # timeout=10
20:20:46 [2020-11-06T20:20:46.639Z]  > git rev-parse HEAD^{commit} # timeout=10
20:20:46 [2020-11-06T20:20:46.648Z]  > git config core.sparsecheckout # timeout=10
20:20:46 [2020-11-06T20:20:46.659Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:20:47 [2020-11-06T20:20:47.749Z] #41 ...
20:20:47 [2020-11-06T20:20:47.749Z] 
20:20:47 [2020-11-06T20:20:47.749Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:47 [2020-11-06T20:20:47.749Z] #43 58.55 hash/crc32
20:20:47 [2020-11-06T20:20:47.749Z] #43 58.94 compress/gzip
20:20:47 [2020-11-06T20:20:47.749Z] #43 59.50 net
20:20:47 [2020-11-06T20:20:47.749Z] #43 59.76 vendor/golang.org/x/text/transform
20:20:47 [2020-11-06T20:20:47.749Z] #43 60.30 vendor/golang.org/x/text/unicode/bidi
20:20:47 [2020-11-06T20:20:47.749Z] #43 61.32 vendor/golang.org/x/text/secure/bidirule
20:20:47 [2020-11-06T20:20:47.749Z] #43 61.55 vendor/golang.org/x/text/unicode/norm
20:20:47 [2020-11-06T20:20:47.749Z] #43 63.76 vendor/golang.org/x/net/idna
20:20:47 [2020-11-06T20:20:47.749Z] #43 65.12 vendor/golang.org/x/net/http2/hpack
20:20:47 [2020-11-06T20:20:47.749Z] #43 65.78 mime
20:20:47 [2020-11-06T20:20:47.749Z] #43 66.88 mime/quotedprintable
20:20:47 [2020-11-06T20:20:47.749Z] #43 67.12 net/http/internal
20:20:47 [2020-11-06T20:20:47.749Z] #43 ...
20:20:47 [2020-11-06T20:20:47.749Z] 
20:20:47 [2020-11-06T20:20:47.749Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
20:20:48 [2020-11-06T20:20:48.224Z] Commit message: "builder: fix detection of experimental --stream option (deprecated)"
20:20:48 [2020-11-06T20:20:48.245Z]  > git --version # timeout=10
20:20:48 [2020-11-06T20:20:48.273Z]  > git --version # 'git version 2.17.1'
20:20:48 [2020-11-06T20:20:48.319Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:20:48 [2020-11-06T20:20:48.398Z] #12 DONE 0.9s
20:20:48 [2020-11-06T20:20:48.398Z] 
20:20:48 [2020-11-06T20:20:48.398Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.854 + RM_GOPATH=0
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.854 + TMP_GOPATH=
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.854 + : /build
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.854 + '[' -z '' ']'
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.855 ++ mktemp -d
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.857 + export GOPATH=/tmp/tmp.J2ZfLF06eD
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.857 + GOPATH=/tmp/tmp.J2ZfLF06eD
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.857 + RM_GOPATH=1
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.857 + case "$(go env GOARCH)" in
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.857 ++ go env GOARCH
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.871 + export GO_BUILDMODE=-buildmode=pie
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.871 + GO_BUILDMODE=-buildmode=pie
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.872 ++ dirname /tmp/install/install.sh
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.873 + dir=/tmp/install
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.873 + bin=runc
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.873 + shift
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.874 + '[' '!' -f /tmp/install/runc.installer ']'
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.874 + . /tmp/install/runc.installer
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.874 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.875 + install_runc
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.875 + grep -q '^3\.10\.0.*\.el7\.'
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.876 + uname -r
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.877 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.877 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.877 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.877 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.J2ZfLF06eD/src/github.com/opencontainers/runc
20:20:48 [2020-11-06T20:20:48.398Z] #51 0.883 Cloning into '/tmp/tmp.J2ZfLF06eD/src/github.com/opencontainers/runc'...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:20:49 [2020-11-06T20:20:49.424Z] + docker version
20:20:49 [2020-11-06T20:20:49.444Z] #51 ...
20:20:49 [2020-11-06T20:20:49.444Z] 
20:20:49 [2020-11-06T20:20:49.444Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:20:49 [2020-11-06T20:20:49.444Z] #13 DONE 0.9s
20:20:49 [2020-11-06T20:20:49.674Z] Removing intermediate container 9ea7e1cbc1c2
20:20:49 [2020-11-06T20:20:49.674Z]  ---> c0f7a92a7272
20:20:49 [2020-11-06T20:20:49.674Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
20:20:49 [2020-11-06T20:20:49.674Z]  ---> 805dc2d65d1c
20:20:49 [2020-11-06T20:20:49.674Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
20:20:49 [2020-11-06T20:20:49.674Z]  ---> 1b490f874c7f
20:20:49 [2020-11-06T20:20:49.674Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
20:20:49 [2020-11-06T20:20:49.674Z]  ---> Running in ef8225eaf892
20:20:49 [2020-11-06T20:20:49.674Z] Removing intermediate container ef8225eaf892
20:20:49 [2020-11-06T20:20:49.674Z]  ---> 6b3376729e20
20:20:49 [2020-11-06T20:20:49.674Z] Successfully built 6b3376729e20
20:20:49 [2020-11-06T20:20:49.674Z] Successfully tagged moby-buildx:latest
20:20:49 [2020-11-06T20:20:49.674Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
20:20:49 [2020-11-06T20:20:49.674Z] if [ -n "${id}" ]; then \
20:20:49 [2020-11-06T20:20:49.674Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
20:20:49 [2020-11-06T20:20:49.674Z] 	&& touch bundles/buildx; \
20:20:49 [2020-11-06T20:20:49.674Z] 	docker rm -f ${id}; \
20:20:49 [2020-11-06T20:20:49.674Z] fi
20:20:49 [2020-11-06T20:20:49.674Z] 493b7d3f429423ed73c965a81672902ed9d603549ce14e9751fd314dd9da3354
20:20:49 [2020-11-06T20:20:49.674Z] bundles/buildx version
20:20:49 [2020-11-06T20:20:49.674Z] buildx v0.3.1 6db68d0
20:20:49 [2020-11-06T20:20:49.674Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:1bb3491601a4f1d654edbc1e997016baa015176e .
20:20:49 [2020-11-06T20:20:49.674Z] #1 [internal] booting buildkit
20:20:49 [2020-11-06T20:20:49.674Z] #1 pulling image moby/buildkit:buildx-stable-1
20:20:49 [2020-11-06T20:20:49.674Z] #1 pulling image moby/buildkit:buildx-stable-1 2.0s done
20:20:49 [2020-11-06T20:20:49.674Z] #1 creating container buildx_buildkit_default
20:20:49 [2020-11-06T20:20:49.674Z] #1 creating container buildx_buildkit_default 0.4s done
20:20:49 [2020-11-06T20:20:49.674Z] #1 DONE 2.3s
20:20:49 [2020-11-06T20:20:49.674Z] 
20:20:49 [2020-11-06T20:20:49.674Z] #2 [internal] load build definition from Dockerfile
20:20:49 [2020-11-06T20:20:49.674Z] #2 transferring dockerfile: 16.58kB done
20:20:49 [2020-11-06T20:20:49.674Z] #2 DONE 0.0s
20:20:49 [2020-11-06T20:20:49.674Z] 
20:20:49 [2020-11-06T20:20:49.674Z] #3 [internal] load .dockerignore
20:20:49 [2020-11-06T20:20:49.674Z] #3 transferring context: 87B done
20:20:49 [2020-11-06T20:20:49.674Z] #3 DONE 0.0s
20:20:49 [2020-11-06T20:20:49.674Z] 
20:20:49 [2020-11-06T20:20:49.674Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:20:49 [2020-11-06T20:20:49.674Z] #4 DONE 0.8s
20:20:49 [2020-11-06T20:20:49.674Z] 
20:20:49 [2020-11-06T20:20:49.674Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:20:49 [2020-11-06T20:20:49.674Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:20:49 [2020-11-06T20:20:49.674Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s
20:20:49 [2020-11-06T20:20:49.674Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done
20:20:49 [2020-11-06T20:20:49.674Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:20:49 [2020-11-06T20:20:49.674Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done
20:20:49 [2020-11-06T20:20:49.674Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 3.52MB / 8.20MB 0.3s
20:20:49 [2020-11-06T20:20:49.674Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done
20:20:49 [2020-11-06T20:20:49.674Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
20:20:49 [2020-11-06T20:20:49.742Z] 
20:20:49 [2020-11-06T20:20:49.742Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:49 [2020-11-06T20:20:49.742Z] #41 34.63   CC       criu/arch/s390/sigframe.o
20:20:49 [2020-11-06T20:20:49.742Z] #41 34.85   LINK     criu/arch/s390/crtools.built-in.o
20:20:49 [2020-11-06T20:20:49.742Z] #41 34.88   DEP      criu/pie/util-vdso.d
20:20:49 [2020-11-06T20:20:49.742Z] #41 34.95   DEP      criu/pie/util.d
20:20:49 [2020-11-06T20:20:49.742Z] #41 35.09   CC       criu/pie/util.o
20:20:49 [2020-11-06T20:20:49.742Z] #41 35.26   CC       criu/pie/util-vdso.o
20:20:49 [2020-11-06T20:20:49.742Z] #41 35.75   AR       criu/pie/pie.lib.a
20:20:49 [2020-11-06T20:20:49.742Z] #41 35.78   DEP      criu/pie/restorer.d
20:20:49 [2020-11-06T20:20:49.742Z] #41 35.91   DEP      criu/arch/s390/restorer.d
20:20:49 [2020-11-06T20:20:49.742Z] #41 36.06   DEP      criu/arch/s390/vdso-pie.d
20:20:49 [2020-11-06T20:20:49.742Z] #41 36.14   DEP      criu/pie/parasite-vdso.d
20:20:49 [2020-11-06T20:20:49.742Z] #41 36.23   DEP      criu/pie/parasite.d
20:20:49 [2020-11-06T20:20:49.966Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.4s done
20:20:49 [2020-11-06T20:20:49.966Z] #5 DONE 1.0s
20:20:49 [2020-11-06T20:20:49.966Z] 
20:20:49 [2020-11-06T20:20:49.966Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:20:50 [2020-11-06T20:20:50.035Z] #41 36.57   CC       criu/pie/parasite.o
20:20:50 [2020-11-06T20:20:50.328Z] #41 ...
20:20:50 [2020-11-06T20:20:50.328Z] 
20:20:50 [2020-11-06T20:20:50.328Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:20:50 [2020-11-06T20:20:50.328Z] #14 0.765 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:20:50 [2020-11-06T20:20:50.328Z] #14 DONE 0.9s
20:20:50 [2020-11-06T20:20:50.601Z] #7 ...
20:20:50 [2020-11-06T20:20:50.601Z] 
20:20:50 [2020-11-06T20:20:50.601Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:20:50 [2020-11-06T20:20:50.601Z] #8 DONE 0.6s
20:20:50 [2020-11-06T20:20:50.601Z] 
20:20:50 [2020-11-06T20:20:50.601Z] #6 [internal] load metadata for docker.io/library/debian:buster
20:20:50 [2020-11-06T20:20:50.636Z] 
20:20:50 [2020-11-06T20:20:50.636Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:20:50 [2020-11-06T20:20:50.636Z] #56 67.23 + for f in rootlesskit rootlesskit-docker-proxy
20:20:50 [2020-11-06T20:20:50.636Z] #56 67.23 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:20:50 [2020-11-06T20:20:50.636Z] #56 DONE 71.6s
20:20:50 [2020-11-06T20:20:50.636Z] 
20:20:50 [2020-11-06T20:20:50.636Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:20:50 [2020-11-06T20:20:50.636Z] #15 ...
20:20:50 [2020-11-06T20:20:50.636Z] 
20:20:50 [2020-11-06T20:20:50.636Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:20:50 [2020-11-06T20:20:50.636Z] #57 DONE 0.1s
20:20:50 [2020-11-06T20:20:50.895Z] #6 ...
20:20:50 [2020-11-06T20:20:50.895Z] 
20:20:50 [2020-11-06T20:20:50.895Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:20:50 [2020-11-06T20:20:50.895Z] #7 DONE 0.7s
20:20:50 [2020-11-06T20:20:50.895Z] 
20:20:50 [2020-11-06T20:20:50.895Z] #6 [internal] load metadata for docker.io/library/debian:buster
20:20:50 [2020-11-06T20:20:50.895Z] #6 DONE 1.0s
20:20:50 [2020-11-06T20:20:50.927Z] 
20:20:50 [2020-11-06T20:20:50.927Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:20:50 [2020-11-06T20:20:50.927Z] #58 DONE 0.1s
20:20:50 [2020-11-06T20:20:50.927Z] 
20:20:50 [2020-11-06T20:20:50.927Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:50 [2020-11-06T20:20:50.927Z] #43 69.96 net/textproto
20:20:50 [2020-11-06T20:20:50.927Z] #43 69.96 crypto/x509
20:20:50 [2020-11-06T20:20:50.927Z] #43 70.82 vendor/golang.org/x/net/http/httpguts
20:20:50 [2020-11-06T20:20:50.927Z] #43 70.93 vendor/golang.org/x/net/http/httpproxy
20:20:50 [2020-11-06T20:20:50.927Z] #43 71.30 mime/multipart
20:20:51 [2020-11-06T20:20:51.195Z] 
20:20:51 [2020-11-06T20:20:51.195Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:20:51 [2020-11-06T20:20:51.195Z] #25 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
20:20:51 [2020-11-06T20:20:51.229Z] #43 ...
20:20:51 [2020-11-06T20:20:51.229Z] 
20:20:51 [2020-11-06T20:20:51.229Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:20:51 [2020-11-06T20:20:51.229Z] #15 DONE 0.9s
20:20:51 [2020-11-06T20:20:51.257Z] Commit message: "builder: fix detection of experimental --stream option (deprecated)"
20:20:51 [2020-11-06T20:20:51.445Z]  > git --version # timeout=10
20:20:51 [2020-11-06T20:20:51.449Z]  > git --version # 'git version 2.7.4'
20:20:51 [2020-11-06T20:20:51.453Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:20:51 [2020-11-06T20:20:51.490Z] #25 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
20:20:51 [2020-11-06T20:20:51.490Z] #25 sha256:718fa89ee697814e223b7b407029d1ebc1d8316f9d26c0ae1e9168d9b5ba893c 529B / 529B done
20:20:51 [2020-11-06T20:20:51.490Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 0B / 54.14MB 0.1s
20:20:51 [2020-11-06T20:20:51.529Z] 
20:20:51 [2020-11-06T20:20:51.529Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:51 [2020-11-06T20:20:51.529Z] #41 37.44   LINK     criu/pie/parasite.built-in.o
20:20:51 [2020-11-06T20:20:51.529Z] #41 37.44   GEN      criu/pie/parasite-blob.h
20:20:51 [2020-11-06T20:20:51.529Z] #41 37.44   CC       criu/pie/parasite-vdso.o
20:20:51 [2020-11-06T20:20:51.529Z] #41 37.86   CC       criu/arch/s390/vdso-pie.o
20:20:51 [2020-11-06T20:20:51.529Z] #41 38.13   CC       criu/arch/s390/restorer.o
20:20:51 [2020-11-06T20:20:51.607Z] #40 34.18 Reading package lists...
20:20:51 [2020-11-06T20:20:51.607Z] #40 ...
20:20:51 [2020-11-06T20:20:51.607Z] 
20:20:51 [2020-11-06T20:20:51.607Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.32 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.32 go: extracting github.com/uudashr/gocognit v1.0.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.32 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.47 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.53 go: downloading github.com/pmezard/go-difflib v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.53 go: downloading github.com/davecgh/go-spew v1.1.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.53 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.53 go: extracting github.com/kisielk/gotool v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.68 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.76 go: extracting github.com/sirupsen/logrus v1.4.2
20:20:51 [2020-11-06T20:20:51.607Z] #47 34.99 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:20:51 [2020-11-06T20:20:51.607Z] #47 35.12 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 35.13 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 35.25 go: extracting github.com/davecgh/go-spew v1.1.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 35.32 go: downloading github.com/spf13/afero v1.1.2
20:20:51 [2020-11-06T20:20:51.607Z] #47 35.47 go: extracting github.com/pmezard/go-difflib v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 35.84 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.05 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.20 go: downloading github.com/gobwas/glob v0.2.3
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.28 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.28 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.50 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.53 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.53 go: extracting github.com/spf13/afero v1.1.2
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.65 go: downloading github.com/go-toolsmith/astp v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.67 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.68 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.90 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.90 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 36.97 go: downloading github.com/go-toolsmith/typep v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.09 go: extracting github.com/go-toolsmith/astp v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.28 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.30 go: extracting github.com/gobwas/glob v0.2.3
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.48 go: downloading golang.org/x/text v0.3.2
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.48 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.62 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.92 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.93 go: extracting github.com/go-toolsmith/typep v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.93 go: downloading github.com/BurntSushi/toml v0.3.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 37.99 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.12 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.30 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.43 go: downloading github.com/mattn/go-colorable v0.1.4
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.45 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.46 go: extracting github.com/BurntSushi/toml v0.3.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.57 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.57 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.71 go: downloading github.com/spf13/cast v1.3.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.81 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.82 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 38.87 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:20:51 [2020-11-06T20:20:51.607Z] #47 39.03 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:20:51 [2020-11-06T20:20:51.607Z] #47 39.31 go: extracting github.com/spf13/cast v1.3.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 39.36 go: downloading github.com/stretchr/objx v0.2.0
20:20:51 [2020-11-06T20:20:51.607Z] #47 ...
20:20:51 [2020-11-06T20:20:51.607Z] 
20:20:51 [2020-11-06T20:20:51.607Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:51 [2020-11-06T20:20:51.607Z] #62 29.36 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:20:51 [2020-11-06T20:20:51.607Z] #62 ...
20:20:51 [2020-11-06T20:20:51.607Z] 
20:20:51 [2020-11-06T20:20:51.607Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:51 [2020-11-06T20:20:51.607Z] #47 39.46 go: extracting github.com/mattn/go-colorable v0.1.4
20:20:51 [2020-11-06T20:20:51.793Z] #25 sha256:2946fdcd38d09692b95ae44ef5aa4a608d852cd56565f6ac040208e9c12e661e 1.50kB / 1.50kB done
20:20:51 [2020-11-06T20:20:51.869Z] #47 39.86 go: extracting github.com/sourcegraph/go-diff v0.5.1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:20:52 [2020-11-06T20:20:52.154Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 5.48MB / 54.14MB 0.4s
20:20:52 [2020-11-06T20:20:52.154Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 9.02MB / 54.14MB 0.8s
20:20:52 [2020-11-06T20:20:52.187Z] #41 38.54   CC       criu/pie/restorer.o
20:20:52 [2020-11-06T20:20:52.187Z] #41 ...
20:20:52 [2020-11-06T20:20:52.187Z] 
20:20:52 [2020-11-06T20:20:52.187Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:20:52 [2020-11-06T20:20:52.187Z] #16 DONE 1.0s
20:20:52 [2020-11-06T20:20:52.452Z] #47 40.40 go: extracting github.com/stretchr/objx v0.2.0
20:20:52 [2020-11-06T20:20:52.478Z] 
20:20:52 [2020-11-06T20:20:52.478Z] #17 [dev-systemd-false  6/26] RUN ldconfig
20:20:52 [2020-11-06T20:20:52.559Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 13.43MB / 54.14MB 1.1s
20:20:52 [2020-11-06T20:20:52.714Z] #47 40.48 go: downloading github.com/gogo/protobuf v1.2.1
20:20:52 [2020-11-06T20:20:52.714Z] #47 40.48 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:52 [2020-11-06T20:20:52.714Z] #47 40.74 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:20:52 [2020-11-06T20:20:52.735Z] + docker version
20:20:52 [2020-11-06T20:20:52.861Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 17.14MB / 54.14MB 1.4s
20:20:52 [2020-11-06T20:20:52.976Z] #47 ...
20:20:52 [2020-11-06T20:20:52.976Z] 
20:20:52 [2020-11-06T20:20:52.976Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:20:52 [2020-11-06T20:20:52.976Z] #49 30.98 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:20:52 [2020-11-06T20:20:52.976Z] #49 31.08 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:20:52 [2020-11-06T20:20:52.976Z] #49 32.17 runtime/cgo
20:20:52 [2020-11-06T20:20:52.976Z] #49 32.41 runtime
20:20:53 [2020-11-06T20:20:53.175Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 20.37MB / 54.14MB 1.7s
20:20:53 [2020-11-06T20:20:53.239Z] #49 ...
20:20:53 [2020-11-06T20:20:53.239Z] 
20:20:53 [2020-11-06T20:20:53.239Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:20:53 [2020-11-06T20:20:53.239Z] #47 41.10 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:20:53 [2020-11-06T20:20:53.501Z] #47 ...
20:20:53 [2020-11-06T20:20:53.501Z] 
20:20:53 [2020-11-06T20:20:53.501Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:20:53 [2020-11-06T20:20:53.501Z] #53 31.45 Fetched 8397 kB in 25s (337 kB/s)
20:20:53 [2020-11-06T20:20:53.501Z] #53 31.45 Reading package lists...
20:20:53 [2020-11-06T20:20:53.501Z] #53 41.65 Reading package lists...
20:20:53 [2020-11-06T20:20:53.501Z] #53 ...
20:20:53 [2020-11-06T20:20:53.501Z] 
20:20:53 [2020-11-06T20:20:53.501Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:20:53 [2020-11-06T20:20:53.501Z] #43 36.51 vendor/golang.org/x/crypto/internal/subtle
20:20:53 [2020-11-06T20:20:53.501Z] #43 36.66 vendor/golang.org/x/crypto/curve25519
20:20:53 [2020-11-06T20:20:53.506Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 24.42MB / 54.14MB 2.0s
20:20:53 [2020-11-06T20:20:53.506Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 27.20MB / 54.14MB 2.1s
20:20:53 [2020-11-06T20:20:53.516Z] #17 DONE 1.1s
20:20:53 [2020-11-06T20:20:53.516Z] 
20:20:53 [2020-11-06T20:20:53.516Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:20:54 [2020-11-06T20:20:54.150Z] #18 0.790 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:20:54 [2020-11-06T20:20:54.150Z] #18 0.830 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:20:54 [2020-11-06T20:20:54.150Z] #18 0.845 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:20:54 [2020-11-06T20:20:54.252Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 31.40MB / 54.14MB 2.6s
20:20:54 [2020-11-06T20:20:54.597Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 35.33MB / 54.14MB 3.0s
20:20:54 [2020-11-06T20:20:54.782Z] #18 1.258 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:20:54 [2020-11-06T20:20:54.964Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 39.90MB / 54.14MB 3.5s
20:20:55 [2020-11-06T20:20:55.330Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 43.31MB / 54.14MB 3.7s
20:20:55 [2020-11-06T20:20:55.414Z] #18 1.973 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [216 kB]
20:20:55 [2020-11-06T20:20:55.421Z] #43 ...
20:20:55 [2020-11-06T20:20:55.421Z] 
20:20:55 [2020-11-06T20:20:55.421Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:20:55 [2020-11-06T20:20:55.421Z] #34 33.31 Fetched 8397 kB in 25s (340 kB/s)
20:20:55 [2020-11-06T20:20:55.683Z] #34 33.31 Reading package lists...
20:20:55 [2020-11-06T20:20:55.683Z] #34 ...
20:20:55 [2020-11-06T20:20:55.683Z] 
20:20:55 [2020-11-06T20:20:55.683Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:20:55 [2020-11-06T20:20:55.683Z] #11 33.79 Fetched 8397 kB in 25s (335 kB/s)
20:20:55 [2020-11-06T20:20:55.683Z] #11 33.79 Reading package lists...
20:20:55 [2020-11-06T20:20:55.749Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 46.55MB / 54.14MB 4.1s
20:20:55 [2020-11-06T20:20:55.749Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 49.86MB / 54.14MB 4.4s
20:20:56 [2020-11-06T20:20:56.000Z] Client: Docker Engine - Community
20:20:56 [2020-11-06T20:20:56.000Z]  Version:           19.03.13
20:20:56 [2020-11-06T20:20:56.000Z]  API version:       1.40
20:20:56 [2020-11-06T20:20:56.000Z]  Go version:        go1.13.15
20:20:56 [2020-11-06T20:20:56.000Z]  Git commit:        4484c46d9d
20:20:56 [2020-11-06T20:20:56.000Z]  Built:             Wed Sep 16 17:02:36 2020
20:20:56 [2020-11-06T20:20:56.000Z]  OS/Arch:           linux/amd64
20:20:56 [2020-11-06T20:20:56.000Z]  Experimental:      false
20:20:56 [2020-11-06T20:20:56.000Z] 
20:20:56 [2020-11-06T20:20:56.000Z] Server: Docker Engine - Community
20:20:56 [2020-11-06T20:20:56.000Z]  Engine:
20:20:56 [2020-11-06T20:20:56.000Z]   Version:          19.03.13
20:20:56 [2020-11-06T20:20:56.000Z]   API version:      1.40 (minimum version 1.12)
20:20:56 [2020-11-06T20:20:56.000Z]   Go version:       go1.13.15
20:20:56 [2020-11-06T20:20:56.000Z]   Git commit:       4484c46d9d
20:20:56 [2020-11-06T20:20:56.000Z]   Built:            Wed Sep 16 17:01:06 2020
20:20:56 [2020-11-06T20:20:56.000Z]   OS/Arch:          linux/amd64
20:20:56 [2020-11-06T20:20:56.000Z]   Experimental:     true
20:20:56 [2020-11-06T20:20:56.000Z]  containerd:
20:20:56 [2020-11-06T20:20:56.000Z]   Version:          1.3.7
20:20:56 [2020-11-06T20:20:56.000Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
20:20:56 [2020-11-06T20:20:56.000Z]  runc:
20:20:56 [2020-11-06T20:20:56.000Z]   Version:          1.0.0-rc10
20:20:56 [2020-11-06T20:20:56.000Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:20:56 [2020-11-06T20:20:56.000Z]  docker-init:
20:20:56 [2020-11-06T20:20:56.000Z]   Version:          0.18.0
20:20:56 [2020-11-06T20:20:56.000Z]   GitCommit:        fec3683
[Pipeline] sh
20:20:56 [2020-11-06T20:20:56.167Z] #25 sha256:b5d2617265f370f18bc3d48beee684b1ba0eb6a2b02f813353f4bbd7084830ff 54.14MB / 54.14MB 4.8s done
20:20:56 [2020-11-06T20:20:56.258Z] #11 44.20 Reading package lists...
20:20:56 [2020-11-06T20:20:56.258Z] #11 ...
20:20:56 [2020-11-06T20:20:56.258Z] 
20:20:56 [2020-11-06T20:20:56.258Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:20:56 [2020-11-06T20:20:56.355Z] + docker info
20:20:56 [2020-11-06T20:20:56.447Z] #18 2.909 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
20:20:56 [2020-11-06T20:20:56.498Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244
20:20:56 [2020-11-06T20:20:56.498Z] #25 ...
20:20:56 [2020-11-06T20:20:56.498Z] 
20:20:56 [2020-11-06T20:20:56.498Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:20:56 [2020-11-06T20:20:56.498Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:20:56 [2020-11-06T20:20:56.498Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:20:56 [2020-11-06T20:20:56.498Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.9s done
20:20:56 [2020-11-06T20:20:56.498Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:20:56 [2020-11-06T20:20:56.498Z] #61 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 4.1s done
20:20:56 [2020-11-06T20:20:56.498Z] #61 DONE 5.4s
20:20:56 [2020-11-06T20:20:56.498Z] 
20:20:56 [2020-11-06T20:20:56.498Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:20:56 [2020-11-06T20:20:56.498Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.5s done
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 55.04MB / 73.58MB 5.1s
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.0s done
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 56.24MB / 96.52MB 5.1s
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 53.04MB / 54.14MB 5.1s
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.6s done
20:20:56 [2020-11-06T20:20:56.498Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.5s done
20:20:57 [2020-11-06T20:20:57.084Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.3s done
20:20:57 [2020-11-06T20:20:57.084Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 59.44MB / 73.58MB 5.5s
20:20:57 [2020-11-06T20:20:57.405Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 61.27MB / 96.52MB 5.7s
20:20:57 [2020-11-06T20:20:57.721Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 65.65MB / 73.58MB 6.0s
20:20:57 [2020-11-06T20:20:57.721Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 70.35MB / 73.58MB 6.1s
20:20:57 [2020-11-06T20:20:57.721Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 68.29MB / 96.52MB 6.1s
20:20:57 [2020-11-06T20:20:57.721Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 6.3s done
20:20:58 [2020-11-06T20:20:58.020Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 76.04MB / 96.52MB 6.4s
20:20:58 [2020-11-06T20:20:58.314Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 82.88MB / 96.52MB 6.6s
20:20:58 [2020-11-06T20:20:58.314Z] #9 ...
20:20:58 [2020-11-06T20:20:58.314Z] 
20:20:58 [2020-11-06T20:20:58.314Z] #22 [internal] load build context
20:20:58 [2020-11-06T20:20:58.314Z] #22 transferring context: 52.00MB 7.1s done
20:20:58 [2020-11-06T20:20:58.314Z] #22 DONE 7.1s
20:20:58 [2020-11-06T20:20:58.314Z] 
20:20:58 [2020-11-06T20:20:58.314Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:20:58 [2020-11-06T20:20:58.314Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 90.01MB / 96.52MB 6.7s
20:20:58 [2020-11-06T20:20:58.609Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.9s done
20:20:58 [2020-11-06T20:20:58.609Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:20:59 [2020-11-06T20:20:59.175Z] #18 ...
20:20:59 [2020-11-06T20:20:59.175Z] 
20:20:59 [2020-11-06T20:20:59.175Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:20:59 [2020-11-06T20:20:59.175Z] #41 40.01   LINK     criu/pie/restorer.built-in.o
20:20:59 [2020-11-06T20:20:59.175Z] #41 40.03   GEN      criu/pie/restorer-blob.h
20:20:59 [2020-11-06T20:20:59.175Z] #41 40.08   DEP      criu/vdso.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 40.26   DEP      criu/uts_ns.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 40.48   DEP      criu/util.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 40.67   DEP      criu/uffd.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 40.83   DEP      criu/tun.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 40.98   DEP      criu/tty.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 41.17   DEP      criu/timerfd.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 41.36   DEP      criu/timens.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 41.52   DEP      criu/sysfs_parse.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 41.67   DEP      criu/sysctl.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 41.73   DEP      criu/string.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 41.75   DEP      criu/stats.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 41.81   DEP      criu/sockets.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 41.91   DEP      criu/sk-unix.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 42.15   DEP      criu/sk-tcp.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 42.37   DEP      criu/sk-queue.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 42.46   DEP      criu/sk-packet.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 42.68   DEP      criu/sk-netlink.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 42.82   DEP      criu/sk-inet.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 42.92   DEP      criu/signalfd.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.05   DEP      criu/sigframe.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.10   DEP      criu/shmem.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.20   DEP      criu/servicefd.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.32   DEP      criu/seize.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.46   DEP      criu/seccomp.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.60   DEP      criu/rst-malloc.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.68   DEP      criu/rbtree.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.70   DEP      criu/pstree.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.85   DEP      criu/protobuf.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 43.95   GEN      criu/protobuf-desc-gen.h
20:20:59 [2020-11-06T20:20:59.175Z] #41 44.83   DEP      criu/protobuf-desc.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 45.01   DEP      criu/proc_parse.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 45.22   DEP      criu/plugin.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 45.32   DEP      criu/pipes.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 45.43   DEP      criu/pie-util.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 45.51   DEP      criu/pie-util-vdso.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 45.65   DEP      criu/path.d
20:20:59 [2020-11-06T20:20:59.175Z] #41 45.77   DEP      criu/parasite-syscall.d
20:20:59 [2020-11-06T20:20:59.466Z] #41 45.98   DEP      criu/pagemap.d
20:20:59 [2020-11-06T20:20:59.466Z] #41 46.13   DEP      criu/pagemap-cache.d
20:20:59 [2020-11-06T20:20:59.758Z] #41 46.27   DEP      criu/page-xfer.d
20:21:00 [2020-11-06T20:21:00.088Z] #41 46.44   DEP      criu/page-pipe.d
20:21:00 [2020-11-06T20:21:00.088Z] #41 46.55   DEP      criu/netfilter.d
20:21:00 [2020-11-06T20:21:00.378Z] #41 46.70   DEP      criu/net.d
20:21:00 [2020-11-06T20:21:00.378Z] #41 46.84   DEP      criu/namespaces.d
20:21:00 [2020-11-06T20:21:00.378Z] #41 46.95   DEP      criu/mount.d
20:21:00 [2020-11-06T20:21:00.669Z] #41 47.10   DEP      criu/memfd.d
20:21:00 [2020-11-06T20:21:00.669Z] #41 47.27   DEP      criu/mem.d
20:21:00 [2020-11-06T20:21:00.960Z] #41 47.45   DEP      criu/lsm.d
20:21:00 [2020-11-06T20:21:00.960Z] #41 47.56   DEP      criu/log.d
20:21:00 [2020-11-06T20:21:00.960Z] #41 47.67   DEP      criu/libnetlink.d
20:21:01 [2020-11-06T20:21:01.253Z] #41 47.77   DEP      criu/kerndat.d
20:21:01 [2020-11-06T20:21:01.545Z] #41 47.98   DEP      criu/kcmp-ids.d
20:21:01 [2020-11-06T20:21:01.545Z] #41 48.04   DEP      criu/irmap.d
20:21:01 [2020-11-06T20:21:01.545Z] #41 48.12   DEP      criu/ipc_ns.d
20:21:01 [2020-11-06T20:21:01.836Z] #41 48.31   DEP      criu/image.d
20:21:01 [2020-11-06T20:21:01.836Z] #41 48.46   DEP      criu/image-desc.d
20:21:01 [2020-11-06T20:21:01.836Z] #41 48.55   DEP      criu/fsnotify.d
20:21:02 [2020-11-06T20:21:02.126Z] #41 ...
20:21:02 [2020-11-06T20:21:02.126Z] 
20:21:02 [2020-11-06T20:21:02.126Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:02 [2020-11-06T20:21:02.126Z] #43 73.14 crypto/tls
20:21:02 [2020-11-06T20:21:02.126Z] #43 77.24 net/http/httptrace
20:21:02 [2020-11-06T20:21:02.126Z] #43 77.43 net/http
20:21:02 [2020-11-06T20:21:02.126Z] #43 ...
20:21:02 [2020-11-06T20:21:02.126Z] 
20:21:02 [2020-11-06T20:21:02.126Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:02 [2020-11-06T20:21:02.126Z] #41 48.73   DEP      criu/filesystems.d
20:21:02 [2020-11-06T20:21:02.171Z] #9 ...
20:21:02 [2020-11-06T20:21:02.171Z] 
20:21:02 [2020-11-06T20:21:02.171Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:21:02 [2020-11-06T20:21:02.171Z] #25 unpacking docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 5.9s done
20:21:02 [2020-11-06T20:21:02.171Z] #25 DONE 11.0s
20:21:02 [2020-11-06T20:21:02.417Z] #41 48.89   DEP      criu/files.d
20:21:02 [2020-11-06T20:21:02.417Z] #41 49.00   DEP      criu/files-reg.d
20:21:02 [2020-11-06T20:21:02.469Z] 
20:21:02 [2020-11-06T20:21:02.469Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:02 [2020-11-06T20:21:02.469Z] #26 0.220 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:02 [2020-11-06T20:21:02.469Z] #26 0.245 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
20:21:02 [2020-11-06T20:21:02.469Z] #26 0.276 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:02 [2020-11-06T20:21:02.707Z] #41 49.19   DEP      criu/files-ext.d
20:21:02 [2020-11-06T20:21:02.707Z] #41 49.33   DEP      criu/file-lock.d
20:21:02 [2020-11-06T20:21:02.788Z] #26 0.467 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [233 kB]
20:21:02 [2020-11-06T20:21:02.863Z] #34 44.26 Reading package lists...
20:21:02 [2020-11-06T20:21:02.863Z] #34 ...
20:21:02 [2020-11-06T20:21:02.863Z] 
20:21:02 [2020-11-06T20:21:02.863Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:02 [2020-11-06T20:21:02.863Z] #47 49.02 go: extracting github.com/gogo/protobuf v1.2.1
20:21:02 [2020-11-06T20:21:02.998Z] #41 49.49   DEP      criu/file-ids.d
20:21:02 [2020-11-06T20:21:02.998Z] #41 49.63   DEP      criu/fifo.d
20:21:03 [2020-11-06T20:21:03.085Z] #26 0.723 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:21:03 [2020-11-06T20:21:03.288Z] #41 49.77   DEP      criu/fdstore.d
20:21:03 [2020-11-06T20:21:03.289Z] #41 49.87   DEP      criu/fault-injection.d
20:21:03 [2020-11-06T20:21:03.289Z] #41 49.91   DEP      criu/external.d
20:21:03 [2020-11-06T20:21:03.289Z] #41 49.97   DEP      criu/eventpoll.d
20:21:03 [2020-11-06T20:21:03.380Z] #26 1.038 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
20:21:03 [2020-11-06T20:21:03.579Z] #41 50.06   DEP      criu/eventfd.d
20:21:03 [2020-11-06T20:21:03.870Z] #41 50.25   DEP      criu/crtools.d
20:21:03 [2020-11-06T20:21:03.870Z] #41 ...
20:21:03 [2020-11-06T20:21:03.870Z] 
20:21:03 [2020-11-06T20:21:03.870Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:03 [2020-11-06T20:21:03.870Z] #51 6.188 + cd /tmp/tmp.J2ZfLF06eD/src/github.com/opencontainers/runc
20:21:03 [2020-11-06T20:21:03.870Z] #51 6.188 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:21:03 [2020-11-06T20:21:03.870Z] #51 6.514 + '[' -z '' ']'
20:21:03 [2020-11-06T20:21:03.870Z] #51 6.514 + target=static
20:21:03 [2020-11-06T20:21:03.870Z] #51 6.514 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:21:03 [2020-11-06T20:21:03.870Z] #51 6.828 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:21:03 [2020-11-06T20:21:03.870Z] #51 ...
20:21:03 [2020-11-06T20:21:03.870Z] 
20:21:03 [2020-11-06T20:21:03.870Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:03 [2020-11-06T20:21:03.870Z] #41 50.38   DEP      criu/cr-service.d
20:21:04 [2020-11-06T20:21:04.162Z] #41 50.58   DEP      criu/cr-restore.d
20:21:04 [2020-11-06T20:21:04.453Z] #41 50.81   DEP      criu/cr-errno.d
20:21:04 [2020-11-06T20:21:04.453Z] #41 50.82   DEP      criu/cr-dump.d
20:21:04 [2020-11-06T20:21:04.453Z] #41 50.98   DEP      criu/cr-dedup.d
20:21:04 [2020-11-06T20:21:04.744Z] #41 51.14   DEP      criu/cr-check.d
20:21:04 [2020-11-06T20:21:04.744Z] #41 51.37   DEP      criu/config.d
20:21:05 [2020-11-06T20:21:05.016Z] Client: Docker Engine - Community
20:21:05 [2020-11-06T20:21:05.016Z]  Version:           19.03.13
20:21:05 [2020-11-06T20:21:05.016Z]  API version:       1.40
20:21:05 [2020-11-06T20:21:05.016Z]  Go version:        go1.13.15
20:21:05 [2020-11-06T20:21:05.016Z]  Git commit:        4484c46
20:21:05 [2020-11-06T20:21:05.017Z]  Built:             Wed Sep 16 17:03:45 2020
20:21:05 [2020-11-06T20:21:05.017Z]  OS/Arch:           linux/arm64
20:21:05 [2020-11-06T20:21:05.017Z]  Experimental:      false
20:21:05 [2020-11-06T20:21:05.017Z] 
20:21:05 [2020-11-06T20:21:05.017Z] Server: Docker Engine - Community
20:21:05 [2020-11-06T20:21:05.017Z]  Engine:
20:21:05 [2020-11-06T20:21:05.017Z]   Version:          19.03.13
20:21:05 [2020-11-06T20:21:05.017Z]   API version:      1.40 (minimum version 1.12)
20:21:05 [2020-11-06T20:21:05.017Z]   Go version:       go1.13.15
20:21:05 [2020-11-06T20:21:05.017Z]   Git commit:       4484c46
20:21:05 [2020-11-06T20:21:05.017Z]   Built:            Wed Sep 16 17:02:17 2020
20:21:05 [2020-11-06T20:21:05.017Z]   OS/Arch:          linux/arm64
20:21:05 [2020-11-06T20:21:05.017Z]   Experimental:     true
20:21:05 [2020-11-06T20:21:05.017Z]  containerd:
20:21:05 [2020-11-06T20:21:05.017Z]   Version:          1.3.7
20:21:05 [2020-11-06T20:21:05.017Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
20:21:05 [2020-11-06T20:21:05.017Z]  runc:
20:21:05 [2020-11-06T20:21:05.017Z]   Version:          1.0.0-rc10
20:21:05 [2020-11-06T20:21:05.017Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:05 [2020-11-06T20:21:05.017Z]  docker-init:
20:21:05 [2020-11-06T20:21:05.017Z]   Version:          0.18.0
20:21:05 [2020-11-06T20:21:05.017Z]   GitCommit:        fec3683
20:21:05 [2020-11-06T20:21:05.035Z] #41 51.45   DEP      criu/clone-noasan.d
20:21:05 [2020-11-06T20:21:05.035Z] #41 51.56   DEP      criu/cgroup.d
20:21:05 [2020-11-06T20:21:05.035Z] #41 51.63   DEP      criu/cgroup-props.d
20:21:05 [2020-11-06T20:21:05.035Z] #41 51.67   DEP      criu/bitmap.d
20:21:05 [2020-11-06T20:21:05.035Z] #41 51.68   DEP      criu/bfd.d
20:21:05 [2020-11-06T20:21:05.035Z] #41 51.72   DEP      criu/autofs.d
[Pipeline] sh
20:21:05 [2020-11-06T20:21:05.327Z] #41 51.80   DEP      criu/aio.d
20:21:05 [2020-11-06T20:21:05.327Z] #41 51.90   DEP      criu/action-scripts.d
20:21:05 [2020-11-06T20:21:05.352Z] + docker info
20:21:05 [2020-11-06T20:21:05.484Z] #26 2.795 Fetched 8172 kB in 3s (3156 kB/s)
20:21:05 [2020-11-06T20:21:05.618Z] #41 52.08   CC       criu/action-scripts.o
20:21:05 [2020-11-06T20:21:05.909Z] #41 52.39   CC       criu/aio.o
20:21:06 [2020-11-06T20:21:06.125Z] #26 2.795 Reading package lists...
20:21:06 [2020-11-06T20:21:06.177Z] #47 53.92 go: extracting golang.org/x/text v0.3.2
20:21:06 [2020-11-06T20:21:06.177Z] #47 ...
20:21:06 [2020-11-06T20:21:06.177Z] 
20:21:06 [2020-11-06T20:21:06.177Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:06 [2020-11-06T20:21:06.177Z] #11 44.20 Reading package lists...
20:21:06 [2020-11-06T20:21:06.177Z] #11 ...
20:21:06 [2020-11-06T20:21:06.177Z] 
20:21:06 [2020-11-06T20:21:06.177Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:06 [2020-11-06T20:21:06.177Z] #40 34.18 Reading package lists...
20:21:06 [2020-11-06T20:21:06.200Z] #41 52.75   CC       criu/autofs.o
20:21:06 [2020-11-06T20:21:06.374Z] Client:
20:21:06 [2020-11-06T20:21:06.374Z]  Debug Mode: false
20:21:06 [2020-11-06T20:21:06.374Z] 
20:21:06 [2020-11-06T20:21:06.374Z] Server:
20:21:06 [2020-11-06T20:21:06.374Z]  Containers: 0
20:21:06 [2020-11-06T20:21:06.374Z]   Running: 0
20:21:06 [2020-11-06T20:21:06.374Z]   Paused: 0
20:21:06 [2020-11-06T20:21:06.374Z]   Stopped: 0
20:21:06 [2020-11-06T20:21:06.374Z]  Images: 0
20:21:06 [2020-11-06T20:21:06.374Z]  Server Version: 19.03.13
20:21:06 [2020-11-06T20:21:06.374Z]  Storage Driver: overlay2
20:21:06 [2020-11-06T20:21:06.374Z]   Backing Filesystem: extfs
20:21:06 [2020-11-06T20:21:06.374Z]   Supports d_type: true
20:21:06 [2020-11-06T20:21:06.374Z]   Native Overlay Diff: true
20:21:06 [2020-11-06T20:21:06.374Z]  Logging Driver: json-file
20:21:06 [2020-11-06T20:21:06.374Z]  Cgroup Driver: cgroupfs
20:21:06 [2020-11-06T20:21:06.374Z]  Plugins:
20:21:06 [2020-11-06T20:21:06.374Z]   Volume: local
20:21:06 [2020-11-06T20:21:06.374Z]   Network: bridge host ipvlan macvlan null overlay
20:21:06 [2020-11-06T20:21:06.374Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:21:06 [2020-11-06T20:21:06.374Z]  Swarm: inactive
20:21:06 [2020-11-06T20:21:06.374Z]  Runtimes: runc
20:21:06 [2020-11-06T20:21:06.374Z]  Default Runtime: runc
20:21:06 [2020-11-06T20:21:06.374Z]  Init Binary: docker-init
20:21:06 [2020-11-06T20:21:06.374Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
20:21:06 [2020-11-06T20:21:06.374Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:06 [2020-11-06T20:21:06.374Z]  init version: fec3683
20:21:06 [2020-11-06T20:21:06.374Z]  Security Options:
20:21:06 [2020-11-06T20:21:06.374Z]   apparmor
20:21:06 [2020-11-06T20:21:06.374Z]   seccomp
20:21:06 [2020-11-06T20:21:06.374Z]    Profile: default
20:21:06 [2020-11-06T20:21:06.374Z]  Kernel Version: 5.4.0-1025-aws
20:21:06 [2020-11-06T20:21:06.374Z]  Operating System: Ubuntu 18.04.5 LTS
20:21:06 [2020-11-06T20:21:06.374Z]  OSType: linux
20:21:06 [2020-11-06T20:21:06.374Z]  Architecture: x86_64
20:21:06 [2020-11-06T20:21:06.374Z]  CPUs: 2
20:21:06 [2020-11-06T20:21:06.374Z]  Total Memory: 7.569GiB
20:21:06 [2020-11-06T20:21:06.374Z]  Name: ip-10-100-69-40
20:21:06 [2020-11-06T20:21:06.374Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
20:21:06 [2020-11-06T20:21:06.374Z]  Docker Root Dir: /var/lib/docker
20:21:06 [2020-11-06T20:21:06.374Z]  Debug Mode: false
20:21:06 [2020-11-06T20:21:06.374Z]  Registry: https://index.docker.io/v1/
20:21:06 [2020-11-06T20:21:06.374Z]  Labels:
20:21:06 [2020-11-06T20:21:06.374Z]  Experimental: true
20:21:06 [2020-11-06T20:21:06.374Z]  Insecure Registries:
20:21:06 [2020-11-06T20:21:06.374Z]   127.0.0.0/8
20:21:06 [2020-11-06T20:21:06.374Z]  Live Restore Enabled: true
20:21:06 [2020-11-06T20:21:06.374Z] 
20:21:06 [2020-11-06T20:21:06.374Z] WARNING: No swap limit support
[Pipeline] sh
20:21:06 [2020-11-06T20:21:06.439Z] #40 44.78 Reading package lists...
20:21:06 [2020-11-06T20:21:06.439Z] #40 ...
20:21:06 [2020-11-06T20:21:06.439Z] 
20:21:06 [2020-11-06T20:21:06.439Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:06 [2020-11-06T20:21:06.439Z] #34 44.26 Reading package lists...
20:21:06 [2020-11-06T20:21:06.693Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:06 [2020-11-06T20:21:06.693Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:06 [2020-11-06T20:21:06.693Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41648/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:21:06 [2020-11-06T20:21:06.693Z] + bash /home/ubuntu/workspace/moby_PR-41648/check-config.sh
20:21:06 [2020-11-06T20:21:06.693Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:21:06 [2020-11-06T20:21:06.693Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
20:21:06 [2020-11-06T20:21:06.693Z] 
20:21:06 [2020-11-06T20:21:06.693Z] Generally Necessary:
20:21:06 [2020-11-06T20:21:06.693Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:21:06 [2020-11-06T20:21:06.693Z] - apparmor: enabled and tools installed
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NAMESPACES: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NET_NS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_PID_NS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_IPC_NS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_UTS_NS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUPS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUP_CPUACCT: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUP_DEVICE: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUP_FREEZER: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUP_SCHED: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CPUSETS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_MEMCG: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_KEYS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_VETH: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_BRIDGE: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NF_NAT_IPV4: missing
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NF_NAT: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NF_NAT_NEEDED: missing
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_POSIX_MQUEUE: enabled
20:21:06 [2020-11-06T20:21:06.693Z] 
20:21:06 [2020-11-06T20:21:06.693Z] Optional Features:
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_USER_NS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_SECCOMP: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUP_PIDS: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_MEMCG_SWAP: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:21:06 [2020-11-06T20:21:06.693Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_BLK_CGROUP: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_IOSCHED_CFQ: missing
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUP_PERF: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUP_HUGETLB: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_CFS_BANDWIDTH: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:21:06 [2020-11-06T20:21:06.693Z] - CONFIG_RT_GROUP_SCHED: missing
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_IP_VS: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_IP_VS_NFCT: enabled
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_IP_VS_RR: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_EXT4_FS: enabled
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:21:06 [2020-11-06T20:21:06.949Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:21:06 [2020-11-06T20:21:06.949Z] - Network Drivers:
20:21:06 [2020-11-06T20:21:06.949Z]   - "overlay":
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_VXLAN: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:21:06 [2020-11-06T20:21:06.949Z]       Optional (for encrypted networks):
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_CRYPTO: enabled
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_CRYPTO_AEAD: enabled
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_CRYPTO_GCM: enabled
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_CRYPTO_GHASH: enabled
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_XFRM: enabled
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_XFRM_USER: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_INET_ESP: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:21:06 [2020-11-06T20:21:06.949Z]   - "ipvlan":
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_IPVLAN: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]   - "macvlan":
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_MACVLAN: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_DUMMY: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]   - "ftp,tftp client in container":
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z] - Storage Drivers:
20:21:06 [2020-11-06T20:21:06.949Z]   - "aufs":
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_AUFS_FS: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]   - "btrfs":
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:21:06 [2020-11-06T20:21:06.949Z]   - "devicemapper":
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_BLK_DEV_DM: enabled
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]   - "overlay":
20:21:06 [2020-11-06T20:21:06.949Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:21:06 [2020-11-06T20:21:06.949Z]   - "zfs":
20:21:06 [2020-11-06T20:21:06.949Z]     - /dev/zfs: present
20:21:06 [2020-11-06T20:21:06.949Z]     - zfs command: missing
20:21:06 [2020-11-06T20:21:06.949Z]     - zpool command: missing
20:21:06 [2020-11-06T20:21:06.949Z] 
20:21:06 [2020-11-06T20:21:06.949Z] Limits:
20:21:06 [2020-11-06T20:21:06.949Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:21:06 [2020-11-06T20:21:06.949Z] 
20:21:06 [2020-11-06T20:21:06.949Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:07 [2020-11-06T20:21:07.172Z] #26 3.866 Reading package lists...
20:21:07 [2020-11-06T20:21:07.172Z] #26 4.939 Building dependency tree...
20:21:07 [2020-11-06T20:21:07.233Z] #41 53.76   CC       criu/bfd.o
20:21:07 [2020-11-06T20:21:07.286Z] + sudo modprobe ip_vs
20:21:07 [2020-11-06T20:21:07.286Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1bb3491601a4f1d654edbc1e997016baa015176e .
20:21:07 [2020-11-06T20:21:07.286Z] #1 [internal] load build definition from Dockerfile
20:21:07 [2020-11-06T20:21:07.286Z] #1 transferring dockerfile: 16.58kB done
20:21:07 [2020-11-06T20:21:07.286Z] #1 DONE 0.0s
20:21:07 [2020-11-06T20:21:07.286Z] 
20:21:07 [2020-11-06T20:21:07.286Z] #2 [internal] load .dockerignore
20:21:07 [2020-11-06T20:21:07.286Z] #2 transferring context: 87B done
20:21:07 [2020-11-06T20:21:07.286Z] #2 DONE 0.1s
20:21:07 [2020-11-06T20:21:07.469Z] #26 5.301 The following additional packages will be installed:
20:21:07 [2020-11-06T20:21:07.469Z] #26 5.301   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:21:07 [2020-11-06T20:21:07.469Z] #26 5.301   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:21:07 [2020-11-06T20:21:07.469Z] #26 5.302   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:21:07 [2020-11-06T20:21:07.469Z] #26 5.303 Suggested packages:
20:21:07 [2020-11-06T20:21:07.469Z] #26 5.303   krb5-doc krb5-user
20:21:07 [2020-11-06T20:21:07.469Z] #26 5.303 Recommended packages:
20:21:07 [2020-11-06T20:21:07.469Z] #26 5.303   krb5-locales publicsuffix libsasl2-modules
20:21:07 [2020-11-06T20:21:07.524Z] #41 54.14   CC       criu/bitmap.o
20:21:07 [2020-11-06T20:21:07.543Z] 
20:21:07 [2020-11-06T20:21:07.543Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.550 The following NEW packages will be installed:
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.551   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.551   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.551   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.552   libssh2-1 libssl1.1 openssl
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.599 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.599 Need to get 5165 kB of archives.
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.599 After this operation, 14.6 MB of additional disk space will be used.
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.599 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.610 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.617 Get:3 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u3 [243 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.642 Get:4 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.657 Get:5 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.721 Get:6 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.749 Get:7 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.755 Get:8 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.756 Get:9 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3 [69.2 kB]
20:21:07 [2020-11-06T20:21:07.775Z] #26 5.758 Get:10 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3 [134 kB]
20:21:07 [2020-11-06T20:21:07.814Z] #41 54.26   CC       criu/cgroup-props.o
20:21:08 [2020-11-06T20:21:08.095Z] #26 5.762 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3 [400 kB]
20:21:08 [2020-11-06T20:21:08.095Z] #26 5.776 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3 [172 kB]
20:21:08 [2020-11-06T20:21:08.095Z] #26 5.781 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB]
20:21:08 [2020-11-06T20:21:08.095Z] #26 5.783 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB]
20:21:08 [2020-11-06T20:21:08.095Z] #26 5.785 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB]
20:21:08 [2020-11-06T20:21:08.095Z] #26 5.787 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB]
20:21:08 [2020-11-06T20:21:08.095Z] #26 5.792 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB]
20:21:08 [2020-11-06T20:21:08.096Z] #26 5.805 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB]
20:21:08 [2020-11-06T20:21:08.096Z] #26 5.812 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
20:21:08 [2020-11-06T20:21:08.096Z] #26 5.818 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
20:21:08 [2020-11-06T20:21:08.096Z] #26 5.822 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
20:21:08 [2020-11-06T20:21:08.096Z] #26 6.007 debconf: delaying package configuration, since apt-utils is not installed
20:21:08 [2020-11-06T20:21:08.105Z] #41 54.76   CC       criu/cgroup.o
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.064 Fetched 5165 kB in 0s (21.9 MB/s)
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.118 Selecting previously unselected package libsasl2-modules-db:ppc64el.
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.118 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.139 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.146 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.216 Selecting previously unselected package libsasl2-2:ppc64el.
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.220 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.224 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.271 Selecting previously unselected package libldap-common.
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.273 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.275 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.304 Selecting previously unselected package libldap-2.4-2:ppc64el.
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.306 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.401Z] #26 6.307 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u3) ...
20:21:08 [2020-11-06T20:21:08.481Z] #3 DONE 0.8s
20:21:08 [2020-11-06T20:21:08.481Z] 
20:21:08 [2020-11-06T20:21:08.481Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:21:08 [2020-11-06T20:21:08.481Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:21:08 [2020-11-06T20:21:08.481Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:21:08 [2020-11-06T20:21:08.481Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
20:21:08 [2020-11-06T20:21:08.481Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
20:21:08 [2020-11-06T20:21:08.481Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s
20:21:08 [2020-11-06T20:21:08.481Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 6.94MB / 8.88MB 0.2s
20:21:08 [2020-11-06T20:21:08.697Z] #26 6.365 Selecting previously unselected package libssl1.1:ppc64el.
20:21:08 [2020-11-06T20:21:08.697Z] #26 6.367 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.697Z] #26 6.368 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ...
20:21:08 [2020-11-06T20:21:08.697Z] #26 6.547 Selecting previously unselected package openssl.
20:21:08 [2020-11-06T20:21:08.697Z] #26 6.549 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.697Z] #26 6.550 Unpacking openssl (1.1.1d-0+deb10u3) ...
20:21:08 [2020-11-06T20:21:08.697Z] #26 6.653 Selecting previously unselected package ca-certificates.
20:21:08 [2020-11-06T20:21:08.738Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s
20:21:08 [2020-11-06T20:21:08.739Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
20:21:08 [2020-11-06T20:21:08.739Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.654 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.656 Unpacking ca-certificates (20200601~deb10u1) ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.703 Selecting previously unselected package libkeyutils1:ppc64el.
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.705 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.707 Unpacking libkeyutils1:ppc64el (1.6-6) ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.729 Selecting previously unselected package libkrb5support0:ppc64el.
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.731 Preparing to unpack .../08-libkrb5support0_1.17-3_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.732 Unpacking libkrb5support0:ppc64el (1.17-3) ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.765 Selecting previously unselected package libk5crypto3:ppc64el.
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.767 Preparing to unpack .../09-libk5crypto3_1.17-3_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.769 Unpacking libk5crypto3:ppc64el (1.17-3) ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.806 Selecting previously unselected package libkrb5-3:ppc64el.
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.808 Preparing to unpack .../10-libkrb5-3_1.17-3_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.810 Unpacking libkrb5-3:ppc64el (1.17-3) ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.888 Selecting previously unselected package libgssapi-krb5-2:ppc64el.
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.890 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.891 Unpacking libgssapi-krb5-2:ppc64el (1.17-3) ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.929 Selecting previously unselected package libnghttp2-14:ppc64el.
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.931 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.933 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.962 Selecting previously unselected package libpsl5:ppc64el.
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.964 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.965 Unpacking libpsl5:ppc64el (0.20.2-2) ...
20:21:08 [2020-11-06T20:21:08.993Z] #26 6.989 Selecting previously unselected package librtmp1:ppc64el.
20:21:08 [2020-11-06T20:21:08.995Z] #34 54.37 Building dependency tree...
20:21:09 [2020-11-06T20:21:09.293Z] #26 6.991 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 6.992 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.019 Selecting previously unselected package libssh2-1:ppc64el.
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.021 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.022 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.061 Selecting previously unselected package libcurl4:ppc64el.
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.063 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.064 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.117 Selecting previously unselected package curl.
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.119 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.120 Unpacking curl (7.64.0-4+deb10u1) ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.166 Selecting previously unselected package libonig5:ppc64el.
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.167 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.173 Unpacking libonig5:ppc64el (6.9.1-1) ...
20:21:09 [2020-11-06T20:21:09.293Z] #26 7.217 Selecting previously unselected package libjq1:ppc64el.
20:21:09 [2020-11-06T20:21:09.303Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.5s done
20:21:09 [2020-11-06T20:21:09.303Z] #4 DONE 1.0s
20:21:09 [2020-11-06T20:21:09.303Z] 
20:21:09 [2020-11-06T20:21:09.303Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:21:09 [2020-11-06T20:21:09.561Z] #7 DONE 0.3s
20:21:09 [2020-11-06T20:21:09.561Z] 
20:21:09 [2020-11-06T20:21:09.561Z] #6 [internal] load metadata for docker.io/library/debian:buster
20:21:09 [2020-11-06T20:21:09.561Z] #6 DONE 0.2s
20:21:09 [2020-11-06T20:21:09.561Z] 
20:21:09 [2020-11-06T20:21:09.561Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:09 [2020-11-06T20:21:09.561Z] #5 DONE 0.3s
20:21:09 [2020-11-06T20:21:09.572Z] #34 ...
20:21:09 [2020-11-06T20:21:09.572Z] 
20:21:09 [2020-11-06T20:21:09.572Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:09 [2020-11-06T20:21:09.572Z] #62 DONE 57.4s
20:21:09 [2020-11-06T20:21:09.572Z] 
20:21:09 [2020-11-06T20:21:09.572Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:09 [2020-11-06T20:21:09.572Z] #43 55.25 sync
20:21:09 [2020-11-06T20:21:09.572Z] #43 55.35 internal/reflectlite
20:21:09 [2020-11-06T20:21:09.572Z] #43 57.09 github.com/LK4D4/vndr/godl/singleflight
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.218 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.220 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.250 Selecting previously unselected package jq.
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.253 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.254 Unpacking jq (1.5+dfsg-2+b1) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.283 Setting up libkeyutils1:ppc64el (1.6-6) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.288 Setting up libpsl5:ppc64el (0.20.2-2) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.291 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.425 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.429 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.432 Setting up libkrb5support0:ppc64el (1.17-3) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.435 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.437 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.440 Setting up libk5crypto3:ppc64el (1.17-3) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.443 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.446 Setting up libssh2-1:ppc64el (1.8.0-2.1) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.448 Setting up libkrb5-3:ppc64el (1.17-3) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.451 Setting up openssl (1.1.1d-0+deb10u3) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.457 Setting up libonig5:ppc64el (6.9.1-1) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.460 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.463 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u3) ...
20:21:09 [2020-11-06T20:21:09.589Z] #26 7.466 Setting up ca-certificates (20200601~deb10u1) ...
20:21:09 [2020-11-06T20:21:09.610Z] #41 ...
20:21:09 [2020-11-06T20:21:09.610Z] 
20:21:09 [2020-11-06T20:21:09.610Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:21:09 [2020-11-06T20:21:09.610Z] #18 6.072 Fetched 8086 kB in 5s (1519 kB/s)
20:21:09 [2020-11-06T20:21:09.610Z] #18 6.072 Reading package lists...
20:21:09 [2020-11-06T20:21:09.610Z] #18 7.869 Reading package lists...
20:21:09 [2020-11-06T20:21:09.610Z] #18 9.634 Building dependency tree...
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24 libcap2-bin is already the newest version (1:2.25-2).
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24 The following additional packages will be installed:
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   python3.7 python3.7-minimal vim-runtime xxd
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24 Suggested packages:
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24 Recommended packages:
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   aufs-dkms nftables build-essential python3-dev python3-keyring
20:21:09 [2020-11-06T20:21:09.610Z] #18 10.24   python3-keyrings.alt python3-xdg unzip
20:21:09 [2020-11-06T20:21:09.610Z] #18 11.42 The following NEW packages will be installed:
20:21:09 [2020-11-06T20:21:09.610Z] #18 11.43   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:21:09 [2020-11-06T20:21:09.610Z] #18 11.43   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:21:09 [2020-11-06T20:21:09.610Z] #18 11.43   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:21:09 [2020-11-06T20:21:09.610Z] #18 11.43   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:21:09 [2020-11-06T20:21:09.610Z] #18 11.43   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.43   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.43   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.43   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.43   xz-utils zip
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.52 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.52 Need to get 27.7 MB of archives.
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.52 After this operation, 117 MB of additional disk space will be used.
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.71 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.75 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.76 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.76 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.76 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.78 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.79 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.80 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.82 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.82 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.84 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.85 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.86 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.87 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.87 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.87 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 11.87 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.14 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.15 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.15 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.15 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.15 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.16 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.21 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.22 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.23 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.23 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.24 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.25 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.25 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.28 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.31 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.32 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.52 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.55 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 12.58 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB]
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.08 debconf: delaying package configuration, since apt-utils is not installed
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.12 Fetched 27.7 MB in 1s (24.5 MB/s)
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.16 Selecting previously unselected package pigz.
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23199 files and directories currently installed.)
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.21 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.22 Unpacking pigz (2.4-1) ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.27 Selecting previously unselected package libpython3.7-minimal:s390x.
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.27 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.27 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.61 Selecting previously unselected package python3.7-minimal.
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.62 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 13.62 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 14.31 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 14.32 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 15.96 Selecting previously unselected package python3-minimal.
20:21:09 [2020-11-06T20:21:09.611Z] #18 15.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23448 files and directories currently installed.)
20:21:09 [2020-11-06T20:21:09.611Z] #18 15.99 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 15.99 Unpacking python3-minimal (3.7.3-1) ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 16.04 Selecting previously unselected package libmpdec2:s390x.
20:21:09 [2020-11-06T20:21:09.611Z] #18 16.05 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 16.05 Unpacking libmpdec2:s390x (2.4.2-2) ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 16.13 Selecting previously unselected package libpython3.7-stdlib:s390x.
20:21:09 [2020-11-06T20:21:09.611Z] #18 16.13 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ...
20:21:09 [2020-11-06T20:21:09.611Z] #18 16.14 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
20:21:09 [2020-11-06T20:21:09.822Z] 
20:21:09 [2020-11-06T20:21:09.822Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:21:09 [2020-11-06T20:21:09.822Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:21:09 [2020-11-06T20:21:09.822Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:21:09 [2020-11-06T20:21:09.822Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:21:09 [2020-11-06T20:21:09.834Z] #43 57.82 math/rand
20:21:10 [2020-11-06T20:21:10.233Z] #26 8.090 Updating certificates in /etc/ssl/certs...
20:21:10 [2020-11-06T20:21:10.254Z] #18 16.91 Selecting previously unselected package python3.7.
20:21:10 [2020-11-06T20:21:10.255Z] #18 16.92 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ...
20:21:10 [2020-11-06T20:21:10.255Z] #18 16.92 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:21:10 [2020-11-06T20:21:10.255Z] #18 16.99 Selecting previously unselected package libpython3-stdlib:s390x.
20:21:10 [2020-11-06T20:21:10.255Z] #18 16.99 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ...
20:21:10 [2020-11-06T20:21:10.255Z] #18 16.99 Unpacking libpython3-stdlib:s390x (3.7.3-1) ...
20:21:10 [2020-11-06T20:21:10.555Z] #18 17.08 Setting up python3-minimal (3.7.3-1) ...
20:21:10 [2020-11-06T20:21:10.555Z] #18 ...
20:21:10 [2020-11-06T20:21:10.555Z] 
20:21:10 [2020-11-06T20:21:10.555Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:10 [2020-11-06T20:21:10.555Z] #43 84.77 github.com/LK4D4/vndr/godl
20:21:10 [2020-11-06T20:21:10.555Z] #43 85.32 github.com/LK4D4/vndr
20:21:10 [2020-11-06T20:21:10.555Z] #43 DONE 91.7s
20:21:10 [2020-11-06T20:21:10.555Z] 
20:21:10 [2020-11-06T20:21:10.555Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:10 [2020-11-06T20:21:10.555Z] #41 56.42   CC       criu/clone-noasan.o
20:21:10 [2020-11-06T20:21:10.555Z] #41 56.55   CC       criu/config.o
20:21:10 [2020-11-06T20:21:10.876Z] #26 8.757 126 added, 0 removed; done.
20:21:10 [2020-11-06T20:21:10.876Z] #26 8.780 Setting up libgssapi-krb5-2:ppc64el (1.17-3) ...
20:21:10 [2020-11-06T20:21:10.876Z] #26 8.785 Setting up jq (1.5+dfsg-2+b1) ...
20:21:10 [2020-11-06T20:21:10.876Z] #26 8.787 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ...
20:21:10 [2020-11-06T20:21:10.876Z] #26 8.791 Setting up curl (7.64.0-4+deb10u1) ...
20:21:10 [2020-11-06T20:21:10.876Z] #26 8.794 Processing triggers for libc-bin (2.28-10) ...
20:21:11 [2020-11-06T20:21:11.174Z] #26 8.805 Processing triggers for ca-certificates (20200601~deb10u1) ...
20:21:11 [2020-11-06T20:21:11.174Z] #26 8.812 Updating certificates in /etc/ssl/certs...
20:21:11 [2020-11-06T20:21:11.233Z] #41 57.91   CC       criu/cr-check.o
20:21:11 [2020-11-06T20:21:11.756Z] #43 59.41 internal/singleflight
20:21:11 [2020-11-06T20:21:11.813Z] #26 9.411 0 added, 0 removed; done.
20:21:11 [2020-11-06T20:21:11.814Z] #26 9.411 Running hooks in /etc/ca-certificates/update.d...
20:21:11 [2020-11-06T20:21:11.814Z] #26 9.413 done.
20:21:11 [2020-11-06T20:21:11.814Z] #26 DONE 9.5s
20:21:11 [2020-11-06T20:21:11.814Z] 
20:21:11 [2020-11-06T20:21:11.814Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:11 [2020-11-06T20:21:11.814Z] #9 ...
20:21:11 [2020-11-06T20:21:11.814Z] 
20:21:11 [2020-11-06T20:21:11.814Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:21:11 [2020-11-06T20:21:11.814Z] #27 DONE 0.1s
20:21:11 [2020-11-06T20:21:11.814Z] 
20:21:11 [2020-11-06T20:21:11.814Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:21:12 [2020-11-06T20:21:12.332Z] #43 60.16 sort
20:21:12 [2020-11-06T20:21:12.333Z] #43 60.22 io
20:21:12 [2020-11-06T20:21:12.454Z] #28 0.801 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:21:12 [2020-11-06T20:21:12.770Z] #41 59.03   CC       criu/cr-dedup.o
20:21:12 [2020-11-06T20:21:12.770Z] #41 59.33   CC       criu/cr-dump.o
20:21:12 [2020-11-06T20:21:12.910Z] #43 ...
20:21:12 [2020-11-06T20:21:12.911Z] 
20:21:12 [2020-11-06T20:21:12.911Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:12 [2020-11-06T20:21:12.911Z] #34 59.50 The following additional packages will be installed:
20:21:12 [2020-11-06T20:21:12.911Z] #34 59.52   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:21:12 [2020-11-06T20:21:12.911Z] #34 59.53 Suggested packages:
20:21:12 [2020-11-06T20:21:12.911Z] #34 59.54   cmake-doc ninja-build lrzip
20:21:12 [2020-11-06T20:21:12.911Z] #34 59.54 Recommended packages:
20:21:12 [2020-11-06T20:21:12.911Z] #34 59.54   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:21:12 [2020-11-06T20:21:12.911Z] #34 60.91 The following NEW packages will be installed:
20:21:13 [2020-11-06T20:21:13.050Z] #28 0.945 
20:21:13 [2020-11-06T20:21:13.065Z] #41 ...
20:21:13 [2020-11-06T20:21:13.065Z] 
20:21:13 [2020-11-06T20:21:13.065Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:21:13 [2020-11-06T20:21:13.065Z] #30 DONE 94.1s
20:21:13 [2020-11-06T20:21:13.123Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 3.0s
20:21:13 [2020-11-06T20:21:13.123Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 960.22kB / 9.86MB 3.2s
20:21:13 [2020-11-06T20:21:13.123Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.04MB / 9.86MB 3.3s
20:21:13 [2020-11-06T20:21:13.123Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.04MB / 9.86MB 3.5s
20:21:13 [2020-11-06T20:21:13.175Z] #34 60.96   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:21:13 [2020-11-06T20:21:13.175Z] #34 60.96   vim-common xxd
20:21:13 [2020-11-06T20:21:13.378Z] 
20:21:13 [2020-11-06T20:21:13.378Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:21:13 [2020-11-06T20:21:13.378Z] #18 17.95 Selecting previously unselected package python3.
20:21:13 [2020-11-06T20:21:13.378Z] #18 17.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 ... 23860 files and directories currently installed.)
20:21:13 [2020-11-06T20:21:13.378Z] #18 17.96 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.04 Unpacking python3 (3.7.3-1) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.18 Selecting previously unselected package libip4tc0:s390x.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.18 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.18 Unpacking libip4tc0:s390x (1.8.2-4) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.33 Selecting previously unselected package libip6tc0:s390x.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.33 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.33 Unpacking libip6tc0:s390x (1.8.2-4) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.34 Selecting previously unselected package libiptc0:s390x.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.34 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.34 Unpacking libiptc0:s390x (1.8.2-4) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.42 Selecting previously unselected package libnfnetlink0:s390x.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.42 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.42 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.45 Selecting previously unselected package libnetfilter-conntrack3:s390x.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.45 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.45 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.51 Selecting previously unselected package libnftnl11:s390x.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.51 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.51 Unpacking libnftnl11:s390x (1.1.2-2) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.56 Selecting previously unselected package iptables.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.56 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.56 Unpacking iptables (1.8.2-4) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.78 Selecting previously unselected package xxd.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.78 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.79 Unpacking xxd (2:8.1.0875-5) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.86 Selecting previously unselected package vim-common.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.86 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.87 Unpacking vim-common (2:8.1.0875-5) ...
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.98 Selecting previously unselected package bash-completion.
20:21:13 [2020-11-06T20:21:13.378Z] #18 18.98 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:21:13 [2020-11-06T20:21:13.385Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.5s
20:21:13 [2020-11-06T20:21:13.385Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.6s done
20:21:13 [2020-11-06T20:21:13.385Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022
20:21:13 [2020-11-06T20:21:13.413Z] #28 1.071 
####                                                                       6.1%
##############                                                            20.4%
###########################                                               37.8%
########################################                                  56.7%
###################################################                       71.7%
############################################################              83.9%
######################################################################## 100.0%
20:21:13 [2020-11-06T20:21:13.714Z] #28 1.839 
20:21:13 [2020-11-06T20:21:13.753Z] #34 61.55 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
20:21:13 [2020-11-06T20:21:13.753Z] #34 61.55 Need to get 14.9 MB of archives.
20:21:13 [2020-11-06T20:21:13.753Z] #34 61.55 After this operation, 61.8 MB of additional disk space will be used.
20:21:13 [2020-11-06T20:21:13.753Z] #34 61.55 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:21:13 [2020-11-06T20:21:13.753Z] #34 61.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:21:13 [2020-11-06T20:21:13.753Z] #34 61.62 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
20:21:14 [2020-11-06T20:21:14.010Z] #28 1.988 
############################################                              62.1%
######################################################################## 100.0%
20:21:14 [2020-11-06T20:21:14.010Z] #28 2.171 
20:21:14 [2020-11-06T20:21:14.015Z] #34 61.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:21:14 [2020-11-06T20:21:14.015Z] #34 ...
20:21:14 [2020-11-06T20:21:14.015Z] 
20:21:14 [2020-11-06T20:21:14.015Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:21:14 [2020-11-06T20:21:14.015Z] #53 41.65 Reading package lists...
20:21:14 [2020-11-06T20:21:14.015Z] #53 52.37 Building dependency tree...
20:21:14 [2020-11-06T20:21:14.015Z] #53 57.31 The following additional packages will be installed:
20:21:14 [2020-11-06T20:21:14.015Z] #53 57.33   libbtrfs0
20:21:14 [2020-11-06T20:21:14.015Z] #53 57.67 The following NEW packages will be installed:
20:21:14 [2020-11-06T20:21:14.015Z] #53 57.67   libbtrfs-dev libbtrfs0
20:21:14 [2020-11-06T20:21:14.015Z] #53 58.37 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
20:21:14 [2020-11-06T20:21:14.015Z] #53 58.37 Need to get 119 kB of archives.
20:21:14 [2020-11-06T20:21:14.015Z] #53 58.37 After this operation, 387 kB of additional disk space will be used.
20:21:14 [2020-11-06T20:21:14.015Z] #53 58.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:21:14 [2020-11-06T20:21:14.015Z] #53 58.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:21:14 [2020-11-06T20:21:14.015Z] #53 60.28 debconf: delaying package configuration, since apt-utils is not installed
20:21:14 [2020-11-06T20:21:14.015Z] #53 60.62 Fetched 119 kB in 0s (261 kB/s)
20:21:14 [2020-11-06T20:21:14.015Z] #53 60.84 Selecting previously unselected package libbtrfs0.
20:21:14 [2020-11-06T20:21:14.015Z] #53 60.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:21:14 [2020-11-06T20:21:14.015Z] #53 60.92 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
20:21:14 [2020-11-06T20:21:14.015Z] #53 60.94 Unpacking libbtrfs0 (4.20.1-2) ...
20:21:14 [2020-11-06T20:21:14.015Z] #53 61.38 Selecting previously unselected package libbtrfs-dev.
20:21:14 [2020-11-06T20:21:14.015Z] #53 61.38 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
20:21:14 [2020-11-06T20:21:14.015Z] #53 61.43 Unpacking libbtrfs-dev (4.20.1-2) ...
20:21:14 [2020-11-06T20:21:14.015Z] #53 61.92 Setting up libbtrfs0 (4.20.1-2) ...
20:21:14 [2020-11-06T20:21:14.015Z] #53 62.00 Setting up libbtrfs-dev (4.20.1-2) ...
20:21:14 [2020-11-06T20:21:14.015Z] #53 ...
20:21:14 [2020-11-06T20:21:14.015Z] 
20:21:14 [2020-11-06T20:21:14.015Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:14 [2020-11-06T20:21:14.015Z] #47 62.02 go: finding github.com/fatih/color v1.7.0
20:21:14 [2020-11-06T20:21:14.015Z] #47 62.08 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:21:14 [2020-11-06T20:21:14.278Z] #47 62.32 go: finding github.com/mattn/go-colorable v0.1.4
20:21:14 [2020-11-06T20:21:14.427Z] #18 20.84 Unpacking bash-completion (1:2.8-6) ...
20:21:14 [2020-11-06T20:21:14.427Z] #18 21.08 Selecting previously unselected package bzip2.
20:21:14 [2020-11-06T20:21:14.427Z] #18 21.08 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ...
20:21:14 [2020-11-06T20:21:14.427Z] #18 21.09 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:21:14 [2020-11-06T20:21:14.427Z] #18 21.12 Selecting previously unselected package xz-utils.
20:21:14 [2020-11-06T20:21:14.427Z] #18 21.12 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ...
20:21:14 [2020-11-06T20:21:14.427Z] #18 21.12 Unpacking xz-utils (5.2.4-1) ...
20:21:14 [2020-11-06T20:21:14.427Z] #18 21.20 Selecting previously unselected package apparmor.
20:21:14 [2020-11-06T20:21:14.540Z] #47 62.37 go: finding github.com/mattn/go-isatty v0.0.8
20:21:14 [2020-11-06T20:21:14.540Z] #47 62.44 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:21:14 [2020-11-06T20:21:14.540Z] #47 62.49 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:21:14 [2020-11-06T20:21:14.540Z] #47 62.58 go: finding github.com/pkg/errors v0.8.1
20:21:14 [2020-11-06T20:21:14.540Z] #47 ...
20:21:14 [2020-11-06T20:21:14.540Z] 
20:21:14 [2020-11-06T20:21:14.540Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:21:14 [2020-11-06T20:21:14.540Z] #53 62.10 Processing triggers for libc-bin (2.28-10) ...
20:21:14 [2020-11-06T20:21:14.540Z] #53 DONE 62.6s
20:21:14 [2020-11-06T20:21:14.540Z] 
20:21:14 [2020-11-06T20:21:14.540Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:14 [2020-11-06T20:21:14.540Z] #47 62.61 go: finding github.com/go-critic/go-critic v0.4.1
20:21:14 [2020-11-06T20:21:14.540Z] #47 62.63 go: finding github.com/sirupsen/logrus v1.4.2
20:21:14 [2020-11-06T20:21:14.546Z] #28 2.296 
###########                                                               16.5%
###################################################################       94.2%
######################################################################## 100.0%
20:21:14 [2020-11-06T20:21:14.546Z] #28 2.560 
20:21:14 [2020-11-06T20:21:14.719Z] #18 21.20 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ...
20:21:14 [2020-11-06T20:21:14.719Z] #18 21.26 Unpacking apparmor (2.13.2-10) ...
20:21:14 [2020-11-06T20:21:14.719Z] #18 21.48 Selecting previously unselected package aufs-tools.
20:21:14 [2020-11-06T20:21:14.803Z] #47 62.71 go: finding github.com/go-lintpack/lintpack v0.5.2
20:21:14 [2020-11-06T20:21:14.803Z] #47 62.71 go: finding github.com/stretchr/testify v1.4.0
20:21:14 [2020-11-06T20:21:14.803Z] #47 62.75 go: finding github.com/mitchellh/go-homedir v1.1.0
20:21:14 [2020-11-06T20:21:14.803Z] #47 62.82 go: finding github.com/davecgh/go-spew v1.1.1
20:21:14 [2020-11-06T20:21:14.803Z] #47 62.88 go: finding github.com/go-toolsmith/astequal v1.0.0
20:21:14 [2020-11-06T20:21:14.803Z] #47 62.95 go: finding github.com/go-toolsmith/astp v1.0.0
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.48 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.48 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.53 Selecting previously unselected package libonig5:s390x.
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.54 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.54 Unpacking libonig5:s390x (6.9.1-1) ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.61 Selecting previously unselected package libjq1:s390x.
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.61 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.61 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.65 Selecting previously unselected package jq.
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.65 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.65 Unpacking jq (1.5+dfsg-2+b1) ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.69 Selecting previously unselected package libaio1:s390x.
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.69 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.69 Unpacking libaio1:s390x (0.3.112-3) ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.72 Selecting previously unselected package libgpm2:s390x.
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.72 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.73 Unpacking libgpm2:s390x (1.20.7-5) ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.75 Selecting previously unselected package libicu63:s390x.
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.75 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ...
20:21:15 [2020-11-06T20:21:15.010Z] #18 21.76 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
20:21:15 [2020-11-06T20:21:15.087Z] #47 63.00 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:21:15 [2020-11-06T20:21:15.087Z] #47 63.01 go: finding github.com/pmezard/go-difflib v1.0.0
20:21:15 [2020-11-06T20:21:15.087Z] #47 63.07 go: finding github.com/go-toolsmith/astcast v1.0.0
20:21:15 [2020-11-06T20:21:15.144Z] #28 2.690 
#####                                                                      7.7%
################                                                          23.0%
##########################                                                36.8%
#################################                                         46.4%
#########################################                                 57.9%
#####################################################                     73.7%
###############################################################           87.7%
######################################################################## 100.0%
20:21:15 [2020-11-06T20:21:15.287Z] #60 ...
20:21:15 [2020-11-06T20:21:15.287Z] 
20:21:15 [2020-11-06T20:21:15.287Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:15 [2020-11-06T20:21:15.287Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:21:15 [2020-11-06T20:21:15.287Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:21:15 [2020-11-06T20:21:15.287Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done
20:21:15 [2020-11-06T20:21:15.287Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
20:21:15 [2020-11-06T20:21:15.287Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
20:21:15 [2020-11-06T20:21:15.287Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done
20:21:15 [2020-11-06T20:21:15.287Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s done
20:21:15 [2020-11-06T20:21:15.287Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.8s done
20:21:15 [2020-11-06T20:21:15.288Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.5s
20:21:15 [2020-11-06T20:21:15.288Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.0s done
20:21:15 [2020-11-06T20:21:15.288Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 96.32MB / 120.17MB 5.5s
20:21:15 [2020-11-06T20:21:15.288Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.0s done
20:21:15 [2020-11-06T20:21:15.288Z] #8 ...
20:21:15 [2020-11-06T20:21:15.288Z] 
20:21:15 [2020-11-06T20:21:15.288Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:21:15 [2020-11-06T20:21:15.350Z] #47 63.13 go: finding github.com/stretchr/objx v0.2.0
20:21:15 [2020-11-06T20:21:15.350Z] #47 63.13 go: finding github.com/go-toolsmith/typep v1.0.0
20:21:15 [2020-11-06T20:21:15.350Z] #47 63.16 go: finding github.com/spf13/viper v1.6.1
20:21:15 [2020-11-06T20:21:15.350Z] #47 63.29 go: finding gopkg.in/yaml.v2 v2.2.7
20:21:15 [2020-11-06T20:21:15.350Z] #47 63.29 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:21:15 [2020-11-06T20:21:15.350Z] #47 63.43 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:21:15 [2020-11-06T20:21:15.350Z] #47 63.46 go: finding github.com/go-toolsmith/strparse v1.0.0
20:21:15 [2020-11-06T20:21:15.350Z] #47 63.49 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:21:15 [2020-11-06T20:21:15.743Z] #28 3.610 
20:21:15 [2020-11-06T20:21:15.925Z] #47 63.62 go: finding github.com/gobwas/glob v0.2.3
20:21:15 [2020-11-06T20:21:15.925Z] #47 63.80 go: finding github.com/fsnotify/fsnotify v1.4.7
20:21:15 [2020-11-06T20:21:15.925Z] #47 63.89 go: finding github.com/spf13/cobra v0.0.5
20:21:15 [2020-11-06T20:21:15.925Z] #47 64.00 go: finding github.com/spf13/pflag v1.0.5
20:21:16 [2020-11-06T20:21:16.188Z] #47 64.10 go: finding github.com/hashicorp/hcl v1.0.0
20:21:16 [2020-11-06T20:21:16.188Z] #47 64.19 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:21:16 [2020-11-06T20:21:16.188Z] #47 64.29 go: finding github.com/magiconair/properties v1.8.1
20:21:16 [2020-11-06T20:21:16.451Z] #47 64.37 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:21:16 [2020-11-06T20:21:16.451Z] #47 64.51 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:21:16 [2020-11-06T20:21:16.451Z] #47 64.51 go: finding github.com/mitchellh/mapstructure v1.1.2
20:21:16 [2020-11-06T20:21:16.714Z] #47 64.59 go: finding github.com/pelletier/go-toml v1.2.0
20:21:16 [2020-11-06T20:21:16.714Z] #47 64.65 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:21:16 [2020-11-06T20:21:16.714Z] #47 64.66 go: finding github.com/spf13/afero v1.1.2
20:21:16 [2020-11-06T20:21:16.714Z] #47 64.71 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:21:16 [2020-11-06T20:21:16.714Z] #47 ...
20:21:16 [2020-11-06T20:21:16.714Z] 
20:21:16 [2020-11-06T20:21:16.714Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:16 [2020-11-06T20:21:16.714Z] #11 54.69 Building dependency tree...
20:21:16 [2020-11-06T20:21:16.714Z] #11 59.89 The following additional packages will be installed:
20:21:16 [2020-11-06T20:21:16.714Z] #11 59.89   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:21:16 [2020-11-06T20:21:16.714Z] #11 59.89   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:21:16 [2020-11-06T20:21:16.714Z] #11 59.89   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:21:16 [2020-11-06T20:21:16.714Z] #11 59.99   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:21:16 [2020-11-06T20:21:16.714Z] #11 60.00 Suggested packages:
20:21:16 [2020-11-06T20:21:16.714Z] #11 60.00   gcc-8-locales seccomp wine64
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.18 The following NEW packages will be installed:
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.18   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.19   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.19   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.19   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.20   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.21   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.69 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.69 Need to get 77.7 MB of archives.
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.69 After this operation, 487 MB of additional disk space will be used.
20:21:16 [2020-11-06T20:21:16.714Z] #11 62.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
20:21:16 [2020-11-06T20:21:16.714Z] #11 63.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
20:21:16 [2020-11-06T20:21:16.714Z] #11 63.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:21:16 [2020-11-06T20:21:16.714Z] #11 63.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
20:21:16 [2020-11-06T20:21:16.714Z] #11 63.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
20:21:16 [2020-11-06T20:21:16.714Z] #11 63.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:21:16 [2020-11-06T20:21:16.714Z] #11 64.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:21:16 [2020-11-06T20:21:16.714Z] #11 ...
20:21:16 [2020-11-06T20:21:16.714Z] 
20:21:16 [2020-11-06T20:21:16.714Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:21:17 [2020-11-06T20:21:17.075Z] #18 23.82 Selecting previously unselected package libnet1:s390x.
20:21:17 [2020-11-06T20:21:17.075Z] #18 23.83 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
20:21:17 [2020-11-06T20:21:17.075Z] #18 23.83 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
20:21:17 [2020-11-06T20:21:17.075Z] #18 23.90 Selecting previously unselected package libnl-3-200:s390x.
20:21:17 [2020-11-06T20:21:17.192Z] #60 ...
20:21:17 [2020-11-06T20:21:17.192Z] 
20:21:17 [2020-11-06T20:21:17.192Z] #21 [internal] load build context
20:21:17 [2020-11-06T20:21:17.192Z] #21 transferring context: 52.00MB 6.7s done
20:21:17 [2020-11-06T20:21:17.192Z] #21 DONE 7.1s
20:21:17 [2020-11-06T20:21:17.192Z] 
20:21:17 [2020-11-06T20:21:17.192Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:17 [2020-11-06T20:21:17.192Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.2s
20:21:17 [2020-11-06T20:21:17.192Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.3s done
20:21:17 [2020-11-06T20:21:17.192Z] #8 ...
20:21:17 [2020-11-06T20:21:17.192Z] 
20:21:17 [2020-11-06T20:21:17.192Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:21:17 [2020-11-06T20:21:17.192Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.5s done
20:21:17 [2020-11-06T20:21:17.192Z] #60 DONE 7.5s
20:21:17 [2020-11-06T20:21:17.240Z] #30 64.26 Checking out files:  69% (1050/1521)   
Checking out files:  70% (1065/1521)   
Checking out files:  71% (1080/1521)   
Checking out files:  72% (1096/1521)   
Checking out files:  73% (1111/1521)   
Checking out files:  74% (1126/1521)   
Checking out files:  75% (1141/1521)   
Checking out files:  76% (1156/1521)   
Checking out files:  77% (1172/1521)   
Checking out files:  78% (1187/1521)   
Checking out files:  79% (1202/1521)   
Checking out files:  80% (1217/1521)   
Checking out files:  81% (1233/1521)   
Checking out files:  82% (1248/1521)   
Checking out files:  83% (1263/1521)   
Checking out files:  84% (1278/1521)   
Checking out files:  85% (1293/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)   
20:21:17 [2020-11-06T20:21:17.240Z] #30 ...
20:21:17 [2020-11-06T20:21:17.240Z] 
20:21:17 [2020-11-06T20:21:17.240Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:17 [2020-11-06T20:21:17.240Z] #40 44.78 Reading package lists...
20:21:17 [2020-11-06T20:21:17.240Z] #40 55.60 Building dependency tree...
20:21:17 [2020-11-06T20:21:17.240Z] #40 60.71 The following additional packages will be installed:
20:21:17 [2020-11-06T20:21:17.240Z] #40 60.72   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:21:17 [2020-11-06T20:21:17.240Z] #40 60.72   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:21:17 [2020-11-06T20:21:17.240Z] #40 60.73 Suggested packages:
20:21:17 [2020-11-06T20:21:17.240Z] #40 60.75   manpages-dev python-setuptools
20:21:17 [2020-11-06T20:21:17.240Z] #40 62.82 The following NEW packages will be installed:
20:21:17 [2020-11-06T20:21:17.240Z] #40 62.82   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:21:17 [2020-11-06T20:21:17.240Z] #40 62.87   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:21:17 [2020-11-06T20:21:17.240Z] #40 62.87   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:21:17 [2020-11-06T20:21:17.240Z] #40 62.87   python-six zlib1g-dev
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.42 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.42 Need to get 4095 kB of archives.
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.42 After this operation, 22.5 MB of additional disk space will be used.
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.43 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.67 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.99 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
20:21:17 [2020-11-06T20:21:17.240Z] #40 63.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
20:21:17 [2020-11-06T20:21:17.241Z] #40 64.02 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
20:21:17 [2020-11-06T20:21:17.241Z] #40 64.06 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
20:21:17 [2020-11-06T20:21:17.241Z] #40 ...
20:21:17 [2020-11-06T20:21:17.241Z] 
20:21:17 [2020-11-06T20:21:17.241Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:17 [2020-11-06T20:21:17.241Z] #32 55.24 sync
20:21:17 [2020-11-06T20:21:17.241Z] #32 55.27 internal/reflectlite
20:21:17 [2020-11-06T20:21:17.241Z] #32 59.27 sort
20:21:17 [2020-11-06T20:21:17.241Z] #32 59.27 errors
20:21:17 [2020-11-06T20:21:17.241Z] #32 60.10 strconv
20:21:17 [2020-11-06T20:21:17.241Z] #32 61.31 io
20:21:17 [2020-11-06T20:21:17.241Z] #32 63.30 internal/oserror
20:21:17 [2020-11-06T20:21:17.241Z] #32 63.62 syscall
20:21:17 [2020-11-06T20:21:17.366Z] #18 23.90 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ...
20:21:17 [2020-11-06T20:21:17.366Z] #18 23.90 Unpacking libnl-3-200:s390x (3.4.0-1) ...
20:21:17 [2020-11-06T20:21:17.366Z] #18 23.98 Selecting previously unselected package libprotobuf-c1:s390x.
20:21:17 [2020-11-06T20:21:17.366Z] #18 23.98 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
20:21:17 [2020-11-06T20:21:17.366Z] #18 23.98 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
20:21:17 [2020-11-06T20:21:17.366Z] #18 24.02 Selecting previously unselected package libreadline5:s390x.
20:21:17 [2020-11-06T20:21:17.366Z] #18 24.02 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ...
20:21:17 [2020-11-06T20:21:17.366Z] #18 24.02 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ...
20:21:17 [2020-11-06T20:21:17.366Z] #18 24.08 Selecting previously unselected package net-tools.
20:21:17 [2020-11-06T20:21:17.367Z] #18 24.08 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ...
20:21:17 [2020-11-06T20:21:17.367Z] #18 24.08 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:21:17 [2020-11-06T20:21:17.449Z] 
20:21:17 [2020-11-06T20:21:17.449Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:17 [2020-11-06T20:21:17.503Z] #32 ...
20:21:17 [2020-11-06T20:21:17.504Z] 
20:21:17 [2020-11-06T20:21:17.504Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:17 [2020-11-06T20:21:17.504Z] #47 64.74 go: finding github.com/spf13/cast v1.3.0
20:21:17 [2020-11-06T20:21:17.504Z] #47 64.80 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:21:17 [2020-11-06T20:21:17.504Z] #47 64.85 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:21:17 [2020-11-06T20:21:17.504Z] #47 64.87 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:21:17 [2020-11-06T20:21:17.504Z] #47 64.91 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:21:17 [2020-11-06T20:21:17.504Z] #47 64.96 go: finding github.com/subosito/gotenv v1.2.0
20:21:17 [2020-11-06T20:21:17.504Z] #47 65.02 go: finding gopkg.in/ini.v1 v1.51.0
20:21:17 [2020-11-06T20:21:17.504Z] #47 65.12 go: finding golang.org/x/text v0.3.2
20:21:17 [2020-11-06T20:21:17.504Z] #47 65.20 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:21:17 [2020-11-06T20:21:17.504Z] #47 65.32 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:21:17 [2020-11-06T20:21:17.504Z] #47 65.40 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:21:17 [2020-11-06T20:21:17.504Z] #47 65.51 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:21:17 [2020-11-06T20:21:17.504Z] #47 65.52 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:21:17 [2020-11-06T20:21:17.504Z] #47 65.57 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:21:17 [2020-11-06T20:21:17.657Z] #18 24.18 Selecting previously unselected package python-pip-whl.
20:21:17 [2020-11-06T20:21:17.657Z] #18 24.18 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:21:17 [2020-11-06T20:21:17.657Z] #18 24.18 Unpacking python-pip-whl (18.1-5) ...
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.60 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.61 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.63 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.64 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.66 go: finding github.com/kisielk/gotool v1.0.0
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.69 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.73 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.75 go: finding github.com/sourcegraph/go-diff v0.5.1
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.75 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.81 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.87 go: finding github.com/ultraware/funlen v0.0.2
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.88 go: finding github.com/ultraware/whitespace v0.0.4
20:21:17 [2020-11-06T20:21:17.767Z] #47 65.92 go: finding github.com/uudashr/gocognit v1.0.1
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.48 Selecting previously unselected package python3-lib2to3.
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.48 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.49 Unpacking python3-lib2to3 (3.7.3-1) ...
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.57 Selecting previously unselected package python3-distutils.
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.57 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.57 Unpacking python3-distutils (3.7.3-1) ...
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.64 Selecting previously unselected package python3-pip.
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.64 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:21:17 [2020-11-06T20:21:17.948Z] #18 24.65 Unpacking python3-pip (18.1-5) ...
20:21:18 [2020-11-06T20:21:18.048Z] #47 66.11 go: finding github.com/gogo/protobuf v1.2.1
20:21:18 [2020-11-06T20:21:18.048Z] #47 66.12 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.73 Selecting previously unselected package python3-pkg-resources.
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.73 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.73 Unpacking python3-pkg-resources (40.8.0-1) ...
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.83 Selecting previously unselected package python3-setuptools.
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.83 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.83 Unpacking python3-setuptools (40.8.0-1) ...
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.94 Selecting previously unselected package python3-wheel.
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.94 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.94 Unpacking python3-wheel (0.32.3-2) ...
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.99 Selecting previously unselected package sudo.
20:21:18 [2020-11-06T20:21:18.239Z] #18 24.99 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ...
20:21:18 [2020-11-06T20:21:18.239Z] #18 25.00 Unpacking sudo (1.8.27-1+deb10u2) ...
20:21:18 [2020-11-06T20:21:18.418Z] #28 3.732 
#                                                                          1.7%
###                                                                        5.5%
######                                                                     9.3%
##########                                                                14.6%
##############                                                            20.0%
################                                                          23.5%
#####################                                                     29.2%
######################                                                    31.5%
########################                                                  34.2%
###########################                                               37.5%
##############################                                            42.9%
##################################                                        47.6%
#####################################                                     52.1%
#######################################                                   55.5%
##########################################                                59.6%
##############################################                            64.3%
#################################################                         69.0%
####################################################                      73.1%
#######################################################                   76.9%
##########################################################                81.0%
############################################################              84.4%
##############################################################            86.8%
################################################################          90.0%
###################################################################       93.8%
#####################################################################     96.3%
#######################################################################   99.5%
######################################################################## 100.0%
20:21:18 [2020-11-06T20:21:18.419Z] #28 6.494 
20:21:18 [2020-11-06T20:21:18.530Z] #18 25.22 Selecting previously unselected package thin-provisioning-tools.
20:21:18 [2020-11-06T20:21:18.530Z] #18 25.22 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ...
20:21:18 [2020-11-06T20:21:18.530Z] #18 25.22 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:21:18 [2020-11-06T20:21:18.530Z] #18 25.36 Selecting previously unselected package uidmap.
20:21:18 [2020-11-06T20:21:18.623Z] #47 66.60 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:21:18 [2020-11-06T20:21:18.623Z] #47 66.63 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:21:18 [2020-11-06T20:21:18.623Z] #47 66.65 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:21:18 [2020-11-06T20:21:18.724Z] #28 7.017 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:21:18 [2020-11-06T20:21:18.821Z] #18 25.36 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ...
20:21:18 [2020-11-06T20:21:18.821Z] #18 25.37 Unpacking uidmap (1:4.5-1.1) ...
20:21:18 [2020-11-06T20:21:18.821Z] #18 25.46 Selecting previously unselected package vim-runtime.
20:21:18 [2020-11-06T20:21:18.821Z] #18 25.46 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:21:18 [2020-11-06T20:21:18.821Z] #18 25.47 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:21:18 [2020-11-06T20:21:18.821Z] #18 25.48 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:21:18 [2020-11-06T20:21:18.821Z] #18 25.50 Unpacking vim-runtime (2:8.1.0875-5) ...
20:21:18 [2020-11-06T20:21:18.899Z] #47 66.79 go: finding github.com/BurntSushi/toml v0.3.1
20:21:18 [2020-11-06T20:21:18.899Z] #47 66.80 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:21:19 [2020-11-06T20:21:19.027Z] #28 7.169 
20:21:19 [2020-11-06T20:21:19.027Z] #28 7.273 
######################################################################## 100.0%
20:21:19 [2020-11-06T20:21:19.027Z] #28 7.299 
20:21:19 [2020-11-06T20:21:19.977Z] #8 ...
20:21:19 [2020-11-06T20:21:19.977Z] 
20:21:19 [2020-11-06T20:21:19.977Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:21:19 [2020-11-06T20:21:19.977Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
20:21:19 [2020-11-06T20:21:19.977Z] #24 sha256:60cb30babcd1740309903c37d3d408407d190cf73015aeddec9086ef3f393a5d 529B / 529B done
20:21:19 [2020-11-06T20:21:19.977Z] #24 sha256:1510e850178318cd2b654439b56266e7b6cbff36f95f343f662c708cd51d0610 1.50kB / 1.50kB done
20:21:19 [2020-11-06T20:21:19.977Z] #24 sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 50.40MB / 50.40MB 2.0s done
20:21:19 [2020-11-06T20:21:19.977Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
20:21:19 [2020-11-06T20:21:19.977Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 7.6s
20:21:19 [2020-11-06T20:21:19.977Z] #24 ...
20:21:19 [2020-11-06T20:21:19.977Z] 
20:21:19 [2020-11-06T20:21:19.977Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:20 [2020-11-06T20:21:20.071Z] #28 7.979 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:21:20 [2020-11-06T20:21:20.071Z] #28 7.996 skipping existing 5cb8031fd95d
20:21:20 [2020-11-06T20:21:20.071Z] #28 8.023 
20:21:20 [2020-11-06T20:21:20.234Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.6s
20:21:20 [2020-11-06T20:21:20.301Z] Client:
20:21:20 [2020-11-06T20:21:20.301Z]  Debug Mode: false
20:21:20 [2020-11-06T20:21:20.301Z] 
20:21:20 [2020-11-06T20:21:20.301Z] Server:
20:21:20 [2020-11-06T20:21:20.301Z]  Containers: 0
20:21:20 [2020-11-06T20:21:20.301Z]   Running: 0
20:21:20 [2020-11-06T20:21:20.301Z]   Paused: 0
20:21:20 [2020-11-06T20:21:20.301Z]   Stopped: 0
20:21:20 [2020-11-06T20:21:20.301Z]  Images: 0
20:21:20 [2020-11-06T20:21:20.301Z]  Server Version: 19.03.13
20:21:20 [2020-11-06T20:21:20.301Z]  Storage Driver: overlay2
20:21:20 [2020-11-06T20:21:20.301Z]   Backing Filesystem: extfs
20:21:20 [2020-11-06T20:21:20.301Z]   Supports d_type: true
20:21:20 [2020-11-06T20:21:20.301Z]   Native Overlay Diff: true
20:21:20 [2020-11-06T20:21:20.301Z]  Logging Driver: json-file
20:21:20 [2020-11-06T20:21:20.301Z]  Cgroup Driver: cgroupfs
20:21:20 [2020-11-06T20:21:20.301Z]  Plugins:
20:21:20 [2020-11-06T20:21:20.301Z]   Volume: local
20:21:20 [2020-11-06T20:21:20.301Z]   Network: bridge host ipvlan macvlan null overlay
20:21:20 [2020-11-06T20:21:20.301Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:21:20 [2020-11-06T20:21:20.301Z]  Swarm: inactive
20:21:20 [2020-11-06T20:21:20.301Z]  Runtimes: runc
20:21:20 [2020-11-06T20:21:20.301Z]  Default Runtime: runc
20:21:20 [2020-11-06T20:21:20.301Z]  Init Binary: docker-init
20:21:20 [2020-11-06T20:21:20.301Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
20:21:20 [2020-11-06T20:21:20.301Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:20 [2020-11-06T20:21:20.301Z]  init version: fec3683
20:21:20 [2020-11-06T20:21:20.301Z]  Security Options:
20:21:20 [2020-11-06T20:21:20.301Z]   apparmor
20:21:20 [2020-11-06T20:21:20.301Z]   seccomp
20:21:20 [2020-11-06T20:21:20.301Z]    Profile: default
20:21:20 [2020-11-06T20:21:20.301Z]  Kernel Version: 4.15.0-1083-aws
20:21:20 [2020-11-06T20:21:20.301Z]  Operating System: Ubuntu 16.04.7 LTS
20:21:20 [2020-11-06T20:21:20.301Z]  OSType: linux
20:21:20 [2020-11-06T20:21:20.301Z]  Architecture: aarch64
20:21:20 [2020-11-06T20:21:20.301Z]  CPUs: 4
20:21:20 [2020-11-06T20:21:20.301Z]  Total Memory: 7.525GiB
20:21:20 [2020-11-06T20:21:20.301Z]  Name: ip-10-100-40-239
20:21:20 [2020-11-06T20:21:20.301Z]  ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW
20:21:20 [2020-11-06T20:21:20.301Z]  Docker Root Dir: /var/lib/docker
20:21:20 [2020-11-06T20:21:20.301Z]  Debug Mode: false
20:21:20 [2020-11-06T20:21:20.301Z]  Registry: https://index.docker.io/v1/
20:21:20 [2020-11-06T20:21:20.301Z]  Labels:
20:21:20 [2020-11-06T20:21:20.301Z]  Experimental: true
20:21:20 [2020-11-06T20:21:20.301Z]  Insecure Registries:
20:21:20 [2020-11-06T20:21:20.301Z]   127.0.0.0/8
20:21:20 [2020-11-06T20:21:20.301Z]  Live Restore Enabled: true
20:21:20 [2020-11-06T20:21:20.301Z] 
20:21:20 [2020-11-06T20:21:20.301Z] WARNING: No swap limit support
[Pipeline] sh
20:21:20 [2020-11-06T20:21:20.670Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:20 [2020-11-06T20:21:20.670Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:20 [2020-11-06T20:21:20.670Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41648/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:21:20 [2020-11-06T20:21:20.670Z] + bash /home/ubuntu/workspace/moby_PR-41648/check-config.sh
20:21:20 [2020-11-06T20:21:20.670Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:21:20 [2020-11-06T20:21:20.670Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ...
20:21:20 [2020-11-06T20:21:20.670Z] 
20:21:20 [2020-11-06T20:21:20.670Z] Generally Necessary:
20:21:20 [2020-11-06T20:21:20.670Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:21:20 [2020-11-06T20:21:20.670Z] - apparmor: enabled and tools installed
20:21:20 [2020-11-06T20:21:20.670Z] - CONFIG_NAMESPACES: enabled
20:21:20 [2020-11-06T20:21:20.720Z] #28 8.921 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:21:20 [2020-11-06T20:21:20.720Z] #28 8.949 skipping existing 283607eaa57e
20:21:20 [2020-11-06T20:21:20.720Z] #28 8.979 
20:21:20 [2020-11-06T20:21:20.885Z] #18 27.54 Selecting previously unselected package vim.
20:21:20 [2020-11-06T20:21:20.885Z] #18 27.55 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ...
20:21:20 [2020-11-06T20:21:20.885Z] #18 27.55 Unpacking vim (2:8.1.0875-5) ...
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_NET_NS: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_PID_NS: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_IPC_NS: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_UTS_NS: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_CGROUPS: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_CGROUP_CPUACCT: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_CGROUP_DEVICE: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_CGROUP_FREEZER: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_CGROUP_SCHED: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_CPUSETS: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_MEMCG: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_KEYS: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_VETH: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_BRIDGE: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_NF_NAT: enabled (as module)
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_NF_NAT_NEEDED: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_POSIX_MQUEUE: enabled
20:21:20 [2020-11-06T20:21:20.934Z] 
20:21:20 [2020-11-06T20:21:20.934Z] Optional Features:
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_USER_NS: enabled
20:21:20 [2020-11-06T20:21:20.934Z] - CONFIG_SECCOMP: enabled
20:21:21 [2020-11-06T20:21:21.176Z] #18 27.89 Selecting previously unselected package xfsprogs.
20:21:21 [2020-11-06T20:21:21.176Z] #18 27.89 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ...
20:21:21 [2020-11-06T20:21:21.176Z] #18 27.89 Unpacking xfsprogs (4.20.0-1) ...
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_CGROUP_PIDS: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_MEMCG_SWAP: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:21:21 [2020-11-06T20:21:21.198Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_BLK_CGROUP: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_IOSCHED_CFQ: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_CGROUP_PERF: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_CGROUP_HUGETLB: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_CFS_BANDWIDTH: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_RT_GROUP_SCHED: missing
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_IP_VS: enabled (as module)
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_IP_VS_NFCT: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_IP_VS_RR: enabled (as module)
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_EXT4_FS: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:21:21 [2020-11-06T20:21:21.198Z] - Network Drivers:
20:21:21 [2020-11-06T20:21:21.198Z]   - "overlay":
20:21:21 [2020-11-06T20:21:21.362Z] #28 9.498 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:21:21 [2020-11-06T20:21:21.362Z] #28 9.638 
20:21:21 [2020-11-06T20:21:21.467Z] #18 28.20 Selecting previously unselected package zip.
20:21:21 [2020-11-06T20:21:21.468Z] #18 28.20 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ...
20:21:21 [2020-11-06T20:21:21.468Z] #18 28.20 Unpacking zip (3.0-11+b1) ...
20:21:21 [2020-11-06T20:21:21.480Z]     - CONFIG_VXLAN: enabled (as module)
20:21:21 [2020-11-06T20:21:21.480Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:21:21 [2020-11-06T20:21:21.480Z]       Optional (for encrypted networks):
20:21:21 [2020-11-06T20:21:21.480Z]       - CONFIG_CRYPTO: enabled
20:21:21 [2020-11-06T20:21:21.480Z]       - CONFIG_CRYPTO_AEAD: enabled
20:21:21 [2020-11-06T20:21:21.480Z]       - CONFIG_CRYPTO_GCM: enabled
20:21:21 [2020-11-06T20:21:21.480Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:21:21 [2020-11-06T20:21:21.480Z]       - CONFIG_CRYPTO_GHASH: enabled
20:21:21 [2020-11-06T20:21:21.480Z]       - CONFIG_XFRM: enabled
20:21:21 [2020-11-06T20:21:21.480Z]       - CONFIG_XFRM_USER: enabled (as module)
20:21:21 [2020-11-06T20:21:21.480Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]       - CONFIG_INET_ESP: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]   - "ipvlan":
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_IPVLAN: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]   - "macvlan":
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_MACVLAN: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_DUMMY: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]   - "ftp,tftp client in container":
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z] - Storage Drivers:
20:21:21 [2020-11-06T20:21:21.481Z]   - "aufs":
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_AUFS_FS: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]   - "btrfs":
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:21:21 [2020-11-06T20:21:21.481Z]   - "devicemapper":
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_BLK_DEV_DM: enabled
20:21:21 [2020-11-06T20:21:21.481Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:21:21 [2020-11-06T20:21:21.481Z]   - "overlay":
20:21:21 [2020-11-06T20:21:21.659Z] #28 9.719 
######################################################################## 100.0%
20:21:21 [2020-11-06T20:21:21.659Z] #28 9.743 
20:21:21 [2020-11-06T20:21:21.744Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:21:21 [2020-11-06T20:21:21.744Z]   - "zfs":
20:21:21 [2020-11-06T20:21:21.744Z]     - /dev/zfs: missing
20:21:21 [2020-11-06T20:21:21.744Z]     - zfs command: missing
20:21:21 [2020-11-06T20:21:21.744Z]     - zpool command: missing
20:21:21 [2020-11-06T20:21:21.744Z] 
20:21:21 [2020-11-06T20:21:21.744Z] Limits:
20:21:21 [2020-11-06T20:21:21.744Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:21:21 [2020-11-06T20:21:21.744Z] 
20:21:21 [2020-11-06T20:21:21.744Z] + true
[Pipeline] }
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.31 Setting up aufs-tools (1:4.14+20190211-1) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.32 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.33 Setting up libip6tc0:s390x (1.8.2-4) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.33 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.34 Setting up libgpm2:s390x (1.20.7-5) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.35 Setting up libip4tc0:s390x (1.8.2-4) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.35 Setting up uidmap (1:4.5-1.1) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.36 Setting up libnftnl11:s390x (1.1.2-2) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.37 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.38 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.39 Setting up libicu63:s390x (63.1-6+deb10u1) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.39 Setting up xxd (2:8.1.0875-5) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.40 Setting up zip (3.0-11+b1) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.41 Setting up vim-common (2:8.1.0875-5) ...
20:21:21 [2020-11-06T20:21:21.758Z] #18 28.42 Setting up bash-completion (1:2.8-6) ...
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:22 [2020-11-06T20:21:22.096Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1bb3491601a4f1d654edbc1e997016baa015176e .
20:21:22 [2020-11-06T20:21:22.096Z] #1 [internal] load build definition from Dockerfile
20:21:22 [2020-11-06T20:21:22.097Z] #1 transferring dockerfile: 16.58kB done
20:21:22 [2020-11-06T20:21:22.097Z] #1 DONE 0.0s
20:21:22 [2020-11-06T20:21:22.097Z] 
20:21:22 [2020-11-06T20:21:22.097Z] #2 [internal] load .dockerignore
20:21:22 [2020-11-06T20:21:22.097Z] #2 transferring context: 87B done
20:21:22 [2020-11-06T20:21:22.097Z] #2 DONE 0.0s
20:21:22 [2020-11-06T20:21:22.097Z] 
20:21:22 [2020-11-06T20:21:22.097Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:21:22 [2020-11-06T20:21:22.132Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.4s done
20:21:22 [2020-11-06T20:21:22.302Z] #28 10.39 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:21:22 [2020-11-06T20:21:22.302Z] #28 10.54 
20:21:22 [2020-11-06T20:21:22.391Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
20:21:22 [2020-11-06T20:21:22.598Z] #28 10.63 
######################################################################## 100.0%
20:21:22 [2020-11-06T20:21:22.598Z] #28 10.66 
20:21:22 [2020-11-06T20:21:22.598Z] #28 10.68 Download of images into '/build' complete.
20:21:22 [2020-11-06T20:21:22.598Z] #28 10.68 Use something like the following to load the result into a Docker daemon:
20:21:22 [2020-11-06T20:21:22.598Z] #28 10.68   tar -cC '/build' . | docker load
20:21:22 [2020-11-06T20:21:22.598Z] #28 DONE 10.7s
20:21:22 [2020-11-06T20:21:22.598Z] 
20:21:22 [2020-11-06T20:21:22.598Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:22 [2020-11-06T20:21:22.653Z] #8 ...
20:21:22 [2020-11-06T20:21:22.653Z] 
20:21:22 [2020-11-06T20:21:22.653Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:21:22 [2020-11-06T20:21:22.653Z] #24 extracting sha256:e4c3d3e4f7b024979a1c12daa4073f6353b2ba92d96418bc90451994927c9bff 10.2s done
20:21:22 [2020-11-06T20:21:22.653Z] #24 DONE 12.9s
20:21:22 [2020-11-06T20:21:22.653Z] 
20:21:22 [2020-11-06T20:21:22.653Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:22 [2020-11-06T20:21:22.676Z] #3 DONE 0.5s
20:21:22 [2020-11-06T20:21:22.676Z] 
20:21:22 [2020-11-06T20:21:22.676Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:21:22 [2020-11-06T20:21:22.676Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:21:22 [2020-11-06T20:21:22.676Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done
20:21:22 [2020-11-06T20:21:22.676Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done
20:21:22 [2020-11-06T20:21:22.676Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s
20:21:22 [2020-11-06T20:21:22.676Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:21:22 [2020-11-06T20:21:22.940Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 6.63MB / 8.28MB 0.4s
20:21:23 [2020-11-06T20:21:23.205Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s
20:21:23 [2020-11-06T20:21:23.205Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.6s done
20:21:23 [2020-11-06T20:21:23.205Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3
20:21:23 [2020-11-06T20:21:23.218Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
20:21:23 [2020-11-06T20:21:23.218Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
20:21:23 [2020-11-06T20:21:23.296Z] #18 29.78 Setting up libiptc0:s390x (1.8.2-4) ...
20:21:23 [2020-11-06T20:21:23.296Z] #18 29.78 Setting up xz-utils (5.2.4-1) ...
20:21:23 [2020-11-06T20:21:23.296Z] #18 29.79 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:21:23 [2020-11-06T20:21:23.296Z] #18 29.80 Setting up sudo (1.8.27-1+deb10u2) ...
20:21:23 [2020-11-06T20:21:23.296Z] #18 29.83 invoke-rc.d: could not determine current runlevel
20:21:23 [2020-11-06T20:21:23.297Z] #18 29.84 invoke-rc.d: policy-rc.d denied execution of start.
20:21:23 [2020-11-06T20:21:23.297Z] #18 29.84 Setting up pigz (2.4-1) ...
20:21:23 [2020-11-06T20:21:23.297Z] #18 29.85 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ...
20:21:23 [2020-11-06T20:21:23.297Z] #18 29.86 Setting up libnl-3-200:s390x (3.4.0-1) ...
20:21:23 [2020-11-06T20:21:23.297Z] #18 29.87 Setting up python-pip-whl (18.1-5) ...
20:21:23 [2020-11-06T20:21:23.297Z] #18 29.87 Setting up libmpdec2:s390x (2.4.2-2) ...
20:21:23 [2020-11-06T20:21:23.297Z] #18 29.88 Setting up vim-runtime (2:8.1.0875-5) ...
20:21:23 [2020-11-06T20:21:23.297Z] #18 30.13 Setting up libaio1:s390x (0.3.112-3) ...
20:21:23 [2020-11-06T20:21:23.475Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done
20:21:23 [2020-11-06T20:21:23.475Z] #4 DONE 0.9s
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.14 Setting up libonig5:s390x (6.9.1-1) ...
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.15 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.16 Setting up vim (2:8.1.0875-5) ...
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.20 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.20 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.21 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ...
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.22 Setting up jq (1.5+dfsg-2+b1) ...
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.22 Setting up libpython3-stdlib:s390x (3.7.3-1) ...
20:21:23 [2020-11-06T20:21:23.589Z] #18 30.23 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:21:24 [2020-11-06T20:21:24.062Z] 
20:21:24 [2020-11-06T20:21:24.062Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:21:24 [2020-11-06T20:21:24.154Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
20:21:24 [2020-11-06T20:21:24.215Z] #47 ...
20:21:24 [2020-11-06T20:21:24.215Z] 
20:21:24 [2020-11-06T20:21:24.215Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:24 [2020-11-06T20:21:24.215Z] #40 65.89 debconf: delaying package configuration, since apt-utils is not installed
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.16 Fetched 4095 kB in 1s (4141 kB/s)
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.31 Selecting previously unselected package libcap-dev:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.39 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.41 Unpacking libcap-dev:amd64 (1:2.25-2) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.57 Selecting previously unselected package libnet1:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.59 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.61 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.83 Selecting previously unselected package libnet1-dev.
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.88 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 66.89 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.30 Selecting previously unselected package libnl-3-200:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.30 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.31 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.43 Selecting previously unselected package libnl-3-dev:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.44 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.45 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.89 Selecting previously unselected package libprotobuf-c1:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.90 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 67.94 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.16 Selecting previously unselected package libprotobuf-c-dev:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.17 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.19 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.37 Selecting previously unselected package zlib1g-dev:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.37 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.39 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.80 Selecting previously unselected package libprotobuf17:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.80 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 68.82 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 70.39 Selecting previously unselected package libprotobuf-lite17:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 70.39 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 70.56 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 70.86 Selecting previously unselected package libprotobuf-dev:amd64.
20:21:24 [2020-11-06T20:21:24.215Z] #40 70.86 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 70.87 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:21:24 [2020-11-06T20:21:24.215Z] #40 ...
20:21:24 [2020-11-06T20:21:24.215Z] 
20:21:24 [2020-11-06T20:21:24.215Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:24 [2020-11-06T20:21:24.215Z] #43 62.20 strconv
20:21:24 [2020-11-06T20:21:24.215Z] #43 62.50 bytes
20:21:24 [2020-11-06T20:21:24.215Z] #43 66.39 bufio
20:21:24 [2020-11-06T20:21:24.215Z] #43 67.67 reflect
20:21:24 [2020-11-06T20:21:24.215Z] #43 68.85 syscall
20:21:24 [2020-11-06T20:21:24.221Z] #18 ...
20:21:24 [2020-11-06T20:21:24.221Z] 
20:21:24 [2020-11-06T20:21:24.221Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:24 [2020-11-06T20:21:24.221Z] #41 60.66   CC       criu/cr-errno.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 60.69   CC       criu/cr-restore.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 63.37   CC       criu/cr-service.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 64.15   CC       criu/crtools.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 64.57   CC       criu/eventfd.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 64.81   CC       criu/eventpoll.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 65.28   CC       criu/external.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 65.43   CC       criu/fault-injection.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 65.50   CC       criu/fdstore.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 65.66   CC       criu/fifo.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 65.89   CC       criu/file-ids.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 66.09   CC       criu/file-lock.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 66.48   CC       criu/files-ext.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 66.67   CC       criu/files-reg.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 67.91   CC       criu/files.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 69.25   CC       criu/filesystems.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 69.68   CC       criu/fsnotify.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 70.25   CC       criu/image-desc.o
20:21:24 [2020-11-06T20:21:24.221Z] #41 70.32   CC       criu/image.o
20:21:24 [2020-11-06T20:21:24.337Z] #7 DONE 0.4s
20:21:24 [2020-11-06T20:21:24.337Z] 
20:21:24 [2020-11-06T20:21:24.337Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:24 [2020-11-06T20:21:24.337Z] #5 DONE 0.4s
20:21:24 [2020-11-06T20:21:24.337Z] 
20:21:24 [2020-11-06T20:21:24.337Z] #6 [internal] load metadata for docker.io/library/debian:buster
20:21:24 [2020-11-06T20:21:24.337Z] #6 DONE 0.5s
20:21:24 [2020-11-06T20:21:24.337Z] 
20:21:24 [2020-11-06T20:21:24.337Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:24 [2020-11-06T20:21:24.337Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:21:24 [2020-11-06T20:21:24.416Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
20:21:24 [2020-11-06T20:21:24.478Z] #43 ...
20:21:24 [2020-11-06T20:21:24.478Z] 
20:21:24 [2020-11-06T20:21:24.478Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:24 [2020-11-06T20:21:24.478Z] #49 72.10 syscall
20:21:24 [2020-11-06T20:21:24.478Z] #49 72.20 reflect
20:21:24 [2020-11-06T20:21:24.512Z] #41 70.98   CC       criu/ipc_ns.o
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.1s
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.1s
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.1s
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.66MB / 7.68MB 0.2s
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 3.15MB / 9.98MB 0.2s
20:21:24 [2020-11-06T20:21:24.606Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 9.89MB / 49.18MB 0.2s
20:21:24 [2020-11-06T20:21:24.696Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 26.0s done
20:21:24 [2020-11-06T20:21:24.696Z] #9 DONE 33.2s
20:21:24 [2020-11-06T20:21:24.696Z] 
20:21:24 [2020-11-06T20:21:24.696Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:21:24 [2020-11-06T20:21:24.696Z] #10 DONE 0.2s
20:21:24 [2020-11-06T20:21:24.696Z] 
20:21:24 [2020-11-06T20:21:24.696Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:21:24 [2020-11-06T20:21:24.696Z] #11 DONE 0.2s
20:21:24 [2020-11-06T20:21:24.696Z] 
20:21:24 [2020-11-06T20:21:24.696Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:24 [2020-11-06T20:21:24.696Z] #30 DONE 0.1s
20:21:24 [2020-11-06T20:21:24.696Z] 
20:21:24 [2020-11-06T20:21:24.696Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:24 [2020-11-06T20:21:24.741Z] #49 ...
20:21:24 [2020-11-06T20:21:24.741Z] 
20:21:24 [2020-11-06T20:21:24.741Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.566 + RM_GOPATH=0
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.566 + TMP_GOPATH=
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.566 + : /build
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.566 + '[' -z '' ']'
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.566 ++ mktemp -d
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.568 + export GOPATH=/tmp/tmp.SeuKHwCi8K
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.568 + GOPATH=/tmp/tmp.SeuKHwCi8K
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.568 + RM_GOPATH=1
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.568 + case "$(go env GOARCH)" in
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.568 ++ go env GOARCH
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + export GO_BUILDMODE=-buildmode=pie
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + GO_BUILDMODE=-buildmode=pie
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 ++ dirname /tmp/install/install.sh
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + dir=/tmp/install
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + bin=containerd
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + shift
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + '[' '!' -f /tmp/install/containerd.installer ']'
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + . /tmp/install/containerd.installer
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 ++ set -e
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + install_containerd
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 + git clone https://github.com/containerd/containerd.git /tmp/tmp.SeuKHwCi8K/src/github.com/containerd/containerd
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.628 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
20:21:24 [2020-11-06T20:21:24.741Z] #54 1.655 Cloning into '/tmp/tmp.SeuKHwCi8K/src/github.com/containerd/containerd'...
20:21:24 [2020-11-06T20:21:24.886Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.3s done
20:21:24 [2020-11-06T20:21:24.887Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.3s
20:21:24 [2020-11-06T20:21:24.887Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 18.84MB / 49.18MB 0.3s
20:21:24 [2020-11-06T20:21:24.887Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 0.3s
20:21:24 [2020-11-06T20:21:24.887Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 40.60MB / 49.18MB 0.5s
20:21:24 [2020-11-06T20:21:24.887Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 8.87MB / 52.16MB 0.5s
20:21:24 [2020-11-06T20:21:24.993Z] #44 ...
20:21:24 [2020-11-06T20:21:24.993Z] 
20:21:24 [2020-11-06T20:21:24.993Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:24 [2020-11-06T20:21:24.993Z] #38 DONE 0.1s
20:21:24 [2020-11-06T20:21:24.993Z] 
20:21:24 [2020-11-06T20:21:24.993Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:25 [2020-11-06T20:21:25.004Z] #54 ...
20:21:25 [2020-11-06T20:21:25.004Z] 
20:21:25 [2020-11-06T20:21:25.004Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:25 [2020-11-06T20:21:25.004Z] #34 63.30 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
20:21:25 [2020-11-06T20:21:25.004Z] #34 63.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
20:21:25 [2020-11-06T20:21:25.004Z] #34 63.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
20:21:25 [2020-11-06T20:21:25.004Z] #34 63.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
20:21:25 [2020-11-06T20:21:25.004Z] #34 63.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
20:21:25 [2020-11-06T20:21:25.004Z] #34 63.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
20:21:25 [2020-11-06T20:21:25.004Z] #34 66.04 debconf: delaying package configuration, since apt-utils is not installed
20:21:25 [2020-11-06T20:21:25.004Z] #34 66.32 Fetched 14.9 MB in 3s (5421 kB/s)
20:21:25 [2020-11-06T20:21:25.004Z] #34 66.47 Selecting previously unselected package xxd.
20:21:25 [2020-11-06T20:21:25.004Z] #34 66.47 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:21:25 [2020-11-06T20:21:25.004Z] #34 66.62 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
20:21:25 [2020-11-06T20:21:25.004Z] #34 66.71 Unpacking xxd (2:8.1.0875-5) ...
20:21:25 [2020-11-06T20:21:25.004Z] #34 67.00 Selecting previously unselected package vim-common.
20:21:25 [2020-11-06T20:21:25.004Z] #34 67.01 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:21:25 [2020-11-06T20:21:25.004Z] #34 67.16 Unpacking vim-common (2:8.1.0875-5) ...
20:21:25 [2020-11-06T20:21:25.004Z] #34 67.74 Selecting previously unselected package cmake-data.
20:21:25 [2020-11-06T20:21:25.004Z] #34 67.74 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:21:25 [2020-11-06T20:21:25.004Z] #34 67.80 Unpacking cmake-data (3.13.4-1) ...
20:21:25 [2020-11-06T20:21:25.004Z] #34 72.72 Selecting previously unselected package libicu63:amd64.
20:21:25 [2020-11-06T20:21:25.004Z] #34 72.75 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
20:21:25 [2020-11-06T20:21:25.004Z] #34 72.77 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:21:25 [2020-11-06T20:21:25.155Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.5s done
20:21:25 [2020-11-06T20:21:25.155Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 0.6s
20:21:25 [2020-11-06T20:21:25.155Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 15.65MB / 52.16MB 0.6s
20:21:25 [2020-11-06T20:21:25.155Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 0.6s
20:21:25 [2020-11-06T20:21:25.155Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 20.02MB / 52.16MB 0.7s
20:21:25 [2020-11-06T20:21:25.199Z] #41 ...
20:21:25 [2020-11-06T20:21:25.199Z] 
20:21:25 [2020-11-06T20:21:25.199Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:21:25 [2020-11-06T20:21:25.199Z] #18 31.75 Setting up iptables (1.8.2-4) ...
20:21:25 [2020-11-06T20:21:25.199Z] #18 31.76 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:21:25 [2020-11-06T20:21:25.199Z] #18 31.76 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:21:25 [2020-11-06T20:21:25.199Z] #18 31.77 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:21:25 [2020-11-06T20:21:25.199Z] #18 31.77 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:21:25 [2020-11-06T20:21:25.199Z] #18 31.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:21:25 [2020-11-06T20:21:25.199Z] #18 31.78 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:21:25 [2020-11-06T20:21:25.199Z] #18 31.78 Setting up python3 (3.7.3-1) ...
20:21:25 [2020-11-06T20:21:25.199Z] #18 32.02 Setting up python3-wheel (0.32.3-2) ...
20:21:25 [2020-11-06T20:21:25.267Z] #34 ...
20:21:25 [2020-11-06T20:21:25.267Z] 
20:21:25 [2020-11-06T20:21:25.267Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:25 [2020-11-06T20:21:25.267Z] #40 73.09 Selecting previously unselected package libprotoc17:amd64.
20:21:25 [2020-11-06T20:21:25.267Z] #40 73.10 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
20:21:25 [2020-11-06T20:21:25.267Z] #40 73.12 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
20:21:25 [2020-11-06T20:21:25.426Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 24.74MB / 52.16MB 0.9s
20:21:25 [2020-11-06T20:21:25.426Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 21.26MB / 62.53MB 0.9s
20:21:25 [2020-11-06T20:21:25.426Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 28.29MB / 52.16MB 1.0s
20:21:25 [2020-11-06T20:21:25.426Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 30.29MB / 62.53MB 1.0s
20:21:25 [2020-11-06T20:21:25.426Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 36.83MB / 62.53MB 1.1s
20:21:25 [2020-11-06T20:21:25.641Z] #39 0.661 + git clone https://github.com/docker/distribution.git .
20:21:25 [2020-11-06T20:21:25.641Z] #39 0.670 Cloning into '.'...
20:21:25 [2020-11-06T20:21:25.693Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 50.22MB / 62.53MB 1.2s
20:21:25 [2020-11-06T20:21:25.693Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 31.77MB / 52.16MB 1.3s
20:21:25 [2020-11-06T20:21:25.693Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 56.65MB / 62.53MB 1.3s
20:21:25 [2020-11-06T20:21:25.832Z] #18 32.42 Setting up apparmor (2.13.2-10) ...
20:21:25 [2020-11-06T20:21:25.971Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 1.4s
20:21:26 [2020-11-06T20:21:26.246Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 42.67MB / 52.16MB 1.6s
20:21:26 [2020-11-06T20:21:26.246Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.8s
20:21:26 [2020-11-06T20:21:26.658Z] #40 74.40 Selecting previously unselected package protobuf-c-compiler.
20:21:26 [2020-11-06T20:21:26.658Z] #40 74.40 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
20:21:26 [2020-11-06T20:21:26.658Z] #40 74.41 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:21:26 [2020-11-06T20:21:26.865Z] #18 33.35 Setting up xfsprogs (4.20.0-1) ...
20:21:26 [2020-11-06T20:21:26.865Z] #18 33.36 Setting up python3-lib2to3 (3.7.3-1) ...
20:21:26 [2020-11-06T20:21:26.865Z] #18 33.61 Setting up python3-pkg-resources (40.8.0-1) ...
20:21:26 [2020-11-06T20:21:26.921Z] #40 74.81 Selecting previously unselected package protobuf-compiler.
20:21:26 [2020-11-06T20:21:26.921Z] #40 74.85 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
20:21:26 [2020-11-06T20:21:26.921Z] #40 74.86 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:21:26 [2020-11-06T20:21:26.921Z] #40 ...
20:21:26 [2020-11-06T20:21:26.921Z] 
20:21:26 [2020-11-06T20:21:26.921Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:26 [2020-11-06T20:21:26.921Z] #11 64.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 65.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 70.63 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.29 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.37 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.43 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.47 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.49 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.59 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
20:21:26 [2020-11-06T20:21:26.921Z] #11 74.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
20:21:27 [2020-11-06T20:21:27.183Z] #11 ...
20:21:27 [2020-11-06T20:21:27.183Z] 
20:21:27 [2020-11-06T20:21:27.183Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:27 [2020-11-06T20:21:27.183Z] #40 75.13 Selecting previously unselected package python-pkg-resources.
20:21:27 [2020-11-06T20:21:27.183Z] #40 75.14 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:21:27 [2020-11-06T20:21:27.183Z] #40 75.14 Unpacking python-pkg-resources (40.8.0-1) ...
20:21:27 [2020-11-06T20:21:27.446Z] #40 ...
20:21:27 [2020-11-06T20:21:27.446Z] 
20:21:27 [2020-11-06T20:21:27.446Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:21:27 [2020-11-06T20:21:27.446Z] #30 64.26 Checking out files:  69% (1050/1521)   
Checking out files:  70% (1065/1521)   
Checking out files:  71% (1080/1521)   
Checking out files:  72% (1096/1521)   
Checking out files:  73% (1111/1521)   
Checking out files:  74% (1126/1521)   
Checking out files:  75% (1141/1521)   
Checking out files:  76% (1156/1521)   
Checking out files:  77% (1172/1521)   
Checking out files:  78% (1187/1521)   
Checking out files:  79% (1202/1521)   
Checking out files:  80% (1217/1521)   
Checking out files:  81% (1233/1521)   
Checking out files:  82% (1248/1521)   
Checking out files:  83% (1263/1521)   
Checking out files:  84% (1278/1521)   
Checking out files:  85% (1293/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:  92% (1402/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.
20:21:27 [2020-11-06T20:21:27.446Z] #30 65.79 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:21:27 [2020-11-06T20:21:27.446Z] #30 66.23 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:21:27 [2020-11-06T20:21:27.570Z] #18 34.15 Setting up python3-distutils (3.7.3-1) ...
20:21:27 [2020-11-06T20:21:27.708Z] #30 ...
20:21:27 [2020-11-06T20:21:27.708Z] 
20:21:27 [2020-11-06T20:21:27.708Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:27 [2020-11-06T20:21:27.708Z] #40 75.63 Selecting previously unselected package python-six.
20:21:27 [2020-11-06T20:21:27.708Z] #40 75.64 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:21:27 [2020-11-06T20:21:27.708Z] #40 75.69 Unpacking python-six (1.12.0-1) ...
20:21:27 [2020-11-06T20:21:27.861Z] #18 34.41 Setting up python3-setuptools (40.8.0-1) ...
20:21:28 [2020-11-06T20:21:28.209Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.1s
20:21:28 [2020-11-06T20:21:28.283Z] #40 76.01 Selecting previously unselected package python-protobuf.
20:21:28 [2020-11-06T20:21:28.283Z] #40 76.01 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
20:21:28 [2020-11-06T20:21:28.283Z] #40 76.02 Unpacking python-protobuf (3.6.1.3-2) ...
20:21:28 [2020-11-06T20:21:28.474Z] #8 ...
20:21:28 [2020-11-06T20:21:28.474Z] 
20:21:28 [2020-11-06T20:21:28.474Z] #21 [internal] load build context
20:21:28 [2020-11-06T20:21:28.474Z] #21 transferring context: 52.00MB 2.1s done
20:21:28 [2020-11-06T20:21:28.474Z] #21 DONE 4.1s
20:21:28 [2020-11-06T20:21:28.474Z] 
20:21:28 [2020-11-06T20:21:28.474Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:28 [2020-11-06T20:21:28.494Z] #18 35.13 Setting up python3-pip (18.1-5) ...
20:21:28 [2020-11-06T20:21:28.738Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.1s done
20:21:28 [2020-11-06T20:21:28.738Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.1s done
20:21:28 [2020-11-06T20:21:28.738Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.2s done
20:21:28 [2020-11-06T20:21:28.738Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 4.3s
20:21:28 [2020-11-06T20:21:28.738Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 778.62kB / 97.69MB 4.3s
20:21:28 [2020-11-06T20:21:28.858Z] #40 ...
20:21:28 [2020-11-06T20:21:28.858Z] 
20:21:28 [2020-11-06T20:21:28.858Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:28 [2020-11-06T20:21:28.858Z] #32 66.86 reflect
20:21:28 [2020-11-06T20:21:28.858Z] #32 75.18 time
20:21:29 [2020-11-06T20:21:29.002Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 4.4s done
20:21:29 [2020-11-06T20:21:29.002Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 17.78MB / 97.69MB 4.5s
20:21:29 [2020-11-06T20:21:29.002Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 30.18MB / 97.69MB 4.6s
20:21:29 [2020-11-06T20:21:29.121Z] #32 ...
20:21:29 [2020-11-06T20:21:29.121Z] 
20:21:29 [2020-11-06T20:21:29.121Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:29 [2020-11-06T20:21:29.121Z] #11 76.48 debconf: delaying package configuration, since apt-utils is not installed
20:21:29 [2020-11-06T20:21:29.121Z] #11 76.93 Fetched 77.7 MB in 12s (6320 kB/s)
20:21:29 [2020-11-06T20:21:29.121Z] #11 77.09 Selecting previously unselected package binutils-mingw-w64-i686.
20:21:29 [2020-11-06T20:21:29.127Z] #18 35.69 Processing triggers for libc-bin (2.28-10) ...
20:21:29 [2020-11-06T20:21:29.127Z] #18 35.71 Processing triggers for mime-support (3.62) ...
20:21:29 [2020-11-06T20:21:29.267Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 41.25MB / 97.69MB 4.9s
20:21:29 [2020-11-06T20:21:29.384Z] #11 77.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:21:29 [2020-11-06T20:21:29.384Z] #11 77.27 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
20:21:29 [2020-11-06T20:21:29.384Z] #11 77.28 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:21:29 [2020-11-06T20:21:29.488Z] #18 DONE 36.2s
20:21:29 [2020-11-06T20:21:29.488Z] 
20:21:29 [2020-11-06T20:21:29.488Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:21:29 [2020-11-06T20:21:29.531Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 47.36MB / 97.69MB 5.0s
20:21:29 [2020-11-06T20:21:29.531Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 56.42MB / 97.69MB 5.1s
20:21:29 [2020-11-06T20:21:29.678Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s
20:21:29 [2020-11-06T20:21:29.810Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 66.58MB / 97.69MB 5.2s
20:21:29 [2020-11-06T20:21:29.810Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 79.80MB / 97.69MB 5.4s
20:21:30 [2020-11-06T20:21:30.077Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 87.08MB / 97.69MB 5.5s
20:21:30 [2020-11-06T20:21:30.130Z] #19 0.833 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:21:30 [2020-11-06T20:21:30.190Z] #39 ...
20:21:30 [2020-11-06T20:21:30.190Z] 
20:21:30 [2020-11-06T20:21:30.190Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.812 + RM_GOPATH=0
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.812 + TMP_GOPATH=
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.812 + : /build
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.812 + '[' -z '' ']'
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.821 ++ mktemp -d
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.826 + export GOPATH=/tmp/tmp.ARpfzCIraZ
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.826 + GOPATH=/tmp/tmp.ARpfzCIraZ
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.826 + RM_GOPATH=1
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.826 + case "$(go env GOARCH)" in
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.829 ++ go env GOARCH
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.862 + export GO_BUILDMODE=-buildmode=pie
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.895 + GO_BUILDMODE=-buildmode=pie
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.896 ++ dirname /tmp/install/install.sh
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.912 + dir=/tmp/install
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.912 + bin=gotestsum
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.913 + shift
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.913 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.914 + . /tmp/install/gotestsum.installer
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.914 ++ : v0.5.3
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.915 + install_gotestsum
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.917 + set -e
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.917 + export GO111MODULE=on
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.917 + GO111MODULE=on
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.917 + GOBIN=/build
20:21:30 [2020-11-06T20:21:30.190Z] #46 0.918 + go get gotest.tools/gotestsum@v0.5.3
20:21:30 [2020-11-06T20:21:30.190Z] #46 1.039 go: finding gotest.tools/gotestsum v0.5.3
20:21:30 [2020-11-06T20:21:30.190Z] #46 1.040 go: finding gotest.tools v0.5.3
20:21:30 [2020-11-06T20:21:30.190Z] #46 1.960 go: downloading gotest.tools/gotestsum v0.5.3
20:21:30 [2020-11-06T20:21:30.190Z] #46 3.176 go: extracting gotest.tools/gotestsum v0.5.3
20:21:30 [2020-11-06T20:21:30.190Z] #46 4.791 go: downloading github.com/pkg/errors v0.9.1
20:21:30 [2020-11-06T20:21:30.190Z] #46 4.806 go: downloading github.com/spf13/pflag v1.0.3
20:21:30 [2020-11-06T20:21:30.190Z] #46 4.831 go: downloading github.com/fatih/color v1.9.0
20:21:30 [2020-11-06T20:21:30.190Z] #46 4.872 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:21:30 [2020-11-06T20:21:30.190Z] #46 4.873 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:21:30 [2020-11-06T20:21:30.190Z] #46 4.874 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:21:30 [2020-11-06T20:21:30.190Z] #46 4.876 go: downloading github.com/jonboulle/clockwork v0.1.0
20:21:30 [2020-11-06T20:21:30.190Z] #46 4.924 go: extracting github.com/pkg/errors v0.9.1
20:21:30 [2020-11-06T20:21:30.190Z] #46 5.210 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:21:30 [2020-11-06T20:21:30.190Z] #46 5.240 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:21:30 [2020-11-06T20:21:30.190Z] #46 5.247 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:21:30 [2020-11-06T20:21:30.190Z] #46 5.422 go: extracting github.com/fatih/color v1.9.0
20:21:30 [2020-11-06T20:21:30.421Z] #19 0.836 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:21:30 [2020-11-06T20:21:30.421Z] #19 0.841 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:21:30 [2020-11-06T20:21:30.491Z] #46 5.575 go: extracting github.com/spf13/pflag v1.0.3
20:21:30 [2020-11-06T20:21:30.491Z] #46 5.583 go: extracting github.com/jonboulle/clockwork v0.1.0
20:21:30 [2020-11-06T20:21:30.491Z] #46 5.645 go: downloading github.com/mattn/go-colorable v0.1.6
20:21:30 [2020-11-06T20:21:30.491Z] #46 5.667 go: downloading github.com/mattn/go-isatty v0.0.12
20:21:30 [2020-11-06T20:21:30.544Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 94.46MB / 97.69MB 5.8s
20:21:30 [2020-11-06T20:21:30.713Z] #19 DONE 1.0s
20:21:30 [2020-11-06T20:21:30.713Z] 
20:21:30 [2020-11-06T20:21:30.713Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:21:30 [2020-11-06T20:21:30.802Z] #46 5.946 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:21:30 [2020-11-06T20:21:30.808Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.0s done
20:21:31 [2020-11-06T20:21:31.101Z] #46 6.164 go: extracting github.com/mattn/go-isatty v0.0.12
20:21:31 [2020-11-06T20:21:31.101Z] #46 6.265 go: extracting github.com/mattn/go-colorable v0.1.6
20:21:31 [2020-11-06T20:21:31.584Z] #8 ...
20:21:31 [2020-11-06T20:21:31.584Z] 
20:21:31 [2020-11-06T20:21:31.584Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:31 [2020-11-06T20:21:31.584Z] #25 1.396 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 1.408 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 1.499 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 1.629 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 2.016 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:21:31 [2020-11-06T20:21:31.584Z] #25 2.388 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 3.948 Fetched 8397 kB in 3s (3002 kB/s)
20:21:31 [2020-11-06T20:21:31.584Z] #25 3.948 Reading package lists...
20:21:31 [2020-11-06T20:21:31.584Z] #25 4.907 Reading package lists...
20:21:31 [2020-11-06T20:21:31.584Z] #25 5.787 Building dependency tree...
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.083 The following additional packages will be installed:
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.083   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.083   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.083   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.091 Suggested packages:
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.091   krb5-doc krb5-user
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.091 Recommended packages:
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.091   krb5-locales publicsuffix libsasl2-modules
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.287 The following NEW packages will be installed:
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.288   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.288   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.288   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.289   libssh2-1 libssl1.1 openssl
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.568 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.568 Need to get 5050 kB of archives.
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.568 After this operation, 12.1 MB of additional disk space will be used.
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.568 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.571 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.571 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u3 [225 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.577 Get:4 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.578 Get:5 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.623 Get:6 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.647 Get:7 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.647 Get:8 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.647 Get:9 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3 [65.6 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.647 Get:10 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3 [121 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.647 Get:11 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3 [370 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.647 Get:12 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3 [158 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.655 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.655 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.655 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.655 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.655 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.664 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.664 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.667 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.673 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.851 debconf: delaying package configuration, since apt-utils is not installed
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.877 Fetched 5050 kB in 0s (14.2 MB/s)
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.909 Selecting previously unselected package libsasl2-modules-db:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.909 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.909 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.915 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.951 Selecting previously unselected package libsasl2-2:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.953 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 6.960 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.011 Selecting previously unselected package libldap-common.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.011 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.016 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.091 Selecting previously unselected package libldap-2.4-2:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.091 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.095 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.216 Selecting previously unselected package libssl1.1:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.217 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.222 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.439 Selecting previously unselected package openssl.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.439 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.442 Unpacking openssl (1.1.1d-0+deb10u3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.622 Selecting previously unselected package ca-certificates.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.622 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.627 Unpacking ca-certificates (20200601~deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.759 Selecting previously unselected package libkeyutils1:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.760 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.764 Unpacking libkeyutils1:amd64 (1.6-6) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.805 Selecting previously unselected package libkrb5support0:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.807 Preparing to unpack .../08-libkrb5support0_1.17-3_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.810 Unpacking libkrb5support0:amd64 (1.17-3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.890 Selecting previously unselected package libk5crypto3:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.890 Preparing to unpack .../09-libk5crypto3_1.17-3_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.896 Unpacking libk5crypto3:amd64 (1.17-3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.971 Selecting previously unselected package libkrb5-3:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.971 Preparing to unpack .../10-libkrb5-3_1.17-3_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 7.971 Unpacking libkrb5-3:amd64 (1.17-3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.081 Selecting previously unselected package libgssapi-krb5-2:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.081 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.086 Unpacking libgssapi-krb5-2:amd64 (1.17-3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.157 Selecting previously unselected package libnghttp2-14:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.157 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.161 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.205 Selecting previously unselected package libpsl5:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.205 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.209 Unpacking libpsl5:amd64 (0.20.2-2) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.257 Selecting previously unselected package librtmp1:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.257 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.260 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.312 Selecting previously unselected package libssh2-1:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.312 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.316 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.386 Selecting previously unselected package libcurl4:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.386 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.389 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.465 Selecting previously unselected package curl.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.465 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.465 Unpacking curl (7.64.0-4+deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.540 Selecting previously unselected package libonig5:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.540 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.544 Unpacking libonig5:amd64 (6.9.1-1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.618 Selecting previously unselected package libjq1:amd64.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.618 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.626 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.675 Selecting previously unselected package jq.
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.675 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.678 Unpacking jq (1.5+dfsg-2+b1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.747 Setting up libkeyutils1:amd64 (1.6-6) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.759 Setting up libpsl5:amd64 (0.20.2-2) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.772 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.904 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.910 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.923 Setting up libkrb5support0:amd64 (1.17-3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.935 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.948 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.955 Setting up libk5crypto3:amd64 (1.17-3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 8.999 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 9.027 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 9.027 Setting up libkrb5-3:amd64 (1.17-3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 9.027 Setting up openssl (1.1.1d-0+deb10u3) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 9.047 Setting up libonig5:amd64 (6.9.1-1) ...
20:21:31 [2020-11-06T20:21:31.584Z] #25 ...
20:21:31 [2020-11-06T20:21:31.584Z] 
20:21:31 [2020-11-06T20:21:31.584Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:32 [2020-11-06T20:21:32.149Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.7s done
20:21:32 [2020-11-06T20:21:32.409Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
20:21:32 [2020-11-06T20:21:32.649Z] #46 8.060 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:21:32 [2020-11-06T20:21:32.696Z] #11 80.79 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:21:32 [2020-11-06T20:21:32.697Z] #11 80.81 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
20:21:32 [2020-11-06T20:21:32.960Z] #11 80.84 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:21:33 [2020-11-06T20:21:33.295Z] #46 8.639 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:21:33 [2020-11-06T20:21:33.381Z] #8 ...
20:21:33 [2020-11-06T20:21:33.381Z] 
20:21:33 [2020-11-06T20:21:33.381Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:21:33 [2020-11-06T20:21:33.381Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:21:33 [2020-11-06T20:21:33.381Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:21:33 [2020-11-06T20:21:33.381Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:21:33 [2020-11-06T20:21:33.381Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.8s done
20:21:33 [2020-11-06T20:21:33.381Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.9s done
20:21:33 [2020-11-06T20:21:33.381Z] #60 DONE 8.8s
20:21:33 [2020-11-06T20:21:33.381Z] 
20:21:33 [2020-11-06T20:21:33.381Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:33 [2020-11-06T20:21:33.381Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 8.7s done
20:21:33 [2020-11-06T20:21:33.381Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2
20:21:33 [2020-11-06T20:21:33.446Z] #20 3.059 Collecting yamllint==1.16.0
20:21:33 [2020-11-06T20:21:33.737Z] #20 3.184   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:21:33 [2020-11-06T20:21:33.737Z] #20 3.204 Collecting pyyaml (from yamllint==1.16.0)
20:21:33 [2020-11-06T20:21:33.737Z] #20 3.315   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:21:33 [2020-11-06T20:21:33.958Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.7s done
20:21:34 [2020-11-06T20:21:34.222Z] #8 ...
20:21:34 [2020-11-06T20:21:34.222Z] 
20:21:34 [2020-11-06T20:21:34.222Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:21:34 [2020-11-06T20:21:34.222Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done
20:21:34 [2020-11-06T20:21:34.222Z] #24 sha256:fcdd5d3014e4e669c40ba051441fa73e2d68e27894ec5fcc392a12bcde643f1d 1.50kB / 1.50kB done
20:21:34 [2020-11-06T20:21:34.222Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done
20:21:34 [2020-11-06T20:21:34.222Z] #24 sha256:463210399eaa08582f27278fdc40d21705648b1fbf5aba088b4b835e39c52ce0 529B / 529B done
20:21:34 [2020-11-06T20:21:34.222Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 7.5s done
20:21:34 [2020-11-06T20:21:34.222Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 2.2s
20:21:34 [2020-11-06T20:21:34.772Z] #20 4.112 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:21:34 [2020-11-06T20:21:34.772Z] #20 4.186   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:21:34 [2020-11-06T20:21:34.772Z] #20 4.196 Building wheels for collected packages: pyyaml
20:21:34 [2020-11-06T20:21:34.772Z] #20 4.196   Running setup.py bdist_wheel for pyyaml: started
20:21:34 [2020-11-06T20:21:34.802Z] #24 ...
20:21:34 [2020-11-06T20:21:34.802Z] 
20:21:34 [2020-11-06T20:21:34.802Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:34 [2020-11-06T20:21:34.802Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3
20:21:34 [2020-11-06T20:21:34.833Z] #46 ...
20:21:34 [2020-11-06T20:21:34.833Z] 
20:21:34 [2020-11-06T20:21:34.833Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.767 + RM_GOPATH=0
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.767 + TMP_GOPATH=
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.767 + : /build
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.767 + '[' -z '' ']'
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.768 ++ mktemp -d
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.770 + export GOPATH=/tmp/tmp.yWQsqrUcoA
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.770 + GOPATH=/tmp/tmp.yWQsqrUcoA
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.770 + RM_GOPATH=1
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.770 + case "$(go env GOARCH)" in
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.771 ++ go env GOARCH
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.806 + export GO_BUILDMODE=-buildmode=pie
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.806 + GO_BUILDMODE=-buildmode=pie
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.817 ++ dirname /tmp/install/install.sh
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.822 + dir=/tmp/install
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.823 + bin=shfmt
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.824 + shift
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.826 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.827 + . /tmp/install/shfmt.installer
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.828 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.831 + install_shfmt
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.831 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.832 + git clone https://github.com/mvdan/sh.git /tmp/tmp.yWQsqrUcoA/src/github.com/mvdan/sh
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.832 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:34 [2020-11-06T20:21:34.833Z] #50 0.838 Cloning into '/tmp/tmp.yWQsqrUcoA/src/github.com/mvdan/sh'...
20:21:34 [2020-11-06T20:21:34.833Z] #50 ...
20:21:34 [2020-11-06T20:21:34.833Z] 
20:21:34 [2020-11-06T20:21:34.833Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:34 [2020-11-06T20:21:34.833Z] #35 0.502 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:34 [2020-11-06T20:21:34.833Z] #35 0.547 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:34 [2020-11-06T20:21:34.833Z] #35 0.555 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:34 [2020-11-06T20:21:34.833Z] #35 1.020 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:21:34 [2020-11-06T20:21:34.833Z] #35 3.051 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [233 kB]
20:21:34 [2020-11-06T20:21:34.833Z] #35 4.907 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
20:21:34 [2020-11-06T20:21:34.937Z] #11 ...
20:21:34 [2020-11-06T20:21:34.937Z] 
20:21:34 [2020-11-06T20:21:34.937Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:34 [2020-11-06T20:21:34.937Z] #32 82.88 internal/poll
20:21:35 [2020-11-06T20:21:35.104Z] #20 ...
20:21:35 [2020-11-06T20:21:35.104Z] 
20:21:35 [2020-11-06T20:21:35.104Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:35 [2020-11-06T20:21:35.104Z] #41 71.78   CC       criu/irmap.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 72.19   CC       criu/kcmp-ids.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 72.37   CC       criu/kerndat.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 72.95   CC       criu/libnetlink.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 73.08   CC       criu/log.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 73.42   CC       criu/lsm.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 73.73   CC       criu/mem.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 74.75   CC       criu/memfd.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 75.19   CC       criu/mount.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 77.24   CC       criu/namespaces.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 78.29   CC       criu/net.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 80.20   CC       criu/netfilter.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 80.42   CC       criu/page-pipe.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 80.77   CC       criu/page-xfer.o
20:21:35 [2020-11-06T20:21:35.104Z] #41 81.73   CC       criu/pagemap-cache.o
20:21:35 [2020-11-06T20:21:35.132Z] #35 ...
20:21:35 [2020-11-06T20:21:35.133Z] 
20:21:35 [2020-11-06T20:21:35.133Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.819 + RM_GOPATH=0
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.820 + TMP_GOPATH=
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.820 + : /build
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.820 + '[' -z '' ']'
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.820 ++ mktemp -d
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.824 + export GOPATH=/tmp/tmp.zm88kyo78t
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.824 + GOPATH=/tmp/tmp.zm88kyo78t
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.824 + RM_GOPATH=1
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.825 + case "$(go env GOARCH)" in
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.826 ++ go env GOARCH
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.868 + export GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.868 + GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.868 ++ dirname /tmp/install/install.sh
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.870 + dir=/tmp/install
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.870 + bin=rootlesskit
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.870 + shift
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.870 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.870 + . /tmp/install/rootlesskit.installer
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.871 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.897 + install_rootlesskit
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.897 + case "$1" in
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.897 + export CGO_ENABLED=0
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.897 + CGO_ENABLED=0
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.897 + _install_rootlesskit
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.897 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.897 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.906 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.zm88kyo78t/src/github.com/rootless-containers/rootlesskit
20:21:35 [2020-11-06T20:21:35.133Z] #57 0.958 Cloning into '/tmp/tmp.zm88kyo78t/src/github.com/rootless-containers/rootlesskit'...
20:21:35 [2020-11-06T20:21:35.133Z] #57 6.247 + cd /tmp/tmp.zm88kyo78t/src/github.com/rootless-containers/rootlesskit
20:21:35 [2020-11-06T20:21:35.133Z] #57 6.249 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:21:35 [2020-11-06T20:21:35.133Z] #57 6.647 + for f in rootlesskit rootlesskit-docker-proxy
20:21:35 [2020-11-06T20:21:35.133Z] #57 6.663 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:21:35 [2020-11-06T20:21:35.133Z] #57 ...
20:21:35 [2020-11-06T20:21:35.133Z] 
20:21:35 [2020-11-06T20:21:35.133Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.479 + RM_GOPATH=0
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.479 + TMP_GOPATH=
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.479 + : /build
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.479 + '[' -z '' ']'
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.480 ++ mktemp -d
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.481 + export GOPATH=/tmp/tmp.2MvfN1O7pP
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.481 + GOPATH=/tmp/tmp.2MvfN1O7pP
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.481 + RM_GOPATH=1
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.481 + case "$(go env GOARCH)" in
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.482 ++ go env GOARCH
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.487 + export GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.487 + GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.488 ++ dirname /tmp/install/install.sh
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.489 + dir=/tmp/install
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.489 + bin=tomlv
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.489 + shift
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.489 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.489 + . /tmp/install/tomlv.installer
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.489 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.490 + install_tomlv
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.490 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.490 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.490 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.2MvfN1O7pP/src/github.com/BurntSushi/toml
20:21:35 [2020-11-06T20:21:35.133Z] #33 0.492 Cloning into '/tmp/tmp.2MvfN1O7pP/src/github.com/BurntSushi/toml'...
20:21:35 [2020-11-06T20:21:35.133Z] #33 1.414 + cd /tmp/tmp.2MvfN1O7pP/src/github.com/BurntSushi/toml
20:21:35 [2020-11-06T20:21:35.133Z] #33 1.414 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:35 [2020-11-06T20:21:35.133Z] #33 1.424 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:21:35 [2020-11-06T20:21:35.133Z] #33 1.979 runtime/internal/sys
20:21:35 [2020-11-06T20:21:35.133Z] #33 2.108 internal/cpu
20:21:35 [2020-11-06T20:21:35.133Z] #33 2.131 runtime/internal/atomic
20:21:35 [2020-11-06T20:21:35.133Z] #33 2.184 math/bits
20:21:35 [2020-11-06T20:21:35.133Z] #33 2.818 unicode/utf8
20:21:35 [2020-11-06T20:21:35.133Z] #33 2.881 runtime/internal/math
20:21:35 [2020-11-06T20:21:35.133Z] #33 3.187 sync/atomic
20:21:35 [2020-11-06T20:21:35.133Z] #33 3.675 internal/bytealg
20:21:35 [2020-11-06T20:21:35.133Z] #33 3.959 unicode
20:21:35 [2020-11-06T20:21:35.133Z] #33 4.141 math
20:21:35 [2020-11-06T20:21:35.133Z] #33 4.186 internal/testlog
20:21:35 [2020-11-06T20:21:35.133Z] #33 4.875 encoding
20:21:35 [2020-11-06T20:21:35.133Z] #33 5.313 runtime/cgo
20:21:35 [2020-11-06T20:21:35.133Z] #33 5.856 runtime
20:21:35 [2020-11-06T20:21:35.380Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done
20:21:35 [2020-11-06T20:21:35.401Z] #41 ...
20:21:35 [2020-11-06T20:21:35.401Z] 
20:21:35 [2020-11-06T20:21:35.401Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:21:35 [2020-11-06T20:21:35.401Z] #20 4.816   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:21:35 [2020-11-06T20:21:35.401Z] #20 4.816   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:21:35 [2020-11-06T20:21:35.401Z] #20 4.835 Successfully built pyyaml
20:21:35 [2020-11-06T20:21:35.401Z] #20 4.857 Installing collected packages: pyyaml, pathspec, yamllint
20:21:35 [2020-11-06T20:21:35.401Z] #20 5.013 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:21:35 [2020-11-06T20:21:35.431Z] #33 ...
20:21:35 [2020-11-06T20:21:35.431Z] 
20:21:35 [2020-11-06T20:21:35.432Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:21:35 [2020-11-06T20:21:35.432Z] #54 0.503 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:35 [2020-11-06T20:21:35.432Z] #54 0.550 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:35 [2020-11-06T20:21:35.432Z] #54 0.559 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:35 [2020-11-06T20:21:35.432Z] #54 1.066 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:21:35 [2020-11-06T20:21:35.432Z] #54 3.116 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [233 kB]
20:21:35 [2020-11-06T20:21:35.432Z] #54 5.302 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
20:21:35 [2020-11-06T20:21:35.432Z] #54 ...
20:21:35 [2020-11-06T20:21:35.432Z] 
20:21:35 [2020-11-06T20:21:35.432Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.768 + RM_GOPATH=0
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.768 + TMP_GOPATH=
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.774 + : /build
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.774 + '[' -z '' ']'
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.779 ++ mktemp -d
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.781 + export GOPATH=/tmp/tmp.qRJLx3btNT
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.781 + GOPATH=/tmp/tmp.qRJLx3btNT
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.781 + RM_GOPATH=1
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.781 + case "$(go env GOARCH)" in
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.782 ++ go env GOARCH
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.831 + export GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.832 + GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.836 ++ dirname /tmp/install/install.sh
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.849 + dir=/tmp/install
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.851 + bin=proxy
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.851 + shift
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.851 + '[' '!' -f /tmp/install/proxy.installer ']'
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.852 + . /tmp/install/proxy.installer
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.856 ++ : d511c60c5c23e6753631244f271a1ec6097254a5
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.870 + install_proxy
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.871 + case "$1" in
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.871 + export CGO_ENABLED=0
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.872 + CGO_ENABLED=0
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.872 + _install_proxy
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.872 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5'
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.873 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.qRJLx3btNT/src/github.com/docker/libnetwork
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.873 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5
20:21:35 [2020-11-06T20:21:35.432Z] #63 0.881 Cloning into '/tmp/tmp.qRJLx3btNT/src/github.com/docker/libnetwork'...
20:21:35 [2020-11-06T20:21:35.692Z] #20 DONE 5.3s
20:21:35 [2020-11-06T20:21:35.692Z] 
20:21:35 [2020-11-06T20:21:35.692Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:21:35 [2020-11-06T20:21:35.731Z] #63 ...
20:21:35 [2020-11-06T20:21:35.731Z] 
20:21:35 [2020-11-06T20:21:35.731Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.750 + RM_GOPATH=0
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.751 + TMP_GOPATH=
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.751 + : /build
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.779 + '[' -z '' ']'
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.780 ++ mktemp -d
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.786 + export GOPATH=/tmp/tmp.4QEYvlAXbA
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.786 + GOPATH=/tmp/tmp.4QEYvlAXbA
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.786 + RM_GOPATH=1
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.787 + case "$(go env GOARCH)" in
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.789 ++ go env GOARCH
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.829 + export GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.830 + GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.832 ++ dirname /tmp/install/install.sh
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.848 + dir=/tmp/install
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.848 + bin=dockercli
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.848 + shift
20:21:35 [2020-11-06T20:21:35.731Z] #23 0.848 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.848 + . /tmp/install/dockercli.installer
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.848 ++ : stable
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.848 ++ : 17.06.2-ce
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.859 + install_dockercli
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.859 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.860 Install docker/cli version 17.06.2-ce from stable
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.871 ++ uname -m
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.874 + arch=ppc64le
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.874 + '[' ppc64le '!=' x86_64 ']'
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.874 + '[' ppc64le '!=' s390x ']'
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.874 + '[' ppc64le '!=' armhf ']'
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.874 + build_dockercli
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.874 + git clone https://github.com/docker/docker-ce /tmp/tmp.4QEYvlAXbA/tmp/docker-ce
20:21:35 [2020-11-06T20:21:35.732Z] #23 0.900 Cloning into '/tmp/tmp.4QEYvlAXbA/tmp/docker-ce'...
20:21:35 [2020-11-06T20:21:35.732Z] #23 ...
20:21:35 [2020-11-06T20:21:35.732Z] 
20:21:35 [2020-11-06T20:21:35.732Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:35 [2020-11-06T20:21:35.732Z] #41 0.948 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:35 [2020-11-06T20:21:35.732Z] #41 1.115 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:35 [2020-11-06T20:21:35.732Z] #41 1.115 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:35 [2020-11-06T20:21:35.732Z] #41 2.778 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:21:35 [2020-11-06T20:21:35.732Z] #41 4.936 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [233 kB]
20:21:35 [2020-11-06T20:21:35.732Z] #41 6.648 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
20:21:35 [2020-11-06T20:21:35.940Z] #32 ...
20:21:35 [2020-11-06T20:21:35.940Z] 
20:21:35 [2020-11-06T20:21:35.940Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:35 [2020-11-06T20:21:35.940Z] #45 DONE 83.8s
20:21:35 [2020-11-06T20:21:35.940Z] 
20:21:35 [2020-11-06T20:21:35.940Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:35 [2020-11-06T20:21:35.940Z] #34 83.57 Selecting previously unselected package libxml2:amd64.
20:21:35 [2020-11-06T20:21:35.940Z] #34 83.58 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
20:21:35 [2020-11-06T20:21:35.940Z] #34 83.59 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
20:21:35 [2020-11-06T20:21:35.958Z] #8 ...
20:21:35 [2020-11-06T20:21:35.958Z] 
20:21:35 [2020-11-06T20:21:35.958Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82...
20:21:35 [2020-11-06T20:21:35.958Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 2.8s done
20:21:35 [2020-11-06T20:21:35.958Z] #24 DONE 11.5s
20:21:35 [2020-11-06T20:21:35.958Z] 
20:21:35 [2020-11-06T20:21:35.958Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:35 [2020-11-06T20:21:35.983Z] #23 DONE 0.2s
20:21:35 [2020-11-06T20:21:35.983Z] 
20:21:35 [2020-11-06T20:21:35.983Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:21:36 [2020-11-06T20:21:36.047Z] #41 ...
20:21:36 [2020-11-06T20:21:36.047Z] 
20:21:36 [2020-11-06T20:21:36.047Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:36 [2020-11-06T20:21:36.047Z] #12 1.107 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:21:36 [2020-11-06T20:21:36.047Z] #12 1.181 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:36 [2020-11-06T20:21:36.047Z] #12 1.195 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:36 [2020-11-06T20:21:36.047Z] #12 2.699 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:21:36 [2020-11-06T20:21:36.047Z] #12 4.707 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [233 kB]
20:21:36 [2020-11-06T20:21:36.047Z] #12 6.329 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
20:21:36 [2020-11-06T20:21:36.047Z] #12 ...
20:21:36 [2020-11-06T20:21:36.047Z] 
20:21:36 [2020-11-06T20:21:36.047Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:21:36 [2020-11-06T20:21:36.047Z] #31 0.679 + git clone https://github.com/kolyshkin/go-swagger.git .
20:21:36 [2020-11-06T20:21:36.047Z] #31 0.692 Cloning into '.'...
20:21:36 [2020-11-06T20:21:36.047Z] #31 ...
20:21:36 [2020-11-06T20:21:36.047Z] 
20:21:36 [2020-11-06T20:21:36.047Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.514 + RM_GOPATH=0
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.514 + TMP_GOPATH=
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.514 + : /build
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.514 + '[' -z '' ']'
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.514 ++ mktemp -d
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.516 + export GOPATH=/tmp/tmp.brG3NH0ZW7
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.516 + GOPATH=/tmp/tmp.brG3NH0ZW7
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.516 + RM_GOPATH=1
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.518 + case "$(go env GOARCH)" in
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.518 ++ go env GOARCH
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.521 + export GO_BUILDMODE=-buildmode=pie
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.521 + GO_BUILDMODE=-buildmode=pie
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.522 ++ dirname /tmp/install/install.sh
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.523 + dir=/tmp/install
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.523 + bin=vndr
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.523 + shift
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.523 + '[' '!' -f /tmp/install/vndr.installer ']'
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.523 + . /tmp/install/vndr.installer
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.524 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.524 + install_vndr
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.524 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.524 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.524 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.brG3NH0ZW7/src/github.com/LK4D4/vndr
20:21:36 [2020-11-06T20:21:36.047Z] #44 0.526 Cloning into '/tmp/tmp.brG3NH0ZW7/src/github.com/LK4D4/vndr'...
20:21:36 [2020-11-06T20:21:36.047Z] #44 1.217 + cd /tmp/tmp.brG3NH0ZW7/src/github.com/LK4D4/vndr
20:21:36 [2020-11-06T20:21:36.047Z] #44 1.218 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:21:36 [2020-11-06T20:21:36.047Z] #44 1.236 + go build -buildmode=pie -v -o /build/vndr .
20:21:36 [2020-11-06T20:21:36.047Z] #44 2.474 runtime/internal/sys
20:21:36 [2020-11-06T20:21:36.047Z] #44 2.488 internal/cpu
20:21:36 [2020-11-06T20:21:36.047Z] #44 2.533 internal/race
20:21:36 [2020-11-06T20:21:36.047Z] #44 2.585 runtime/internal/atomic
20:21:36 [2020-11-06T20:21:36.047Z] #44 2.725 sync/atomic
20:21:36 [2020-11-06T20:21:36.047Z] #44 3.064 runtime/internal/math
20:21:36 [2020-11-06T20:21:36.047Z] #44 3.304 unicode
20:21:36 [2020-11-06T20:21:36.047Z] #44 3.549 unicode/utf8
20:21:36 [2020-11-06T20:21:36.047Z] #44 3.713 math/bits
20:21:36 [2020-11-06T20:21:36.047Z] #44 4.329 internal/bytealg
20:21:36 [2020-11-06T20:21:36.047Z] #44 5.363 unicode/utf16
20:21:36 [2020-11-06T20:21:36.047Z] #44 6.100 runtime
20:21:36 [2020-11-06T20:21:36.047Z] #44 6.104 math
20:21:36 [2020-11-06T20:21:36.047Z] #44 6.226 container/list
20:21:36 [2020-11-06T20:21:36.047Z] #44 8.994 crypto/internal/subtle
20:21:36 [2020-11-06T20:21:36.047Z] #44 9.468 crypto/subtle
20:21:36 [2020-11-06T20:21:36.047Z] #44 9.912 vendor/golang.org/x/crypto/cryptobyte/asn1
20:21:36 [2020-11-06T20:21:36.047Z] #44 10.28 internal/nettrace
20:21:36 [2020-11-06T20:21:36.047Z] #44 10.50 runtime/cgo
20:21:36 [2020-11-06T20:21:36.346Z] #44 ...
20:21:36 [2020-11-06T20:21:36.346Z] 
20:21:36 [2020-11-06T20:21:36.346Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.777 + RM_GOPATH=0
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.778 + TMP_GOPATH=
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.778 + : /build
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.778 + '[' -z '' ']'
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.788 ++ mktemp -d
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.790 + export GOPATH=/tmp/tmp.84txM3GEtu
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.791 + GOPATH=/tmp/tmp.84txM3GEtu
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.791 + RM_GOPATH=1
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.792 + case "$(go env GOARCH)" in
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.798 ++ go env GOARCH
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.816 + export GO_BUILDMODE=-buildmode=pie
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.817 + GO_BUILDMODE=-buildmode=pie
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.833 ++ dirname /tmp/install/install.sh
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.849 + dir=/tmp/install
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.850 + bin=golangci_lint
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.850 + shift
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.851 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.852 + . /tmp/install/golangci_lint.installer
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.853 ++ : v1.23.8
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.857 + install_golangci_lint
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.857 + set -e
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.858 + export GO111MODULE=on
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.858 + GO111MODULE=on
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.858 + GOBIN=/build
20:21:36 [2020-11-06T20:21:36.346Z] #48 0.859 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:21:36 [2020-11-06T20:21:36.346Z] #48 1.032 go: finding github.com v1.23.8
20:21:36 [2020-11-06T20:21:36.347Z] #48 1.036 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:21:36 [2020-11-06T20:21:36.347Z] #48 1.037 go: finding github.com/golangci v1.23.8
20:21:36 [2020-11-06T20:21:36.347Z] #48 1.041 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:21:36 [2020-11-06T20:21:36.347Z] #48 1.042 go: finding github.com/golangci/golangci-lint v1.23.8
20:21:36 [2020-11-06T20:21:36.347Z] #48 2.106 go: downloading github.com/golangci/golangci-lint v1.23.8
20:21:36 [2020-11-06T20:21:36.347Z] #48 3.481 go: extracting github.com/golangci/golangci-lint v1.23.8
20:21:36 [2020-11-06T20:21:36.347Z] #48 10.84 go: downloading github.com/pkg/errors v0.8.1
20:21:36 [2020-11-06T20:21:36.347Z] #48 10.90 go: downloading github.com/fatih/color v1.7.0
20:21:36 [2020-11-06T20:21:36.347Z] #48 10.95 go: downloading github.com/spf13/pflag v1.0.5
20:21:36 [2020-11-06T20:21:36.347Z] #48 10.96 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:21:36 [2020-11-06T20:21:36.347Z] #48 10.96 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:21:36 [2020-11-06T20:21:36.347Z] #48 11.02 go: downloading github.com/spf13/cobra v0.0.5
20:21:36 [2020-11-06T20:21:36.347Z] #48 11.18 go: extracting github.com/pkg/errors v0.8.1
20:21:36 [2020-11-06T20:21:36.347Z] #48 11.21 go: downloading github.com/mattn/go-colorable v0.1.4
20:21:36 [2020-11-06T20:21:36.347Z] #48 11.25 go: downloading github.com/sirupsen/logrus v1.4.2
20:21:36 [2020-11-06T20:21:36.347Z] #48 11.29 go: downloading github.com/stretchr/testify v1.4.0
20:21:36 [2020-11-06T20:21:36.347Z] #48 11.34 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:21:36 [2020-11-06T20:21:36.347Z] #48 11.39 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:21:36 [2020-11-06T20:21:36.347Z] #48 11.42 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:21:36 [2020-11-06T20:21:36.657Z] #48 11.70 go: extracting github.com/spf13/pflag v1.0.5
20:21:36 [2020-11-06T20:21:36.657Z] #48 11.82 go: extracting github.com/mattn/go-colorable v0.1.4
20:21:36 [2020-11-06T20:21:36.657Z] #48 11.83 go: extracting github.com/spf13/cobra v0.0.5
20:21:36 [2020-11-06T20:21:36.657Z] #48 11.84 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:21:36 [2020-11-06T20:21:36.657Z] #48 11.86 go: extracting github.com/fatih/color v1.7.0
20:21:36 [2020-11-06T20:21:36.887Z] #34 84.68 Selecting previously unselected package libarchive13:amd64.
20:21:36 [2020-11-06T20:21:36.887Z] #34 84.72 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
20:21:36 [2020-11-06T20:21:36.887Z] #34 84.74 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:21:36 [2020-11-06T20:21:36.956Z] #48 12.00 go: extracting github.com/sirupsen/logrus v1.4.2
20:21:36 [2020-11-06T20:21:36.957Z] #48 12.00 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:21:36 [2020-11-06T20:21:36.957Z] #48 12.22 go: downloading github.com/go-critic/go-critic v0.4.1
20:21:36 [2020-11-06T20:21:36.957Z] #48 12.27 go: extracting github.com/stretchr/testify v1.4.0
20:21:37 [2020-11-06T20:21:37.021Z] #28 DONE 0.8s
20:21:37 [2020-11-06T20:21:37.021Z] 
20:21:37 [2020-11-06T20:21:37.021Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:37 [2020-11-06T20:21:37.021Z] #38 116.4 + dpkg --print-architecture
20:21:37 [2020-11-06T20:21:37.021Z] #38 116.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:21:37 [2020-11-06T20:21:37.021Z] #38 117.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:21:37 [2020-11-06T20:21:37.021Z] #38 117.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:21:37 [2020-11-06T20:21:37.021Z] #38 ...
20:21:37 [2020-11-06T20:21:37.021Z] 
20:21:37 [2020-11-06T20:21:37.021Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:21:37 [2020-11-06T20:21:37.021Z] #31 DONE 0.2s
20:21:37 [2020-11-06T20:21:37.021Z] 
20:21:37 [2020-11-06T20:21:37.021Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:21:37 [2020-11-06T20:21:37.021Z] #33 DONE 0.1s
20:21:37 [2020-11-06T20:21:37.021Z] 
20:21:37 [2020-11-06T20:21:37.021Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:21:37 [2020-11-06T20:21:37.150Z] #34 85.27 Selecting previously unselected package libjsoncpp1:amd64.
20:21:37 [2020-11-06T20:21:37.150Z] #34 85.27 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
20:21:37 [2020-11-06T20:21:37.282Z] #48 12.39 go: downloading github.com/mattn/go-isatty v0.0.8
20:21:37 [2020-11-06T20:21:37.282Z] #48 12.46 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:21:37 [2020-11-06T20:21:37.282Z] #48 12.53 go: downloading github.com/spf13/viper v1.6.1
20:21:37 [2020-11-06T20:21:37.282Z] #48 12.57 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:21:37 [2020-11-06T20:21:37.312Z] #36 DONE 0.1s
20:21:37 [2020-11-06T20:21:37.312Z] 
20:21:37 [2020-11-06T20:21:37.312Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:37 [2020-11-06T20:21:37.312Z] #41 82.03   CC       criu/pagemap.o
20:21:37 [2020-11-06T20:21:37.312Z] #41 82.97   CC       criu/parasite-syscall.o
20:21:37 [2020-11-06T20:21:37.312Z] #41 83.63   CC       criu/path.o
20:21:37 [2020-11-06T20:21:37.312Z] #41 83.90   CC       criu/pie-util-vdso.o
20:21:37 [2020-11-06T20:21:37.413Z] #34 85.28 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
20:21:37 [2020-11-06T20:21:37.582Z] #48 12.59 go: extracting github.com/mattn/go-isatty v0.0.8
20:21:37 [2020-11-06T20:21:37.582Z] #48 12.96 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:21:37 [2020-11-06T20:21:37.603Z] #41 84.15   CC       criu/pie-util.o
20:21:37 [2020-11-06T20:21:37.603Z] #41 84.25   CC       criu/pipes.o
20:21:37 [2020-11-06T20:21:37.689Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.4s done
20:21:37 [2020-11-06T20:21:37.689Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
20:21:37 [2020-11-06T20:21:37.699Z] #34 85.58 Selecting previously unselected package librhash0:amd64.
20:21:37 [2020-11-06T20:21:37.699Z] #34 85.58 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
20:21:37 [2020-11-06T20:21:37.699Z] #34 85.59 Unpacking librhash0:amd64 (1.3.8-1) ...
20:21:37 [2020-11-06T20:21:37.881Z] #48 13.03 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:21:37 [2020-11-06T20:21:37.881Z] #48 13.12 go: extracting github.com/spf13/viper v1.6.1
20:21:37 [2020-11-06T20:21:37.881Z] #48 ...
20:21:37 [2020-11-06T20:21:37.881Z] 
20:21:37 [2020-11-06T20:21:37.881Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:37 [2020-11-06T20:21:37.881Z] #44 13.24 vendor/golang.org/x/crypto/internal/subtle
20:21:37 [2020-11-06T20:21:37.962Z] #34 86.03 Selecting previously unselected package libuv1:amd64.
20:21:37 [2020-11-06T20:21:37.962Z] #34 86.06 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
20:21:37 [2020-11-06T20:21:37.962Z] #34 86.08 Unpacking libuv1:amd64 (1.24.1-1) ...
20:21:38 [2020-11-06T20:21:38.235Z] #41 84.69   CC       criu/plugin.o
20:21:38 [2020-11-06T20:21:38.527Z] #41 84.93   CC       criu/proc_parse.o
20:21:38 [2020-11-06T20:21:38.536Z] #34 86.54 Selecting previously unselected package cmake.
20:21:38 [2020-11-06T20:21:38.536Z] #34 86.56 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
20:21:38 [2020-11-06T20:21:38.536Z] #34 86.60 Unpacking cmake (3.13.4-1) ...
20:21:38 [2020-11-06T20:21:38.620Z] #8 ...
20:21:38 [2020-11-06T20:21:38.620Z] 
20:21:38 [2020-11-06T20:21:38.620Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:38 [2020-11-06T20:21:38.620Z] #25 9.053 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 9.070 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u3) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 9.080 Setting up ca-certificates (20200601~deb10u1) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 9.776 Updating certificates in /etc/ssl/certs...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.01 126 added, 0 removed; done.
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.05 Setting up libgssapi-krb5-2:amd64 (1.17-3) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.07 Setting up jq (1.5+dfsg-2+b1) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.08 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.09 Setting up curl (7.64.0-4+deb10u1) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.10 Processing triggers for libc-bin (2.28-10) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.12 Processing triggers for ca-certificates (20200601~deb10u1) ...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.13 Updating certificates in /etc/ssl/certs...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.89 0 added, 0 removed; done.
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.89 Running hooks in /etc/ca-certificates/update.d...
20:21:38 [2020-11-06T20:21:38.620Z] #25 11.89 done.
20:21:38 [2020-11-06T20:21:38.620Z] #25 DONE 16.0s
20:21:38 [2020-11-06T20:21:38.620Z] 
20:21:38 [2020-11-06T20:21:38.620Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:39 [2020-11-06T20:21:39.112Z] #34 ...
20:21:39 [2020-11-06T20:21:39.112Z] 
20:21:39 [2020-11-06T20:21:39.112Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:39 [2020-11-06T20:21:39.112Z] #40 77.16 Setting up python-pkg-resources (40.8.0-1) ...
20:21:39 [2020-11-06T20:21:39.112Z] #40 83.62 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:21:39 [2020-11-06T20:21:39.112Z] #40 83.66 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:21:39 [2020-11-06T20:21:39.112Z] #40 83.77 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:21:39 [2020-11-06T20:21:39.112Z] #40 83.81 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:21:39 [2020-11-06T20:21:39.112Z] #40 83.86 Setting up python-six (1.12.0-1) ...
20:21:39 [2020-11-06T20:21:39.185Z] #8 ...
20:21:39 [2020-11-06T20:21:39.185Z] 
20:21:39 [2020-11-06T20:21:39.185Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:21:39 [2020-11-06T20:21:39.185Z] #26 DONE 0.5s
20:21:39 [2020-11-06T20:21:39.185Z] 
20:21:39 [2020-11-06T20:21:39.185Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:39 [2020-11-06T20:21:39.374Z] #40 ...
20:21:39 [2020-11-06T20:21:39.374Z] 
20:21:39 [2020-11-06T20:21:39.374Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:39 [2020-11-06T20:21:39.374Z] #11 85.18 Selecting previously unselected package binutils-mingw-w64.
20:21:39 [2020-11-06T20:21:39.374Z] #11 85.18 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:21:39 [2020-11-06T20:21:39.374Z] #11 85.20 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:21:39 [2020-11-06T20:21:39.374Z] #11 85.49 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:21:39 [2020-11-06T20:21:39.374Z] #11 85.49 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
20:21:39 [2020-11-06T20:21:39.374Z] #11 85.52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:21:39 [2020-11-06T20:21:39.374Z] #11 86.16 Selecting previously unselected package dmsetup.
20:21:39 [2020-11-06T20:21:39.374Z] #11 86.17 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
20:21:39 [2020-11-06T20:21:39.374Z] #11 86.22 Unpacking dmsetup (2:1.02.155-3) ...
20:21:39 [2020-11-06T20:21:39.374Z] #11 86.68 Selecting previously unselected package mingw-w64-common.
20:21:39 [2020-11-06T20:21:39.374Z] #11 86.68 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:21:39 [2020-11-06T20:21:39.374Z] #11 86.70 Unpacking mingw-w64-common (6.0.0-3) ...
20:21:39 [2020-11-06T20:21:39.559Z] #41 86.15   CC       criu/protobuf-desc.o
20:21:40 [2020-11-06T20:21:40.192Z] #41 86.65   CC       criu/protobuf.o
20:21:40 [2020-11-06T20:21:40.483Z] #41 87.03   CC       criu/pstree.o
20:21:41 [2020-11-06T20:21:41.116Z] #41 87.67   CC       criu/rbtree.o
20:21:41 [2020-11-06T20:21:41.293Z] #25 ...
20:21:41 [2020-11-06T20:21:41.293Z] 
20:21:41 [2020-11-06T20:21:41.293Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:41 [2020-11-06T20:21:41.293Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.1s done
20:21:41 [2020-11-06T20:21:41.293Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.3s
20:21:41 [2020-11-06T20:21:41.407Z] #41 87.79   CC       criu/rst-malloc.o
20:21:41 [2020-11-06T20:21:41.407Z] #41 87.95   CC       criu/seccomp.o
20:21:41 [2020-11-06T20:21:41.698Z] #41 88.33   CC       criu/seize.o
20:21:41 [2020-11-06T20:21:41.929Z] #11 ...
20:21:41 [2020-11-06T20:21:41.929Z] 
20:21:41 [2020-11-06T20:21:41.929Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:41 [2020-11-06T20:21:41.929Z] #43 79.83 time
20:21:41 [2020-11-06T20:21:41.929Z] #43 87.67 internal/fmtsort
20:21:41 [2020-11-06T20:21:41.929Z] #43 88.13 os
20:21:41 [2020-11-06T20:21:41.929Z] #43 88.97 strings
20:21:41 [2020-11-06T20:21:41.929Z] #43 ...
20:21:41 [2020-11-06T20:21:41.929Z] 
20:21:41 [2020-11-06T20:21:41.929Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:41 [2020-11-06T20:21:41.929Z] #32 86.24 internal/syscall/execenv
20:21:41 [2020-11-06T20:21:41.929Z] #32 86.54 internal/syscall/unix
20:21:41 [2020-11-06T20:21:41.929Z] #32 86.56 internal/fmtsort
20:21:41 [2020-11-06T20:21:41.929Z] #32 87.11 os
20:21:41 [2020-11-06T20:21:41.929Z] #32 87.81 strings
20:21:42 [2020-11-06T20:21:42.251Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.4s done
20:21:42 [2020-11-06T20:21:42.330Z] #41 88.79   CC       criu/servicefd.o
20:21:42 [2020-11-06T20:21:42.330Z] #41 ...
20:21:42 [2020-11-06T20:21:42.330Z] 
20:21:42 [2020-11-06T20:21:42.330Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:42 [2020-11-06T20:21:42.330Z] #51 54.80 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:21:42 [2020-11-06T20:21:42.463Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s
20:21:42 [2020-11-06T20:21:42.515Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe
20:21:43 [2020-11-06T20:21:43.365Z] #51 55.99 + mkdir -p /build
20:21:43 [2020-11-06T20:21:43.365Z] #51 55.99 + cp runc /build/runc
20:21:43 [2020-11-06T20:21:43.526Z] #44 ...
20:21:43 [2020-11-06T20:21:43.526Z] 
20:21:43 [2020-11-06T20:21:43.526Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:43 [2020-11-06T20:21:43.526Z] #63 17.46 Checking out files:  66% (1276/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
20:21:43 [2020-11-06T20:21:43.526Z] #63 17.93 + cd /tmp/tmp.qRJLx3btNT/src/github.com/docker/libnetwork
20:21:43 [2020-11-06T20:21:43.526Z] #63 17.94 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5
20:21:43 [2020-11-06T20:21:43.526Z] #63 18.49 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:21:43 [2020-11-06T20:21:43.656Z] #51 DONE 56.3s
20:21:43 [2020-11-06T20:21:43.656Z] 
20:21:43 [2020-11-06T20:21:43.656Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:43 [2020-11-06T20:21:43.656Z] #41 89.11   CC       criu/shmem.o
20:21:43 [2020-11-06T20:21:43.656Z] #41 89.78   CC       criu/sigframe.o
20:21:43 [2020-11-06T20:21:43.656Z] #41 89.88   CC       criu/signalfd.o
20:21:43 [2020-11-06T20:21:43.656Z] #41 90.09   CC       criu/sk-inet.o
20:21:43 [2020-11-06T20:21:43.849Z] #32 ...
20:21:43 [2020-11-06T20:21:43.849Z] 
20:21:43 [2020-11-06T20:21:43.849Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.58 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.61 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.63 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.65 Setting up libcap-dev:amd64 (1:2.25-2) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.67 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.69 Setting up protobuf-compiler (3.6.1.3-2) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.70 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.71 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.74 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:21:43 [2020-11-06T20:21:43.849Z] #40 90.76 Setting up python-protobuf (3.6.1.3-2) ...
20:21:44 [2020-11-06T20:21:44.710Z] #41 91.05   CC       criu/sk-netlink.o
20:21:44 [2020-11-06T20:21:44.797Z] #40 ...
20:21:44 [2020-11-06T20:21:44.797Z] 
20:21:44 [2020-11-06T20:21:44.797Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:44 [2020-11-06T20:21:44.797Z] #49 82.69 time
20:21:44 [2020-11-06T20:21:44.797Z] #49 90.89 context
20:21:44 [2020-11-06T20:21:44.797Z] #49 91.68 os
20:21:44 [2020-11-06T20:21:44.797Z] #49 91.74 encoding/binary
20:21:44 [2020-11-06T20:21:44.797Z] #49 ...
20:21:44 [2020-11-06T20:21:44.797Z] 
20:21:44 [2020-11-06T20:21:44.797Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.61 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.63 Setting up xxd (2:8.1.0875-5) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.65 Setting up libuv1:amd64 (1.24.1-1) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.68 Setting up vim-common (2:8.1.0875-5) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.73 Setting up librhash0:amd64 (1.3.8-1) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.74 Setting up cmake-data (3.13.4-1) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.81 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.83 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.87 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.91 Setting up cmake (3.13.4-1) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 91.95 Processing triggers for libc-bin (2.28-10) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 92.01 Processing triggers for mime-support (3.62) ...
20:21:44 [2020-11-06T20:21:44.797Z] #34 DONE 92.8s
20:21:44 [2020-11-06T20:21:44.797Z] 
20:21:44 [2020-11-06T20:21:44.797Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:45 [2020-11-06T20:21:45.002Z] #41 91.52   CC       criu/sk-packet.o
20:21:45 [2020-11-06T20:21:45.090Z] #63 ...
20:21:45 [2020-11-06T20:21:45.090Z] 
20:21:45 [2020-11-06T20:21:45.090Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:45 [2020-11-06T20:21:45.090Z] #50 10.29 + cd /tmp/tmp.yWQsqrUcoA/src/github.com/mvdan/sh
20:21:45 [2020-11-06T20:21:45.090Z] #50 10.29 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:45 [2020-11-06T20:21:45.090Z] #50 10.42 + GO111MODULE=on
20:21:45 [2020-11-06T20:21:45.090Z] #50 10.42 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:21:45 [2020-11-06T20:21:45.090Z] #50 12.23 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:21:45 [2020-11-06T20:21:45.090Z] #50 12.30 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:21:45 [2020-11-06T20:21:45.090Z] #50 12.35 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:21:45 [2020-11-06T20:21:45.090Z] #50 12.47 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:21:45 [2020-11-06T20:21:45.090Z] #50 12.52 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:21:45 [2020-11-06T20:21:45.090Z] #50 14.00 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:21:45 [2020-11-06T20:21:45.090Z] #50 14.63 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:21:45 [2020-11-06T20:21:45.090Z] #50 16.10 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:21:45 [2020-11-06T20:21:45.090Z] #50 17.64 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:21:45 [2020-11-06T20:21:45.090Z] #50 17.68 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:21:45 [2020-11-06T20:21:45.090Z] #50 17.84 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:21:45 [2020-11-06T20:21:45.090Z] #50 18.25 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:21:45 [2020-11-06T20:21:45.090Z] #50 19.34 runtime/cgo
20:21:45 [2020-11-06T20:21:45.090Z] #50 19.45 runtime
20:21:45 [2020-11-06T20:21:45.090Z] #50 ...
20:21:45 [2020-11-06T20:21:45.090Z] 
20:21:45 [2020-11-06T20:21:45.090Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:45 [2020-11-06T20:21:45.090Z] #48 13.28 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 13.35 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 13.52 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 13.61 go: extracting github.com/go-critic/go-critic v0.4.1
20:21:45 [2020-11-06T20:21:45.090Z] #48 13.62 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:21:45 [2020-11-06T20:21:45.090Z] #48 13.69 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:21:45 [2020-11-06T20:21:45.090Z] #48 13.94 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:21:45 [2020-11-06T20:21:45.090Z] #48 14.25 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:21:45 [2020-11-06T20:21:45.090Z] #48 14.64 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:21:45 [2020-11-06T20:21:45.090Z] #48 14.82 go: downloading github.com/uudashr/gocognit v1.0.1
20:21:45 [2020-11-06T20:21:45.090Z] #48 14.86 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.22 go: extracting github.com/uudashr/gocognit v1.0.1
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.23 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.39 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.49 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.49 go: downloading github.com/spf13/afero v1.1.2
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.54 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.58 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.88 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:21:45 [2020-11-06T20:21:45.090Z] #48 15.92 go: extracting github.com/spf13/afero v1.1.2
20:21:45 [2020-11-06T20:21:45.090Z] #48 16.42 go: downloading github.com/pelletier/go-toml v1.2.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 16.81 go: extracting github.com/pelletier/go-toml v1.2.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 17.57 go: downloading github.com/spf13/cast v1.3.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 17.62 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:21:45 [2020-11-06T20:21:45.090Z] #48 17.73 go: extracting github.com/spf13/cast v1.3.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 17.79 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:21:45 [2020-11-06T20:21:45.090Z] #48 18.10 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:21:45 [2020-11-06T20:21:45.090Z] #48 18.43 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:21:45 [2020-11-06T20:21:45.090Z] #48 18.64 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:21:45 [2020-11-06T20:21:45.090Z] #48 18.69 go: downloading github.com/kisielk/gotool v1.0.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 18.89 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:21:45 [2020-11-06T20:21:45.090Z] #48 18.99 go: extracting github.com/kisielk/gotool v1.0.0
20:21:45 [2020-11-06T20:21:45.090Z] #48 18.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:21:45 [2020-11-06T20:21:45.090Z] #48 19.11 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:21:45 [2020-11-06T20:21:45.090Z] #48 19.12 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:21:45 [2020-11-06T20:21:45.090Z] #48 19.26 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:21:45 [2020-11-06T20:21:45.090Z] #48 19.30 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:21:45 [2020-11-06T20:21:45.090Z] #48 19.43 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:21:45 [2020-11-06T20:21:45.297Z] #41 91.92   CC       criu/sk-queue.o
20:21:45 [2020-11-06T20:21:45.392Z] #48 ...
20:21:45 [2020-11-06T20:21:45.392Z] 
20:21:45 [2020-11-06T20:21:45.392Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:45 [2020-11-06T20:21:45.392Z] #46 10.51 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:21:45 [2020-11-06T20:21:45.392Z] #46 14.27 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:21:45 [2020-11-06T20:21:45.392Z] #46 14.32 go: finding github.com/fatih/color v1.9.0
20:21:45 [2020-11-06T20:21:45.392Z] #46 14.33 go: finding github.com/pkg/errors v0.9.1
20:21:45 [2020-11-06T20:21:45.392Z] #46 14.48 go: finding github.com/spf13/pflag v1.0.3
20:21:45 [2020-11-06T20:21:45.392Z] #46 14.76 go: finding github.com/mattn/go-colorable v0.1.6
20:21:45 [2020-11-06T20:21:45.392Z] #46 14.82 go: finding github.com/mattn/go-isatty v0.0.12
20:21:45 [2020-11-06T20:21:45.392Z] #46 15.03 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:21:45 [2020-11-06T20:21:45.392Z] #46 15.18 go: finding github.com/jonboulle/clockwork v0.1.0
20:21:45 [2020-11-06T20:21:45.392Z] #46 15.27 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:21:45 [2020-11-06T20:21:45.392Z] #46 15.30 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:21:45 [2020-11-06T20:21:45.392Z] #46 15.30 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:21:45 [2020-11-06T20:21:45.588Z] #41 92.16   CC       criu/sk-tcp.o
20:21:45 [2020-11-06T20:21:45.725Z] #46 ...
20:21:45 [2020-11-06T20:21:45.725Z] 
20:21:45 [2020-11-06T20:21:45.725Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:45 [2020-11-06T20:21:45.725Z] #48 21.03 go: downloading github.com/gobwas/glob v0.2.3
20:21:45 [2020-11-06T20:21:45.900Z] #41 92.46   CC       criu/sk-unix.o
20:21:46 [2020-11-06T20:21:46.024Z] #48 21.17 go: extracting github.com/gobwas/glob v0.2.3
20:21:46 [2020-11-06T20:21:46.024Z] #48 21.41 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.015 + RM_GOPATH=0
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.016 + TMP_GOPATH=
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.016 + : /build
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.016 + '[' -z '' ']'
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.034 ++ mktemp -d
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.039 + export GOPATH=/tmp/tmp.6YxlbvTj0m
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.039 + GOPATH=/tmp/tmp.6YxlbvTj0m
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.039 + RM_GOPATH=1
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.040 + case "$(go env GOARCH)" in
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.040 ++ go env GOARCH
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.053 + export GO_BUILDMODE=-buildmode=pie
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.053 + GO_BUILDMODE=-buildmode=pie
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.054 ++ dirname /tmp/install/install.sh
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 + dir=/tmp/install
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 + bin=tini
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 + shift
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 + '[' '!' -f /tmp/install/tini.installer ']'
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 + . /tmp/install/tini.installer
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 + install_tini
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 + git clone https://github.com/krallin/tini.git /tmp/tmp.6YxlbvTj0m/tini
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.055 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:21:46 [2020-11-06T20:21:46.190Z] #35 1.056 Cloning into '/tmp/tmp.6YxlbvTj0m/tini'...
20:21:46 [2020-11-06T20:21:46.678Z] #48 21.77 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:21:46 [2020-11-06T20:21:46.765Z] #35 1.769 + cd /tmp/tmp.6YxlbvTj0m/tini
20:21:46 [2020-11-06T20:21:46.766Z] #35 1.769 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:21:46 [2020-11-06T20:21:46.766Z] #35 1.799 + cmake .
20:21:46 [2020-11-06T20:21:46.946Z] #41 93.35   CC       criu/sockets.o
20:21:46 [2020-11-06T20:21:46.982Z] #48 22.11 go: downloading github.com/ultraware/whitespace v0.0.4
20:21:46 [2020-11-06T20:21:46.982Z] #48 22.21 go: extracting github.com/ultraware/whitespace v0.0.4
20:21:47 [2020-11-06T20:21:47.237Z] #41 93.76   CC       criu/stats.o
20:21:47 [2020-11-06T20:21:47.237Z] #41 93.88   CC       criu/string.o
20:21:47 [2020-11-06T20:21:47.341Z] #35 2.677 -- The C compiler identification is GNU 8.3.0
20:21:47 [2020-11-06T20:21:47.529Z] #41 93.93   CC       criu/sysctl.o
20:21:47 [2020-11-06T20:21:47.603Z] #35 2.767 -- Check for working C compiler: /usr/bin/cc
20:21:47 [2020-11-06T20:21:47.635Z] #48 23.00 go: downloading github.com/hashicorp/hcl v1.0.0
20:21:47 [2020-11-06T20:21:47.635Z] #48 23.04 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:21:47 [2020-11-06T20:21:47.738Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.2s
20:21:47 [2020-11-06T20:21:47.820Z] #41 94.26   CC       criu/sysfs_parse.o
20:21:47 [2020-11-06T20:21:47.820Z] #41 94.46   CC       criu/timens.o
20:21:47 [2020-11-06T20:21:47.849Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.2s done
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.04 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.05 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.05 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.06 go: downloading golang.org/x/text v0.3.2
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.07 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.13 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.17 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.25 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:21:47 [2020-11-06T20:21:47.936Z] #48 23.31 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:21:47 [2020-11-06T20:21:47.994Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.8s done
20:21:48 [2020-11-06T20:21:48.112Z] #41 94.68   CC       criu/timerfd.o
20:21:48 [2020-11-06T20:21:48.116Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done
20:21:48 [2020-11-06T20:21:48.178Z] #35 3.491 -- Check for working C compiler: /usr/bin/cc -- works
20:21:48 [2020-11-06T20:21:48.238Z] #48 23.31 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:21:48 [2020-11-06T20:21:48.238Z] #48 23.39 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:21:48 [2020-11-06T20:21:48.238Z] #48 23.40 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:21:48 [2020-11-06T20:21:48.238Z] #48 23.54 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:21:48 [2020-11-06T20:21:48.238Z] #48 23.56 go: downloading github.com/stretchr/objx v0.2.0
20:21:48 [2020-11-06T20:21:48.252Z] #8 ...
20:21:48 [2020-11-06T20:21:48.252Z] 
20:21:48 [2020-11-06T20:21:48.252Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:21:48 [2020-11-06T20:21:48.252Z] #27 1.506 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:21:48 [2020-11-06T20:21:48.252Z] #27 1.605 
20:21:48 [2020-11-06T20:21:48.252Z] #27 1.738 
########                                                                  11.3%
#########################                                                 35.2%
#######################################                                   54.9%
#####################################################                     74.8%
###################################################################       93.9%
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 2.265 
20:21:48 [2020-11-06T20:21:48.252Z] #27 2.382 
#############################################################             85.8%
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 2.485 
20:21:48 [2020-11-06T20:21:48.252Z] #27 2.622 
######################################################                    75.0%
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 2.750 
20:21:48 [2020-11-06T20:21:48.252Z] #27 2.870 
#######                                                                   10.4%
######################                                                    30.7%
#######################################                                   54.3%
######################################################                    75.8%
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 3.405 
20:21:48 [2020-11-06T20:21:48.252Z] #27 3.522 
##                                                                         4.0%
#######                                                                    9.7%
##########                                                                15.1%
##############                                                            20.3%
##################                                                        25.6%
######################                                                    30.8%
#########################                                                 35.5%
#############################                                             41.3%
#################################                                         46.5%
#####################################                                     51.7%
########################################                                  56.8%
############################################                              62.1%
################################################                          67.3%
####################################################                      72.5%
#######################################################                   77.4%
###########################################################               82.7%
###############################################################           87.8%
###################################################################       93.3%
######################################################################    98.5%
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 5.398 
20:21:48 [2020-11-06T20:21:48.252Z] #27 5.817 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:21:48 [2020-11-06T20:21:48.252Z] #27 5.926 
20:21:48 [2020-11-06T20:21:48.252Z] #27 6.012 
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 6.041 
20:21:48 [2020-11-06T20:21:48.252Z] #27 6.518 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:21:48 [2020-11-06T20:21:48.252Z] #27 6.609 
20:21:48 [2020-11-06T20:21:48.252Z] #27 6.710 
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 6.739 
20:21:48 [2020-11-06T20:21:48.252Z] #27 7.219 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:21:48 [2020-11-06T20:21:48.252Z] #27 7.238 skipping existing c35d46ef359f
20:21:48 [2020-11-06T20:21:48.252Z] #27 7.267 
20:21:48 [2020-11-06T20:21:48.252Z] #27 7.667 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:21:48 [2020-11-06T20:21:48.252Z] #27 7.775 
20:21:48 [2020-11-06T20:21:48.252Z] #27 7.828 
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 7.859 
20:21:48 [2020-11-06T20:21:48.252Z] #27 8.163 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:21:48 [2020-11-06T20:21:48.252Z] #27 8.272 
20:21:48 [2020-11-06T20:21:48.252Z] #27 8.338 
######################################################################## 100.0%
20:21:48 [2020-11-06T20:21:48.252Z] #27 8.376 
20:21:48 [2020-11-06T20:21:48.252Z] #27 8.390 Download of images into '/build' complete.
20:21:48 [2020-11-06T20:21:48.252Z] #27 8.390 Use something like the following to load the result into a Docker daemon:
20:21:48 [2020-11-06T20:21:48.252Z] #27 8.390   tar -cC '/build' . | docker load
20:21:48 [2020-11-06T20:21:48.404Z] #41 94.86   CC       criu/tty.o
20:21:48 [2020-11-06T20:21:48.440Z] #35 3.498 -- Detecting C compiler ABI info
20:21:48 [2020-11-06T20:21:48.539Z] #48 23.67 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:21:48 [2020-11-06T20:21:48.540Z] #48 23.72 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:21:48 [2020-11-06T20:21:48.540Z] #48 23.77 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:21:48 [2020-11-06T20:21:48.540Z] #48 23.83 go: extracting github.com/hashicorp/hcl v1.0.0
20:21:48 [2020-11-06T20:21:48.695Z] #8 DONE 24.1s
20:21:48 [2020-11-06T20:21:48.695Z] 
20:21:48 [2020-11-06T20:21:48.695Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:21:48 [2020-11-06T20:21:48.871Z] #48 24.17 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:21:48 [2020-11-06T20:21:48.871Z] #48 24.19 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:21:48 [2020-11-06T20:21:48.871Z] #48 24.24 go: downloading github.com/subosito/gotenv v1.2.0
20:21:49 [2020-11-06T20:21:49.015Z] #35 4.191 -- Detecting C compiler ABI info - done
20:21:49 [2020-11-06T20:21:49.015Z] #35 4.224 -- Detecting C compile features
20:21:49 [2020-11-06T20:21:49.184Z] #27 ...
20:21:49 [2020-11-06T20:21:49.184Z] 
20:21:49 [2020-11-06T20:21:49.184Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:49 [2020-11-06T20:21:49.184Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
20:21:49 [2020-11-06T20:21:49.193Z] #48 24.36 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:21:49 [2020-11-06T20:21:49.193Z] #48 ...
20:21:49 [2020-11-06T20:21:49.193Z] 
20:21:49 [2020-11-06T20:21:49.193Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:49 [2020-11-06T20:21:49.193Z] #35 14.26 Fetched 8172 kB in 14s (593 kB/s)
20:21:49 [2020-11-06T20:21:49.193Z] #35 14.26 Reading package lists...
20:21:49 [2020-11-06T20:21:49.193Z] #35 21.29 Reading package lists...
20:21:49 [2020-11-06T20:21:49.193Z] #35 ...
20:21:49 [2020-11-06T20:21:49.193Z] 
20:21:49 [2020-11-06T20:21:49.193Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:49 [2020-11-06T20:21:49.193Z] #48 24.43 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:21:49 [2020-11-06T20:21:49.193Z] #48 24.46 go: extracting github.com/stretchr/objx v0.2.0
20:21:49 [2020-11-06T20:21:49.193Z] #48 ...
20:21:49 [2020-11-06T20:21:49.193Z] 
20:21:49 [2020-11-06T20:21:49.193Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:21:49 [2020-11-06T20:21:49.193Z] #54 14.48 Fetched 8172 kB in 14s (584 kB/s)
20:21:49 [2020-11-06T20:21:49.193Z] #54 14.48 Reading package lists...
20:21:49 [2020-11-06T20:21:49.437Z] #41 95.84   CC       criu/tun.o
20:21:49 [2020-11-06T20:21:49.437Z] #41 96.02   CC       criu/uffd.o
20:21:49 [2020-11-06T20:21:49.444Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
20:21:49 [2020-11-06T20:21:49.493Z] #54 21.43 Reading package lists...
20:21:49 [2020-11-06T20:21:49.493Z] #54 ...
20:21:49 [2020-11-06T20:21:49.493Z] 
20:21:49 [2020-11-06T20:21:49.493Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:49 [2020-11-06T20:21:49.493Z] #48 24.66 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:21:49 [2020-11-06T20:21:49.493Z] #48 24.73 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:21:49 [2020-11-06T20:21:49.493Z] #48 24.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:21:49 [2020-11-06T20:21:49.850Z] #48 24.97 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:21:49 [2020-11-06T20:21:49.850Z] #48 25.08 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:21:49 [2020-11-06T20:21:49.963Z] #35 ...
20:21:49 [2020-11-06T20:21:49.963Z] 
20:21:49 [2020-11-06T20:21:49.963Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:49 [2020-11-06T20:21:49.963Z] #40 97.48 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
20:21:49 [2020-11-06T20:21:49.963Z] #40 97.49 Processing triggers for libc-bin (2.28-10) ...
20:21:49 [2020-11-06T20:21:49.963Z] #40 DONE 98.0s
20:21:49 [2020-11-06T20:21:49.963Z] 
20:21:49 [2020-11-06T20:21:49.963Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:50 [2020-11-06T20:21:50.070Z] #41 96.63   CC       criu/util.o
20:21:50 [2020-11-06T20:21:50.151Z] #48 25.08 go: downloading github.com/pmezard/go-difflib v1.0.0
20:21:50 [2020-11-06T20:21:50.151Z] #48 25.30 go: extracting github.com/subosito/gotenv v1.2.0
20:21:50 [2020-11-06T20:21:50.151Z] #48 25.30 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:21:50 [2020-11-06T20:21:50.151Z] #48 25.40 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:21:50 [2020-11-06T20:21:50.151Z] #48 ...
20:21:50 [2020-11-06T20:21:50.151Z] 
20:21:50 [2020-11-06T20:21:50.151Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:50 [2020-11-06T20:21:50.151Z] #12 15.33 Fetched 8172 kB in 14s (573 kB/s)
20:21:50 [2020-11-06T20:21:50.151Z] #12 15.33 Reading package lists...
20:21:50 [2020-11-06T20:21:50.151Z] #12 22.85 Reading package lists...
20:21:50 [2020-11-06T20:21:50.151Z] #12 ...
20:21:50 [2020-11-06T20:21:50.151Z] 
20:21:50 [2020-11-06T20:21:50.151Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:50 [2020-11-06T20:21:50.151Z] #48 25.44 go: downloading github.com/ultraware/funlen v0.0.2
20:21:50 [2020-11-06T20:21:50.151Z] #48 25.46 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:21:50 [2020-11-06T20:21:50.361Z] #41 ...
20:21:50 [2020-11-06T20:21:50.361Z] 
20:21:50 [2020-11-06T20:21:50.361Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:50 [2020-11-06T20:21:50.361Z] #38 DONE 131.3s
20:21:50 [2020-11-06T20:21:50.361Z] 
20:21:50 [2020-11-06T20:21:50.361Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:21:50 [2020-11-06T20:21:50.467Z] #48 25.61 go: extracting github.com/pmezard/go-difflib v1.0.0
20:21:50 [2020-11-06T20:21:50.467Z] #48 25.66 go: downloading github.com/davecgh/go-spew v1.1.1
20:21:50 [2020-11-06T20:21:50.467Z] #48 ...
20:21:50 [2020-11-06T20:21:50.467Z] 
20:21:50 [2020-11-06T20:21:50.467Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:50 [2020-11-06T20:21:50.467Z] #41 15.62 Fetched 8172 kB in 15s (556 kB/s)
20:21:50 [2020-11-06T20:21:50.467Z] #41 15.62 Reading package lists...
20:21:50 [2020-11-06T20:21:50.467Z] #41 22.47 Reading package lists...
20:21:50 [2020-11-06T20:21:50.467Z] #41 ...
20:21:50 [2020-11-06T20:21:50.467Z] 
20:21:50 [2020-11-06T20:21:50.467Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:50 [2020-11-06T20:21:50.467Z] #39 15.71 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:21:50 [2020-11-06T20:21:50.467Z] #39 17.57 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:21:50 [2020-11-06T20:21:50.652Z] #54 ...
20:21:50 [2020-11-06T20:21:50.652Z] 
20:21:50 [2020-11-06T20:21:50.652Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:50 [2020-11-06T20:21:50.652Z] #41 97.17   CC       criu/uts_ns.o
20:21:50 [2020-11-06T20:21:50.652Z] #41 97.26   CC       criu/vdso.o
20:21:50 [2020-11-06T20:21:50.776Z] #39 ...
20:21:50 [2020-11-06T20:21:50.776Z] 
20:21:50 [2020-11-06T20:21:50.776Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:50 [2020-11-06T20:21:50.776Z] #48 25.72 go: extracting github.com/ultraware/funlen v0.0.2
20:21:50 [2020-11-06T20:21:50.776Z] #48 25.72 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:21:50 [2020-11-06T20:21:50.776Z] #48 25.76 go: downloading github.com/go-toolsmith/typep v1.0.0
20:21:50 [2020-11-06T20:21:50.776Z] #48 25.83 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:21:50 [2020-11-06T20:21:50.776Z] #48 25.83 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:21:50 [2020-11-06T20:21:50.776Z] #48 25.84 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:21:50 [2020-11-06T20:21:50.776Z] #48 25.84 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:21:50 [2020-11-06T20:21:50.776Z] #48 25.92 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:21:50 [2020-11-06T20:21:50.776Z] #48 26.06 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:21:50 [2020-11-06T20:21:50.776Z] #48 26.10 go: extracting github.com/go-toolsmith/typep v1.0.0
20:21:50 [2020-11-06T20:21:50.776Z] #48 26.11 go: extracting github.com/davecgh/go-spew v1.1.1
20:21:50 [2020-11-06T20:21:50.776Z] #48 26.12 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:21:50 [2020-11-06T20:21:50.816Z] #8 DONE 41.0s
20:21:50 [2020-11-06T20:21:50.816Z] 
20:21:50 [2020-11-06T20:21:50.816Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:21:50 [2020-11-06T20:21:50.943Z] #41 97.53   LINK     criu/built-in.o
20:21:51 [2020-11-06T20:21:51.106Z] #48 26.30 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:21:51 [2020-11-06T20:21:51.106Z] #48 26.43 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:21:51 [2020-11-06T20:21:51.235Z] #41 97.64   LINK     criu/criu
20:21:51 [2020-11-06T20:21:51.235Z] #41 ...
20:21:51 [2020-11-06T20:21:51.235Z] 
20:21:51 [2020-11-06T20:21:51.235Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:21:51 [2020-11-06T20:21:51.235Z] #39 DONE 0.3s
20:21:51 [2020-11-06T20:21:51.235Z] 
20:21:51 [2020-11-06T20:21:51.235Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:51 [2020-11-06T20:21:51.235Z] #41 97.82   DEP      lib/c/criu.d
20:21:51 [2020-11-06T20:21:51.235Z] #41 97.85   CC       images/rpc.pb-c.o
20:21:51 [2020-11-06T20:21:51.413Z] #48 26.60 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:21:51 [2020-11-06T20:21:51.413Z] #48 26.60 go: downloading github.com/BurntSushi/toml v0.3.1
20:21:51 [2020-11-06T20:21:51.413Z] #48 26.63 go: downloading gopkg.in/ini.v1 v1.51.0
20:21:51 [2020-11-06T20:21:51.526Z] #41 98.03   CC       lib/c/criu.o
20:21:51 [2020-11-06T20:21:51.722Z] #48 26.86 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:21:51 [2020-11-06T20:21:51.722Z] #48 26.89 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:21:51 [2020-11-06T20:21:51.722Z] #48 26.93 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:21:51 [2020-11-06T20:21:51.722Z] #48 26.95 go: downloading github.com/go-toolsmith/astp v1.0.0
20:21:51 [2020-11-06T20:21:51.818Z] #41 ...
20:21:51 [2020-11-06T20:21:51.818Z] 
20:21:51 [2020-11-06T20:21:51.818Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:51 [2020-11-06T20:21:51.818Z] #47 132.4 + /build/golangci-lint --version
20:21:51 [2020-11-06T20:21:51.818Z] #47 132.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:21:51 [2020-11-06T20:21:51.818Z] #47 DONE 132.8s
20:21:51 [2020-11-06T20:21:51.818Z] 
20:21:51 [2020-11-06T20:21:51.818Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:51 [2020-11-06T20:21:51.818Z] #41 98.42   LINK     lib/c/built-in.o
20:21:51 [2020-11-06T20:21:51.818Z] #41 98.43   LINK     lib/c/libcriu.so
20:21:51 [2020-11-06T20:21:51.818Z] #41 98.45   LINK     lib/c/libcriu.a
20:21:51 [2020-11-06T20:21:51.818Z] #41 98.50   GEN      magic.py
20:21:51 [2020-11-06T20:21:51.818Z] #41 98.55 Note: Building without setproctitle() and strlcpy() support.
20:21:52 [2020-11-06T20:21:52.017Z] #9 ...
20:21:52 [2020-11-06T20:21:52.018Z] 
20:21:52 [2020-11-06T20:21:52.018Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:52 [2020-11-06T20:21:52.018Z] #25 5.820 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 5.838 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 5.858 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 6.053 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 6.376 Get:5 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:21:52 [2020-11-06T20:21:52.018Z] #25 6.481 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [238 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 7.963 Fetched 8220 kB in 2s (3402 kB/s)
20:21:52 [2020-11-06T20:21:52.018Z] #25 7.963 Reading package lists...
20:21:52 [2020-11-06T20:21:52.018Z] #25 9.290 Reading package lists...
20:21:52 [2020-11-06T20:21:52.018Z] #25 10.62 Building dependency tree...
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.28 The following additional packages will be installed:
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.28   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.28   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.30   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.30 Suggested packages:
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.30   krb5-doc krb5-user
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.30 Recommended packages:
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.30   krb5-locales publicsuffix libsasl2-modules
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.56 The following NEW packages will be installed:
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.56   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.56   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.56   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.56   libssh2-1 libssl1.1 openssl
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.86 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.86 Need to get 4772 kB of archives.
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.86 After this operation, 11.5 MB of additional disk space will be used.
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.86 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.86 Get:2 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.86 Get:3 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u3 [216 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.86 Get:4 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.87 Get:5 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u3 [1382 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.90 Get:6 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u3 [823 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.97 Get:7 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.97 Get:8 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.97 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3 [64.7 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.97 Get:10 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3 [122 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.97 Get:11 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3 [353 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 11.98 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3 [150 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.00 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.00 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.00 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.02 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.02 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.02 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.03 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.03 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.05 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.31 debconf: delaying package configuration, since apt-utils is not installed
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.36 Fetched 4772 kB in 0s (10.6 MB/s)
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.38 Selecting previously unselected package libsasl2-modules-db:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6670 files and directories currently installed.)
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.39 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.39 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.52 Selecting previously unselected package libsasl2-2:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.53 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.54 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.58 Selecting previously unselected package libldap-common.
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.58 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.59 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.67 Selecting previously unselected package libldap-2.4-2:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.67 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.67 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.75 Selecting previously unselected package libssl1.1:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.76 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 12.76 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u3) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.01 Selecting previously unselected package openssl.
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.01 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.01 Unpacking openssl (1.1.1d-0+deb10u3) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.25 Selecting previously unselected package ca-certificates.
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.25 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.25 Unpacking ca-certificates (20200601~deb10u1) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.34 Selecting previously unselected package libkeyutils1:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.34 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.35 Unpacking libkeyutils1:arm64 (1.6-6) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.38 Selecting previously unselected package libkrb5support0:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.38 Preparing to unpack .../08-libkrb5support0_1.17-3_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.39 Unpacking libkrb5support0:arm64 (1.17-3) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.43 Selecting previously unselected package libk5crypto3:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.43 Preparing to unpack .../09-libk5crypto3_1.17-3_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.44 Unpacking libk5crypto3:arm64 (1.17-3) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.56 Selecting previously unselected package libkrb5-3:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.56 Preparing to unpack .../10-libkrb5-3_1.17-3_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 13.83 Unpacking libkrb5-3:arm64 (1.17-3) ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 15.99 Selecting previously unselected package libgssapi-krb5-2:arm64.
20:21:52 [2020-11-06T20:21:52.018Z] #25 15.99 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.018Z] #25 16.00 Unpacking libgssapi-krb5-2:arm64 (1.17-3) ...
20:21:52 [2020-11-06T20:21:52.024Z] #48 27.17 go: extracting github.com/go-toolsmith/astp v1.0.0
20:21:52 [2020-11-06T20:21:52.024Z] #48 27.19 go: extracting github.com/BurntSushi/toml v0.3.1
20:21:52 [2020-11-06T20:21:52.024Z] #48 27.22 go: downloading gopkg.in/yaml.v2 v2.2.7
20:21:52 [2020-11-06T20:21:52.024Z] #48 27.25 go: extracting gopkg.in/ini.v1 v1.51.0
20:21:52 [2020-11-06T20:21:52.109Z] #41 98.55       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:21:52 [2020-11-06T20:21:52.109Z] #41 98.55 Note: Building without GnuTLS support
20:21:52 [2020-11-06T20:21:52.109Z] #41 98.55 Makefile.config:39: Warn: you have no libnftables installed
20:21:52 [2020-11-06T20:21:52.110Z] #41 98.55 Makefile.config:40: Warn: Building without nftables support
20:21:52 [2020-11-06T20:21:52.110Z] #41 98.79 fatal: not a git repository (or any of the parent directories): .git
20:21:52 [2020-11-06T20:21:52.332Z] #48 27.32 go: downloading github.com/magiconair/properties v1.8.1
20:21:52 [2020-11-06T20:21:52.332Z] #48 27.33 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:21:52 [2020-11-06T20:21:52.332Z] #48 27.41 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:21:52 [2020-11-06T20:21:52.332Z] #48 27.61 go: extracting github.com/magiconair/properties v1.8.1
20:21:52 [2020-11-06T20:21:52.332Z] #48 27.72 go: extracting gopkg.in/yaml.v2 v2.2.7
20:21:52 [2020-11-06T20:21:52.401Z] #41 99.14 make[1]: Nothing to be done for 'all'.
20:21:52 [2020-11-06T20:21:52.521Z] #41 2.164 Note: Building without setproctitle() and strlcpy() support.
20:21:52 [2020-11-06T20:21:52.521Z] #41 2.164       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:21:52 [2020-11-06T20:21:52.521Z] #41 2.188 Note: Building without GnuTLS support
20:21:52 [2020-11-06T20:21:52.521Z] #41 2.204 Makefile.config:39: Warn: you have no libnftables installed
20:21:52 [2020-11-06T20:21:52.521Z] #41 2.204 Makefile.config:40: Warn: Building without nftables support
20:21:52 [2020-11-06T20:21:52.632Z] #48 27.74 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:21:52 [2020-11-06T20:21:52.632Z] #48 27.78 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:21:52 [2020-11-06T20:21:52.632Z] #48 27.84 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:21:52 [2020-11-06T20:21:52.692Z] #41 99.38 make[1]: 'images/built-in.o' is up to date.
20:21:52 [2020-11-06T20:21:52.692Z] #41 99.40 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:21:52 [2020-11-06T20:21:52.710Z] #9 ...
20:21:52 [2020-11-06T20:21:52.710Z] 
20:21:52 [2020-11-06T20:21:52.710Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:21:52 [2020-11-06T20:21:52.710Z] #27 DONE 13.5s
20:21:52 [2020-11-06T20:21:52.710Z] 
20:21:52 [2020-11-06T20:21:52.710Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:21:52 [2020-11-06T20:21:52.941Z] #48 28.07 go: downloading github.com/gogo/protobuf v1.2.1
20:21:52 [2020-11-06T20:21:52.942Z] #48 28.18 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:21:52 [2020-11-06T20:21:52.942Z] #48 28.23 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:21:52 [2020-11-06T20:21:52.969Z] #25 16.89 Selecting previously unselected package libnghttp2-14:arm64.
20:21:52 [2020-11-06T20:21:52.969Z] #25 16.89 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.969Z] #25 16.90 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
20:21:52 [2020-11-06T20:21:52.969Z] #25 16.99 Selecting previously unselected package libpsl5:arm64.
20:21:52 [2020-11-06T20:21:52.969Z] #25 16.99 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
20:21:52 [2020-11-06T20:21:52.969Z] #25 17.00 Unpacking libpsl5:arm64 (0.20.2-2) ...
20:21:52 [2020-11-06T20:21:52.969Z] #25 17.10 Selecting previously unselected package librtmp1:arm64.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.41 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.42 make[1]: 'compel/libcompel.a' is up to date.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.43 make[1]: 'compel/compel-host-bin' is up to date.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.44 make[1]: Nothing to be done for 'all'.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.44 make[1]: 'soccr/libsoccr.a' is up to date.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.50 make[2]: Nothing to be done for 'all'.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.51 make[2]: Nothing to be done for 'all'.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.52 make[2]: Nothing to be done for 'all'.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.56 make[2]: Nothing to be done for 'all'.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.58 make[2]: Nothing to be done for 'all'.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.59 make[2]: Nothing to be done for 'all'.
20:21:52 [2020-11-06T20:21:52.983Z] #41 99.60 make[2]: Nothing to be done for 'all'.
20:21:53 [2020-11-06T20:21:53.236Z] #25 17.10 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
20:21:53 [2020-11-06T20:21:53.236Z] #25 17.12 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:53 [2020-11-06T20:21:53.236Z] #25 ...
20:21:53 [2020-11-06T20:21:53.236Z] 
20:21:53 [2020-11-06T20:21:53.236Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:21:53 [2020-11-06T20:21:53.236Z] #9 DONE 4.7s
20:21:53 [2020-11-06T20:21:53.236Z] 
20:21:53 [2020-11-06T20:21:53.236Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:53 [2020-11-06T20:21:53.236Z] #25 17.28 Selecting previously unselected package libssh2-1:arm64.
20:21:53 [2020-11-06T20:21:53.236Z] #25 17.28 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
20:21:53 [2020-11-06T20:21:53.236Z] #25 17.29 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
20:21:53 [2020-11-06T20:21:53.236Z] #25 17.37 Selecting previously unselected package libcurl4:arm64.
20:21:53 [2020-11-06T20:21:53.236Z] #25 17.37 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ...
20:21:53 [2020-11-06T20:21:53.236Z] #25 ...
20:21:53 [2020-11-06T20:21:53.236Z] 
20:21:53 [2020-11-06T20:21:53.236Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:21:53 [2020-11-06T20:21:53.246Z] #48 28.51 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:21:53 [2020-11-06T20:21:53.276Z] #41 99.64 make[2]: Nothing to be done for 'all'.
20:21:53 [2020-11-06T20:21:53.276Z] #41 99.64   INSTALL  criu/criu
20:21:53 [2020-11-06T20:21:53.276Z] #41 DONE 99.8s
20:21:53 [2020-11-06T20:21:53.276Z] 
20:21:53 [2020-11-06T20:21:53.276Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:21:53 [2020-11-06T20:21:53.642Z] #9 DONE 2.8s
20:21:53 [2020-11-06T20:21:53.642Z] 
20:21:53 [2020-11-06T20:21:53.642Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:21:53 [2020-11-06T20:21:53.914Z] #41 ...
20:21:53 [2020-11-06T20:21:53.914Z] 
20:21:53 [2020-11-06T20:21:53.914Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:53 [2020-11-06T20:21:53.914Z] #32 91.63 path
20:21:53 [2020-11-06T20:21:53.914Z] #32 92.23 fmt
20:21:53 [2020-11-06T20:21:53.914Z] #32 92.27 path/filepath
20:21:53 [2020-11-06T20:21:53.914Z] #32 93.83 io/ioutil
20:21:53 [2020-11-06T20:21:53.914Z] #32 94.63 text/tabwriter
20:21:53 [2020-11-06T20:21:53.914Z] #32 96.59 flag
20:21:53 [2020-11-06T20:21:53.914Z] #32 96.59 github.com/BurntSushi/toml
20:21:53 [2020-11-06T20:21:53.914Z] #32 98.86 log
20:21:53 [2020-11-06T20:21:53.914Z] #32 101.2 github.com/BurntSushi/toml/cmd/tomlv
20:21:53 [2020-11-06T20:21:53.914Z] #32 ...
20:21:53 [2020-11-06T20:21:53.914Z] 
20:21:53 [2020-11-06T20:21:53.914Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:53 [2020-11-06T20:21:53.914Z] #35 6.854 -- Detecting C compile features - done
20:21:53 [2020-11-06T20:21:53.914Z] #35 6.915 -- Performing Test HAS_BUILTIN_FORTIFY
20:21:53 [2020-11-06T20:21:53.914Z] #35 7.236 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:21:53 [2020-11-06T20:21:53.914Z] #35 7.398 -- Configuring done
20:21:53 [2020-11-06T20:21:53.914Z] #35 7.416 -- Generating done
20:21:53 [2020-11-06T20:21:53.914Z] #35 7.431 -- Build files have been written to: /tmp/tmp.6YxlbvTj0m/tini
20:21:53 [2020-11-06T20:21:53.914Z] #35 7.443 + make tini-static
20:21:53 [2020-11-06T20:21:53.914Z] #35 8.061 Scanning dependencies of target tini-static
20:21:53 [2020-11-06T20:21:53.914Z] #35 8.199 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:21:54 [2020-11-06T20:21:54.176Z] #35 ...
20:21:54 [2020-11-06T20:21:54.176Z] 
20:21:54 [2020-11-06T20:21:54.176Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:54 [2020-11-06T20:21:54.176Z] #43 92.19 regexp/syntax
20:21:54 [2020-11-06T20:21:54.176Z] #43 93.20 fmt
20:21:54 [2020-11-06T20:21:54.176Z] #43 97.35 regexp
20:21:54 [2020-11-06T20:21:54.176Z] #43 98.80 flag
20:21:54 [2020-11-06T20:21:54.176Z] #43 100.7 go/token
20:21:54 [2020-11-06T20:21:54.176Z] #43 101.7 go/scanner
20:21:54 [2020-11-06T20:21:54.176Z] #43 101.8 internal/lazyregexp
20:21:54 [2020-11-06T20:21:54.176Z] #43 102.2 net/url
20:21:54 [2020-11-06T20:21:54.194Z] #10 DONE 0.8s
20:21:54 [2020-11-06T20:21:54.194Z] 
20:21:54 [2020-11-06T20:21:54.194Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.38 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.60 Selecting previously unselected package curl.
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.60 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.60 Unpacking curl (7.64.0-4+deb10u1) ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.66 Selecting previously unselected package libonig5:arm64.
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.66 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.66 Unpacking libonig5:arm64 (6.9.1-1) ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.81 Selecting previously unselected package libjq1:arm64.
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.81 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 17.82 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 18.01 Selecting previously unselected package jq.
20:21:54 [2020-11-06T20:21:54.194Z] #25 18.01 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 18.01 Unpacking jq (1.5+dfsg-2+b1) ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 18.07 Setting up libkeyutils1:arm64 (1.6-6) ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 18.08 Setting up libpsl5:arm64 (0.20.2-2) ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 18.09 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u3) ...
20:21:54 [2020-11-06T20:21:54.194Z] #25 ...
20:21:54 [2020-11-06T20:21:54.194Z] 
20:21:54 [2020-11-06T20:21:54.194Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:54 [2020-11-06T20:21:54.194Z] #29 DONE 0.1s
20:21:54 [2020-11-06T20:21:54.194Z] 
20:21:54 [2020-11-06T20:21:54.194Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:54 [2020-11-06T20:21:54.194Z] #37 DONE 0.1s
20:21:54 [2020-11-06T20:21:54.313Z] #54 ...
20:21:54 [2020-11-06T20:21:54.313Z] 
20:21:54 [2020-11-06T20:21:54.313Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:21:54 [2020-11-06T20:21:54.447Z] #43 ...
20:21:54 [2020-11-06T20:21:54.447Z] 
20:21:54 [2020-11-06T20:21:54.447Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:54 [2020-11-06T20:21:54.447Z] #35 9.534 [100%] Linking C executable tini-static
20:21:54 [2020-11-06T20:21:54.465Z] 
20:21:54 [2020-11-06T20:21:54.465Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.47 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.47 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.48 Setting up libkrb5support0:arm64 (1.17-3) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.49 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.52 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.55 Setting up libk5crypto3:arm64 (1.17-3) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.56 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.58 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.60 Setting up libkrb5-3:arm64 (1.17-3) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.61 Setting up openssl (1.1.1d-0+deb10u3) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.63 Setting up libonig5:arm64 (6.9.1-1) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.65 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.66 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ...
20:21:54 [2020-11-06T20:21:54.465Z] #25 18.68 Setting up ca-certificates (20200601~deb10u1) ...
20:21:54 [2020-11-06T20:21:54.573Z] #10 DONE 0.9s
20:21:54 [2020-11-06T20:21:54.574Z] 
20:21:54 [2020-11-06T20:21:54.574Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:54 [2020-11-06T20:21:54.603Z] #42 DONE 0.1s
20:21:54 [2020-11-06T20:21:54.603Z] 
20:21:54 [2020-11-06T20:21:54.603Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:21:54 [2020-11-06T20:21:54.603Z] #44 DONE 0.2s
20:21:54 [2020-11-06T20:21:54.603Z] 
20:21:54 [2020-11-06T20:21:54.603Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:21:54 [2020-11-06T20:21:54.832Z] #62 ...
20:21:54 [2020-11-06T20:21:54.832Z] 
20:21:54 [2020-11-06T20:21:54.832Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:54 [2020-11-06T20:21:54.832Z] #29 DONE 0.2s
20:21:54 [2020-11-06T20:21:54.832Z] 
20:21:54 [2020-11-06T20:21:54.832Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:54 [2020-11-06T20:21:54.832Z] #37 DONE 0.2s
20:21:54 [2020-11-06T20:21:54.832Z] 
20:21:54 [2020-11-06T20:21:54.832Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:54 [2020-11-06T20:21:54.894Z] #46 DONE 0.1s
20:21:54 [2020-11-06T20:21:54.894Z] 
20:21:54 [2020-11-06T20:21:54.894Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:21:54 [2020-11-06T20:21:54.894Z] #48 DONE 0.2s
20:21:54 [2020-11-06T20:21:54.894Z] 
20:21:54 [2020-11-06T20:21:54.894Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:21:55 [2020-11-06T20:21:55.026Z] #35 10.13 [100%] Built target tini-static
20:21:55 [2020-11-06T20:21:55.026Z] #35 10.23 + mkdir -p /build
20:21:55 [2020-11-06T20:21:55.026Z] #35 10.25 + cp tini-static /build/docker-init
20:21:55 [2020-11-06T20:21:55.185Z] #54 ...
20:21:55 [2020-11-06T20:21:55.185Z] 
20:21:55 [2020-11-06T20:21:55.185Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:21:55 [2020-11-06T20:21:55.185Z] #50 DONE 0.1s
20:21:55 [2020-11-06T20:21:55.185Z] 
20:21:55 [2020-11-06T20:21:55.185Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:21:55 [2020-11-06T20:21:55.476Z] #52 DONE 0.2s
20:21:55 [2020-11-06T20:21:55.476Z] 
20:21:55 [2020-11-06T20:21:55.476Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:21:55 [2020-11-06T20:21:55.602Z] #35 DONE 10.7s
20:21:55 [2020-11-06T20:21:55.602Z] 
20:21:55 [2020-11-06T20:21:55.602Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:55 [2020-11-06T20:21:55.602Z] #43 103.4 go/ast
20:21:56 [2020-11-06T20:21:56.034Z] #48 ...
20:21:56 [2020-11-06T20:21:56.034Z] 
20:21:56 [2020-11-06T20:21:56.034Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:56 [2020-11-06T20:21:56.034Z] #12 22.85 Reading package lists...
20:21:56 [2020-11-06T20:21:56.183Z] #43 104.3 text/template/parse
20:21:56 [2020-11-06T20:21:56.454Z] #43 ...
20:21:56 [2020-11-06T20:21:56.454Z] 
20:21:56 [2020-11-06T20:21:56.454Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:56 [2020-11-06T20:21:56.454Z] #49 94.34 encoding/base64
20:21:56 [2020-11-06T20:21:56.454Z] #49 95.19 golang.org/x/sys/unix
20:21:56 [2020-11-06T20:21:56.454Z] #49 96.02 fmt
20:21:56 [2020-11-06T20:21:56.454Z] #49 101.0 encoding/json
20:21:56 [2020-11-06T20:21:56.461Z] #25 20.63 Updating certificates in /etc/ssl/certs...
20:21:56 [2020-11-06T20:21:56.717Z] #49 ...
20:21:56 [2020-11-06T20:21:56.717Z] 
20:21:56 [2020-11-06T20:21:56.717Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:56 [2020-11-06T20:21:56.717Z] #41 4.465 fatal: not a git repository (or any of the parent directories): .git
20:21:56 [2020-11-06T20:21:56.717Z] #41 4.509   GEN      .gitid
20:21:56 [2020-11-06T20:21:56.717Z] #41 4.539   GEN      criu/include/version.h
20:21:56 [2020-11-06T20:21:56.717Z] #41 4.629   GEN      include/common/asm
20:21:56 [2020-11-06T20:21:56.979Z] #41 6.977   PBCC     images/timens.pb-c.c
20:21:56 [2020-11-06T20:21:56.979Z] #41 7.013   DEP      images/timens.pb-c.d
20:21:56 [2020-11-06T20:21:56.979Z] #41 7.067   PBCC     images/fown.pb-c.c
20:21:56 [2020-11-06T20:21:56.979Z] #41 ...
20:21:56 [2020-11-06T20:21:56.979Z] 
20:21:56 [2020-11-06T20:21:56.979Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:56 [2020-11-06T20:21:56.979Z] #11 94.97 Selecting previously unselected package mingw-w64-x86-64-dev.
20:21:56 [2020-11-06T20:21:56.979Z] #11 94.98 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:21:56 [2020-11-06T20:21:56.979Z] #11 94.99 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:21:56 [2020-11-06T20:21:56.979Z] #11 101.4 Selecting previously unselected package gcc-mingw-w64-base.
20:21:56 [2020-11-06T20:21:56.979Z] #11 101.4 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:21:56 [2020-11-06T20:21:56.979Z] #11 101.5 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:21:56 [2020-11-06T20:21:56.979Z] #11 101.7 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:21:56 [2020-11-06T20:21:56.979Z] #11 101.7 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:21:56 [2020-11-06T20:21:56.979Z] #11 101.7 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:21:57 [2020-11-06T20:21:57.094Z] #12 31.12 Building dependency tree...
20:21:57 [2020-11-06T20:21:57.242Z] #11 ...
20:21:57 [2020-11-06T20:21:57.242Z] 
20:21:57 [2020-11-06T20:21:57.242Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:57 [2020-11-06T20:21:57.242Z] #41 7.121   PBCC     images/google/protobuf/descriptor.pb-c.c
20:21:57 [2020-11-06T20:21:57.242Z] #41 7.227   PBCC     images/opts.pb-c.c
20:21:57 [2020-11-06T20:21:57.242Z] #41 7.315   PBCC     images/memfd.pb-c.c
20:21:57 [2020-11-06T20:21:57.504Z] #41 7.373   DEP      images/fown.pb-c.d
20:21:57 [2020-11-06T20:21:57.504Z] #41 7.415   DEP      images/google/protobuf/descriptor.pb-c.d
20:21:57 [2020-11-06T20:21:57.504Z] #41 7.478   DEP      images/opts.pb-c.d
20:21:57 [2020-11-06T20:21:57.504Z] #41 7.536   DEP      images/memfd.pb-c.d
20:21:57 [2020-11-06T20:21:57.504Z] #41 7.611   PBCC     images/sit.pb-c.c
20:21:57 [2020-11-06T20:21:57.767Z] #41 7.643   DEP      images/sit.pb-c.d
20:21:57 [2020-11-06T20:21:57.767Z] #41 7.712   PBCC     images/macvlan.pb-c.c
20:21:57 [2020-11-06T20:21:57.767Z] #41 7.747   DEP      images/macvlan.pb-c.d
20:21:57 [2020-11-06T20:21:57.767Z] #41 7.794   PBCC     images/autofs.pb-c.c
20:21:57 [2020-11-06T20:21:57.767Z] #41 7.819   DEP      images/autofs.pb-c.d
20:21:58 [2020-11-06T20:21:58.031Z] #41 7.855   PBCC     images/sysctl.pb-c.c
20:21:58 [2020-11-06T20:21:58.031Z] #41 7.911   DEP      images/sysctl.pb-c.d
20:21:58 [2020-11-06T20:21:58.031Z] #41 7.969   PBCC     images/time.pb-c.c
20:21:58 [2020-11-06T20:21:58.031Z] #41 ...
20:21:58 [2020-11-06T20:21:58.031Z] 
20:21:58 [2020-11-06T20:21:58.031Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:58 [2020-11-06T20:21:58.031Z] #32 DONE 106.1s
20:21:58 [2020-11-06T20:21:58.031Z] 
20:21:58 [2020-11-06T20:21:58.031Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:58 [2020-11-06T20:21:58.031Z] #41 7.990   DEP      images/time.pb-c.d
20:21:58 [2020-11-06T20:21:58.031Z] #41 8.056   PBCC     images/binfmt-misc.pb-c.c
20:21:58 [2020-11-06T20:21:58.031Z] #41 8.113   DEP      images/binfmt-misc.pb-c.d
20:21:58 [2020-11-06T20:21:58.031Z] #41 8.192   PBCC     images/seccomp.pb-c.c
20:21:58 [2020-11-06T20:21:58.188Z] #12 33.48 The following additional packages will be installed:
20:21:58 [2020-11-06T20:21:58.188Z] #12 33.48   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:21:58 [2020-11-06T20:21:58.188Z] #12 33.49   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:21:58 [2020-11-06T20:21:58.188Z] #12 33.49   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:21:58 [2020-11-06T20:21:58.188Z] #12 33.49   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:21:58 [2020-11-06T20:21:58.188Z] #12 33.50 Suggested packages:
20:21:58 [2020-11-06T20:21:58.188Z] #12 33.50   gcc-8-locales seccomp wine64
20:21:58 [2020-11-06T20:21:58.236Z] #54 114.7 + bin/containerd
20:21:58 [2020-11-06T20:21:58.294Z] #41 8.268   DEP      images/seccomp.pb-c.d
20:21:58 [2020-11-06T20:21:58.294Z] #41 8.380   PBCC     images/userns.pb-c.c
20:21:58 [2020-11-06T20:21:58.294Z] #41 8.418   DEP      images/userns.pb-c.d
20:21:58 [2020-11-06T20:21:58.558Z] #41 8.601   PBCC     images/cgroup.pb-c.c
20:21:58 [2020-11-06T20:21:58.558Z] #41 8.601   DEP      images/cgroup.pb-c.d
20:21:58 [2020-11-06T20:21:58.820Z] #41 8.648   PBCC     images/ext-file.pb-c.c
20:21:58 [2020-11-06T20:21:58.820Z] #41 8.679   DEP      images/ext-file.pb-c.d
20:21:58 [2020-11-06T20:21:58.820Z] #41 8.748   PBCC     images/rpc.pb-c.c
20:21:58 [2020-11-06T20:21:58.820Z] #41 8.866   DEP      images/rpc.pb-c.d
20:21:58 [2020-11-06T20:21:58.820Z] #41 8.981   PBCC     images/siginfo.pb-c.c
20:21:59 [2020-11-06T20:21:59.039Z] #25 23.19 126 added, 0 removed; done.
20:21:59 [2020-11-06T20:21:59.090Z] #41 9.093   DEP      images/siginfo.pb-c.d
20:21:59 [2020-11-06T20:21:59.304Z] #25 23.39 Setting up libgssapi-krb5-2:arm64 (1.17-3) ...
20:21:59 [2020-11-06T20:21:59.304Z] #25 23.41 Setting up jq (1.5+dfsg-2+b1) ...
20:21:59 [2020-11-06T20:21:59.304Z] #25 23.43 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ...
20:21:59 [2020-11-06T20:21:59.304Z] #25 23.45 Setting up curl (7.64.0-4+deb10u1) ...
20:21:59 [2020-11-06T20:21:59.304Z] #25 23.49 Processing triggers for libc-bin (2.28-10) ...
20:21:59 [2020-11-06T20:21:59.354Z] #41 9.303   PBCC     images/pagemap.pb-c.c
20:21:59 [2020-11-06T20:21:59.354Z] #41 9.370   DEP      images/pagemap.pb-c.d
20:21:59 [2020-11-06T20:21:59.354Z] #41 9.407   PBCC     images/rlimit.pb-c.c
20:21:59 [2020-11-06T20:21:59.354Z] #41 9.433   DEP      images/rlimit.pb-c.d
20:21:59 [2020-11-06T20:21:59.354Z] #41 9.478   PBCC     images/file-lock.pb-c.c
20:21:59 [2020-11-06T20:21:59.568Z] #25 23.60 Processing triggers for ca-certificates (20200601~deb10u1) ...
20:21:59 [2020-11-06T20:21:59.568Z] #25 23.62 Updating certificates in /etc/ssl/certs...
20:21:59 [2020-11-06T20:21:59.616Z] #41 9.515   DEP      images/file-lock.pb-c.d
20:21:59 [2020-11-06T20:21:59.616Z] #41 9.571   PBCC     images/tty.pb-c.c
20:21:59 [2020-11-06T20:21:59.616Z] #41 9.654   DEP      images/tty.pb-c.d
20:21:59 [2020-11-06T20:21:59.616Z] #41 9.725   PBCC     images/tun.pb-c.c
20:21:59 [2020-11-06T20:21:59.616Z] #41 9.754   PBCC     images/netdev.pb-c.c
20:21:59 [2020-11-06T20:21:59.879Z] #41 9.819   DEP      images/tun.pb-c.d
20:21:59 [2020-11-06T20:21:59.879Z] #41 9.878   DEP      images/netdev.pb-c.d
20:21:59 [2020-11-06T20:21:59.879Z] #41 9.945   PBCC     images/vma.pb-c.c
20:21:59 [2020-11-06T20:21:59.879Z] #41 10.01   DEP      images/vma.pb-c.d
20:22:00 [2020-11-06T20:22:00.103Z] #38 ...
20:22:00 [2020-11-06T20:22:00.103Z] 
20:22:00 [2020-11-06T20:22:00.103Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + RM_GOPATH=0
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + TMP_GOPATH=
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + : /build
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + '[' -z '' ']'
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 ++ mktemp -d
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + export GOPATH=/tmp/tmp.maOz8MDudg
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + GOPATH=/tmp/tmp.maOz8MDudg
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + RM_GOPATH=1
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + case "$(go env GOARCH)" in
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 ++ go env GOARCH
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + export GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 ++ dirname /tmp/install/install.sh
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + dir=/tmp/install
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + bin=dockercli
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + shift
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + . /tmp/install/dockercli.installer
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 ++ : stable
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 ++ : 17.06.2-ce
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + install_dockercli
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.625 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.634 ++ uname -m
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.634 + arch=x86_64
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.634 + '[' x86_64 '!=' x86_64 ']'
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.634 + url=https://download.docker.com/linux/static
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.634 + tar -xz docker/docker
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.634 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:22:00 [2020-11-06T20:22:00.103Z] #22 5.638 Install docker/cli version 17.06.2-ce from stable
20:22:00 [2020-11-06T20:22:00.142Z] #41 10.07   PBCC     images/creds.pb-c.c
20:22:00 [2020-11-06T20:22:00.142Z] #41 10.12   DEP      images/creds.pb-c.d
20:22:00 [2020-11-06T20:22:00.142Z] #41 10.16   PBCC     images/utsns.pb-c.c
20:22:00 [2020-11-06T20:22:00.142Z] #41 10.20   DEP      images/utsns.pb-c.d
20:22:00 [2020-11-06T20:22:00.142Z] #41 10.25   PBCC     images/ipc-desc.pb-c.c
20:22:00 [2020-11-06T20:22:00.148Z] #25 ...
20:22:00 [2020-11-06T20:22:00.148Z] 
20:22:00 [2020-11-06T20:22:00.148Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.470 + RM_GOPATH=0
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.470 + TMP_GOPATH=
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.470 + : /build
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.470 + '[' -z '' ']'
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.477 ++ mktemp -d
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.477 + export GOPATH=/tmp/tmp.5t6VxM713U
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.477 + GOPATH=/tmp/tmp.5t6VxM713U
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.477 + RM_GOPATH=1
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.477 + case "$(go env GOARCH)" in
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.477 ++ go env GOARCH
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.495 + export GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.495 + GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.498 ++ dirname /tmp/install/install.sh
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.499 + dir=/tmp/install
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.500 + bin=vndr
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.500 + shift
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.500 + '[' '!' -f /tmp/install/vndr.installer ']'
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.500 + . /tmp/install/vndr.installer
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.500 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.500 + install_vndr
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.500 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.501 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.502 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.5t6VxM713U/src/github.com/LK4D4/vndr
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.511 Cloning into '/tmp/tmp.5t6VxM713U/src/github.com/LK4D4/vndr'...
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.928 + cd /tmp/tmp.5t6VxM713U/src/github.com/LK4D4/vndr
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.928 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:22:00 [2020-11-06T20:22:00.148Z] #43 3.928 + go build -buildmode=pie -v -o /build/vndr .
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.286 runtime/internal/sys
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.309 internal/cpu
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.309 internal/race
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.328 runtime/internal/atomic
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.381 runtime/internal/math
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.423 sync/atomic
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.441 unicode
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.515 unicode/utf8
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.524 internal/bytealg
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.542 math/bits
20:22:00 [2020-11-06T20:22:00.148Z] #43 4.726 internal/testlog
20:22:00 [2020-11-06T20:22:00.148Z] #43 5.014 encoding
20:22:00 [2020-11-06T20:22:00.148Z] #43 5.040 math
20:22:00 [2020-11-06T20:22:00.148Z] #43 5.064 unicode/utf16
20:22:00 [2020-11-06T20:22:00.148Z] #43 5.274 runtime
20:22:00 [2020-11-06T20:22:00.148Z] #43 5.400 container/list
20:22:00 [2020-11-06T20:22:00.148Z] #43 5.833 crypto/internal/subtle
20:22:00 [2020-11-06T20:22:00.148Z] #43 5.963 crypto/subtle
20:22:00 [2020-11-06T20:22:00.148Z] #43 6.212 vendor/golang.org/x/crypto/cryptobyte/asn1
20:22:00 [2020-11-06T20:22:00.306Z] #12 35.33 The following NEW packages will be installed:
20:22:00 [2020-11-06T20:22:00.306Z] #12 35.33   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:22:00 [2020-11-06T20:22:00.306Z] #12 35.34   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:22:00 [2020-11-06T20:22:00.306Z] #12 35.34   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:22:00 [2020-11-06T20:22:00.306Z] #12 35.34   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:22:00 [2020-11-06T20:22:00.306Z] #12 35.34   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:22:00 [2020-11-06T20:22:00.306Z] #12 35.35   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:00 [2020-11-06T20:22:00.306Z] #12 ...
20:22:00 [2020-11-06T20:22:00.306Z] 
20:22:00 [2020-11-06T20:22:00.306Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:00 [2020-11-06T20:22:00.306Z] #54 21.43 Reading package lists...
20:22:00 [2020-11-06T20:22:00.306Z] #54 29.02 Building dependency tree...
20:22:00 [2020-11-06T20:22:00.306Z] #54 31.81 The following additional packages will be installed:
20:22:00 [2020-11-06T20:22:00.306Z] #54 31.83   libbtrfs0
20:22:00 [2020-11-06T20:22:00.306Z] #54 31.98 The following NEW packages will be installed:
20:22:00 [2020-11-06T20:22:00.306Z] #54 31.99   libbtrfs-dev libbtrfs0
20:22:00 [2020-11-06T20:22:00.306Z] #54 32.15 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
20:22:00 [2020-11-06T20:22:00.306Z] #54 32.15 Need to get 120 kB of archives.
20:22:00 [2020-11-06T20:22:00.306Z] #54 32.15 After this operation, 423 kB of additional disk space will be used.
20:22:00 [2020-11-06T20:22:00.307Z] #54 32.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
20:22:00 [2020-11-06T20:22:00.307Z] #54 32.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.13 debconf: delaying package configuration, since apt-utils is not installed
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.48 Fetched 120 kB in 0s (1311 kB/s)
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.61 Selecting previously unselected package libbtrfs0.
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.61 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.69 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ...
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.70 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.85 Selecting previously unselected package libbtrfs-dev.
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.88 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ...
20:22:00 [2020-11-06T20:22:00.307Z] #54 34.88 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:00 [2020-11-06T20:22:00.307Z] #54 35.23 Setting up libbtrfs0 (4.20.1-2) ...
20:22:00 [2020-11-06T20:22:00.307Z] #54 35.24 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:00 [2020-11-06T20:22:00.307Z] #54 35.26 Processing triggers for libc-bin (2.28-10) ...
20:22:00 [2020-11-06T20:22:00.307Z] #54 DONE 35.5s
20:22:00 [2020-11-06T20:22:00.307Z] 
20:22:00 [2020-11-06T20:22:00.307Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:00 [2020-11-06T20:22:00.307Z] #12 35.62 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
20:22:00 [2020-11-06T20:22:00.307Z] #12 35.62 Need to get 78.9 MB of archives.
20:22:00 [2020-11-06T20:22:00.307Z] #12 35.62 After this operation, 532 MB of additional disk space will be used.
20:22:00 [2020-11-06T20:22:00.307Z] #12 35.62 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]
20:22:00 [2020-11-06T20:22:00.404Z] #41 10.30   PBCC     images/ipc-sem.pb-c.c
20:22:00 [2020-11-06T20:22:00.404Z] #41 10.31   DEP      images/ipc-desc.pb-c.d
20:22:00 [2020-11-06T20:22:00.404Z] #41 10.38   DEP      images/ipc-sem.pb-c.d
20:22:00 [2020-11-06T20:22:00.404Z] #41 10.45   PBCC     images/ipc-msg.pb-c.c
20:22:00 [2020-11-06T20:22:00.404Z] #41 10.49   DEP      images/ipc-msg.pb-c.d
20:22:00 [2020-11-06T20:22:00.616Z] #12 ...
20:22:00 [2020-11-06T20:22:00.616Z] 
20:22:00 [2020-11-06T20:22:00.616Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:00 [2020-11-06T20:22:00.616Z] #41 22.47 Reading package lists...
20:22:00 [2020-11-06T20:22:00.616Z] #41 30.04 Building dependency tree...
20:22:00 [2020-11-06T20:22:00.616Z] #41 33.28 The following additional packages will be installed:
20:22:00 [2020-11-06T20:22:00.616Z] #41 33.28   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:22:00 [2020-11-06T20:22:00.616Z] #41 33.29   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:22:00 [2020-11-06T20:22:00.616Z] #41 33.30 Suggested packages:
20:22:00 [2020-11-06T20:22:00.616Z] #41 33.30   manpages-dev python-setuptools
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.07 The following NEW packages will be installed:
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.07   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.08   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.08   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.08   python-six zlib1g-dev
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.32 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.32 Need to get 4075 kB of archives.
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.32 After this operation, 24.5 MB of additional disk space will be used.
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.38 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.72 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.87 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.95 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 35.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB]
20:22:00 [2020-11-06T20:22:00.616Z] #41 ...
20:22:00 [2020-11-06T20:22:00.616Z] 
20:22:00 [2020-11-06T20:22:00.616Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.357 + RM_GOPATH=0
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.359 + TMP_GOPATH=
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.359 + : /build
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.360 + '[' -z '' ']'
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.362 ++ mktemp -d
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.364 + export GOPATH=/tmp/tmp.owTWNtv9zJ
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.377 + GOPATH=/tmp/tmp.owTWNtv9zJ
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.377 + RM_GOPATH=1
20:22:00 [2020-11-06T20:22:00.616Z] #55 0.378 + case "$(go env GOARCH)" in
20:22:00 [2020-11-06T20:22:00.617Z] #55 0.378 ++ go env GOARCH
20:22:00 [2020-11-06T20:22:00.617Z] #55 0.427 + export GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-11-06T20:22:00.617Z] #55 0.427 + GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-11-06T20:22:00.617Z] #55 0.437 ++ dirname /tmp/install/install.sh
20:22:00 [2020-11-06T20:22:00.617Z] #55 0.453 + dir=/tmp/install
20:22:00 [2020-11-06T20:22:00.667Z] #41 10.55   PBCC     images/ipc-shm.pb-c.c
20:22:00 [2020-11-06T20:22:00.667Z] #41 10.59   DEP      images/ipc-shm.pb-c.d
20:22:00 [2020-11-06T20:22:00.667Z] #41 10.65   PBCC     images/ipc-var.pb-c.c
20:22:00 [2020-11-06T20:22:00.667Z] #41 10.70   DEP      images/ipc-var.pb-c.d
20:22:00 [2020-11-06T20:22:00.667Z] #41 10.77   PBCC     images/sk-opts.pb-c.c
20:22:00 [2020-11-06T20:22:00.667Z] #41 10.81   PBCC     images/packet-sock.pb-c.c
20:22:00 [2020-11-06T20:22:00.668Z] #22 ...
20:22:00 [2020-11-06T20:22:00.669Z] 
20:22:00 [2020-11-06T20:22:00.669Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 + RM_GOPATH=0
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 + TMP_GOPATH=
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 + : /build
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 + '[' -z '' ']'
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 ++ mktemp -d
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 + export GOPATH=/tmp/tmp.oQseyITH5B
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 + GOPATH=/tmp/tmp.oQseyITH5B
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 + RM_GOPATH=1
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 + case "$(go env GOARCH)" in
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.735 ++ go env GOARCH
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.738 + export GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.738 + GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.739 ++ dirname /tmp/install/install.sh
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.739 + dir=/tmp/install
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.739 + bin=vndr
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.739 + shift
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.739 + '[' '!' -f /tmp/install/vndr.installer ']'
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.739 + . /tmp/install/vndr.installer
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.739 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.740 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.740 + install_vndr
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.740 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.740 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.oQseyITH5B/src/github.com/LK4D4/vndr
20:22:00 [2020-11-06T20:22:00.669Z] #43 5.741 Cloning into '/tmp/tmp.oQseyITH5B/src/github.com/LK4D4/vndr'...
20:22:00 [2020-11-06T20:22:00.669Z] #43 6.192 + cd /tmp/tmp.oQseyITH5B/src/github.com/LK4D4/vndr
20:22:00 [2020-11-06T20:22:00.669Z] #43 6.192 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
20:22:00 [2020-11-06T20:22:00.669Z] #43 6.198 + go build -buildmode=pie -v -o /build/vndr .
20:22:00 [2020-11-06T20:22:00.733Z] #43 6.568 internal/nettrace
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.455 + bin=containerd
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.455 + shift
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.457 + '[' '!' -f /tmp/install/containerd.installer ']'
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.458 + . /tmp/install/containerd.installer
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.459 ++ set -e
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.461 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.467 + install_containerd
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.470 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.471 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.471 + git clone https://github.com/containerd/containerd.git /tmp/tmp.owTWNtv9zJ/src/github.com/containerd/containerd
20:22:00 [2020-11-06T20:22:00.919Z] #55 0.475 Cloning into '/tmp/tmp.owTWNtv9zJ/src/github.com/containerd/containerd'...
20:22:00 [2020-11-06T20:22:00.931Z] #41 10.85   DEP      images/sk-opts.pb-c.d
20:22:00 [2020-11-06T20:22:00.931Z] #41 10.88   DEP      images/packet-sock.pb-c.d
20:22:00 [2020-11-06T20:22:00.931Z] #41 10.92   PBCC     images/sk-netlink.pb-c.c
20:22:00 [2020-11-06T20:22:00.931Z] #41 10.97   DEP      images/sk-netlink.pb-c.d
20:22:00 [2020-11-06T20:22:00.931Z] #41 11.03   PBCC     images/sk-inet.pb-c.c
20:22:01 [2020-11-06T20:22:01.195Z] #41 11.09   DEP      images/sk-inet.pb-c.d
20:22:01 [2020-11-06T20:22:01.195Z] #41 11.21   PBCC     images/sk-unix.pb-c.c
20:22:01 [2020-11-06T20:22:01.195Z] #41 11.25   DEP      images/sk-unix.pb-c.d
20:22:01 [2020-11-06T20:22:01.195Z] #41 11.29   PBCC     images/mm.pb-c.c
20:22:01 [2020-11-06T20:22:01.234Z] #43 6.795 runtime/internal/atomic
20:22:01 [2020-11-06T20:22:01.234Z] #43 6.795 internal/cpu
20:22:01 [2020-11-06T20:22:01.316Z] #43 7.127 runtime/cgo
20:22:01 [2020-11-06T20:22:01.458Z] #41 11.33   DEP      images/mm.pb-c.d
20:22:01 [2020-11-06T20:22:01.458Z] #41 11.39   PBCC     images/timerfd.pb-c.c
20:22:01 [2020-11-06T20:22:01.458Z] #41 11.44   DEP      images/timerfd.pb-c.d
20:22:01 [2020-11-06T20:22:01.458Z] #41 11.50   PBCC     images/timer.pb-c.c
20:22:01 [2020-11-06T20:22:01.458Z] #41 11.51   DEP      images/timer.pb-c.d
20:22:01 [2020-11-06T20:22:01.493Z] #43 7.049 runtime/internal/sys
20:22:01 [2020-11-06T20:22:01.720Z] #41 11.57   PBCC     images/sa.pb-c.c
20:22:01 [2020-11-06T20:22:01.720Z] #41 11.63   DEP      images/sa.pb-c.d
20:22:01 [2020-11-06T20:22:01.720Z] #41 11.70   PBCC     images/pipe-data.pb-c.c
20:22:01 [2020-11-06T20:22:01.720Z] #41 11.73   DEP      images/pipe-data.pb-c.d
20:22:01 [2020-11-06T20:22:01.720Z] #41 11.76   PBCC     images/mnt.pb-c.c
20:22:01 [2020-11-06T20:22:01.720Z] #41 11.81   DEP      images/mnt.pb-c.d
20:22:01 [2020-11-06T20:22:01.751Z] #43 7.151 runtime/internal/math
20:22:01 [2020-11-06T20:22:01.751Z] #43 7.185 internal/bytealg
20:22:01 [2020-11-06T20:22:01.751Z] #43 7.274 internal/race
20:22:01 [2020-11-06T20:22:01.751Z] #43 7.415 sync/atomic
20:22:01 [2020-11-06T20:22:01.983Z] #41 11.87   PBCC     images/sk-packet.pb-c.c
20:22:01 [2020-11-06T20:22:01.983Z] #41 11.91   DEP      images/sk-packet.pb-c.d
20:22:01 [2020-11-06T20:22:01.983Z] #41 11.96   PBCC     images/tcp-stream.pb-c.c
20:22:01 [2020-11-06T20:22:01.983Z] #41 12.01   DEP      images/tcp-stream.pb-c.d
20:22:01 [2020-11-06T20:22:01.983Z] #41 12.07   PBCC     images/pipe.pb-c.c
20:22:02 [2020-11-06T20:22:02.246Z] #41 12.17   DEP      images/pipe.pb-c.d
20:22:02 [2020-11-06T20:22:02.246Z] #41 12.23   PBCC     images/pstree.pb-c.c
20:22:02 [2020-11-06T20:22:02.246Z] #41 12.26   DEP      images/pstree.pb-c.d
20:22:02 [2020-11-06T20:22:02.246Z] #41 12.31   PBCC     images/fs.pb-c.c
20:22:02 [2020-11-06T20:22:02.246Z] #41 12.35   DEP      images/fs.pb-c.d
20:22:02 [2020-11-06T20:22:02.316Z] #43 7.817 unicode
20:22:02 [2020-11-06T20:22:02.316Z] #43 ...
20:22:02 [2020-11-06T20:22:02.316Z] 
20:22:02 [2020-11-06T20:22:02.316Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:22:02 [2020-11-06T20:22:02.316Z] #38 7.552 + git clone https://github.com/docker/distribution.git .
20:22:02 [2020-11-06T20:22:02.316Z] #38 7.557 Cloning into '.'...
20:22:02 [2020-11-06T20:22:02.509Z] #41 12.41   PBCC     images/signalfd.pb-c.c
20:22:02 [2020-11-06T20:22:02.509Z] #41 12.43   DEP      images/signalfd.pb-c.d
20:22:02 [2020-11-06T20:22:02.509Z] #41 12.49   PBCC     images/fh.pb-c.c
20:22:02 [2020-11-06T20:22:02.509Z] #41 12.59   PBCC     images/fsnotify.pb-c.c
20:22:02 [2020-11-06T20:22:02.772Z] #41 12.67   DEP      images/fh.pb-c.d
20:22:02 [2020-11-06T20:22:02.772Z] #41 12.76   DEP      images/fsnotify.pb-c.d
20:22:02 [2020-11-06T20:22:02.772Z] #41 12.83   PBCC     images/eventpoll.pb-c.c
20:22:02 [2020-11-06T20:22:02.772Z] #41 12.83   DEP      images/eventpoll.pb-c.d
20:22:02 [2020-11-06T20:22:02.772Z] #41 12.90   PBCC     images/eventfd.pb-c.c
20:22:02 [2020-11-06T20:22:02.795Z] #43 8.696 vendor/golang.org/x/crypto/internal/subtle
20:22:03 [2020-11-06T20:22:03.034Z] #41 12.91   DEP      images/eventfd.pb-c.d
20:22:03 [2020-11-06T20:22:03.034Z] #41 12.97   PBCC     images/remap-file-path.pb-c.c
20:22:03 [2020-11-06T20:22:03.034Z] #41 12.99   DEP      images/remap-file-path.pb-c.d
20:22:03 [2020-11-06T20:22:03.034Z] #41 13.06   PBCC     images/fifo.pb-c.c
20:22:03 [2020-11-06T20:22:03.034Z] #41 13.09   DEP      images/fifo.pb-c.d
20:22:03 [2020-11-06T20:22:03.035Z] #41 13.12   PBCC     images/ghost-file.pb-c.c
20:22:03 [2020-11-06T20:22:03.035Z] #41 13.18   DEP      images/ghost-file.pb-c.d
20:22:03 [2020-11-06T20:22:03.297Z] #41 13.23   PBCC     images/regfile.pb-c.c
20:22:03 [2020-11-06T20:22:03.297Z] #41 13.25   DEP      images/regfile.pb-c.d
20:22:03 [2020-11-06T20:22:03.297Z] #41 13.32   PBCC     images/ns.pb-c.c
20:22:03 [2020-11-06T20:22:03.376Z] #43 ...
20:22:03 [2020-11-06T20:22:03.377Z] 
20:22:03 [2020-11-06T20:22:03.377Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:22:03 [2020-11-06T20:22:03.377Z] #25 27.44 0 added, 0 removed; done.
20:22:03 [2020-11-06T20:22:03.377Z] #25 27.44 Running hooks in /etc/ca-certificates/update.d...
20:22:03 [2020-11-06T20:22:03.377Z] #25 27.48 done.
20:22:03 [2020-11-06T20:22:03.559Z] #41 13.37   DEP      images/ns.pb-c.d
20:22:03 [2020-11-06T20:22:03.559Z] #41 13.42   PBCC     images/fdinfo.pb-c.c
20:22:03 [2020-11-06T20:22:03.559Z] #41 13.52   DEP      images/fdinfo.pb-c.d
20:22:03 [2020-11-06T20:22:03.559Z] #41 13.58   PBCC     images/core-aarch64.pb-c.c
20:22:03 [2020-11-06T20:22:03.559Z] #41 13.62   PBCC     images/core-arm.pb-c.c
20:22:03 [2020-11-06T20:22:03.559Z] #41 13.67   PBCC     images/core-ppc64.pb-c.c
20:22:03 [2020-11-06T20:22:03.559Z] #41 13.72   PBCC     images/core-s390.pb-c.c
20:22:03 [2020-11-06T20:22:03.773Z] #55 ...
20:22:03 [2020-11-06T20:22:03.773Z] 
20:22:03 [2020-11-06T20:22:03.773Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:03 [2020-11-06T20:22:03.773Z] #35 21.29 Reading package lists...
20:22:03 [2020-11-06T20:22:03.773Z] #35 28.99 Building dependency tree...
20:22:03 [2020-11-06T20:22:03.773Z] #35 31.96 The following additional packages will be installed:
20:22:03 [2020-11-06T20:22:03.773Z] #35 31.97   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:22:03 [2020-11-06T20:22:03.773Z] #35 31.97 Suggested packages:
20:22:03 [2020-11-06T20:22:03.773Z] #35 31.98   cmake-doc ninja-build lrzip
20:22:03 [2020-11-06T20:22:03.773Z] #35 31.98 Recommended packages:
20:22:03 [2020-11-06T20:22:03.773Z] #35 31.98   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:22:03 [2020-11-06T20:22:03.773Z] #35 32.98 The following NEW packages will be installed:
20:22:03 [2020-11-06T20:22:03.773Z] #35 32.98   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:22:03 [2020-11-06T20:22:03.773Z] #35 32.98   vim-common xxd
20:22:03 [2020-11-06T20:22:03.773Z] #35 33.13 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
20:22:03 [2020-11-06T20:22:03.773Z] #35 33.13 Need to get 14.9 MB of archives.
20:22:03 [2020-11-06T20:22:03.773Z] #35 33.13 After this operation, 67.2 MB of additional disk space will be used.
20:22:03 [2020-11-06T20:22:03.774Z] #35 33.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 33.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 33.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 33.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 34.35 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 34.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 34.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 34.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 34.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 34.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #35 36.65 debconf: delaying package configuration, since apt-utils is not installed
20:22:03 [2020-11-06T20:22:03.774Z] #35 36.90 Fetched 14.9 MB in 2s (8323 kB/s)
20:22:03 [2020-11-06T20:22:03.774Z] #35 36.98 Selecting previously unselected package xxd.
20:22:03 [2020-11-06T20:22:03.774Z] #35 36.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 ... 15339 files and directories currently installed.)
20:22:03 [2020-11-06T20:22:03.774Z] #35 37.06 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ...
20:22:03 [2020-11-06T20:22:03.774Z] #35 37.06 Unpacking xxd (2:8.1.0875-5) ...
20:22:03 [2020-11-06T20:22:03.774Z] #35 37.33 Selecting previously unselected package vim-common.
20:22:03 [2020-11-06T20:22:03.774Z] #35 37.34 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:22:03 [2020-11-06T20:22:03.774Z] #35 37.41 Unpacking vim-common (2:8.1.0875-5) ...
20:22:03 [2020-11-06T20:22:03.774Z] #35 37.70 Selecting previously unselected package cmake-data.
20:22:03 [2020-11-06T20:22:03.774Z] #35 37.72 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:22:03 [2020-11-06T20:22:03.774Z] #35 37.74 Unpacking cmake-data (3.13.4-1) ...
20:22:03 [2020-11-06T20:22:03.774Z] #35 ...
20:22:03 [2020-11-06T20:22:03.774Z] 
20:22:03 [2020-11-06T20:22:03.774Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:03 [2020-11-06T20:22:03.774Z] #41 35.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #41 36.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB]
20:22:03 [2020-11-06T20:22:03.774Z] #41 37.65 debconf: delaying package configuration, since apt-utils is not installed
20:22:03 [2020-11-06T20:22:03.774Z] #41 37.97 Fetched 4075 kB in 1s (4999 kB/s)
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.12 Selecting previously unselected package libcap-dev:ppc64el.
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.16 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.17 Unpacking libcap-dev:ppc64el (1:2.25-2) ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.34 Selecting previously unselected package libnet1:ppc64el.
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.36 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.37 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.56 Selecting previously unselected package libnet1-dev.
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.57 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.57 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.82 Selecting previously unselected package libnl-3-200:ppc64el.
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.82 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 38.83 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 39.03 Selecting previously unselected package libnl-3-dev:ppc64el.
20:22:03 [2020-11-06T20:22:03.774Z] #41 39.04 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ...
20:22:03 [2020-11-06T20:22:03.774Z] #41 39.06 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ...
20:22:03 [2020-11-06T20:22:03.822Z] #41 13.77   PBCC     images/core-x86.pb-c.c
20:22:03 [2020-11-06T20:22:03.822Z] #41 13.81   PBCC     images/core.pb-c.c
20:22:03 [2020-11-06T20:22:03.957Z] #25 ...
20:22:03 [2020-11-06T20:22:03.957Z] 
20:22:03 [2020-11-06T20:22:03.957Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:03 [2020-11-06T20:22:03.957Z] #53 5.304 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:03 [2020-11-06T20:22:03.957Z] #53 5.341 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:03 [2020-11-06T20:22:03.957Z] #53 5.501 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:03 [2020-11-06T20:22:03.957Z] #53 6.221 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:22:03 [2020-11-06T20:22:03.957Z] #53 8.143 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [238 kB]
20:22:03 [2020-11-06T20:22:03.957Z] #53 8.988 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:22:04 [2020-11-06T20:22:04.085Z] #41 13.88   PBCC     images/inventory.pb-c.c
20:22:04 [2020-11-06T20:22:04.085Z] #41 13.94   DEP      images/core-aarch64.pb-c.d
20:22:04 [2020-11-06T20:22:04.085Z] #41 14.02   DEP      images/core-arm.pb-c.d
20:22:04 [2020-11-06T20:22:04.085Z] #41 14.09   DEP      images/core-ppc64.pb-c.d
20:22:04 [2020-11-06T20:22:04.085Z] #41 14.14   DEP      images/core-s390.pb-c.d
20:22:04 [2020-11-06T20:22:04.222Z] #53 ...
20:22:04 [2020-11-06T20:22:04.222Z] 
20:22:04 [2020-11-06T20:22:04.222Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.724 + RM_GOPATH=0
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.724 + TMP_GOPATH=
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.724 + : /build
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.724 + '[' -z '' ']'
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.725 ++ mktemp -d
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.731 + export GOPATH=/tmp/tmp.Hfws431YNj
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.731 + GOPATH=/tmp/tmp.Hfws431YNj
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.731 + RM_GOPATH=1
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.731 + case "$(go env GOARCH)" in
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.732 ++ go env GOARCH
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.738 + export GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.738 + GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.741 ++ dirname /tmp/install/install.sh
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 + dir=/tmp/install
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 + bin=dockercli
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 + shift
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 + . /tmp/install/dockercli.installer
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 ++ : stable
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 ++ : 17.06.2-ce
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 + install_dockercli
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.747 Install docker/cli version 17.06.2-ce from stable
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.748 ++ uname -m
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.756 + arch=aarch64
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.756 + '[' aarch64 '!=' x86_64 ']'
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.756 + '[' aarch64 '!=' s390x ']'
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.756 + '[' aarch64 '!=' armhf ']'
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.756 + build_dockercli
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.756 + git clone https://github.com/docker/docker-ce /tmp/tmp.Hfws431YNj/tmp/docker-ce
20:22:04 [2020-11-06T20:22:04.222Z] #22 4.775 Cloning into '/tmp/tmp.Hfws431YNj/tmp/docker-ce'...
20:22:04 [2020-11-06T20:22:04.222Z] #22 ...
20:22:04 [2020-11-06T20:22:04.222Z] 
20:22:04 [2020-11-06T20:22:04.222Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:04 [2020-11-06T20:22:04.222Z] #34 5.221 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:04 [2020-11-06T20:22:04.222Z] #34 5.247 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:04 [2020-11-06T20:22:04.222Z] #34 5.413 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:04 [2020-11-06T20:22:04.222Z] #34 6.130 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:22:04 [2020-11-06T20:22:04.222Z] #34 8.504 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [238 kB]
20:22:04 [2020-11-06T20:22:04.222Z] #34 8.547 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:22:04 [2020-11-06T20:22:04.348Z] #41 14.21   DEP      images/core-x86.pb-c.d
20:22:04 [2020-11-06T20:22:04.348Z] #41 14.29   DEP      images/core.pb-c.d
20:22:04 [2020-11-06T20:22:04.348Z] #41 14.33   DEP      images/inventory.pb-c.d
20:22:04 [2020-11-06T20:22:04.348Z] #41 14.40   PBCC     images/cpuinfo.pb-c.c
20:22:04 [2020-11-06T20:22:04.434Z] #41 39.45 Selecting previously unselected package libprotobuf-c1:ppc64el.
20:22:04 [2020-11-06T20:22:04.434Z] #41 39.50 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
20:22:04 [2020-11-06T20:22:04.434Z] #41 39.53 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
20:22:04 [2020-11-06T20:22:04.434Z] #41 39.65 Selecting previously unselected package libprotobuf-c-dev:ppc64el.
20:22:04 [2020-11-06T20:22:04.434Z] #41 39.65 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ...
20:22:04 [2020-11-06T20:22:04.434Z] #41 39.66 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
20:22:04 [2020-11-06T20:22:04.488Z] #34 ...
20:22:04 [2020-11-06T20:22:04.488Z] 
20:22:04 [2020-11-06T20:22:04.488Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.127 + RM_GOPATH=0
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.127 + TMP_GOPATH=
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.127 + : /build
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.127 + '[' -z '' ']'
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.127 ++ mktemp -d
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.130 + export GOPATH=/tmp/tmp.aVvuK9ZFju
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.131 + GOPATH=/tmp/tmp.aVvuK9ZFju
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.131 + RM_GOPATH=1
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.132 + case "$(go env GOARCH)" in
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.132 ++ go env GOARCH
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.159 + export GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.159 + GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.161 ++ dirname /tmp/install/install.sh
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.164 + dir=/tmp/install
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.167 + bin=proxy
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.168 + shift
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.168 + '[' '!' -f /tmp/install/proxy.installer ']'
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.169 + . /tmp/install/proxy.installer
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.169 ++ : d511c60c5c23e6753631244f271a1ec6097254a5
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.170 + install_proxy
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.171 + case "$1" in
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.171 + export CGO_ENABLED=0
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.171 + CGO_ENABLED=0
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.172 + _install_proxy
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.172 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5'
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.175 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.176 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.aVvuK9ZFju/src/github.com/docker/libnetwork
20:22:04 [2020-11-06T20:22:04.488Z] #62 5.179 Cloning into '/tmp/tmp.aVvuK9ZFju/src/github.com/docker/libnetwork'...
20:22:04 [2020-11-06T20:22:04.488Z] #62 ...
20:22:04 [2020-11-06T20:22:04.488Z] 
20:22:04 [2020-11-06T20:22:04.488Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:04 [2020-11-06T20:22:04.488Z] #30 4.734 + git clone https://github.com/kolyshkin/go-swagger.git .
20:22:04 [2020-11-06T20:22:04.488Z] #30 4.734 Cloning into '.'...
20:22:04 [2020-11-06T20:22:04.610Z] #41 14.44   DEP      images/cpuinfo.pb-c.d
20:22:04 [2020-11-06T20:22:04.610Z] #41 14.47   PBCC     images/stats.pb-c.c
20:22:04 [2020-11-06T20:22:04.610Z] #41 14.50   DEP      images/stats.pb-c.d
20:22:04 [2020-11-06T20:22:04.610Z] #41 ...
20:22:04 [2020-11-06T20:22:04.610Z] 
20:22:04 [2020-11-06T20:22:04.610Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:22:04 [2020-11-06T20:22:04.740Z] #41 39.81 Selecting previously unselected package zlib1g-dev:ppc64el.
20:22:04 [2020-11-06T20:22:04.740Z] #41 39.81 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ...
20:22:04 [2020-11-06T20:22:04.740Z] #41 39.81 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
20:22:04 [2020-11-06T20:22:04.753Z] #30 ...
20:22:04 [2020-11-06T20:22:04.753Z] 
20:22:04 [2020-11-06T20:22:04.753Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:04 [2020-11-06T20:22:04.753Z] #11 5.299 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:04 [2020-11-06T20:22:04.753Z] #11 5.336 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:04 [2020-11-06T20:22:04.753Z] #11 5.411 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:04 [2020-11-06T20:22:04.753Z] #11 6.164 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:22:04 [2020-11-06T20:22:04.753Z] #11 7.787 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [238 kB]
20:22:04 [2020-11-06T20:22:04.753Z] #11 8.987 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:22:04 [2020-11-06T20:22:04.884Z] #38 ...
20:22:04 [2020-11-06T20:22:04.884Z] 
20:22:04 [2020-11-06T20:22:04.884Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + RM_GOPATH=0
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + TMP_GOPATH=
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + : /build
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + '[' -z '' ']'
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 ++ mktemp -d
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + export GOPATH=/tmp/tmp.K0GM6OVxvj
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + GOPATH=/tmp/tmp.K0GM6OVxvj
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + RM_GOPATH=1
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + case "$(go env GOARCH)" in
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 ++ go env GOARCH
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + export GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.026 + GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.037 ++ dirname /tmp/install/install.sh
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.038 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 + dir=/tmp/install
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 + bin=shfmt
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 + shift
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 + . /tmp/install/shfmt.installer
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 + install_shfmt
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.041 + git clone https://github.com/mvdan/sh.git /tmp/tmp.K0GM6OVxvj/src/github.com/mvdan/sh
20:22:04 [2020-11-06T20:22:04.884Z] #49 8.043 Cloning into '/tmp/tmp.K0GM6OVxvj/src/github.com/mvdan/sh'...
20:22:04 [2020-11-06T20:22:04.884Z] #49 ...
20:22:04 [2020-11-06T20:22:04.884Z] 
20:22:04 [2020-11-06T20:22:04.884Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 + RM_GOPATH=0
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 + TMP_GOPATH=
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 + : /build
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 + '[' -z '' ']'
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 ++ mktemp -d
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 + export GOPATH=/tmp/tmp.VqUGjfPlwa
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 + GOPATH=/tmp/tmp.VqUGjfPlwa
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 + RM_GOPATH=1
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 + case "$(go env GOARCH)" in
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.697 ++ go env GOARCH
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.722 + export GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.722 + GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.722 ++ dirname /tmp/install/install.sh
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 + dir=/tmp/install
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 + bin=tomlv
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 + shift
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 + . /tmp/install/tomlv.installer
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 + install_tomlv
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.726 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.VqUGjfPlwa/src/github.com/BurntSushi/toml
20:22:04 [2020-11-06T20:22:04.884Z] #32 6.732 Cloning into '/tmp/tmp.VqUGjfPlwa/src/github.com/BurntSushi/toml'...
20:22:04 [2020-11-06T20:22:04.884Z] #32 7.746 + cd /tmp/tmp.VqUGjfPlwa/src/github.com/BurntSushi/toml
20:22:04 [2020-11-06T20:22:04.884Z] #32 7.746 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:04 [2020-11-06T20:22:04.884Z] #32 7.764 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:22:04 [2020-11-06T20:22:04.884Z] #32 8.749 math/bits
20:22:04 [2020-11-06T20:22:04.884Z] #32 8.998 runtime
20:22:04 [2020-11-06T20:22:04.884Z] #32 9.642 math
20:22:04 [2020-11-06T20:22:04.884Z] #32 ...
20:22:04 [2020-11-06T20:22:04.884Z] 
20:22:04 [2020-11-06T20:22:04.884Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.468 + RM_GOPATH=0
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.468 + TMP_GOPATH=
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.468 + : /build
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.468 + '[' -z '' ']'
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.468 ++ mktemp -d
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + export GOPATH=/tmp/tmp.vEWNZxergA
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + GOPATH=/tmp/tmp.vEWNZxergA
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + RM_GOPATH=1
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + case "$(go env GOARCH)" in
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 ++ go env GOARCH
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + export GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 ++ dirname /tmp/install/install.sh
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + dir=/tmp/install
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + bin=gotestsum
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + shift
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + . /tmp/install/gotestsum.installer
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 ++ : v0.5.3
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + install_gotestsum
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + set -e
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + export GO111MODULE=on
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + GO111MODULE=on
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + GOBIN=/build
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.490 + go get gotest.tools/gotestsum@v0.5.3
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.581 go: finding gotest.tools v0.5.3
20:22:04 [2020-11-06T20:22:04.884Z] #45 6.581 go: finding gotest.tools/gotestsum v0.5.3
20:22:04 [2020-11-06T20:22:04.884Z] #45 7.620 go: downloading gotest.tools/gotestsum v0.5.3
20:22:04 [2020-11-06T20:22:04.884Z] #45 8.209 go: extracting gotest.tools/gotestsum v0.5.3
20:22:04 [2020-11-06T20:22:04.884Z] #45 9.350 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:04 [2020-11-06T20:22:04.884Z] #45 9.350 go: downloading github.com/fatih/color v1.9.0
20:22:04 [2020-11-06T20:22:04.884Z] #45 9.384 go: downloading github.com/spf13/pflag v1.0.3
20:22:04 [2020-11-06T20:22:04.884Z] #45 9.536 go: downloading github.com/pkg/errors v0.9.1
20:22:04 [2020-11-06T20:22:04.884Z] #45 9.647 go: downloading github.com/jonboulle/clockwork v0.1.0
20:22:04 [2020-11-06T20:22:04.884Z] #45 9.745 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:04 [2020-11-06T20:22:04.884Z] #45 9.813 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:04 [2020-11-06T20:22:04.884Z] #45 10.01 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:04 [2020-11-06T20:22:04.884Z] #45 10.04 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:04 [2020-11-06T20:22:04.884Z] #45 10.05 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:04 [2020-11-06T20:22:04.884Z] #45 10.32 go: extracting github.com/fatih/color v1.9.0
20:22:04 [2020-11-06T20:22:04.884Z] #45 10.33 go: downloading github.com/mattn/go-colorable v0.1.6
20:22:04 [2020-11-06T20:22:04.884Z] #45 10.33 go: downloading github.com/mattn/go-isatty v0.0.12
20:22:04 [2020-11-06T20:22:04.884Z] #45 ...
20:22:04 [2020-11-06T20:22:04.884Z] 
20:22:04 [2020-11-06T20:22:04.884Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:04 [2020-11-06T20:22:04.884Z] #34 8.501 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:04 [2020-11-06T20:22:04.884Z] #34 8.590 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:04 [2020-11-06T20:22:04.884Z] #34 8.792 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:04 [2020-11-06T20:22:04.884Z] #34 10.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:05 [2020-11-06T20:22:05.042Z] #41 40.10 Selecting previously unselected package libprotobuf17:ppc64el.
20:22:05 [2020-11-06T20:22:05.042Z] #41 40.11 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ...
20:22:05 [2020-11-06T20:22:05.042Z] #41 40.11 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ...
20:22:05 [2020-11-06T20:22:05.080Z] #11 ...
20:22:05 [2020-11-06T20:22:05.080Z] 
20:22:05 [2020-11-06T20:22:05.080Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.678 + RM_GOPATH=0
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.678 + TMP_GOPATH=
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.678 + : /build
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.678 + '[' -z '' ']'
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.678 ++ mktemp -d
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.684 + export GOPATH=/tmp/tmp.30IAvel1Pk
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.684 + GOPATH=/tmp/tmp.30IAvel1Pk
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.684 + RM_GOPATH=1
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.684 + case "$(go env GOARCH)" in
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.684 ++ go env GOARCH
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.698 + export GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.698 + GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.700 ++ dirname /tmp/install/install.sh
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.709 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 + dir=/tmp/install
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 + bin=tomlv
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 + shift
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 + . /tmp/install/tomlv.installer
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 + install_tomlv
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.30IAvel1Pk/src/github.com/BurntSushi/toml
20:22:05 [2020-11-06T20:22:05.080Z] #32 4.716 Cloning into '/tmp/tmp.30IAvel1Pk/src/github.com/BurntSushi/toml'...
20:22:05 [2020-11-06T20:22:05.080Z] #32 5.520 + cd /tmp/tmp.30IAvel1Pk/src/github.com/BurntSushi/toml
20:22:05 [2020-11-06T20:22:05.080Z] #32 5.520 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:05 [2020-11-06T20:22:05.080Z] #32 5.534 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:22:05 [2020-11-06T20:22:05.080Z] #32 6.286 unicode
20:22:05 [2020-11-06T20:22:05.080Z] #32 6.367 math
20:22:05 [2020-11-06T20:22:05.080Z] #32 6.449 runtime
20:22:05 [2020-11-06T20:22:05.080Z] #32 6.513 runtime/cgo
20:22:05 [2020-11-06T20:22:05.080Z] #32 ...
20:22:05 [2020-11-06T20:22:05.080Z] 
20:22:05 [2020-11-06T20:22:05.080Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.829 + RM_GOPATH=0
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.829 + TMP_GOPATH=
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.829 + : /build
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.829 + '[' -z '' ']'
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.829 ++ mktemp -d
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.832 + export GOPATH=/tmp/tmp.KjDfcc64tV
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.832 + GOPATH=/tmp/tmp.KjDfcc64tV
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.832 + RM_GOPATH=1
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.832 + case "$(go env GOARCH)" in
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.835 ++ go env GOARCH
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.871 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + export GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 ++ dirname /tmp/install/install.sh
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + dir=/tmp/install
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + bin=rootlesskit
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + shift
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + . /tmp/install/rootlesskit.installer
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + install_rootlesskit
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + case "$1" in
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + export CGO_ENABLED=0
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + CGO_ENABLED=0
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + _install_rootlesskit
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.KjDfcc64tV/src/github.com/rootless-containers/rootlesskit
20:22:05 [2020-11-06T20:22:05.080Z] #56 4.872 Cloning into '/tmp/tmp.KjDfcc64tV/src/github.com/rootless-containers/rootlesskit'...
20:22:05 [2020-11-06T20:22:05.080Z] #56 9.798 + cd /tmp/tmp.KjDfcc64tV/src/github.com/rootless-containers/rootlesskit
20:22:05 [2020-11-06T20:22:05.080Z] #56 9.798 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:22:05 [2020-11-06T20:22:05.080Z] #56 10.11 + for f in rootlesskit rootlesskit-docker-proxy
20:22:05 [2020-11-06T20:22:05.080Z] #56 10.11 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:22:05 [2020-11-06T20:22:05.144Z] #34 ...
20:22:05 [2020-11-06T20:22:05.144Z] 
20:22:05 [2020-11-06T20:22:05.144Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 + RM_GOPATH=0
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 + TMP_GOPATH=
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 + : /build
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 + '[' -z '' ']'
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 ++ mktemp -d
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 + export GOPATH=/tmp/tmp.Orw0OPao9h
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 + GOPATH=/tmp/tmp.Orw0OPao9h
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 + RM_GOPATH=1
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 + case "$(go env GOARCH)" in
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.455 ++ go env GOARCH
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.460 + export GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.460 + GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.460 ++ dirname /tmp/install/install.sh
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.474 + dir=/tmp/install
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.474 + bin=golangci_lint
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.474 + shift
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.474 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.474 + . /tmp/install/golangci_lint.installer
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.474 ++ : v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.474 + install_golangci_lint
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.474 + set -e
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.482 + export GO111MODULE=on
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.482 + GO111MODULE=on
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.482 + GOBIN=/build
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.482 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.519 go: finding github.com v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.520 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.521 go: finding github.com/golangci v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.521 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 7.521 go: finding github.com/golangci/golangci-lint v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 9.122 go: downloading github.com/golangci/golangci-lint v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 10.40 go: extracting github.com/golangci/golangci-lint v1.23.8
20:22:05 [2020-11-06T20:22:05.144Z] #47 ...
20:22:05 [2020-11-06T20:22:05.144Z] 
20:22:05 [2020-11-06T20:22:05.144Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:05 [2020-11-06T20:22:05.144Z] #11 8.501 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:05 [2020-11-06T20:22:05.144Z] #11 8.641 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:05 [2020-11-06T20:22:05.144Z] #11 8.748 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:05 [2020-11-06T20:22:05.346Z] #56 ...
20:22:05 [2020-11-06T20:22:05.346Z] 
20:22:05 [2020-11-06T20:22:05.346Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:22:05 [2020-11-06T20:22:05.346Z] #38 4.549 + git clone https://github.com/docker/distribution.git .
20:22:05 [2020-11-06T20:22:05.346Z] #38 4.554 Cloning into '.'...
20:22:05 [2020-11-06T20:22:05.346Z] #38 ...
20:22:05 [2020-11-06T20:22:05.346Z] 
20:22:05 [2020-11-06T20:22:05.346Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.180 + RM_GOPATH=0
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.180 + TMP_GOPATH=
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.180 + : /build
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.180 + '[' -z '' ']'
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.181 ++ mktemp -d
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.183 + export GOPATH=/tmp/tmp.c8dJUnMJJp
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.183 + GOPATH=/tmp/tmp.c8dJUnMJJp
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.183 + RM_GOPATH=1
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.183 + case "$(go env GOARCH)" in
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.193 ++ go env GOARCH
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.209 + export GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.209 + GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.209 ++ dirname /tmp/install/install.sh
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.211 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 + dir=/tmp/install
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 + bin=shfmt
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 + shift
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 + . /tmp/install/shfmt.installer
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 + install_shfmt
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 + git clone https://github.com/mvdan/sh.git /tmp/tmp.c8dJUnMJJp/src/github.com/mvdan/sh
20:22:05 [2020-11-06T20:22:05.346Z] #49 4.214 Cloning into '/tmp/tmp.c8dJUnMJJp/src/github.com/mvdan/sh'...
20:22:05 [2020-11-06T20:22:05.346Z] #49 10.98 + cd /tmp/tmp.c8dJUnMJJp/src/github.com/mvdan/sh
20:22:05 [2020-11-06T20:22:05.346Z] #49 10.98 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:05 [2020-11-06T20:22:05.346Z] #49 11.14 + GO111MODULE=on
20:22:05 [2020-11-06T20:22:05.346Z] #49 11.14 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:22:05 [2020-11-06T20:22:05.402Z] #11 ...
20:22:05 [2020-11-06T20:22:05.402Z] 
20:22:05 [2020-11-06T20:22:05.402Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:05 [2020-11-06T20:22:05.402Z] #53 8.553 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:05 [2020-11-06T20:22:05.402Z] #53 8.692 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:05 [2020-11-06T20:22:05.402Z] #53 8.692 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:05 [2020-11-06T20:22:05.402Z] #53 ...
20:22:05 [2020-11-06T20:22:05.402Z] 
20:22:05 [2020-11-06T20:22:05.402Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 + RM_GOPATH=0
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 + TMP_GOPATH=
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 + : /build
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 + '[' -z '' ']'
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 ++ mktemp -d
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 + export GOPATH=/tmp/tmp.FbYxYIRvGn
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 + GOPATH=/tmp/tmp.FbYxYIRvGn
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 + RM_GOPATH=1
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 + case "$(go env GOARCH)" in
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.356 ++ go env GOARCH
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.365 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + export GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 ++ dirname /tmp/install/install.sh
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + dir=/tmp/install
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + bin=rootlesskit
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + shift
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + . /tmp/install/rootlesskit.installer
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + install_rootlesskit
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + case "$1" in
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + export CGO_ENABLED=0
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + CGO_ENABLED=0
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + _install_rootlesskit
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.FbYxYIRvGn/src/github.com/rootless-containers/rootlesskit
20:22:05 [2020-11-06T20:22:05.402Z] #56 6.374 Cloning into '/tmp/tmp.FbYxYIRvGn/src/github.com/rootless-containers/rootlesskit'...
20:22:05 [2020-11-06T20:22:05.634Z] #49 ...
20:22:05 [2020-11-06T20:22:05.634Z] 
20:22:05 [2020-11-06T20:22:05.634Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.691 + RM_GOPATH=0
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.691 + TMP_GOPATH=
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.691 + : /build
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.691 + '[' -z '' ']'
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.691 ++ mktemp -d
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.707 + export GOPATH=/tmp/tmp.GAOTExi09k
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.707 + GOPATH=/tmp/tmp.GAOTExi09k
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.707 + RM_GOPATH=1
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.707 + case "$(go env GOARCH)" in
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.707 ++ go env GOARCH
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.739 + export GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.739 + GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.739 ++ dirname /tmp/install/install.sh
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + dir=/tmp/install
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + bin=gotestsum
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + shift
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + . /tmp/install/gotestsum.installer
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 ++ : v0.5.3
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + install_gotestsum
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + set -e
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + export GO111MODULE=on
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + GO111MODULE=on
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + GOBIN=/build
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.744 + go get gotest.tools/gotestsum@v0.5.3
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.759 go: finding gotest.tools v0.5.3
20:22:05 [2020-11-06T20:22:05.634Z] #45 4.765 go: finding gotest.tools/gotestsum v0.5.3
20:22:05 [2020-11-06T20:22:05.634Z] #45 5.749 go: downloading gotest.tools/gotestsum v0.5.3
20:22:05 [2020-11-06T20:22:05.634Z] #45 6.451 go: extracting gotest.tools/gotestsum v0.5.3
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.295 go: downloading github.com/fatih/color v1.9.0
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.306 go: downloading github.com/jonboulle/clockwork v0.1.0
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.331 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.375 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.376 go: downloading github.com/spf13/pflag v1.0.3
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.380 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.386 go: extracting github.com/fatih/color v1.9.0
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.436 go: downloading github.com/pkg/errors v0.9.1
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.536 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.589 go: downloading github.com/mattn/go-isatty v0.0.12
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.778 go: downloading github.com/mattn/go-colorable v0.1.6
20:22:05 [2020-11-06T20:22:05.634Z] #45 7.973 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:05 [2020-11-06T20:22:05.634Z] #45 8.658 go: extracting github.com/jonboulle/clockwork v0.1.0
20:22:05 [2020-11-06T20:22:05.634Z] #45 8.745 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:05 [2020-11-06T20:22:05.634Z] #45 8.767 go: extracting github.com/spf13/pflag v1.0.3
20:22:05 [2020-11-06T20:22:05.634Z] #45 8.780 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:05 [2020-11-06T20:22:05.634Z] #45 8.801 go: extracting github.com/pkg/errors v0.9.1
20:22:05 [2020-11-06T20:22:05.634Z] #45 8.812 go: extracting github.com/mattn/go-isatty v0.0.12
20:22:05 [2020-11-06T20:22:05.634Z] #45 9.176 go: extracting github.com/mattn/go-colorable v0.1.6
20:22:05 [2020-11-06T20:22:05.634Z] #45 10.34 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:05 [2020-11-06T20:22:05.634Z] #45 10.35 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:05 [2020-11-06T20:22:05.634Z] #45 10.57 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:05 [2020-11-06T20:22:05.634Z] #45 ...
20:22:05 [2020-11-06T20:22:05.634Z] 
20:22:05 [2020-11-06T20:22:05.634Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 + RM_GOPATH=0
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 + TMP_GOPATH=
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 + : /build
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 + '[' -z '' ']'
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 ++ mktemp -d
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 + export GOPATH=/tmp/tmp.xszD2gmFJ0
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 + GOPATH=/tmp/tmp.xszD2gmFJ0
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 + RM_GOPATH=1
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.717 + case "$(go env GOARCH)" in
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.724 ++ go env GOARCH
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.739 + export GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.739 + GO_BUILDMODE=-buildmode=pie
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.751 ++ dirname /tmp/install/install.sh
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + dir=/tmp/install
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + bin=golangci_lint
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + shift
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + . /tmp/install/golangci_lint.installer
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 ++ : v1.23.8
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + install_golangci_lint
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + set -e
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + export GO111MODULE=on
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + GO111MODULE=on
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + GOBIN=/build
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.753 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.779 go: finding github.com v1.23.8
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.780 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.783 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.783 go: finding github.com/golangci/golangci-lint v1.23.8
20:22:05 [2020-11-06T20:22:05.634Z] #47 4.783 go: finding github.com/golangci v1.23.8
20:22:05 [2020-11-06T20:22:05.634Z] #47 5.636 go: downloading github.com/golangci/golangci-lint v1.23.8
20:22:05 [2020-11-06T20:22:05.634Z] #47 6.239 go: extracting github.com/golangci/golangci-lint v1.23.8
20:22:05 [2020-11-06T20:22:05.660Z] #56 ...
20:22:05 [2020-11-06T20:22:05.660Z] 
20:22:05 [2020-11-06T20:22:05.660Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:05 [2020-11-06T20:22:05.660Z] #30 7.278 + git clone https://github.com/kolyshkin/go-swagger.git .
20:22:05 [2020-11-06T20:22:05.660Z] #30 7.282 Cloning into '.'...
20:22:05 [2020-11-06T20:22:05.660Z] #30 ...
20:22:05 [2020-11-06T20:22:05.660Z] 
20:22:05 [2020-11-06T20:22:05.660Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:05 [2020-11-06T20:22:05.660Z] #40 8.713 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:05 [2020-11-06T20:22:05.660Z] #40 8.775 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:05 [2020-11-06T20:22:05.660Z] #40 8.775 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:05 [2020-11-06T20:22:05.660Z] #40 10.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:05 [2020-11-06T20:22:05.699Z] #41 ...
20:22:05 [2020-11-06T20:22:05.699Z] 
20:22:05 [2020-11-06T20:22:05.699Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:05 [2020-11-06T20:22:05.699Z] #63 DONE 41.0s
20:22:05 [2020-11-06T20:22:05.699Z] 
20:22:05 [2020-11-06T20:22:05.699Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:05 [2020-11-06T20:22:05.699Z] #41 41.10 Selecting previously unselected package libprotobuf-lite17:ppc64el.
20:22:05 [2020-11-06T20:22:05.916Z] #47 ...
20:22:05 [2020-11-06T20:22:05.916Z] 
20:22:05 [2020-11-06T20:22:05.916Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:05 [2020-11-06T20:22:05.916Z] #40 5.475 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:05 [2020-11-06T20:22:05.916Z] #40 5.544 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:05 [2020-11-06T20:22:05.916Z] #40 5.544 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:05 [2020-11-06T20:22:05.916Z] #40 6.416 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:22:05 [2020-11-06T20:22:05.917Z] #40 8.708 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [238 kB]
20:22:05 [2020-11-06T20:22:05.917Z] #40 8.771 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:22:05 [2020-11-06T20:22:05.917Z] #40 ...
20:22:05 [2020-11-06T20:22:05.917Z] 
20:22:05 [2020-11-06T20:22:05.917Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:22:05 [2020-11-06T20:22:05.917Z] #25 DONE 30.0s
20:22:05 [2020-11-06T20:22:05.917Z] 
20:22:05 [2020-11-06T20:22:05.917Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
20:22:05 [2020-11-06T20:22:05.919Z] #40 ...
20:22:05 [2020-11-06T20:22:05.919Z] 
20:22:05 [2020-11-06T20:22:05.919Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:05 [2020-11-06T20:22:05.919Z] #53 11.32 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:06 [2020-11-06T20:22:06.002Z] #41 41.11 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ...
20:22:06 [2020-11-06T20:22:06.002Z] #41 41.11 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
20:22:06 [2020-11-06T20:22:06.186Z] #54 50.01 Checking out files:  49% (1703/3433)   
Checking out files:  50% (1717/3433)   
Checking out files:  51% (1751/3433)   
Checking out files:  52% (1786/3433)   
Checking out files:  53% (1820/3433)   
Checking out files:  54% (1854/3433)   
Checking out files:  55% (1889/3433)   
Checking out files:  56% (1923/3433)   
Checking out files:  57% (1957/3433)   
Checking out files:  58% (1992/3433)   
Checking out files:  59% (2026/3433)   
Checking out files:  60% (2060/3433)   
Checking out files:  61% (2095/3433)   
Checking out files:  62% (2129/3433)   
Checking out files:  63% (2163/3433)   
Checking out files:  64% (2198/3433)   
Checking out files:  65% (2232/3433)   
Checking out files:  66% (2266/3433)   
Checking out files:  67% (2301/3433)   
Checking out files:  68% (2335/3433)   
Checking out files:  69% (2369/3433)   
Checking out files:  70% (2404/3433)   
Checking out files:  71% (2438/3433)   
Checking out files:  72% (2472/3433)   
Checking out files:  73% (2507/3433)   
Checking out files:  74% (2541/3433)   
Checking out files:  75% (2575/3433)   
Checking out files:  76% (2610/3433)   
Checking out files:  77% (2644/3433)   
Checking out files:  78% (2678/3433)   
Checking out files:  79% (2713/3433)   
Checking out files:  80% (2747/3433)   
Checking out files:  81% (2781/3433)   
Checking out files:  82% (2816/3433)   
Checking out files:  83% (2850/3433)   
Checking out files:  84% (2884/3433)   
Checking out files:  85% (2919/3433)   
Checking out files:  86% (2953/3433)   
Checking out files:  86% (2969/3433)   
Checking out files:  87% (2987/3433)   
Checking out files:  88% (3022/3433)   
Checking out files:  89% (3056/3433)   
Checking out files:  90% (3090/3433)   
Checking out files:  91% (3125/3433)   
Checking out files:  92% (3159/3433)   
Checking out files:  93% (3193/3433)   
Checking out files:  94% (3228/3433)   
Checking out files:  95% (3262/3433)   
Checking out files:  96% (3296/3433)   
Checking out files:  97% (3331/3433)   
Checking out files:  98% (3365/3433)   
Checking out files:  99% (3399/3433)   
Checking out files: 100% (3433/3433)   
Checking out files: 100% (3433/3433), done.
20:22:06 [2020-11-06T20:22:06.307Z] #41 41.42 Selecting previously unselected package libprotobuf-dev:ppc64el.
20:22:06 [2020-11-06T20:22:06.307Z] #41 41.44 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
20:22:06 [2020-11-06T20:22:06.307Z] #41 41.44 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ...
20:22:06 [2020-11-06T20:22:06.448Z] #54 51.68 + cd /tmp/tmp.SeuKHwCi8K/src/github.com/containerd/containerd
20:22:06 [2020-11-06T20:22:06.448Z] #54 51.68 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
20:22:06 [2020-11-06T20:22:06.497Z] #26 DONE 0.6s
20:22:06 [2020-11-06T20:22:06.497Z] 
20:22:06 [2020-11-06T20:22:06.497Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:07 [2020-11-06T20:22:07.022Z] #54 52.33 + export 'BUILDTAGS=netgo osusergo static_build'
20:22:07 [2020-11-06T20:22:07.022Z] #54 52.33 + BUILDTAGS='netgo osusergo static_build'
20:22:07 [2020-11-06T20:22:07.022Z] #54 52.33 + export EXTRA_FLAGS=-buildmode=pie
20:22:07 [2020-11-06T20:22:07.022Z] #54 52.33 + EXTRA_FLAGS=-buildmode=pie
20:22:07 [2020-11-06T20:22:07.022Z] #54 52.33 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:22:07 [2020-11-06T20:22:07.022Z] #54 52.33 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:22:07 [2020-11-06T20:22:07.022Z] #54 52.33 + '[' '' = dynamic ']'
20:22:07 [2020-11-06T20:22:07.022Z] #54 52.33 + make
20:22:07 [2020-11-06T20:22:07.951Z] #41 ...
20:22:07 [2020-11-06T20:22:07.951Z] 
20:22:07 [2020-11-06T20:22:07.951Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:07 [2020-11-06T20:22:07.951Z] #48 32.88 go: extracting github.com/gogo/protobuf v1.2.1
20:22:07 [2020-11-06T20:22:07.951Z] #48 36.20 go: extracting golang.org/x/text v0.3.2
20:22:07 [2020-11-06T20:22:07.951Z] #48 42.51 go: finding github.com/fatih/color v1.7.0
20:22:07 [2020-11-06T20:22:07.951Z] #48 42.56 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:07 [2020-11-06T20:22:07.951Z] #48 42.92 go: finding github.com/mattn/go-colorable v0.1.4
20:22:07 [2020-11-06T20:22:07.951Z] #48 42.93 go: finding github.com/mattn/go-isatty v0.0.8
20:22:07 [2020-11-06T20:22:07.951Z] #48 42.97 go: finding github.com/go-critic/go-critic v0.4.1
20:22:07 [2020-11-06T20:22:07.951Z] #48 42.98 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:07 [2020-11-06T20:22:07.951Z] #48 43.00 go: finding github.com/go-lintpack/lintpack v0.5.2
20:22:07 [2020-11-06T20:22:07.951Z] #48 43.04 go: finding github.com/pkg/errors v0.8.1
20:22:07 [2020-11-06T20:22:07.951Z] #48 ...
20:22:07 [2020-11-06T20:22:07.951Z] 
20:22:07 [2020-11-06T20:22:07.951Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:07 [2020-11-06T20:22:07.951Z] #33 42.11 internal/reflectlite
20:22:07 [2020-11-06T20:22:07.951Z] #33 42.13 sync
20:22:08 [2020-11-06T20:22:08.088Z] #54 53.16 + bin/ctr
20:22:08 [2020-11-06T20:22:08.353Z] #54 ...
20:22:08 [2020-11-06T20:22:08.353Z] 
20:22:08 [2020-11-06T20:22:08.353Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:08 [2020-11-06T20:22:08.353Z] #49 106.4 github.com/pkg/diff
20:22:08 [2020-11-06T20:22:08.353Z] #49 107.8 go/ast
20:22:08 [2020-11-06T20:22:08.353Z] #49 108.1 golang.org/x/crypto/ssh/terminal
20:22:08 [2020-11-06T20:22:08.353Z] #49 109.5 mvdan.cc/editorconfig
20:22:08 [2020-11-06T20:22:08.353Z] #49 110.7 mvdan.cc/sh/v3/fileutil
20:22:08 [2020-11-06T20:22:08.353Z] #49 110.9 mvdan.cc/sh/v3/syntax
20:22:08 [2020-11-06T20:22:08.615Z] #49 ...
20:22:08 [2020-11-06T20:22:08.615Z] 
20:22:08 [2020-11-06T20:22:08.615Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:08 [2020-11-06T20:22:08.615Z] #41 16.07 make[1]: Nothing to be done for 'all'.
20:22:08 [2020-11-06T20:22:08.615Z] #41 17.51   CC       images/stats.o
20:22:08 [2020-11-06T20:22:08.615Z] #41 17.90   CC       images/core.o
20:22:08 [2020-11-06T20:22:08.877Z] #41 18.70   CC       images/core-x86.o
20:22:09 [2020-11-06T20:22:09.138Z] #27 2.453 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:22:09 [2020-11-06T20:22:09.452Z] #41 19.35   CC       images/core-arm.o
20:22:09 [2020-11-06T20:22:09.719Z] #27 3.109 #=#=#                                                                         
20:22:10 [2020-11-06T20:22:10.027Z] #41 19.81   CC       images/core-aarch64.o
20:22:10 [2020-11-06T20:22:10.241Z] #53 15.35 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:22:10 [2020-11-06T20:22:10.241Z] #53 ...
20:22:10 [2020-11-06T20:22:10.241Z] 
20:22:10 [2020-11-06T20:22:10.241Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:10 [2020-11-06T20:22:10.241Z] #22 15.38 + mkdir -p /build
20:22:10 [2020-11-06T20:22:10.241Z] #22 15.41 + mv docker/docker /build/
20:22:10 [2020-11-06T20:22:10.241Z] #22 15.41 + rmdir docker
20:22:10 [2020-11-06T20:22:10.241Z] #22 DONE 15.9s
20:22:10 [2020-11-06T20:22:10.290Z] #41 20.23   CC       images/core-ppc64.o
20:22:10 [2020-11-06T20:22:10.501Z] 
20:22:10 [2020-11-06T20:22:10.501Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:10 [2020-11-06T20:22:10.501Z] #56 12.79 Checking out files:  79% (631/794)   
Checking out files:  80% (636/794)   
Checking out files:  81% (644/794)   
Checking out files:  82% (652/794)   
Checking out files:  83% (660/794)   
Checking out files:  84% (667/794)   
Checking out files:  85% (675/794)   
Checking out files:  86% (683/794)   
Checking out files:  87% (691/794)   
Checking out files:  88% (699/794)   
Checking out files:  89% (707/794)   
Checking out files:  90% (715/794)   
Checking out files:  91% (723/794)   
Checking out files:  92% (731/794)   
Checking out files:  93% (739/794)   
Checking out files:  94% (747/794)   
Checking out files:  95% (755/794)   
Checking out files:  96% (763/794)   
Checking out files:  97% (771/794)   
Checking out files:  98% (779/794)   
Checking out files:  99% (787/794)   
Checking out files: 100% (794/794)   
Checking out files: 100% (794/794), done.
20:22:10 [2020-11-06T20:22:10.501Z] #56 13.11 + cd /tmp/tmp.FbYxYIRvGn/src/github.com/rootless-containers/rootlesskit
20:22:10 [2020-11-06T20:22:10.501Z] #56 13.16 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
20:22:10 [2020-11-06T20:22:10.501Z] #56 13.87 + for f in rootlesskit rootlesskit-docker-proxy
20:22:10 [2020-11-06T20:22:10.501Z] #56 13.87 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:22:10 [2020-11-06T20:22:10.745Z] #33 45.64 errors
20:22:10 [2020-11-06T20:22:10.745Z] #33 45.65 sort
20:22:10 [2020-11-06T20:22:10.745Z] #33 ...
20:22:10 [2020-11-06T20:22:10.745Z] 
20:22:10 [2020-11-06T20:22:10.745Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:10 [2020-11-06T20:22:10.745Z] #12 36.00 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]
20:22:10 [2020-11-06T20:22:10.745Z] #12 36.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:22:10 [2020-11-06T20:22:10.745Z] #12 36.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB]
20:22:10 [2020-11-06T20:22:10.745Z] #12 36.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB]
20:22:10 [2020-11-06T20:22:10.745Z] #12 36.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB]
20:22:10 [2020-11-06T20:22:10.745Z] #12 36.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:22:10 [2020-11-06T20:22:10.745Z] #12 37.18 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]
20:22:10 [2020-11-06T20:22:10.745Z] #12 37.20 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]
20:22:10 [2020-11-06T20:22:10.745Z] #12 41.22 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]
20:22:10 [2020-11-06T20:22:10.745Z] #12 44.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
20:22:10 [2020-11-06T20:22:10.745Z] #12 44.55 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
20:22:10 [2020-11-06T20:22:10.745Z] #12 44.57 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
20:22:10 [2020-11-06T20:22:10.745Z] #12 44.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.59 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]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.64 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.74 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.81 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.94 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.97 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.98 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 44.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB]
20:22:10 [2020-11-06T20:22:10.746Z] #12 ...
20:22:10 [2020-11-06T20:22:10.746Z] 
20:22:10 [2020-11-06T20:22:10.746Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.08 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.16 go: finding github.com/go-toolsmith/astequal v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.17 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.17 go: finding github.com/mitchellh/go-homedir v1.1.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.23 go: finding github.com/go-toolsmith/astp v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.24 go: finding github.com/sirupsen/logrus v1.4.2
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.28 go: finding github.com/spf13/viper v1.6.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.30 go: finding github.com/go-toolsmith/astcast v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.30 go: finding github.com/go-toolsmith/typep v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.33 go: finding github.com/stretchr/testify v1.4.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.38 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.50 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.50 go: finding github.com/davecgh/go-spew v1.1.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.61 go: finding github.com/go-toolsmith/strparse v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.62 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.66 go: finding github.com/spf13/cobra v0.0.5
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.71 go: finding github.com/gobwas/glob v0.2.3
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.75 go: finding github.com/pmezard/go-difflib v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.75 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.78 go: finding github.com/spf13/pflag v1.0.5
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.81 go: finding github.com/fsnotify/fsnotify v1.4.7
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.84 go: finding github.com/stretchr/objx v0.2.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.86 go: finding github.com/hashicorp/hcl v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.87 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.89 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.95 go: finding gopkg.in/yaml.v2 v2.2.7
20:22:10 [2020-11-06T20:22:10.746Z] #48 43.98 go: finding github.com/magiconair/properties v1.8.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.04 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.06 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.06 go: finding github.com/mitchellh/mapstructure v1.1.2
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.15 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.15 go: finding github.com/pelletier/go-toml v1.2.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.19 go: finding github.com/spf13/afero v1.1.2
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.27 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.27 go: finding github.com/spf13/cast v1.3.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.36 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.36 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.40 go: finding github.com/subosito/gotenv v1.2.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.63 go: finding gopkg.in/ini.v1 v1.51.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.80 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.80 go: finding golang.org/x/text v0.3.2
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.82 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.89 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.91 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.93 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.94 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:10 [2020-11-06T20:22:10.746Z] #48 44.98 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.02 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.03 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.09 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.18 go: finding github.com/kisielk/gotool v1.0.0
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.19 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.19 go: finding github.com/sourcegraph/go-diff v0.5.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.21 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.28 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.29 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.30 go: finding github.com/ultraware/funlen v0.0.2
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.34 go: finding github.com/ultraware/whitespace v0.0.4
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.38 go: finding github.com/uudashr/gocognit v1.0.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.51 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.57 go: finding github.com/gogo/protobuf v1.2.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 45.90 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:22:10 [2020-11-06T20:22:10.746Z] #48 46.03 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:10 [2020-11-06T20:22:10.746Z] #48 46.04 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:10 [2020-11-06T20:22:10.746Z] #48 46.06 go: finding github.com/BurntSushi/toml v0.3.1
20:22:10 [2020-11-06T20:22:10.746Z] #48 46.12 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:10 [2020-11-06T20:22:10.865Z] #41 20.91   CC       images/core-s390.o
20:22:11 [2020-11-06T20:22:11.440Z] #41 ...
20:22:11 [2020-11-06T20:22:11.440Z] 
20:22:11 [2020-11-06T20:22:11.440Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:11 [2020-11-06T20:22:11.440Z] #43 109.5 text/template
20:22:11 [2020-11-06T20:22:11.440Z] #43 109.5 go/parser
20:22:11 [2020-11-06T20:22:11.440Z] #43 113.3 encoding/xml
20:22:11 [2020-11-06T20:22:11.440Z] #43 114.7 go/doc
20:22:11 [2020-11-06T20:22:11.440Z] #43 118.0 github.com/LK4D4/vndr/build
20:22:11 [2020-11-06T20:22:11.440Z] #43 118.9 github.com/LK4D4/vndr/versioned
20:22:11 [2020-11-06T20:22:11.440Z] #43 119.0 compress/flate
20:22:11 [2020-11-06T20:22:11.703Z] #43 ...
20:22:11 [2020-11-06T20:22:11.703Z] 
20:22:11 [2020-11-06T20:22:11.703Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:11 [2020-11-06T20:22:11.703Z] #41 21.63   CC       images/cpuinfo.o
20:22:11 [2020-11-06T20:22:11.847Z] #27 3.401 
                                                                           0.0%
###                                                                        4.9%
#########                                                                 13.0%
##############                                                            20.2%
####################                                                      28.0%
########################                                                  34.3%
############################                                              40.3%
##################################                                        47.2%
#######################################                                   54.3%
###########################################                               60.6%
##############################################                            65.0%
##################################################                        69.6%
#######################################################                   76.9%
############################################################              83.6%
#############################################################             85.8%
###############################################################           88.9%
##################################################################        92.6%
#####################################################################     97.0%
######################################################################## 100.0%
20:22:12 [2020-11-06T20:22:12.279Z] #41 22.21   CC       images/inventory.o
20:22:12 [2020-11-06T20:22:12.428Z] #27 5.755 
20:22:12 [2020-11-06T20:22:12.431Z] #56 ...
20:22:12 [2020-11-06T20:22:12.431Z] 
20:22:12 [2020-11-06T20:22:12.431Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:12 [2020-11-06T20:22:12.431Z] #43 7.934 runtime
20:22:12 [2020-11-06T20:22:12.431Z] #43 13.49 unicode/utf8
20:22:12 [2020-11-06T20:22:12.431Z] #43 14.88 math
20:22:12 [2020-11-06T20:22:12.542Z] #41 22.49   CC       images/fdinfo.o
20:22:12 [2020-11-06T20:22:12.720Z] #43 ...
20:22:12 [2020-11-06T20:22:12.720Z] 
20:22:12 [2020-11-06T20:22:12.720Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 + RM_GOPATH=0
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 + TMP_GOPATH=
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 + : /build
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 + '[' -z '' ']'
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 ++ mktemp -d
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 + export GOPATH=/tmp/tmp.39OHaVYIS9
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 + GOPATH=/tmp/tmp.39OHaVYIS9
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 + RM_GOPATH=1
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 + case "$(go env GOARCH)" in
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.025 ++ go env GOARCH
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.145 + export GO_BUILDMODE=-buildmode=pie
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.145 + GO_BUILDMODE=-buildmode=pie
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.165 ++ dirname /tmp/install/install.sh
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + dir=/tmp/install
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + bin=proxy
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + shift
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + '[' '!' -f /tmp/install/proxy.installer ']'
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + . /tmp/install/proxy.installer
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 ++ : d511c60c5c23e6753631244f271a1ec6097254a5
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + install_proxy
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + case "$1" in
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + export CGO_ENABLED=0
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + CGO_ENABLED=0
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + _install_proxy
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5'
20:22:12 [2020-11-06T20:22:12.720Z] #62 8.166 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.39OHaVYIS9/src/github.com/docker/libnetwork
20:22:12 [2020-11-06T20:22:12.721Z] #62 8.191 Cloning into '/tmp/tmp.39OHaVYIS9/src/github.com/docker/libnetwork'...
20:22:12 [2020-11-06T20:22:12.721Z] #62 ...
20:22:12 [2020-11-06T20:22:12.721Z] 
20:22:12 [2020-11-06T20:22:12.721Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:12 [2020-11-06T20:22:12.721Z] #32 17.01 internal/testlog
20:22:12 [2020-11-06T20:22:12.721Z] #32 17.74 encoding
20:22:12 [2020-11-06T20:22:12.721Z] #32 18.06 runtime/cgo
20:22:12 [2020-11-06T20:22:12.807Z] #41 22.89   CC       images/fown.o
20:22:12 [2020-11-06T20:22:12.961Z] #27 6.004 
                                                                           0.0%
#########                                                                 13.7%
####################                                                      28.7%
#############################################                             63.8%
###############################################################           88.3%
######################################################################## 100.0%
20:22:13 [2020-11-06T20:22:13.069Z] #41 23.10   CC       images/ns.o
20:22:13 [2020-11-06T20:22:13.332Z] #41 23.30   CC       images/regfile.o
20:22:13 [2020-11-06T20:22:13.541Z] #27 6.925 
20:22:13 [2020-11-06T20:22:13.594Z] #41 23.56   CC       images/ghost-file.o
20:22:13 [2020-11-06T20:22:13.857Z] #41 23.86   CC       images/fifo.o
20:22:14 [2020-11-06T20:22:14.119Z] #41 24.17   CC       images/remap-file-path.o
20:22:14 [2020-11-06T20:22:14.337Z] #27 7.144 
                                                                           0.0%
##############                                                            19.9%
############################                                              40.0%
#########################################                                 57.4%
######################################################                    75.9%
######################################################################## 100.0%
20:22:14 [2020-11-06T20:22:14.381Z] #41 24.39   CC       images/eventfd.o
20:22:14 [2020-11-06T20:22:14.603Z] #27 8.023 
20:22:14 [2020-11-06T20:22:14.644Z] #41 24.62   CC       images/eventpoll.o
20:22:14 [2020-11-06T20:22:14.870Z] #27 8.316 
                                                                           0.0%
###                                                                        5.3%
20:22:14 [2020-11-06T20:22:14.870Z] #27 ...
20:22:14 [2020-11-06T20:22:14.870Z] 
20:22:14 [2020-11-06T20:22:14.870Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:15 [2020-11-06T20:22:15.219Z] #41 24.99   CC       images/fh.o
20:22:15 [2020-11-06T20:22:15.255Z] #32 ...
20:22:15 [2020-11-06T20:22:15.255Z] 
20:22:15 [2020-11-06T20:22:15.255Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:15 [2020-11-06T20:22:15.255Z] #45 10.59 go: extracting github.com/pkg/errors v0.9.1
20:22:15 [2020-11-06T20:22:15.255Z] #45 10.70 go: extracting github.com/jonboulle/clockwork v0.1.0
20:22:15 [2020-11-06T20:22:15.255Z] #45 10.77 go: extracting github.com/spf13/pflag v1.0.3
20:22:15 [2020-11-06T20:22:15.255Z] #45 10.89 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:15 [2020-11-06T20:22:15.255Z] #45 11.03 go: extracting github.com/mattn/go-colorable v0.1.6
20:22:15 [2020-11-06T20:22:15.255Z] #45 11.75 go: extracting github.com/mattn/go-isatty v0.0.12
20:22:15 [2020-11-06T20:22:15.255Z] #45 14.51 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:15 [2020-11-06T20:22:15.255Z] #45 16.63 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:15 [2020-11-06T20:22:15.255Z] #45 18.71 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:15 [2020-11-06T20:22:15.255Z] #45 ...
20:22:15 [2020-11-06T20:22:15.255Z] 
20:22:15 [2020-11-06T20:22:15.255Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:15 [2020-11-06T20:22:15.255Z] #53 20.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:22:15 [2020-11-06T20:22:15.279Z] #48 ...
20:22:15 [2020-11-06T20:22:15.279Z] 
20:22:15 [2020-11-06T20:22:15.279Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:15 [2020-11-06T20:22:15.279Z] #31 46.93 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.
20:22:15 [2020-11-06T20:22:15.279Z] #31 47.55 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:22:15 [2020-11-06T20:22:15.279Z] #31 47.88 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:15 [2020-11-06T20:22:15.482Z] #41 25.34   CC       images/fsnotify.o
20:22:15 [2020-11-06T20:22:15.514Z] #53 ...
20:22:15 [2020-11-06T20:22:15.514Z] 
20:22:15 [2020-11-06T20:22:15.514Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:15 [2020-11-06T20:22:15.514Z] #11 10.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:15 [2020-11-06T20:22:15.514Z] #11 14.91 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:22:15 [2020-11-06T20:22:15.514Z] #11 19.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:22:15 [2020-11-06T20:22:15.514Z] #11 ...
20:22:15 [2020-11-06T20:22:15.514Z] 
20:22:15 [2020-11-06T20:22:15.514Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:15 [2020-11-06T20:22:15.514Z] #47 21.00 go: downloading github.com/spf13/cobra v0.0.5
20:22:15 [2020-11-06T20:22:15.674Z] #62 20.98 Checking out files:  59% (1134/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
20:22:15 [2020-11-06T20:22:15.771Z] #47 21.16 go: downloading github.com/go-critic/go-critic v0.4.1
20:22:15 [2020-11-06T20:22:15.771Z] #47 21.21 go: downloading github.com/spf13/pflag v1.0.5
20:22:15 [2020-11-06T20:22:15.771Z] #47 21.25 go: downloading github.com/pkg/errors v0.8.1
20:22:15 [2020-11-06T20:22:15.771Z] #47 21.26 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:22:15 [2020-11-06T20:22:15.771Z] #47 21.26 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:15 [2020-11-06T20:22:15.941Z] #62 21.76 + cd /tmp/tmp.aVvuK9ZFju/src/github.com/docker/libnetwork
20:22:15 [2020-11-06T20:22:15.941Z] #62 21.77 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5
20:22:16 [2020-11-06T20:22:16.029Z] #47 21.49 go: downloading github.com/uudashr/gocognit v1.0.1
20:22:16 [2020-11-06T20:22:16.029Z] #47 21.55 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:16 [2020-11-06T20:22:16.059Z] #41 26.06   CC       images/signalfd.o
20:22:16 [2020-11-06T20:22:16.212Z] #62 22.28 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:22:16 [2020-11-06T20:22:16.289Z] #47 21.88 go: extracting github.com/uudashr/gocognit v1.0.1
20:22:16 [2020-11-06T20:22:16.289Z] #47 21.88 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:16 [2020-11-06T20:22:16.324Z] #41 26.33   CC       images/fs.o
20:22:16 [2020-11-06T20:22:16.342Z] #31 ...
20:22:16 [2020-11-06T20:22:16.342Z] 
20:22:16 [2020-11-06T20:22:16.342Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:16 [2020-11-06T20:22:16.342Z] #35 41.43 Selecting previously unselected package libicu63:ppc64el.
20:22:16 [2020-11-06T20:22:16.342Z] #35 41.47 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 41.50 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 48.46 Selecting previously unselected package libxml2:ppc64el.
20:22:16 [2020-11-06T20:22:16.342Z] #35 48.49 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 48.49 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 49.37 Selecting previously unselected package libarchive13:ppc64el.
20:22:16 [2020-11-06T20:22:16.342Z] #35 49.38 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 49.38 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 49.81 Selecting previously unselected package libjsoncpp1:ppc64el.
20:22:16 [2020-11-06T20:22:16.342Z] #35 49.82 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 49.83 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.02 Selecting previously unselected package librhash0:ppc64el.
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.04 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.04 Unpacking librhash0:ppc64el (1.3.8-1) ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.20 Selecting previously unselected package libuv1:ppc64el.
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.21 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.21 Unpacking libuv1:ppc64el (1.24.1-1) ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.38 Selecting previously unselected package cmake.
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.38 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 50.39 Unpacking cmake (3.13.4-1) ...
20:22:16 [2020-11-06T20:22:16.342Z] #35 ...
20:22:16 [2020-11-06T20:22:16.342Z] 
20:22:16 [2020-11-06T20:22:16.342Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:16 [2020-11-06T20:22:16.342Z] #12 46.41 debconf: delaying package configuration, since apt-utils is not installed
20:22:16 [2020-11-06T20:22:16.342Z] #12 46.60 Fetched 78.9 MB in 9s (8341 kB/s)
20:22:16 [2020-11-06T20:22:16.342Z] #12 46.70 Selecting previously unselected package binutils-mingw-w64-i686.
20:22:16 [2020-11-06T20:22:16.342Z] #12 46.70 (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.)
20:22:16 [2020-11-06T20:22:16.342Z] #12 46.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #12 46.83 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:16 [2020-11-06T20:22:16.342Z] #12 49.49 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:22:16 [2020-11-06T20:22:16.342Z] #12 49.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ...
20:22:16 [2020-11-06T20:22:16.342Z] #12 49.52 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:16 [2020-11-06T20:22:16.465Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:22:16 [2020-11-06T20:22:16.465Z] 
20:22:16 [2020-11-06T20:22:16.465Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:22:16 [2020-11-06T20:22:16.465Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:22:16 [2020-11-06T20:22:16.465Z] HOSTNAME=6fb0ccd5c42c
20:22:16 [2020-11-06T20:22:16.465Z] DEST=bundles/test-integration
20:22:16 [2020-11-06T20:22:16.465Z] PWD=/go/src/github.com/docker/docker
20:22:16 [2020-11-06T20:22:16.465Z] DOCKER_ROOTLESS=1
20:22:16 [2020-11-06T20:22:16.465Z] DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e
20:22:16 [2020-11-06T20:22:16.465Z] container=docker
20:22:16 [2020-11-06T20:22:16.465Z] HOME=/root
20:22:16 [2020-11-06T20:22:16.465Z] GOLANG_VERSION=1.13.15
20:22:16 [2020-11-06T20:22:16.465Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:22:16 [2020-11-06T20:22:16.465Z] VALIDATE_BRANCH=master
20:22:16 [2020-11-06T20:22:16.465Z] TERM=xterm
20:22:16 [2020-11-06T20:22:16.465Z] DOCKER_PKG=github.com/docker/docker
20:22:16 [2020-11-06T20:22:16.465Z] SHLVL=1
20:22:16 [2020-11-06T20:22:16.465Z] TIMEOUT=120m
20:22:16 [2020-11-06T20:22:16.465Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:22:16 [2020-11-06T20:22:16.465Z] DOCKER_GRAPHDRIVER=overlay2
20:22:16 [2020-11-06T20:22:16.465Z] GO111MODULE=off
20:22:16 [2020-11-06T20:22:16.465Z] DOCKER_EXPERIMENTAL=1
20:22:16 [2020-11-06T20:22:16.465Z] TEST_SKIP_INTEGRATION_CLI=1
20:22:16 [2020-11-06T20:22:16.465Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:22:16 [2020-11-06T20:22:16.465Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:22:16 [2020-11-06T20:22:16.465Z] GOPATH=/go
20:22:16 [2020-11-06T20:22:16.465Z] PKG_CONFIG=pkg-config
20:22:16 [2020-11-06T20:22:16.465Z] _=/usr/bin/env
20:22:16 [2020-11-06T20:22:16.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:22:16 [2020-11-06T20:22:16.552Z] #47 22.08 go: extracting github.com/spf13/cobra v0.0.5
20:22:16 [2020-11-06T20:22:16.590Z] #41 26.54   CC       images/pstree.o
20:22:16 [2020-11-06T20:22:16.590Z] #41 26.74   CC       images/pipe.o
20:22:16 [2020-11-06T20:22:16.799Z] #62 ...
20:22:16 [2020-11-06T20:22:16.799Z] 
20:22:16 [2020-11-06T20:22:16.799Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:16 [2020-11-06T20:22:16.799Z] #49 12.78 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:16 [2020-11-06T20:22:16.799Z] #49 12.80 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:16 [2020-11-06T20:22:16.799Z] #49 12.87 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:16 [2020-11-06T20:22:16.799Z] #49 13.02 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:16 [2020-11-06T20:22:16.799Z] #49 13.32 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:16 [2020-11-06T20:22:16.799Z] #49 13.91 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:16 [2020-11-06T20:22:16.799Z] #49 14.92 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:16 [2020-11-06T20:22:16.799Z] #49 16.02 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:16 [2020-11-06T20:22:16.799Z] #49 17.18 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:16 [2020-11-06T20:22:16.799Z] #49 17.28 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:16 [2020-11-06T20:22:16.799Z] #49 17.60 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:16 [2020-11-06T20:22:16.799Z] #49 17.81 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:16 [2020-11-06T20:22:16.799Z] #49 18.65 runtime
20:22:16 [2020-11-06T20:22:16.799Z] #49 ...
20:22:16 [2020-11-06T20:22:16.799Z] 
20:22:16 [2020-11-06T20:22:16.799Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:16 [2020-11-06T20:22:16.799Z] #27 8.316 
                                                                           0.0%
###                                                                        5.3%
######                                                                     8.9%
########                                                                  11.6%
###########                                                               16.1%
##############                                                            20.3%
#################                                                         24.7%
#####################                                                     29.5%
#######################                                                   33.1%
##########################                                                37.4%
###############################                                           43.5%
##################################                                        47.7%
######################################                                    53.5%
############################################                              62.5%
###############################################                           66.6%
####################################################                      73.3%
########################################################                  78.7%
############################################################              83.3%
#################################################################         90.4%
######################################################################    97.9%
######################################################################## 100.0%
20:22:16 [2020-11-06T20:22:16.810Z] #47 22.31 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:16 [2020-11-06T20:22:16.853Z] #41 ...
20:22:16 [2020-11-06T20:22:16.853Z] 
20:22:16 [2020-11-06T20:22:16.853Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:16 [2020-11-06T20:22:16.853Z] #49 117.9 mvdan.cc/sh/v3/cmd/shfmt
20:22:16 [2020-11-06T20:22:16.853Z] #49 DONE 124.9s
20:22:16 [2020-11-06T20:22:16.853Z] 
20:22:16 [2020-11-06T20:22:16.853Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:16 [2020-11-06T20:22:16.853Z] #41 27.02   CC       images/tcp-stream.o
20:22:16 [2020-11-06T20:22:16.853Z] #41 ...
20:22:16 [2020-11-06T20:22:16.853Z] 
20:22:16 [2020-11-06T20:22:16.853Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:16 [2020-11-06T20:22:16.853Z] #43 121.5 hash/crc32
20:22:16 [2020-11-06T20:22:16.853Z] #43 121.8 net
20:22:16 [2020-11-06T20:22:16.853Z] #43 122.2 compress/gzip
20:22:16 [2020-11-06T20:22:16.853Z] #43 122.8 vendor/golang.org/x/text/transform
20:22:16 [2020-11-06T20:22:16.853Z] #43 123.5 vendor/golang.org/x/text/unicode/bidi
20:22:17 [2020-11-06T20:22:17.065Z] #27 10.63 
20:22:17 [2020-11-06T20:22:17.068Z] #47 22.42 go: extracting github.com/spf13/pflag v1.0.5
20:22:17 [2020-11-06T20:22:17.068Z] #47 22.52 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:22:17 [2020-11-06T20:22:17.068Z] #47 22.53 go: extracting github.com/pkg/errors v0.8.1
20:22:17 [2020-11-06T20:22:17.331Z] #47 22.92 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:17 [2020-11-06T20:22:17.400Z] #12 52.59 Selecting previously unselected package binutils-mingw-w64.
20:22:17 [2020-11-06T20:22:17.400Z] #12 52.59 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:22:17 [2020-11-06T20:22:17.401Z] #12 52.59 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:22:17 [2020-11-06T20:22:17.401Z] #12 52.69 Selecting previously unselected package libdevmapper1.02.1:ppc64el.
20:22:17 [2020-11-06T20:22:17.428Z] #43 125.4 vendor/golang.org/x/text/secure/bidirule
20:22:17 [2020-11-06T20:22:17.589Z] #47 23.13 go: extracting github.com/go-critic/go-critic v0.4.1
20:22:17 [2020-11-06T20:22:17.589Z] #47 23.19 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:17 [2020-11-06T20:22:17.705Z] #12 52.70 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ...
20:22:17 [2020-11-06T20:22:17.705Z] #12 52.71 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
20:22:17 [2020-11-06T20:22:17.705Z] #12 52.94 Selecting previously unselected package dmsetup.
20:22:17 [2020-11-06T20:22:17.705Z] #12 52.96 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...
20:22:17 [2020-11-06T20:22:17.705Z] #12 52.97 Unpacking dmsetup (2:1.02.155-3) ...
20:22:17 [2020-11-06T20:22:17.705Z] #12 ...
20:22:17 [2020-11-06T20:22:17.705Z] 
20:22:17 [2020-11-06T20:22:17.705Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:17 [2020-11-06T20:22:17.705Z] #50 53.01 bytes
20:22:17 [2020-11-06T20:22:17.705Z] #50 53.02 strconv
20:22:17 [2020-11-06T20:22:17.705Z] #50 53.02 syscall
20:22:17 [2020-11-06T20:22:17.705Z] #50 53.04 strings
20:22:17 [2020-11-06T20:22:17.847Z] #47 23.20 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:17 [2020-11-06T20:22:17.847Z] #47 23.28 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:17 [2020-11-06T20:22:17.847Z] #47 23.41 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:18 [2020-11-06T20:22:18.006Z] #43 126.1 vendor/golang.org/x/text/unicode/norm
20:22:18 [2020-11-06T20:22:18.129Z] #27 10.92 
                                                                           0.0%
                                                                           0.7%
#                                                                          1.6%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.6%
##
20:22:18 [2020-11-06T20:22:18.129Z] #27 ...
20:22:18 [2020-11-06T20:22:18.129Z] 
20:22:18 [2020-11-06T20:22:18.129Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:22:18 [2020-11-06T20:22:18.129Z] #38 13.79 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:22:18 [2020-11-06T20:22:18.129Z] #38 15.87 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:22:18 [2020-11-06T20:22:18.129Z] #38 ...
20:22:18 [2020-11-06T20:22:18.129Z] 
20:22:18 [2020-11-06T20:22:18.129Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:18 [2020-11-06T20:22:18.355Z] #50 ...
20:22:18 [2020-11-06T20:22:18.355Z] 
20:22:18 [2020-11-06T20:22:18.355Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:18 [2020-11-06T20:22:18.355Z] #41 43.58 Selecting previously unselected package libprotoc17:ppc64el.
20:22:18 [2020-11-06T20:22:18.355Z] #41 43.58 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 43.59 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.57 Selecting previously unselected package protobuf-c-compiler.
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.58 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.58 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.76 Selecting previously unselected package protobuf-compiler.
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.77 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.78 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.92 Selecting previously unselected package python-pkg-resources.
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.94 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 44.95 Unpacking python-pkg-resources (40.8.0-1) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 45.20 Selecting previously unselected package python-six.
20:22:18 [2020-11-06T20:22:18.355Z] #41 45.20 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 45.21 Unpacking python-six (1.12.0-1) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 45.36 Selecting previously unselected package python-protobuf.
20:22:18 [2020-11-06T20:22:18.355Z] #41 45.37 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 45.38 Unpacking python-protobuf (3.6.1.3-2) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 46.12 Setting up python-pkg-resources (40.8.0-1) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 50.86 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 50.87 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 50.87 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 50.87 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
20:22:18 [2020-11-06T20:22:18.355Z] #41 50.88 Setting up python-six (1.12.0-1) ...
20:22:18 [2020-11-06T20:22:18.654Z] #41 ...
20:22:18 [2020-11-06T20:22:18.654Z] 
20:22:18 [2020-11-06T20:22:18.654Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:18 [2020-11-06T20:22:18.654Z] #44 43.71 sync
20:22:18 [2020-11-06T20:22:18.654Z] #44 43.72 internal/reflectlite
20:22:18 [2020-11-06T20:22:18.654Z] #44 46.23 internal/singleflight
20:22:18 [2020-11-06T20:22:18.654Z] #44 46.24 math/rand
20:22:18 [2020-11-06T20:22:18.654Z] #44 46.27 github.com/LK4D4/vndr/godl/singleflight
20:22:18 [2020-11-06T20:22:18.654Z] #44 49.23 syscall
20:22:18 [2020-11-06T20:22:18.654Z] #44 49.25 io
20:22:18 [2020-11-06T20:22:18.654Z] #44 49.26 vendor/golang.org/x/net/dns/dnsmessage
20:22:18 [2020-11-06T20:22:18.654Z] #44 49.27 strconv
20:22:18 [2020-11-06T20:22:18.654Z] #44 53.42 bytes
20:22:18 [2020-11-06T20:22:18.654Z] #44 ...
20:22:18 [2020-11-06T20:22:18.654Z] 
20:22:18 [2020-11-06T20:22:18.654Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.28 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.28 Setting up xxd (2:8.1.0875-5) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.29 Setting up libuv1:ppc64el (1.24.1-1) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.29 Setting up vim-common (2:8.1.0875-5) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.37 Setting up librhash0:ppc64el (1.3.8-1) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.37 Setting up cmake-data (3.13.4-1) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.40 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.44 Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.45 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.46 Setting up cmake (3.13.4-1) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.46 Processing triggers for libc-bin (2.28-10) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 53.58 Processing triggers for mime-support (3.62) ...
20:22:18 [2020-11-06T20:22:18.654Z] #35 DONE 53.9s
20:22:18 [2020-11-06T20:22:18.654Z] 
20:22:18 [2020-11-06T20:22:18.654Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:19 [2020-11-06T20:22:19.205Z] #27 10.92 
                                                                           0.0%
                                                                           0.7%
#                                                                          1.6%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.6%
####                                                                       5.6%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     9.3%
#######                                                                   10.2%
########                                                                  11.3%
#########                                                                 13.1%
##########                                                                14.0%
###########                                                               15.7%
20:22:19 [2020-11-06T20:22:19.205Z] #27 ...
20:22:19 [2020-11-06T20:22:19.205Z] 
20:22:19 [2020-11-06T20:22:19.205Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.07 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.09 go: downloading github.com/spf13/viper v1.6.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.11 go: downloading github.com/mitchellh/go-homedir v1.1.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.13 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.14 go: downloading github.com/stretchr/testify v1.4.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.21 go: extracting github.com/mitchellh/go-homedir v1.1.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.27 go: downloading github.com/pkg/errors v0.8.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.37 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.43 go: extracting github.com/spf13/viper v1.6.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.54 go: extracting github.com/pkg/errors v0.8.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.55 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.60 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.64 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.64 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.74 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:19 [2020-11-06T20:22:19.205Z] #47 15.85 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.02 go: extracting github.com/stretchr/testify v1.4.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.08 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.20 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.26 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.28 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.32 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.43 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.44 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.60 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:22:19 [2020-11-06T20:22:19.205Z] #47 16.64 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:22:19 [2020-11-06T20:22:19.205Z] #47 17.35 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:22:19 [2020-11-06T20:22:19.205Z] #47 18.66 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.18 go: downloading github.com/pmezard/go-difflib v1.0.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.21 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.21 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.21 go: downloading github.com/stretchr/objx v0.2.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.21 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.21 go: downloading github.com/uudashr/gocognit v1.0.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.21 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.22 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.24 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.28 go: extracting github.com/pmezard/go-difflib v1.0.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.29 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.29 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.31 go: downloading github.com/hashicorp/hcl v1.0.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.32 go: extracting github.com/uudashr/gocognit v1.0.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.32 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.32 go: extracting github.com/stretchr/objx v0.2.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.38 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.43 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.57 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.59 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.61 go: downloading github.com/go-critic/go-critic v0.4.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.61 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.64 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.67 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.67 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.71 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.79 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.88 go: downloading github.com/pelletier/go-toml v1.2.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.95 go: downloading gopkg.in/yaml.v2 v2.2.7
20:22:19 [2020-11-06T20:22:19.205Z] #47 21.98 go: downloading github.com/davecgh/go-spew v1.1.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.00 go: downloading github.com/ultraware/funlen v0.0.2
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.00 go: extracting github.com/hashicorp/hcl v1.0.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.14 go: downloading gopkg.in/ini.v1 v1.51.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.20 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.26 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.31 go: extracting github.com/davecgh/go-spew v1.1.1
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.44 go: downloading github.com/sirupsen/logrus v1.4.2
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.52 go: extracting github.com/ultraware/funlen v0.0.2
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.68 go: extracting gopkg.in/ini.v1 v1.51.0
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.80 go: extracting gopkg.in/yaml.v2 v2.2.7
20:22:19 [2020-11-06T20:22:19.205Z] #47 22.94 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:19 [2020-11-06T20:22:19.205Z] #47 23.11 go: downloading github.com/mattn/go-colorable v0.1.4
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.12 go: extracting github.com/go-critic/go-critic v0.4.1
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.13 go: extracting github.com/pelletier/go-toml v1.2.0
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.13 go: extracting github.com/sirupsen/logrus v1.4.2
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.19 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.38 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.39 go: downloading github.com/fatih/color v1.7.0
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.43 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.45 go: extracting github.com/fatih/color v1.7.0
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.51 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.58 go: extracting github.com/mattn/go-colorable v0.1.4
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.61 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.61 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.67 go: downloading github.com/magiconair/properties v1.8.1
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.85 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.86 go: downloading github.com/mattn/go-isatty v0.0.8
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.93 go: downloading github.com/spf13/cobra v0.0.5
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.93 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:19 [2020-11-06T20:22:19.206Z] #47 23.98 go: downloading github.com/ultraware/whitespace v0.0.4
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.04 go: extracting github.com/mattn/go-isatty v0.0.8
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.04 go: extracting github.com/magiconair/properties v1.8.1
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.13 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.17 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.23 go: downloading github.com/gobwas/glob v0.2.3
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.38 go: extracting github.com/spf13/cobra v0.0.5
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.42 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.42 go: extracting github.com/ultraware/whitespace v0.0.4
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.53 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.57 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.71 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.79 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.87 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:19 [2020-11-06T20:22:19.206Z] #47 24.87 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:19 [2020-11-06T20:22:19.206Z] #47 25.03 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:19 [2020-11-06T20:22:19.206Z] #47 25.04 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:19 [2020-11-06T20:22:19.206Z] #47 25.06 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:19 [2020-11-06T20:22:19.206Z] #47 25.09 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:19 [2020-11-06T20:22:19.206Z] #47 25.10 go: extracting github.com/gobwas/glob v0.2.3
20:22:19 [2020-11-06T20:22:19.206Z] #47 25.21 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:19 [2020-11-06T20:22:19.206Z] #47 ...
20:22:19 [2020-11-06T20:22:19.206Z] 
20:22:19 [2020-11-06T20:22:19.206Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:19 [2020-11-06T20:22:19.217Z] #47 ...
20:22:19 [2020-11-06T20:22:19.218Z] 
20:22:19 [2020-11-06T20:22:19.218Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:19 [2020-11-06T20:22:19.218Z] #34 14.58 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:22:19 [2020-11-06T20:22:19.218Z] #34 18.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:22:19 [2020-11-06T20:22:19.218Z] #34 ...
20:22:19 [2020-11-06T20:22:19.218Z] 
20:22:19 [2020-11-06T20:22:19.218Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:19 [2020-11-06T20:22:19.218Z] #40 14.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:22:19 [2020-11-06T20:22:19.218Z] #40 18.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.374 + RM_GOPATH=0
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.375 + TMP_GOPATH=
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.375 + : /build
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.375 + '[' -z '' ']'
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.376 ++ mktemp -d
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.377 + export GOPATH=/tmp/tmp.pFaLtEIONS
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.377 + GOPATH=/tmp/tmp.pFaLtEIONS
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.377 + RM_GOPATH=1
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.377 + case "$(go env GOARCH)" in
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.378 ++ go env GOARCH
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.386 + export GO_BUILDMODE=-buildmode=pie
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.388 + GO_BUILDMODE=-buildmode=pie
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.390 ++ dirname /tmp/install/install.sh
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.398 + dir=/tmp/install
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.399 + bin=tini
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.399 + shift
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.400 + '[' '!' -f /tmp/install/tini.installer ']'
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.400 + . /tmp/install/tini.installer
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.401 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.402 + install_tini
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.403 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.403 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.403 + git clone https://github.com/krallin/tini.git /tmp/tmp.pFaLtEIONS/tini
20:22:19 [2020-11-06T20:22:19.302Z] #36 0.409 Cloning into '/tmp/tmp.pFaLtEIONS/tini'...
20:22:19 [2020-11-06T20:22:19.476Z] #40 ...
20:22:19 [2020-11-06T20:22:19.476Z] 
20:22:19 [2020-11-06T20:22:19.476Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:19 [2020-11-06T20:22:19.476Z] #47 24.74 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:19 [2020-11-06T20:22:19.476Z] #47 24.95 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:19 [2020-11-06T20:22:19.603Z] #27 10.92 
                                                                           0.0%
                                                                           0.7%
#                                                                          1.6%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.6%
####                                                                       5.6%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     9.3%
#######                                                                   10.2%
########                                                                  11.3%
#########                                                                 13.1%
##########                                                                14.0%
###########                                                               15.7%
############                                                              17.1%
#############                                                             18.3%
#############                                                             19.2%
##############                                                            20.5%
20:22:19 [2020-11-06T20:22:19.603Z] #27 ...
20:22:19 [2020-11-06T20:22:19.603Z] 
20:22:19 [2020-11-06T20:22:19.603Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:19 [2020-11-06T20:22:19.603Z] #53 15.51 Fetched 8220 kB in 11s (780 kB/s)
20:22:19 [2020-11-06T20:22:19.603Z] #53 15.51 Reading package lists...
20:22:19 [2020-11-06T20:22:19.603Z] #53 21.64 Reading package lists...
20:22:19 [2020-11-06T20:22:19.603Z] #53 ...
20:22:19 [2020-11-06T20:22:19.603Z] 
20:22:19 [2020-11-06T20:22:19.603Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:19 [2020-11-06T20:22:19.870Z] #27 10.92 
                                                                           0.0%
                                                                           0.7%
#                                                                          1.6%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.6%
####                                                                       5.6%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     9.3%
#######                                                                   10.2%
########                                                                  11.3%
#########                                                                 13.1%
##########                                                                14.0%
###########                                                               15.7%
############                                                              17.1%
#############                                                             18.3%
#############                                                             19.2%
##############                                                            20.5%
###############                                                           21.5%
###############                                                           21.5%
20:22:19 [2020-11-06T20:22:19.870Z] #27 ...
20:22:19 [2020-11-06T20:22:19.870Z] 
20:22:19 [2020-11-06T20:22:19.870Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:19 [2020-11-06T20:22:19.870Z] #45 15.78 go: finding github.com/fatih/color v1.9.0
20:22:19 [2020-11-06T20:22:19.870Z] #45 15.80 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:19 [2020-11-06T20:22:19.870Z] #45 15.82 go: finding github.com/pkg/errors v0.9.1
20:22:19 [2020-11-06T20:22:19.870Z] #45 15.87 go: finding github.com/spf13/pflag v1.0.3
20:22:19 [2020-11-06T20:22:19.870Z] #45 16.04 go: finding github.com/mattn/go-colorable v0.1.6
20:22:19 [2020-11-06T20:22:19.870Z] #45 16.10 go: finding github.com/mattn/go-isatty v0.0.12
20:22:19 [2020-11-06T20:22:19.870Z] #45 16.50 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:19 [2020-11-06T20:22:19.870Z] #45 16.71 go: finding github.com/jonboulle/clockwork v0.1.0
20:22:19 [2020-11-06T20:22:19.870Z] #45 16.74 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:19 [2020-11-06T20:22:19.870Z] #45 16.78 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:19 [2020-11-06T20:22:19.870Z] #45 16.86 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:19 [2020-11-06T20:22:19.929Z] #43 ...
20:22:19 [2020-11-06T20:22:19.929Z] 
20:22:19 [2020-11-06T20:22:19.929Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:19 [2020-11-06T20:22:19.929Z] #41 27.61   CC       images/sk-packet.o
20:22:19 [2020-11-06T20:22:19.929Z] #41 28.21   CC       images/mnt.o
20:22:19 [2020-11-06T20:22:19.929Z] #41 28.42   CC       images/pipe-data.o
20:22:19 [2020-11-06T20:22:19.929Z] #41 28.60   CC       images/sa.o
20:22:19 [2020-11-06T20:22:19.929Z] #41 28.79   CC       images/timer.o
20:22:19 [2020-11-06T20:22:19.929Z] #41 29.09   CC       images/timerfd.o
20:22:19 [2020-11-06T20:22:19.929Z] #41 29.34   CC       images/mm.o
20:22:19 [2020-11-06T20:22:19.929Z] #41 29.64   CC       images/sk-opts.o
20:22:19 [2020-11-06T20:22:19.929Z] #41 29.83   CC       images/sk-unix.o
20:22:20 [2020-11-06T20:22:20.137Z] #45 ...
20:22:20 [2020-11-06T20:22:20.137Z] 
20:22:20 [2020-11-06T20:22:20.137Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:20 [2020-11-06T20:22:20.192Z] #41 30.16   CC       images/sk-inet.o
20:22:20 [2020-11-06T20:22:20.374Z] #36 1.548 + cd /tmp/tmp.pFaLtEIONS/tini
20:22:20 [2020-11-06T20:22:20.374Z] #36 1.548 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:22:20 [2020-11-06T20:22:20.374Z] #36 1.584 + cmake .
20:22:20 [2020-11-06T20:22:20.419Z] #27 10.92 
                                                                           0.0%
                                                                           0.7%
#                                                                          1.6%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.6%
####                                                                       5.6%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     9.3%
#######                                                                   10.2%
########                                                                  11.3%
#########                                                                 13.1%
##########                                                                14.0%
###########                                                               15.7%
############                                                              17.1%
#############                                                             18.3%
#############                                                             19.2%
##############                                                            20.5%
###############                                                           21.5%
###############                                                           21.5%
################                                                          22.4%
#################                                                         23.7%
##################                                                        25.6%
###################                                                       27.1%
###
20:22:20 [2020-11-06T20:22:20.419Z] #27 ...
20:22:20 [2020-11-06T20:22:20.419Z] 
20:22:20 [2020-11-06T20:22:20.419Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:20 [2020-11-06T20:22:20.419Z] #34 16.18 Fetched 8220 kB in 11s (721 kB/s)
20:22:20 [2020-11-06T20:22:20.419Z] #34 16.18 Reading package lists...
20:22:20 [2020-11-06T20:22:20.419Z] #34 22.35 Reading package lists...
20:22:20 [2020-11-06T20:22:20.419Z] #34 ...
20:22:20 [2020-11-06T20:22:20.419Z] 
20:22:20 [2020-11-06T20:22:20.419Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:20 [2020-11-06T20:22:20.689Z] #54 133.5 + bin/containerd-stress
20:22:20 [2020-11-06T20:22:20.689Z] #54 134.9 + bin/containerd-shim
20:22:20 [2020-11-06T20:22:20.766Z] #41 30.63   CC       images/tun.o
20:22:20 [2020-11-06T20:22:20.766Z] #41 30.91   CC       images/sk-netlink.o
20:22:20 [2020-11-06T20:22:20.956Z] #27 10.92 
                                                                           0.0%
                                                                           0.7%
#                                                                          1.6%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.6%
####                                                                       5.6%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     9.3%
#######                                                                   10.2%
########                                                                  11.3%
#########                                                                 13.1%
##########                                                                14.0%
###########                                                               15.7%
############                                                              17.1%
#############                                                             18.3%
#############                                                             19.2%
##############                                                            20.5%
###############                                                           21.5%
###############                                                           21.5%
################                                                          22.4%
#################                                                         23.7%
##################                                                        25.6%
###################                                                       27.1%
####################                                                      28.8%
#####################                                                     30.5%
#######################                                                   32.8%
########################                                                  34.4%
#########################                                                 35.7%
##########################                                                36.6%
20:22:20 [2020-11-06T20:22:20.956Z] #27 ...
20:22:20 [2020-11-06T20:22:20.956Z] 
20:22:20 [2020-11-06T20:22:20.956Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:20 [2020-11-06T20:22:20.956Z] #11 16.97 Fetched 8220 kB in 12s (690 kB/s)
20:22:20 [2020-11-06T20:22:20.956Z] #11 16.97 Reading package lists...
20:22:20 [2020-11-06T20:22:20.956Z] #11 22.89 Reading package lists...
20:22:20 [2020-11-06T20:22:20.956Z] #11 ...
20:22:20 [2020-11-06T20:22:20.956Z] 
20:22:20 [2020-11-06T20:22:20.956Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:21 [2020-11-06T20:22:21.033Z] #36 2.370 -- The C compiler identification is GNU 8.3.0
20:22:21 [2020-11-06T20:22:21.331Z] #36 2.452 -- Check for working C compiler: /usr/bin/cc
20:22:21 [2020-11-06T20:22:21.331Z] #36 ...
20:22:21 [2020-11-06T20:22:21.331Z] 
20:22:21 [2020-11-06T20:22:21.331Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:21 [2020-11-06T20:22:21.331Z] #33 46.41 internal/oserror
20:22:21 [2020-11-06T20:22:21.331Z] #33 46.41 io
20:22:21 [2020-11-06T20:22:21.331Z] #33 46.41 strconv
20:22:21 [2020-11-06T20:22:21.331Z] #33 47.00 syscall
20:22:21 [2020-11-06T20:22:21.331Z] #33 50.51 strings
20:22:21 [2020-11-06T20:22:21.331Z] #33 50.53 bytes
20:22:21 [2020-11-06T20:22:21.331Z] #33 ...
20:22:21 [2020-11-06T20:22:21.331Z] 
20:22:21 [2020-11-06T20:22:21.331Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.30 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.31 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.33 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.33 Setting up libcap-dev:ppc64el (1:2.25-2) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.34 Setting up libprotoc17:ppc64el (3.6.1.3-2) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.34 Setting up protobuf-compiler (3.6.1.3-2) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.36 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.36 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.37 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:22:21 [2020-11-06T20:22:21.331Z] #41 55.38 Setting up python-protobuf (3.6.1.3-2) ...
20:22:21 [2020-11-06T20:22:21.341Z] #41 31.12   CC       images/packet-sock.o
20:22:21 [2020-11-06T20:22:21.393Z] #47 26.60 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:21 [2020-11-06T20:22:21.494Z] #27 10.92 
                                                                           0.0%
                                                                           0.7%
#                                                                          1.6%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.6%
####                                                                       5.6%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     9.3%
#######                                                                   10.2%
########                                                                  11.3%
#########                                                                 13.1%
##########                                                                14.0%
###########                                                               15.7%
############                                                              17.1%
#############                                                             18.3%
#############                                                             19.2%
##############                                                            20.5%
###############                                                           21.5%
###############                                                           21.5%
################                                                          22.4%
#################                                                         23.7%
##################                                                        25.6%
###################                                                       27.1%
####################                                                      28.8%
#####################                                                     30.5%
#######################                                                   32.8%
########################                                                  34.4%
#########################                                                 35.7%
##########################                                                36.6%
##########################                                                37.5%
###########################                                               38.4%
############################                                              39.2%
#############################                                             40.3%
#############################                                             41.2%
20:22:21 [2020-11-06T20:22:21.494Z] #27 ...
20:22:21 [2020-11-06T20:22:21.494Z] 
20:22:21 [2020-11-06T20:22:21.494Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:21 [2020-11-06T20:22:21.494Z] #40 17.49 Fetched 8220 kB in 12s (670 kB/s)
20:22:21 [2020-11-06T20:22:21.494Z] #40 17.49 Reading package lists...
20:22:21 [2020-11-06T20:22:21.494Z] #40 23.80 Reading package lists...
20:22:21 [2020-11-06T20:22:21.494Z] #40 ...
20:22:21 [2020-11-06T20:22:21.494Z] 
20:22:21 [2020-11-06T20:22:21.494Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:21 [2020-11-06T20:22:21.604Z] #41 31.59   CC       images/ipc-var.o
20:22:21 [2020-11-06T20:22:21.866Z] #41 31.81   CC       images/ipc-desc.o
20:22:22 [2020-11-06T20:22:22.129Z] #41 32.03   CC       images/ipc-shm.o
20:22:22 [2020-11-06T20:22:22.129Z] #41 32.26   CC       images/ipc-msg.o
20:22:22 [2020-11-06T20:22:22.424Z] #41 32.47   CC       images/ipc-sem.o
20:22:22 [2020-11-06T20:22:22.615Z] Running on azwin-2-1b1ec0 in d:\jenkins\workspace\moby_PR-41648
[Pipeline] {
[Pipeline] ws
20:22:22 [2020-11-06T20:22:22.639Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
20:22:22 [2020-11-06T20:22:22.720Z] #41 32.73   CC       images/utsns.o
20:22:22 [2020-11-06T20:22:22.759Z] #54 139.3 + bin/containerd-shim-runc-v1
20:22:23 [2020-11-06T20:22:23.301Z] #41 33.08   CC       images/creds.o
20:22:23 [2020-11-06T20:22:23.301Z] #41 33.36   CC       images/vma.o
20:22:23 [2020-11-06T20:22:23.570Z] #41 33.71   CC       images/netdev.o
20:22:24 [2020-11-06T20:22:24.142Z] #41 34.11   CC       images/tty.o
20:22:24 [2020-11-06T20:22:24.671Z] #47 30.16 go: downloading github.com/sourcegraph/go-diff v0.5.1
20:22:24 [2020-11-06T20:22:24.671Z] #47 30.17 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:24 [2020-11-06T20:22:24.671Z] #47 30.27 go: downloading github.com/go-toolsmith/astfmt v1.0.0
20:22:24 [2020-11-06T20:22:24.722Z] #41 34.68   CC       images/file-lock.o
20:22:24 [2020-11-06T20:22:24.928Z] #47 ...
20:22:24 [2020-11-06T20:22:24.928Z] 
20:22:24 [2020-11-06T20:22:24.928Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:22:24 [2020-11-06T20:22:24.983Z] #41 34.83   CC       images/rlimit.o
20:22:24 [2020-11-06T20:22:24.983Z] #41 35.04   CC       images/pagemap.o
20:22:25 [2020-11-06T20:22:25.540Z] #54 142.3 + bin/containerd-shim-runc-v2
20:22:25 [2020-11-06T20:22:25.555Z] #41 35.36   CC       images/siginfo.o
20:22:25 [2020-11-06T20:22:25.701Z] #38 30.13 Checking out files:  60% (1013/1665)   
Checking out files:  61% (1016/1665)   
Checking out files:  62% (1033/1665)   
Checking out files:  63% (1049/1665)   
Checking out files:  64% (1066/1665)   
Checking out files:  65% (1083/1665)   
Checking out files:  66% (1099/1665)   
Checking out files:  67% (1116/1665)   
Checking out files:  68% (1133/1665)   
Checking out files:  69% (1149/1665)   
Checking out files:  70% (1166/1665)   
Checking out files:  71% (1183/1665)   
Checking out files:  72% (1199/1665)   
Checking out files:  73% (1216/1665)   
Checking out files:  74% (1233/1665)   
Checking out files:  75% (1249/1665)   
Checking out files:  76% (1266/1665)   
Checking out files:  77% (1283/1665)   
Checking out files:  78% (1299/1665)   
Checking out files:  79% (1316/1665)   
Checking out files:  80% (1332/1665)   
Checking out files:  81% (1349/1665)   
Checking out files:  82% (1366/1665)   
Checking out files:  83% (1382/1665)   
Checking out files:  84% (1399/1665)   
Checking out files:  85% (1416/1665)   
Checking out files:  86% (1432/1665)   
Checking out files:  87% (1449/1665)   
Checking out files:  88% (1466/1665)   
Checking out files:  89% (1482/1665)   
Checking out files:  90% (1499/1665)   
Checking out files:  91% (1516/1665)   
Checking out files:  92% (1532/1665)   
Checking out files:  93% (1549/1665)   
Checking out files:  94% (1566/1665)   
Checking out files:  95% (1582/1665)   
Checking out files:  96% (1599/1665)   
Checking out files:  97% (1616/1665)   
Checking out files:  98% (1632/1665)   
Checking out files:  99% (1649/1665)   
Checking out files: 100% (1665/1665)   
Checking out files: 100% (1665/1665), done.
20:22:25 [2020-11-06T20:22:25.824Z] #41 35.68   CC       images/rpc.o
20:22:25 [2020-11-06T20:22:25.889Z] #41 ...
20:22:25 [2020-11-06T20:22:25.889Z] 
20:22:25 [2020-11-06T20:22:25.889Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:25 [2020-11-06T20:22:25.889Z] #44 60.78 bufio
20:22:25 [2020-11-06T20:22:25.959Z] #38 31.02 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:22:26 [2020-11-06T20:22:26.537Z] #44 61.83 reflect
20:22:26 [2020-11-06T20:22:26.575Z] #54 143.0 + binaries
20:22:26 [2020-11-06T20:22:26.575Z] #54 143.0 + install -D bin/containerd /build/containerd
20:22:26 [2020-11-06T20:22:26.575Z] #54 143.0 + install -D bin/containerd-shim /build/containerd-shim
20:22:26 [2020-11-06T20:22:26.575Z] #54 143.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:22:26 [2020-11-06T20:22:26.575Z] #54 143.0 + install -D bin/ctr /build/ctr
20:22:26 [2020-11-06T20:22:26.580Z] #27 10.92 
                                                                           0.0%
                                                                           0.7%
#                                                                          1.6%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.6%
####                                                                       5.6%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     9.3%
#######                                                                   10.2%
########                                                                  11.3%
#########                                                                 13.1%
##########                                                                14.0%
###########                                                               15.7%
############                                                              17.1%
#############                                                             18.3%
#############                                                             19.2%
##############                                                            20.5%
###############                                                           21.5%
###############                                                           21.5%
################                                                          22.4%
#################                                                         23.7%
##################                                                        25.6%
###################                                                       27.1%
####################                                                      28.8%
#####################                                                     30.5%
#######################                                                   32.8%
########################                                                  34.4%
#########################                                                 35.7%
##########################                                                36.6%
##########################                                                37.5%
###########################                                               38.4%
############################                                              39.2%
#############################                                             40.3%
#############################                                             41.2%
##############################                                            41.7%
##############################                                            42.6%
###############################                                           43.5%
################################                                          44.6%
################################                                          45.4%
#################################                                         46.1%
#################################                                         47.1%
##################################                                        48.1%
###################################                                       48.9%
###################################                                       49.8%
####################################                                      51.0%
#####################################                                     52.2%
######################################                                    53.8%
########################################                                  55.9%
#########################################                                 57.4%
##########################################                                58.8%
###########################################                               60.1%
############################################                              61.3%
#############################################                             62.6%
#############################################                             63.7%
##############################################                            64.8%
###############################################                           65.9%
################################################                          66.8%
################################################                          67.6%
#################################################                         68.5%
##################################################                        70.4%
####################################################                      73.1%
######################################################                    75.5%
#######################################################                   77.6%
#########################################################                 79.2%
##########################################################                80.7%
###########################################################               82.2%
############################################################              84.3%
#############################################################             85.4%
##############################################################            86.7%
###############################################################           88.0%
################################################################          89.3%
#################################################################         90.7%
##################################################################        91.9%
###################################################################       93.4%
####################################################################      94.8%
#####################################################################     96.6%
######################################################################    98.2%
######################################################################## 100.0%
20:22:26 [2020-11-06T20:22:26.580Z] #27 20.01 
20:22:26 [2020-11-06T20:22:26.890Z] #38 ...
20:22:26 [2020-11-06T20:22:26.891Z] 
20:22:26 [2020-11-06T20:22:26.891Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:26 [2020-11-06T20:22:26.891Z] #43 22.36 unicode/utf16
20:22:26 [2020-11-06T20:22:26.891Z] #43 22.68 container/list
20:22:26 [2020-11-06T20:22:26.891Z] #43 23.68 crypto/internal/subtle
20:22:26 [2020-11-06T20:22:26.891Z] #43 23.79 crypto/subtle
20:22:26 [2020-11-06T20:22:26.891Z] #43 24.00 vendor/golang.org/x/crypto/cryptobyte/asn1
20:22:26 [2020-11-06T20:22:26.891Z] #43 24.27 internal/nettrace
20:22:26 [2020-11-06T20:22:26.891Z] #43 24.55 runtime/cgo
20:22:26 [2020-11-06T20:22:26.891Z] #43 ...
20:22:26 [2020-11-06T20:22:26.891Z] 
20:22:26 [2020-11-06T20:22:26.891Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.39 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.44 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.47 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.47 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.47 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.48 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.50 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.50 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.59 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.64 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.74 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.75 go: extracting github.com/go-toolsmith/astfmt v1.0.0
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.76 go: extracting github.com/sourcegraph/go-diff v0.5.1
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.81 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.83 go: downloading github.com/ultraware/funlen v0.0.2
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.83 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.87 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.87 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.89 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.92 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.92 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.97 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
20:22:26 [2020-11-06T20:22:26.891Z] #47 30.99 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.03 go: downloading github.com/sirupsen/logrus v1.4.2
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.03 go: extracting github.com/ultraware/funlen v0.0.2
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.07 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.25 go: downloading github.com/go-toolsmith/astp v1.0.0
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.43 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.49 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.53 go: downloading github.com/fatih/color v1.7.0
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.64 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.80 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.81 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.90 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.93 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.93 go: extracting github.com/sirupsen/logrus v1.4.2
20:22:26 [2020-11-06T20:22:26.891Z] #47 31.97 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:26 [2020-11-06T20:22:26.891Z] #47 32.16 go: extracting github.com/go-toolsmith/astp v1.0.0
20:22:26 [2020-11-06T20:22:26.891Z] #47 32.29 go: downloading github.com/go-toolsmith/typep v1.0.0
20:22:26 [2020-11-06T20:22:26.891Z] #47 32.35 go: downloading golang.org/x/text v0.3.2
20:22:26 [2020-11-06T20:22:26.891Z] #47 32.44 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:22:26 [2020-11-06T20:22:26.891Z] #47 32.45 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
20:22:26 [2020-11-06T20:22:26.891Z] #47 32.51 go: extracting github.com/fatih/color v1.7.0
20:22:27 [2020-11-06T20:22:27.148Z] #47 32.60 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:27 [2020-11-06T20:22:27.148Z] #47 32.60 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:27 [2020-11-06T20:22:27.148Z] #47 32.72 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:27 [2020-11-06T20:22:27.148Z] #47 32.75 go: extracting github.com/go-toolsmith/typep v1.0.0
20:22:27 [2020-11-06T20:22:27.148Z] #47 32.75 go: downloading github.com/gogo/protobuf v1.2.1
20:22:27 [2020-11-06T20:22:27.148Z] #47 32.81 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:22:27 [2020-11-06T20:22:27.193Z] #44 ...
20:22:27 [2020-11-06T20:22:27.193Z] 
20:22:27 [2020-11-06T20:22:27.193Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:27 [2020-11-06T20:22:27.193Z] #41 62.37 Setting up libnl-3-dev:ppc64el (3.4.0-1) ...
20:22:27 [2020-11-06T20:22:27.193Z] #41 62.39 Processing triggers for libc-bin (2.28-10) ...
20:22:27 [2020-11-06T20:22:27.193Z] #41 DONE 62.6s
20:22:27 [2020-11-06T20:22:27.212Z] #41 36.91   CC       images/ext-file.o
20:22:27 [2020-11-06T20:22:27.212Z] #41 ...
20:22:27 [2020-11-06T20:22:27.212Z] 
20:22:27 [2020-11-06T20:22:27.212Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:27 [2020-11-06T20:22:27.212Z] #56 135.0 + for f in rootlesskit rootlesskit-docker-proxy
20:22:27 [2020-11-06T20:22:27.212Z] #56 135.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:22:27 [2020-11-06T20:22:27.293Z] #54 DONE 143.6s
20:22:27 [2020-11-06T20:22:27.405Z] #47 32.83 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:27 [2020-11-06T20:22:27.405Z] #47 32.85 go: downloading github.com/go-lintpack/lintpack v0.5.2
20:22:27 [2020-11-06T20:22:27.405Z] #47 32.87 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:22:27 [2020-11-06T20:22:27.405Z] #47 32.94 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:27 [2020-11-06T20:22:27.405Z] #47 33.00 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:27 [2020-11-06T20:22:27.405Z] #47 ...
20:22:27 [2020-11-06T20:22:27.405Z] 
20:22:27 [2020-11-06T20:22:27.405Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:27 [2020-11-06T20:22:27.405Z] #49 23.05 + cd /tmp/tmp.K0GM6OVxvj/src/github.com/mvdan/sh
20:22:27 [2020-11-06T20:22:27.405Z] #49 23.05 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:27 [2020-11-06T20:22:27.405Z] #49 23.24 + GO111MODULE=on
20:22:27 [2020-11-06T20:22:27.405Z] #49 23.24 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:22:27 [2020-11-06T20:22:27.405Z] #49 25.12 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:27 [2020-11-06T20:22:27.405Z] #49 25.19 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:27 [2020-11-06T20:22:27.405Z] #49 25.21 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:27 [2020-11-06T20:22:27.405Z] #49 25.65 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:27 [2020-11-06T20:22:27.405Z] #49 25.80 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:27 [2020-11-06T20:22:27.405Z] #49 26.91 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:27 [2020-11-06T20:22:27.405Z] #49 28.32 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:27 [2020-11-06T20:22:27.405Z] #49 30.68 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:27 [2020-11-06T20:22:27.405Z] #49 32.56 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:27 [2020-11-06T20:22:27.405Z] #49 32.92 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:27 [2020-11-06T20:22:27.473Z] #56 ...
20:22:27 [2020-11-06T20:22:27.473Z] 
20:22:27 [2020-11-06T20:22:27.473Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:27 [2020-11-06T20:22:27.473Z] #11 125.5 Selecting previously unselected package g++-mingw-w64-x86-64.
20:22:27 [2020-11-06T20:22:27.473Z] #11 125.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:22:27 [2020-11-06T20:22:27.473Z] #11 125.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:27 [2020-11-06T20:22:27.507Z] 
20:22:27 [2020-11-06T20:22:27.507Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:27 [2020-11-06T20:22:27.587Z] 
20:22:27 [2020-11-06T20:22:27.587Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:22:27 [2020-11-06T20:22:27.665Z] #49 33.13 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:27 [2020-11-06T20:22:27.665Z] #49 33.16 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:27 [2020-11-06T20:22:27.665Z] #49 ...
20:22:27 [2020-11-06T20:22:27.665Z] 
20:22:27 [2020-11-06T20:22:27.665Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:27 [2020-11-06T20:22:27.665Z] #47 33.10 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:22:27 [2020-11-06T20:22:27.665Z] #47 33.14 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
20:22:27 [2020-11-06T20:22:27.665Z] #47 33.15 go: downloading github.com/mattn/go-colorable v0.1.4
20:22:27 [2020-11-06T20:22:27.734Z] #11 ...
20:22:27 [2020-11-06T20:22:27.734Z] 
20:22:27 [2020-11-06T20:22:27.734Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:27 [2020-11-06T20:22:27.734Z] #41 37.16   CC       images/cgroup.o
20:22:27 [2020-11-06T20:22:27.806Z] #42 ...
20:22:27 [2020-11-06T20:22:27.806Z] 
20:22:27 [2020-11-06T20:22:27.806Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:27 [2020-11-06T20:22:27.806Z] #12 53.15 Selecting previously unselected package mingw-w64-common.
20:22:27 [2020-11-06T20:22:27.806Z] #12 53.16 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:22:27 [2020-11-06T20:22:27.806Z] #12 53.17 Unpacking mingw-w64-common (6.0.0-3) ...
20:22:27 [2020-11-06T20:22:27.806Z] #12 59.10 Selecting previously unselected package mingw-w64-x86-64-dev.
20:22:27 [2020-11-06T20:22:27.806Z] #12 59.11 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:22:27 [2020-11-06T20:22:27.806Z] #12 59.11 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:22:27 [2020-11-06T20:22:27.878Z] #55 DONE 0.3s
20:22:27 [2020-11-06T20:22:27.923Z] #47 33.41 go: extracting github.com/mattn/go-colorable v0.1.4
20:22:27 [2020-11-06T20:22:27.923Z] #47 33.46 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:22:27 [2020-11-06T20:22:27.987Z] #27 21.50 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:22:27 [2020-11-06T20:22:27.995Z] #41 37.88   CC       images/userns.o
20:22:28 [2020-11-06T20:22:28.105Z] #12 ...
20:22:28 [2020-11-06T20:22:28.106Z] 
20:22:28 [2020-11-06T20:22:28.106Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:28 [2020-11-06T20:22:28.106Z] #36 3.136 -- Check for working C compiler: /usr/bin/cc -- works
20:22:28 [2020-11-06T20:22:28.106Z] #36 3.140 -- Detecting C compiler ABI info
20:22:28 [2020-11-06T20:22:28.106Z] #36 3.688 -- Detecting C compiler ABI info - done
20:22:28 [2020-11-06T20:22:28.106Z] #36 3.752 -- Detecting C compile features
20:22:28 [2020-11-06T20:22:28.106Z] #36 5.632 -- Detecting C compile features - done
20:22:28 [2020-11-06T20:22:28.106Z] #36 5.675 -- Performing Test HAS_BUILTIN_FORTIFY
20:22:28 [2020-11-06T20:22:28.106Z] #36 5.875 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:22:28 [2020-11-06T20:22:28.106Z] #36 5.996 -- Configuring done
20:22:28 [2020-11-06T20:22:28.106Z] #36 6.033 -- Generating done
20:22:28 [2020-11-06T20:22:28.106Z] #36 6.040 -- Build files have been written to: /tmp/tmp.pFaLtEIONS/tini
20:22:28 [2020-11-06T20:22:28.106Z] #36 6.049 + make tini-static
20:22:28 [2020-11-06T20:22:28.106Z] #36 6.377 Scanning dependencies of target tini-static
20:22:28 [2020-11-06T20:22:28.106Z] #36 6.595 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:22:28 [2020-11-06T20:22:28.106Z] #36 8.594 [100%] Linking C executable tini-static
20:22:28 [2020-11-06T20:22:28.106Z] #36 9.488 [100%] Built target tini-static
20:22:28 [2020-11-06T20:22:28.106Z] #36 9.576 + mkdir -p /build
20:22:28 [2020-11-06T20:22:28.170Z] 
20:22:28 [2020-11-06T20:22:28.170Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:22:28 [2020-11-06T20:22:28.170Z] #59 DONE 0.2s
20:22:28 [2020-11-06T20:22:28.170Z] 
20:22:28 [2020-11-06T20:22:28.170Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:22:28 [2020-11-06T20:22:28.180Z] #47 33.57 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:28 [2020-11-06T20:22:28.180Z] #47 33.59 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:22:28 [2020-11-06T20:22:28.180Z] #47 33.59 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:28 [2020-11-06T20:22:28.180Z] #47 33.64 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:22:28 [2020-11-06T20:22:28.180Z] #47 33.65 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
20:22:28 [2020-11-06T20:22:28.256Z] #41 38.21   CC       images/google/protobuf/descriptor.o
20:22:28 [2020-11-06T20:22:28.407Z] #36 9.579 + cp tini-static /build/docker-init
20:22:28 [2020-11-06T20:22:28.407Z] #36 DONE 9.7s
20:22:28 [2020-11-06T20:22:28.407Z] 
20:22:28 [2020-11-06T20:22:28.407Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:28 [2020-11-06T20:22:28.407Z] #33 57.70 bufio
20:22:28 [2020-11-06T20:22:28.407Z] #33 58.82 reflect
20:22:28 [2020-11-06T20:22:28.407Z] #33 60.49 path
20:22:28 [2020-11-06T20:22:28.407Z] #33 62.23 text/tabwriter
20:22:28 [2020-11-06T20:22:28.438Z] #47 33.83 go: extracting github.com/go-lintpack/lintpack v0.5.2
20:22:28 [2020-11-06T20:22:28.461Z] #61 DONE 0.2s
20:22:28 [2020-11-06T20:22:28.461Z] 
20:22:28 [2020-11-06T20:22:28.461Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:22:28 [2020-11-06T20:22:28.461Z] #63 DONE 0.1s
20:22:28 [2020-11-06T20:22:28.461Z] 
20:22:28 [2020-11-06T20:22:28.461Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:22:28 [2020-11-06T20:22:28.461Z] #64 DONE 0.0s
20:22:28 [2020-11-06T20:22:28.461Z] 
20:22:28 [2020-11-06T20:22:28.461Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
20:22:28 [2020-11-06T20:22:28.567Z] #27 21.91 
20:22:28 [2020-11-06T20:22:28.695Z] #47 34.05 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:28 [2020-11-06T20:22:28.695Z] #47 ...
20:22:28 [2020-11-06T20:22:28.695Z] 
20:22:28 [2020-11-06T20:22:28.695Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:28 [2020-11-06T20:22:28.695Z] #45 24.21 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:22:28 [2020-11-06T20:22:28.695Z] #45 24.25 go: finding github.com/fatih/color v1.9.0
20:22:28 [2020-11-06T20:22:28.695Z] #45 24.26 go: finding github.com/pkg/errors v0.9.1
20:22:28 [2020-11-06T20:22:28.695Z] #45 24.40 go: finding github.com/spf13/pflag v1.0.3
20:22:28 [2020-11-06T20:22:28.695Z] #45 24.70 go: finding github.com/mattn/go-colorable v0.1.6
20:22:28 [2020-11-06T20:22:28.695Z] #45 24.87 go: finding github.com/mattn/go-isatty v0.0.12
20:22:28 [2020-11-06T20:22:28.695Z] #45 25.06 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:22:28 [2020-11-06T20:22:28.695Z] #45 25.30 go: finding github.com/jonboulle/clockwork v0.1.0
20:22:28 [2020-11-06T20:22:28.695Z] #45 25.34 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:22:28 [2020-11-06T20:22:28.695Z] #45 25.38 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:22:28 [2020-11-06T20:22:28.695Z] #45 25.67 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:22:28 [2020-11-06T20:22:28.953Z] #45 ...
20:22:28 [2020-11-06T20:22:28.953Z] 
20:22:28 [2020-11-06T20:22:28.953Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:22:28 [2020-11-06T20:22:28.953Z] #38 33.77 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:22:29 [2020-11-06T20:22:29.054Z] #33 ...
20:22:29 [2020-11-06T20:22:29.054Z] 
20:22:29 [2020-11-06T20:22:29.054Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:29 [2020-11-06T20:22:29.054Z] #42 1.547 Note: Building without setproctitle() and strlcpy() support.
20:22:29 [2020-11-06T20:22:29.054Z] #42 1.547       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:22:29 [2020-11-06T20:22:29.054Z] #42 1.558 Note: Building without GnuTLS support
20:22:29 [2020-11-06T20:22:29.054Z] #42 1.562 Makefile.config:39: Warn: you have no libnftables installed
20:22:29 [2020-11-06T20:22:29.054Z] #42 1.580 Makefile.config:40: Warn: Building without nftables support
20:22:29 [2020-11-06T20:22:29.110Z] #27 22.20 
#                                                                          2.0%
##################################                                        48.4%
######################################################################## 100.0%
20:22:29 [2020-11-06T20:22:29.110Z] #27 22.45 
20:22:29 [2020-11-06T20:22:29.375Z] #27 ...
20:22:29 [2020-11-06T20:22:29.375Z] 
20:22:29 [2020-11-06T20:22:29.375Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.26 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.26 go: downloading github.com/spf13/pflag v1.0.5
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.28 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.31 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.35 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.35 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.43 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.76 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.76 go: downloading github.com/kisielk/gotool v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.80 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:29 [2020-11-06T20:22:29.375Z] #47 25.84 go: downloading github.com/gogo/protobuf v1.2.1
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.04 go: downloading github.com/BurntSushi/toml v0.3.1
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.06 go: downloading github.com/subosito/gotenv v1.2.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.09 go: extracting github.com/kisielk/gotool v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.18 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.18 go: extracting github.com/inconshreveable/mousetrap v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.19 go: downloading github.com/spf13/afero v1.1.2
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.19 go: extracting github.com/spf13/pflag v1.0.5
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.22 go: extracting github.com/subosito/gotenv v1.2.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.27 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.31 go: downloading github.com/go-toolsmith/astequal v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.31 go: downloading github.com/spf13/cast v1.3.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.49 go: downloading github.com/go-toolsmith/astcast v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.58 go: extracting github.com/spf13/cast v1.3.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.63 go: extracting github.com/go-toolsmith/astcast v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.73 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.79 go: extracting github.com/spf13/afero v1.1.2
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.86 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.88 go: downloading github.com/go-toolsmith/strparse v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 26.91 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.02 go: extracting github.com/BurntSushi/toml v0.3.1
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.22 go: downloading github.com/go-toolsmith/astcopy v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.28 go: extracting github.com/go-toolsmith/strparse v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.32 go: downloading github.com/go-toolsmith/astp v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.33 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.34 go: downloading golang.org/x/text v0.3.2
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.37 go: extracting github.com/go-toolsmith/astp v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.42 go: extracting github.com/go-toolsmith/astcopy v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.50 go: downloading github.com/go-toolsmith/typep v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 27.94 go: extracting github.com/go-toolsmith/typep v1.0.0
20:22:29 [2020-11-06T20:22:29.375Z] #47 28.03 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:29 [2020-11-06T20:22:29.375Z] #47 28.62 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:29 [2020-11-06T20:22:29.375Z] #47 31.01 go: extracting github.com/gogo/protobuf v1.2.1
20:22:29 [2020-11-06T20:22:29.375Z] #47 34.74 go: extracting golang.org/x/text v0.3.2
20:22:29 [2020-11-06T20:22:29.496Z] #65 DONE 0.7s
20:22:29 [2020-11-06T20:22:29.496Z] 
20:22:29 [2020-11-06T20:22:29.496Z] #66 exporting to image
20:22:29 [2020-11-06T20:22:29.496Z] #66 exporting layers
20:22:29 [2020-11-06T20:22:29.643Z] #47 ...
20:22:29 [2020-11-06T20:22:29.643Z] 
20:22:29 [2020-11-06T20:22:29.643Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:29 [2020-11-06T20:22:29.643Z] #40 23.80 Reading package lists...
20:22:29 [2020-11-06T20:22:29.643Z] #40 29.97 Building dependency tree...
20:22:29 [2020-11-06T20:22:29.643Z] #40 33.45 The following additional packages will be installed:
20:22:29 [2020-11-06T20:22:29.643Z] #40 33.47   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:22:29 [2020-11-06T20:22:29.643Z] #40 33.48   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:22:29 [2020-11-06T20:22:29.643Z] #40 33.48 Suggested packages:
20:22:29 [2020-11-06T20:22:29.643Z] #40 33.48   manpages-dev python-setuptools
20:22:29 [2020-11-06T20:22:29.643Z] #40 34.88 The following NEW packages will be installed:
20:22:29 [2020-11-06T20:22:29.643Z] #40 34.89   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:22:29 [2020-11-06T20:22:29.643Z] #40 34.90   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:22:29 [2020-11-06T20:22:29.643Z] #40 34.90   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:22:29 [2020-11-06T20:22:29.643Z] #40 34.90   python-six zlib1g-dev
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.33 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.33 Need to get 3798 kB of archives.
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.33 After this operation, 21.6 MB of additional disk space will be used.
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.34 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.35 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.65 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.65 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.66 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
20:22:29 [2020-11-06T20:22:29.643Z] #40 35.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
20:22:30 [2020-11-06T20:22:30.179Z] #41 39.99   CC       images/opts.o
20:22:30 [2020-11-06T20:22:30.179Z] #41 40.22   CC       images/seccomp.o
20:22:30 [2020-11-06T20:22:30.440Z] #41 40.51   CC       images/binfmt-misc.o
20:22:30 [2020-11-06T20:22:30.604Z] #40 ...
20:22:30 [2020-11-06T20:22:30.604Z] 
20:22:30 [2020-11-06T20:22:30.604Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:30 [2020-11-06T20:22:30.604Z] #27 23.82 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:22:30 [2020-11-06T20:22:30.869Z] #27 24.30 
20:22:31 [2020-11-06T20:22:31.012Z] #41 40.76   CC       images/time.o
20:22:31 [2020-11-06T20:22:31.012Z] #41 41.02   CC       images/sysctl.o
20:22:31 [2020-11-06T20:22:31.012Z] #41 41.14   CC       images/autofs.o
20:22:31 [2020-11-06T20:22:31.158Z] #42 3.755 fatal: not a git repository (or any of the parent directories): .git
20:22:31 [2020-11-06T20:22:31.159Z] #42 3.790   GEN      .gitid
20:22:31 [2020-11-06T20:22:31.159Z] #42 3.802   GEN      criu/include/version.h
20:22:31 [2020-11-06T20:22:31.159Z] #42 3.859   GEN      include/common/asm
20:22:31 [2020-11-06T20:22:31.274Z] #41 41.33   CC       images/macvlan.o
20:22:31 [2020-11-06T20:22:31.669Z] #27 24.52 
                                                                           0.8%
############################################################              84.1%
######################################################################## 100.0%
20:22:31 [2020-11-06T20:22:31.669Z] #27 24.74 
20:22:31 [2020-11-06T20:22:31.848Z] #41 41.58   CC       images/sit.o
20:22:31 [2020-11-06T20:22:31.848Z] #41 41.79   CC       images/memfd.o
20:22:31 [2020-11-06T20:22:31.848Z] #41 ...
20:22:31 [2020-11-06T20:22:31.848Z] 
20:22:31 [2020-11-06T20:22:31.848Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:31 [2020-11-06T20:22:31.848Z] #43 129.9 vendor/golang.org/x/net/idna
20:22:31 [2020-11-06T20:22:31.848Z] #43 132.3 vendor/golang.org/x/net/http2/hpack
20:22:31 [2020-11-06T20:22:31.848Z] #43 133.3 mime
20:22:31 [2020-11-06T20:22:31.848Z] #43 135.0 mime/quotedprintable
20:22:31 [2020-11-06T20:22:31.848Z] #43 135.3 net/http/internal
20:22:31 [2020-11-06T20:22:31.848Z] #43 139.4 net/textproto
20:22:31 [2020-11-06T20:22:31.848Z] #43 139.4 crypto/x509
20:22:32 [2020-11-06T20:22:32.223Z] #66 exporting layers 2.4s done
20:22:32 [2020-11-06T20:22:32.223Z] #66 writing image sha256:e689dfd13ce828e556d3e8bbf6d6f8c23d492d1be10b4023c665805a2caf991c done
20:22:32 [2020-11-06T20:22:32.223Z] #66 naming to docker.io/library/docker:1bb3491601a4f1d654edbc1e997016baa015176e done
20:22:32 [2020-11-06T20:22:32.223Z] #66 DONE 2.4s
[Pipeline] }
[Pipeline] // stage
20:22:32 [2020-11-06T20:22:32.284Z] #27 ...
20:22:32 [2020-11-06T20:22:32.284Z] 
20:22:32 [2020-11-06T20:22:32.284Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:32 [2020-11-06T20:22:32.284Z] #43 28.14 sync
20:22:32 [2020-11-06T20:22:32.284Z] #43 28.16 internal/reflectlite
20:22:32 [2020-11-06T20:22:32.284Z] #43 29.81 github.com/LK4D4/vndr/godl/singleflight
20:22:32 [2020-11-06T20:22:32.284Z] #43 29.91 math/rand
20:22:32 [2020-11-06T20:22:32.284Z] #43 29.92 internal/singleflight
20:22:32 [2020-11-06T20:22:32.284Z] #43 32.30 sort
20:22:32 [2020-11-06T20:22:32.284Z] #43 32.30 errors
20:22:32 [2020-11-06T20:22:32.284Z] #43 32.64 io
20:22:32 [2020-11-06T20:22:32.284Z] #43 32.66 internal/oserror
20:22:32 [2020-11-06T20:22:32.284Z] #43 32.71 strconv
20:22:32 [2020-11-06T20:22:32.284Z] #43 32.77 syscall
20:22:32 [2020-11-06T20:22:32.284Z] #43 34.84 vendor/golang.org/x/net/dns/dnsmessage
20:22:32 [2020-11-06T20:22:32.284Z] #43 35.10 bytes
20:22:32 [2020-11-06T20:22:32.284Z] #43 37.79 bufio
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:22:32 [2020-11-06T20:22:32.422Z] #43 ...
20:22:32 [2020-11-06T20:22:32.422Z] 
20:22:32 [2020-11-06T20:22:32.422Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:32 [2020-11-06T20:22:32.422Z] #41 42.23   CC       images/timens.o
20:22:32 [2020-11-06T20:22:32.422Z] #41 42.58   LINK     images/built-in.o
20:22:32 [2020-11-06T20:22:32.598Z] #43 ...
20:22:32 [2020-11-06T20:22:32.598Z] 
20:22:32 [2020-11-06T20:22:32.598Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:32 [2020-11-06T20:22:32.598Z] #30 37.29 Checking out files:  93% (1423/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.
20:22:32 [2020-11-06T20:22:32.598Z] #30 37.35 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:22:32 [2020-11-06T20:22:32.598Z] #30 37.66 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:32 [2020-11-06T20:22:32.659Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/test/unit
20:22:32 [2020-11-06T20:22:32.684Z] #41 42.75   GEN      compel/include/asm
20:22:32 [2020-11-06T20:22:32.684Z] #41 42.80   GEN      compel/include/version.h
20:22:32 [2020-11-06T20:22:32.684Z] #41 42.81 touch .config
20:22:32 [2020-11-06T20:22:32.684Z] #41 42.84   GEN      include/common/config.h
20:22:32 [2020-11-06T20:22:32.865Z] #30 ...
20:22:32 [2020-11-06T20:22:32.865Z] 
20:22:32 [2020-11-06T20:22:32.865Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:32 [2020-11-06T20:22:32.865Z] #53 21.64 Reading package lists...
20:22:32 [2020-11-06T20:22:32.865Z] #53 29.05 Building dependency tree...
20:22:32 [2020-11-06T20:22:32.865Z] #53 32.71 The following additional packages will be installed:
20:22:32 [2020-11-06T20:22:32.865Z] #53 32.71   libbtrfs0
20:22:32 [2020-11-06T20:22:32.865Z] #53 32.78 The following NEW packages will be installed:
20:22:32 [2020-11-06T20:22:32.865Z] #53 32.79   libbtrfs-dev libbtrfs0
20:22:32 [2020-11-06T20:22:32.865Z] #53 33.13 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
20:22:32 [2020-11-06T20:22:32.865Z] #53 33.13 Need to get 119 kB of archives.
20:22:32 [2020-11-06T20:22:32.865Z] #53 33.13 After this operation, 387 kB of additional disk space will be used.
20:22:32 [2020-11-06T20:22:32.865Z] #53 33.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #53 33.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #53 35.24 debconf: delaying package configuration, since apt-utils is not installed
20:22:32 [2020-11-06T20:22:32.865Z] #53 35.50 Fetched 119 kB in 0s (440 kB/s)
20:22:32 [2020-11-06T20:22:32.865Z] #53 35.78 Selecting previously unselected package libbtrfs0.
20:22:32 [2020-11-06T20:22:32.865Z] #53 35.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 ... 15383 files and directories currently installed.)
20:22:32 [2020-11-06T20:22:32.865Z] #53 35.85 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
20:22:32 [2020-11-06T20:22:32.865Z] #53 35.86 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:32 [2020-11-06T20:22:32.865Z] #53 36.09 Selecting previously unselected package libbtrfs-dev.
20:22:32 [2020-11-06T20:22:32.865Z] #53 36.09 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
20:22:32 [2020-11-06T20:22:32.865Z] #53 36.11 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:32 [2020-11-06T20:22:32.865Z] #53 36.56 Setting up libbtrfs0 (4.20.1-2) ...
20:22:32 [2020-11-06T20:22:32.865Z] #53 ...
20:22:32 [2020-11-06T20:22:32.865Z] 
20:22:32 [2020-11-06T20:22:32.865Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:32 [2020-11-06T20:22:32.865Z] #34 22.35 Reading package lists...
20:22:32 [2020-11-06T20:22:32.865Z] #34 28.79 Building dependency tree...
20:22:32 [2020-11-06T20:22:32.865Z] #34 31.88 The following additional packages will be installed:
20:22:32 [2020-11-06T20:22:32.865Z] #34 31.89   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:22:32 [2020-11-06T20:22:32.865Z] #34 31.91 Suggested packages:
20:22:32 [2020-11-06T20:22:32.865Z] #34 31.91   cmake-doc ninja-build lrzip
20:22:32 [2020-11-06T20:22:32.865Z] #34 31.91 Recommended packages:
20:22:32 [2020-11-06T20:22:32.865Z] #34 31.91   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:22:32 [2020-11-06T20:22:32.865Z] #34 32.90 The following NEW packages will be installed:
20:22:32 [2020-11-06T20:22:32.865Z] #34 32.91   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:22:32 [2020-11-06T20:22:32.865Z] #34 32.92   vim-common xxd
20:22:32 [2020-11-06T20:22:32.865Z] #34 33.37 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
20:22:32 [2020-11-06T20:22:32.865Z] #34 33.37 Need to get 14.2 MB of archives.
20:22:32 [2020-11-06T20:22:32.865Z] #34 33.37 After this operation, 60.0 MB of additional disk space will be used.
20:22:32 [2020-11-06T20:22:32.865Z] #34 33.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 33.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 33.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 33.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 34.65 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 34.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 34.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 34.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 34.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 34.75 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #34 36.62 debconf: delaying package configuration, since apt-utils is not installed
20:22:32 [2020-11-06T20:22:32.865Z] #34 38.81 Fetched 14.2 MB in 2s (7004 kB/s)
20:22:32 [2020-11-06T20:22:32.865Z] #34 ...
20:22:32 [2020-11-06T20:22:32.865Z] 
20:22:32 [2020-11-06T20:22:32.865Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:32 [2020-11-06T20:22:32.865Z] #11 22.89 Reading package lists...
20:22:32 [2020-11-06T20:22:32.865Z] #11 28.95 Building dependency tree...
20:22:32 [2020-11-06T20:22:32.865Z] #11 32.00 The following additional packages will be installed:
20:22:32 [2020-11-06T20:22:32.865Z] #11 32.02   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:22:32 [2020-11-06T20:22:32.865Z] #11 32.02   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:22:32 [2020-11-06T20:22:32.865Z] #11 32.02   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:22:32 [2020-11-06T20:22:32.865Z] #11 32.03   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:32 [2020-11-06T20:22:32.865Z] #11 32.03 Suggested packages:
20:22:32 [2020-11-06T20:22:32.865Z] #11 32.04   gcc-8-locales seccomp wine64
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.24 The following NEW packages will be installed:
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.25   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.25   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.25   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.25   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.25   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.25   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.62 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.62 Need to get 73.3 MB of archives.
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.62 After this operation, 472 MB of additional disk space will be used.
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.62 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]
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.73 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]
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #11 33.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #11 34.65 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:22:32 [2020-11-06T20:22:32.865Z] #11 35.01 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]
20:22:32 [2020-11-06T20:22:32.865Z] #11 35.07 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]
20:22:32 [2020-11-06T20:22:32.865Z] #11 38.75 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]
20:22:32 [2020-11-06T20:22:32.865Z] #11 ...
20:22:32 [2020-11-06T20:22:32.865Z] 
20:22:32 [2020-11-06T20:22:32.865Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:32 [2020-11-06T20:22:32.865Z] #34 38.99 Selecting previously unselected package xxd.
20:22:32 [2020-11-06T20:22:32.946Z] #41 42.92   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
20:22:32 [2020-11-06T20:22:32.946Z] #41 42.95   GEN      compel/plugins/include/uapi/std/syscall-64.h
20:22:32 [2020-11-06T20:22:32.946Z] #41 42.98   GEN      compel/arch/x86/plugins/std/syscalls-64.S
20:22:32 [2020-11-06T20:22:32.946Z] #41 43.00   DEP      compel/arch/x86/plugins/std/syscalls-64.d
20:22:32 [2020-11-06T20:22:32.946Z] #41 43.04   DEP      compel/arch/x86/plugins/std/memcpy.d
20:22:32 [2020-11-06T20:22:32.946Z] #41 43.05   DEP      compel/arch/x86/plugins/std/parasite-head.d
20:22:32 [2020-11-06T20:22:32.946Z] #41 43.08   GEN      compel/plugins/include/uapi/std/syscall.h
20:22:33 [2020-11-06T20:22:33.134Z] #34 38.99 (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.)
20:22:33 [2020-11-06T20:22:33.134Z] #34 39.13 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
20:22:33 [2020-11-06T20:22:33.134Z] #34 39.17 Unpacking xxd (2:8.1.0875-5) ...
20:22:33 [2020-11-06T20:22:33.208Z] #41 43.12   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
20:22:33 [2020-11-06T20:22:33.208Z] #41 43.13   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:22:33 [2020-11-06T20:22:33.208Z] #41 43.16   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:22:33 [2020-11-06T20:22:33.208Z] #41 43.17   DEP      compel/plugins/std/infect.d
20:22:33 [2020-11-06T20:22:33.208Z] #41 43.28   DEP      compel/plugins/std/string.d
20:22:33 [2020-11-06T20:22:33.208Z] #41 43.36   DEP      compel/plugins/std/log.d
20:22:33 [2020-11-06T20:22:33.519Z] #41 43.45   DEP      compel/plugins/std/fds.d
20:22:33 [2020-11-06T20:22:33.784Z] #41 43.55   DEP      compel/plugins/std/std.d
20:22:33 [2020-11-06T20:22:33.784Z] #41 43.60   DEP      compel/plugins/shmem/shmem.d
20:22:33 [2020-11-06T20:22:33.784Z] #41 43.75   DEP      compel/plugins/fds/fds.d
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.140   PBCC     images/timens.pb-c.c
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.159   DEP      images/timens.pb-c.d
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.236   PBCC     images/fown.pb-c.c
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.256   PBCC     images/google/protobuf/descriptor.pb-c.c
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.393   PBCC     images/opts.pb-c.c
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.462   PBCC     images/memfd.pb-c.c
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.484   DEP      images/fown.pb-c.d
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.572   DEP      images/google/protobuf/descriptor.pb-c.d
20:22:33 [2020-11-06T20:22:33.948Z] #42 6.635   DEP      images/opts.pb-c.d
20:22:34 [2020-11-06T20:22:34.047Z] #41 43.96   CC       compel/plugins/std/std.o
20:22:34 [2020-11-06T20:22:34.211Z] #38 ...
20:22:34 [2020-11-06T20:22:34.211Z] 
20:22:34 [2020-11-06T20:22:34.211Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:34 [2020-11-06T20:22:34.211Z] #62 34.98 Checking out files:  44% (847/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  84% (1602/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
20:22:34 [2020-11-06T20:22:34.211Z] #62 36.99 + cd /tmp/tmp.39OHaVYIS9/src/github.com/docker/libnetwork
20:22:34 [2020-11-06T20:22:34.211Z] #62 36.99 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5
20:22:34 [2020-11-06T20:22:34.211Z] #62 37.36 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:22:34 [2020-11-06T20:22:34.252Z] #42 6.717   DEP      images/memfd.pb-c.d
20:22:34 [2020-11-06T20:22:34.252Z] #42 6.800   PBCC     images/sit.pb-c.c
20:22:34 [2020-11-06T20:22:34.252Z] #42 6.910   DEP      images/sit.pb-c.d
20:22:34 [2020-11-06T20:22:34.252Z] #42 6.993   PBCC     images/macvlan.pb-c.c
20:22:34 [2020-11-06T20:22:34.252Z] #42 7.016   DEP      images/macvlan.pb-c.d
20:22:34 [2020-11-06T20:22:34.309Z] #41 44.26   CC       compel/plugins/std/fds.o
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.049   PBCC     images/autofs.pb-c.c
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.070   DEP      images/autofs.pb-c.d
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.110   PBCC     images/sysctl.pb-c.c
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.130   DEP      images/sysctl.pb-c.d
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.168   PBCC     images/time.pb-c.c
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.193   DEP      images/time.pb-c.d
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.230   PBCC     images/binfmt-misc.pb-c.c
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.254   DEP      images/binfmt-misc.pb-c.d
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.287   PBCC     images/seccomp.pb-c.c
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.298   DEP      images/seccomp.pb-c.d
20:22:34 [2020-11-06T20:22:34.550Z] #42 7.336   PBCC     images/userns.pb-c.c
20:22:34 [2020-11-06T20:22:34.572Z] #41 44.69   CC       compel/plugins/std/log.o
20:22:34 [2020-11-06T20:22:34.776Z] ?   	github.com/docker/docker/api	[no test files]
20:22:34 [2020-11-06T20:22:34.844Z] #41 ...
20:22:34 [2020-11-06T20:22:34.844Z] 
20:22:34 [2020-11-06T20:22:34.844Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:34 [2020-11-06T20:22:34.844Z] #56 DONE 142.8s
20:22:34 [2020-11-06T20:22:34.844Z] 
20:22:34 [2020-11-06T20:22:34.844Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:22:34 [2020-11-06T20:22:34.844Z] #57 DONE 0.0s
20:22:34 [2020-11-06T20:22:34.844Z] 
20:22:34 [2020-11-06T20:22:34.844Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:22:34 [2020-11-06T20:22:34.844Z] #58 DONE 0.1s
20:22:34 [2020-11-06T20:22:34.850Z] #42 7.356   DEP      images/userns.pb-c.d
20:22:34 [2020-11-06T20:22:34.850Z] #42 7.388   PBCC     images/cgroup.pb-c.c
20:22:34 [2020-11-06T20:22:34.850Z] #42 7.413   DEP      images/cgroup.pb-c.d
20:22:34 [2020-11-06T20:22:34.850Z] #42 7.489   PBCC     images/ext-file.pb-c.c
20:22:34 [2020-11-06T20:22:34.850Z] #42 7.507   DEP      images/ext-file.pb-c.d
20:22:34 [2020-11-06T20:22:34.850Z] #42 7.552   PBCC     images/rpc.pb-c.c
20:22:35 [2020-11-06T20:22:35.105Z] 
20:22:35 [2020-11-06T20:22:35.105Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.0 Selecting previously unselected package libapparmor1:amd64.
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.0 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.1 Selecting previously unselected package libapparmor-dev:amd64.
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.3 Selecting previously unselected package libbtrfs0.
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.4 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.8 Selecting previously unselected package libbtrfs-dev.
20:22:35 [2020-11-06T20:22:35.105Z] #11 141.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 142.0 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 142.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:22:35 [2020-11-06T20:22:35.105Z] #11 142.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 142.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 142.9 Selecting previously unselected package libudev-dev:amd64.
20:22:35 [2020-11-06T20:22:35.105Z] #11 142.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 143.0 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
20:22:35 [2020-11-06T20:22:35.105Z] #11 143.2 Selecting previously unselected package libsepol1-dev:amd64.
20:22:35 [2020-11-06T20:22:35.149Z] #42 7.688   DEP      images/rpc.pb-c.d
20:22:35 [2020-11-06T20:22:35.149Z] #42 7.735   PBCC     images/siginfo.pb-c.c
20:22:35 [2020-11-06T20:22:35.149Z] #42 7.766   DEP      images/siginfo.pb-c.d
20:22:35 [2020-11-06T20:22:35.149Z] #42 7.820   PBCC     images/pagemap.pb-c.c
20:22:35 [2020-11-06T20:22:35.149Z] #42 7.897   DEP      images/pagemap.pb-c.d
20:22:35 [2020-11-06T20:22:35.367Z] #11 143.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
20:22:35 [2020-11-06T20:22:35.367Z] #11 143.2 Unpacking libsepol1-dev:amd64 (2.8-1) ...
20:22:35 [2020-11-06T20:22:35.448Z] #42 7.974   PBCC     images/rlimit.pb-c.c
20:22:35 [2020-11-06T20:22:35.448Z] #42 8.014   DEP      images/rlimit.pb-c.d
20:22:35 [2020-11-06T20:22:35.448Z] #42 ...
20:22:35 [2020-11-06T20:22:35.448Z] 
20:22:35 [2020-11-06T20:22:35.448Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:35 [2020-11-06T20:22:35.448Z] #50 60.53 bufio
20:22:35 [2020-11-06T20:22:35.448Z] #50 62.81 text/tabwriter
20:22:35 [2020-11-06T20:22:35.448Z] #50 65.36 reflect
20:22:35 [2020-11-06T20:22:35.448Z] #50 65.56 regexp/syntax
20:22:35 [2020-11-06T20:22:35.448Z] #50 ...
20:22:35 [2020-11-06T20:22:35.448Z] 
20:22:35 [2020-11-06T20:22:35.448Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:35 [2020-11-06T20:22:35.448Z] #42 8.059   PBCC     images/file-lock.pb-c.c
20:22:35 [2020-11-06T20:22:35.448Z] #42 8.122   DEP      images/file-lock.pb-c.d
20:22:35 [2020-11-06T20:22:35.448Z] #42 8.168   PBCC     images/tty.pb-c.c
20:22:35 [2020-11-06T20:22:35.448Z] #42 8.263   DEP      images/tty.pb-c.d
20:22:35 [2020-11-06T20:22:35.716Z] #34 41.68 Selecting previously unselected package vim-common.
20:22:35 [2020-11-06T20:22:35.716Z] #34 41.68 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:22:35 [2020-11-06T20:22:35.716Z] #34 41.73 Unpacking vim-common (2:8.1.0875-5) ...
20:22:35 [2020-11-06T20:22:35.747Z] #42 8.327   PBCC     images/tun.pb-c.c
20:22:35 [2020-11-06T20:22:35.747Z] #42 8.369   PBCC     images/netdev.pb-c.c
20:22:35 [2020-11-06T20:22:35.747Z] #42 8.451   DEP      images/tun.pb-c.d
20:22:35 [2020-11-06T20:22:35.747Z] #42 8.481   DEP      images/netdev.pb-c.d
20:22:35 [2020-11-06T20:22:35.940Z] #11 143.9 Selecting previously unselected package libpcre16-3:amd64.
20:22:35 [2020-11-06T20:22:35.940Z] #11 143.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
20:22:35 [2020-11-06T20:22:35.940Z] #11 143.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
20:22:35 [2020-11-06T20:22:35.940Z] #11 144.1 Selecting previously unselected package libpcre32-3:amd64.
20:22:36 [2020-11-06T20:22:36.046Z] #42 8.545   PBCC     images/vma.pb-c.c
20:22:36 [2020-11-06T20:22:36.046Z] #42 8.594   DEP      images/vma.pb-c.d
20:22:36 [2020-11-06T20:22:36.046Z] #42 8.647   PBCC     images/creds.pb-c.c
20:22:36 [2020-11-06T20:22:36.046Z] #42 8.670   DEP      images/creds.pb-c.d
20:22:36 [2020-11-06T20:22:36.046Z] #42 8.734   PBCC     images/utsns.pb-c.c
20:22:36 [2020-11-06T20:22:36.046Z] #42 8.756   DEP      images/utsns.pb-c.d
20:22:36 [2020-11-06T20:22:36.046Z] #42 8.839   PBCC     images/ipc-desc.pb-c.c
20:22:36 [2020-11-06T20:22:36.047Z] #34 ...
20:22:36 [2020-11-06T20:22:36.047Z] 
20:22:36 [2020-11-06T20:22:36.047Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:36 [2020-11-06T20:22:36.047Z] #32 31.96 internal/reflectlite
20:22:36 [2020-11-06T20:22:36.047Z] #32 34.17 sort
20:22:36 [2020-11-06T20:22:36.047Z] #32 34.20 strconv
20:22:36 [2020-11-06T20:22:36.047Z] #32 34.21 io
20:22:36 [2020-11-06T20:22:36.047Z] #32 34.23 syscall
20:22:36 [2020-11-06T20:22:36.047Z] #32 36.78 strings
20:22:36 [2020-11-06T20:22:36.047Z] #32 37.07 bytes
20:22:36 [2020-11-06T20:22:36.047Z] #32 38.86 bufio
20:22:36 [2020-11-06T20:22:36.047Z] #32 39.77 reflect
20:22:36 [2020-11-06T20:22:36.047Z] #32 40.32 text/tabwriter
20:22:36 [2020-11-06T20:22:36.047Z] #32 40.35 path
20:22:36 [2020-11-06T20:22:36.047Z] #32 41.91 internal/syscall/execenv
20:22:36 [2020-11-06T20:22:36.047Z] #32 41.91 internal/syscall/unix
20:22:36 [2020-11-06T20:22:36.047Z] #32 41.92 time
20:22:36 [2020-11-06T20:22:36.201Z] #11 144.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
20:22:36 [2020-11-06T20:22:36.201Z] #11 144.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
20:22:36 [2020-11-06T20:22:36.314Z] #32 ...
20:22:36 [2020-11-06T20:22:36.314Z] 
20:22:36 [2020-11-06T20:22:36.314Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:36 [2020-11-06T20:22:36.314Z] #47 39.49 go: finding github.com/fatih/color v1.7.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 39.49 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:36 [2020-11-06T20:22:36.314Z] #47 39.54 go: finding github.com/go-critic/go-critic v0.4.1
20:22:36 [2020-11-06T20:22:36.314Z] #47 39.55 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.21 go: finding github.com/go-lintpack/lintpack v0.5.2
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.22 go: finding github.com/mattn/go-colorable v0.1.4
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.24 go: finding github.com/pkg/errors v0.8.1
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.24 go: finding github.com/mitchellh/go-homedir v1.1.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.29 go: finding github.com/mattn/go-isatty v0.0.8
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.31 go: finding github.com/go-toolsmith/astequal v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.31 go: finding github.com/spf13/viper v1.6.1
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.31 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.33 go: finding github.com/go-toolsmith/astp v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.38 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.41 go: finding github.com/sirupsen/logrus v1.4.2
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.41 go: finding github.com/go-toolsmith/astcast v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.44 go: finding github.com/stretchr/testify v1.4.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.44 go: finding github.com/go-toolsmith/typep v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.45 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.53 go: finding github.com/davecgh/go-spew v1.1.1
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.54 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.56 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.64 go: finding github.com/go-toolsmith/strparse v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.66 go: finding github.com/pmezard/go-difflib v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.66 go: finding github.com/spf13/cobra v0.0.5
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.73 go: finding github.com/fsnotify/fsnotify v1.4.7
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.74 go: finding github.com/stretchr/objx v0.2.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.74 go: finding github.com/gobwas/glob v0.2.3
20:22:36 [2020-11-06T20:22:36.314Z] #47 40.74 go: finding github.com/spf13/pflag v1.0.5
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.36 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.36 go: finding gopkg.in/yaml.v2 v2.2.7
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.39 go: finding github.com/hashicorp/hcl v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.46 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.47 go: finding github.com/magiconair/properties v1.8.1
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.49 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.53 go: finding github.com/mitchellh/mapstructure v1.1.2
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.61 go: finding github.com/pelletier/go-toml v1.2.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.62 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.65 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.68 go: finding github.com/spf13/afero v1.1.2
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.72 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.73 go: finding github.com/spf13/cast v1.3.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.74 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.83 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.89 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:36 [2020-11-06T20:22:36.314Z] #47 41.92 go: finding github.com/subosito/gotenv v1.2.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 42.13 go: finding gopkg.in/ini.v1 v1.51.0
20:22:36 [2020-11-06T20:22:36.314Z] #47 42.18 go: finding golang.org/x/text v0.3.2
20:22:36 [2020-11-06T20:22:36.314Z] #47 42.23 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:36 [2020-11-06T20:22:36.350Z] #42 8.853   PBCC     images/ipc-sem.pb-c.c
20:22:36 [2020-11-06T20:22:36.350Z] #42 8.877   DEP      images/ipc-desc.pb-c.d
20:22:36 [2020-11-06T20:22:36.350Z] #42 8.933   DEP      images/ipc-sem.pb-c.d
20:22:36 [2020-11-06T20:22:36.350Z] #42 9.021   PBCC     images/ipc-msg.pb-c.c
20:22:36 [2020-11-06T20:22:36.350Z] #42 9.043   DEP      images/ipc-msg.pb-c.d
20:22:36 [2020-11-06T20:22:36.350Z] #42 9.098   PBCC     images/ipc-shm.pb-c.c
20:22:36 [2020-11-06T20:22:36.463Z] #11 144.3 Selecting previously unselected package libpcrecpp0v5:amd64.
20:22:36 [2020-11-06T20:22:36.463Z] #11 144.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
20:22:36 [2020-11-06T20:22:36.463Z] #11 144.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
20:22:36 [2020-11-06T20:22:36.463Z] #11 144.4 Selecting previously unselected package libpcre3-dev:amd64.
20:22:36 [2020-11-06T20:22:36.463Z] #11 144.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
20:22:36 [2020-11-06T20:22:36.463Z] #11 144.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
20:22:36 [2020-11-06T20:22:36.649Z] #42 9.112   DEP      images/ipc-shm.pb-c.d
20:22:36 [2020-11-06T20:22:36.649Z] #42 9.205   PBCC     images/ipc-var.pb-c.c
20:22:36 [2020-11-06T20:22:36.649Z] #42 9.231   DEP      images/ipc-var.pb-c.d
20:22:36 [2020-11-06T20:22:36.649Z] #42 9.286   PBCC     images/sk-opts.pb-c.c
20:22:36 [2020-11-06T20:22:36.649Z] #42 9.314   PBCC     images/packet-sock.pb-c.c
20:22:36 [2020-11-06T20:22:36.649Z] #42 9.372   DEP      images/sk-opts.pb-c.d
20:22:36 [2020-11-06T20:22:36.649Z] #42 9.417   DEP      images/packet-sock.pb-c.d
20:22:36 [2020-11-06T20:22:36.725Z] #11 144.8 Selecting previously unselected package libselinux1-dev:amd64.
20:22:36 [2020-11-06T20:22:36.725Z] #11 144.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
20:22:36 [2020-11-06T20:22:36.725Z] #11 144.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
20:22:36 [2020-11-06T20:22:36.911Z] #47 42.73 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:36 [2020-11-06T20:22:36.911Z] #47 42.75 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:36 [2020-11-06T20:22:36.911Z] #47 42.75 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:36 [2020-11-06T20:22:36.911Z] #47 42.77 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:36 [2020-11-06T20:22:36.947Z] #42 9.468   PBCC     images/sk-netlink.pb-c.c
20:22:36 [2020-11-06T20:22:36.947Z] #42 9.512   DEP      images/sk-netlink.pb-c.d
20:22:36 [2020-11-06T20:22:36.947Z] #42 9.561   PBCC     images/sk-inet.pb-c.c
20:22:36 [2020-11-06T20:22:36.947Z] #42 ...
20:22:36 [2020-11-06T20:22:36.947Z] 
20:22:36 [2020-11-06T20:22:36.947Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:36 [2020-11-06T20:22:36.947Z] #46 DONE 72.2s
20:22:36 [2020-11-06T20:22:36.947Z] 
20:22:36 [2020-11-06T20:22:36.947Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:36 [2020-11-06T20:22:36.947Z] #42 9.610   DEP      images/sk-inet.pb-c.d
20:22:36 [2020-11-06T20:22:36.947Z] #42 9.668   PBCC     images/sk-unix.pb-c.c
20:22:36 [2020-11-06T20:22:36.986Z] #11 145.0 Selecting previously unselected package libdevmapper-dev:amd64.
20:22:36 [2020-11-06T20:22:36.986Z] #11 145.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
20:22:36 [2020-11-06T20:22:36.986Z] #11 145.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:22:37 [2020-11-06T20:22:37.247Z] #42 9.739   DEP      images/sk-unix.pb-c.d
20:22:37 [2020-11-06T20:22:37.247Z] #42 9.823   PBCC     images/mm.pb-c.c
20:22:37 [2020-11-06T20:22:37.247Z] #42 9.970   DEP      images/mm.pb-c.d
20:22:37 [2020-11-06T20:22:37.247Z] #42 10.07   PBCC     images/timerfd.pb-c.c
20:22:37 [2020-11-06T20:22:37.247Z] #11 145.1 Selecting previously unselected package libseccomp-dev:amd64.
20:22:37 [2020-11-06T20:22:37.247Z] #11 145.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
20:22:37 [2020-11-06T20:22:37.247Z] #11 145.1 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
20:22:37 [2020-11-06T20:22:37.492Z] #47 43.32 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:37 [2020-11-06T20:22:37.492Z] #47 43.32 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:37 [2020-11-06T20:22:37.492Z] #47 43.32 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:37 [2020-11-06T20:22:37.492Z] #47 43.32 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:37 [2020-11-06T20:22:37.509Z] #11 145.3 Selecting previously unselected package libsystemd-dev:amd64.
20:22:37 [2020-11-06T20:22:37.509Z] #11 145.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
20:22:37 [2020-11-06T20:22:37.509Z] #11 145.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
20:22:37 [2020-11-06T20:22:37.545Z] #42 10.14   DEP      images/timerfd.pb-c.d
20:22:37 [2020-11-06T20:22:37.545Z] #42 10.23   PBCC     images/timer.pb-c.c
20:22:37 [2020-11-06T20:22:37.545Z] #42 10.25   DEP      images/timer.pb-c.d
20:22:37 [2020-11-06T20:22:37.545Z] #42 10.36   PBCC     images/sa.pb-c.c
20:22:37 [2020-11-06T20:22:37.771Z] #11 145.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
20:22:37 [2020-11-06T20:22:37.771Z] #11 145.8 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
20:22:37 [2020-11-06T20:22:37.771Z] #11 145.8 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:22:37 [2020-11-06T20:22:37.771Z] #11 145.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:37 [2020-11-06T20:22:37.771Z] #11 145.8 Setting up libpcre16-3:amd64 (2:8.39-12) ...
20:22:37 [2020-11-06T20:22:37.771Z] #11 145.8 Setting up libsepol1-dev:amd64 (2.8-1) ...
20:22:37 [2020-11-06T20:22:37.771Z] #11 145.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:22:37 [2020-11-06T20:22:37.771Z] #11 145.9 Setting up libbtrfs0 (4.20.1-2) ...
20:22:37 [2020-11-06T20:22:37.857Z] #42 10.48   DEP      images/sa.pb-c.d
20:22:37 [2020-11-06T20:22:37.857Z] #42 10.52   PBCC     images/pipe-data.pb-c.c
20:22:37 [2020-11-06T20:22:37.857Z] #42 10.54   DEP      images/pipe-data.pb-c.d
20:22:37 [2020-11-06T20:22:37.857Z] #42 10.57   PBCC     images/mnt.pb-c.c
20:22:37 [2020-11-06T20:22:37.857Z] #42 10.61   DEP      images/mnt.pb-c.d
20:22:38 [2020-11-06T20:22:38.033Z] #11 145.9 Setting up libpcre32-3:amd64 (2:8.39-12) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 145.9 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 145.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 146.0 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 146.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 146.0 Setting up mingw-w64-common (6.0.0-3) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 146.0 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 146.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 146.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 146.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:38 [2020-11-06T20:22:38.033Z] #11 146.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
20:22:38 [2020-11-06T20:22:38.151Z] #47 43.87 go: finding github.com/kisielk/gotool v1.0.0
20:22:38 [2020-11-06T20:22:38.151Z] #47 43.87 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:38 [2020-11-06T20:22:38.151Z] #47 43.87 go: finding github.com/sourcegraph/go-diff v0.5.1
20:22:38 [2020-11-06T20:22:38.151Z] #47 43.87 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:38 [2020-11-06T20:22:38.168Z] #42 10.72   PBCC     images/sk-packet.pb-c.c
20:22:38 [2020-11-06T20:22:38.168Z] #42 10.73   DEP      images/sk-packet.pb-c.d
20:22:38 [2020-11-06T20:22:38.168Z] #42 10.77   PBCC     images/tcp-stream.pb-c.c
20:22:38 [2020-11-06T20:22:38.168Z] #42 10.81   DEP      images/tcp-stream.pb-c.d
20:22:38 [2020-11-06T20:22:38.168Z] #42 10.84   PBCC     images/pipe.pb-c.c
20:22:38 [2020-11-06T20:22:38.168Z] #42 10.90   DEP      images/pipe.pb-c.d
20:22:38 [2020-11-06T20:22:38.168Z] #42 10.94   PBCC     images/pstree.pb-c.c
20:22:38 [2020-11-06T20:22:38.168Z] #42 10.95   DEP      images/pstree.pb-c.d
20:22:38 [2020-11-06T20:22:38.297Z] #11 146.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
20:22:38 [2020-11-06T20:22:38.297Z] #11 146.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:38 [2020-11-06T20:22:38.297Z] #11 146.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:22:38 [2020-11-06T20:22:38.297Z] #11 146.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:22:38 [2020-11-06T20:22:38.297Z] #11 146.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:22:38 [2020-11-06T20:22:38.297Z] #11 146.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
20:22:38 [2020-11-06T20:22:38.297Z] #11 146.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:22:38 [2020-11-06T20:22:38.298Z] #11 146.2 Setting up dmsetup (2:1.02.155-3) ...
20:22:38 [2020-11-06T20:22:38.298Z] #11 146.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:22:38 [2020-11-06T20:22:38.298Z] #11 146.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:22:38 [2020-11-06T20:22:38.298Z] #11 146.2 Processing triggers for libc-bin (2.28-10) ...
20:22:38 [2020-11-06T20:22:38.391Z] #62 ...
20:22:38 [2020-11-06T20:22:38.391Z] 
20:22:38 [2020-11-06T20:22:38.391Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:38 [2020-11-06T20:22:38.391Z] #40 33.37 Fetched 8397 kB in 25s (337 kB/s)
20:22:38 [2020-11-06T20:22:38.391Z] #40 33.37 Reading package lists...
20:22:38 [2020-11-06T20:22:38.391Z] #40 43.34 Reading package lists...
20:22:38 [2020-11-06T20:22:38.391Z] #40 ...
20:22:38 [2020-11-06T20:22:38.391Z] 
20:22:38 [2020-11-06T20:22:38.391Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:38 [2020-11-06T20:22:38.391Z] #47 34.52 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:38 [2020-11-06T20:22:38.391Z] #47 34.71 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 34.79 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:38 [2020-11-06T20:22:38.391Z] #47 34.92 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:38 [2020-11-06T20:22:38.391Z] #47 35.33 go: extracting github.com/go-toolsmith/astequal v1.0.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 35.56 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:38 [2020-11-06T20:22:38.391Z] #47 35.65 go: downloading github.com/kisielk/gotool v1.0.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 35.66 go: downloading github.com/spf13/viper v1.6.1
20:22:38 [2020-11-06T20:22:38.391Z] #47 36.53 go: extracting github.com/spf13/viper v1.6.1
20:22:38 [2020-11-06T20:22:38.391Z] #47 36.55 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:38 [2020-11-06T20:22:38.391Z] #47 36.90 go: extracting github.com/kisielk/gotool v1.0.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 37.04 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:38 [2020-11-06T20:22:38.391Z] #47 37.31 go: downloading github.com/ultraware/whitespace v0.0.4
20:22:38 [2020-11-06T20:22:38.391Z] #47 37.53 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:38 [2020-11-06T20:22:38.391Z] #47 37.62 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:38 [2020-11-06T20:22:38.391Z] #47 37.82 go: extracting github.com/ultraware/whitespace v0.0.4
20:22:38 [2020-11-06T20:22:38.391Z] #47 37.85 go: downloading github.com/hashicorp/hcl v1.0.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 37.99 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:38 [2020-11-06T20:22:38.391Z] #47 38.40 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:38 [2020-11-06T20:22:38.391Z] #47 38.40 go: downloading gopkg.in/ini.v1 v1.51.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 38.42 go: downloading github.com/mattn/go-isatty v0.0.8
20:22:38 [2020-11-06T20:22:38.391Z] #47 38.57 go: extracting github.com/hashicorp/hcl v1.0.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 38.67 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:38 [2020-11-06T20:22:38.391Z] #47 39.07 go: extracting gopkg.in/ini.v1 v1.51.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 39.22 go: extracting github.com/mattn/go-isatty v0.0.8
20:22:38 [2020-11-06T20:22:38.391Z] #47 39.57 go: downloading github.com/subosito/gotenv v1.2.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 39.65 go: downloading github.com/spf13/cast v1.3.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 39.71 go: downloading github.com/gobwas/glob v0.2.3
20:22:38 [2020-11-06T20:22:38.391Z] #47 39.78 go: downloading github.com/BurntSushi/toml v0.3.1
20:22:38 [2020-11-06T20:22:38.391Z] #47 39.78 go: downloading github.com/spf13/jwalterweatherman v1.0.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 40.14 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:38 [2020-11-06T20:22:38.391Z] #47 40.14 go: extracting github.com/gobwas/glob v0.2.3
20:22:38 [2020-11-06T20:22:38.391Z] #47 40.16 go: extracting github.com/BurntSushi/toml v0.3.1
20:22:38 [2020-11-06T20:22:38.391Z] #47 40.39 go: extracting github.com/spf13/cast v1.3.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 40.40 go: extracting github.com/subosito/gotenv v1.2.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 40.61 go: extracting github.com/spf13/jwalterweatherman v1.0.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 40.68 go: downloading github.com/fsnotify/fsnotify v1.4.7
20:22:38 [2020-11-06T20:22:38.391Z] #47 41.31 go: downloading github.com/mitchellh/mapstructure v1.1.2
20:22:38 [2020-11-06T20:22:38.391Z] #47 41.42 go: downloading github.com/spf13/afero v1.1.2
20:22:38 [2020-11-06T20:22:38.391Z] #47 41.51 go: downloading github.com/magiconair/properties v1.8.1
20:22:38 [2020-11-06T20:22:38.391Z] #47 41.61 go: downloading gopkg.in/yaml.v2 v2.2.7
20:22:38 [2020-11-06T20:22:38.391Z] #47 41.68 go: downloading github.com/stretchr/testify v1.4.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 42.08 go: extracting github.com/fsnotify/fsnotify v1.4.7
20:22:38 [2020-11-06T20:22:38.391Z] #47 42.43 go: extracting github.com/mitchellh/mapstructure v1.1.2
20:22:38 [2020-11-06T20:22:38.391Z] #47 42.56 go: extracting github.com/spf13/afero v1.1.2
20:22:38 [2020-11-06T20:22:38.391Z] #47 42.92 go: downloading github.com/pelletier/go-toml v1.2.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 42.98 go: extracting github.com/magiconair/properties v1.8.1
20:22:38 [2020-11-06T20:22:38.391Z] #47 43.32 go: extracting github.com/stretchr/testify v1.4.0
20:22:38 [2020-11-06T20:22:38.391Z] #47 43.46 go: extracting gopkg.in/yaml.v2 v2.2.7
20:22:38 [2020-11-06T20:22:38.391Z] #47 ...
20:22:38 [2020-11-06T20:22:38.391Z] 
20:22:38 [2020-11-06T20:22:38.391Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:38 [2020-11-06T20:22:38.391Z] #11 33.82 Fetched 8397 kB in 26s (327 kB/s)
20:22:38 [2020-11-06T20:22:38.391Z] #11 33.82 Reading package lists...
20:22:38 [2020-11-06T20:22:38.391Z] #11 43.18 Reading package lists...
20:22:38 [2020-11-06T20:22:38.391Z] #11 ...
20:22:38 [2020-11-06T20:22:38.391Z] 
20:22:38 [2020-11-06T20:22:38.391Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:38 [2020-11-06T20:22:38.391Z] #34 34.04 Fetched 8397 kB in 26s (324 kB/s)
20:22:38 [2020-11-06T20:22:38.391Z] #34 34.04 Reading package lists...
20:22:38 [2020-11-06T20:22:38.472Z] #42 11.00   PBCC     images/fs.pb-c.c
20:22:38 [2020-11-06T20:22:38.472Z] #42 11.06   DEP      images/fs.pb-c.d
20:22:38 [2020-11-06T20:22:38.472Z] #42 11.13   PBCC     images/signalfd.pb-c.c
20:22:38 [2020-11-06T20:22:38.472Z] #42 11.16   DEP      images/signalfd.pb-c.d
20:22:38 [2020-11-06T20:22:38.472Z] #42 11.19   PBCC     images/fh.pb-c.c
20:22:38 [2020-11-06T20:22:38.472Z] #42 11.22   PBCC     images/fsnotify.pb-c.c
20:22:38 [2020-11-06T20:22:38.472Z] #42 11.29   DEP      images/fh.pb-c.d
20:22:38 [2020-11-06T20:22:38.741Z] #47 44.58 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:38 [2020-11-06T20:22:38.741Z] #47 44.58 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:22:38 [2020-11-06T20:22:38.741Z] #47 44.58 go: finding github.com/ultraware/funlen v0.0.2
20:22:38 [2020-11-06T20:22:38.741Z] #47 44.59 go: finding github.com/ultraware/whitespace v0.0.4
20:22:38 [2020-11-06T20:22:38.770Z] #42 11.41   DEP      images/fsnotify.pb-c.d
20:22:38 [2020-11-06T20:22:38.770Z] #42 11.55   PBCC     images/eventpoll.pb-c.c
20:22:38 [2020-11-06T20:22:38.878Z] #11 DONE 146.6s
20:22:38 [2020-11-06T20:22:38.878Z] 
20:22:38 [2020-11-06T20:22:38.879Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:38 [2020-11-06T20:22:38.879Z] #41 45.94   CC       compel/plugins/std/string.o
20:22:38 [2020-11-06T20:22:38.879Z] #41 46.51   CC       compel/plugins/std/infect.o
20:22:38 [2020-11-06T20:22:38.879Z] #41 46.85   CC       compel/arch/x86/plugins/std/parasite-head.o
20:22:38 [2020-11-06T20:22:38.879Z] #41 46.89   CC       compel/arch/x86/plugins/std/memcpy.o
20:22:38 [2020-11-06T20:22:38.879Z] #41 46.93   CC       compel/arch/x86/plugins/std/syscalls-64.o
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.00   AR       compel/plugins/std.lib.a
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.08   CC       compel/plugins/fds/fds.o
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.30   AR       compel/plugins/fds.lib.a
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.36   HOSTDEP  compel/src/lib/log-host.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.45   HOSTDEP  compel/src/lib/handle-elf-host.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.60   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.67   HOSTDEP  compel/src/main-host.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.77   DEP      compel/src/lib/ptrace.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 47.84   DEP      compel/src/lib/infect.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 48.05   DEP      compel/src/lib/infect-util.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 48.13   DEP      compel/src/lib/infect-rpc.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 48.29   DEP      compel/arch/x86/src/lib/infect.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 48.43   DEP      compel/arch/x86/src/lib/cpu.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 48.47   DEP      compel/src/lib/log.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 48.52   DEP      compel/src/main.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 48.63   DEP      compel/src/lib/handle-elf.d
20:22:38 [2020-11-06T20:22:38.879Z] #41 48.82   DEP      compel/arch/x86/src/lib/handle-elf.d
20:22:38 [2020-11-06T20:22:38.990Z] #34 43.40 Reading package lists...
20:22:38 [2020-11-06T20:22:38.990Z] #34 ...
20:22:38 [2020-11-06T20:22:38.990Z] 
20:22:38 [2020-11-06T20:22:38.990Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:38 [2020-11-06T20:22:38.990Z] #49 34.31 runtime
20:22:38 [2020-11-06T20:22:38.990Z] #49 ...
20:22:38 [2020-11-06T20:22:38.990Z] 
20:22:38 [2020-11-06T20:22:38.990Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:38 [2020-11-06T20:22:38.990Z] #47 44.37 go: downloading github.com/stretchr/objx v0.2.0
20:22:38 [2020-11-06T20:22:38.990Z] #47 44.48 go: downloading github.com/pmezard/go-difflib v1.0.0
20:22:39 [2020-11-06T20:22:39.070Z] #42 11.58   DEP      images/eventpoll.pb-c.d
20:22:39 [2020-11-06T20:22:39.070Z] #42 11.67   PBCC     images/eventfd.pb-c.c
20:22:39 [2020-11-06T20:22:39.070Z] #42 11.69   DEP      images/eventfd.pb-c.d
20:22:39 [2020-11-06T20:22:39.070Z] #42 11.76   PBCC     images/remap-file-path.pb-c.c
20:22:39 [2020-11-06T20:22:39.070Z] #42 11.77   DEP      images/remap-file-path.pb-c.d
20:22:39 [2020-11-06T20:22:39.070Z] #42 11.82   PBCC     images/fifo.pb-c.c
20:22:39 [2020-11-06T20:22:39.070Z] #42 11.83   DEP      images/fifo.pb-c.d
20:22:39 [2020-11-06T20:22:39.070Z] #42 11.89   PBCC     images/ghost-file.pb-c.c
20:22:39 [2020-11-06T20:22:39.141Z] #41 49.09   CC       compel/src/lib/log.o
20:22:39 [2020-11-06T20:22:39.327Z] #47 45.15 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:39 [2020-11-06T20:22:39.327Z] #47 45.16 go: finding github.com/uudashr/gocognit v1.0.1
20:22:39 [2020-11-06T20:22:39.327Z] #47 45.22 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:39 [2020-11-06T20:22:39.327Z] #47 45.27 go: finding github.com/gogo/protobuf v1.2.1
20:22:39 [2020-11-06T20:22:39.368Z] #42 11.95   DEP      images/ghost-file.pb-c.d
20:22:39 [2020-11-06T20:22:39.368Z] #42 12.01   PBCC     images/regfile.pb-c.c
20:22:39 [2020-11-06T20:22:39.368Z] #42 12.06   DEP      images/regfile.pb-c.d
20:22:39 [2020-11-06T20:22:39.403Z] #41 49.41   CC       compel/arch/x86/src/lib/cpu.o
20:22:39 [2020-11-06T20:22:39.453Z] #47 44.67 go: downloading github.com/davecgh/go-spew v1.1.1
20:22:39 [2020-11-06T20:22:39.453Z] #47 44.91 go: extracting github.com/pelletier/go-toml v1.2.0
20:22:39 [2020-11-06T20:22:39.635Z] #47 45.70 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:22:39 [2020-11-06T20:22:39.666Z] #42 12.14   PBCC     images/ns.pb-c.c
20:22:39 [2020-11-06T20:22:39.666Z] #42 12.15   DEP      images/ns.pb-c.d
20:22:39 [2020-11-06T20:22:39.666Z] #42 12.19   PBCC     images/fdinfo.pb-c.c
20:22:39 [2020-11-06T20:22:39.667Z] #42 12.33   DEP      images/fdinfo.pb-c.d
20:22:39 [2020-11-06T20:22:39.667Z] #42 12.38   PBCC     images/core-aarch64.pb-c.c
20:22:39 [2020-11-06T20:22:39.710Z] #47 45.16 go: extracting github.com/pmezard/go-difflib v1.0.0
20:22:39 [2020-11-06T20:22:39.710Z] #47 ...
20:22:39 [2020-11-06T20:22:39.710Z] 
20:22:39 [2020-11-06T20:22:39.710Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:39 [2020-11-06T20:22:39.710Z] #53 35.22 Fetched 8397 kB in 27s (312 kB/s)
20:22:39 [2020-11-06T20:22:39.710Z] #53 35.22 Reading package lists...
20:22:39 [2020-11-06T20:22:39.966Z] #42 12.42   PBCC     images/core-arm.pb-c.c
20:22:39 [2020-11-06T20:22:39.966Z] #42 12.46   PBCC     images/core-ppc64.pb-c.c
20:22:39 [2020-11-06T20:22:39.966Z] #42 12.54   PBCC     images/core-s390.pb-c.c
20:22:39 [2020-11-06T20:22:39.966Z] #42 12.58   PBCC     images/core-x86.pb-c.c
20:22:39 [2020-11-06T20:22:39.966Z] #42 12.65   PBCC     images/core.pb-c.c
20:22:39 [2020-11-06T20:22:39.966Z] #42 12.77   PBCC     images/inventory.pb-c.c
20:22:40 [2020-11-06T20:22:40.266Z] #42 12.89   DEP      images/core-aarch64.pb-c.d
20:22:40 [2020-11-06T20:22:40.266Z] #42 13.00   DEP      images/core-arm.pb-c.d
20:22:40 [2020-11-06T20:22:40.274Z] #53 45.13 Reading package lists...
20:22:40 [2020-11-06T20:22:40.275Z] #53 ...
20:22:40 [2020-11-06T20:22:40.275Z] 
20:22:40 [2020-11-06T20:22:40.275Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:40 [2020-11-06T20:22:40.275Z] #47 45.67 go: extracting github.com/davecgh/go-spew v1.1.1
20:22:40 [2020-11-06T20:22:40.349Z] #41 ...
20:22:40 [2020-11-06T20:22:40.349Z] 
20:22:40 [2020-11-06T20:22:40.349Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
20:22:40 [2020-11-06T20:22:40.349Z] #12 DONE 1.7s
20:22:40 [2020-11-06T20:22:40.349Z] 
20:22:40 [2020-11-06T20:22:40.349Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:40 [2020-11-06T20:22:40.349Z] #41 50.42   CC       compel/arch/x86/src/lib/infect.o
20:22:40 [2020-11-06T20:22:40.565Z] #42 13.05   DEP      images/core-ppc64.pb-c.d
20:22:40 [2020-11-06T20:22:40.565Z] #42 13.08   DEP      images/core-s390.pb-c.d
20:22:40 [2020-11-06T20:22:40.565Z] #42 13.22   DEP      images/core-x86.pb-c.d
20:22:40 [2020-11-06T20:22:40.636Z] #47 46.34 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:40 [2020-11-06T20:22:40.636Z] #47 46.36 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:40 [2020-11-06T20:22:40.636Z] #47 46.39 go: finding github.com/BurntSushi/toml v0.3.1
20:22:40 [2020-11-06T20:22:40.839Z] #47 46.14 go: extracting github.com/stretchr/objx v0.2.0
20:22:40 [2020-11-06T20:22:40.839Z] #47 46.38 go: extracting github.com/gogo/protobuf v1.2.1
20:22:40 [2020-11-06T20:22:40.865Z] #42 13.30   DEP      images/core.pb-c.d
20:22:40 [2020-11-06T20:22:40.865Z] #42 13.35   DEP      images/inventory.pb-c.d
20:22:40 [2020-11-06T20:22:40.865Z] #42 13.43   PBCC     images/cpuinfo.pb-c.c
20:22:40 [2020-11-06T20:22:40.865Z] #42 13.45   DEP      images/cpuinfo.pb-c.d
20:22:40 [2020-11-06T20:22:40.865Z] #42 13.52   PBCC     images/stats.pb-c.c
20:22:40 [2020-11-06T20:22:40.865Z] #42 13.53   DEP      images/stats.pb-c.d
20:22:40 [2020-11-06T20:22:40.865Z] #42 ...
20:22:40 [2020-11-06T20:22:40.865Z] 
20:22:40 [2020-11-06T20:22:40.865Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:40 [2020-11-06T20:22:40.865Z] #44 66.20 regexp/syntax
20:22:40 [2020-11-06T20:22:40.865Z] #44 67.81 hash/crc32
20:22:40 [2020-11-06T20:22:40.865Z] #44 70.68 vendor/golang.org/x/text/transform
20:22:40 [2020-11-06T20:22:40.865Z] #44 74.40 time
20:22:40 [2020-11-06T20:22:40.923Z] #41 ...
20:22:40 [2020-11-06T20:22:40.923Z] 
20:22:40 [2020-11-06T20:22:40.923Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.544 + RM_GOPATH=0
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.552 + TMP_GOPATH=
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.553 + : /build
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.553 + '[' -z '' ']'
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.557 ++ mktemp -d
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.560 + export GOPATH=/tmp/tmp.kP9E2gyv24
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.560 + GOPATH=/tmp/tmp.kP9E2gyv24
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.560 + RM_GOPATH=1
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.560 + case "$(go env GOARCH)" in
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.560 ++ go env GOARCH
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.577 + export GO_BUILDMODE=-buildmode=pie
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.578 + GO_BUILDMODE=-buildmode=pie
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.578 ++ dirname /tmp/install/install.sh
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.579 + dir=/tmp/install
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.580 + bin=runc
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.580 + shift
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.581 + '[' '!' -f /tmp/install/runc.installer ']'
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.581 + . /tmp/install/runc.installer
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.581 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.581 + install_runc
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.581 + uname -r
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.581 + grep -q '^3\.10\.0.*\.el7\.'
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.582 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.582 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.583 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.583 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kP9E2gyv24/src/github.com/opencontainers/runc
20:22:40 [2020-11-06T20:22:40.923Z] #51 1.587 Cloning into '/tmp/tmp.kP9E2gyv24/src/github.com/opencontainers/runc'...
20:22:41 [2020-11-06T20:22:41.164Z] #44 ...
20:22:41 [2020-11-06T20:22:41.164Z] 
20:22:41 [2020-11-06T20:22:41.165Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:41 [2020-11-06T20:22:41.165Z] #12 66.36 Selecting previously unselected package gcc-mingw-w64-base.
20:22:41 [2020-11-06T20:22:41.165Z] #12 66.37 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
20:22:41 [2020-11-06T20:22:41.165Z] #12 66.38 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:22:41 [2020-11-06T20:22:41.165Z] #12 66.58 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:22:41 [2020-11-06T20:22:41.165Z] #12 66.60 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
20:22:41 [2020-11-06T20:22:41.165Z] #12 66.60 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:41 [2020-11-06T20:22:41.235Z] #47 47.02 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:41 [2020-11-06T20:22:41.499Z] #51 ...
20:22:41 [2020-11-06T20:22:41.499Z] 
20:22:41 [2020-11-06T20:22:41.499Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:22:41 [2020-11-06T20:22:41.499Z] #13 DONE 1.1s
20:22:41 [2020-11-06T20:22:41.499Z] 
20:22:41 [2020-11-06T20:22:41.499Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:22:42 [2020-11-06T20:22:42.223Z] #12 ...
20:22:42 [2020-11-06T20:22:42.223Z] 
20:22:42 [2020-11-06T20:22:42.223Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:42 [2020-11-06T20:22:42.223Z] #50 74.74 time
20:22:42 [2020-11-06T20:22:42.223Z] #50 77.36 regexp
20:22:42 [2020-11-06T20:22:42.444Z] #14 0.980 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:22:42 [2020-11-06T20:22:42.523Z] #50 ...
20:22:42 [2020-11-06T20:22:42.523Z] 
20:22:42 [2020-11-06T20:22:42.523Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:42 [2020-11-06T20:22:42.523Z] #33 67.82 internal/syscall/unix
20:22:42 [2020-11-06T20:22:42.523Z] #33 67.83 internal/syscall/execenv
20:22:42 [2020-11-06T20:22:42.523Z] #33 67.87 time
20:22:42 [2020-11-06T20:22:42.523Z] #33 76.36 internal/poll
20:22:42 [2020-11-06T20:22:42.523Z] #33 76.94 internal/fmtsort
20:22:42 [2020-11-06T20:22:42.706Z] #14 DONE 1.1s
20:22:42 [2020-11-06T20:22:42.706Z] 
20:22:42 [2020-11-06T20:22:42.706Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:22:42 [2020-11-06T20:22:42.706Z] #15 ...
20:22:42 [2020-11-06T20:22:42.706Z] 
20:22:42 [2020-11-06T20:22:42.706Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:42 [2020-11-06T20:22:42.706Z] #43 140.5 vendor/golang.org/x/net/http/httpguts
20:22:42 [2020-11-06T20:22:42.706Z] #43 140.7 vendor/golang.org/x/net/http/httpproxy
20:22:42 [2020-11-06T20:22:42.706Z] #43 141.4 mime/multipart
20:22:42 [2020-11-06T20:22:42.706Z] #43 143.2 crypto/tls
20:22:42 [2020-11-06T20:22:42.736Z] #47 48.22 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:42 [2020-11-06T20:22:42.823Z] #33 ...
20:22:42 [2020-11-06T20:22:42.823Z] 
20:22:42 [2020-11-06T20:22:42.823Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:42 [2020-11-06T20:22:42.823Z] #42 15.32 make[1]: Nothing to be done for 'all'.
20:22:42 [2020-11-06T20:22:42.862Z] #47 ...
20:22:42 [2020-11-06T20:22:42.862Z] 
20:22:42 [2020-11-06T20:22:42.862Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:42 [2020-11-06T20:22:42.862Z] #27 26.22 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:22:42 [2020-11-06T20:22:42.862Z] #27 26.27 skipping existing 9a99313a2c50
20:22:42 [2020-11-06T20:22:42.862Z] #27 26.41 
20:22:42 [2020-11-06T20:22:42.862Z] #27 27.74 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:22:42 [2020-11-06T20:22:42.862Z] #27 28.03 
20:22:42 [2020-11-06T20:22:42.862Z] #27 28.27 
######################################################################## 100.0%
20:22:42 [2020-11-06T20:22:42.862Z] #27 28.34 
20:22:42 [2020-11-06T20:22:42.862Z] #27 29.00 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
20:22:42 [2020-11-06T20:22:42.862Z] #27 29.26 
20:22:42 [2020-11-06T20:22:42.862Z] #27 29.44 
######################################################################## 100.0%
20:22:42 [2020-11-06T20:22:42.862Z] #27 29.54 
20:22:42 [2020-11-06T20:22:42.862Z] #27 29.60 Download of images into '/build' complete.
20:22:42 [2020-11-06T20:22:42.862Z] #27 29.60 Use something like the following to load the result into a Docker daemon:
20:22:42 [2020-11-06T20:22:42.862Z] #27 29.61   tar -cC '/build' . | docker load
20:22:42 [2020-11-06T20:22:42.862Z] #27 ...
20:22:42 [2020-11-06T20:22:42.862Z] 
20:22:42 [2020-11-06T20:22:42.862Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:42 [2020-11-06T20:22:42.862Z] #43 38.73 reflect
20:22:42 [2020-11-06T20:22:42.862Z] #43 39.69 strings
20:22:42 [2020-11-06T20:22:42.862Z] #43 41.27 hash/crc32
20:22:42 [2020-11-06T20:22:42.862Z] #43 42.02 vendor/golang.org/x/text/transform
20:22:42 [2020-11-06T20:22:42.862Z] #43 42.28 time
20:22:42 [2020-11-06T20:22:42.862Z] #43 43.22 regexp/syntax
20:22:42 [2020-11-06T20:22:42.862Z] #43 46.68 regexp
20:22:42 [2020-11-06T20:22:42.862Z] #43 46.69 context
20:22:42 [2020-11-06T20:22:42.862Z] #43 46.71 os
20:22:42 [2020-11-06T20:22:42.968Z] #43 ...
20:22:42 [2020-11-06T20:22:42.968Z] 
20:22:42 [2020-11-06T20:22:42.968Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:42 [2020-11-06T20:22:42.968Z] #41 51.62   CC       compel/src/lib/infect-rpc.o
20:22:42 [2020-11-06T20:22:42.968Z] #41 52.21   CC       compel/src/lib/infect-util.o
20:22:42 [2020-11-06T20:22:42.968Z] #41 52.62   CC       compel/src/lib/infect.o
20:22:43 [2020-11-06T20:22:43.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:22:43 [2020-11-06T20:22:43.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:22:43 [2020-11-06T20:22:43.126Z] #43 ...
20:22:43 [2020-11-06T20:22:43.127Z] 
20:22:43 [2020-11-06T20:22:43.127Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:43 [2020-11-06T20:22:43.127Z] #40 38.92 debconf: delaying package configuration, since apt-utils is not installed
20:22:43 [2020-11-06T20:22:43.127Z] #40 39.10 Fetched 3798 kB in 1s (6031 kB/s)
20:22:43 [2020-11-06T20:22:43.127Z] #40 39.26 Selecting previously unselected package libcap-dev:arm64.
20:22:43 [2020-11-06T20:22:43.127Z] #40 39.26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
20:22:43 [2020-11-06T20:22:43.127Z] #40 39.64 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
20:22:43 [2020-11-06T20:22:43.127Z] #40 40.28 Unpacking libcap-dev:arm64 (1:2.25-2) ...
20:22:43 [2020-11-06T20:22:43.127Z] #40 41.66 Selecting previously unselected package libnet1:arm64.
20:22:43 [2020-11-06T20:22:43.127Z] #40 41.67 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
20:22:43 [2020-11-06T20:22:43.127Z] #40 41.77 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:22:43 [2020-11-06T20:22:43.127Z] #40 47.01 Selecting previously unselected package libnet1-dev.
20:22:43 [2020-11-06T20:22:43.127Z] #40 47.01 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
20:22:43 [2020-11-06T20:22:43.127Z] #40 47.39 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:43 [2020-11-06T20:22:43.127Z] #40 ...
20:22:43 [2020-11-06T20:22:43.127Z] 
20:22:43 [2020-11-06T20:22:43.127Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:43 [2020-11-06T20:22:43.127Z] #53 38.84 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:43 [2020-11-06T20:22:43.127Z] #53 38.89 Processing triggers for libc-bin (2.28-10) ...
20:22:43 [2020-11-06T20:22:43.324Z] ok  	github.com/docker/docker/api/server	0.021s	coverage: 9.0% of statements
20:22:43 [2020-11-06T20:22:43.390Z] #53 ...
20:22:43 [2020-11-06T20:22:43.390Z] 
20:22:43 [2020-11-06T20:22:43.390Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:43 [2020-11-06T20:22:43.390Z] #49 39.08 reflect
20:22:43 [2020-11-06T20:22:43.390Z] #49 39.11 strings
20:22:43 [2020-11-06T20:22:43.390Z] #49 39.12 syscall
20:22:43 [2020-11-06T20:22:43.390Z] #49 39.14 bufio
20:22:43 [2020-11-06T20:22:43.390Z] #49 42.30 regexp/syntax
20:22:43 [2020-11-06T20:22:43.390Z] #49 45.65 internal/poll
20:22:43 [2020-11-06T20:22:43.390Z] #49 45.66 context
20:22:43 [2020-11-06T20:22:43.390Z] #49 46.47 regexp
20:22:43 [2020-11-06T20:22:43.390Z] #49 47.10 os
20:22:43 [2020-11-06T20:22:43.390Z] #49 ...
20:22:43 [2020-11-06T20:22:43.390Z] 
20:22:43 [2020-11-06T20:22:43.390Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:43 [2020-11-06T20:22:43.390Z] #34 48.62 Selecting previously unselected package cmake-data.
20:22:43 [2020-11-06T20:22:43.390Z] #34 48.62 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:22:43 [2020-11-06T20:22:43.390Z] #34 49.19 Unpacking cmake-data (3.13.4-1) ...
20:22:43 [2020-11-06T20:22:43.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:22:43 [2020-11-06T20:22:43.656Z] #34 ...
20:22:43 [2020-11-06T20:22:43.656Z] 
20:22:43 [2020-11-06T20:22:43.656Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
20:22:43 [2020-11-06T20:22:43.656Z] #27 DONE 37.0s
20:22:43 [2020-11-06T20:22:43.656Z] 
20:22:43 [2020-11-06T20:22:43.656Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:43 [2020-11-06T20:22:43.656Z] #53 DONE 49.6s
20:22:43 [2020-11-06T20:22:43.656Z] 
20:22:43 [2020-11-06T20:22:43.656Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:43 [2020-11-06T20:22:43.656Z] #62 DONE 49.7s
20:22:43 [2020-11-06T20:22:43.656Z] 
20:22:43 [2020-11-06T20:22:43.656Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:43 [2020-11-06T20:22:43.656Z] #45 DONE 49.7s
20:22:43 [2020-11-06T20:22:43.656Z] 
20:22:43 [2020-11-06T20:22:43.656Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:43 [2020-11-06T20:22:43.656Z] #43 49.74 encoding/binary
20:22:43 [2020-11-06T20:22:43.912Z] #41 ...
20:22:43 [2020-11-06T20:22:43.912Z] 
20:22:43 [2020-11-06T20:22:43.912Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:22:43 [2020-11-06T20:22:43.912Z] #15 DONE 1.2s
20:22:43 [2020-11-06T20:22:43.912Z] 
20:22:43 [2020-11-06T20:22:43.912Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:22:44 [2020-11-06T20:22:44.617Z] #43 50.73 github.com/LK4D4/vndr/versioned
20:22:44 [2020-11-06T20:22:44.856Z] #16 DONE 1.1s
20:22:44 [2020-11-06T20:22:44.856Z] 
20:22:44 [2020-11-06T20:22:44.856Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:44 [2020-11-06T20:22:44.856Z] #43 151.0 net/http/httptrace
20:22:44 [2020-11-06T20:22:44.856Z] #43 151.2 net/http
20:22:44 [2020-11-06T20:22:44.883Z] #43 ...
20:22:44 [2020-11-06T20:22:44.883Z] 
20:22:44 [2020-11-06T20:22:44.883Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.82 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.82 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.83 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]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.84 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.86 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.89 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.94 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 40.95 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 41.13 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 41.14 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 41.15 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 41.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 41.15 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB]
20:22:44 [2020-11-06T20:22:44.883Z] #11 43.47 debconf: delaying package configuration, since apt-utils is not installed
20:22:44 [2020-11-06T20:22:44.883Z] #11 45.15 Fetched 73.3 MB in 8s (9353 kB/s)
20:22:44 [2020-11-06T20:22:44.883Z] #11 47.05 Selecting previously unselected package binutils-mingw-w64-i686.
20:22:44 [2020-11-06T20:22:44.883Z] #11 47.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 ... 15383 files and directories currently installed.)
20:22:44 [2020-11-06T20:22:44.883Z] #11 47.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
20:22:44 [2020-11-06T20:22:44.883Z] #11 47.40 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:44 [2020-11-06T20:22:44.883Z] #11 ...
20:22:44 [2020-11-06T20:22:44.883Z] 
20:22:44 [2020-11-06T20:22:44.883Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:44 [2020-11-06T20:22:44.883Z] #40 49.55 Selecting previously unselected package libnl-3-200:arm64.
20:22:44 [2020-11-06T20:22:44.883Z] #40 49.55 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
20:22:44 [2020-11-06T20:22:44.883Z] #40 49.58 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
20:22:44 [2020-11-06T20:22:44.883Z] #40 49.79 Selecting previously unselected package libnl-3-dev:arm64.
20:22:44 [2020-11-06T20:22:44.883Z] #40 49.93 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
20:22:44 [2020-11-06T20:22:44.883Z] #40 49.93 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
20:22:44 [2020-11-06T20:22:44.883Z] #40 50.57 Selecting previously unselected package libprotobuf-c1:arm64.
20:22:44 [2020-11-06T20:22:44.883Z] #40 50.59 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
20:22:44 [2020-11-06T20:22:44.883Z] #40 50.61 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:22:44 [2020-11-06T20:22:44.950Z] #42 17.10   CC       images/stats.o
20:22:44 [2020-11-06T20:22:44.951Z] #42 17.32   CC       images/core.o
20:22:45 [2020-11-06T20:22:45.148Z] #40 51.13 Selecting previously unselected package libprotobuf-c-dev:arm64.
20:22:45 [2020-11-06T20:22:45.148Z] #40 51.14 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
20:22:45 [2020-11-06T20:22:45.148Z] #40 51.14 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
20:22:45 [2020-11-06T20:22:45.250Z] #42 17.96   CC       images/core-x86.o
20:22:45 [2020-11-06T20:22:45.414Z] #40 51.38 Selecting previously unselected package zlib1g-dev:arm64.
20:22:45 [2020-11-06T20:22:45.414Z] #40 51.43 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
20:22:45 [2020-11-06T20:22:45.414Z] #40 51.43 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
20:22:45 [2020-11-06T20:22:45.994Z] #40 51.76 Selecting previously unselected package libprotobuf17:arm64.
20:22:45 [2020-11-06T20:22:45.994Z] #40 51.76 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
20:22:45 [2020-11-06T20:22:45.994Z] #40 51.78 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
20:22:46 [2020-11-06T20:22:46.015Z] #47 ...
20:22:46 [2020-11-06T20:22:46.015Z] 
20:22:46 [2020-11-06T20:22:46.015Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:46 [2020-11-06T20:22:46.015Z] #34 43.40 Reading package lists...
20:22:46 [2020-11-06T20:22:46.190Z] using credential docker-jenkins-github-credentials
20:22:46 [2020-11-06T20:22:46.243Z] #43 ...
20:22:46 [2020-11-06T20:22:46.243Z] 
20:22:46 [2020-11-06T20:22:46.243Z] #17 [dev-systemd-false  6/26] RUN ldconfig
20:22:46 [2020-11-06T20:22:46.243Z] #17 DONE 1.1s
20:22:46 [2020-11-06T20:22:46.243Z] 
20:22:46 [2020-11-06T20:22:46.243Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:46 [2020-11-06T20:22:46.243Z] #41 56.00   CC       compel/src/lib/ptrace.o
20:22:46 [2020-11-06T20:22:46.269Z] Cloning the remote Git repository
20:22:46 [2020-11-06T20:22:46.269Z] Cloning with configured refspecs honoured and without tags
20:22:46 [2020-11-06T20:22:46.308Z] #42 18.67   CC       images/core-arm.o
20:22:46 [2020-11-06T20:22:46.508Z] #41 56.62   AR       compel/libcompel.a
20:22:46 [2020-11-06T20:22:46.608Z] #42 19.29   CC       images/core-aarch64.o
20:22:46 [2020-11-06T20:22:46.772Z] #41 56.66   HOSTCC   compel/src/main-host.o
20:22:46 [2020-11-06T20:22:46.950Z] #40 52.76 Selecting previously unselected package libprotobuf-lite17:arm64.
20:22:46 [2020-11-06T20:22:46.950Z] #40 52.76 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
20:22:46 [2020-11-06T20:22:46.950Z] #40 52.78 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
20:22:47 [2020-11-06T20:22:47.036Z] #41 56.98   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
20:22:47 [2020-11-06T20:22:47.215Z] #40 53.17 Selecting previously unselected package libprotobuf-dev:arm64.
20:22:47 [2020-11-06T20:22:47.216Z] #40 53.17 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
20:22:47 [2020-11-06T20:22:47.216Z] #40 53.18 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
20:22:47 [2020-11-06T20:22:47.258Z] #42 19.71   CC       images/core-ppc64.o
20:22:47 [2020-11-06T20:22:47.299Z] #41 57.13   HOSTCC   compel/src/lib/handle-elf-host.o
20:22:47 [2020-11-06T20:22:47.874Z] #41 57.63   HOSTCC   compel/src/lib/log-host.o
20:22:47 [2020-11-06T20:22:47.874Z] #41 57.78   HOSTLINK compel/compel-host-bin
20:22:47 [2020-11-06T20:22:47.874Z] #41 57.89   DEP      soccr/soccr.d
20:22:47 [2020-11-06T20:22:47.874Z] #41 58.01   CC       soccr/soccr.o
20:22:47 [2020-11-06T20:22:47.909Z] #42 20.53   CC       images/core-s390.o
20:22:47 [2020-11-06T20:22:47.909Z] #42 ...
20:22:47 [2020-11-06T20:22:47.909Z] 
20:22:47 [2020-11-06T20:22:47.909Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:22:47 [2020-11-06T20:22:47.909Z] #55 45.36 Checking out files:  57% (1962/3433)   
Checking out files:  58% (1992/3433)   
Checking out files:  59% (2026/3433)   
Checking out files:  60% (2060/3433)   
Checking out files:  61% (2095/3433)   
Checking out files:  62% (2129/3433)   
Checking out files:  63% (2163/3433)   
Checking out files:  64% (2198/3433)   
Checking out files:  65% (2232/3433)   
Checking out files:  66% (2266/3433)   
Checking out files:  67% (2301/3433)   
Checking out files:  68% (2335/3433)   
Checking out files:  69% (2369/3433)   
Checking out files:  70% (2404/3433)   
Checking out files:  71% (2438/3433)   
Checking out files:  72% (2472/3433)   
Checking out files:  73% (2507/3433)   
Checking out files:  74% (2541/3433)   
Checking out files:  75% (2575/3433)   
Checking out files:  76% (2610/3433)   
Checking out files:  77% (2644/3433)   
Checking out files:  78% (2678/3433)   
Checking out files:  79% (2713/3433)   
Checking out files:  80% (2747/3433)   
Checking out files:  81% (2781/3433)   
Checking out files:  82% (2816/3433)   
Checking out files:  83% (2850/3433)   
Checking out files:  84% (2884/3433)   
Checking out files:  85% (2919/3433)   
Checking out files:  86% (2953/3433)   
Checking out files:  87% (2987/3433)   
Checking out files:  88% (3022/3433)   
Checking out files:  89% (3056/3433)   
Checking out files:  90% (3090/3433)   
Checking out files:  91% (3125/3433)   
Checking out files:  92% (3159/3433)   
Checking out files:  93% (3193/3433)   
Checking out files:  94% (3228/3433)   
Checking out files:  95% (3262/3433)   
Checking out files:  96% (3296/3433)   
Checking out files:  97% (3331/3433)   
Checking out files:  98% (3365/3433)   
Checking out files:  99% (3399/3433)   
Checking out files:  99% (3425/3433)   
Checking out files: 100% (3433/3433)   
Checking out files: 100% (3433/3433), done.
20:22:47 [2020-11-06T20:22:47.909Z] #55 46.42 + cd /tmp/tmp.owTWNtv9zJ/src/github.com/containerd/containerd
20:22:47 [2020-11-06T20:22:47.909Z] #55 46.42 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
20:22:47 [2020-11-06T20:22:47.909Z] #55 47.56 + export 'BUILDTAGS=netgo osusergo static_build'
20:22:47 [2020-11-06T20:22:47.909Z] #55 47.56 + BUILDTAGS='netgo osusergo static_build'
20:22:47 [2020-11-06T20:22:47.909Z] #55 47.56 + export EXTRA_FLAGS=-buildmode=pie
20:22:47 [2020-11-06T20:22:47.909Z] #55 47.56 + EXTRA_FLAGS=-buildmode=pie
20:22:47 [2020-11-06T20:22:47.909Z] #55 47.56 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:22:47 [2020-11-06T20:22:47.909Z] #55 47.56 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:22:47 [2020-11-06T20:22:47.909Z] #55 47.56 + '[' '' = dynamic ']'
20:22:47 [2020-11-06T20:22:47.909Z] #55 47.56 + make
20:22:46 [2020-11-06T20:22:46.463Z] Cloning repository https://github.com/moby/moby.git
20:22:46 [2020-11-06T20:22:46.872Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:22:47 [2020-11-06T20:22:47.828Z] Fetching upstream changes from https://github.com/moby/moby.git
20:22:47 [2020-11-06T20:22:47.829Z]  > git --version # timeout=10
20:22:47 [2020-11-06T20:22:47.867Z]  > git --version # 'git version 2.24.1.windows.2'
20:22:47 [2020-11-06T20:22:47.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:47 [2020-11-06T20:22:47.870Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:22:48 [2020-11-06T20:22:48.967Z] #55 48.42 + bin/ctr
20:22:49 [2020-11-06T20:22:49.106Z] #34 52.04 Building dependency tree...
20:22:49 [2020-11-06T20:22:49.241Z] #40 ...
20:22:49 [2020-11-06T20:22:49.241Z] 
20:22:49 [2020-11-06T20:22:49.241Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:49 [2020-11-06T20:22:49.241Z] #32 45.00 internal/poll
20:22:49 [2020-11-06T20:22:49.241Z] #32 46.46 os
20:22:49 [2020-11-06T20:22:49.241Z] #32 47.03 internal/fmtsort
20:22:49 [2020-11-06T20:22:49.241Z] #32 48.49 path/filepath
20:22:49 [2020-11-06T20:22:49.241Z] #32 48.52 fmt
20:22:49 [2020-11-06T20:22:49.241Z] #32 49.90 io/ioutil
20:22:49 [2020-11-06T20:22:49.241Z] #32 52.23 github.com/BurntSushi/toml
20:22:49 [2020-11-06T20:22:49.241Z] #32 52.29 log
20:22:49 [2020-11-06T20:22:49.241Z] #32 52.29 flag
20:22:49 [2020-11-06T20:22:49.516Z] #32 ...
20:22:49 [2020-11-06T20:22:49.516Z] 
20:22:49 [2020-11-06T20:22:49.516Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.842 + RM_GOPATH=0
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.842 + TMP_GOPATH=
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.842 + : /build
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.842 + '[' -z '' ']'
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.848 ++ mktemp -d
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.858 + export GOPATH=/tmp/tmp.46eOeFFJZ3
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.858 + GOPATH=/tmp/tmp.46eOeFFJZ3
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.858 + RM_GOPATH=1
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.858 + case "$(go env GOARCH)" in
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.858 ++ go env GOARCH
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.877 + export GO_BUILDMODE=-buildmode=pie
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.877 + GO_BUILDMODE=-buildmode=pie
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.877 ++ dirname /tmp/install/install.sh
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.909 + dir=/tmp/install
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.909 + bin=containerd
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.909 + shift
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.909 + '[' '!' -f /tmp/install/containerd.installer ']'
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.909 + . /tmp/install/containerd.installer
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.917 ++ set -e
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.917 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.917 + install_containerd
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.917 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.917 + git clone https://github.com/containerd/containerd.git /tmp/tmp.46eOeFFJZ3/src/github.com/containerd/containerd
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.920 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
20:22:49 [2020-11-06T20:22:49.516Z] #54 2.942 Cloning into '/tmp/tmp.46eOeFFJZ3/src/github.com/containerd/containerd'...
20:22:49 [2020-11-06T20:22:49.794Z] #41 59.49   AR       soccr/libsoccr.a
20:22:49 [2020-11-06T20:22:49.794Z] #41 59.54 make[1]: 'soccr/libsoccr.a' is up to date.
20:22:50 [2020-11-06T20:22:50.057Z] #41 59.99   DEP      criu/arch/x86/sigframe.d
20:22:50 [2020-11-06T20:22:50.057Z] #41 60.19   DEP      criu/arch/x86/sigaction_compat.d
20:22:50 [2020-11-06T20:22:50.319Z] #41 60.29   DEP      criu/arch/x86/kerndat.d
20:22:50 [2020-11-06T20:22:50.582Z] #41 60.47   DEP      criu/arch/x86/crtools.d
20:22:50 [2020-11-06T20:22:50.582Z] #41 60.60   DEP      criu/arch/x86/cpu.d
20:22:50 [2020-11-06T20:22:50.844Z] #41 60.80   CC       criu/arch/x86/cpu.o
20:22:50 [2020-11-06T20:22:50.929Z] #54 ...
20:22:50 [2020-11-06T20:22:50.929Z] 
20:22:50 [2020-11-06T20:22:50.929Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:50 [2020-11-06T20:22:50.929Z] #43 51.75 fmt
20:22:50 [2020-11-06T20:22:50.929Z] #43 51.75 internal/lazyregexp
20:22:50 [2020-11-06T20:22:50.929Z] #43 51.92 net
20:22:50 [2020-11-06T20:22:50.929Z] #43 52.27 os/exec
20:22:50 [2020-11-06T20:22:50.929Z] #43 52.81 encoding/base64
20:22:50 [2020-11-06T20:22:50.929Z] #43 54.65 crypto/cipher
20:22:50 [2020-11-06T20:22:50.929Z] #43 55.99 crypto/sha512
20:22:50 [2020-11-06T20:22:50.929Z] #43 56.73 crypto/ed25519/internal/edwards25519
20:22:50 [2020-11-06T20:22:50.929Z] #43 56.82 crypto/aes
20:22:51 [2020-11-06T20:22:51.197Z] #43 ...
20:22:51 [2020-11-06T20:22:51.197Z] 
20:22:51 [2020-11-06T20:22:51.197Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:51 [2020-11-06T20:22:51.197Z] #32 57.13 github.com/BurntSushi/toml/cmd/tomlv
20:22:51 [2020-11-06T20:22:51.790Z] #41 61.51   CC       criu/arch/x86/crtools.o
20:22:52 [2020-11-06T20:22:52.386Z] #34 ...
20:22:52 [2020-11-06T20:22:52.386Z] 
20:22:52 [2020-11-06T20:22:52.386Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:52 [2020-11-06T20:22:52.386Z] #43 53.18 sync
20:22:52 [2020-11-06T20:22:52.386Z] #43 53.18 internal/reflectlite
20:22:52 [2020-11-06T20:22:52.386Z] #43 55.73 github.com/LK4D4/vndr/godl/singleflight
20:22:52 [2020-11-06T20:22:52.386Z] #43 56.38 math/rand
20:22:52 [2020-11-06T20:22:52.643Z] #43 58.01 internal/singleflight
20:22:53 [2020-11-06T20:22:53.180Z] #41 62.86   CC       criu/arch/x86/kerndat.o
20:22:53 [2020-11-06T20:22:53.208Z] #43 58.81 sort
20:22:53 [2020-11-06T20:22:53.442Z] #41 63.46   CC       criu/arch/x86/sigaction_compat.o
20:22:53 [2020-11-06T20:22:53.466Z] #43 58.87 io
20:22:53 [2020-11-06T20:22:53.466Z] #43 ...
20:22:53 [2020-11-06T20:22:53.466Z] 
20:22:53 [2020-11-06T20:22:53.466Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:53 [2020-11-06T20:22:53.466Z] #34 57.53 The following additional packages will be installed:
20:22:53 [2020-11-06T20:22:53.466Z] #34 57.53   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:22:53 [2020-11-06T20:22:53.466Z] #34 57.63 Suggested packages:
20:22:53 [2020-11-06T20:22:53.466Z] #34 57.63   cmake-doc ninja-build lrzip
20:22:53 [2020-11-06T20:22:53.466Z] #34 57.63 Recommended packages:
20:22:53 [2020-11-06T20:22:53.466Z] #34 57.63   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:22:53 [2020-11-06T20:22:53.492Z] #55 ...
20:22:53 [2020-11-06T20:22:53.492Z] 
20:22:53 [2020-11-06T20:22:53.492Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:53 [2020-11-06T20:22:53.492Z] #12 88.15 Selecting previously unselected package g++-mingw-w64-x86-64.
20:22:53 [2020-11-06T20:22:53.492Z] #12 88.19 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
20:22:53 [2020-11-06T20:22:53.492Z] #12 88.19 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:53 [2020-11-06T20:22:53.492Z] #12 ...
20:22:53 [2020-11-06T20:22:53.492Z] 
20:22:53 [2020-11-06T20:22:53.492Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:53 [2020-11-06T20:22:53.492Z] #33 78.34 os
20:22:53 [2020-11-06T20:22:53.492Z] #33 80.17 path/filepath
20:22:53 [2020-11-06T20:22:53.492Z] #33 80.18 fmt
20:22:53 [2020-11-06T20:22:53.492Z] #33 82.13 io/ioutil
20:22:53 [2020-11-06T20:22:53.492Z] #33 84.30 github.com/BurntSushi/toml
20:22:53 [2020-11-06T20:22:53.492Z] #33 84.30 log
20:22:53 [2020-11-06T20:22:53.492Z] #33 84.31 flag
20:22:53 [2020-11-06T20:22:53.492Z] #33 ...
20:22:53 [2020-11-06T20:22:53.492Z] 
20:22:53 [2020-11-06T20:22:53.492Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:53 [2020-11-06T20:22:53.492Z] #42 21.61   CC       images/cpuinfo.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 22.39   CC       images/inventory.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 22.75   CC       images/fdinfo.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 23.21   CC       images/fown.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 23.47   CC       images/ns.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 23.71   CC       images/regfile.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 24.08   CC       images/ghost-file.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 24.47   CC       images/fifo.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 24.67   CC       images/remap-file-path.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 24.87   CC       images/eventfd.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 25.13   CC       images/eventpoll.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 25.55   CC       images/fh.o
20:22:53 [2020-11-06T20:22:53.492Z] #42 25.94   CC       images/fsnotify.o
20:22:53 [2020-11-06T20:22:53.705Z] #41 63.71   CC       criu/arch/x86/sigframe.o
20:22:53 [2020-11-06T20:22:53.723Z] #34 59.13 The following NEW packages will be installed:
20:22:53 [2020-11-06T20:22:53.723Z] #34 59.13   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:22:53 [2020-11-06T20:22:53.723Z] #34 59.13   vim-common xxd
20:22:53 [2020-11-06T20:22:53.791Z] #42 ...
20:22:53 [2020-11-06T20:22:53.791Z] 
20:22:53 [2020-11-06T20:22:53.791Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:53 [2020-11-06T20:22:53.791Z] #44 78.99 regexp
20:22:53 [2020-11-06T20:22:53.791Z] #44 84.53 context
20:22:53 [2020-11-06T20:22:53.791Z] #44 86.27 os/exec
20:22:53 [2020-11-06T20:22:53.791Z] #44 86.34 net
20:22:53 [2020-11-06T20:22:53.791Z] #44 87.92 internal/lazyregexp
20:22:53 [2020-11-06T20:22:53.791Z] #44 88.40 github.com/LK4D4/vndr/versioned
20:22:53 [2020-11-06T20:22:53.791Z] #44 ...
20:22:53 [2020-11-06T20:22:53.791Z] 
20:22:53 [2020-11-06T20:22:53.791Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:53 [2020-11-06T20:22:53.791Z] #33 88.71 github.com/BurntSushi/toml/cmd/tomlv
20:22:53 [2020-11-06T20:22:53.967Z] #41 63.98   LINK     criu/arch/x86/crtools.built-in.o
20:22:53 [2020-11-06T20:22:53.967Z] #41 64.04   DEP      criu/pie/util-vdso-elf32.d
20:22:54 [2020-11-06T20:22:54.229Z] #41 64.14   DEP      criu/pie/util-vdso.d
20:22:54 [2020-11-06T20:22:54.229Z] #41 64.24   DEP      criu/pie/util.d
20:22:54 [2020-11-06T20:22:54.287Z] #34 59.63 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded.
20:22:54 [2020-11-06T20:22:54.287Z] #34 59.63 Need to get 14.9 MB of archives.
20:22:54 [2020-11-06T20:22:54.287Z] #34 59.63 After this operation, 61.8 MB of additional disk space will be used.
20:22:54 [2020-11-06T20:22:54.287Z] #34 59.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:22:54 [2020-11-06T20:22:54.287Z] #34 59.68 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:22:54 [2020-11-06T20:22:54.287Z] #34 59.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
20:22:54 [2020-11-06T20:22:54.493Z] #41 64.44   CC       criu/pie/util.o
20:22:54 [2020-11-06T20:22:54.546Z] #34 59.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:22:54 [2020-11-06T20:22:54.755Z] #41 64.79   CC       criu/pie/util-vdso.o
20:22:55 [2020-11-06T20:22:55.471Z] #32 ...
20:22:55 [2020-11-06T20:22:55.471Z] 
20:22:55 [2020-11-06T20:22:55.471Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:55 [2020-11-06T20:22:55.471Z] #11 51.41 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:22:55 [2020-11-06T20:22:55.471Z] #11 51.41 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
20:22:55 [2020-11-06T20:22:55.471Z] #11 51.41 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:55 [2020-11-06T20:22:55.471Z] #11 58.42 Selecting previously unselected package binutils-mingw-w64.
20:22:55 [2020-11-06T20:22:55.471Z] #11 58.43 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:22:55 [2020-11-06T20:22:55.471Z] #11 58.44 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:22:55 [2020-11-06T20:22:55.471Z] #11 59.30 Selecting previously unselected package libdevmapper1.02.1:arm64.
20:22:55 [2020-11-06T20:22:55.471Z] #11 59.31 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
20:22:55 [2020-11-06T20:22:55.471Z] #11 59.54 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
20:22:55 [2020-11-06T20:22:55.471Z] #11 59.95 Selecting previously unselected package dmsetup.
20:22:55 [2020-11-06T20:22:55.471Z] #11 59.96 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
20:22:55 [2020-11-06T20:22:55.471Z] #11 60.45 Unpacking dmsetup (2:1.02.155-3) ...
20:22:55 [2020-11-06T20:22:55.705Z] #41 65.57   CC       criu/pie/util-vdso-elf32.o
20:22:55 [2020-11-06T20:22:55.787Z] #11 ...
20:22:55 [2020-11-06T20:22:55.787Z] 
20:22:55 [2020-11-06T20:22:55.787Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:55 [2020-11-06T20:22:55.787Z] #49 51.40 encoding/binary
20:22:55 [2020-11-06T20:22:55.787Z] #49 51.66 mvdan.cc/sh/v3/fileutil
20:22:55 [2020-11-06T20:22:55.787Z] #49 51.70 fmt
20:22:55 [2020-11-06T20:22:55.787Z] #49 53.50 encoding/base64
20:22:55 [2020-11-06T20:22:55.787Z] #49 53.53 golang.org/x/sys/unix
20:22:55 [2020-11-06T20:22:55.787Z] #49 57.03 encoding/json
20:22:55 [2020-11-06T20:22:55.787Z] #49 57.04 go/token
20:22:55 [2020-11-06T20:22:55.787Z] #49 57.04 github.com/pkg/diff
20:22:55 [2020-11-06T20:22:55.787Z] #49 57.96 go/scanner
20:22:55 [2020-11-06T20:22:55.787Z] #49 58.88 mvdan.cc/editorconfig
20:22:55 [2020-11-06T20:22:55.787Z] #49 59.68 go/ast
20:22:55 [2020-11-06T20:22:55.787Z] #49 61.01 mvdan.cc/sh/v3/syntax
20:22:55 [2020-11-06T20:22:55.967Z] #41 ...
20:22:55 [2020-11-06T20:22:55.967Z] 
20:22:55 [2020-11-06T20:22:55.967Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:22:55 [2020-11-06T20:22:55.967Z] #18 1.453 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:22:55 [2020-11-06T20:22:55.967Z] #18 1.552 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:55 [2020-11-06T20:22:55.967Z] #18 1.645 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:55 [2020-11-06T20:22:55.967Z] #18 2.170 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:55 [2020-11-06T20:22:55.967Z] #18 3.335 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:22:55 [2020-11-06T20:22:55.967Z] #18 4.592 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:22:55 [2020-11-06T20:22:55.972Z] #34 61.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
20:22:55 [2020-11-06T20:22:55.972Z] #34 61.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
20:22:55 [2020-11-06T20:22:55.972Z] #34 61.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
20:22:55 [2020-11-06T20:22:55.972Z] #34 61.45 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
20:22:55 [2020-11-06T20:22:55.972Z] #34 61.48 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
20:22:55 [2020-11-06T20:22:55.972Z] #34 61.50 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
20:22:56 [2020-11-06T20:22:56.101Z] #49 ...
20:22:56 [2020-11-06T20:22:56.101Z] 
20:22:56 [2020-11-06T20:22:56.101Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:56 [2020-11-06T20:22:56.101Z] #40 58.43 Selecting previously unselected package libprotoc17:arm64.
20:22:56 [2020-11-06T20:22:56.101Z] #40 58.43 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
20:22:56 [2020-11-06T20:22:56.101Z] #40 58.44 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
20:22:56 [2020-11-06T20:22:56.101Z] #40 59.58 Selecting previously unselected package protobuf-c-compiler.
20:22:56 [2020-11-06T20:22:56.101Z] #40 59.58 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
20:22:56 [2020-11-06T20:22:56.101Z] #40 59.59 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:22:56 [2020-11-06T20:22:56.101Z] #40 59.91 Selecting previously unselected package protobuf-compiler.
20:22:56 [2020-11-06T20:22:56.101Z] #40 59.97 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
20:22:56 [2020-11-06T20:22:56.101Z] #40 60.38 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:22:56 [2020-11-06T20:22:56.229Z] #18 ...
20:22:56 [2020-11-06T20:22:56.229Z] 
20:22:56 [2020-11-06T20:22:56.229Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:56 [2020-11-06T20:22:56.229Z] #51 11.08 + cd /tmp/tmp.kP9E2gyv24/src/github.com/opencontainers/runc
20:22:56 [2020-11-06T20:22:56.229Z] #51 11.08 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:22:56 [2020-11-06T20:22:56.229Z] #51 11.65 + '[' -z '' ']'
20:22:56 [2020-11-06T20:22:56.229Z] #51 11.65 + target=static
20:22:56 [2020-11-06T20:22:56.229Z] #51 11.65 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:22:56 [2020-11-06T20:22:56.229Z] #51 11.92 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:22:56 [2020-11-06T20:22:56.229Z] #51 ...
20:22:56 [2020-11-06T20:22:56.229Z] 
20:22:56 [2020-11-06T20:22:56.229Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:56 [2020-11-06T20:22:56.229Z] #41 66.28   AR       criu/pie/pie.lib.a
20:22:56 [2020-11-06T20:22:56.241Z] #34 ...
20:22:56 [2020-11-06T20:22:56.241Z] 
20:22:56 [2020-11-06T20:22:56.241Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:56 [2020-11-06T20:22:56.241Z] #11 43.18 Reading package lists...
20:22:56 [2020-11-06T20:22:56.241Z] #11 52.29 Building dependency tree...
20:22:56 [2020-11-06T20:22:56.241Z] #11 57.64 The following additional packages will be installed:
20:22:56 [2020-11-06T20:22:56.241Z] #11 57.64   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:22:56 [2020-11-06T20:22:56.241Z] #11 57.64   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:22:56 [2020-11-06T20:22:56.241Z] #11 57.65   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:22:56 [2020-11-06T20:22:56.241Z] #11 57.65   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:56 [2020-11-06T20:22:56.241Z] #11 57.66 Suggested packages:
20:22:56 [2020-11-06T20:22:56.241Z] #11 57.66   gcc-8-locales seccomp wine64
20:22:56 [2020-11-06T20:22:56.241Z] #11 59.64 The following NEW packages will be installed:
20:22:56 [2020-11-06T20:22:56.241Z] #11 59.68   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:22:56 [2020-11-06T20:22:56.241Z] #11 59.68   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:22:56 [2020-11-06T20:22:56.241Z] #11 59.69   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:22:56 [2020-11-06T20:22:56.241Z] #11 59.69   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:22:56 [2020-11-06T20:22:56.241Z] #11 59.71   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:22:56 [2020-11-06T20:22:56.241Z] #11 59.71   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:56 [2020-11-06T20:22:56.241Z] #11 60.29 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded.
20:22:56 [2020-11-06T20:22:56.241Z] #11 60.29 Need to get 77.7 MB of archives.
20:22:56 [2020-11-06T20:22:56.241Z] #11 60.29 After this operation, 487 MB of additional disk space will be used.
20:22:56 [2020-11-06T20:22:56.241Z] #11 60.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
20:22:56 [2020-11-06T20:22:56.241Z] #11 60.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
20:22:56 [2020-11-06T20:22:56.241Z] #11 61.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:22:56 [2020-11-06T20:22:56.241Z] #11 61.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
20:22:56 [2020-11-06T20:22:56.241Z] #11 61.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
20:22:56 [2020-11-06T20:22:56.241Z] #11 61.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:22:56 [2020-11-06T20:22:56.491Z] #41 66.35   DEP      criu/pie/restorer.d
20:22:56 [2020-11-06T20:22:56.499Z] #11 ...
20:22:56 [2020-11-06T20:22:56.500Z] 
20:22:56 [2020-11-06T20:22:56.500Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:56 [2020-11-06T20:22:56.500Z] #53 45.13 Reading package lists...
20:22:56 [2020-11-06T20:22:56.500Z] #53 53.41 Building dependency tree...
20:22:56 [2020-11-06T20:22:56.500Z] #53 58.23 The following additional packages will be installed:
20:22:56 [2020-11-06T20:22:56.500Z] #53 58.25   libbtrfs0
20:22:56 [2020-11-06T20:22:56.500Z] #53 58.56 The following NEW packages will be installed:
20:22:56 [2020-11-06T20:22:56.500Z] #53 58.57   libbtrfs-dev libbtrfs0
20:22:56 [2020-11-06T20:22:56.500Z] #53 59.27 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
20:22:56 [2020-11-06T20:22:56.500Z] #53 59.27 Need to get 119 kB of archives.
20:22:56 [2020-11-06T20:22:56.500Z] #53 59.27 After this operation, 387 kB of additional disk space will be used.
20:22:56 [2020-11-06T20:22:56.500Z] #53 59.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #53 59.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #53 61.16 debconf: delaying package configuration, since apt-utils is not installed
20:22:56 [2020-11-06T20:22:56.500Z] #53 61.58 Fetched 119 kB in 0s (264 kB/s)
20:22:56 [2020-11-06T20:22:56.500Z] #53 61.85 Selecting previously unselected package libbtrfs0.
20:22:56 [2020-11-06T20:22:56.500Z] #53 61.85 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:56 [2020-11-06T20:22:56.500Z] #53 61.98 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
20:22:56 [2020-11-06T20:22:56.500Z] #53 61.99 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:56 [2020-11-06T20:22:56.500Z] #53 ...
20:22:56 [2020-11-06T20:22:56.500Z] 
20:22:56 [2020-11-06T20:22:56.500Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:56 [2020-11-06T20:22:56.500Z] #40 43.34 Reading package lists...
20:22:56 [2020-11-06T20:22:56.500Z] #40 52.61 Building dependency tree...
20:22:56 [2020-11-06T20:22:56.500Z] #40 57.55 The following additional packages will be installed:
20:22:56 [2020-11-06T20:22:56.500Z] #40 57.55   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:22:56 [2020-11-06T20:22:56.500Z] #40 57.55   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:22:56 [2020-11-06T20:22:56.500Z] #40 57.57 Suggested packages:
20:22:56 [2020-11-06T20:22:56.500Z] #40 57.58   manpages-dev python-setuptools
20:22:56 [2020-11-06T20:22:56.500Z] #40 59.55 The following NEW packages will be installed:
20:22:56 [2020-11-06T20:22:56.500Z] #40 59.57   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:22:56 [2020-11-06T20:22:56.500Z] #40 59.58   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:22:56 [2020-11-06T20:22:56.500Z] #40 59.58   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:22:56 [2020-11-06T20:22:56.500Z] #40 59.58   python-six zlib1g-dev
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.09 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded.
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.09 Need to get 4095 kB of archives.
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.09 After this operation, 22.5 MB of additional disk space will be used.
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.20 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.42 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.62 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.62 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.65 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.67 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
20:22:56 [2020-11-06T20:22:56.500Z] #40 60.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
20:22:56 [2020-11-06T20:22:56.754Z] #41 66.65   DEP      criu/arch/x86/sigaction_compat_pie.d
20:22:56 [2020-11-06T20:22:56.754Z] #41 66.76   DEP      criu/arch/x86/restorer_unmap.d
20:22:56 [2020-11-06T20:22:56.754Z] #41 66.79   DEP      criu/arch/x86/restorer.d
20:22:56 [2020-11-06T20:22:56.760Z] #40 ...
20:22:56 [2020-11-06T20:22:56.760Z] 
20:22:56 [2020-11-06T20:22:56.760Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:56 [2020-11-06T20:22:56.760Z] #11 62.15 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:22:57 [2020-11-06T20:22:57.016Z] #41 66.96   DEP      criu/arch/x86/vdso-pie.d
20:22:57 [2020-11-06T20:22:57.016Z] #41 67.06   DEP      criu/pie/parasite-vdso.d
20:22:57 [2020-11-06T20:22:57.278Z] #41 67.28   DEP      criu/pie/parasite.d
20:22:57 [2020-11-06T20:22:57.323Z] #11 62.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
20:22:57 [2020-11-06T20:22:57.323Z] #11 62.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
20:22:57 [2020-11-06T20:22:57.328Z] #40 63.18 Selecting previously unselected package python-pkg-resources.#40 ...
20:22:57 [2020-11-06T20:22:57.328Z] 
20:22:57 [2020-11-06T20:22:57.328Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:57 [2020-11-06T20:22:57.328Z] #32 DONE 63.2s
20:22:57 [2020-11-06T20:22:57.328Z] 
20:22:57 [2020-11-06T20:22:57.328Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:57 [2020-11-06T20:22:57.328Z] #40 63.18 Selecting previously unselected package python-pkg-resources.
20:22:57 [2020-11-06T20:22:57.328Z] #40 63.19 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:22:57 [2020-11-06T20:22:57.328Z] #40 63.23 Unpacking python-pkg-resources (40.8.0-1) ...
20:22:57 [2020-11-06T20:22:57.328Z] #40 ...
20:22:57 [2020-11-06T20:22:57.328Z] 
20:22:57 [2020-11-06T20:22:57.328Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:57 [2020-11-06T20:22:57.328Z] #11 63.21 Selecting previously unselected package mingw-w64-common.
20:22:57 [2020-11-06T20:22:57.328Z] #11 63.21 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:22:57 [2020-11-06T20:22:57.328Z] #11 63.37 Unpacking mingw-w64-common (6.0.0-3) ...
20:22:57 [2020-11-06T20:22:57.365Z] #33 DONE 92.6s
20:22:57 [2020-11-06T20:22:57.365Z] 
20:22:57 [2020-11-06T20:22:57.365Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:57 [2020-11-06T20:22:57.365Z] #44 92.44 encoding/binary
20:22:57 [2020-11-06T20:22:57.365Z] #44 92.45 go/scanner
20:22:57 [2020-11-06T20:22:57.365Z] #44 92.46 net/url
20:22:57 [2020-11-06T20:22:57.541Z] #41 67.60   CC       criu/pie/parasite.o
20:22:57 [2020-11-06T20:22:57.580Z] #11 ...
20:22:57 [2020-11-06T20:22:57.580Z] 
20:22:57 [2020-11-06T20:22:57.580Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:57 [2020-11-06T20:22:57.580Z] #47 53.05 go: extracting golang.org/x/text v0.3.2
20:22:57 [2020-11-06T20:22:57.580Z] #47 60.18 go: finding github.com/fatih/color v1.7.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 60.37 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
20:22:57 [2020-11-06T20:22:57.580Z] #47 60.48 go: finding github.com/mattn/go-colorable v0.1.4
20:22:57 [2020-11-06T20:22:57.580Z] #47 60.54 go: finding github.com/mattn/go-isatty v0.0.8
20:22:57 [2020-11-06T20:22:57.580Z] #47 60.66 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
20:22:57 [2020-11-06T20:22:57.580Z] #47 60.73 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
20:22:57 [2020-11-06T20:22:57.580Z] #47 60.75 go: finding github.com/pkg/errors v0.8.1
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.02 go: finding github.com/go-critic/go-critic v0.4.1
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.05 go: finding github.com/sirupsen/logrus v1.4.2
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.08 go: finding github.com/go-lintpack/lintpack v0.5.2
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.11 go: finding github.com/stretchr/testify v1.4.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.12 go: finding github.com/go-toolsmith/astfmt v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.15 go: finding github.com/mitchellh/go-homedir v1.1.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.19 go: finding github.com/go-toolsmith/astequal v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.19 go: finding github.com/davecgh/go-spew v1.1.1
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.19 go: finding github.com/go-toolsmith/astp v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.28 go: finding github.com/spf13/viper v1.6.1
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.31 go: finding github.com/go-toolsmith/astcast v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.31 go: finding github.com/pmezard/go-difflib v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.35 go: finding github.com/go-toolsmith/typep v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.43 go: finding github.com/stretchr/objx v0.2.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.49 go: finding github.com/go-toolsmith/astcopy v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.68 go: finding gopkg.in/yaml.v2 v2.2.7
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.75 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.84 go: finding github.com/go-toolsmith/strparse v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.85 go: finding github.com/bombsimon/wsl/v2 v2.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.96 go: finding github.com/gobwas/glob v0.2.3
20:22:57 [2020-11-06T20:22:57.580Z] #47 61.98 go: finding github.com/fsnotify/fsnotify v1.4.7
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.01 go: finding github.com/spf13/cobra v0.0.5
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.28 go: finding github.com/spf13/pflag v1.0.5
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.29 go: finding github.com/hashicorp/hcl v1.0.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.32 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.61 go: finding github.com/magiconair/properties v1.8.1
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.71 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.81 go: finding github.com/mitchellh/mapstructure v1.1.2
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.83 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.88 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
20:22:57 [2020-11-06T20:22:57.580Z] #47 62.93 go: finding github.com/pelletier/go-toml v1.2.0
20:22:57 [2020-11-06T20:22:57.580Z] #47 63.03 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
20:22:57 [2020-11-06T20:22:57.580Z] #47 63.04 go: finding github.com/spf13/afero v1.1.2
20:22:57 [2020-11-06T20:22:57.839Z] #47 63.23 go: finding github.com/spf13/cast v1.3.0
20:22:57 [2020-11-06T20:22:57.839Z] #47 63.23 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
20:22:57 [2020-11-06T20:22:57.839Z] #47 ...
20:22:57 [2020-11-06T20:22:57.839Z] 
20:22:57 [2020-11-06T20:22:57.839Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:57 [2020-11-06T20:22:57.839Z] #32 53.17 internal/reflectlite
20:22:57 [2020-11-06T20:22:57.839Z] #32 53.18 sync
20:22:57 [2020-11-06T20:22:57.839Z] #32 57.52 sort
20:22:57 [2020-11-06T20:22:57.839Z] #32 57.54 errors
20:22:57 [2020-11-06T20:22:57.839Z] #32 58.24 strconv
20:22:57 [2020-11-06T20:22:57.839Z] #32 59.40 io
20:22:57 [2020-11-06T20:22:57.839Z] #32 61.53 internal/oserror
20:22:57 [2020-11-06T20:22:57.839Z] #32 62.00 syscall
20:22:57 [2020-11-06T20:22:57.839Z] #32 ...
20:22:57 [2020-11-06T20:22:57.839Z] 
20:22:57 [2020-11-06T20:22:57.839Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:57 [2020-11-06T20:22:57.839Z] #53 62.33 Selecting previously unselected package libbtrfs-dev.
20:22:57 [2020-11-06T20:22:57.839Z] #53 62.34 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
20:22:57 [2020-11-06T20:22:57.839Z] #53 62.34 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:57 [2020-11-06T20:22:57.839Z] #53 62.84 Setting up libbtrfs0 (4.20.1-2) ...
20:22:57 [2020-11-06T20:22:57.839Z] #53 62.84 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:57 [2020-11-06T20:22:57.839Z] #53 62.84 Processing triggers for libc-bin (2.28-10) ...
20:22:58 [2020-11-06T20:22:58.772Z] #53 DONE 64.2s
20:22:58 [2020-11-06T20:22:58.772Z] 
20:22:58 [2020-11-06T20:22:58.772Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.58 go: finding github.com/spf13/jwalterweatherman v1.0.0
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.58 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.58 go: finding golang.org/x/text v0.3.2
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.78 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.79 go: finding github.com/subosito/gotenv v1.2.0
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.87 go: finding gopkg.in/ini.v1 v1.51.0
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.89 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.94 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
20:22:58 [2020-11-06T20:22:58.772Z] #47 63.97 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.13 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.13 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.14 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.15 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.15 go: finding github.com/kisielk/gotool v1.0.0
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.15 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.16 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.18 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.20 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.24 go: finding github.com/sourcegraph/go-diff v0.5.1
20:22:58 [2020-11-06T20:22:58.772Z] #47 ...
20:22:58 [2020-11-06T20:22:58.772Z] 
20:22:58 [2020-11-06T20:22:58.772Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:58 [2020-11-06T20:22:58.772Z] #62 DONE 64.3s
20:22:58 [2020-11-06T20:22:58.772Z] 
20:22:58 [2020-11-06T20:22:58.772Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.29 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
20:22:58 [2020-11-06T20:22:58.772Z] #47 64.38 go: finding github.com/tommy-muehle/go-mnd v1.1.1
20:22:58 [2020-11-06T20:22:58.933Z] #41 68.75   LINK     criu/pie/parasite.built-in.o
20:22:58 [2020-11-06T20:22:58.933Z] #41 68.77   GEN      criu/pie/parasite-blob.h
20:22:58 [2020-11-06T20:22:58.933Z] #41 68.78   CC       criu/pie/parasite-vdso.o
20:22:59 [2020-11-06T20:22:59.030Z] #47 64.55 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
20:22:59 [2020-11-06T20:22:59.030Z] #47 64.57 go: finding github.com/ultraware/funlen v0.0.2
20:22:59 [2020-11-06T20:22:59.288Z] #47 64.67 go: finding github.com/ultraware/whitespace v0.0.4
20:22:59 [2020-11-06T20:22:59.288Z] #47 64.70 go: finding github.com/uudashr/gocognit v1.0.1
20:22:59 [2020-11-06T20:22:59.288Z] #47 64.77 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
20:22:59 [2020-11-06T20:22:59.288Z] #47 64.77 go: finding github.com/gogo/protobuf v1.2.1
20:22:59 [2020-11-06T20:22:59.507Z] #41 69.46   CC       criu/arch/x86/vdso-pie.o
20:22:59 [2020-11-06T20:22:59.545Z] #47 65.18 go: finding honnef.co/go/tools v0.0.1-2019.2.3
20:22:59 [2020-11-06T20:22:59.770Z] #41 69.76   CC       criu/arch/x86/restorer.o
20:22:59 [2020-11-06T20:22:59.803Z] #47 65.22 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
20:22:59 [2020-11-06T20:22:59.803Z] #47 65.22 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
20:22:59 [2020-11-06T20:22:59.803Z] #47 65.36 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
20:22:59 [2020-11-06T20:22:59.803Z] #47 65.36 go: finding github.com/BurntSushi/toml v0.3.1
20:23:00 [2020-11-06T20:23:00.344Z] #41 70.44   CC       criu/arch/x86/restorer_unmap.o
20:23:00 [2020-11-06T20:23:00.344Z] #41 70.49   CC       criu/arch/x86/sigaction_compat_pie.o
20:23:00 [2020-11-06T20:23:00.919Z] #41 70.78   CC       criu/pie/restorer.o
20:23:00 [2020-11-06T20:23:00.991Z] #44 ...
20:23:00 [2020-11-06T20:23:00.991Z] 
20:23:00 [2020-11-06T20:23:00.991Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:00 [2020-11-06T20:23:00.991Z] #50 85.85 context
20:23:00 [2020-11-06T20:23:00.991Z] #50 85.86 mvdan.cc/sh/v3/fileutil
20:23:00 [2020-11-06T20:23:00.991Z] #50 88.35 go/token
20:23:00 [2020-11-06T20:23:00.991Z] #50 88.35 mvdan.cc/editorconfig
20:23:00 [2020-11-06T20:23:00.991Z] #50 88.35 github.com/pkg/diff
20:23:00 [2020-11-06T20:23:00.991Z] #50 88.36 encoding/binary
20:23:00 [2020-11-06T20:23:00.991Z] #50 91.28 go/scanner
20:23:00 [2020-11-06T20:23:00.991Z] #50 92.82 mvdan.cc/sh/v3/syntax
20:23:00 [2020-11-06T20:23:00.991Z] #50 94.91 golang.org/x/sys/unix
20:23:00 [2020-11-06T20:23:00.991Z] #50 94.91 encoding/base64
20:23:00 [2020-11-06T20:23:00.991Z] #50 95.26 go/ast
20:23:00 [2020-11-06T20:23:00.991Z] #50 ...
20:23:00 [2020-11-06T20:23:00.991Z] 
20:23:00 [2020-11-06T20:23:00.991Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:00 [2020-11-06T20:23:00.991Z] #44 96.08 go/ast
20:23:02 [2020-11-06T20:23:02.051Z] #44 97.00 text/template/parse
20:23:02 [2020-11-06T20:23:02.352Z] #44 97.51 encoding/json
20:23:02 [2020-11-06T20:23:02.490Z] Fetching without tags
20:23:02 [2020-11-06T20:23:02.673Z] #11 ...
20:23:02 [2020-11-06T20:23:02.673Z] 
20:23:02 [2020-11-06T20:23:02.673Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:02 [2020-11-06T20:23:02.673Z] #34 58.43 Selecting previously unselected package libicu63:arm64.
20:23:02 [2020-11-06T20:23:02.673Z] #34 58.44 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 58.46 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 65.12 Selecting previously unselected package libxml2:arm64.
20:23:02 [2020-11-06T20:23:02.673Z] #34 65.12 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 65.64 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 66.83 Selecting previously unselected package libarchive13:arm64.
20:23:02 [2020-11-06T20:23:02.673Z] #34 66.83 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 66.84 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 67.95 Selecting previously unselected package libjsoncpp1:arm64.
20:23:02 [2020-11-06T20:23:02.673Z] #34 67.95 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 67.99 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 68.39 Selecting previously unselected package librhash0:arm64.
20:23:02 [2020-11-06T20:23:02.673Z] #34 68.40 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 68.40 Unpacking librhash0:arm64 (1.3.8-1) ...
20:23:02 [2020-11-06T20:23:02.673Z] #34 ...
20:23:02 [2020-11-06T20:23:02.673Z] 
20:23:02 [2020-11-06T20:23:02.673Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:02 [2020-11-06T20:23:02.673Z] #43 58.53 crypto/des
20:23:02 [2020-11-06T20:23:02.673Z] #43 58.85 crypto/md5
20:23:02 [2020-11-06T20:23:02.673Z] #43 59.49 crypto/sha1
20:23:02 [2020-11-06T20:23:02.673Z] #43 59.59 go/scanner
20:23:02 [2020-11-06T20:23:02.673Z] #43 60.04 net/url
20:23:02 [2020-11-06T20:23:02.673Z] #43 60.50 text/template/parse
20:23:02 [2020-11-06T20:23:02.673Z] #43 62.01 go/ast
20:23:02 [2020-11-06T20:23:02.673Z] #43 62.67 encoding/json
20:23:02 [2020-11-06T20:23:02.673Z] #43 65.78 text/template
20:23:02 [2020-11-06T20:23:02.939Z] #43 68.78 go/parser
20:23:02 [2020-11-06T20:23:02.939Z] #43 ...
20:23:02 [2020-11-06T20:23:02.939Z] 
20:23:02 [2020-11-06T20:23:02.939Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:02 [2020-11-06T20:23:02.939Z] #34 68.84 Selecting previously unselected package libuv1:arm64.
20:23:02 [2020-11-06T20:23:02.939Z] #34 68.85 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
20:23:03 [2020-11-06T20:23:03.204Z] #34 69.01 Unpacking libuv1:arm64 (1.24.1-1) ...
20:23:03 [2020-11-06T20:23:03.380Z] Merging remotes/origin/master commit 49e809fbfe250f3df2deacc0c3e5c403db3b8915 into PR head commit 1bb3491601a4f1d654edbc1e997016baa015176e
20:23:03 [2020-11-06T20:23:03.469Z] #34 69.44 Selecting previously unselected package cmake.
20:23:03 [2020-11-06T20:23:03.469Z] #34 69.44 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
20:23:03 [2020-11-06T20:23:03.469Z] #34 69.50 Unpacking cmake (3.13.4-1) ...
20:23:04 [2020-11-06T20:23:04.231Z] #41 74.00   LINK     criu/pie/restorer.built-in.o
20:23:04 [2020-11-06T20:23:04.231Z] #41 74.00   GEN      criu/pie/restorer-blob.h
20:23:04 [2020-11-06T20:23:04.231Z] #41 74.12   DEP      criu/vdso.d
20:23:04 [2020-11-06T20:23:04.479Z] #44 ...
20:23:04 [2020-11-06T20:23:04.479Z] 
20:23:04 [2020-11-06T20:23:04.479Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:04 [2020-11-06T20:23:04.479Z] #42 26.73   CC       images/signalfd.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 27.07   CC       images/fs.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 27.49   CC       images/pstree.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 27.69   CC       images/pipe.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 28.07   CC       images/tcp-stream.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 28.29   CC       images/sk-packet.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 28.62   CC       images/mnt.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 28.89   CC       images/pipe-data.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 29.11   CC       images/sa.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 29.35   CC       images/timer.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 29.80   CC       images/timerfd.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 30.09   CC       images/mm.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 30.62   CC       images/sk-opts.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 30.89   CC       images/sk-unix.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 31.35   CC       images/sk-inet.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 31.77   CC       images/tun.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 32.10   CC       images/sk-netlink.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 32.32   CC       images/packet-sock.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 32.75   CC       images/ipc-var.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 32.94   CC       images/ipc-desc.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 33.17   CC       images/ipc-shm.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 33.39   CC       images/ipc-msg.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 33.69   CC       images/ipc-sem.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 33.86   CC       images/utsns.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 34.12   CC       images/creds.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 34.47   CC       images/vma.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 34.72   CC       images/netdev.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 35.38   CC       images/tty.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 36.04   CC       images/file-lock.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 36.21   CC       images/rlimit.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 36.36   CC       images/pagemap.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 36.72   CC       images/siginfo.o
20:23:04 [2020-11-06T20:23:04.479Z] #42 36.99   CC       images/rpc.o
20:23:04 [2020-11-06T20:23:04.493Z] #41 74.31   DEP      criu/vdso-compat.d
20:23:04 [2020-11-06T20:23:04.493Z] #41 74.49   DEP      criu/uts_ns.d
20:23:04 [2020-11-06T20:23:04.755Z] #41 74.64   DEP      criu/util.d
20:23:02 [2020-11-06T20:23:02.220Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:23:02 [2020-11-06T20:23:02.257Z]  > git config --add remote.origin.fetch +refs/pull/41648/head:refs/remotes/origin/PR-41648 # timeout=10
20:23:02 [2020-11-06T20:23:02.293Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:23:02 [2020-11-06T20:23:02.408Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:23:02 [2020-11-06T20:23:02.527Z] Fetching upstream changes from https://github.com/moby/moby.git
20:23:02 [2020-11-06T20:23:02.527Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:23:02 [2020-11-06T20:23:02.528Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41648/head:refs/remotes/origin/PR-41648 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:23:03 [2020-11-06T20:23:03.490Z]  > git config core.sparsecheckout # timeout=10
20:23:03 [2020-11-06T20:23:03.528Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:23:05 [2020-11-06T20:23:05.017Z] #41 74.88   DEP      criu/uffd.d
20:23:05 [2020-11-06T20:23:05.017Z] #41 75.11   DEP      criu/tun.d
20:23:05 [2020-11-06T20:23:05.063Z] #47 ...
20:23:05 [2020-11-06T20:23:05.064Z] 
20:23:05 [2020-11-06T20:23:05.064Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:23:05 [2020-11-06T20:23:05.064Z] #30 67.64 Checking out files:  82% (1260/1521)   
Checking out files:  83% (1263/1521)   
Checking out files:  84% (1278/1521)   
Checking out files:  85% (1293/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:  93% (1422/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.
20:23:05 [2020-11-06T20:23:05.064Z] #30 69.00 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:23:05 [2020-11-06T20:23:05.064Z] #30 69.36 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:23:05 [2020-11-06T20:23:05.279Z] #41 75.35   DEP      criu/tty.d
20:23:05 [2020-11-06T20:23:05.322Z] #30 ...
20:23:05 [2020-11-06T20:23:05.322Z] 
20:23:05 [2020-11-06T20:23:05.322Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:05 [2020-11-06T20:23:05.322Z] #43 60.83 strconv
20:23:05 [2020-11-06T20:23:05.322Z] #43 61.02 bytes
20:23:05 [2020-11-06T20:23:05.322Z] #43 65.67 bufio
20:23:05 [2020-11-06T20:23:05.322Z] #43 66.82 reflect
20:23:05 [2020-11-06T20:23:05.322Z] #43 67.96 syscall
20:23:05 [2020-11-06T20:23:05.541Z] #41 75.52   DEP      criu/timerfd.d
20:23:05 [2020-11-06T20:23:05.541Z] #41 75.67   DEP      criu/timens.d
20:23:05 [2020-11-06T20:23:05.579Z] #43 ...
20:23:05 [2020-11-06T20:23:05.579Z] 
20:23:05 [2020-11-06T20:23:05.579Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:05 [2020-11-06T20:23:05.579Z] #40 62.92 debconf: delaying package configuration, since apt-utils is not installed
20:23:05 [2020-11-06T20:23:05.579Z] #40 63.21 Fetched 4095 kB in 1s (4465 kB/s)
20:23:05 [2020-11-06T20:23:05.579Z] #40 63.66 Selecting previously unselected package libcap-dev:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 63.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:23:05 [2020-11-06T20:23:05.579Z] #40 63.76 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 63.84 Unpacking libcap-dev:amd64 (1:2.25-2) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.17 Selecting previously unselected package libnet1:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.17 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.18 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.47 Selecting previously unselected package libnet1-dev.
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.55 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.55 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.87 Selecting previously unselected package libnl-3-200:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.87 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 64.90 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 65.19 Selecting previously unselected package libnl-3-dev:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 65.21 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 65.21 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 65.87 Selecting previously unselected package libprotobuf-c1:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 65.87 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 65.89 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 65.99 Selecting previously unselected package libprotobuf-c-dev:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 66.00 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 66.01 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 66.16 Selecting previously unselected package zlib1g-dev:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 66.16 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 66.17 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 66.82 Selecting previously unselected package libprotobuf17:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 66.82 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 66.83 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 68.62 Selecting previously unselected package libprotobuf-lite17:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 68.63 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 68.63 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 69.19 Selecting previously unselected package libprotobuf-dev:amd64.
20:23:05 [2020-11-06T20:23:05.579Z] #40 69.20 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
20:23:05 [2020-11-06T20:23:05.579Z] #40 69.20 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:23:05 [2020-11-06T20:23:05.803Z] #41 75.82   DEP      criu/sysfs_parse.d
20:23:06 [2020-11-06T20:23:06.023Z] #42 38.35   CC       images/ext-file.o
20:23:06 [2020-11-06T20:23:06.023Z] #42 38.53   CC       images/cgroup.o
20:23:06 [2020-11-06T20:23:06.065Z] #41 75.99   DEP      criu/sysctl.d
20:23:06 [2020-11-06T20:23:06.065Z] #41 76.13   DEP      criu/string.d
20:23:06 [2020-11-06T20:23:06.065Z] #41 76.17   DEP      criu/stats.d
20:23:06 [2020-11-06T20:23:06.145Z] #40 71.67 Selecting previously unselected package libprotoc17:amd64.
20:23:06 [2020-11-06T20:23:06.145Z] #40 71.68 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
20:23:06 [2020-11-06T20:23:06.145Z] #40 71.71 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
20:23:06 [2020-11-06T20:23:06.282Z] Merge succeeded, producing 1bb3491601a4f1d654edbc1e997016baa015176e
20:23:06 [2020-11-06T20:23:06.283Z] Checking out Revision 1bb3491601a4f1d654edbc1e997016baa015176e (PR-41648)
20:23:06 [2020-11-06T20:23:06.328Z] #41 76.38   DEP      criu/sockets.d
20:23:06 [2020-11-06T20:23:06.672Z] #42 39.31   CC       images/userns.o
20:23:06 [2020-11-06T20:23:06.902Z] #41 76.68   DEP      criu/sk-unix.d
20:23:06 [2020-11-06T20:23:06.902Z] #41 ...
20:23:06 [2020-11-06T20:23:06.902Z] 
20:23:06 [2020-11-06T20:23:06.902Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:06 [2020-11-06T20:23:06.902Z] #18 10.70 Fetched 8397 kB in 10s (875 kB/s)
20:23:06 [2020-11-06T20:23:06.902Z] #18 10.70 Reading package lists...
20:23:06 [2020-11-06T20:23:06.902Z] #18 14.88 Reading package lists...
20:23:06 [2020-11-06T20:23:06.902Z] #18 19.20 Building dependency tree...
20:23:06 [2020-11-06T20:23:06.902Z] #18 ...
20:23:06 [2020-11-06T20:23:06.902Z] 
20:23:06 [2020-11-06T20:23:06.902Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:06 [2020-11-06T20:23:06.902Z] #43 164.7 github.com/LK4D4/vndr/godl
20:23:06 [2020-11-06T20:23:06.902Z] #43 165.6 github.com/LK4D4/vndr
20:23:06 [2020-11-06T20:23:06.902Z] #43 ...
20:23:06 [2020-11-06T20:23:06.902Z] 
20:23:06 [2020-11-06T20:23:06.902Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:06 [2020-11-06T20:23:06.902Z] #18 21.13 libcap2-bin is already the newest version (1:2.25-2).
20:23:06 [2020-11-06T20:23:06.902Z] #18 21.13 The following additional packages will be installed:
20:23:06 [2020-11-06T20:23:06.971Z] #42 39.61   CC       images/google/protobuf/descriptor.o
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.13   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.13   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.13   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.14   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.14   python3.7 python3.7-minimal vim-runtime xxd
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.15 Suggested packages:
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.15   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.15   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.15   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.15 Recommended packages:
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.15   aufs-dkms nftables build-essential python3-dev python3-keyring
20:23:07 [2020-11-06T20:23:07.165Z] #18 21.15   python3-keyrings.alt python3-xdg unzip
20:23:07 [2020-11-06T20:23:07.517Z] #40 72.76 Selecting previously unselected package protobuf-c-compiler.
20:23:07 [2020-11-06T20:23:07.517Z] #40 72.80 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
20:23:07 [2020-11-06T20:23:07.517Z] #40 72.82 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:23:07 [2020-11-06T20:23:07.517Z] #40 73.07 Selecting previously unselected package protobuf-compiler.
20:23:05 [2020-11-06T20:23:05.867Z]  > git remote # timeout=10
20:23:05 [2020-11-06T20:23:05.942Z]  > git config --get remote.origin.url # timeout=10
20:23:05 [2020-11-06T20:23:05.979Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:23:05 [2020-11-06T20:23:05.981Z]  > git merge 49e809fbfe250f3df2deacc0c3e5c403db3b8915 # timeout=10
20:23:06 [2020-11-06T20:23:06.116Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:23:06 [2020-11-06T20:23:06.317Z]  > git config core.sparsecheckout # timeout=10
20:23:06 [2020-11-06T20:23:06.354Z]  > git checkout -f 1bb3491601a4f1d654edbc1e997016baa015176e # timeout=10
20:23:07 [2020-11-06T20:23:07.739Z] #18 ...
20:23:07 [2020-11-06T20:23:07.739Z] 
20:23:07 [2020-11-06T20:23:07.739Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:07 [2020-11-06T20:23:07.739Z] #43 DONE 175.5s
20:23:07 [2020-11-06T20:23:07.739Z] 
20:23:07 [2020-11-06T20:23:07.739Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:07 [2020-11-06T20:23:07.739Z] #41 76.95   DEP      criu/sk-tcp.d
20:23:07 [2020-11-06T20:23:07.739Z] #41 77.16   DEP      criu/sk-queue.d
20:23:07 [2020-11-06T20:23:07.739Z] #41 77.32   DEP      criu/sk-packet.d
20:23:07 [2020-11-06T20:23:07.739Z] #41 77.52   DEP      criu/sk-netlink.d
20:23:07 [2020-11-06T20:23:07.739Z] #41 77.81   DEP      criu/sk-inet.d
20:23:07 [2020-11-06T20:23:07.775Z] #40 73.08 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
20:23:07 [2020-11-06T20:23:07.775Z] #40 73.14 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:23:07 [2020-11-06T20:23:07.778Z] #34 ...
20:23:07 [2020-11-06T20:23:07.778Z] 
20:23:07 [2020-11-06T20:23:07.778Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:07 [2020-11-06T20:23:07.778Z] #49 63.12 golang.org/x/crypto/ssh/terminal
20:23:07 [2020-11-06T20:23:07.778Z] #49 67.42 mvdan.cc/sh/v3/cmd/shfmt
20:23:07 [2020-11-06T20:23:07.778Z] #49 ...
20:23:07 [2020-11-06T20:23:07.778Z] 
20:23:07 [2020-11-06T20:23:07.778Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:07 [2020-11-06T20:23:07.778Z] #40 63.90 Selecting previously unselected package python-six.
20:23:07 [2020-11-06T20:23:07.778Z] #40 63.90 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 64.03 Unpacking python-six (1.12.0-1) ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 64.58 Selecting previously unselected package python-protobuf.
20:23:07 [2020-11-06T20:23:07.778Z] #40 64.58 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 64.73 Unpacking python-protobuf (3.6.1.3-2) ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 66.76 Setting up python-pkg-resources (40.8.0-1) ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 69.49 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 69.52 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 69.53 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 69.56 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 69.94 Setting up python-six (1.12.0-1) ...
20:23:07 [2020-11-06T20:23:07.778Z] #40 72.61 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
20:23:08 [2020-11-06T20:23:08.033Z] #40 73.62 Selecting previously unselected package python-pkg-resources.
20:23:08 [2020-11-06T20:23:08.033Z] #40 73.62 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:23:08 [2020-11-06T20:23:08.033Z] #40 73.64 Unpacking python-pkg-resources (40.8.0-1) ...
20:23:08 [2020-11-06T20:23:08.314Z] #41 78.15   DEP      criu/signalfd.d
20:23:08 [2020-11-06T20:23:08.357Z] #40 ...
20:23:08 [2020-11-06T20:23:08.357Z] 
20:23:08 [2020-11-06T20:23:08.357Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:08 [2020-11-06T20:23:08.357Z] #34 74.32 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
20:23:08 [2020-11-06T20:23:08.513Z] #42 ...
20:23:08 [2020-11-06T20:23:08.513Z] 
20:23:08 [2020-11-06T20:23:08.513Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:08 [2020-11-06T20:23:08.513Z] #12 103.7 Selecting previously unselected package libapparmor1:ppc64el.
20:23:08 [2020-11-06T20:23:08.513Z] #12 103.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ...
20:23:08 [2020-11-06T20:23:08.513Z] #12 103.7 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
20:23:08 [2020-11-06T20:23:08.513Z] #12 103.8 Selecting previously unselected package libapparmor-dev:ppc64el.
20:23:08 [2020-11-06T20:23:08.513Z] #12 103.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ...
20:23:08 [2020-11-06T20:23:08.513Z] #12 103.8 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
20:23:08 [2020-11-06T20:23:08.513Z] #12 103.9 Selecting previously unselected package libbtrfs0.
20:23:08 [2020-11-06T20:23:08.577Z] #41 78.37   DEP      criu/sigframe.d
20:23:08 [2020-11-06T20:23:08.577Z] #41 78.62   DEP      criu/shmem.d
20:23:08 [2020-11-06T20:23:08.598Z] #40 74.00 Selecting previously unselected package python-six.
20:23:08 [2020-11-06T20:23:08.598Z] #40 74.01 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:23:08 [2020-11-06T20:23:08.598Z] #40 ...
20:23:08 [2020-11-06T20:23:08.598Z] 
20:23:08 [2020-11-06T20:23:08.598Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:08 [2020-11-06T20:23:08.598Z] #34 64.02 debconf: delaying package configuration, since apt-utils is not installed
20:23:08 [2020-11-06T20:23:08.598Z] #34 64.59 Fetched 14.9 MB in 3s (5369 kB/s)
20:23:08 [2020-11-06T20:23:08.598Z] #34 64.78 Selecting previously unselected package xxd.
20:23:08 [2020-11-06T20:23:08.598Z] #34 64.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 ... 15410 files and directories currently installed.)
20:23:08 [2020-11-06T20:23:08.598Z] #34 64.97 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
20:23:08 [2020-11-06T20:23:08.598Z] #34 64.98 Unpacking xxd (2:8.1.0875-5) ...
20:23:08 [2020-11-06T20:23:08.598Z] #34 65.30 Selecting previously unselected package vim-common.
20:23:08 [2020-11-06T20:23:08.598Z] #34 65.31 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:23:08 [2020-11-06T20:23:08.598Z] #34 65.45 Unpacking vim-common (2:8.1.0875-5) ...
20:23:08 [2020-11-06T20:23:08.598Z] #34 65.99 Selecting previously unselected package cmake-data.
20:23:08 [2020-11-06T20:23:08.598Z] #34 65.99 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:23:08 [2020-11-06T20:23:08.598Z] #34 66.01 Unpacking cmake-data (3.13.4-1) ...
20:23:08 [2020-11-06T20:23:08.598Z] #34 70.63 Selecting previously unselected package libicu63:amd64.
20:23:08 [2020-11-06T20:23:08.598Z] #34 70.63 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
20:23:08 [2020-11-06T20:23:08.598Z] #34 70.65 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:23:08 [2020-11-06T20:23:08.598Z] #34 ...
20:23:08 [2020-11-06T20:23:08.598Z] 
20:23:08 [2020-11-06T20:23:08.598Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:08 [2020-11-06T20:23:08.598Z] #40 74.12 Unpacking python-six (1.12.0-1) ...
20:23:08 [2020-11-06T20:23:08.814Z] #12 104.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ...
20:23:08 [2020-11-06T20:23:08.814Z] #12 104.0 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:08 [2020-11-06T20:23:08.814Z] #12 104.0 Selecting previously unselected package libbtrfs-dev.
20:23:08 [2020-11-06T20:23:08.814Z] #12 104.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ...
20:23:08 [2020-11-06T20:23:08.814Z] #12 104.0 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:08 [2020-11-06T20:23:08.814Z] #12 104.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
20:23:08 [2020-11-06T20:23:08.856Z] #40 ...
20:23:08 [2020-11-06T20:23:08.856Z] 
20:23:08 [2020-11-06T20:23:08.856Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 + RM_GOPATH=0
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 + TMP_GOPATH=
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 + : /build
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 + '[' -z '' ']'
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 ++ mktemp -d
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 + export GOPATH=/tmp/tmp.8XD6HKVM4i
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 + GOPATH=/tmp/tmp.8XD6HKVM4i
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 + RM_GOPATH=1
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.575 + case "$(go env GOARCH)" in
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.583 ++ go env GOARCH
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 + export GO_BUILDMODE=-buildmode=pie
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 + GO_BUILDMODE=-buildmode=pie
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 ++ dirname /tmp/install/install.sh
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 + dir=/tmp/install
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 + bin=containerd
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 + shift
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 + '[' '!' -f /tmp/install/containerd.installer ']'
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 + . /tmp/install/containerd.installer
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 ++ set -e
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.623 + install_containerd
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.653 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.657 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828'
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.657 + git clone https://github.com/containerd/containerd.git /tmp/tmp.8XD6HKVM4i/src/github.com/containerd/containerd
20:23:08 [2020-11-06T20:23:08.856Z] #54 2.657 Cloning into '/tmp/tmp.8XD6HKVM4i/src/github.com/containerd/containerd'...
20:23:08 [2020-11-06T20:23:08.856Z] #54 ...
20:23:08 [2020-11-06T20:23:08.856Z] 
20:23:08 [2020-11-06T20:23:08.856Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:09 [2020-11-06T20:23:09.113Z] #12 104.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ...
20:23:09 [2020-11-06T20:23:09.113Z] #12 104.2 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
20:23:09 [2020-11-06T20:23:09.113Z] #12 104.3 Selecting previously unselected package libudev-dev:ppc64el.
20:23:09 [2020-11-06T20:23:09.113Z] #12 104.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ...
20:23:09 [2020-11-06T20:23:09.113Z] #12 104.4 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ...
20:23:09 [2020-11-06T20:23:09.115Z] #40 74.49 Selecting previously unselected package python-protobuf.
20:23:09 [2020-11-06T20:23:09.115Z] #40 74.49 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
20:23:09 [2020-11-06T20:23:09.115Z] #40 74.50 Unpacking python-protobuf (3.6.1.3-2) ...
20:23:09 [2020-11-06T20:23:09.151Z] #41 78.93   DEP      criu/servicefd.d
20:23:09 [2020-11-06T20:23:09.151Z] #41 79.10   DEP      criu/seize.d
20:23:09 [2020-11-06T20:23:09.151Z] #41 79.22   DEP      criu/seccomp.d
20:23:09 [2020-11-06T20:23:09.311Z] #34 75.20 Setting up xxd (2:8.1.0875-5) ...
20:23:09 [2020-11-06T20:23:09.414Z] #41 79.34   DEP      criu/rst-malloc.d
20:23:09 [2020-11-06T20:23:09.414Z] #41 79.42   DEP      criu/rbtree.d
20:23:09 [2020-11-06T20:23:09.414Z] #41 79.44   DEP      criu/pstree.d
20:23:09 [2020-11-06T20:23:09.414Z] #12 104.5 Selecting previously unselected package libsepol1-dev:ppc64el.
20:23:09 [2020-11-06T20:23:09.414Z] #12 104.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ...
20:23:09 [2020-11-06T20:23:09.414Z] #12 104.5 Unpacking libsepol1-dev:ppc64el (2.8-1) ...
20:23:09 [2020-11-06T20:23:09.577Z] #34 75.39 Setting up libuv1:arm64 (1.24.1-1) ...
20:23:09 [2020-11-06T20:23:09.577Z] #34 75.44 Setting up vim-common (2:8.1.0875-5) ...
20:23:09 [2020-11-06T20:23:09.577Z] #34 ...
20:23:09 [2020-11-06T20:23:09.577Z] 
20:23:09 [2020-11-06T20:23:09.577Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:09 [2020-11-06T20:23:09.577Z] #49 DONE 75.6s
20:23:09 [2020-11-06T20:23:09.577Z] 
20:23:09 [2020-11-06T20:23:09.577Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:09 [2020-11-06T20:23:09.577Z] #34 75.72 Setting up librhash0:arm64 (1.3.8-1) ...
20:23:09 [2020-11-06T20:23:09.676Z] #41 79.53   DEP      criu/protobuf.d
20:23:09 [2020-11-06T20:23:09.676Z] #41 79.63   GEN      criu/protobuf-desc-gen.h
20:23:09 [2020-11-06T20:23:09.679Z] #40 ...
20:23:09 [2020-11-06T20:23:09.679Z] 
20:23:09 [2020-11-06T20:23:09.679Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:09 [2020-11-06T20:23:09.679Z] #32 65.10 reflect
20:23:09 [2020-11-06T20:23:09.679Z] #32 ...
20:23:09 [2020-11-06T20:23:09.679Z] 
20:23:09 [2020-11-06T20:23:09.679Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:09 [2020-11-06T20:23:09.679Z] #11 68.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.40 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.40 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.44 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.45 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.47 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.47 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.49 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.49 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 72.55 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
20:23:09 [2020-11-06T20:23:09.679Z] #11 74.55 debconf: delaying package configuration, since apt-utils is not installed
20:23:09 [2020-11-06T20:23:09.679Z] #11 74.91 Fetched 77.7 MB in 13s (6163 kB/s)
20:23:09 [2020-11-06T20:23:09.679Z] #11 75.13 Selecting previously unselected package binutils-mingw-w64-i686.
20:23:09 [2020-11-06T20:23:09.679Z] #11 75.13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:23:09 [2020-11-06T20:23:09.679Z] #11 75.25 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
20:23:09 [2020-11-06T20:23:09.679Z] #11 75.31 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:09 [2020-11-06T20:23:09.714Z] #12 104.8 Selecting previously unselected package libpcre16-3:ppc64el.
20:23:09 [2020-11-06T20:23:09.714Z] #12 104.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ...
20:23:09 [2020-11-06T20:23:09.714Z] #12 104.9 Unpacking libpcre16-3:ppc64el (2:8.39-12) ...
20:23:09 [2020-11-06T20:23:09.714Z] #12 105.1 Selecting previously unselected package libpcre32-3:ppc64el.
20:23:09 [2020-11-06T20:23:09.937Z] #11 ...
20:23:09 [2020-11-06T20:23:09.937Z] 
20:23:09 [2020-11-06T20:23:09.937Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:09 [2020-11-06T20:23:09.937Z] #40 75.40 Setting up python-pkg-resources (40.8.0-1) ...
20:23:10 [2020-11-06T20:23:10.013Z] #12 105.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ...
20:23:10 [2020-11-06T20:23:10.013Z] #12 105.1 Unpacking libpcre32-3:ppc64el (2:8.39-12) ...
20:23:10 [2020-11-06T20:23:10.013Z] #12 105.3 Selecting previously unselected package libpcrecpp0v5:ppc64el.
20:23:10 [2020-11-06T20:23:10.013Z] #12 105.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ...
20:23:10 [2020-11-06T20:23:10.013Z] #12 105.3 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ...
20:23:10 [2020-11-06T20:23:10.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:23:10 [2020-11-06T20:23:10.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:23:10 [2020-11-06T20:23:10.158Z] #34 75.96 Setting up cmake-data (3.13.4-1) ...
20:23:10 [2020-11-06T20:23:10.158Z] #34 75.99 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
20:23:10 [2020-11-06T20:23:10.158Z] #34 76.03 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
20:23:10 [2020-11-06T20:23:10.158Z] #34 76.03 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
20:23:10 [2020-11-06T20:23:10.158Z] #34 76.05 Setting up cmake (3.13.4-1) ...
20:23:10 [2020-11-06T20:23:10.158Z] #34 76.20 Processing triggers for libc-bin (2.28-10) ...
20:23:10 [2020-11-06T20:23:10.312Z] #12 105.4 Selecting previously unselected package libpcre3-dev:ppc64el.
20:23:10 [2020-11-06T20:23:10.312Z] #12 105.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ...
20:23:10 [2020-11-06T20:23:10.312Z] #12 105.4 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ...
20:23:10 [2020-11-06T20:23:10.618Z] #12 105.8 Selecting previously unselected package libselinux1-dev:ppc64el.
20:23:10 [2020-11-06T20:23:10.618Z] #12 105.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ...
20:23:10 [2020-11-06T20:23:10.618Z] #12 105.8 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ...
20:23:10 [2020-11-06T20:23:10.618Z] #12 106.1 Selecting previously unselected package libdevmapper-dev:ppc64el.
20:23:10 [2020-11-06T20:23:10.618Z] #12 106.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ...
20:23:10 [2020-11-06T20:23:10.736Z] #34 76.65 Processing triggers for mime-support (3.62) ...
20:23:10 [2020-11-06T20:23:10.915Z] #12 106.1 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ...
20:23:10 [2020-11-06T20:23:10.915Z] #12 106.1 Selecting previously unselected package libseccomp-dev:ppc64el.
20:23:10 [2020-11-06T20:23:10.915Z] #12 106.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ...
20:23:10 [2020-11-06T20:23:10.915Z] #12 106.1 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ...
20:23:10 [2020-11-06T20:23:10.915Z] #12 106.2 Selecting previously unselected package libsystemd-dev:ppc64el.
20:23:10 [2020-11-06T20:23:10.915Z] #12 106.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ...
20:23:10 [2020-11-06T20:23:10.915Z] #12 106.2 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ...
20:23:11 [2020-11-06T20:23:11.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:23:11 [2020-11-06T20:23:11.309Z] #40 ...
20:23:11 [2020-11-06T20:23:11.309Z] 
20:23:11 [2020-11-06T20:23:11.309Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:11 [2020-11-06T20:23:11.309Z] #49 66.65 reflect
20:23:11 [2020-11-06T20:23:11.309Z] #49 66.65 syscall
20:23:11 [2020-11-06T20:23:11.309Z] #49 ...
20:23:11 [2020-11-06T20:23:11.309Z] 
20:23:11 [2020-11-06T20:23:11.309Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:11 [2020-11-06T20:23:11.309Z] #32 75.34 time
20:23:11 [2020-11-06T20:23:11.316Z] #34 DONE 77.4s
20:23:11 [2020-11-06T20:23:11.316Z] 
20:23:11 [2020-11-06T20:23:11.316Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:11 [2020-11-06T20:23:11.316Z] #40 74.98 Setting up libnl-3-200:arm64 (3.4.0-1) ...
20:23:11 [2020-11-06T20:23:11.316Z] #40 75.39 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
20:23:11 [2020-11-06T20:23:11.316Z] #40 75.45 Setting up libcap-dev:arm64 (1:2.25-2) ...
20:23:11 [2020-11-06T20:23:11.316Z] #40 75.63 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
20:23:11 [2020-11-06T20:23:11.316Z] #40 75.68 Setting up protobuf-compiler (3.6.1.3-2) ...
20:23:11 [2020-11-06T20:23:11.316Z] #40 75.70 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:11 [2020-11-06T20:23:11.316Z] #40 75.96 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
20:23:11 [2020-11-06T20:23:11.316Z] #40 75.98 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:23:11 [2020-11-06T20:23:11.316Z] #40 75.99 Setting up python-protobuf (3.6.1.3-2) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.7 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.7 Setting up libseccomp-dev:ppc64el (2.3.3-4) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.7 Setting up libapparmor1:ppc64el (2.13.2-10) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.8 Setting up libpcre16-3:ppc64el (2:8.39-12) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.8 Setting up libsepol1-dev:ppc64el (2.8-1) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.8 Setting up libbtrfs0 (4.20.1-2) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.8 Setting up libpcre32-3:ppc64el (2:8.39-12) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.8 Setting up libudev-dev:ppc64el (241-7~deb10u4) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 Setting up mingw-w64-common (6.0.0-3) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 Setting up libpcre3-dev:ppc64el (2:8.39-12) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:11 [2020-11-06T20:23:11.568Z] #12 106.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:23:11 [2020-11-06T20:23:11.568Z] #12 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:23:11 [2020-11-06T20:23:11.568Z] #12 107.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:11 [2020-11-06T20:23:11.677Z] #41 81.51   DEP      criu/protobuf-desc.d
20:23:11 [2020-11-06T20:23:11.678Z] #41 81.65   DEP      criu/proc_parse.d
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.0 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ...
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.1 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.1 Setting up dmsetup (2:1.02.155-3) ...
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.1 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.1 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ...
20:23:11 [2020-11-06T20:23:11.867Z] #12 107.1 Processing triggers for libc-bin (2.28-10) ...
20:23:11 [2020-11-06T20:23:11.940Z] #41 81.81   DEP      criu/plugin.d
20:23:11 [2020-11-06T20:23:11.940Z] #41 81.91   DEP      criu/pipes.d
20:23:12 [2020-11-06T20:23:12.035Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:23:12 [2020-11-06T20:23:12.035Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:23:12 [2020-11-06T20:23:12.168Z] #12 ...
20:23:12 [2020-11-06T20:23:12.168Z] 
20:23:12 [2020-11-06T20:23:12.168Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:12 [2020-11-06T20:23:12.168Z] #50 97.19 encoding/json
20:23:12 [2020-11-06T20:23:12.168Z] #50 ...
20:23:12 [2020-11-06T20:23:12.168Z] 
20:23:12 [2020-11-06T20:23:12.168Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:12 [2020-11-06T20:23:12.168Z] #44 107.4 text/template
20:23:12 [2020-11-06T20:23:12.168Z] #44 ...
20:23:12 [2020-11-06T20:23:12.168Z] 
20:23:12 [2020-11-06T20:23:12.168Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:12 [2020-11-06T20:23:12.168Z] #12 DONE 107.5s
20:23:12 [2020-11-06T20:23:12.202Z] #41 82.10   DEP      criu/pie-util.d
20:23:12 [2020-11-06T20:23:12.202Z] #41 82.25   DEP      criu/pie-util-vdso.d
20:23:12 [2020-11-06T20:23:12.202Z] #41 82.35   DEP      criu/pie-util-vdso-elf32.d
20:23:12 [2020-11-06T20:23:12.469Z] 
20:23:12 [2020-11-06T20:23:12.469Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:12 [2020-11-06T20:23:12.469Z] #42 41.52   CC       images/opts.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 41.78   CC       images/seccomp.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 42.14   CC       images/binfmt-misc.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 42.42   CC       images/time.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 42.62   CC       images/sysctl.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 42.91   CC       images/autofs.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 43.16   CC       images/macvlan.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 43.38   CC       images/sit.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 43.69   CC       images/memfd.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.04   CC       images/timens.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.38   LINK     images/built-in.o
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.57   GEN      compel/include/asm
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.61   GEN      compel/include/version.h
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.63 touch .config
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.66   GEN      include/common/config.h
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.76   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.79   GEN      compel/plugins/include/uapi/std/syscall.h
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.80   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.82   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.86   DEP      compel/arch/ppc64/plugins/std/memcmp.d
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.88   DEP      compel/arch/ppc64/plugins/std/memcpy.d
20:23:12 [2020-11-06T20:23:12.469Z] #42 44.96   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
20:23:12 [2020-11-06T20:23:12.469Z] #42 45.02   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:23:12 [2020-11-06T20:23:12.469Z] #42 45.05   DEP      compel/plugins/std/infect.d
20:23:12 [2020-11-06T20:23:12.469Z] #42 45.20   DEP      compel/plugins/std/string.d
20:23:12 [2020-11-06T20:23:12.469Z] #41 82.49   DEP      criu/path.d
20:23:12 [2020-11-06T20:23:12.731Z] #41 82.65   DEP      criu/parasite-syscall.d
20:23:12 [2020-11-06T20:23:12.731Z] #41 82.83   DEP      criu/pagemap.d
20:23:12 [2020-11-06T20:23:12.770Z] #42 45.49   DEP      compel/plugins/std/log.d
20:23:12 [2020-11-06T20:23:12.993Z] #41 82.95   DEP      criu/pagemap-cache.d
20:23:12 [2020-11-06T20:23:12.993Z] #41 ...
20:23:12 [2020-11-06T20:23:12.993Z] 
20:23:12 [2020-11-06T20:23:12.993Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39 The following NEW packages will be installed:
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.39   xz-utils zip
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.77 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.77 Need to get 28.5 MB of archives.
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.77 After this operation, 116 MB of additional disk space will be used.
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.88 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.98 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 23.99 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.00 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.00 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.02 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.02 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.03 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.04 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.05 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.05 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.09 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.11 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.12 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.12 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.12 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.68 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.68 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.68 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.68 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.69 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.71 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.80 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.81 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.82 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.84 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.84 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.87 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.87 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.94 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.97 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 24.99 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 25.39 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 25.47 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 25.53 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.38 debconf: delaying package configuration, since apt-utils is not installed
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.51 Fetched 28.5 MB in 2s (13.9 MB/s)
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.58 Selecting previously unselected package pigz.
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.64 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.65 Unpacking pigz (2.4-1) ...
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.96 Selecting previously unselected package libpython3.7-minimal:amd64.
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.96 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
20:23:12 [2020-11-06T20:23:12.993Z] #18 26.97 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
20:23:13 [2020-11-06T20:23:13.071Z] #42 ...
20:23:13 [2020-11-06T20:23:13.071Z] 
20:23:13 [2020-11-06T20:23:13.071Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
20:23:13 [2020-11-06T20:23:13.071Z] #13 DONE 0.7s
20:23:13 [2020-11-06T20:23:13.071Z] 
20:23:13 [2020-11-06T20:23:13.071Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:13 [2020-11-06T20:23:13.071Z] #42 45.62   DEP      compel/plugins/std/fds.d
20:23:13 [2020-11-06T20:23:13.071Z] #42 45.83   DEP      compel/plugins/std/std.d
20:23:13 [2020-11-06T20:23:13.372Z] #42 45.96   DEP      compel/plugins/shmem/shmem.d
20:23:13 [2020-11-06T20:23:13.372Z] #42 ...
20:23:13 [2020-11-06T20:23:13.372Z] 
20:23:13 [2020-11-06T20:23:13.372Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:23:13 [2020-11-06T20:23:13.372Z] #14 DONE 0.4s
20:23:13 [2020-11-06T20:23:13.372Z] 
20:23:13 [2020-11-06T20:23:13.372Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:13 [2020-11-06T20:23:13.372Z] #42 46.07   DEP      compel/plugins/fds/fds.d
20:23:13 [2020-11-06T20:23:13.565Z] #18 27.45 Selecting previously unselected package python3.7-minimal.
20:23:13 [2020-11-06T20:23:13.565Z] #18 27.46 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
20:23:13 [2020-11-06T20:23:13.565Z] #18 27.46 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:23:13 [2020-11-06T20:23:13.672Z] #42 46.28   CC       compel/plugins/std/std.o
20:23:13 [2020-11-06T20:23:13.827Z] #18 ...
20:23:13 [2020-11-06T20:23:13.827Z] 
20:23:13 [2020-11-06T20:23:13.827Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:23:13 [2020-11-06T20:23:13.827Z] #30 DONE 181.8s
20:23:13 [2020-11-06T20:23:13.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:23:13 [2020-11-06T20:23:13.972Z] #42 ...
20:23:13 [2020-11-06T20:23:13.972Z] 
20:23:13 [2020-11-06T20:23:13.972Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:23:13 [2020-11-06T20:23:13.972Z] #15 0.262 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:23:13 [2020-11-06T20:23:13.972Z] #15 DONE 0.4s
20:23:13 [2020-11-06T20:23:13.972Z] 
20:23:13 [2020-11-06T20:23:13.972Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:13 [2020-11-06T20:23:13.972Z] #44 109.3 go/parser
20:23:13 [2020-11-06T20:23:13.972Z] #44 ...
20:23:13 [2020-11-06T20:23:13.972Z] 
20:23:13 [2020-11-06T20:23:13.972Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:23:13 [2020-11-06T20:23:13.972Z] #16 DONE 0.3s
20:23:14 [2020-11-06T20:23:14.007Z] #40 79.71 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
20:23:14 [2020-11-06T20:23:14.008Z] #40 79.74 Processing triggers for libc-bin (2.28-10) ...
20:23:14 [2020-11-06T20:23:14.008Z] #40 ...
20:23:14 [2020-11-06T20:23:14.008Z] 
20:23:14 [2020-11-06T20:23:14.008Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:14 [2020-11-06T20:23:14.008Z] #43 69.96 encoding/xml
20:23:14 [2020-11-06T20:23:14.008Z] #43 72.83 go/doc
20:23:14 [2020-11-06T20:23:14.008Z] #43 74.36 compress/gzip
20:23:14 [2020-11-06T20:23:14.008Z] #43 75.25 vendor/golang.org/x/crypto/cryptobyte
20:23:14 [2020-11-06T20:23:14.008Z] #43 75.79 github.com/LK4D4/vndr/build
20:23:14 [2020-11-06T20:23:14.008Z] #43 75.83 vendor/golang.org/x/text/unicode/bidi
20:23:14 [2020-11-06T20:23:14.008Z] #43 78.63 vendor/golang.org/x/text/unicode/norm
20:23:14 [2020-11-06T20:23:14.008Z] #43 79.21 mime
20:23:14 [2020-11-06T20:23:14.090Z] 
20:23:14 [2020-11-06T20:23:14.090Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:14 [2020-11-06T20:23:14.090Z] #41 83.06   DEP      criu/page-xfer.d
20:23:14 [2020-11-06T20:23:14.090Z] #41 83.26   DEP      criu/page-pipe.d
20:23:14 [2020-11-06T20:23:14.090Z] #41 83.34   DEP      criu/netfilter.d
20:23:14 [2020-11-06T20:23:14.090Z] #41 83.47   DEP      criu/net.d
20:23:14 [2020-11-06T20:23:14.090Z] #41 83.68   DEP      criu/namespaces.d
20:23:14 [2020-11-06T20:23:14.090Z] #41 83.89   DEP      criu/mount.d
20:23:14 [2020-11-06T20:23:14.090Z] #41 84.10   DEP      criu/memfd.d
20:23:14 [2020-11-06T20:23:14.273Z] 
20:23:14 [2020-11-06T20:23:14.273Z] #43 ...
20:23:14 [2020-11-06T20:23:14.273Z] 
20:23:14 [2020-11-06T20:23:14.273Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.559 + RM_GOPATH=0
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.559 + TMP_GOPATH=
20:23:14 [2020-11-06T20:23:14.273Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.331 + RM_GOPATH=0
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.332 + TMP_GOPATH=
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.559 + : /build
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.559 + '[' -z '' ']'
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.560 ++ mktemp -d
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.332 + : /build
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.333 + '[' -z '' ']'
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.333 ++ mktemp -d
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.571 + export GOPATH=/tmp/tmp.WX1abdFfLd
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.571 + GOPATH=/tmp/tmp.WX1abdFfLd
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.572 + RM_GOPATH=1
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.334 + export GOPATH=/tmp/tmp.Ryu1rcFjEE
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.334 + GOPATH=/tmp/tmp.Ryu1rcFjEE
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.572 + case "$(go env GOARCH)" in
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.575 ++ go env GOARCH
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.334 + RM_GOPATH=1
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.334 + case "$(go env GOARCH)" in
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.644 + export GO_BUILDMODE=-buildmode=pie
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.645 + GO_BUILDMODE=-buildmode=pie
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.645 ++ dirname /tmp/install/install.sh
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.337 ++ go env GOARCH
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.368 + export GO_BUILDMODE=-buildmode=pie
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.652 + dir=/tmp/install
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.652 + bin=runc
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.652 + shift
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.368 + GO_BUILDMODE=-buildmode=pie
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.652 + '[' '!' -f /tmp/install/runc.installer ']'
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.652 + . /tmp/install/runc.installer
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.653 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.369 ++ dirname /tmp/install/install.sh
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.370 + dir=/tmp/install
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.654 + install_runc
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.658 + uname -r
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.660 + grep -q '^3\.10\.0.*\.el7\.'
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.664 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.371 + bin=tini
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.371 + shift
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.664 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.372 + '[' '!' -f /tmp/install/tini.installer ']'
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.372 + . /tmp/install/tini.installer
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.665 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.373 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.373 + install_tini
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.665 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.WX1abdFfLd/src/github.com/opencontainers/runc
20:23:14 [2020-11-06T20:23:14.273Z] #52 0.673 Cloning into '/tmp/tmp.WX1abdFfLd/src/github.com/opencontainers/runc'...
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.374 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.374 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.375 + git clone https://github.com/krallin/tini.git /tmp/tmp.Ryu1rcFjEE/tini
20:23:14 [2020-11-06T20:23:14.273Z] #35 1.381 Cloning into '/tmp/tmp.Ryu1rcFjEE/tini'...
20:23:14 [2020-11-06T20:23:14.273Z] #35 2.307 + cd /tmp/tmp.Ryu1rcFjEE/tini
20:23:14 [2020-11-06T20:23:14.273Z] #35 2.307 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:23:14 [2020-11-06T20:23:14.273Z] #35 2.313 + cmake .
20:23:14 [2020-11-06T20:23:14.351Z] #41 84.38   DEP      criu/mem.d
20:23:14 [2020-11-06T20:23:14.572Z] #52 ...
20:23:14 [2020-11-06T20:23:14.572Z] 
20:23:14 [2020-11-06T20:23:14.572Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:23:14 [2020-11-06T20:23:14.572Z] #17 DONE 0.4s
20:23:14 [2020-11-06T20:23:14.572Z] 
20:23:14 [2020-11-06T20:23:14.572Z] #18 [dev-systemd-false  6/26] RUN ldconfig
20:23:14 [2020-11-06T20:23:14.613Z] #41 84.69   DEP      criu/lsm.d
20:23:14 [2020-11-06T20:23:14.647Z] #35 2.934 -- The C compiler identification is GNU 8.3.0
20:23:14 [2020-11-06T20:23:14.647Z] #35 3.095 -- Check for working C compiler: /usr/bin/cc
20:23:14 [2020-11-06T20:23:14.647Z] #35 ...
20:23:14 [2020-11-06T20:23:14.647Z] 
20:23:14 [2020-11-06T20:23:14.647Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:14 [2020-11-06T20:23:14.647Z] #11 70.46 Selecting previously unselected package mingw-w64-x86-64-dev.
20:23:14 [2020-11-06T20:23:14.647Z] #11 70.47 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:23:14 [2020-11-06T20:23:14.647Z] #11 70.51 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:14 [2020-11-06T20:23:14.874Z] #41 84.90   DEP      criu/log.d
20:23:14 [2020-11-06T20:23:14.887Z] #18 DONE 0.4s
20:23:14 [2020-11-06T20:23:14.887Z] 
20:23:14 [2020-11-06T20:23:14.887Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:14 [2020-11-06T20:23:14.887Z] #42 46.68   CC       compel/plugins/std/fds.o
20:23:14 [2020-11-06T20:23:14.887Z] #42 47.43   CC       compel/plugins/std/log.o
20:23:15 [2020-11-06T20:23:15.136Z] #41 85.10   DEP      criu/libnetlink.d
20:23:15 [2020-11-06T20:23:15.397Z] #41 85.24   DEP      criu/kerndat.d
20:23:15 [2020-11-06T20:23:15.397Z] #41 85.37   DEP      criu/kcmp-ids.d
20:23:15 [2020-11-06T20:23:15.488Z] #32 ...
20:23:15 [2020-11-06T20:23:15.488Z] 
20:23:15 [2020-11-06T20:23:15.488Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:15 [2020-11-06T20:23:15.488Z] #11 79.61 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:23:15 [2020-11-06T20:23:15.488Z] #11 79.61 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
20:23:15 [2020-11-06T20:23:15.488Z] #11 79.62 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:15 [2020-11-06T20:23:15.659Z] #41 85.47   DEP      criu/irmap.d
20:23:15 [2020-11-06T20:23:15.659Z] #41 85.62   DEP      criu/ipc_ns.d
20:23:15 [2020-11-06T20:23:15.659Z] #41 85.73   DEP      criu/image.d
20:23:15 [2020-11-06T20:23:15.761Z] #11 ...
20:23:15 [2020-11-06T20:23:15.761Z] 
20:23:15 [2020-11-06T20:23:15.761Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:15 [2020-11-06T20:23:15.920Z] #41 85.86   DEP      criu/image-desc.d
20:23:15 [2020-11-06T20:23:15.920Z] #41 85.97   DEP      criu/fsnotify.d
20:23:15 [2020-11-06T20:23:15.947Z] #42 48.64   CC       compel/plugins/std/string.o
20:23:16 [2020-11-06T20:23:16.053Z] #11 ...
20:23:16 [2020-11-06T20:23:16.053Z] 
20:23:16 [2020-11-06T20:23:16.053Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:16 [2020-11-06T20:23:16.053Z] #45 DONE 81.5s
20:23:16 [2020-11-06T20:23:16.053Z] 
20:23:16 [2020-11-06T20:23:16.053Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:16 [2020-11-06T20:23:16.053Z] #43 79.62 time
20:23:16 [2020-11-06T20:23:16.182Z] #41 86.12   DEP      criu/filesystems.d
20:23:16 [2020-11-06T20:23:16.183Z] #41 86.25   DEP      criu/files.d
20:23:16 [2020-11-06T20:23:16.443Z] #41 86.47   DEP      criu/files-reg.d
20:23:16 [2020-11-06T20:23:16.559Z] #54 31.80 Checking out files:  26% (897/3433)   
Checking out files:  27% (927/3433)   
Checking out files:  28% (962/3433)   
Checking out files:  29% (996/3433)   
Checking out files:  30% (1030/3433)   
Checking out files:  31% (1065/3433)   
Checking out files:  32% (1099/3433)   
Checking out files:  33% (1133/3433)   
Checking out files:  34% (1168/3433)   
Checking out files:  35% (1202/3433)   
Checking out files:  36% (1236/3433)   
Checking out files:  37% (1271/3433)   
Checking out files:  38% (1305/3433)   
Checking out files:  39% (1339/3433)   
Checking out files:  40% (1374/3433)   
Checking out files:  41% (1408/3433)   
Checking out files:  42% (1442/3433)   
Checking out files:  43% (1477/3433)   
Checking out files:  44% (1511/3433)   
Checking out files:  45% (1545/3433)   
Checking out files:  46% (1580/3433)   
Checking out files:  47% (1614/3433)   
Checking out files:  48% (1648/3433)   
Checking out files:  49% (1683/3433)   
Checking out files:  49% (1715/3433)   
Checking out files:  50% (1717/3433)   
Checking out files:  51% (1751/3433)   
Checking out files:  52% (1786/3433)   
Checking out files:  53% (1820/3433)   
Checking out files:  54% (1854/3433)   
Checking out files:  55% (1889/3433)   
Checking out files:  56% (1923/3433)   
Checking out files:  57% (1957/3433)   
Checking out files:  58% (1992/3433)   
Checking out files:  59% (2026/3433)   
20:23:16 [2020-11-06T20:23:16.559Z] #54 ...
20:23:16 [2020-11-06T20:23:16.559Z] 
20:23:16 [2020-11-06T20:23:16.559Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:16 [2020-11-06T20:23:16.559Z] #40 DONE 82.6s
20:23:16 [2020-11-06T20:23:16.559Z] 
20:23:16 [2020-11-06T20:23:16.559Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:16 [2020-11-06T20:23:16.705Z] #41 86.59   DEP      criu/files-ext.d
20:23:16 [2020-11-06T20:23:16.705Z] #41 86.69   DEP      criu/file-lock.d
20:23:16 [2020-11-06T20:23:16.705Z] #41 86.81   DEP      criu/file-ids.d
20:23:16 [2020-11-06T20:23:16.967Z] #41 86.92   DEP      criu/fifo.d
20:23:16 [2020-11-06T20:23:16.967Z] #41 87.01   DEP      criu/fdstore.d
20:23:17 [2020-11-06T20:23:17.015Z] #42 49.34   CC       compel/plugins/std/infect.o
20:23:17 [2020-11-06T20:23:17.228Z] #41 87.15   DEP      criu/fault-injection.d
20:23:17 [2020-11-06T20:23:17.228Z] #41 87.21   DEP      criu/external.d
20:23:17 [2020-11-06T20:23:17.228Z] #41 87.33   DEP      criu/eventpoll.d
20:23:17 [2020-11-06T20:23:17.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:23:17 [2020-11-06T20:23:17.316Z] #42 49.80   CC       compel/arch/ppc64/plugins/std/parasite-head.o
20:23:17 [2020-11-06T20:23:17.316Z] #42 49.84   CC       compel/arch/ppc64/plugins/std/memcpy.o
20:23:17 [2020-11-06T20:23:17.316Z] #42 49.92   CC       compel/arch/ppc64/plugins/std/memcmp.o
20:23:17 [2020-11-06T20:23:17.316Z] #42 50.00   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
20:23:17 [2020-11-06T20:23:17.316Z] #42 50.06   AR       compel/plugins/std.lib.a
20:23:17 [2020-11-06T20:23:17.490Z] #41 87.46   DEP      criu/eventfd.d
20:23:17 [2020-11-06T20:23:17.617Z] #42 50.18   CC       compel/plugins/fds/fds.o
20:23:17 [2020-11-06T20:23:17.751Z] #41 87.62   DEP      criu/crtools.d
20:23:17 [2020-11-06T20:23:17.751Z] #41 87.82   DEP      criu/cr-service.d
20:23:17 [2020-11-06T20:23:17.917Z] #42 50.46   AR       compel/plugins/fds.lib.a
20:23:17 [2020-11-06T20:23:17.917Z] #42 50.54   HOSTDEP  compel/src/lib/log-host.d
20:23:17 [2020-11-06T20:23:17.917Z] #42 50.63   HOSTDEP  compel/src/lib/handle-elf-host.d
20:23:17 [2020-11-06T20:23:17.917Z] #42 50.73   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
20:23:18 [2020-11-06T20:23:18.013Z] #41 88.01   DEP      criu/cr-restore.d
20:23:18 [2020-11-06T20:23:18.150Z] #54 31.80 Checking out files:  26% (897/3433)   
Checking out files:  27% (927/3433)   
Checking out files:  28% (962/3433)   
Checking out files:  29% (996/3433)   
Checking out files:  30% (1030/3433)   
Checking out files:  31% (1065/3433)   
Checking out files:  32% (1099/3433)   
Checking out files:  33% (1133/3433)   
Checking out files:  34% (1168/3433)   
Checking out files:  35% (1202/3433)   
Checking out files:  36% (1236/3433)   
Checking out files:  37% (1271/3433)   
Checking out files:  38% (1305/3433)   
Checking out files:  39% (1339/3433)   
Checking out files:  40% (1374/3433)   
Checking out files:  41% (1408/3433)   
Checking out files:  42% (1442/3433)   
Checking out files:  43% (1477/3433)   
Checking out files:  44% (1511/3433)   
Checking out files:  45% (1545/3433)   
Checking out files:  46% (1580/3433)   
Checking out files:  47% (1614/3433)   
Checking out files:  48% (1648/3433)   
Checking out files:  49% (1683/3433)   
Checking out files:  49% (1715/3433)   
Checking out files:  50% (1717/3433)   
Checking out files:  51% (1751/3433)   
Checking out files:  52% (1786/3433)   
Checking out files:  53% (1820/3433)   
Checking out files:  54% (1854/3433)   
Checking out files:  55% (1889/3433)   
Checking out files:  56% (1923/3433)   
Checking out files:  57% (1957/3433)   
Checking out files:  58% (1992/3433)   
Checking out files:  59% (2026/3433)   
Checking out files:  60% (2060/3433)   
Checking out files:  61% (2095/3433)   
Checking out files:  62% (2129/3433)   
Checking out files:  63% (2163/3433)   
Checking out files:  64% (2198/3433)   
Checking out files:  65% (2232/3433)   
Checking out files:  66% (2266/3433)   
Checking out files:  67% (2301/3433)   
Checking out files:  68% (2335/3433)   
Checking out files:  69% (2369/3433)   
Checking out files:  70% (2404/3433)   
Checking out files:  71% (2438/3433)   
Checking out files:  72% (2472/3433)   
Checking out files:  73% (2507/3433)   
Checking out files:  74% (2541/3433)   
Checking out files:  75% (2575/3433)   
Checking out files:  76% (2610/3433)   
Checking out files:  77% (2644/3433)   
Checking out files:  78% (2678/3433)   
Checking out files:  78% (2686/3433)   
Checking out files:  79% (2713/3433)   
Checking out files:  80% (2747/3433)   
Checking out files:  81% (2781/3433)   
Checking out files:  82% (2816/3433)   
Checking out files:  83% (2850/3433)   
Checking out files:  84% (2884/3433)   
Checking out files:  85% (2919/3433)   
Checking out files:  86% (2953/3433)   
Checking out files:  87% (2987/3433)   
Checking out files:  88% (3022/3433)   
Checking out files:  89% (3056/3433)   
Checking out files:  90% (3090/3433)   
Checking out files:  91% (3125/3433)   
Checking out files:  92% (3159/3433)   
Checking out files:  93% (3193/3433)   
Checking out files:  94% (3228/3433)   
Checking out files:  95% (3262/3433)   
Checking out files:  96% (3296/3433)   
Checking out files:  97% (3331/3433)   
Checking out files:  98% (3365/3433)   
Checking out files:  99% (3399/3433)   
Checking out files: 100% (3433/3433)   
Checking out files: 100% (3433/3433), done.
20:23:18 [2020-11-06T20:23:18.150Z] #54 34.36 + cd /tmp/tmp.46eOeFFJZ3/src/github.com/containerd/containerd
20:23:18 [2020-11-06T20:23:18.150Z] #54 34.36 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
20:23:18 [2020-11-06T20:23:18.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:23:18 [2020-11-06T20:23:18.217Z] #42 50.81   HOSTDEP  compel/src/main-host.d
20:23:18 [2020-11-06T20:23:18.218Z] #42 50.92   DEP      compel/src/lib/ptrace.d
20:23:18 [2020-11-06T20:23:18.274Z] #41 88.19   DEP      criu/cr-errno.d
20:23:18 [2020-11-06T20:23:18.274Z] #41 88.22   DEP      criu/cr-dump.d
20:23:18 [2020-11-06T20:23:18.275Z] #41 88.39   DEP      criu/cr-dedup.d
20:23:18 [2020-11-06T20:23:18.517Z] #42 51.07   DEP      compel/src/lib/infect.d
20:23:18 [2020-11-06T20:23:18.517Z] #42 51.25   DEP      compel/src/lib/infect-util.d
20:23:18 [2020-11-06T20:23:18.536Z] #41 88.54   DEP      criu/cr-check.d
20:23:18 [2020-11-06T20:23:18.797Z] #41 88.73   DEP      criu/config.d
20:23:18 [2020-11-06T20:23:18.797Z] #41 88.87   DEP      criu/clone-noasan.d
20:23:18 [2020-11-06T20:23:18.797Z] #41 88.96   DEP      criu/cgroup.d
20:23:18 [2020-11-06T20:23:18.819Z] #42 51.41   DEP      compel/src/lib/infect-rpc.d
20:23:18 [2020-11-06T20:23:18.819Z] #42 51.53   DEP      compel/arch/ppc64/src/lib/infect.d
20:23:18 [2020-11-06T20:23:18.819Z] #42 51.63   DEP      compel/arch/ppc64/src/lib/cpu.d
20:23:19 [2020-11-06T20:23:19.118Z] #42 51.69   DEP      compel/src/lib/log.d
20:23:19 [2020-11-06T20:23:19.118Z] #42 51.77   DEP      compel/src/main.d
20:23:19 [2020-11-06T20:23:19.332Z] #43 ...
20:23:19 [2020-11-06T20:23:19.332Z] 
20:23:19 [2020-11-06T20:23:19.332Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:19 [2020-11-06T20:23:19.332Z] #11 83.98 Selecting previously unselected package binutils-mingw-w64.
20:23:19 [2020-11-06T20:23:19.332Z] #11 83.99 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.00 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.20 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.23 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.53 Selecting previously unselected package dmsetup.
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.57 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.57 Unpacking dmsetup (2:1.02.155-3) ...
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.77 Selecting previously unselected package mingw-w64-common.
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.77 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:23:19 [2020-11-06T20:23:19.332Z] #11 84.80 Unpacking mingw-w64-common (6.0.0-3) ...
20:23:19 [2020-11-06T20:23:19.387Z] #41 89.17   DEP      criu/cgroup-props.d
20:23:19 [2020-11-06T20:23:19.387Z] #41 89.31   DEP      criu/bitmap.d
20:23:19 [2020-11-06T20:23:19.387Z] #41 89.33   DEP      criu/bfd.d
20:23:19 [2020-11-06T20:23:19.387Z] #41 89.41   DEP      criu/autofs.d
20:23:19 [2020-11-06T20:23:19.387Z] #41 89.52   DEP      criu/aio.d
20:23:19 [2020-11-06T20:23:19.417Z] #42 51.93   DEP      compel/src/lib/handle-elf.d
20:23:19 [2020-11-06T20:23:19.417Z] #42 52.08   DEP      compel/arch/ppc64/src/lib/handle-elf.d
20:23:19 [2020-11-06T20:23:19.417Z] #42 52.20   CC       compel/src/lib/log.o
20:23:19 [2020-11-06T20:23:19.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:23:19 [2020-11-06T20:23:19.552Z] #54 35.55 + export 'BUILDTAGS=netgo osusergo static_build'
20:23:19 [2020-11-06T20:23:19.552Z] #54 35.55 + BUILDTAGS='netgo osusergo static_build'
20:23:19 [2020-11-06T20:23:19.552Z] #54 35.55 + export EXTRA_FLAGS=-buildmode=pie
20:23:19 [2020-11-06T20:23:19.552Z] #54 35.55 + EXTRA_FLAGS=-buildmode=pie
20:23:19 [2020-11-06T20:23:19.552Z] #54 35.55 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:23:19 [2020-11-06T20:23:19.552Z] #54 35.55 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:23:19 [2020-11-06T20:23:19.552Z] #54 35.55 + '[' '' = dynamic ']'
20:23:19 [2020-11-06T20:23:19.552Z] #54 35.55 + make
20:23:19 [2020-11-06T20:23:19.649Z] #41 89.68   DEP      criu/action-scripts.d
20:23:19 [2020-11-06T20:23:19.911Z] #41 89.88   CC       criu/action-scripts.o
20:23:20 [2020-11-06T20:23:20.066Z] #42 52.52   CC       compel/arch/ppc64/src/lib/cpu.o
20:23:20 [2020-11-06T20:23:20.118Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:23:20 [2020-11-06T20:23:20.133Z] #54 36.48 + bin/ctr
20:23:20 [2020-11-06T20:23:20.381Z] #42 52.82   CC       compel/arch/ppc64/src/lib/infect.o
20:23:20 [2020-11-06T20:23:20.485Z] #41 90.35   CC       criu/aio.o
20:23:20 [2020-11-06T20:23:20.747Z] #41 ...
20:23:20 [2020-11-06T20:23:20.747Z] 
20:23:20 [2020-11-06T20:23:20.747Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:20 [2020-11-06T20:23:20.747Z] #18 28.68 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
20:23:20 [2020-11-06T20:23:20.747Z] #18 28.79 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.19 Selecting previously unselected package python3-minimal.
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.25 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.26 Unpacking python3-minimal (3.7.3-1) ...
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.34 Selecting previously unselected package libmpdec2:amd64.
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.34 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.36 Unpacking libmpdec2:amd64 (2.4.2-2) ...
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.46 Selecting previously unselected package libpython3.7-stdlib:amd64.
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.46 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.747Z] #18 31.47 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 32.39 Selecting previously unselected package python3.7.
20:23:20 [2020-11-06T20:23:20.748Z] #18 32.39 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 32.41 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 32.53 Selecting previously unselected package libpython3-stdlib:amd64.
20:23:20 [2020-11-06T20:23:20.748Z] #18 32.53 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 32.55 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 32.65 Setting up python3-minimal (3.7.3-1) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.61 Selecting previously unselected package python3.
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.61 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.67 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.69 Unpacking python3 (3.7.3-1) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.79 Selecting previously unselected package libip4tc0:amd64.
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.80 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.81 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.90 Selecting previously unselected package libip6tc0:amd64.
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.90 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.91 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.99 Selecting previously unselected package libiptc0:amd64.
20:23:20 [2020-11-06T20:23:20.748Z] #18 33.99 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.01 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.07 Selecting previously unselected package libnfnetlink0:amd64.
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.07 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.07 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.13 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.15 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.16 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.23 Selecting previously unselected package libnftnl11:amd64.
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.24 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.25 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.34 Selecting previously unselected package iptables.
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.34 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.35 Unpacking iptables (1.8.2-4) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.69 Selecting previously unselected package xxd.
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.69 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.71 Unpacking xxd (2:8.1.0875-5) ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.82 Selecting previously unselected package vim-common.
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.83 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:23:20 [2020-11-06T20:23:20.748Z] #18 34.87 Unpacking vim-common (2:8.1.0875-5) ...
20:23:21 [2020-11-06T20:23:21.010Z] #18 35.08 Selecting previously unselected package bash-completion.
20:23:21 [2020-11-06T20:23:21.010Z] #18 35.09 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:23:21 [2020-11-06T20:23:21.033Z] #42 53.77   CC       compel/src/lib/infect-rpc.o
20:23:21 [2020-11-06T20:23:21.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:23:21 [2020-11-06T20:23:21.679Z] #42 54.21   CC       compel/src/lib/infect-util.o
20:23:21 [2020-11-06T20:23:21.883Z] Commit message: "builder: fix detection of experimental --stream option (deprecated)"
20:23:21 [2020-11-06T20:23:21.983Z] #42 54.47   CC       compel/src/lib/infect.o
20:23:22 [2020-11-06T20:23:22.293Z]  > git --version # timeout=10
20:23:22 [2020-11-06T20:23:22.332Z]  > git --version # 'git version 2.24.1.windows.2'
20:23:22 [2020-11-06T20:23:22.366Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:23:22 [2020-11-06T20:23:22.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:23:23 [2020-11-06T20:23:23.036Z] #42 ...
20:23:23 [2020-11-06T20:23:23.036Z] 
20:23:23 [2020-11-06T20:23:23.036Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:23 [2020-11-06T20:23:23.037Z] #52 10.64 + cd /tmp/tmp.WX1abdFfLd/src/github.com/opencontainers/runc
20:23:23 [2020-11-06T20:23:23.037Z] #52 10.64 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:23:23 [2020-11-06T20:23:23.517Z] #11 ...
20:23:23 [2020-11-06T20:23:23.517Z] 
20:23:23 [2020-11-06T20:23:23.517Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:23 [2020-11-06T20:23:23.517Z] #49 78.92 time
20:23:23 [2020-11-06T20:23:23.517Z] #49 86.37 context
20:23:23 [2020-11-06T20:23:23.517Z] #49 87.23 encoding/binary
20:23:23 [2020-11-06T20:23:23.517Z] #49 88.22 os
20:23:23 [2020-11-06T20:23:23.517Z] #49 ...
20:23:23 [2020-11-06T20:23:23.517Z] 
20:23:23 [2020-11-06T20:23:23.517Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:23 [2020-11-06T20:23:23.517Z] #34 82.46 Selecting previously unselected package libxml2:amd64.
20:23:23 [2020-11-06T20:23:23.517Z] #34 82.46 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 82.47 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 83.61 Selecting previously unselected package libarchive13:amd64.
20:23:23 [2020-11-06T20:23:23.517Z] #34 83.62 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 83.62 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.11 Selecting previously unselected package libjsoncpp1:amd64.
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.14 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.14 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.37 Selecting previously unselected package librhash0:amd64.
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.37 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.38 Unpacking librhash0:amd64 (1.3.8-1) ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.58 Selecting previously unselected package libuv1:amd64.
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.65 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.65 Unpacking libuv1:amd64 (1.24.1-1) ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.83 Selecting previously unselected package cmake.
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.85 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
20:23:23 [2020-11-06T20:23:23.517Z] #34 84.87 Unpacking cmake (3.13.4-1) ...
20:23:23 [2020-11-06T20:23:23.685Z] #52 11.31 + '[' -z '' ']'
20:23:23 [2020-11-06T20:23:23.685Z] #52 11.31 + target=static
20:23:23 [2020-11-06T20:23:23.685Z] #52 11.31 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:23:23 [2020-11-06T20:23:23.983Z] #52 11.74 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:23:24 [2020-11-06T20:23:24.284Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:23:24 [2020-11-06T20:23:24.316Z] #18 37.83 Unpacking bash-completion (1:2.8-6) ...
20:23:24 [2020-11-06T20:23:24.317Z] #18 38.22 Selecting previously unselected package bzip2.
20:23:24 [2020-11-06T20:23:24.317Z] #18 38.22 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:23:24 [2020-11-06T20:23:24.317Z] #18 38.23 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:23:24 [2020-11-06T20:23:24.317Z] #18 38.32 Selecting previously unselected package xz-utils.
20:23:24 [2020-11-06T20:23:24.317Z] #18 38.34 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
20:23:24 [2020-11-06T20:23:24.317Z] #18 38.35 Unpacking xz-utils (5.2.4-1) ...
20:23:24 [2020-11-06T20:23:24.578Z] #18 38.49 Selecting previously unselected package apparmor.
20:23:24 [2020-11-06T20:23:24.578Z] #18 38.50 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
20:23:24 [2020-11-06T20:23:24.578Z] #18 38.58 Unpacking apparmor (2.13.2-10) ...
20:23:24 [2020-11-06T20:23:24.841Z] #18 38.98 Selecting previously unselected package aufs-tools.
20:23:24 [2020-11-06T20:23:24.841Z] #18 38.98 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
20:23:24 [2020-11-06T20:23:24.841Z] #18 38.98 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:23:24 [2020-11-06T20:23:24.841Z] #18 39.07 Selecting previously unselected package libonig5:amd64.
20:23:24 [2020-11-06T20:23:24.841Z] #18 39.08 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
20:23:24 [2020-11-06T20:23:24.892Z] #34 90.44 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:23:24 [2020-11-06T20:23:24.892Z] #34 90.47 Setting up xxd (2:8.1.0875-5) ...
20:23:25 [2020-11-06T20:23:25.040Z] #52 ...
20:23:25 [2020-11-06T20:23:25.040Z] 
20:23:25 [2020-11-06T20:23:25.040Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:25 [2020-11-06T20:23:25.040Z] #19 0.373 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:23:25 [2020-11-06T20:23:25.040Z] #19 0.602 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:25 [2020-11-06T20:23:25.040Z] #19 0.621 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:25 [2020-11-06T20:23:25.040Z] #19 1.510 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:23:25 [2020-11-06T20:23:25.040Z] #19 3.288 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [233 kB]
20:23:25 [2020-11-06T20:23:25.040Z] #19 4.762 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
20:23:25 [2020-11-06T20:23:25.040Z] #19 10.13 Fetched 8172 kB in 10s (835 kB/s)
20:23:25 [2020-11-06T20:23:25.040Z] #19 10.13 Reading package lists...
20:23:25 [2020-11-06T20:23:25.040Z] #19 ...
20:23:25 [2020-11-06T20:23:25.040Z] 
20:23:25 [2020-11-06T20:23:25.040Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:25 [2020-11-06T20:23:25.040Z] #42 57.42   CC       compel/src/lib/ptrace.o
20:23:25 [2020-11-06T20:23:25.102Z] #18 39.09 Unpacking libonig5:amd64 (6.9.1-1) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.48 Setting up libuv1:amd64 (1.24.1-1) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.49 Setting up vim-common (2:8.1.0875-5) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.56 Setting up librhash0:amd64 (1.3.8-1) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.62 Setting up cmake-data (3.13.4-1) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.67 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.72 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.77 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.81 Setting up cmake (3.13.4-1) ...
20:23:25 [2020-11-06T20:23:25.150Z] #34 90.82 Processing triggers for libc-bin (2.28-10) ...
20:23:25 [2020-11-06T20:23:25.346Z] #42 57.96   AR       compel/libcompel.a
20:23:25 [2020-11-06T20:23:25.346Z] #42 58.11   HOSTCC   compel/src/main-host.o
20:23:25 [2020-11-06T20:23:25.364Z] #18 39.24 Selecting previously unselected package libjq1:amd64.
20:23:25 [2020-11-06T20:23:25.364Z] #18 39.24 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:23:25 [2020-11-06T20:23:25.364Z] #18 39.25 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:23:25 [2020-11-06T20:23:25.364Z] #18 39.38 Selecting previously unselected package jq.
20:23:25 [2020-11-06T20:23:25.364Z] #18 39.38 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
20:23:25 [2020-11-06T20:23:25.364Z] #18 39.39 Unpacking jq (1.5+dfsg-2+b1) ...
20:23:25 [2020-11-06T20:23:25.412Z] #34 90.87 Processing triggers for mime-support (3.62) ...
20:23:25 [2020-11-06T20:23:25.454Z] + docker version
20:23:25 [2020-11-06T20:23:25.459Z] #54 ...
20:23:25 [2020-11-06T20:23:25.459Z] 
20:23:25 [2020-11-06T20:23:25.459Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:23:25 [2020-11-06T20:23:25.459Z] #56 83.09 + for f in rootlesskit rootlesskit-docker-proxy
20:23:25 [2020-11-06T20:23:25.459Z] #56 83.09 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:23:25 [2020-11-06T20:23:25.459Z] #56 DONE 91.2s
20:23:25 [2020-11-06T20:23:25.459Z] 
20:23:25 [2020-11-06T20:23:25.459Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:25 [2020-11-06T20:23:25.459Z] #35 4.551 -- Check for working C compiler: /usr/bin/cc -- works
20:23:25 [2020-11-06T20:23:25.459Z] #35 4.553 -- Detecting C compiler ABI info
20:23:25 [2020-11-06T20:23:25.459Z] #35 5.461 -- Detecting C compiler ABI info - done
20:23:25 [2020-11-06T20:23:25.459Z] #35 5.512 -- Detecting C compile features
20:23:25 [2020-11-06T20:23:25.459Z] #35 7.757 -- Detecting C compile features - done
20:23:25 [2020-11-06T20:23:25.459Z] #35 7.798 -- Performing Test HAS_BUILTIN_FORTIFY
20:23:25 [2020-11-06T20:23:25.459Z] #35 8.085 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:23:25 [2020-11-06T20:23:25.459Z] #35 8.266 -- Configuring done
20:23:25 [2020-11-06T20:23:25.459Z] #35 8.297 -- Generating done
20:23:25 [2020-11-06T20:23:25.459Z] #35 8.301 -- Build files have been written to: /tmp/tmp.Ryu1rcFjEE/tini
20:23:25 [2020-11-06T20:23:25.459Z] #35 8.324 + make tini-static
20:23:25 [2020-11-06T20:23:25.459Z] #35 8.773 Scanning dependencies of target tini-static
20:23:25 [2020-11-06T20:23:25.459Z] #35 8.855 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:23:25 [2020-11-06T20:23:25.459Z] #35 10.66 [100%] Linking C executable tini-static
20:23:25 [2020-11-06T20:23:25.459Z] #35 11.27 [100%] Built target tini-static
20:23:25 [2020-11-06T20:23:25.459Z] #35 11.32 + mkdir -p /build
20:23:25 [2020-11-06T20:23:25.459Z] #35 11.32 + cp tini-static /build/docker-init
20:23:25 [2020-11-06T20:23:25.459Z] #35 DONE 13.8s
20:23:25 [2020-11-06T20:23:25.459Z] 
20:23:25 [2020-11-06T20:23:25.459Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:23:25 [2020-11-06T20:23:25.625Z] #18 39.49 Selecting previously unselected package libaio1:amd64.
20:23:25 [2020-11-06T20:23:25.626Z] #18 39.51 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
20:23:25 [2020-11-06T20:23:25.626Z] #18 39.51 Unpacking libaio1:amd64 (0.3.112-3) ...
20:23:25 [2020-11-06T20:23:25.626Z] #18 39.58 Selecting previously unselected package libgpm2:amd64.
20:23:25 [2020-11-06T20:23:25.626Z] #18 39.58 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
20:23:25 [2020-11-06T20:23:25.626Z] #18 39.59 Unpacking libgpm2:amd64 (1.20.7-5) ...
20:23:25 [2020-11-06T20:23:25.626Z] #18 39.65 Selecting previously unselected package libicu63:amd64.
20:23:25 [2020-11-06T20:23:25.626Z] #18 39.67 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
20:23:25 [2020-11-06T20:23:25.626Z] #18 39.67 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:23:25 [2020-11-06T20:23:25.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:23:25 [2020-11-06T20:23:25.670Z] #34 ...
20:23:25 [2020-11-06T20:23:25.670Z] 
20:23:25 [2020-11-06T20:23:25.670Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:25 [2020-11-06T20:23:25.670Z] #49 91.10 encoding/base64
20:23:25 [2020-11-06T20:23:25.723Z] #57 DONE 0.4s
20:23:25 [2020-11-06T20:23:25.723Z] 
20:23:25 [2020-11-06T20:23:25.723Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:23:25 [2020-11-06T20:23:25.928Z] #49 ...
20:23:25 [2020-11-06T20:23:25.928Z] 
20:23:25 [2020-11-06T20:23:25.928Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:25 [2020-11-06T20:23:25.928Z] #34 DONE 91.3s
20:23:25 [2020-11-06T20:23:25.928Z] 
20:23:25 [2020-11-06T20:23:25.928Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:25 [2020-11-06T20:23:25.988Z] #58 DONE 0.3s
20:23:25 [2020-11-06T20:23:25.988Z] 
20:23:25 [2020-11-06T20:23:25.988Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:25 [2020-11-06T20:23:25.988Z] #41 3.008 Note: Building without setproctitle() and strlcpy() support.
20:23:25 [2020-11-06T20:23:25.988Z] #41 3.009       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:23:25 [2020-11-06T20:23:25.988Z] #41 3.023 Note: Building without GnuTLS support
20:23:25 [2020-11-06T20:23:25.988Z] #41 3.037 Makefile.config:39: Warn: you have no libnftables installed
20:23:25 [2020-11-06T20:23:25.988Z] #41 3.037 Makefile.config:40: Warn: Building without nftables support
20:23:25 [2020-11-06T20:23:25.988Z] #41 5.282 fatal: not a git repository (or any of the parent directories): .git
20:23:25 [2020-11-06T20:23:25.988Z] #41 5.422   GEN      .gitid
20:23:25 [2020-11-06T20:23:25.988Z] #41 5.589   GEN      criu/include/version.h
20:23:25 [2020-11-06T20:23:25.988Z] #41 5.679   GEN      include/common/asm
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.161   PBCC     images/timens.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.201   DEP      images/timens.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.242   PBCC     images/fown.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.268   PBCC     images/google/protobuf/descriptor.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.348   PBCC     images/opts.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.375   PBCC     images/memfd.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.405   DEP      images/fown.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.442   DEP      images/google/protobuf/descriptor.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.521   DEP      images/opts.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.578   DEP      images/memfd.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.613   PBCC     images/sit.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.644   DEP      images/sit.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.675   PBCC     images/macvlan.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.817   DEP      images/macvlan.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.846   PBCC     images/autofs.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.861   DEP      images/autofs.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.886   PBCC     images/sysctl.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 7.897   DEP      images/sysctl.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.042   PBCC     images/time.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.057   DEP      images/time.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.104   PBCC     images/binfmt-misc.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.123   DEP      images/binfmt-misc.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.158   PBCC     images/seccomp.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.185   DEP      images/seccomp.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.279   PBCC     images/userns.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.300   DEP      images/userns.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.330   PBCC     images/cgroup.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.344   DEP      images/cgroup.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.375   PBCC     images/ext-file.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.405   DEP      images/ext-file.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.420   PBCC     images/rpc.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.462   DEP      images/rpc.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.495   PBCC     images/siginfo.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.505   DEP      images/siginfo.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.538   PBCC     images/pagemap.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.625   DEP      images/pagemap.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.704   PBCC     images/rlimit.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.735   DEP      images/rlimit.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.796   PBCC     images/file-lock.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.814   DEP      images/file-lock.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.909   PBCC     images/tty.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 8.964   DEP      images/tty.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.064   PBCC     images/tun.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.120   PBCC     images/netdev.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.187   DEP      images/tun.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.218   DEP      images/netdev.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.272   PBCC     images/vma.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.328   DEP      images/vma.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.355   PBCC     images/creds.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.392   DEP      images/creds.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.466   PBCC     images/utsns.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.489   DEP      images/utsns.pb-c.d
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.517   PBCC     images/ipc-desc.pb-c.c
20:23:25 [2020-11-06T20:23:25.988Z] #41 9.572   PBCC     images/ipc-sem.pb-c.c
20:23:26 [2020-11-06T20:23:26.011Z] #42 58.42   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
20:23:26 [2020-11-06T20:23:26.011Z] #42 58.63   HOSTCC   compel/src/lib/handle-elf-host.o
20:23:26 [2020-11-06T20:23:26.252Z] #41 9.634   DEP      images/ipc-desc.pb-c.d
20:23:26 [2020-11-06T20:23:26.252Z] #41 9.654   DEP      images/ipc-sem.pb-c.d
20:23:26 [2020-11-06T20:23:26.519Z] #41 9.773   PBCC     images/ipc-msg.pb-c.c
20:23:26 [2020-11-06T20:23:26.519Z] #41 9.819   DEP      images/ipc-msg.pb-c.d
20:23:26 [2020-11-06T20:23:26.519Z] #41 9.888   PBCC     images/ipc-shm.pb-c.c
20:23:26 [2020-11-06T20:23:26.519Z] #41 9.909   DEP      images/ipc-shm.pb-c.d
20:23:26 [2020-11-06T20:23:26.519Z] #41 9.946   PBCC     images/ipc-var.pb-c.c
20:23:26 [2020-11-06T20:23:26.519Z] #41 10.00   DEP      images/ipc-var.pb-c.d
20:23:26 [2020-11-06T20:23:26.519Z] #41 ...
20:23:26 [2020-11-06T20:23:26.519Z] 
20:23:26 [2020-11-06T20:23:26.519Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:26 [2020-11-06T20:23:26.519Z] #11 82.55 Selecting previously unselected package gcc-mingw-w64-base.
20:23:26 [2020-11-06T20:23:26.519Z] #11 82.61 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:23:26 [2020-11-06T20:23:26.519Z] #11 82.61 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:26 [2020-11-06T20:23:26.519Z] #11 82.91 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:23:26 [2020-11-06T20:23:26.519Z] #11 82.91 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:23:26 [2020-11-06T20:23:26.519Z] #11 82.91 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:26 [2020-11-06T20:23:26.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:23:26 [2020-11-06T20:23:26.660Z] #42 59.11   HOSTCC   compel/src/lib/log-host.o
20:23:26 [2020-11-06T20:23:26.660Z] #42 59.36   HOSTLINK compel/compel-host-bin
20:23:26 [2020-11-06T20:23:26.784Z] #11 ...
20:23:26 [2020-11-06T20:23:26.784Z] 
20:23:26 [2020-11-06T20:23:26.784Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:26 [2020-11-06T20:23:26.784Z] #41 10.09   PBCC     images/sk-opts.pb-c.c
20:23:26 [2020-11-06T20:23:26.784Z] #41 10.13   PBCC     images/packet-sock.pb-c.c
20:23:26 [2020-11-06T20:23:26.784Z] #41 10.21   DEP      images/sk-opts.pb-c.d
20:23:26 [2020-11-06T20:23:26.784Z] #41 10.25   DEP      images/packet-sock.pb-c.d
20:23:26 [2020-11-06T20:23:26.867Z] #35 ...
20:23:26 [2020-11-06T20:23:26.867Z] 
20:23:26 [2020-11-06T20:23:26.867Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:26 [2020-11-06T20:23:26.867Z] #40 82.25 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 82.28 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 82.32 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 82.37 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 82.37 Setting up python-six (1.12.0-1) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 88.92 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 88.94 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 88.96 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 88.97 Setting up libcap-dev:amd64 (1:2.25-2) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 89.04 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 89.12 Setting up protobuf-compiler (3.6.1.3-2) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 89.16 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 89.20 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 89.32 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 89.33 Setting up python-protobuf (3.6.1.3-2) ...
20:23:26 [2020-11-06T20:23:26.867Z] #40 ...
20:23:26 [2020-11-06T20:23:26.867Z] 
20:23:26 [2020-11-06T20:23:26.867Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:26 [2020-11-06T20:23:26.867Z] #49 92.45 strings
20:23:26 [2020-11-06T20:23:26.960Z] #42 59.57   DEP      soccr/soccr.d
20:23:27 [2020-11-06T20:23:27.050Z] #41 10.34   PBCC     images/sk-netlink.pb-c.c
20:23:27 [2020-11-06T20:23:27.050Z] #41 10.46   DEP      images/sk-netlink.pb-c.d
20:23:27 [2020-11-06T20:23:27.259Z] #42 59.80   CC       soccr/soccr.o
20:23:27 [2020-11-06T20:23:27.316Z] #41 10.57   PBCC     images/sk-inet.pb-c.c
20:23:27 [2020-11-06T20:23:27.316Z] #41 10.74   DEP      images/sk-inet.pb-c.d
20:23:27 [2020-11-06T20:23:27.316Z] #41 10.85   PBCC     images/sk-unix.pb-c.c
20:23:27 [2020-11-06T20:23:27.542Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:23:27 [2020-11-06T20:23:27.542Z] Using test binary docker
20:23:27 [2020-11-06T20:23:27.581Z] #41 10.95   DEP      images/sk-unix.pb-c.d
20:23:27 [2020-11-06T20:23:27.581Z] #41 11.00   PBCC     images/mm.pb-c.c
20:23:27 [2020-11-06T20:23:27.581Z] #41 11.08   DEP      images/mm.pb-c.d
20:23:27 [2020-11-06T20:23:27.801Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:23:27 [2020-11-06T20:23:27.801Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:23:27 [2020-11-06T20:23:27.801Z] INFO: Waiting for daemon to start...
20:23:27 [2020-11-06T20:23:27.801Z] Starting dockerd
20:23:27 [2020-11-06T20:23:27.846Z] #41 11.14   PBCC     images/timerfd.pb-c.c
20:23:27 [2020-11-06T20:23:27.846Z] #41 11.20   DEP      images/timerfd.pb-c.d
20:23:27 [2020-11-06T20:23:27.846Z] #41 11.26   PBCC     images/timer.pb-c.c
20:23:27 [2020-11-06T20:23:27.846Z] #41 11.32   DEP      images/timer.pb-c.d
20:23:28 [2020-11-06T20:23:28.113Z] #41 11.37   PBCC     images/sa.pb-c.c
20:23:28 [2020-11-06T20:23:28.113Z] #41 11.44   DEP      images/sa.pb-c.d
20:23:28 [2020-11-06T20:23:28.113Z] #41 11.50   PBCC     images/pipe-data.pb-c.c
20:23:28 [2020-11-06T20:23:28.113Z] #41 11.55   DEP      images/pipe-data.pb-c.d
20:23:28 [2020-11-06T20:23:28.113Z] #41 ...
20:23:28 [2020-11-06T20:23:28.113Z] 
20:23:28 [2020-11-06T20:23:28.113Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:28 [2020-11-06T20:23:28.113Z] #43 84.04 vendor/golang.org/x/net/idna
20:23:28 [2020-11-06T20:23:28.113Z] #43 87.09 net/textproto
20:23:28 [2020-11-06T20:23:28.113Z] #43 87.09 vendor/golang.org/x/net/http/httpproxy
20:23:28 [2020-11-06T20:23:28.113Z] #43 87.10 crypto/x509
20:23:28 [2020-11-06T20:23:28.113Z] #43 88.54 mime/multipart
20:23:28 [2020-11-06T20:23:28.113Z] #43 88.55 vendor/golang.org/x/net/http/httpguts
20:23:28 [2020-11-06T20:23:28.113Z] #43 90.85 crypto/tls
20:23:28 [2020-11-06T20:23:28.113Z] #43 ...
20:23:28 [2020-11-06T20:23:28.113Z] 
20:23:28 [2020-11-06T20:23:28.113Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:28 [2020-11-06T20:23:28.113Z] #41 11.63   PBCC     images/mnt.pb-c.c
20:23:28 [2020-11-06T20:23:28.315Z] #42 ...
20:23:28 [2020-11-06T20:23:28.315Z] 
20:23:28 [2020-11-06T20:23:28.315Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:28 [2020-11-06T20:23:28.315Z] #50 114.3 golang.org/x/crypto/ssh/terminal
20:23:28 [2020-11-06T20:23:28.315Z] #50 117.6 mvdan.cc/sh/v3/cmd/shfmt
20:23:28 [2020-11-06T20:23:28.315Z] #50 DONE 123.5s
20:23:28 [2020-11-06T20:23:28.315Z] 
20:23:28 [2020-11-06T20:23:28.315Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:28 [2020-11-06T20:23:28.315Z] #44 113.5 encoding/xml
20:23:28 [2020-11-06T20:23:28.315Z] #44 121.1 crypto/rand
20:23:28 [2020-11-06T20:23:28.315Z] #44 122.8 crypto/elliptic
20:23:28 [2020-11-06T20:23:28.380Z] #41 11.73   DEP      images/mnt.pb-c.d
20:23:28 [2020-11-06T20:23:28.380Z] #41 11.85   PBCC     images/sk-packet.pb-c.c
20:23:28 [2020-11-06T20:23:28.646Z] #41 11.88   DEP      images/sk-packet.pb-c.d
20:23:28 [2020-11-06T20:23:28.646Z] #41 11.98   PBCC     images/tcp-stream.pb-c.c
20:23:28 [2020-11-06T20:23:28.646Z] #41 12.15   DEP      images/tcp-stream.pb-c.d
20:23:28 [2020-11-06T20:23:28.646Z] #41 12.20   PBCC     images/pipe.pb-c.c
20:23:28 [2020-11-06T20:23:28.646Z] #41 12.24   DEP      images/pipe.pb-c.d
20:23:28 [2020-11-06T20:23:28.779Z] #49 ...
20:23:28 [2020-11-06T20:23:28.779Z] 
20:23:28 [2020-11-06T20:23:28.779Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:28 [2020-11-06T20:23:28.779Z] #32 83.96 internal/poll
20:23:28 [2020-11-06T20:23:28.779Z] #32 85.82 internal/fmtsort
20:23:28 [2020-11-06T20:23:28.779Z] #32 87.07 internal/syscall/execenv
20:23:28 [2020-11-06T20:23:28.779Z] #32 87.26 internal/syscall/unix
20:23:28 [2020-11-06T20:23:28.779Z] #32 87.44 strings
20:23:28 [2020-11-06T20:23:28.779Z] #32 87.87 os
20:23:28 [2020-11-06T20:23:28.779Z] #32 92.93 path
20:23:28 [2020-11-06T20:23:28.779Z] #32 93.55 text/tabwriter
20:23:28 [2020-11-06T20:23:28.779Z] #32 ...
20:23:28 [2020-11-06T20:23:28.779Z] 
20:23:28 [2020-11-06T20:23:28.779Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.332 + RM_GOPATH=0
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.333 + TMP_GOPATH=
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.335 + : /build
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.335 + '[' -z '' ']'
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.339 ++ mktemp -d
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.348 + export GOPATH=/tmp/tmp.3IQ5r5v1Mv
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.348 + GOPATH=/tmp/tmp.3IQ5r5v1Mv
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.348 + RM_GOPATH=1
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.348 + case "$(go env GOARCH)" in
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.349 ++ go env GOARCH
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.369 + export GO_BUILDMODE=-buildmode=pie
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.369 + GO_BUILDMODE=-buildmode=pie
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.372 ++ dirname /tmp/install/install.sh
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.376 + dir=/tmp/install
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.376 + bin=tini
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.376 + shift
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.376 + '[' '!' -f /tmp/install/tini.installer ']'
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.376 + . /tmp/install/tini.installer
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.382 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.383 + install_tini
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.383 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.383 + git clone https://github.com/krallin/tini.git /tmp/tmp.3IQ5r5v1Mv/tini
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.383 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:23:28 [2020-11-06T20:23:28.779Z] #35 1.395 Cloning into '/tmp/tmp.3IQ5r5v1Mv/tini'...
20:23:28 [2020-11-06T20:23:28.779Z] #35 2.288 + cd /tmp/tmp.3IQ5r5v1Mv/tini
20:23:28 [2020-11-06T20:23:28.779Z] #35 2.295 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:23:28 [2020-11-06T20:23:28.779Z] #35 2.311 + cmake .
20:23:28 [2020-11-06T20:23:28.911Z] #41 12.27   PBCC     images/pstree.pb-c.c
20:23:28 [2020-11-06T20:23:28.911Z] #41 12.30   DEP      images/pstree.pb-c.d
20:23:29 [2020-11-06T20:23:29.176Z] #41 12.39   PBCC     images/fs.pb-c.c
20:23:29 [2020-11-06T20:23:29.176Z] #41 12.41   DEP      images/fs.pb-c.d
20:23:29 [2020-11-06T20:23:29.176Z] #41 12.47   PBCC     images/signalfd.pb-c.c
20:23:29 [2020-11-06T20:23:29.176Z] #41 12.53   DEP      images/signalfd.pb-c.d
20:23:29 [2020-11-06T20:23:29.176Z] #41 12.59   PBCC     images/fh.pb-c.c
20:23:29 [2020-11-06T20:23:29.176Z] #41 12.65   PBCC     images/fsnotify.pb-c.c
20:23:29 [2020-11-06T20:23:29.343Z] #35 3.534 -- The C compiler identification is GNU 8.3.0
20:23:29 [2020-11-06T20:23:29.441Z] #41 12.69   DEP      images/fh.pb-c.d
20:23:29 [2020-11-06T20:23:29.441Z] #41 12.73   DEP      images/fsnotify.pb-c.d
20:23:29 [2020-11-06T20:23:29.441Z] #41 12.77   PBCC     images/eventpoll.pb-c.c
20:23:29 [2020-11-06T20:23:29.441Z] #41 12.79   DEP      images/eventpoll.pb-c.d
20:23:29 [2020-11-06T20:23:29.441Z] #41 12.89   PBCC     images/eventfd.pb-c.c
20:23:29 [2020-11-06T20:23:29.441Z] #41 12.92   DEP      images/eventfd.pb-c.d
20:23:29 [2020-11-06T20:23:29.441Z] #41 12.99   PBCC     images/remap-file-path.pb-c.c
20:23:29 [2020-11-06T20:23:29.441Z] #41 13.03   DEP      images/remap-file-path.pb-c.d
20:23:29 [2020-11-06T20:23:29.600Z] #35 3.585 -- Check for working C compiler: /usr/bin/cc
20:23:29 [2020-11-06T20:23:29.706Z] .
20:23:29 [2020-11-06T20:23:29.706Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:23:29 [2020-11-06T20:23:29.706Z] #41 13.08   PBCC     images/fifo.pb-c.c
20:23:29 [2020-11-06T20:23:29.706Z] #41 13.12   DEP      images/fifo.pb-c.d
20:23:29 [2020-11-06T20:23:29.706Z] #41 13.17   PBCC     images/ghost-file.pb-c.c
20:23:29 [2020-11-06T20:23:29.706Z] #41 13.23   DEP      images/ghost-file.pb-c.d
20:23:29 [2020-11-06T20:23:29.706Z] #41 13.30   PBCC     images/regfile.pb-c.c
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.32 Selecting previously unselected package libnet1:amd64.
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.33 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.33 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.45 Selecting previously unselected package libnl-3-200:amd64.
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.46 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.54 Selecting previously unselected package libprotobuf-c1:amd64.
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.54 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.55 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.62 Selecting previously unselected package libreadline5:amd64.
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.64 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.64 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.76 Selecting previously unselected package net-tools.
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.77 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.78 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.97 Selecting previously unselected package python-pip-whl.
20:23:29 [2020-11-06T20:23:29.839Z] #18 43.99 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:23:29 [2020-11-06T20:23:29.839Z] #18 44.00 Unpacking python-pip-whl (18.1-5) ...
20:23:29 [2020-11-06T20:23:29.857Z] #44 ...
20:23:29 [2020-11-06T20:23:29.857Z] 
20:23:29 [2020-11-06T20:23:29.857Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:29 [2020-11-06T20:23:29.857Z] #42 62.33   AR       soccr/libsoccr.a
20:23:29 [2020-11-06T20:23:29.857Z] #42 62.39 make[1]: 'soccr/libsoccr.a' is up to date.
20:23:29 [2020-11-06T20:23:29.966Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:23:29 [2020-11-06T20:23:29.966Z] Error: No such image: emptyfs
20:23:29 [2020-11-06T20:23:29.966Z] Running integration-test (iteration 1)
20:23:29 [2020-11-06T20:23:29.966Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:23:29 [2020-11-06T20:23:29.971Z] #41 13.36   DEP      images/regfile.pb-c.d
20:23:29 [2020-11-06T20:23:29.971Z] #41 13.40   PBCC     images/ns.pb-c.c
20:23:29 [2020-11-06T20:23:29.971Z] #41 13.41   DEP      images/ns.pb-c.d
20:23:29 [2020-11-06T20:23:29.971Z] #41 13.46   PBCC     images/fdinfo.pb-c.c
20:23:29 [2020-11-06T20:23:29.971Z] #41 13.52   DEP      images/fdinfo.pb-c.d
20:23:30 [2020-11-06T20:23:30.158Z] #42 62.83   DEP      criu/arch/ppc64/sigframe.d
20:23:30 [2020-11-06T20:23:30.236Z] #41 13.61   PBCC     images/core-aarch64.pb-c.c
20:23:30 [2020-11-06T20:23:30.236Z] #41 13.74   PBCC     images/core-arm.pb-c.c
20:23:30 [2020-11-06T20:23:30.236Z] #41 13.79   PBCC     images/core-ppc64.pb-c.c
20:23:30 [2020-11-06T20:23:30.413Z] #18 44.56 Selecting previously unselected package python3-lib2to3.
20:23:30 [2020-11-06T20:23:30.413Z] #18 44.56 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:23:30 [2020-11-06T20:23:30.413Z] #18 44.57 Unpacking python3-lib2to3 (3.7.3-1) ...
20:23:30 [2020-11-06T20:23:30.459Z] #42 63.02   DEP      criu/arch/ppc64/crtools.d
20:23:30 [2020-11-06T20:23:30.459Z] #42 63.20   DEP      criu/arch/ppc64/cpu.d
20:23:30 [2020-11-06T20:23:30.501Z] #41 13.85   PBCC     images/core-s390.pb-c.c
20:23:30 [2020-11-06T20:23:30.501Z] #41 13.87   PBCC     images/core-x86.pb-c.c
20:23:30 [2020-11-06T20:23:30.501Z] #41 13.91   PBCC     images/core.pb-c.c
20:23:30 [2020-11-06T20:23:30.501Z] #41 13.96   PBCC     images/inventory.pb-c.c
20:23:30 [2020-11-06T20:23:30.501Z] #41 14.01   DEP      images/core-aarch64.pb-c.d
20:23:30 [2020-11-06T20:23:30.501Z] #41 14.03   DEP      images/core-arm.pb-c.d
20:23:30 [2020-11-06T20:23:30.674Z] #18 44.73 Selecting previously unselected package python3-distutils.
20:23:30 [2020-11-06T20:23:30.674Z] #18 44.73 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:23:30 [2020-11-06T20:23:30.674Z] #18 44.74 Unpacking python3-distutils (3.7.3-1) ...
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ok  	github.com/docker/docker/api/server/httputils	0.008s	coverage: 14.7% of statements
20:23:30 [2020-11-06T20:23:30.691Z] ok  	github.com/docker/docker/api/server/middleware	0.002s	coverage: 37.7% of statements
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ok  	github.com/docker/docker/api/server/router/swarm	0.014s	coverage: 5.7% of statements
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ok  	github.com/docker/docker/api/types/strslice	0.010s	coverage: 90.0% of statements
20:23:30 [2020-11-06T20:23:30.691Z] ok  	github.com/docker/docker/api/types/filters	0.009s	coverage: 92.2% of statements
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ok  	github.com/docker/docker/api/types/time	0.001s	coverage: 100.0% of statements
20:23:30 [2020-11-06T20:23:30.691Z] ok  	github.com/docker/docker/api/types/versions	0.001s	coverage: 75.0% of statements
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/builder	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:23:30 [2020-11-06T20:23:30.691Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:23:30 [2020-11-06T20:23:30.760Z] #42 63.41   CC       criu/arch/ppc64/cpu.o
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.05   DEP      images/core-ppc64.pb-c.d
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.07   DEP      images/core-s390.pb-c.d
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.13   DEP      images/core-x86.pb-c.d
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.17   DEP      images/core.pb-c.d
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.20   DEP      images/inventory.pb-c.d
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.23   PBCC     images/cpuinfo.pb-c.c
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.27   DEP      images/cpuinfo.pb-c.d
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.33   PBCC     images/stats.pb-c.c
20:23:30 [2020-11-06T20:23:30.766Z] #41 14.35   DEP      images/stats.pb-c.d
20:23:30 [2020-11-06T20:23:30.936Z] #18 44.88 Selecting previously unselected package python3-pip.
20:23:30 [2020-11-06T20:23:30.936Z] #18 44.88 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:23:30 [2020-11-06T20:23:30.936Z] #18 44.89 Unpacking python3-pip (18.1-5) ...
20:23:30 [2020-11-06T20:23:30.936Z] #18 45.10 Selecting previously unselected package python3-pkg-resources.
20:23:30 [2020-11-06T20:23:30.936Z] #18 ...
20:23:30 [2020-11-06T20:23:30.936Z] 
20:23:30 [2020-11-06T20:23:30.936Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:30 [2020-11-06T20:23:30.936Z] #41 90.89   CC       criu/autofs.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 92.24   CC       criu/bfd.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 92.80   CC       criu/bitmap.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 93.02   CC       criu/cgroup-props.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 93.85   CC       criu/cgroup.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 96.63   CC       criu/clone-noasan.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 96.91   CC       criu/config.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 98.47   CC       criu/cr-check.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 100.2   CC       criu/cr-dedup.o
20:23:30 [2020-11-06T20:23:30.936Z] #41 100.6   CC       criu/cr-dump.o
20:23:30 [2020-11-06T20:23:30.972Z] #35 4.751 -- Check for working C compiler: /usr/bin/cc -- works
20:23:30 [2020-11-06T20:23:30.972Z] #35 4.763 -- Detecting C compiler ABI info
20:23:31 [2020-11-06T20:23:31.197Z] #41 ...
20:23:31 [2020-11-06T20:23:31.198Z] 
20:23:31 [2020-11-06T20:23:31.198Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:31 [2020-11-06T20:23:31.198Z] #18 45.10 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:23:31 [2020-11-06T20:23:31.198Z] #18 45.11 Unpacking python3-pkg-resources (40.8.0-1) ...
20:23:31 [2020-11-06T20:23:31.198Z] #18 45.23 Selecting previously unselected package python3-setuptools.
20:23:31 [2020-11-06T20:23:31.198Z] #18 45.24 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:23:31 [2020-11-06T20:23:31.198Z] #18 45.25 Unpacking python3-setuptools (40.8.0-1) ...
20:23:31 [2020-11-06T20:23:31.323Z] ok  	github.com/docker/docker/builder/dockerignore	0.011s	coverage: 96.8% of statements
20:23:31 [2020-11-06T20:23:31.459Z] #18 45.47 Selecting previously unselected package python3-wheel.
20:23:31 [2020-11-06T20:23:31.459Z] #18 45.49 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:23:31 [2020-11-06T20:23:31.459Z] #18 45.50 Unpacking python3-wheel (0.32.3-2) ...
20:23:31 [2020-11-06T20:23:31.459Z] #18 45.59 Selecting previously unselected package sudo.
20:23:31 [2020-11-06T20:23:31.721Z] #18 45.60 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
20:23:31 [2020-11-06T20:23:31.721Z] #18 45.61 Unpacking sudo (1.8.27-1+deb10u2) ...
20:23:31 [2020-11-06T20:23:31.834Z] #42 64.27   CC       criu/arch/ppc64/crtools.o
20:23:31 [2020-11-06T20:23:31.905Z] #35 ...
20:23:31 [2020-11-06T20:23:31.905Z] 
20:23:31 [2020-11-06T20:23:31.905Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:31 [2020-11-06T20:23:31.905Z] #43 87.37 internal/syscall/execenv
20:23:31 [2020-11-06T20:23:31.905Z] #43 87.65 internal/syscall/unix
20:23:31 [2020-11-06T20:23:31.905Z] #43 87.81 strings
20:23:31 [2020-11-06T20:23:31.905Z] #43 88.11 os
20:23:31 [2020-11-06T20:23:31.905Z] #43 93.00 regexp/syntax
20:23:31 [2020-11-06T20:23:31.905Z] #43 93.99 fmt
20:23:31 [2020-11-06T20:23:31.984Z] #18 46.09 Selecting previously unselected package thin-provisioning-tools.
20:23:31 [2020-11-06T20:23:31.984Z] #18 46.10 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
20:23:31 [2020-11-06T20:23:31.984Z] #18 46.10 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:23:32 [2020-11-06T20:23:32.162Z] #43 ...
20:23:32 [2020-11-06T20:23:32.162Z] 
20:23:32 [2020-11-06T20:23:32.162Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:32 [2020-11-06T20:23:32.162Z] #35 6.134 -- Detecting C compiler ABI info - done
20:23:32 [2020-11-06T20:23:32.162Z] #35 6.182 -- Detecting C compile features
20:23:32 [2020-11-06T20:23:32.168Z] #41 15.56 make[1]: Nothing to be done for 'all'.
20:23:32 [2020-11-06T20:23:32.271Z] #18 46.29 Selecting previously unselected package uidmap.
20:23:32 [2020-11-06T20:23:32.271Z] #18 46.30 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
20:23:32 [2020-11-06T20:23:32.271Z] #18 46.31 Unpacking uidmap (1:4.5-1.1) ...
20:23:32 [2020-11-06T20:23:32.533Z] #18 46.41 Selecting previously unselected package vim-runtime.
20:23:32 [2020-11-06T20:23:32.533Z] #18 46.42 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:23:32 [2020-11-06T20:23:32.533Z] #18 46.46 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:23:32 [2020-11-06T20:23:32.533Z] #18 46.54 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:23:32 [2020-11-06T20:23:32.533Z] #18 46.56 Unpacking vim-runtime (2:8.1.0875-5) ...
20:23:32 [2020-11-06T20:23:32.632Z] Client: Docker Engine - Enterprise
20:23:32 [2020-11-06T20:23:32.632Z]  Version:           19.03.12
20:23:32 [2020-11-06T20:23:32.632Z]  API version:       1.40
20:23:32 [2020-11-06T20:23:32.632Z]  Go version:        go1.13.13
20:23:32 [2020-11-06T20:23:32.632Z]  Git commit:        4306744
20:23:32 [2020-11-06T20:23:32.632Z]  Built:             08/05/2020 19:27:53
20:23:32 [2020-11-06T20:23:32.632Z]  OS/Arch:           windows/amd64
20:23:32 [2020-11-06T20:23:32.632Z]  Experimental:      false
20:23:32 [2020-11-06T20:23:32.632Z] 
20:23:32 [2020-11-06T20:23:32.632Z] Server: Docker Engine - Enterprise
20:23:32 [2020-11-06T20:23:32.632Z]  Engine:
20:23:32 [2020-11-06T20:23:32.632Z]   Version:          19.03.12
20:23:32 [2020-11-06T20:23:32.632Z]   API version:      1.40 (minimum version 1.24)
20:23:32 [2020-11-06T20:23:32.632Z]   Go version:       go1.13.13
20:23:32 [2020-11-06T20:23:32.632Z]   Git commit:       f295753ffd
20:23:32 [2020-11-06T20:23:32.632Z]   Built:            08/05/2020 19:26:41
20:23:32 [2020-11-06T20:23:32.632Z]   OS/Arch:          windows/amd64
20:23:32 [2020-11-06T20:23:32.632Z]   Experimental:     true
[Pipeline] sh
20:23:33 [2020-11-06T20:23:33.377Z] #42 65.60   CC       criu/arch/ppc64/sigframe.o
20:23:33 [2020-11-06T20:23:33.377Z] #42 66.08   LINK     criu/arch/ppc64/crtools.built-in.o
20:23:33 [2020-11-06T20:23:33.377Z] #42 66.12   DEP      criu/pie/util-vdso.d
20:23:33 [2020-11-06T20:23:33.535Z] #35 ...
20:23:33 [2020-11-06T20:23:33.535Z] 
20:23:33 [2020-11-06T20:23:33.535Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:33 [2020-11-06T20:23:33.535Z] #40 98.59 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
20:23:33 [2020-11-06T20:23:33.535Z] #40 98.62 Processing triggers for libc-bin (2.28-10) ...
20:23:33 [2020-11-06T20:23:33.535Z] #40 DONE 99.1s
20:23:33 [2020-11-06T20:23:33.571Z] #41 17.16   CC       images/stats.o
20:23:33 [2020-11-06T20:23:33.677Z] #42 66.21   DEP      criu/pie/util.d
20:23:33 [2020-11-06T20:23:33.677Z] #42 66.32   CC       criu/pie/util.o
20:23:33 [2020-11-06T20:23:33.793Z] 
20:23:33 [2020-11-06T20:23:33.793Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:33 [2020-11-06T20:23:33.979Z] #42 66.71   CC       criu/pie/util-vdso.o
20:23:34 [2020-11-06T20:23:34.054Z] ok  	github.com/docker/docker/builder/remotecontext	0.365s	coverage: 13.7% of statements
20:23:34 [2020-11-06T20:23:34.054Z] ok  	github.com/docker/docker/builder/dockerfile	1.066s	coverage: 48.1% of statements
20:23:34 [2020-11-06T20:23:34.152Z] #41 17.73   CC       images/core.o
20:23:34 [2020-11-06T20:23:34.223Z] + docker info
20:23:34 [2020-11-06T20:23:34.686Z] ok  	github.com/docker/docker/cli/debug	0.001s	coverage: 100.0% of statements
20:23:35 [2020-11-06T20:23:35.063Z] #42 67.59   AR       criu/pie/pie.lib.a
20:23:35 [2020-11-06T20:23:35.063Z] #42 67.65   DEP      criu/pie/restorer.d
20:23:35 [2020-11-06T20:23:35.121Z] #41 18.37   CC       images/core-x86.o
20:23:35 [2020-11-06T20:23:35.319Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.110s	coverage: 86.3% of statements
20:23:35 [2020-11-06T20:23:35.319Z] ?   	github.com/docker/docker/cli	[no test files]
20:23:35 [2020-11-06T20:23:35.319Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:23:35 [2020-11-06T20:23:35.366Z] #42 67.85   DEP      criu/arch/ppc64/vdso-trampoline.d
20:23:35 [2020-11-06T20:23:35.366Z] #42 67.88   DEP      criu/arch/ppc64/restorer.d
20:23:35 [2020-11-06T20:23:35.667Z] #42 68.10   DEP      criu/arch/ppc64/vdso-pie.d
20:23:35 [2020-11-06T20:23:35.667Z] #42 68.23   DEP      criu/pie/parasite-vdso.d
20:23:35 [2020-11-06T20:23:35.667Z] #42 68.40   DEP      criu/pie/parasite.d
20:23:35 [2020-11-06T20:23:35.703Z] #41 18.94   CC       images/core-arm.o
20:23:35 [2020-11-06T20:23:35.703Z] #41 ...
20:23:35 [2020-11-06T20:23:35.703Z] 
20:23:35 [2020-11-06T20:23:35.703Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:35 [2020-11-06T20:23:35.703Z] #11 101.5 Selecting previously unselected package g++-mingw-w64-x86-64.
20:23:35 [2020-11-06T20:23:35.703Z] #11 101.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:23:35 [2020-11-06T20:23:35.703Z] #11 101.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:35 [2020-11-06T20:23:35.845Z] #18 49.89 Selecting previously unselected package vim.
20:23:35 [2020-11-06T20:23:35.845Z] #18 49.91 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
20:23:35 [2020-11-06T20:23:35.845Z] #18 49.94 Unpacking vim (2:8.1.0875-5) ...
20:23:35 [2020-11-06T20:23:35.943Z] #41 2.105 Note: Building without setproctitle() and strlcpy() support.
20:23:35 [2020-11-06T20:23:35.943Z] #41 2.106       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:23:35 [2020-11-06T20:23:35.943Z] #41 2.125 Note: Building without GnuTLS support
20:23:35 [2020-11-06T20:23:35.943Z] #41 2.132 Makefile.config:39: Warn: you have no libnftables installed
20:23:35 [2020-11-06T20:23:35.943Z] #41 2.132 Makefile.config:40: Warn: Building without nftables support
20:23:35 [2020-11-06T20:23:35.967Z] #42 68.61   CC       criu/pie/parasite.o
20:23:36 [2020-11-06T20:23:36.283Z] #42 ...
20:23:36 [2020-11-06T20:23:36.283Z] 
20:23:36 [2020-11-06T20:23:36.283Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:23:36 [2020-11-06T20:23:36.283Z] #57 131.4 + for f in rootlesskit rootlesskit-docker-proxy
20:23:36 [2020-11-06T20:23:36.283Z] #57 131.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:23:36 [2020-11-06T20:23:36.420Z] #18 50.54 Selecting previously unselected package xfsprogs.
20:23:36 [2020-11-06T20:23:36.682Z] #18 50.56 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
20:23:36 [2020-11-06T20:23:36.682Z] #18 50.56 Unpacking xfsprogs (4.20.0-1) ...
20:23:36 [2020-11-06T20:23:36.945Z] #18 51.02 Selecting previously unselected package zip.
20:23:36 [2020-11-06T20:23:36.945Z] #18 51.04 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
20:23:36 [2020-11-06T20:23:36.945Z] #18 51.05 Unpacking zip (3.0-11+b1) ...
20:23:37 [2020-11-06T20:23:37.208Z] #18 51.29 Setting up aufs-tools (1:4.14+20190211-1) ...
20:23:37 [2020-11-06T20:23:37.208Z] #18 51.31 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:23:37 [2020-11-06T20:23:37.208Z] #18 51.33 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:23:37 [2020-11-06T20:23:37.208Z] #18 51.34 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:23:37 [2020-11-06T20:23:37.208Z] #18 51.36 Setting up libgpm2:amd64 (1.20.7-5) ...
20:23:37 [2020-11-06T20:23:37.208Z] #18 51.37 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:23:37 [2020-11-06T20:23:37.208Z] #18 51.38 Setting up uidmap (1:4.5-1.1) ...
20:23:37 [2020-11-06T20:23:37.383Z] ok  	github.com/docker/docker/client	0.117s	coverage: 75.4% of statements
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.39 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.40 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.42 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.43 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.44 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.46 Setting up xxd (2:8.1.0875-5) ...
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.47 Setting up zip (3.0-11+b1) ...
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.49 Setting up vim-common (2:8.1.0875-5) ...
20:23:37 [2020-11-06T20:23:37.471Z] #18 51.52 Setting up bash-completion (1:2.8-6) ...
20:23:38 [2020-11-06T20:23:38.468Z] #41 4.460 fatal: not a git repository (or any of the parent directories): .git
20:23:38 [2020-11-06T20:23:38.468Z] #41 ...
20:23:38 [2020-11-06T20:23:38.468Z] 
20:23:38 [2020-11-06T20:23:38.468Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:38 [2020-11-06T20:23:38.468Z] #35 8.721 -- Detecting C compile features - done
20:23:38 [2020-11-06T20:23:38.468Z] #35 8.773 -- Performing Test HAS_BUILTIN_FORTIFY
20:23:38 [2020-11-06T20:23:38.468Z] #35 9.092 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:23:38 [2020-11-06T20:23:38.468Z] #35 9.177 -- Configuring done
20:23:38 [2020-11-06T20:23:38.468Z] #35 9.215 -- Generating done
20:23:38 [2020-11-06T20:23:38.468Z] #35 9.220 -- Build files have been written to: /tmp/tmp.3IQ5r5v1Mv/tini
20:23:38 [2020-11-06T20:23:38.468Z] #35 9.229 + make tini-static
20:23:38 [2020-11-06T20:23:38.468Z] #35 9.762 Scanning dependencies of target tini-static
20:23:38 [2020-11-06T20:23:38.468Z] #35 9.898 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:23:38 [2020-11-06T20:23:38.468Z] #35 11.33 [100%] Linking C executable tini-static
20:23:38 [2020-11-06T20:23:38.468Z] #35 11.91 [100%] Built target tini-static
20:23:38 [2020-11-06T20:23:38.468Z] #35 11.99 + mkdir -p /build
20:23:38 [2020-11-06T20:23:38.468Z] #35 11.99 + cp tini-static /build/docker-init
20:23:38 [2020-11-06T20:23:38.468Z] #35 DONE 12.3s
20:23:38 [2020-11-06T20:23:38.468Z] 
20:23:38 [2020-11-06T20:23:38.468Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:38 [2020-11-06T20:23:38.468Z] #41 4.613   GEN      .gitid
20:23:38 [2020-11-06T20:23:38.468Z] #41 4.717   GEN      criu/include/version.h
20:23:38 [2020-11-06T20:23:38.468Z] #41 4.842   GEN      include/common/asm
20:23:39 [2020-11-06T20:23:39.033Z] #41 ...
20:23:39 [2020-11-06T20:23:39.033Z] 
20:23:39 [2020-11-06T20:23:39.033Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:39 [2020-11-06T20:23:39.033Z] #11 94.28 Selecting previously unselected package mingw-w64-x86-64-dev.
20:23:39 [2020-11-06T20:23:39.033Z] #11 94.33 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:23:39 [2020-11-06T20:23:39.033Z] #11 94.33 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:39 [2020-11-06T20:23:39.033Z] #11 102.5 Selecting previously unselected package gcc-mingw-w64-base.
20:23:39 [2020-11-06T20:23:39.033Z] #11 102.5 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:39 [2020-11-06T20:23:39.033Z] #11 102.5 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:39 [2020-11-06T20:23:39.033Z] #11 102.7 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:23:39 [2020-11-06T20:23:39.033Z] #11 102.8 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:39 [2020-11-06T20:23:39.033Z] #11 102.8 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:39 [2020-11-06T20:23:39.033Z] #11 ...
20:23:39 [2020-11-06T20:23:39.033Z] 
20:23:39 [2020-11-06T20:23:39.033Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:39 [2020-11-06T20:23:39.033Z] #32 94.36 fmt
20:23:39 [2020-11-06T20:23:39.033Z] #32 94.52 path/filepath
20:23:39 [2020-11-06T20:23:39.033Z] #32 97.20 io/ioutil
20:23:39 [2020-11-06T20:23:39.033Z] #32 99.73 github.com/BurntSushi/toml
20:23:39 [2020-11-06T20:23:39.033Z] #32 99.73 flag
20:23:39 [2020-11-06T20:23:39.033Z] #32 101.1 log
20:23:39 [2020-11-06T20:23:39.033Z] #32 104.7 github.com/BurntSushi/toml/cmd/tomlv
20:23:39 [2020-11-06T20:23:39.033Z] #32 ...
20:23:39 [2020-11-06T20:23:39.033Z] 
20:23:39 [2020-11-06T20:23:39.033Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:39 [2020-11-06T20:23:39.033Z] #49 94.46 fmt
20:23:39 [2020-11-06T20:23:39.033Z] #49 96.92 path/filepath
20:23:39 [2020-11-06T20:23:39.033Z] #49 98.22 golang.org/x/sys/unix
20:23:39 [2020-11-06T20:23:39.033Z] #49 101.2 encoding/json
20:23:39 [2020-11-06T20:23:39.290Z] #49 ...
20:23:39 [2020-11-06T20:23:39.290Z] 
20:23:39 [2020-11-06T20:23:39.290Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:39 [2020-11-06T20:23:39.290Z] #43 99.85 regexp
20:23:39 [2020-11-06T20:23:39.290Z] #43 100.8 flag
20:23:39 [2020-11-06T20:23:39.290Z] #43 102.5 go/token
20:23:39 [2020-11-06T20:23:39.290Z] #43 103.5 go/scanner
20:23:39 [2020-11-06T20:23:39.290Z] #43 104.2 internal/lazyregexp
20:23:39 [2020-11-06T20:23:39.290Z] #43 104.5 net/url
20:23:39 [2020-11-06T20:23:39.865Z] #57 ...
20:23:39 [2020-11-06T20:23:39.865Z] 
20:23:39 [2020-11-06T20:23:39.865Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:39 [2020-11-06T20:23:39.865Z] #19 10.13 Reading package lists...
20:23:39 [2020-11-06T20:23:39.865Z] #19 15.35 Reading package lists...
20:23:39 [2020-11-06T20:23:39.865Z] #19 19.74 Building dependency tree...
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.48 libcap2-bin is already the newest version (1:2.25-2).
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.48 The following additional packages will be installed:
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.48   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.48   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.48   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49   python3.7 python3.7-minimal vim-runtime xxd
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49 Suggested packages:
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49 Recommended packages:
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49   aufs-dkms nftables build-essential python3-dev python3-keyring
20:23:39 [2020-11-06T20:23:39.865Z] #19 21.49   python3-keyrings.alt python3-xdg unzip
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.75 The following NEW packages will be installed:
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.75   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.75   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.75   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.75   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.75   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.76   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.76   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.76   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.77   xz-utils zip
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.87 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.87 Need to get 29.2 MB of archives.
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.87 After this operation, 134 MB of additional disk space will be used.
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 23.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.27 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.28 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.28 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.33 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.36 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.37 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.40 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.45 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.46 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.47 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.49 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.50 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.50 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.97 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.98 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.99 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 24.99 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 25.00 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 25.02 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB]
20:23:39 [2020-11-06T20:23:39.865Z] #19 25.12 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.13 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.13 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.15 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.16 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.18 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.19 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.26 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 ...
20:23:40 [2020-11-06T20:23:40.169Z] 
20:23:40 [2020-11-06T20:23:40.169Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:40 [2020-11-06T20:23:40.169Z] #44 125.3 go/doc
20:23:40 [2020-11-06T20:23:40.169Z] #44 131.1 encoding/asn1
20:23:40 [2020-11-06T20:23:40.169Z] #44 133.1 crypto/rsa
20:23:40 [2020-11-06T20:23:40.169Z] #44 135.5 github.com/LK4D4/vndr/build
20:23:40 [2020-11-06T20:23:40.169Z] #44 ...
20:23:40 [2020-11-06T20:23:40.169Z] 
20:23:40 [2020-11-06T20:23:40.169Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.28 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB]
20:23:40 [2020-11-06T20:23:40.169Z] #19 25.30 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB]
20:23:40 [2020-11-06T20:23:40.222Z] #43 105.5 go/ast
20:23:40 [2020-11-06T20:23:40.470Z] #19 25.63 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB]
20:23:40 [2020-11-06T20:23:40.470Z] #19 25.71 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB]
20:23:40 [2020-11-06T20:23:40.769Z] #19 25.76 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.35 Setting up libiptc0:amd64 (1.8.2-4) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.36 Setting up xz-utils (5.2.4-1) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.39 Setting up sudo (1.8.27-1+deb10u2) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.46 invoke-rc.d: could not determine current runlevel
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.47 invoke-rc.d: policy-rc.d denied execution of start.
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.48 Setting up pigz (2.4-1) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.49 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.50 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.52 Setting up python-pip-whl (18.1-5) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.54 Setting up libmpdec2:amd64 (2.4.2-2) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.55 Setting up vim-runtime (2:8.1.0875-5) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 54.98 Setting up libaio1:amd64 (0.3.112-3) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 55.00 Setting up libonig5:amd64 (6.9.1-1) ...
20:23:40 [2020-11-06T20:23:40.783Z] #18 55.01 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
20:23:40 [2020-11-06T20:23:40.785Z] #43 106.2 text/template/parse
20:23:40 [2020-11-06T20:23:40.785Z] #43 ...
20:23:40 [2020-11-06T20:23:40.785Z] 
20:23:40 [2020-11-06T20:23:40.785Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:40 [2020-11-06T20:23:40.785Z] #41 7.320   PBCC     images/timens.pb-c.c
20:23:41 [2020-11-06T20:23:41.042Z] #41 7.366   DEP      images/timens.pb-c.d
20:23:41 [2020-11-06T20:23:41.042Z] #41 7.453   PBCC     images/fown.pb-c.c
20:23:41 [2020-11-06T20:23:41.042Z] #41 7.476   PBCC     images/google/protobuf/descriptor.pb-c.c
20:23:41 [2020-11-06T20:23:41.042Z] #41 7.585   PBCC     images/opts.pb-c.c
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.02 Setting up vim (2:8.1.0875-5) ...
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.09 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.11 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.12 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.14 Setting up jq (1.5+dfsg-2+b1) ...
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.15 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
20:23:41 [2020-11-06T20:23:41.046Z] #18 55.17 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:23:41 [2020-11-06T20:23:41.299Z] #41 7.627   PBCC     images/memfd.pb-c.c
20:23:41 [2020-11-06T20:23:41.299Z] #41 7.701   DEP      images/fown.pb-c.d
20:23:41 [2020-11-06T20:23:41.299Z] #41 7.771   DEP      images/google/protobuf/descriptor.pb-c.d
20:23:41 [2020-11-06T20:23:41.557Z] #41 7.853   DEP      images/opts.pb-c.d
20:23:41 [2020-11-06T20:23:41.557Z] #41 7.941   DEP      images/memfd.pb-c.d
20:23:41 [2020-11-06T20:23:41.814Z] #41 8.020   PBCC     images/sit.pb-c.c
20:23:41 [2020-11-06T20:23:41.814Z] #41 8.080   DEP      images/sit.pb-c.d
20:23:41 [2020-11-06T20:23:41.814Z] #41 8.177   PBCC     images/macvlan.pb-c.c
20:23:41 [2020-11-06T20:23:41.814Z] #41 8.185   DEP      images/macvlan.pb-c.d
20:23:41 [2020-11-06T20:23:41.814Z] #41 8.229   PBCC     images/autofs.pb-c.c
20:23:41 [2020-11-06T20:23:41.814Z] #41 8.272   DEP      images/autofs.pb-c.d
20:23:41 [2020-11-06T20:23:41.824Z] #19 26.66 debconf: delaying package configuration, since apt-utils is not installed
20:23:41 [2020-11-06T20:23:41.824Z] #19 26.85 Fetched 29.2 MB in 2s (14.9 MB/s)
20:23:41 [2020-11-06T20:23:41.824Z] #19 26.92 Selecting previously unselected package pigz.
20:23:41 [2020-11-06T20:23:41.824Z] #19 26.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 ... 23361 files and directories currently installed.)
20:23:41 [2020-11-06T20:23:41.824Z] #19 27.00 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ...
20:23:41 [2020-11-06T20:23:41.824Z] #19 27.01 Unpacking pigz (2.4-1) ...
20:23:42 [2020-11-06T20:23:42.071Z] #41 8.338   PBCC     images/sysctl.pb-c.c
20:23:42 [2020-11-06T20:23:42.071Z] #41 8.397   DEP      images/sysctl.pb-c.d
20:23:42 [2020-11-06T20:23:42.071Z] #41 8.476   PBCC     images/time.pb-c.c
20:23:42 [2020-11-06T20:23:42.071Z] #41 8.530   DEP      images/time.pb-c.d
20:23:42 [2020-11-06T20:23:42.122Z] #19 27.12 Selecting previously unselected package libpython3.7-minimal:ppc64el.
20:23:42 [2020-11-06T20:23:42.122Z] #19 27.13 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
20:23:42 [2020-11-06T20:23:42.122Z] #19 27.15 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
20:23:42 [2020-11-06T20:23:42.341Z] #41 8.599   PBCC     images/binfmt-misc.pb-c.c
20:23:42 [2020-11-06T20:23:42.341Z] #41 8.638   DEP      images/binfmt-misc.pb-c.d
20:23:42 [2020-11-06T20:23:42.341Z] #41 8.695   PBCC     images/seccomp.pb-c.c
20:23:42 [2020-11-06T20:23:42.341Z] #41 8.721   DEP      images/seccomp.pb-c.d
20:23:42 [2020-11-06T20:23:42.341Z] #41 8.773   PBCC     images/userns.pb-c.c
20:23:42 [2020-11-06T20:23:42.346Z] #11 ...
20:23:42 [2020-11-06T20:23:42.346Z] 
20:23:42 [2020-11-06T20:23:42.346Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:42 [2020-11-06T20:23:42.346Z] #41 19.26   CC       images/core-aarch64.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 19.59   CC       images/core-ppc64.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 20.19   CC       images/core-s390.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 20.88   CC       images/cpuinfo.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 21.26   CC       images/inventory.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 21.63   CC       images/fdinfo.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 22.14   CC       images/fown.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 22.29   CC       images/ns.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 22.48   CC       images/regfile.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 22.87   CC       images/ghost-file.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 23.27   CC       images/fifo.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 23.54   CC       images/remap-file-path.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 23.79   CC       images/eventfd.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 24.08   CC       images/eventpoll.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 24.44   CC       images/fh.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 24.72   CC       images/fsnotify.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 25.45   CC       images/signalfd.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 25.67   CC       images/fs.o
20:23:42 [2020-11-06T20:23:42.346Z] #41 ...
20:23:42 [2020-11-06T20:23:42.346Z] 
20:23:42 [2020-11-06T20:23:42.346Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:42 [2020-11-06T20:23:42.346Z] #43 98.23 net/http/httptrace
20:23:42 [2020-11-06T20:23:42.346Z] #43 98.53 net/http
20:23:42 [2020-11-06T20:23:42.346Z] #43 ...
20:23:42 [2020-11-06T20:23:42.346Z] 
20:23:42 [2020-11-06T20:23:42.346Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:42 [2020-11-06T20:23:42.346Z] #41 25.82   CC       images/pstree.o
20:23:42 [2020-11-06T20:23:42.420Z] #19 27.57 Selecting previously unselected package python3.7-minimal.
20:23:42 [2020-11-06T20:23:42.420Z] #19 27.58 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
20:23:42 [2020-11-06T20:23:42.420Z] #19 27.58 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:23:42 [2020-11-06T20:23:42.598Z] #41 8.827   DEP      images/userns.pb-c.d
20:23:42 [2020-11-06T20:23:42.598Z] #41 8.925   PBCC     images/cgroup.pb-c.c
20:23:42 [2020-11-06T20:23:42.598Z] #41 8.973   DEP      images/cgroup.pb-c.d
20:23:42 [2020-11-06T20:23:42.598Z] #41 9.020   PBCC     images/ext-file.pb-c.c
20:23:42 [2020-11-06T20:23:42.598Z] #41 9.036   DEP      images/ext-file.pb-c.d
20:23:42 [2020-11-06T20:23:42.598Z] #41 9.102   PBCC     images/rpc.pb-c.c
20:23:42 [2020-11-06T20:23:42.598Z] #41 9.142   DEP      images/rpc.pb-c.d
20:23:42 [2020-11-06T20:23:42.612Z] #41 26.00   CC       images/pipe.o
20:23:42 [2020-11-06T20:23:42.856Z] #41 9.231   PBCC     images/siginfo.pb-c.c
20:23:42 [2020-11-06T20:23:42.856Z] #41 9.257   DEP      images/siginfo.pb-c.d
20:23:42 [2020-11-06T20:23:42.856Z] #41 9.326   PBCC     images/pagemap.pb-c.c
20:23:42 [2020-11-06T20:23:42.876Z] #41 26.39   CC       images/tcp-stream.o
20:23:42 [2020-11-06T20:23:42.967Z] #18 ...
20:23:42 [2020-11-06T20:23:42.967Z] 
20:23:42 [2020-11-06T20:23:42.967Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:42 [2020-11-06T20:23:42.967Z] #41 103.0   CC       criu/cr-errno.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 103.1   CC       criu/cr-restore.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 107.4   CC       criu/cr-service.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 109.1   CC       criu/crtools.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 109.8   CC       criu/eventfd.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 110.3   CC       criu/eventpoll.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 111.1   CC       criu/external.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 111.4   CC       criu/fault-injection.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 111.5   CC       criu/fdstore.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 112.0   CC       criu/fifo.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 112.4   CC       criu/file-ids.o
20:23:42 [2020-11-06T20:23:42.967Z] #41 112.7   CC       criu/file-lock.o
20:23:43 [2020-11-06T20:23:43.113Z] #41 9.398   DEP      images/pagemap.pb-c.d
20:23:43 [2020-11-06T20:23:43.113Z] #41 9.476   PBCC     images/rlimit.pb-c.c
20:23:43 [2020-11-06T20:23:43.113Z] #41 9.526   DEP      images/rlimit.pb-c.d
20:23:43 [2020-11-06T20:23:43.113Z] #41 9.618   PBCC     images/file-lock.pb-c.c
20:23:43 [2020-11-06T20:23:43.369Z] #41 9.660   DEP      images/file-lock.pb-c.d
20:23:43 [2020-11-06T20:23:43.369Z] #41 9.718   PBCC     images/tty.pb-c.c
20:23:43 [2020-11-06T20:23:43.369Z] #41 9.789   DEP      images/tty.pb-c.d
20:23:43 [2020-11-06T20:23:43.369Z] #41 9.853   PBCC     images/tun.pb-c.c
20:23:43 [2020-11-06T20:23:43.369Z] #41 9.899   PBCC     images/netdev.pb-c.c
20:23:43 [2020-11-06T20:23:43.455Z] #41 26.68   CC       images/sk-packet.o
20:23:43 [2020-11-06T20:23:43.485Z] #19 28.63 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
20:23:43 [2020-11-06T20:23:43.486Z] #19 28.64 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:23:43 [2020-11-06T20:23:43.626Z] #41 9.965   DEP      images/tun.pb-c.d
20:23:43 [2020-11-06T20:23:43.626Z] #41 10.00   DEP      images/netdev.pb-c.d
20:23:43 [2020-11-06T20:23:43.626Z] #41 10.09   PBCC     images/vma.pb-c.c
20:23:43 [2020-11-06T20:23:43.626Z] #41 10.14   DEP      images/vma.pb-c.d
20:23:43 [2020-11-06T20:23:43.721Z] #41 26.92   CC       images/mnt.o
20:23:43 [2020-11-06T20:23:43.722Z] #41 27.15   CC       images/pipe-data.o
20:23:43 [2020-11-06T20:23:43.883Z] #41 10.18   PBCC     images/creds.pb-c.c
20:23:43 [2020-11-06T20:23:43.883Z] #41 10.23   DEP      images/creds.pb-c.d
20:23:43 [2020-11-06T20:23:43.883Z] #41 10.27   PBCC     images/utsns.pb-c.c
20:23:43 [2020-11-06T20:23:43.883Z] #41 ...
20:23:43 [2020-11-06T20:23:43.883Z] 
20:23:43 [2020-11-06T20:23:43.883Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:43 [2020-11-06T20:23:43.883Z] #32 DONE 109.4s
20:23:43 [2020-11-06T20:23:43.883Z] 
20:23:43 [2020-11-06T20:23:43.883Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:43 [2020-11-06T20:23:43.883Z] #41 10.38   DEP      images/utsns.pb-c.d
20:23:43 [2020-11-06T20:23:43.914Z] #41 113.7   CC       criu/files-ext.o
20:23:43 [2020-11-06T20:23:43.986Z] #41 27.39   CC       images/sa.o
20:23:44 [2020-11-06T20:23:44.134Z] #19 ...
20:23:44 [2020-11-06T20:23:44.134Z] 
20:23:44 [2020-11-06T20:23:44.134Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:23:44 [2020-11-06T20:23:44.134Z] #57 DONE 139.3s
20:23:44 [2020-11-06T20:23:44.134Z] 
20:23:44 [2020-11-06T20:23:44.134Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:23:44 [2020-11-06T20:23:44.134Z] #58 DONE 0.1s
20:23:44 [2020-11-06T20:23:44.134Z] 
20:23:44 [2020-11-06T20:23:44.134Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:23:44 [2020-11-06T20:23:44.140Z] #41 10.45   PBCC     images/ipc-desc.pb-c.c
20:23:44 [2020-11-06T20:23:44.140Z] #41 10.52   PBCC     images/ipc-sem.pb-c.c
20:23:44 [2020-11-06T20:23:44.140Z] #41 10.53   DEP      images/ipc-desc.pb-c.d
20:23:44 [2020-11-06T20:23:44.140Z] #41 10.57   DEP      images/ipc-sem.pb-c.d
20:23:44 [2020-11-06T20:23:44.176Z] #41 114.1   CC       criu/files-reg.o
20:23:44 [2020-11-06T20:23:44.176Z] #41 ...
20:23:44 [2020-11-06T20:23:44.176Z] 
20:23:44 [2020-11-06T20:23:44.176Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:44 [2020-11-06T20:23:44.176Z] #18 58.19 Setting up iptables (1.8.2-4) ...
20:23:44 [2020-11-06T20:23:44.176Z] #18 58.21 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:23:44 [2020-11-06T20:23:44.176Z] #18 58.22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:23:44 [2020-11-06T20:23:44.176Z] #18 58.22 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:23:44 [2020-11-06T20:23:44.176Z] #18 58.23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:23:44 [2020-11-06T20:23:44.176Z] #18 58.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:23:44 [2020-11-06T20:23:44.176Z] #18 58.24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:23:44 [2020-11-06T20:23:44.176Z] #18 58.25 Setting up python3 (3.7.3-1) ...
20:23:44 [2020-11-06T20:23:44.251Z] #41 27.61   CC       images/timer.o
20:23:44 [2020-11-06T20:23:44.397Z] #41 10.72   PBCC     images/ipc-msg.pb-c.c
20:23:44 [2020-11-06T20:23:44.397Z] #41 10.76   DEP      images/ipc-msg.pb-c.d
20:23:44 [2020-11-06T20:23:44.397Z] #41 10.86   PBCC     images/ipc-shm.pb-c.c
20:23:44 [2020-11-06T20:23:44.432Z] #59 DONE 0.1s
20:23:44 [2020-11-06T20:23:44.432Z] 
20:23:44 [2020-11-06T20:23:44.432Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:44 [2020-11-06T20:23:44.432Z] #42 70.16   LINK     criu/pie/parasite.built-in.o
20:23:44 [2020-11-06T20:23:44.432Z] #42 70.17   GEN      criu/pie/parasite-blob.h
20:23:44 [2020-11-06T20:23:44.432Z] #42 70.25   CC       criu/pie/parasite-vdso.o
20:23:44 [2020-11-06T20:23:44.432Z] #42 71.09   CC       criu/arch/ppc64/vdso-pie.o
20:23:44 [2020-11-06T20:23:44.432Z] #42 71.50   CC       criu/arch/ppc64/restorer.o
20:23:44 [2020-11-06T20:23:44.432Z] #42 72.00   CC       criu/arch/ppc64/vdso-trampoline.o
20:23:44 [2020-11-06T20:23:44.433Z] #42 72.04   CC       criu/pie/restorer.o
20:23:44 [2020-11-06T20:23:44.433Z] #42 75.73   LINK     criu/pie/restorer.built-in.o
20:23:44 [2020-11-06T20:23:44.433Z] #42 75.75   GEN      criu/pie/restorer-blob.h
20:23:44 [2020-11-06T20:23:44.433Z] #42 75.92   DEP      criu/vdso.d
20:23:44 [2020-11-06T20:23:44.433Z] #42 76.35   DEP      criu/uts_ns.d
20:23:44 [2020-11-06T20:23:44.433Z] #42 76.50   DEP      criu/util.d
20:23:44 [2020-11-06T20:23:44.433Z] #42 76.67   DEP      criu/uffd.d
20:23:44 [2020-11-06T20:23:44.433Z] #42 76.94   DEP      criu/tun.d
20:23:44 [2020-11-06T20:23:44.516Z] #41 28.01   CC       images/timerfd.o
20:23:44 [2020-11-06T20:23:44.654Z] #41 10.96   DEP      images/ipc-shm.pb-c.d
20:23:44 [2020-11-06T20:23:44.654Z] #41 11.06   PBCC     images/ipc-var.pb-c.c
20:23:44 [2020-11-06T20:23:44.654Z] #41 11.11   DEP      images/ipc-var.pb-c.d
20:23:44 [2020-11-06T20:23:44.736Z] #42 77.29   DEP      criu/tty.d
20:23:44 [2020-11-06T20:23:44.751Z] #18 58.72 Setting up python3-wheel (0.32.3-2) ...
20:23:44 [2020-11-06T20:23:44.857Z] Loaded image: buildpack-deps:buster
20:23:44 [2020-11-06T20:23:44.857Z] Loaded image: busybox:latest
20:23:44 [2020-11-06T20:23:44.857Z] Loaded image: busybox:glibc
20:23:44 [2020-11-06T20:23:44.857Z] Loaded image: debian:buster
20:23:44 [2020-11-06T20:23:44.857Z] Loaded image: hello-world:latest
20:23:44 [2020-11-06T20:23:44.857Z] Loaded image: arm32v7/hello-world:latest
20:23:44 [2020-11-06T20:23:44.857Z] INFO: Testing against a local daemon
20:23:44 [2020-11-06T20:23:44.857Z] === RUN   TestCgroupNamespacesBuild
20:23:44 [2020-11-06T20:23:44.897Z] #41 28.17   CC       images/mm.o
20:23:44 [2020-11-06T20:23:44.910Z] #41 11.23   PBCC     images/sk-opts.pb-c.c
20:23:44 [2020-11-06T20:23:44.910Z] #41 11.28   PBCC     images/packet-sock.pb-c.c
20:23:44 [2020-11-06T20:23:44.910Z] #41 11.33   DEP      images/sk-opts.pb-c.d
20:23:44 [2020-11-06T20:23:44.910Z] #41 11.38   DEP      images/packet-sock.pb-c.d
20:23:44 [2020-11-06T20:23:44.910Z] #41 11.46   PBCC     images/sk-netlink.pb-c.c
20:23:45 [2020-11-06T20:23:45.166Z] #41 11.54   DEP      images/sk-netlink.pb-c.d
20:23:45 [2020-11-06T20:23:45.166Z] #41 11.60   PBCC     images/sk-inet.pb-c.c
20:23:45 [2020-11-06T20:23:45.167Z] #41 28.73   CC       images/sk-opts.o
20:23:45 [2020-11-06T20:23:45.326Z] #18 59.48 Setting up apparmor (2.13.2-10) ...
20:23:45 [2020-11-06T20:23:45.385Z] #42 77.74   DEP      criu/timerfd.d
20:23:45 [2020-11-06T20:23:45.423Z] #41 11.64   DEP      images/sk-inet.pb-c.d
20:23:45 [2020-11-06T20:23:45.424Z] #41 11.68   PBCC     images/sk-unix.pb-c.c
20:23:45 [2020-11-06T20:23:45.424Z] #41 11.74   DEP      images/sk-unix.pb-c.d
20:23:45 [2020-11-06T20:23:45.424Z] #41 11.83   PBCC     images/mm.pb-c.c
20:23:45 [2020-11-06T20:23:45.435Z] #41 28.86   CC       images/sk-unix.o
20:23:45 [2020-11-06T20:23:45.681Z] #41 11.92   DEP      images/mm.pb-c.d
20:23:45 [2020-11-06T20:23:45.681Z] #41 11.97   PBCC     images/timerfd.pb-c.c
20:23:45 [2020-11-06T20:23:45.681Z] #41 12.04   DEP      images/timerfd.pb-c.d
20:23:45 [2020-11-06T20:23:45.681Z] #41 12.11   PBCC     images/timer.pb-c.c
20:23:45 [2020-11-06T20:23:45.681Z] #41 12.13   DEP      images/timer.pb-c.d
20:23:45 [2020-11-06T20:23:45.681Z] #41 12.18   PBCC     images/sa.pb-c.c
20:23:45 [2020-11-06T20:23:45.684Z] #42 78.27   DEP      criu/timens.d
20:23:45 [2020-11-06T20:23:45.684Z] #42 78.40   DEP      criu/sysfs_parse.d
20:23:45 [2020-11-06T20:23:45.963Z] #41 12.24   DEP      images/sa.pb-c.d
20:23:45 [2020-11-06T20:23:45.963Z] #41 12.29   PBCC     images/pipe-data.pb-c.c
20:23:45 [2020-11-06T20:23:45.963Z] #41 12.33   DEP      images/pipe-data.pb-c.d
20:23:45 [2020-11-06T20:23:45.963Z] #41 12.38   PBCC     images/mnt.pb-c.c
20:23:45 [2020-11-06T20:23:45.963Z] #41 12.42   DEP      images/mnt.pb-c.d
20:23:45 [2020-11-06T20:23:45.983Z] #42 78.52   DEP      criu/sysctl.d
20:23:45 [2020-11-06T20:23:45.983Z] #42 78.70   DEP      criu/string.d
20:23:45 [2020-11-06T20:23:45.983Z] #42 78.74   DEP      criu/stats.d
20:23:46 [2020-11-06T20:23:46.021Z] #41 29.23   CC       images/sk-inet.o
20:23:46 [2020-11-06T20:23:46.022Z] #41 29.60   CC       images/tun.o
20:23:46 [2020-11-06T20:23:46.242Z] #41 12.49   PBCC     images/sk-packet.pb-c.c
20:23:46 [2020-11-06T20:23:46.242Z] #41 12.58   DEP      images/sk-packet.pb-c.d
20:23:46 [2020-11-06T20:23:46.242Z] #41 12.64   PBCC     images/tcp-stream.pb-c.c
20:23:46 [2020-11-06T20:23:46.281Z] #42 78.87   DEP      criu/sockets.d
20:23:46 [2020-11-06T20:23:46.508Z] #41 12.75   DEP      images/tcp-stream.pb-c.d
20:23:46 [2020-11-06T20:23:46.508Z] #41 12.85   PBCC     images/pipe.pb-c.c
20:23:46 [2020-11-06T20:23:46.508Z] #41 12.89   DEP      images/pipe.pb-c.d
20:23:46 [2020-11-06T20:23:46.508Z] #41 12.93   PBCC     images/pstree.pb-c.c
20:23:46 [2020-11-06T20:23:46.508Z] #41 12.95   DEP      images/pstree.pb-c.d
20:23:46 [2020-11-06T20:23:46.580Z] #42 79.10   DEP      criu/sk-unix.d
20:23:46 [2020-11-06T20:23:46.617Z] #41 29.98   CC       images/sk-netlink.o
20:23:46 [2020-11-06T20:23:46.618Z] #41 30.14   CC       images/packet-sock.o
20:23:46 [2020-11-06T20:23:46.761Z] --- PASS: TestCgroupNamespacesBuild (3.26s)
20:23:46 [2020-11-06T20:23:46.761Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:23:46 [2020-11-06T20:23:46.768Z] #41 12.98   PBCC     images/fs.pb-c.c
20:23:46 [2020-11-06T20:23:46.768Z] #41 13.00   DEP      images/fs.pb-c.d
20:23:46 [2020-11-06T20:23:46.768Z] #41 13.10   PBCC     images/signalfd.pb-c.c
20:23:46 [2020-11-06T20:23:46.768Z] #41 13.13   DEP      images/signalfd.pb-c.d
20:23:46 [2020-11-06T20:23:46.768Z] #41 13.22   PBCC     images/fh.pb-c.c
20:23:46 [2020-11-06T20:23:46.769Z] #41 13.33   PBCC     images/fsnotify.pb-c.c
20:23:46 [2020-11-06T20:23:46.881Z] #42 79.44   DEP      criu/sk-tcp.d
20:23:47 [2020-11-06T20:23:47.026Z] #41 13.36   DEP      images/fh.pb-c.d
20:23:47 [2020-11-06T20:23:47.026Z] #41 13.41   DEP      images/fsnotify.pb-c.d
20:23:47 [2020-11-06T20:23:47.026Z] #41 13.46   PBCC     images/eventpoll.pb-c.c
20:23:47 [2020-11-06T20:23:47.181Z] #42 79.73   DEP      criu/sk-queue.d
20:23:47 [2020-11-06T20:23:47.181Z] #42 ...
20:23:47 [2020-11-06T20:23:47.181Z] 
20:23:47 [2020-11-06T20:23:47.182Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:47 [2020-11-06T20:23:47.182Z] #19 32.25 Selecting previously unselected package python3-minimal.
20:23:47 [2020-11-06T20:23:47.182Z] #19 32.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23610 files and directories currently installed.)
20:23:47 [2020-11-06T20:23:47.182Z] #19 32.32 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ...
20:23:47 [2020-11-06T20:23:47.182Z] #19 32.33 Unpacking python3-minimal (3.7.3-1) ...
20:23:47 [2020-11-06T20:23:47.182Z] #19 32.44 Selecting previously unselected package libmpdec2:ppc64el.
20:23:47 [2020-11-06T20:23:47.201Z] #41 30.57   CC       images/ipc-var.o
20:23:47 [2020-11-06T20:23:47.248Z] #18 61.36 Setting up xfsprogs (4.20.0-1) ...
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.49   DEP      images/eventpoll.pb-c.d
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.54   PBCC     images/eventfd.pb-c.c
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.56   DEP      images/eventfd.pb-c.d
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.64   PBCC     images/remap-file-path.pb-c.c
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.68   DEP      images/remap-file-path.pb-c.d
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.72   PBCC     images/fifo.pb-c.c
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.73   DEP      images/fifo.pb-c.d
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.76   PBCC     images/ghost-file.pb-c.c
20:23:47 [2020-11-06T20:23:47.284Z] #41 13.85   DEP      images/ghost-file.pb-c.d
20:23:47 [2020-11-06T20:23:47.466Z] #41 30.71   CC       images/ipc-desc.o
20:23:47 [2020-11-06T20:23:47.466Z] #41 30.86   CC       images/ipc-shm.o
20:23:47 [2020-11-06T20:23:47.481Z] #19 32.45 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ...
20:23:47 [2020-11-06T20:23:47.481Z] #19 32.45 Unpacking libmpdec2:ppc64el (2.4.2-2) ...
20:23:47 [2020-11-06T20:23:47.481Z] #19 32.57 Selecting previously unselected package libpython3.7-stdlib:ppc64el.
20:23:47 [2020-11-06T20:23:47.481Z] #19 32.58 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ...
20:23:47 [2020-11-06T20:23:47.481Z] #19 32.58 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
20:23:47 [2020-11-06T20:23:47.510Z] #18 61.37 Setting up python3-lib2to3 (3.7.3-1) ...
20:23:47 [2020-11-06T20:23:47.541Z] #41 13.90   PBCC     images/regfile.pb-c.c
20:23:47 [2020-11-06T20:23:47.541Z] #41 13.95   DEP      images/regfile.pb-c.d
20:23:47 [2020-11-06T20:23:47.541Z] #41 13.99   PBCC     images/ns.pb-c.c
20:23:47 [2020-11-06T20:23:47.541Z] #41 14.01   DEP      images/ns.pb-c.d
20:23:47 [2020-11-06T20:23:47.541Z] #41 14.07   PBCC     images/fdinfo.pb-c.c
20:23:47 [2020-11-06T20:23:47.730Z] #41 31.10   CC       images/ipc-msg.o
20:23:47 [2020-11-06T20:23:47.773Z] #18 61.78 Setting up python3-pkg-resources (40.8.0-1) ...
20:23:47 [2020-11-06T20:23:47.798Z] #41 14.17   DEP      images/fdinfo.pb-c.d
20:23:47 [2020-11-06T20:23:47.798Z] #41 14.22   PBCC     images/core-aarch64.pb-c.c
20:23:47 [2020-11-06T20:23:47.798Z] #41 14.30   PBCC     images/core-arm.pb-c.c
20:23:47 [2020-11-06T20:23:47.798Z] #41 14.35   PBCC     images/core-ppc64.pb-c.c
20:23:48 [2020-11-06T20:23:48.001Z] #41 31.42   CC       images/ipc-sem.o
20:23:48 [2020-11-06T20:23:48.055Z] #41 14.43   PBCC     images/core-s390.pb-c.c
20:23:48 [2020-11-06T20:23:48.055Z] #41 14.46   PBCC     images/core-x86.pb-c.c
20:23:48 [2020-11-06T20:23:48.055Z] #41 14.52   PBCC     images/core.pb-c.c
20:23:48 [2020-11-06T20:23:48.055Z] #41 14.59   PBCC     images/inventory.pb-c.c
20:23:48 [2020-11-06T20:23:48.266Z] #41 31.61   CC       images/utsns.o
20:23:48 [2020-11-06T20:23:48.313Z] #41 14.67   DEP      images/core-aarch64.pb-c.d
20:23:48 [2020-11-06T20:23:48.313Z] #41 14.74   DEP      images/core-arm.pb-c.d
20:23:48 [2020-11-06T20:23:48.313Z] #41 14.79   DEP      images/core-ppc64.pb-c.d
20:23:48 [2020-11-06T20:23:48.313Z] #41 14.83   DEP      images/core-s390.pb-c.d
20:23:48 [2020-11-06T20:23:48.313Z] #41 14.87   DEP      images/core-x86.pb-c.d
20:23:48 [2020-11-06T20:23:48.532Z] #41 31.89   CC       images/creds.o
20:23:48 [2020-11-06T20:23:48.561Z] #19 33.59 Selecting previously unselected package python3.7.
20:23:48 [2020-11-06T20:23:48.561Z] #19 33.60 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ...
20:23:48 [2020-11-06T20:23:48.561Z] #19 33.60 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:23:48 [2020-11-06T20:23:48.561Z] #19 33.70 Selecting previously unselected package libpython3-stdlib:ppc64el.
20:23:48 [2020-11-06T20:23:48.561Z] #19 33.71 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ...
20:23:48 [2020-11-06T20:23:48.561Z] #19 33.71 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ...
20:23:48 [2020-11-06T20:23:48.561Z] #19 33.80 Setting up python3-minimal (3.7.3-1) ...
20:23:48 [2020-11-06T20:23:48.570Z] #41 14.96   DEP      images/core.pb-c.d
20:23:48 [2020-11-06T20:23:48.570Z] #41 15.00   DEP      images/inventory.pb-c.d
20:23:48 [2020-11-06T20:23:48.570Z] #41 15.05   PBCC     images/cpuinfo.pb-c.c
20:23:48 [2020-11-06T20:23:48.570Z] #41 15.08   DEP      images/cpuinfo.pb-c.d
20:23:48 [2020-11-06T20:23:48.570Z] #41 15.13   PBCC     images/stats.pb-c.c
20:23:48 [2020-11-06T20:23:48.721Z] #18 62.78 Setting up python3-distutils (3.7.3-1) ...
20:23:48 [2020-11-06T20:23:48.796Z] #41 32.04   CC       images/vma.o
20:23:48 [2020-11-06T20:23:48.827Z] #41 15.15   DEP      images/stats.pb-c.d
20:23:49 [2020-11-06T20:23:49.063Z] #41 32.31   CC       images/netdev.o
20:23:49 [2020-11-06T20:23:49.182Z] Client:
20:23:49 [2020-11-06T20:23:49.182Z]  Debug Mode: false
20:23:49 [2020-11-06T20:23:49.182Z]  Plugins:
20:23:49 [2020-11-06T20:23:49.182Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
20:23:49 [2020-11-06T20:23:49.182Z] 
20:23:49 [2020-11-06T20:23:49.182Z] Server:
20:23:49 [2020-11-06T20:23:49.182Z]  Containers: 0
20:23:49 [2020-11-06T20:23:49.182Z]   Running: 0
20:23:49 [2020-11-06T20:23:49.182Z]   Paused: 0
20:23:49 [2020-11-06T20:23:49.182Z]   Stopped: 0
20:23:49 [2020-11-06T20:23:49.182Z]  Images: 0
20:23:49 [2020-11-06T20:23:49.182Z]  Server Version: 19.03.12
20:23:49 [2020-11-06T20:23:49.182Z]  Storage Driver: windowsfilter (windows) lcow (linux)
20:23:49 [2020-11-06T20:23:49.182Z]   Windows: 
20:23:49 [2020-11-06T20:23:49.182Z]   LCOW: 
20:23:49 [2020-11-06T20:23:49.182Z]  Logging Driver: json-file
20:23:49 [2020-11-06T20:23:49.182Z]  Plugins:
20:23:49 [2020-11-06T20:23:49.182Z]   Volume: local
20:23:49 [2020-11-06T20:23:49.182Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:23:49 [2020-11-06T20:23:49.182Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:23:49 [2020-11-06T20:23:49.182Z]  Swarm: inactive
20:23:49 [2020-11-06T20:23:49.182Z]  Default Isolation: process
20:23:49 [2020-11-06T20:23:49.182Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:23:49 [2020-11-06T20:23:49.182Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
20:23:49 [2020-11-06T20:23:49.182Z]  OSType: windows
20:23:49 [2020-11-06T20:23:49.182Z]  Architecture: x86_64
20:23:49 [2020-11-06T20:23:49.182Z]  CPUs: 4
20:23:49 [2020-11-06T20:23:49.182Z]  Total Memory: 32GiB
20:23:49 [2020-11-06T20:23:49.182Z]  Name: azwin-2-1b1ec0
20:23:49 [2020-11-06T20:23:49.182Z]  ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2
20:23:49 [2020-11-06T20:23:49.182Z]  Docker Root Dir: D:\docker
20:23:49 [2020-11-06T20:23:49.182Z]  Debug Mode: false
20:23:49 [2020-11-06T20:23:49.182Z]  Registry: https://index.docker.io/v1/
20:23:49 [2020-11-06T20:23:49.182Z]  Labels:
20:23:49 [2020-11-06T20:23:49.182Z]  Experimental: true
20:23:49 [2020-11-06T20:23:49.182Z]  Insecure Registries:
20:23:49 [2020-11-06T20:23:49.182Z]   10.0.0.4:5000
20:23:49 [2020-11-06T20:23:49.182Z]   127.0.0.0/8
20:23:49 [2020-11-06T20:23:49.182Z]  Registry Mirrors:
20:23:49 [2020-11-06T20:23:49.182Z]   http://10.0.0.4:5000/
20:23:49 [2020-11-06T20:23:49.182Z]  Live Restore Enabled: false
20:23:49 [2020-11-06T20:23:49.182Z] 
20:23:49 [2020-11-06T20:23:49.296Z] #18 63.33 Setting up python3-setuptools (40.8.0-1) ...
20:23:49 [2020-11-06T20:23:49.297Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.13s)
20:23:49 [2020-11-06T20:23:49.297Z] === RUN   TestBuildWithSession
20:23:49 [2020-11-06T20:23:49.297Z] --- SKIP: TestBuildWithSession (0.00s)
20:23:49 [2020-11-06T20:23:49.297Z]     build_session_test.go:25: TODO: BuildKit
20:23:49 [2020-11-06T20:23:49.297Z] === RUN   TestBuildSquashParent
20:23:49 [2020-11-06T20:23:49.328Z] #41 32.81   CC       images/tty.o
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
20:23:50 [2020-11-06T20:23:50.098Z] #19 35.05 Selecting previously unselected package python3.
20:23:50 [2020-11-06T20:23:50.098Z] #19 35.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 ... 24022 files and directories currently installed.)
20:23:50 [2020-11-06T20:23:50.098Z] #19 35.13 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ...
20:23:50 [2020-11-06T20:23:50.098Z] #19 35.14 Unpacking python3 (3.7.3-1) ...
20:23:50 [2020-11-06T20:23:50.098Z] #19 35.29 Selecting previously unselected package libip4tc0:ppc64el.
20:23:50 [2020-11-06T20:23:50.098Z] #19 35.29 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ...
20:23:50 [2020-11-06T20:23:50.098Z] #19 35.30 Unpacking libip4tc0:ppc64el (1.8.2-4) ...
20:23:50 [2020-11-06T20:23:50.098Z] #19 35.38 Selecting previously unselected package libip6tc0:ppc64el.
20:23:50 [2020-11-06T20:23:50.198Z] #41 16.54 make[1]: Nothing to be done for 'all'.
20:23:50 [2020-11-06T20:23:50.283Z] #41 33.51   CC       images/file-lock.o
20:23:50 [2020-11-06T20:23:50.283Z] #41 33.79   CC       images/rlimit.o
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.39 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ...
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.39 Unpacking libip6tc0:ppc64el (1.8.2-4) ...
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.49 Selecting previously unselected package libiptc0:ppc64el.
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.49 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ...
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.49 Unpacking libiptc0:ppc64el (1.8.2-4) ...
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.57 Selecting previously unselected package libnfnetlink0:ppc64el.
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.59 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ...
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.59 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ...
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.68 Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.69 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ...
20:23:50 [2020-11-06T20:23:50.399Z] #19 35.70 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
20:23:50 [2020-11-06T20:23:50.548Z] #41 ...
20:23:50 [2020-11-06T20:23:50.548Z] 
20:23:50 [2020-11-06T20:23:50.548Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:50 [2020-11-06T20:23:50.548Z] #11 116.5 Selecting previously unselected package libapparmor1:arm64.
20:23:50 [2020-11-06T20:23:50.548Z] #11 116.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
20:23:50 [2020-11-06T20:23:50.548Z] #11 116.5 Unpacking libapparmor1:arm64 (2.13.2-10) ...
20:23:50 [2020-11-06T20:23:50.687Z] #18 64.51 Setting up python3-pip (18.1-5) ...
20:23:50 [2020-11-06T20:23:50.699Z] #19 35.77 Selecting previously unselected package libnftnl11:ppc64el.
20:23:50 [2020-11-06T20:23:50.699Z] #19 35.77 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ...
20:23:50 [2020-11-06T20:23:50.699Z] #19 35.78 Unpacking libnftnl11:ppc64el (1.1.2-2) ...
20:23:50 [2020-11-06T20:23:50.699Z] #19 35.94 Selecting previously unselected package iptables.
20:23:50 [2020-11-06T20:23:50.699Z] #19 35.94 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ...
20:23:50 [2020-11-06T20:23:50.699Z] #19 35.95 Unpacking iptables (1.8.2-4) ...
20:23:50 [2020-11-06T20:23:50.815Z] #11 116.8 Selecting previously unselected package libapparmor-dev:arm64.
20:23:50 [2020-11-06T20:23:50.815Z] #11 116.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
20:23:50 [2020-11-06T20:23:50.815Z] #11 116.8 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
20:23:51 [2020-11-06T20:23:51.130Z] #41 ...
20:23:51 [2020-11-06T20:23:51.130Z] 
20:23:51 [2020-11-06T20:23:51.130Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:51 [2020-11-06T20:23:51.349Z] #19 36.48 Selecting previously unselected package xxd.
20:23:51 [2020-11-06T20:23:51.349Z] #19 36.48 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ...
20:23:51 [2020-11-06T20:23:51.349Z] #19 36.48 Unpacking xxd (2:8.1.0875-5) ...
20:23:51 [2020-11-06T20:23:51.459Z] #11 117.3 Selecting previously unselected package libbtrfs0.
20:23:51 [2020-11-06T20:23:51.459Z] #11 117.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
20:23:51 [2020-11-06T20:23:51.459Z] #11 117.3 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:51 [2020-11-06T20:23:51.634Z] #18 65.72 Processing triggers for libc-bin (2.28-10) ...
20:23:51 [2020-11-06T20:23:51.634Z] #18 65.76 Processing triggers for mime-support (3.62) ...
20:23:51 [2020-11-06T20:23:51.650Z] #19 36.62 Selecting previously unselected package vim-common.
20:23:51 [2020-11-06T20:23:51.650Z] #19 36.62 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:23:51 [2020-11-06T20:23:51.650Z] #19 36.69 Unpacking vim-common (2:8.1.0875-5) ...
20:23:51 [2020-11-06T20:23:51.933Z] #11 117.7 Selecting previously unselected package libbtrfs-dev.
20:23:51 [2020-11-06T20:23:51.933Z] #11 117.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
20:23:51 [2020-11-06T20:23:51.949Z] #19 36.85 Selecting previously unselected package bash-completion.
20:23:51 [2020-11-06T20:23:51.949Z] #19 36.86 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:23:52 [2020-11-06T20:23:52.198Z] #11 118.2 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:52 [2020-11-06T20:23:52.209Z] #18 ...
20:23:52 [2020-11-06T20:23:52.209Z] 
20:23:52 [2020-11-06T20:23:52.209Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:52 [2020-11-06T20:23:52.209Z] #38 216.7 + dpkg --print-architecture
20:23:52 [2020-11-06T20:23:52.209Z] #38 216.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:23:52 [2020-11-06T20:23:52.209Z] #38 217.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:23:52 [2020-11-06T20:23:52.209Z] #38 217.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:23:52 [2020-11-06T20:23:52.248Z] #19 ...
20:23:52 [2020-11-06T20:23:52.248Z] 
20:23:52 [2020-11-06T20:23:52.248Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:52 [2020-11-06T20:23:52.248Z] #44 137.4 vendor/golang.org/x/text/unicode/norm
20:23:52 [2020-11-06T20:23:52.248Z] #44 139.7 vendor/golang.org/x/crypto/cryptobyte
20:23:52 [2020-11-06T20:23:52.248Z] #44 145.2 mime
20:23:52 [2020-11-06T20:23:52.248Z] #44 ...
20:23:52 [2020-11-06T20:23:52.248Z] 
20:23:52 [2020-11-06T20:23:52.248Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:52 [2020-11-06T20:23:52.248Z] #42 79.91   DEP      criu/sk-packet.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 80.16   DEP      criu/sk-netlink.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 80.35   DEP      criu/sk-inet.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 80.60   DEP      criu/signalfd.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 80.81   DEP      criu/sigframe.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 80.90   DEP      criu/shmem.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 81.06   DEP      criu/servicefd.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 81.25   DEP      criu/seize.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 81.44   DEP      criu/seccomp.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 81.63   DEP      criu/rst-malloc.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 81.72   DEP      criu/rbtree.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 81.77   DEP      criu/pstree.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 81.93   DEP      criu/protobuf.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 82.05   GEN      criu/protobuf-desc-gen.h
20:23:52 [2020-11-06T20:23:52.248Z] #42 84.50   DEP      criu/protobuf-desc.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 84.67   DEP      criu/proc_parse.d
20:23:52 [2020-11-06T20:23:52.248Z] #42 84.87   DEP      criu/plugin.d
20:23:52 [2020-11-06T20:23:52.464Z] #11 ...
20:23:52 [2020-11-06T20:23:52.464Z] 
20:23:52 [2020-11-06T20:23:52.464Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:23:52 [2020-11-06T20:23:52.464Z] #30 DONE 118.2s
20:23:52 [2020-11-06T20:23:52.464Z] 
20:23:52 [2020-11-06T20:23:52.464Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:52 [2020-11-06T20:23:52.464Z] #11 118.5 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
20:23:52 [2020-11-06T20:23:52.464Z] #11 118.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
20:23:52 [2020-11-06T20:23:52.472Z] #38 ...
20:23:52 [2020-11-06T20:23:52.472Z] 
20:23:52 [2020-11-06T20:23:52.472Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:52 [2020-11-06T20:23:52.472Z] #18 DONE 66.7s
20:23:52 [2020-11-06T20:23:52.548Z] #42 84.97   DEP      criu/pipes.d
20:23:52 [2020-11-06T20:23:52.548Z] #42 85.15   DEP      criu/pie-util.d
20:23:52 [2020-11-06T20:23:52.548Z] #42 85.37   DEP      criu/pie-util-vdso.d
20:23:52 [2020-11-06T20:23:52.674Z] #54 52.33 Checking out files:  45% (1576/3433)   
Checking out files:  46% (1580/3433)   
Checking out files:  47% (1614/3433)   
Checking out files:  48% (1648/3433)   
Checking out files:  49% (1683/3433)   
Checking out files:  50% (1717/3433)   
Checking out files:  51% (1751/3433)   
Checking out files:  52% (1786/3433)   
Checking out files:  53% (1820/3433)   
Checking out files:  54% (1854/3433)   
Checking out files:  55% (1889/3433)   
Checking out files:  56% (1923/3433)   
Checking out files:  57% (1957/3433)   
Checking out files:  58% (1992/3433)   
Checking out files:  59% (2026/3433)   
Checking out files:  60% (2060/3433)   
Checking out files:  61% (2095/3433)   
Checking out files:  62% (2129/3433)   
Checking out files:  63% (2163/3433)   
Checking out files:  64% (2198/3433)   
Checking out files:  65% (2232/3433)   
Checking out files:  66% (2266/3433)   
Checking out files:  67% (2301/3433)   
Checking out files:  68% (2335/3433)   
Checking out files:  69% (2369/3433)   
Checking out files:  70% (2404/3433)   
Checking out files:  71% (2438/3433)   
Checking out files:  72% (2472/3433)   
Checking out files:  73% (2507/3433)   
Checking out files:  74% (2541/3433)   
Checking out files:  75% (2575/3433)   
Checking out files:  76% (2610/3433)   
Checking out files:  77% (2644/3433)   
Checking out files:  78% (2678/3433)   
Checking out files:  79% (2713/3433)   
Checking out files:  80% (2747/3433)   
Checking out files:  81% (2781/3433)   
Checking out files:  82% (2816/3433)   
Checking out files:  83% (2850/3433)   
Checking out files:  84% (2884/3433)   
Checking out files:  85% (2919/3433)   
Checking out files:  86% (2953/3433)   
Checking out files:  87% (2987/3433)   
Checking out files:  88% (3022/3433)   
Checking out files:  89% (3056/3433)   
Checking out files:  89% (3072/3433)   
Checking out files:  90% (3090/3433)   
Checking out files:  91% (3125/3433)   
Checking out files:  92% (3159/3433)   
Checking out files:  93% (3193/3433)   
Checking out files:  94% (3228/3433)   
Checking out files:  95% (3262/3433)   
Checking out files:  96% (3296/3433)   
Checking out files:  97% (3331/3433)   
Checking out files:  98% (3365/3433)   
Checking out files:  99% (3399/3433)   
Checking out files: 100% (3433/3433)   
Checking out files: 100% (3433/3433), done.
20:23:52 [2020-11-06T20:23:52.674Z] #54 53.87 + cd /tmp/tmp.8XD6HKVM4i/src/github.com/containerd/containerd
20:23:52 [2020-11-06T20:23:52.674Z] #54 53.88 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828
20:23:52 [2020-11-06T20:23:52.734Z] 
20:23:52 [2020-11-06T20:23:52.735Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:23:52 [2020-11-06T20:23:52.738Z] #11 118.5 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
20:23:52 [2020-11-06T20:23:52.738Z] #11 ...
20:23:52 [2020-11-06T20:23:52.738Z] 
20:23:52 [2020-11-06T20:23:52.738Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:52 [2020-11-06T20:23:52.738Z] #43 108.5 github.com/LK4D4/vndr/godl
20:23:52 [2020-11-06T20:23:52.738Z] #43 109.3 github.com/LK4D4/vndr
20:23:52 [2020-11-06T20:23:52.738Z] #43 ...
20:23:52 [2020-11-06T20:23:52.738Z] 
20:23:52 [2020-11-06T20:23:52.738Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:52 [2020-11-06T20:23:52.738Z] #11 118.7 Selecting previously unselected package libudev-dev:arm64.
20:23:52 [2020-11-06T20:23:52.738Z] #11 118.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ...
20:23:52 [2020-11-06T20:23:52.738Z] #11 118.7 Unpacking libudev-dev:arm64 (241-7~deb10u4) ...
20:23:52 [2020-11-06T20:23:52.848Z] #42 85.51   DEP      criu/path.d
20:23:52 [2020-11-06T20:23:52.932Z] #54 ...
20:23:52 [2020-11-06T20:23:52.932Z] 
20:23:52 [2020-11-06T20:23:52.932Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:52 [2020-11-06T20:23:52.932Z] #49 108.4 github.com/pkg/diff
20:23:52 [2020-11-06T20:23:52.932Z] #49 108.5 go/ast
20:23:52 [2020-11-06T20:23:52.932Z] #49 109.9 golang.org/x/crypto/ssh/terminal
20:23:52 [2020-11-06T20:23:52.932Z] #49 111.6 mvdan.cc/editorconfig
20:23:52 [2020-11-06T20:23:52.932Z] #49 113.1 mvdan.cc/sh/v3/fileutil
20:23:52 [2020-11-06T20:23:52.932Z] #49 113.3 mvdan.cc/sh/v3/syntax
20:23:53 [2020-11-06T20:23:53.002Z] #11 ...
20:23:53 [2020-11-06T20:23:53.002Z] 
20:23:53 [2020-11-06T20:23:53.002Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:53 [2020-11-06T20:23:53.002Z] #43 DONE 118.9s
20:23:53 [2020-11-06T20:23:53.002Z] 
20:23:53 [2020-11-06T20:23:53.002Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:53 [2020-11-06T20:23:53.002Z] #11 119.0 Selecting previously unselected package libsepol1-dev:arm64.
20:23:53 [2020-11-06T20:23:53.002Z] #11 119.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
20:23:53 [2020-11-06T20:23:53.002Z] #11 119.1 Unpacking libsepol1-dev:arm64 (2.8-1) ...
20:23:53 [2020-11-06T20:23:53.148Z] #42 85.67   DEP      criu/parasite-syscall.d
20:23:53 [2020-11-06T20:23:53.148Z] #42 85.94   DEP      criu/pagemap.d
20:23:53 [2020-11-06T20:23:53.189Z] #49 ...
20:23:53 [2020-11-06T20:23:53.189Z] 
20:23:53 [2020-11-06T20:23:53.189Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:53 [2020-11-06T20:23:53.189Z] #41 18.05   CC       images/stats.o
20:23:53 [2020-11-06T20:23:53.189Z] #41 18.45   CC       images/core.o
20:23:53 [2020-11-06T20:23:53.189Z] #41 19.05   CC       images/core-x86.o
20:23:53 [2020-11-06T20:23:53.189Z] #41 19.61   CC       images/core-arm.o
20:23:53 [2020-11-06T20:23:53.468Z] #42 86.15   DEP      criu/pagemap-cache.d
20:23:53 [2020-11-06T20:23:53.538Z] #11 119.4 Selecting previously unselected package libpcre16-3:arm64.
20:23:53 [2020-11-06T20:23:53.538Z] #11 119.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
20:23:53 [2020-11-06T20:23:53.538Z] #11 119.4 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
20:23:53 [2020-11-06T20:23:53.680Z] #19 0.969 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:23:53 [2020-11-06T20:23:53.680Z] #19 0.976 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:23:53 [2020-11-06T20:23:53.680Z] #19 0.981 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:23:53 [2020-11-06T20:23:53.680Z] #19 DONE 1.0s
20:23:53 [2020-11-06T20:23:53.680Z] 
20:23:53 [2020-11-06T20:23:53.680Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:53 [2020-11-06T20:23:53.680Z] #41 116.2   CC       criu/files.o
20:23:53 [2020-11-06T20:23:53.680Z] #41 118.1   CC       criu/filesystems.o
20:23:53 [2020-11-06T20:23:53.680Z] #41 118.8   CC       criu/fsnotify.o
20:23:53 [2020-11-06T20:23:53.680Z] #41 120.1   CC       criu/image-desc.o
20:23:53 [2020-11-06T20:23:53.680Z] #41 120.3   CC       criu/image.o
20:23:53 [2020-11-06T20:23:53.680Z] #41 121.2   CC       criu/ipc_ns.o
20:23:53 [2020-11-06T20:23:53.680Z] #41 122.5   CC       criu/irmap.o
20:23:53 [2020-11-06T20:23:53.680Z] #41 123.5   CC       criu/kcmp-ids.o
20:23:53 [2020-11-06T20:23:53.680Z] #41 ...
20:23:53 [2020-11-06T20:23:53.680Z] 
20:23:53 [2020-11-06T20:23:53.680Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:23:53 [2020-11-06T20:23:53.754Z] #41 20.03   CC       images/core-aarch64.o
20:23:53 [2020-11-06T20:23:53.768Z] #42 86.40   DEP      criu/page-xfer.d
20:23:53 [2020-11-06T20:23:53.803Z] #11 119.7 Selecting previously unselected package libpcre32-3:arm64.
20:23:53 [2020-11-06T20:23:53.803Z] #11 119.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
20:23:53 [2020-11-06T20:23:53.803Z] #11 119.7 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
20:23:54 [2020-11-06T20:23:54.012Z] #41 20.33   CC       images/core-ppc64.o
20:23:54 [2020-11-06T20:23:54.067Z] #11 119.9 Selecting previously unselected package libpcrecpp0v5:arm64.
20:23:54 [2020-11-06T20:23:54.067Z] #11 119.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
20:23:54 [2020-11-06T20:23:54.067Z] #11 119.9 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
20:23:54 [2020-11-06T20:23:54.067Z] #11 120.1 Selecting previously unselected package libpcre3-dev:arm64.
20:23:54 [2020-11-06T20:23:54.067Z] #42 86.65   DEP      criu/page-pipe.d
20:23:54 [2020-11-06T20:23:54.067Z] #42 86.73   DEP      criu/netfilter.d
20:23:54 [2020-11-06T20:23:54.332Z] #11 120.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
20:23:54 [2020-11-06T20:23:54.332Z] #11 120.2 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
20:23:54 [2020-11-06T20:23:54.367Z] #42 86.92   DEP      criu/net.d
20:23:54 [2020-11-06T20:23:54.575Z] #41 20.92   CC       images/core-s390.o
20:23:54 [2020-11-06T20:23:54.667Z] #42 87.16   DEP      criu/namespaces.d
20:23:54 [2020-11-06T20:23:54.667Z] #42 87.48   DEP      criu/mount.d
20:23:54 [2020-11-06T20:23:54.913Z] #11 120.7 Selecting previously unselected package libselinux1-dev:arm64.
20:23:54 [2020-11-06T20:23:54.913Z] #11 120.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
20:23:54 [2020-11-06T20:23:54.913Z] #11 120.8 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
20:23:54 [2020-11-06T20:23:54.965Z] #42 87.67   DEP      criu/memfd.d
20:23:55 [2020-11-06T20:23:55.265Z] #42 87.84   DEP      criu/mem.d
20:23:55 [2020-11-06T20:23:55.265Z] #42 88.00   DEP      criu/lsm.d
20:23:55 [2020-11-06T20:23:55.494Z] #11 121.3 Selecting previously unselected package libdevmapper-dev:arm64.
20:23:55 [2020-11-06T20:23:55.495Z] #11 121.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
20:23:55 [2020-11-06T20:23:55.495Z] #11 121.3 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
20:23:55 [2020-11-06T20:23:55.495Z] #11 121.4 Selecting previously unselected package libseccomp-dev:arm64.
20:23:55 [2020-11-06T20:23:55.495Z] #11 121.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
20:23:55 [2020-11-06T20:23:55.495Z] #11 121.4 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
20:23:55 [2020-11-06T20:23:55.495Z] #11 121.6 Selecting previously unselected package libsystemd-dev:arm64.
20:23:55 [2020-11-06T20:23:55.495Z] #11 121.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ...
20:23:55 [2020-11-06T20:23:55.506Z] #41 21.66   CC       images/cpuinfo.o
20:23:55 [2020-11-06T20:23:55.506Z] #41 ...
20:23:55 [2020-11-06T20:23:55.506Z] 
20:23:55 [2020-11-06T20:23:55.506Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:55 [2020-11-06T20:23:55.506Z] #43 111.0 text/template
20:23:55 [2020-11-06T20:23:55.506Z] #43 111.0 go/parser
20:23:55 [2020-11-06T20:23:55.506Z] #43 115.0 encoding/xml
20:23:55 [2020-11-06T20:23:55.506Z] #43 116.5 go/doc
20:23:55 [2020-11-06T20:23:55.506Z] #43 119.7 github.com/LK4D4/vndr/build
20:23:55 [2020-11-06T20:23:55.506Z] #43 120.9 github.com/LK4D4/vndr/versioned
20:23:55 [2020-11-06T20:23:55.506Z] #43 121.0 compress/flate
20:23:55 [2020-11-06T20:23:55.506Z] #43 ...
20:23:55 [2020-11-06T20:23:55.506Z] 
20:23:55 [2020-11-06T20:23:55.506Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:55 [2020-11-06T20:23:55.506Z] #54 54.69 + export 'BUILDTAGS=netgo osusergo static_build'
20:23:55 [2020-11-06T20:23:55.506Z] #54 54.69 + BUILDTAGS='netgo osusergo static_build'
20:23:55 [2020-11-06T20:23:55.506Z] #54 54.69 + export EXTRA_FLAGS=-buildmode=pie
20:23:55 [2020-11-06T20:23:55.506Z] #54 54.69 + EXTRA_FLAGS=-buildmode=pie
20:23:55 [2020-11-06T20:23:55.506Z] #54 54.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:23:55 [2020-11-06T20:23:55.506Z] #54 54.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:23:55 [2020-11-06T20:23:55.506Z] #54 54.69 + '[' '' = dynamic ']'
20:23:55 [2020-11-06T20:23:55.506Z] #54 54.69 + make
20:23:55 [2020-11-06T20:23:55.506Z] #54 55.73 + bin/ctr
20:23:55 [2020-11-06T20:23:55.563Z] #42 88.17   DEP      criu/log.d
20:23:55 [2020-11-06T20:23:55.563Z] #42 ...
20:23:55 [2020-11-06T20:23:55.563Z] 
20:23:55 [2020-11-06T20:23:55.563Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:55 [2020-11-06T20:23:55.563Z] #19 40.64 Unpacking bash-completion (1:2.8-6) ...
20:23:55 [2020-11-06T20:23:55.761Z] #11 121.7 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ...
20:23:56 [2020-11-06T20:23:56.208Z] #19 41.20 Selecting previously unselected package bzip2.
20:23:56 [2020-11-06T20:23:56.208Z] #19 41.21 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ...
20:23:56 [2020-11-06T20:23:56.208Z] #19 41.24 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:23:56 [2020-11-06T20:23:56.208Z] #19 41.36 Selecting previously unselected package xz-utils.
20:23:56 [2020-11-06T20:23:56.208Z] #19 41.37 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ...
20:23:56 [2020-11-06T20:23:56.208Z] #19 41.38 Unpacking xz-utils (5.2.4-1) ...
20:23:56 [2020-11-06T20:23:56.507Z] #19 41.59 Selecting previously unselected package apparmor.
20:23:56 [2020-11-06T20:23:56.507Z] #19 41.60 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ...
20:23:56 [2020-11-06T20:23:56.507Z] #19 41.70 Unpacking apparmor (2.13.2-10) ...
20:23:56 [2020-11-06T20:23:56.810Z] #19 42.05 Selecting previously unselected package aufs-tools.
20:23:56 [2020-11-06T20:23:56.810Z] #19 42.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ...
20:23:56 [2020-11-06T20:23:56.810Z] #19 42.06 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:23:57 [2020-11-06T20:23:57.113Z] #19 42.30 Selecting previously unselected package libonig5:ppc64el.
20:23:57 [2020-11-06T20:23:57.113Z] #19 42.32 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ...
20:23:57 [2020-11-06T20:23:57.413Z] #19 42.32 Unpacking libonig5:ppc64el (6.9.1-1) ...
20:23:57 [2020-11-06T20:23:57.413Z] #19 42.49 Selecting previously unselected package libjq1:ppc64el.
20:23:57 [2020-11-06T20:23:57.413Z] #19 42.51 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
20:23:57 [2020-11-06T20:23:57.413Z] #19 42.51 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
20:23:57 [2020-11-06T20:23:57.417Z] --- PASS: TestBuildSquashParent (7.24s)
20:23:57 [2020-11-06T20:23:57.417Z] === RUN   TestBuildWithRemoveAndForceRemove
20:23:57 [2020-11-06T20:23:57.417Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:23:57 [2020-11-06T20:23:57.417Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:23:57 [2020-11-06T20:23:57.417Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:23:57 [2020-11-06T20:23:57.417Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:23:57 [2020-11-06T20:23:57.417Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:23:57 [2020-11-06T20:23:57.417Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:23:57 [2020-11-06T20:23:57.417Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:23:57 [2020-11-06T20:23:57.417Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:23:57 [2020-11-06T20:23:57.417Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:23:57 [2020-11-06T20:23:57.417Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:23:57 [2020-11-06T20:23:57.417Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:23:57 [2020-11-06T20:23:57.417Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:23:57 [2020-11-06T20:23:57.417Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:23:57 [2020-11-06T20:23:57.417Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:23:57 [2020-11-06T20:23:57.676Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:23:57 [2020-11-06T20:23:57.676Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.7 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.7 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.7 Setting up libapparmor1:arm64 (2.13.2-10) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.7 Setting up libpcre16-3:arm64 (2:8.39-12) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.7 Setting up libsepol1-dev:arm64 (2.8-1) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.8 Setting up libbtrfs0 (4.20.1-2) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.8 Setting up libpcre32-3:arm64 (2:8.39-12) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.8 Setting up libudev-dev:arm64 (241-7~deb10u4) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.8 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:57 [2020-11-06T20:23:57.695Z] #11 123.8 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.66 Selecting previously unselected package jq.
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.67 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ...
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.68 Unpacking jq (1.5+dfsg-2+b1) ...
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.74 Selecting previously unselected package libaio1:ppc64el.
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.74 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ...
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.74 Unpacking libaio1:ppc64el (0.3.112-3) ...
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.82 Selecting previously unselected package libgpm2:ppc64el.
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.83 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ...
20:23:57 [2020-11-06T20:23:57.717Z] #19 42.83 Unpacking libgpm2:ppc64el (1.20.7-5) ...
20:23:57 [2020-11-06T20:23:57.961Z] #11 123.9 Setting up mingw-w64-common (6.0.0-3) ...
20:23:57 [2020-11-06T20:23:57.961Z] #11 123.9 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ...
20:23:57 [2020-11-06T20:23:57.961Z] #11 123.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:57 [2020-11-06T20:23:57.961Z] #11 123.9 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
20:23:57 [2020-11-06T20:23:57.961Z] #11 123.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:57 [2020-11-06T20:23:57.961Z] #11 123.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:23:57 [2020-11-06T20:23:57.961Z] #11 124.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:23:57 [2020-11-06T20:23:57.961Z] #11 124.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:57 [2020-11-06T20:23:57.961Z] #11 124.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:57 [2020-11-06T20:23:57.961Z] #11 124.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:57 [2020-11-06T20:23:57.961Z] #11 124.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:57 [2020-11-06T20:23:57.961Z] #11 124.1 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
20:23:58 [2020-11-06T20:23:58.019Z] #19 42.91 Selecting previously unselected package libicu63:ppc64el.
20:23:58 [2020-11-06T20:23:58.019Z] #19 42.92 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ...
20:23:58 [2020-11-06T20:23:58.019Z] #19 42.92 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
20:23:58 [2020-11-06T20:23:58.226Z] #11 124.1 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
20:23:58 [2020-11-06T20:23:58.226Z] #11 124.1 Setting up dmsetup (2:1.02.155-3) ...
20:23:58 [2020-11-06T20:23:58.226Z] #11 124.2 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
20:23:58 [2020-11-06T20:23:58.226Z] #11 124.2 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
20:23:58 [2020-11-06T20:23:58.226Z] #11 124.2 Processing triggers for libc-bin (2.28-10) ...
20:23:58 [2020-11-06T20:23:58.811Z] #11 DONE 124.8s
20:23:58 [2020-11-06T20:23:58.811Z] 
20:23:58 [2020-11-06T20:23:58.811Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:58 [2020-11-06T20:23:58.981Z] #20 5.261 Collecting yamllint==1.16.0
20:23:59 [2020-11-06T20:23:59.929Z] #20 ...
20:23:59 [2020-11-06T20:23:59.930Z] 
20:23:59 [2020-11-06T20:23:59.930Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:59 [2020-11-06T20:23:59.930Z] #41 124.0   CC       criu/kerndat.o
20:23:59 [2020-11-06T20:23:59.930Z] #41 125.3   CC       criu/libnetlink.o
20:23:59 [2020-11-06T20:23:59.930Z] #41 125.7   CC       criu/log.o
20:23:59 [2020-11-06T20:23:59.930Z] #41 126.3   CC       criu/lsm.o
20:23:59 [2020-11-06T20:23:59.930Z] #41 126.9   CC       criu/mem.o
20:23:59 [2020-11-06T20:23:59.930Z] #41 128.8   CC       criu/memfd.o
20:23:59 [2020-11-06T20:23:59.930Z] #41 129.3   CC       criu/mount.o
20:24:00 [2020-11-06T20:24:00.209Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:24:00 [2020-11-06T20:24:00.209Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:24:00 [2020-11-06T20:24:00.755Z] #51 ...
20:24:00 [2020-11-06T20:24:00.755Z] 
20:24:00 [2020-11-06T20:24:00.755Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:00 [2020-11-06T20:24:00.755Z] #41 34.11   CC       images/pagemap.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 34.36   CC       images/siginfo.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 34.58   CC       images/rpc.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 35.75   CC       images/ext-file.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 35.88   CC       images/cgroup.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 36.49   CC       images/userns.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 37.03   CC       images/google/protobuf/descriptor.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 38.83   CC       images/opts.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 39.15   CC       images/seccomp.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 39.58   CC       images/binfmt-misc.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 39.80   CC       images/time.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 40.01   CC       images/sysctl.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 40.23   CC       images/autofs.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 40.57   CC       images/macvlan.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 40.78   CC       images/sit.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.07   CC       images/memfd.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.31   CC       images/timens.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.58   LINK     images/built-in.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.71   GEN      compel/include/asm
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.74   GEN      compel/include/version.h
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.78 touch .config
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.85   GEN      include/common/config.h
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.91   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.92   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
20:24:00 [2020-11-06T20:24:00.755Z] #41 41.98   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.03   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.05   DEP      compel/plugins/std/infect.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.21   DEP      compel/plugins/std/string.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.33   DEP      compel/plugins/std/log.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.47   DEP      compel/plugins/std/fds.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.61   DEP      compel/plugins/std/std.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.71   DEP      compel/plugins/shmem/shmem.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.80   DEP      compel/plugins/fds/fds.d
20:24:00 [2020-11-06T20:24:00.755Z] #41 42.99   CC       compel/plugins/std/std.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 43.40   CC       compel/plugins/std/fds.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 43.62   CC       compel/plugins/std/log.o
20:24:00 [2020-11-06T20:24:00.755Z] #41 ...
20:24:00 [2020-11-06T20:24:00.755Z] 
20:24:00 [2020-11-06T20:24:00.755Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:24:00 [2020-11-06T20:24:00.755Z] #22 120.0 Checking out files:  19% (2137/10984)   
Checking out files:  20% (2197/10984)   
Checking out files:  21% (2307/10984)   
Checking out files:  22% (2417/10984)   
Checking out files:  23% (2527/10984)   
Checking out files:  24% (2637/10984)   
Checking out files:  25% (2746/10984)   
Checking out files:  26% (2856/10984)   
Checking out files:  27% (2966/10984)   
Checking out files:  28% (3076/10984)   
Checking out files:  29% (3186/10984)   
Checking out files:  30% (3296/10984)   
Checking out files:  31% (3406/10984)   
Checking out files:  32% (3515/10984)   
Checking out files:  33% (3625/10984)   
Checking out files:  34% (3735/10984)   
Checking out files:  35% (3845/10984)   
Checking out files:  36% (3955/10984)   
Checking out files:  36% (3983/10984)   
Checking out files:  37% (4065/10984)   
Checking out files:  38% (4174/10984)   
Checking out files:  39% (4284/10984)   
Checking out files:  40% (4394/10984)   
Checking out files:  41% (4504/10984)   
Checking out files:  42% (4614/10984)   
Checking out files:  43% (4724/10984)   
Checking out files:  44% (4833/10984)   
Checking out files:  45% (4943/10984)   
Checking out files:  46% (5053/10984)   
Checking out files:  47% (5163/10984)   
Checking out files:  48% (5273/10984)   
Checking out files:  49% (5383/10984)   
Checking out files:  50% (5492/10984)   
Checking out files:  51% (5602/10984)   
Checking out files:  52% (5712/10984)   
Checking out files:  53% (5822/10984)   
Checking out files:  54% (5932/10984)   
Checking out files:  55% (6042/10984)   
Checking out files:  56% (6152/10984)   
Checking out files:  57% (6261/10984)   
Checking out files:  58% (6371/10984)   
Checking out files:  59% (6481/10984)   
Checking out files:  60% (6591/10984)   
Checking out files:  61% (6701/10984)   
Checking out files:  62% (6811/10984)   
Checking out files:  63% (6920/10984)   
Checking out files:  64% (7030/10984)   
Checking out files:  65% (7140/10984)   
Checking out files:  66% (7250/10984)   
Checking out files:  67% (7360/10984)   
Checking out files:  67% (7406/10984)   
Checking out files:  68% (7470/10984)   
Checking out files:  69% (7579/10984)   
Checking out files:  70% (7689/10984)   
Checking out files:  71% (7799/10984)   
Checking out files:  72% (7909/10984)   
Checking out files:  73% (8019/10984)   
Checking out files:  74% (8129/10984)   
Checking out files:  75% (8238/10984)   
Checking out files:  76% (8348/10984)   
Checking out files:  77% (8458/10984)   
Checking out files:  78% (8568/10984)   
Checking out files:  79% (8678/10984)   
Checking out files:  80% (8788/10984)   
Checking out files:  81% (8898/10984)   
Checking out files:  82% (9007/10984)   
Checking out files:  83% (9117/10984)   
Checking out files:  84% (9227/10984)   
Checking out files:  85% (9337/10984)   
Checking out files:  86% (9447/10984)   
Checking out files:  87% (9557/10984)   
Checking out files:  88% (9666/10984)   
Checking out files:  89% (9776/10984)   
Checking out files:  90% (9886/10984)   
Checking out files:  91% (9996/10984)   
Checking out files:  92% (10106/10984)   
Checking out files:  92% (10120/10984)   
Checking out files:  93% (10216/10984)   
Checking out files:  94% (10325/10984)   
Checking out files:  95% (10435/10984)   
Checking out files:  96% (10545/10984)   
Checking out files:  97% (10655/10984)   
Checking out files:  98% (10765/10984)   
Checking out files:  99% (10875/10984)   
Checking out files: 100% (10984/10984)   
Checking out files: 100% (10984/10984), done.
20:24:00 [2020-11-06T20:24:00.755Z] #22 123.4 + cd /tmp/tmp.Hfws431YNj/tmp/docker-ce
20:24:00 [2020-11-06T20:24:00.755Z] #22 123.4 + git checkout -q v17.06.2-ce
20:24:00 [2020-11-06T20:24:00.755Z] #22 126.6 + mkdir -p /tmp/tmp.Hfws431YNj/src/github.com/docker
20:24:00 [2020-11-06T20:24:00.755Z] #22 126.7 + mv components/cli /tmp/tmp.Hfws431YNj/src/github.com/docker/cli
20:24:00 [2020-11-06T20:24:00.755Z] #22 126.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
20:24:00 [2020-11-06T20:24:00.762Z] #54 ...
20:24:00 [2020-11-06T20:24:00.762Z] 
20:24:00 [2020-11-06T20:24:00.762Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:00 [2020-11-06T20:24:00.762Z] #49 119.0 mvdan.cc/sh/v3/cmd/shfmt
20:24:00 [2020-11-06T20:24:00.762Z] #49 DONE 125.3s
20:24:00 [2020-11-06T20:24:00.762Z] 
20:24:00 [2020-11-06T20:24:00.762Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:00 [2020-11-06T20:24:00.762Z] #41 22.15   CC       images/inventory.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 22.42   CC       images/fdinfo.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 22.85   CC       images/fown.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 23.08   CC       images/ns.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 23.36   CC       images/regfile.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 23.67   CC       images/ghost-file.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 24.11   CC       images/fifo.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 24.37   CC       images/remap-file-path.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 24.59   CC       images/eventfd.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 24.88   CC       images/eventpoll.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 25.19   CC       images/fh.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 25.57   CC       images/fsnotify.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 26.17   CC       images/signalfd.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 26.55   CC       images/fs.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 26.92   CC       images/pstree.o
20:24:00 [2020-11-06T20:24:00.762Z] #41 27.29   CC       images/pipe.o
20:24:01 [2020-11-06T20:24:01.020Z] #41 ...
20:24:01 [2020-11-06T20:24:01.020Z] 
20:24:01 [2020-11-06T20:24:01.020Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:01 [2020-11-06T20:24:01.020Z] #11 126.6 Selecting previously unselected package g++-mingw-w64-x86-64.
20:24:01 [2020-11-06T20:24:01.021Z] #22 ...
20:24:01 [2020-11-06T20:24:01.021Z] 
20:24:01 [2020-11-06T20:24:01.021Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.204 + RM_GOPATH=0
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.204 + TMP_GOPATH=
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.204 + : /build
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.204 + '[' -z '' ']'
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.204 ++ mktemp -d
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.212 + export GOPATH=/tmp/tmp.MAnyyku3pJ
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.212 + GOPATH=/tmp/tmp.MAnyyku3pJ
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.212 + RM_GOPATH=1
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.212 + case "$(go env GOARCH)" in
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.212 ++ go env GOARCH
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.224 + export GO_BUILDMODE=-buildmode=pie
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.224 + GO_BUILDMODE=-buildmode=pie
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 ++ dirname /tmp/install/install.sh
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 + dir=/tmp/install
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 + bin=runc
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 + shift
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 + '[' '!' -f /tmp/install/runc.installer ']'
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 + . /tmp/install/runc.installer
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 + install_runc
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 + grep -q '^3\.10\.0.*\.el7\.'
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.232 + uname -r
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.240 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.240 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.240 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.MAnyyku3pJ/src/github.com/opencontainers/runc
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.241 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:24:01 [2020-11-06T20:24:01.021Z] #51 2.244 Cloning into '/tmp/tmp.MAnyyku3pJ/src/github.com/opencontainers/runc'...
20:24:01 [2020-11-06T20:24:01.278Z] #11 126.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:24:01 [2020-11-06T20:24:01.278Z] #11 126.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:01 [2020-11-06T20:24:01.595Z] #19 ...
20:24:01 [2020-11-06T20:24:01.595Z] 
20:24:01 [2020-11-06T20:24:01.595Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:24:01 [2020-11-06T20:24:01.601Z] #51 ...
20:24:01 [2020-11-06T20:24:01.601Z] 
20:24:01 [2020-11-06T20:24:01.601Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
20:24:01 [2020-11-06T20:24:01.601Z] #12 DONE 2.9s
20:24:01 [2020-11-06T20:24:01.868Z] 
20:24:01 [2020-11-06T20:24:01.868Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:24:02 [2020-11-06T20:24:02.114Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:24:02 [2020-11-06T20:24:02.114Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.47s)
20:24:02 [2020-11-06T20:24:02.114Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.50s)
20:24:02 [2020-11-06T20:24:02.114Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.06s)
20:24:02 [2020-11-06T20:24:02.114Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.12s)
20:24:02 [2020-11-06T20:24:02.114Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.93s)
20:24:02 [2020-11-06T20:24:02.114Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.01s)
20:24:02 [2020-11-06T20:24:02.114Z] === RUN   TestBuildMultiStageCopy
20:24:02 [2020-11-06T20:24:02.114Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:24:03 [2020-11-06T20:24:03.242Z] #41 133.0   CC       criu/namespaces.o
20:24:03 [2020-11-06T20:24:03.691Z] #23 155.4 Checking out files:  23% (2607/10984)   
Checking out files:  24% (2637/10984)   
Checking out files:  25% (2746/10984)   
Checking out files:  26% (2856/10984)   
Checking out files:  27% (2966/10984)   
Checking out files:  28% (3076/10984)   
Checking out files:  29% (3186/10984)   
Checking out files:  30% (3296/10984)   
Checking out files:  31% (3406/10984)   
Checking out files:  32% (3515/10984)   
Checking out files:  33% (3625/10984)   
Checking out files:  34% (3735/10984)   
Checking out files:  35% (3845/10984)   
Checking out files:  36% (3955/10984)   
Checking out files:  37% (4065/10984)   
Checking out files:  38% (4174/10984)   
Checking out files:  39% (4284/10984)   
Checking out files:  40% (4394/10984)   
Checking out files:  41% (4504/10984)   
Checking out files:  42% (4614/10984)   
Checking out files:  43% (4724/10984)   
Checking out files:  43% (4756/10984)   
Checking out files:  44% (4833/10984)   
Checking out files:  45% (4943/10984)   
Checking out files:  46% (5053/10984)   
Checking out files:  47% (5163/10984)   
Checking out files:  48% (5273/10984)   
Checking out files:  49% (5383/10984)   
Checking out files:  50% (5492/10984)   
Checking out files:  51% (5602/10984)   
Checking out files:  52% (5712/10984)   
Checking out files:  53% (5822/10984)   
Checking out files:  54% (5932/10984)   
Checking out files:  55% (6042/10984)   
Checking out files:  56% (6152/10984)   
Checking out files:  57% (6261/10984)   
Checking out files:  58% (6371/10984)   
Checking out files:  59% (6481/10984)   
Checking out files:  60% (6591/10984)   
Checking out files:  61% (6701/10984)   
Checking out files:  62% (6811/10984)   
Checking out files:  63% (6920/10984)   
Checking out files:  64% (7030/10984)   
Checking out files:  65% (7140/10984)   
Checking out files:  66% (7250/10984)   
Checking out files:  67% (7360/10984)   
Checking out files:  68% (7470/10984)   
Checking out files:  68% (7551/10984)   
Checking out files:  69% (7579/10984)   
Checking out files:  70% (7689/10984)   
Checking out files:  71% (7799/10984)   
Checking out files:  72% (7909/10984)   
Checking out files:  73% (8019/10984)   
Checking out files:  74% (8129/10984)   
Checking out files:  75% (8238/10984)   
Checking out files:  76% (8348/10984)   
Checking out files:  77% (8458/10984)   
Checking out files:  78% (8568/10984)   
Checking out files:  79% (8678/10984)   
Checking out files:  80% (8788/10984)   
Checking out files:  81% (8898/10984)   
Checking out files:  82% (9007/10984)   
Checking out files:  83% (9117/10984)   
Checking out files:  84% (9227/10984)   
Checking out files:  85% (9337/10984)   
Checking out files:  86% (9447/10984)   
Checking out files:  87% (9557/10984)   
Checking out files:  88% (9666/10984)   
Checking out files:  89% (9776/10984)   
Checking out files:  90% (9886/10984)   
Checking out files:  91% (9996/10984)   
Checking out files:  91% (10001/10984)   
Checking out files:  92% (10106/10984)   
Checking out files:  93% (10216/10984)   
Checking out files:  94% (10325/10984)   
Checking out files:  95% (10435/10984)   
Checking out files:  96% (10545/10984)   
Checking out files:  97% (10655/10984)   
Checking out files:  98% (10765/10984)   
Checking out files:  99% (10875/10984)   
Checking out files: 100% (10984/10984)   
Checking out files: 100% (10984/10984), done.
20:24:03 [2020-11-06T20:24:03.691Z] #23 158.9 + cd /tmp/tmp.4QEYvlAXbA/tmp/docker-ce
20:24:03 [2020-11-06T20:24:03.691Z] #23 158.9 + git checkout -q v17.06.2-ce
20:24:03 [2020-11-06T20:24:03.691Z] #23 ...
20:24:03 [2020-11-06T20:24:03.691Z] 
20:24:03 [2020-11-06T20:24:03.691Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:03 [2020-11-06T20:24:03.691Z] #44 148.9 vendor/golang.org/x/net/idna
20:24:03 [2020-11-06T20:24:03.691Z] #44 151.3 net/textproto
20:24:03 [2020-11-06T20:24:03.691Z] #44 151.4 crypto/x509
20:24:03 [2020-11-06T20:24:03.691Z] #44 152.1 vendor/golang.org/x/net/http/httpproxy
20:24:03 [2020-11-06T20:24:03.691Z] #44 154.2 mime/multipart
20:24:03 [2020-11-06T20:24:03.691Z] #44 154.2 vendor/golang.org/x/net/http/httpguts
20:24:03 [2020-11-06T20:24:03.691Z] #44 158.3 crypto/tls
20:24:03 [2020-11-06T20:24:03.992Z] #44 ...
20:24:03 [2020-11-06T20:24:03.992Z] 
20:24:03 [2020-11-06T20:24:03.992Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.30 Selecting previously unselected package libnet1:ppc64el.
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.30 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.31 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.39 Selecting previously unselected package libnl-3-200:ppc64el.
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.39 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.41 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.52 Selecting previously unselected package libprotobuf-c1:ppc64el.
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.54 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.55 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.63 Selecting previously unselected package libreadline5:ppc64el.
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.65 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.65 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.80 Selecting previously unselected package net-tools.
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.81 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 47.81 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.08 Selecting previously unselected package python-pip-whl.
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.11 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.12 Unpacking python-pip-whl (18.1-5) ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.69 Selecting previously unselected package python3-lib2to3.
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.70 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.71 Unpacking python3-lib2to3 (3.7.3-1) ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.86 Selecting previously unselected package python3-distutils.
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.88 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 48.88 Unpacking python3-distutils (3.7.3-1) ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 49.06 Selecting previously unselected package python3-pip.
20:24:03 [2020-11-06T20:24:03.992Z] #19 49.07 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:24:03 [2020-11-06T20:24:03.992Z] #19 49.09 Unpacking python3-pip (18.1-5) ...
20:24:04 [2020-11-06T20:24:04.316Z] #19 49.35 Selecting previously unselected package python3-pkg-resources.
20:24:04 [2020-11-06T20:24:04.316Z] #19 49.35 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:24:04 [2020-11-06T20:24:04.316Z] #19 49.36 Unpacking python3-pkg-resources (40.8.0-1) ...
20:24:04 [2020-11-06T20:24:04.316Z] #19 49.49 Selecting previously unselected package python3-setuptools.
20:24:04 [2020-11-06T20:24:04.316Z] #19 49.53 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:24:04 [2020-11-06T20:24:04.316Z] #19 49.54 Unpacking python3-setuptools (40.8.0-1) ...
20:24:04 [2020-11-06T20:24:04.487Z] ok  	github.com/docker/docker/cmd/dockerd	0.063s	coverage: 29.1% of statements
20:24:04 [2020-11-06T20:24:04.487Z] ok  	github.com/docker/docker/container	0.110s	coverage: 34.7% of statements
20:24:04 [2020-11-06T20:24:04.487Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:24:04 [2020-11-06T20:24:04.487Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:24:04 [2020-11-06T20:24:04.487Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:24:04 [2020-11-06T20:24:04.487Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:24:04 [2020-11-06T20:24:04.627Z] #19 49.89 Selecting previously unselected package python3-wheel.
20:24:04 [2020-11-06T20:24:04.633Z] #41 ...
20:24:04 [2020-11-06T20:24:04.633Z] 
20:24:04 [2020-11-06T20:24:04.633Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:24:04 [2020-11-06T20:24:04.633Z] #20 10.62   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:24:04 [2020-11-06T20:24:04.633Z] #20 10.74 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:24:04 [2020-11-06T20:24:04.633Z] #20 10.78   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:24:04 [2020-11-06T20:24:04.633Z] #20 10.83 Collecting pyyaml (from yamllint==1.16.0)
20:24:04 [2020-11-06T20:24:04.633Z] #20 11.00   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:24:04 [2020-11-06T20:24:04.926Z] #19 49.90 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:24:04 [2020-11-06T20:24:04.926Z] #19 49.90 Unpacking python3-wheel (0.32.3-2) ...
20:24:04 [2020-11-06T20:24:04.926Z] #19 49.99 Selecting previously unselected package sudo.
20:24:04 [2020-11-06T20:24:04.926Z] #19 50.00 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ...
20:24:04 [2020-11-06T20:24:04.926Z] #19 50.01 Unpacking sudo (1.8.27-1+deb10u2) ...
20:24:05 [2020-11-06T20:24:05.198Z] #13 DONE 3.2s
20:24:05 [2020-11-06T20:24:05.198Z] 
20:24:05 [2020-11-06T20:24:05.198Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:05 [2020-11-06T20:24:05.198Z] #41 44.36   CC       compel/plugins/std/string.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 44.77   CC       compel/plugins/std/infect.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 45.13   CC       compel/arch/aarch64/plugins/std/parasite-head.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 45.17   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 45.27   AR       compel/plugins/std.lib.a
20:24:05 [2020-11-06T20:24:05.198Z] #41 45.44   CC       compel/plugins/fds/fds.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 45.78   AR       compel/plugins/fds.lib.a
20:24:05 [2020-11-06T20:24:05.198Z] #41 45.84   HOSTDEP  compel/src/lib/log-host.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 45.98   HOSTDEP  compel/src/lib/handle-elf-host.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.12   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.18   HOSTDEP  compel/src/main-host.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.23   DEP      compel/src/lib/ptrace.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.29   DEP      compel/src/lib/infect.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.37   DEP      compel/src/lib/infect-util.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.43   DEP      compel/src/lib/infect-rpc.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.61   DEP      compel/arch/aarch64/src/lib/infect.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.69   DEP      compel/arch/aarch64/src/lib/cpu.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.74   DEP      compel/src/lib/log.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.77   DEP      compel/src/main.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.85   DEP      compel/src/lib/handle-elf.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.91   DEP      compel/arch/aarch64/src/lib/handle-elf.d
20:24:05 [2020-11-06T20:24:05.198Z] #41 46.98   CC       compel/src/lib/log.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 47.33   CC       compel/arch/aarch64/src/lib/cpu.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 47.53   CC       compel/arch/aarch64/src/lib/infect.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 47.93   CC       compel/src/lib/infect-rpc.o
20:24:05 [2020-11-06T20:24:05.198Z] #41 48.38   CC       compel/src/lib/infect-util.o
20:24:05 [2020-11-06T20:24:05.402Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:24:05 [2020-11-06T20:24:05.463Z] #41 48.81   CC       compel/src/lib/infect.o
20:24:05 [2020-11-06T20:24:05.576Z] #19 50.60 Selecting previously unselected package thin-provisioning-tools.
20:24:05 [2020-11-06T20:24:05.576Z] #19 50.63 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ...
20:24:05 [2020-11-06T20:24:05.576Z] #19 50.63 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:24:05 [2020-11-06T20:24:05.876Z] #19 ...
20:24:05 [2020-11-06T20:24:05.876Z] 
20:24:05 [2020-11-06T20:24:05.876Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:05 [2020-11-06T20:24:05.876Z] #42 88.33   DEP      criu/libnetlink.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 88.51   DEP      criu/kerndat.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 88.77   DEP      criu/kcmp-ids.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 88.86   DEP      criu/irmap.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 89.04   DEP      criu/ipc_ns.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 89.25   DEP      criu/image.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 89.47   DEP      criu/image-desc.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 89.61   DEP      criu/fsnotify.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 89.83   DEP      criu/filesystems.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 90.02   DEP      criu/files.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 90.29   DEP      criu/files-reg.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 90.48   DEP      criu/files-ext.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 90.69   DEP      criu/file-lock.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 90.82   DEP      criu/file-ids.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 90.93   DEP      criu/fifo.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 91.13   DEP      criu/fdstore.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 91.33   DEP      criu/fault-injection.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 91.36   DEP      criu/external.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 91.51   DEP      criu/eventpoll.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 91.77   DEP      criu/eventfd.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 91.94   DEP      criu/crtools.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 92.28   DEP      criu/cr-service.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 92.42   DEP      criu/cr-restore.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 92.62   DEP      criu/cr-errno.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 92.64   DEP      criu/cr-dump.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 92.88   DEP      criu/cr-dedup.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 93.05   DEP      criu/cr-check.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 93.29   DEP      criu/config.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 93.48   DEP      criu/clone-noasan.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 93.57   DEP      criu/cgroup.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 94.08   DEP      criu/cgroup-props.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 94.29   DEP      criu/bitmap.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 94.32   DEP      criu/bfd.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 94.53   DEP      criu/autofs.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 94.73   DEP      criu/aio.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 95.08   DEP      criu/action-scripts.d
20:24:05 [2020-11-06T20:24:05.876Z] #42 95.48   CC       criu/action-scripts.o
20:24:05 [2020-11-06T20:24:05.876Z] #42 96.19   CC       criu/aio.o
20:24:05 [2020-11-06T20:24:05.876Z] #42 97.04   CC       criu/autofs.o
20:24:05 [2020-11-06T20:24:05.876Z] #42 ...
20:24:05 [2020-11-06T20:24:05.876Z] 
20:24:05 [2020-11-06T20:24:05.876Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:05 [2020-11-06T20:24:05.876Z] #19 50.92 Selecting previously unselected package uidmap.
20:24:05 [2020-11-06T20:24:05.876Z] #19 50.93 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ...
20:24:05 [2020-11-06T20:24:05.876Z] #19 50.95 Unpacking uidmap (1:4.5-1.1) ...
20:24:05 [2020-11-06T20:24:05.971Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:24:06 [2020-11-06T20:24:06.176Z] #19 51.06 Selecting previously unselected package vim-runtime.
20:24:06 [2020-11-06T20:24:06.176Z] #19 51.08 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:24:06 [2020-11-06T20:24:06.176Z] #19 51.14 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:24:06 [2020-11-06T20:24:06.176Z] #19 51.22 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:24:06 [2020-11-06T20:24:06.176Z] #19 51.24 Unpacking vim-runtime (2:8.1.0875-5) ...
20:24:06 [2020-11-06T20:24:06.535Z] #11 ...
20:24:06 [2020-11-06T20:24:06.535Z] 
20:24:06 [2020-11-06T20:24:06.535Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:06 [2020-11-06T20:24:06.535Z] #41 27.68   CC       images/tcp-stream.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 27.90   CC       images/sk-packet.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 28.21   CC       images/mnt.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 28.49   CC       images/pipe-data.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 28.68   CC       images/sa.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 28.90   CC       images/timer.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 29.23   CC       images/timerfd.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 29.54   CC       images/mm.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 29.83   CC       images/sk-opts.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 30.00   CC       images/sk-unix.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 30.26   CC       images/sk-inet.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 30.52   CC       images/tun.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 30.76   CC       images/sk-netlink.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 30.96   CC       images/packet-sock.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 31.33   CC       images/ipc-var.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 31.51   CC       images/ipc-desc.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 31.71   CC       images/ipc-shm.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 31.98   CC       images/ipc-msg.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 32.23   CC       images/ipc-sem.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 32.39   CC       images/utsns.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 32.55   CC       images/creds.o
20:24:06 [2020-11-06T20:24:06.535Z] #41 32.72   CC       images/vma.o
20:24:06 [2020-11-06T20:24:06.605Z] #20 12.52 Building wheels for collected packages: pyyaml
20:24:06 [2020-11-06T20:24:06.605Z] #20 12.52   Running setup.py bdist_wheel for pyyaml: started
20:24:06 [2020-11-06T20:24:06.792Z] #41 33.01   CC       images/netdev.o
20:24:07 [2020-11-06T20:24:07.049Z] #41 33.40   CC       images/tty.o
20:24:07 [2020-11-06T20:24:07.308Z] #41 ...
20:24:07 [2020-11-06T20:24:07.308Z] 
20:24:07 [2020-11-06T20:24:07.308Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:07 [2020-11-06T20:24:07.308Z] #43 122.9 hash/crc32
20:24:07 [2020-11-06T20:24:07.308Z] #43 123.6 net
20:24:07 [2020-11-06T20:24:07.308Z] #43 123.8 compress/gzip
20:24:07 [2020-11-06T20:24:07.308Z] #43 124.4 vendor/golang.org/x/text/transform
20:24:07 [2020-11-06T20:24:07.308Z] #43 125.0 vendor/golang.org/x/text/unicode/bidi
20:24:07 [2020-11-06T20:24:07.308Z] #43 127.1 vendor/golang.org/x/text/secure/bidirule
20:24:07 [2020-11-06T20:24:07.308Z] #43 127.5 vendor/golang.org/x/text/unicode/norm
20:24:07 [2020-11-06T20:24:07.308Z] #43 130.7 vendor/golang.org/x/net/idna
20:24:07 [2020-11-06T20:24:07.348Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:24:07 [2020-11-06T20:24:07.406Z] #41 50.37   CC       compel/src/lib/ptrace.o
20:24:07 [2020-11-06T20:24:07.406Z] #41 ...
20:24:07 [2020-11-06T20:24:07.406Z] 
20:24:07 [2020-11-06T20:24:07.406Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:24:07 [2020-11-06T20:24:07.406Z] #14 1.477 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:24:07 [2020-11-06T20:24:07.406Z] #14 DONE 2.4s
20:24:07 [2020-11-06T20:24:07.406Z] 
20:24:07 [2020-11-06T20:24:07.406Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:24:07 [2020-11-06T20:24:07.553Z] #20 13.67   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:24:07 [2020-11-06T20:24:07.553Z] #20 13.68   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:24:07 [2020-11-06T20:24:07.553Z] #20 13.79 Successfully built pyyaml
20:24:07 [2020-11-06T20:24:07.553Z] #20 13.80 Installing collected packages: pathspec, pyyaml, yamllint
20:24:07 [2020-11-06T20:24:07.566Z] #43 133.0 vendor/golang.org/x/net/http2/hpack
20:24:07 [2020-11-06T20:24:07.566Z] #43 ...
20:24:07 [2020-11-06T20:24:07.566Z] 
20:24:07 [2020-11-06T20:24:07.566Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:07 [2020-11-06T20:24:07.566Z] #41 33.96   CC       images/file-lock.o
20:24:07 [2020-11-06T20:24:07.814Z] #20 14.23 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:24:07 [2020-11-06T20:24:07.823Z] #41 34.13   CC       images/rlimit.o
20:24:08 [2020-11-06T20:24:08.080Z] #41 34.29   CC       images/pagemap.o
20:24:08 [2020-11-06T20:24:08.284Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:24:08 [2020-11-06T20:24:08.337Z] #41 34.65   CC       images/siginfo.o
20:24:08 [2020-11-06T20:24:08.387Z] #20 DONE 14.8s
20:24:08 [2020-11-06T20:24:08.388Z] 
20:24:08 [2020-11-06T20:24:08.388Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:24:08 [2020-11-06T20:24:08.595Z] #41 34.89   CC       images/rpc.o
20:24:08 [2020-11-06T20:24:08.649Z] #23 DONE 0.3s
20:24:08 [2020-11-06T20:24:08.649Z] 
20:24:08 [2020-11-06T20:24:08.649Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:08 [2020-11-06T20:24:08.649Z] #41 134.9   CC       criu/net.o
20:24:08 [2020-11-06T20:24:08.809Z] #15 DONE 1.7s
20:24:08 [2020-11-06T20:24:08.809Z] 
20:24:08 [2020-11-06T20:24:08.809Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:24:08 [2020-11-06T20:24:08.910Z] #41 138.9   CC       criu/netfilter.o
20:24:08 [2020-11-06T20:24:08.937Z] ok  	github.com/docker/docker/daemon/cluster	0.047s	coverage: 0.5% of statements
20:24:09 [2020-11-06T20:24:09.171Z] #41 139.3   CC       criu/page-pipe.o
20:24:09 [2020-11-06T20:24:09.220Z] --- PASS: TestBuildMultiStageCopy (7.36s)
20:24:09 [2020-11-06T20:24:09.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.36s)
20:24:09 [2020-11-06T20:24:09.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
20:24:09 [2020-11-06T20:24:09.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.02s)
20:24:09 [2020-11-06T20:24:09.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.98s)
20:24:09 [2020-11-06T20:24:09.220Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
20:24:09 [2020-11-06T20:24:09.220Z] === RUN   TestBuildMultiStageParentConfig
20:24:09 [2020-11-06T20:24:09.540Z] #41 35.87   CC       images/ext-file.o
20:24:09 [2020-11-06T20:24:09.540Z] #41 36.01   CC       images/cgroup.o
20:24:09 [2020-11-06T20:24:09.569Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.006s	coverage: 65.3% of statements
20:24:09 [2020-11-06T20:24:09.743Z] #41 139.8   CC       criu/page-xfer.o
20:24:10 [2020-11-06T20:24:10.104Z] #41 36.56   CC       images/userns.o
20:24:10 [2020-11-06T20:24:10.361Z] #41 36.81   CC       images/google/protobuf/descriptor.o
20:24:10 [2020-11-06T20:24:10.692Z] #19 55.07 Selecting previously unselected package vim.
20:24:10 [2020-11-06T20:24:10.692Z] #19 55.08 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ...
20:24:10 [2020-11-06T20:24:10.692Z] #19 55.10 Unpacking vim (2:8.1.0875-5) ...
20:24:10 [2020-11-06T20:24:10.692Z] #19 55.73 Selecting previously unselected package xfsprogs.
20:24:10 [2020-11-06T20:24:10.692Z] #19 55.74 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ...
20:24:10 [2020-11-06T20:24:10.692Z] #19 55.76 Unpacking xfsprogs (4.20.0-1) ...
20:24:11 [2020-11-06T20:24:11.076Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.006s	coverage: 35.9% of statements
20:24:11 [2020-11-06T20:24:11.163Z] DEBUG: print all environment variables to check how Jenkins runs this script
20:24:11 [2020-11-06T20:24:11.163Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f728218b\powershellScript.ps1'; exit $LASTEXITCODE;
20:24:11 [2020-11-06T20:24:11.163Z] ----------------------------------------------------------------------------
20:24:11 [2020-11-06T20:24:11.163Z] 
20:24:11 [2020-11-06T20:24:11.163Z] INFO: executeCI.ps1 starting at Fri Nov  6 20:24:09 CUT 2020
20:24:11 [2020-11-06T20:24:11.163Z] 
20:24:11 [2020-11-06T20:24:11.163Z] INFO: Script version 05-Feb-2019 09:03 PDT
20:24:11 [2020-11-06T20:24:11.163Z] INFO: Running git version 2.24.1.windows.2
20:24:11 [2020-11-06T20:24:11.163Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
20:24:11 [2020-11-06T20:24:11.163Z] INFO: Environment variables:
20:24:11 [2020-11-06T20:24:11.163Z] 
20:24:11 [2020-11-06T20:24:11.163Z] Name                           Value                                                                                   
20:24:11 [2020-11-06T20:24:11.163Z] ----                           -----                                                                                   
20:24:11 [2020-11-06T20:24:11.163Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
20:24:11 [2020-11-06T20:24:11.163Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
20:24:11 [2020-11-06T20:24:11.164Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
20:24:11 [2020-11-06T20:24:11.164Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
20:24:11 [2020-11-06T20:24:11.164Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
20:24:11 [2020-11-06T20:24:11.164Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
20:24:11 [2020-11-06T20:24:11.164Z] BRANCH_NAME                    PR-41648                                                                                
20:24:11 [2020-11-06T20:24:11.164Z] BUILD_DISPLAY_NAME             #1                                                                                      
20:24:11 [2020-11-06T20:24:11.164Z] BUILD_ID                       1                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] BUILD_NUMBER                   1                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] BUILD_TAG                      jenkins-moby-PR-41648-1                                                                 
20:24:11 [2020-11-06T20:24:11.164Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-41648/1/                              
20:24:11 [2020-11-06T20:24:11.164Z] CHANGE_AUTHOR                  thaJeztah                                                                               
20:24:11 [2020-11-06T20:24:11.164Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
20:24:11 [2020-11-06T20:24:11.164Z] CHANGE_BRANCH                  fix_stream_detection                                                                    
20:24:11 [2020-11-06T20:24:11.164Z] CHANGE_FORK                    thaJeztah/docker                                                                        
20:24:11 [2020-11-06T20:24:11.164Z] CHANGE_ID                      41648                                                                                   
20:24:11 [2020-11-06T20:24:11.164Z] CHANGE_TARGET                  master                                                                                  
20:24:11 [2020-11-06T20:24:11.164Z] CHANGE_TITLE                   builder: fix detection of experimental --stream option (deprecated)                     
20:24:11 [2020-11-06T20:24:11.164Z] CHANGE_URL                     https://github.com/moby/moby/pull/41648                                                 
20:24:11 [2020-11-06T20:24:11.164Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
20:24:11 [2020-11-06T20:24:11.164Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
20:24:11 [2020-11-06T20:24:11.164Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
20:24:11 [2020-11-06T20:24:11.164Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
20:24:11 [2020-11-06T20:24:11.164Z] COMPUTERNAME                   azwin-2-1b1ec0                                                                          
20:24:11 [2020-11-06T20:24:11.164Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
20:24:11 [2020-11-06T20:24:11.164Z] ConfigSequenceNumber           0                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] DOCKER_BUILDKIT                0                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] DOCKER_DUT_DEBUG               1                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] DOCKER_EXPERIMENTAL            1                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
20:24:11 [2020-11-06T20:24:11.164Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
20:24:11 [2020-11-06T20:24:11.164Z] EXECUTOR_NUMBER                0                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] FQDN                           azwin-2-1b1ec0.westus.cloudapp.azure.com                                                
20:24:11 [2020-11-06T20:24:11.164Z] GIT_BRANCH                     PR-41648                                                                                
20:24:11 [2020-11-06T20:24:11.164Z] GIT_COMMIT                     1bb3491601a4f1d654edbc1e997016baa015176e                                                
20:24:11 [2020-11-06T20:24:11.164Z] GIT_URL                        https://github.com/moby/moby.git                                                        
20:24:11 [2020-11-06T20:24:11.164Z] HUDSON_COOKIE                  1dafc871-075a-46fa-a11d-22c87313e16e                                                    
20:24:11 [2020-11-06T20:24:11.164Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
20:24:11 [2020-11-06T20:24:11.164Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
20:24:11 [2020-11-06T20:24:11.164Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
20:24:11 [2020-11-06T20:24:11.164Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64                          
20:24:11 [2020-11-06T20:24:11.164Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
20:24:11 [2020-11-06T20:24:11.164Z] JENKINS_NODE_COOKIE            a7c3aab5-2161-411a-b952-d4bc05d872c8                                                    
20:24:11 [2020-11-06T20:24:11.164Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
20:24:11 [2020-11-06T20:24:11.164Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
20:24:11 [2020-11-06T20:24:11.164Z] JOB_BASE_NAME                  PR-41648                                                                                
20:24:11 [2020-11-06T20:24:11.164Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41648/display/redirect                
20:24:11 [2020-11-06T20:24:11.164Z] JOB_NAME                       moby/PR-41648                                                                           
20:24:11 [2020-11-06T20:24:11.164Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-41648/                                
20:24:11 [2020-11-06T20:24:11.164Z] library.jps.version            master                                                                                  
20:24:11 [2020-11-06T20:24:11.164Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
20:24:11 [2020-11-06T20:24:11.164Z] NODE_LABELS                    amd64 azure azwin-2-1b1ec0 azwin-2019 docker west-us windows windows-2019 x86_64        
20:24:11 [2020-11-06T20:24:11.164Z] NODE_NAME                      azwin-2-1b1ec0                                                                          
20:24:11 [2020-11-06T20:24:11.164Z] NUMBER_OF_PROCESSORS           4                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] OS                             Windows_NT                                                                              
20:24:11 [2020-11-06T20:24:11.164Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
20:24:11 [2020-11-06T20:24:11.164Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
20:24:11 [2020-11-06T20:24:11.164Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
20:24:11 [2020-11-06T20:24:11.164Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
20:24:11 [2020-11-06T20:24:11.164Z] PROCESSOR_LEVEL                6                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] PROCESSOR_REVISION             5504                                                                                    
20:24:11 [2020-11-06T20:24:11.164Z] ProgramData                    C:\ProgramData                                                                          
20:24:11 [2020-11-06T20:24:11.164Z] ProgramFiles                   C:\Program Files                                                                        
20:24:11 [2020-11-06T20:24:11.164Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
20:24:11 [2020-11-06T20:24:11.164Z] ProgramW6432                   C:\Program Files                                                                        
20:24:11 [2020-11-06T20:24:11.164Z] PROMPT                         $P$G                                                                                    
20:24:11 [2020-11-06T20:24:11.164Z] PSExecutionPolicyPreference    Bypass                                                                                  
20:24:11 [2020-11-06T20:24:11.164Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
20:24:11 [2020-11-06T20:24:11.164Z] PUBLIC                         C:\Users\Public                                                                         
20:24:11 [2020-11-06T20:24:11.164Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-41648/1/display/redirect?page=changes 
20:24:11 [2020-11-06T20:24:11.164Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41648/1/display/redirect              
20:24:11 [2020-11-06T20:24:11.164Z] SKIP_VALIDATION_TESTS          1                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] SOURCES_DRIVE                  d                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] SOURCES_SUBDIR                 gopath                                                                                  
20:24:11 [2020-11-06T20:24:11.164Z] STAGE_NAME                     Run tests                                                                               
20:24:11 [2020-11-06T20:24:11.164Z] SystemDrive                    C:                                                                                      
20:24:11 [2020-11-06T20:24:11.164Z] SystemRoot                     C:\windows                                                                              
20:24:11 [2020-11-06T20:24:11.164Z] TEMP                           C:\windows\TEMP                                                                         
20:24:11 [2020-11-06T20:24:11.164Z] TESTDEBUG                      0                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] TESTRUN_DRIVE                  d                                                                                       
20:24:11 [2020-11-06T20:24:11.164Z] TESTRUN_SUBDIR                 CI                                                                                      
20:24:11 [2020-11-06T20:24:11.164Z] TIMEOUT                        120m                                                                                    
20:24:11 [2020-11-06T20:24:11.164Z] TMP                            C:\windows\TEMP                                                                         
20:24:11 [2020-11-06T20:24:11.164Z] USERDOMAIN                     WORKGROUP                                                                               
20:24:11 [2020-11-06T20:24:11.164Z] USERNAME                       azwin-2-1b1ec0$                                                                         
20:24:11 [2020-11-06T20:24:11.164Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
20:24:11 [2020-11-06T20:24:11.164Z] windir                         C:\windows                                                                              
20:24:11 [2020-11-06T20:24:11.164Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
20:24:11 [2020-11-06T20:24:11.164Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
20:24:11 [2020-11-06T20:24:11.164Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
20:24:11 [2020-11-06T20:24:11.164Z] 
20:24:11 [2020-11-06T20:24:11.164Z] 
20:24:11 [2020-11-06T20:24:11.164Z] 
20:24:11 [2020-11-06T20:24:11.372Z] #19 56.33 Selecting previously unselected package zip.
20:24:11 [2020-11-06T20:24:11.372Z] #19 56.38 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ...
20:24:11 [2020-11-06T20:24:11.372Z] #19 56.38 Unpacking zip (3.0-11+b1) ...
20:24:11 [2020-11-06T20:24:11.636Z] INFO: Sources under d:\gopath\...
20:24:11 [2020-11-06T20:24:11.636Z] INFO: Test run under d:\CI\...
20:24:11 [2020-11-06T20:24:11.636Z] INFO: Running in D:\gopath\src\github.com\docker\docker
20:24:11 [2020-11-06T20:24:11.636Z] INFO: docker/docker repository was found
20:24:11 [2020-11-06T20:24:11.659Z] #41 141.3   CC       criu/pagemap-cache.o
20:24:11 [2020-11-06T20:24:11.660Z] #41 141.6   CC       criu/pagemap.o
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.65 Setting up aufs-tools (1:4.14+20190211-1) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.67 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.68 Setting up libip6tc0:ppc64el (1.8.2-4) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.68 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.69 Setting up libgpm2:ppc64el (1.20.7-5) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.70 Setting up libip4tc0:ppc64el (1.8.2-4) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.71 Setting up uidmap (1:4.5-1.1) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.72 Setting up libnftnl11:ppc64el (1.1.2-2) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.73 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.74 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.75 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.75 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.80 Setting up xxd (2:8.1.0875-5) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.81 Setting up zip (3.0-11+b1) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.81 Setting up vim-common (2:8.1.0875-5) ...
20:24:11 [2020-11-06T20:24:11.674Z] #19 56.83 Setting up bash-completion (1:2.8-6) ...
20:24:12 [2020-11-06T20:24:12.106Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
20:24:12 [2020-11-06T20:24:12.140Z] #16 DONE 2.8s
20:24:12 [2020-11-06T20:24:12.140Z] 
20:24:12 [2020-11-06T20:24:12.140Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:12 [2020-11-06T20:24:12.140Z] #41 50.86   AR       compel/libcompel.a
20:24:12 [2020-11-06T20:24:12.140Z] #41 50.99   HOSTCC   compel/src/main-host.o
20:24:12 [2020-11-06T20:24:12.140Z] #41 51.28   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
20:24:12 [2020-11-06T20:24:12.140Z] #41 51.44   HOSTCC   compel/src/lib/handle-elf-host.o
20:24:12 [2020-11-06T20:24:12.140Z] #41 51.78   HOSTCC   compel/src/lib/log-host.o
20:24:12 [2020-11-06T20:24:12.140Z] #41 51.91   HOSTLINK compel/compel-host-bin
20:24:12 [2020-11-06T20:24:12.140Z] #41 52.20   DEP      soccr/soccr.d
20:24:12 [2020-11-06T20:24:12.140Z] #41 52.41   CC       soccr/soccr.o
20:24:12 [2020-11-06T20:24:12.140Z] #41 53.70   AR       soccr/libsoccr.a
20:24:12 [2020-11-06T20:24:12.140Z] #41 53.72 make[1]: 'soccr/libsoccr.a' is up to date.
20:24:12 [2020-11-06T20:24:12.140Z] #41 54.12   DEP      criu/arch/aarch64/sigframe.d
20:24:12 [2020-11-06T20:24:12.140Z] #41 54.36   DEP      criu/arch/aarch64/crtools.d
20:24:12 [2020-11-06T20:24:12.140Z] #41 54.47   DEP      criu/arch/aarch64/cpu.d
20:24:12 [2020-11-06T20:24:12.140Z] #41 54.59   DEP      criu/arch/aarch64/bitops.d
20:24:12 [2020-11-06T20:24:12.140Z] #41 54.64   CC       criu/arch/aarch64/bitops.o
20:24:12 [2020-11-06T20:24:12.140Z] #41 54.72   CC       criu/arch/aarch64/cpu.o
20:24:12 [2020-11-06T20:24:12.140Z] #41 54.86   CC       criu/arch/aarch64/crtools.o
20:24:12 [2020-11-06T20:24:12.140Z] #41 55.58   CC       criu/arch/aarch64/sigframe.o
20:24:12 [2020-11-06T20:24:12.257Z] #41 38.41   CC       images/opts.o
20:24:12 [2020-11-06T20:24:12.257Z] #41 38.59   CC       images/seccomp.o
20:24:12 [2020-11-06T20:24:12.406Z] #41 55.78   LINK     criu/arch/aarch64/crtools.built-in.o
20:24:12 [2020-11-06T20:24:12.406Z] #41 55.84   DEP      criu/pie/util-vdso.d
20:24:12 [2020-11-06T20:24:12.517Z] #41 38.85   CC       images/binfmt-misc.o
20:24:12 [2020-11-06T20:24:12.575Z] ltsc2019: Pulling from windows/servercore
20:24:12 [2020-11-06T20:24:12.575Z] 4612f6d0b889: Pulling fs layer
20:24:12 [2020-11-06T20:24:12.575Z] 406ffb8432a7: Pulling fs layer
20:24:12 [2020-11-06T20:24:12.605Z] #41 142.5   CC       criu/parasite-syscall.o
20:24:12 [2020-11-06T20:24:12.670Z] #41 56.08   DEP      criu/pie/util.d
20:24:12 [2020-11-06T20:24:12.670Z] #41 56.26   CC       criu/pie/util.o
20:24:12 [2020-11-06T20:24:12.774Z] #41 39.10   CC       images/time.o
20:24:13 [2020-11-06T20:24:13.032Z] #41 39.36   CC       images/sysctl.o
20:24:13 [2020-11-06T20:24:13.213Z] #41 ...
20:24:13 [2020-11-06T20:24:13.213Z] 
20:24:13 [2020-11-06T20:24:13.213Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:24:13 [2020-11-06T20:24:13.213Z] #28 DONE 4.3s
20:24:13 [2020-11-06T20:24:13.213Z] 
20:24:13 [2020-11-06T20:24:13.213Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:24:13 [2020-11-06T20:24:13.250Z] #41 56.48   CC       criu/pie/util-vdso.o
20:24:13 [2020-11-06T20:24:13.250Z] #41 ...
20:24:13 [2020-11-06T20:24:13.250Z] 
20:24:13 [2020-11-06T20:24:13.250Z] #17 [dev-systemd-false  6/26] RUN ldconfig
20:24:13 [2020-11-06T20:24:13.250Z] #17 DONE 1.7s
20:24:13 [2020-11-06T20:24:13.250Z] 
20:24:13 [2020-11-06T20:24:13.250Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:13 [2020-11-06T20:24:13.250Z] #51 7.396 + cd /tmp/tmp.MAnyyku3pJ/src/github.com/opencontainers/runc
20:24:13 [2020-11-06T20:24:13.250Z] #51 7.396 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:13 [2020-11-06T20:24:13.250Z] #51 7.723 + '[' -z '' ']'
20:24:13 [2020-11-06T20:24:13.250Z] #51 7.724 + target=static
20:24:13 [2020-11-06T20:24:13.250Z] #51 7.725 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:24:13 [2020-11-06T20:24:13.250Z] #51 8.009 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:24:13 [2020-11-06T20:24:13.289Z] #41 39.63   CC       images/autofs.o
20:24:13 [2020-11-06T20:24:13.476Z] #31 DONE 0.4s
20:24:13 [2020-11-06T20:24:13.476Z] 
20:24:13 [2020-11-06T20:24:13.476Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:13 [2020-11-06T20:24:13.476Z] #41 143.4   CC       criu/path.o
20:24:13 [2020-11-06T20:24:13.476Z] #41 ...
20:24:13 [2020-11-06T20:24:13.476Z] 
20:24:13 [2020-11-06T20:24:13.476Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:24:13 [2020-11-06T20:24:13.476Z] #33 DONE 0.1s
20:24:13 [2020-11-06T20:24:13.517Z] #51 ...
20:24:13 [2020-11-06T20:24:13.517Z] 
20:24:13 [2020-11-06T20:24:13.517Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:13 [2020-11-06T20:24:13.546Z] #41 39.84   CC       images/macvlan.o
20:24:13 [2020-11-06T20:24:13.738Z] 
20:24:13 [2020-11-06T20:24:13.738Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:24:13 [2020-11-06T20:24:13.738Z] #36 DONE 0.2s
20:24:13 [2020-11-06T20:24:13.738Z] 
20:24:13 [2020-11-06T20:24:13.738Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:13 [2020-11-06T20:24:13.738Z] #41 143.8   CC       criu/pie-util-vdso-elf32.o
20:24:13 [2020-11-06T20:24:13.803Z] #41 40.09   CC       images/sit.o
20:24:14 [2020-11-06T20:24:14.060Z] #41 40.31   CC       images/memfd.o
20:24:14 [2020-11-06T20:24:14.097Z] #18 ...
20:24:14 [2020-11-06T20:24:14.097Z] 
20:24:14 [2020-11-06T20:24:14.097Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:24:14 [2020-11-06T20:24:14.097Z] #38 139.4 + dpkg --print-architecture
20:24:14 [2020-11-06T20:24:14.097Z] #38 DONE 139.9s
20:24:14 [2020-11-06T20:24:14.313Z] #41 144.2   CC       criu/pie-util-vdso.o
20:24:14 [2020-11-06T20:24:14.317Z] #41 40.59   CC       images/timens.o
20:24:14 [2020-11-06T20:24:14.362Z] 
20:24:14 [2020-11-06T20:24:14.362Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:14 [2020-11-06T20:24:14.362Z] #41 57.22   AR       criu/pie/pie.lib.a
20:24:14 [2020-11-06T20:24:14.362Z] #41 57.29   DEP      criu/pie/restorer.d
20:24:14 [2020-11-06T20:24:14.362Z] #41 57.61   DEP      criu/arch/aarch64/intraprocedure.d
20:24:14 [2020-11-06T20:24:14.362Z] #41 57.66   DEP      criu/arch/aarch64/restorer.d
20:24:14 [2020-11-06T20:24:14.490Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
20:24:14 [2020-11-06T20:24:14.490Z] === RUN   TestBuildLabelWithTargets
20:24:14 [2020-11-06T20:24:14.574Z] #41 40.86   LINK     images/built-in.o
20:24:14 [2020-11-06T20:24:14.574Z] #41 40.97   GEN      compel/include/asm
20:24:14 [2020-11-06T20:24:14.574Z] #41 41.01   GEN      compel/include/version.h
20:24:14 [2020-11-06T20:24:14.574Z] #41 41.02 touch .config
20:24:14 [2020-11-06T20:24:14.574Z] #41 41.08   GEN      include/common/config.h
20:24:14 [2020-11-06T20:24:14.627Z] #41 58.03   DEP      criu/arch/aarch64/vdso-pie.d
20:24:14 [2020-11-06T20:24:14.832Z] #41 41.16   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
20:24:14 [2020-11-06T20:24:14.832Z] #41 41.21   GEN      compel/plugins/include/uapi/std/syscall-64.h
20:24:14 [2020-11-06T20:24:14.832Z] #41 41.24   GEN      compel/arch/x86/plugins/std/syscalls-64.S
20:24:14 [2020-11-06T20:24:14.832Z] #41 41.26   DEP      compel/arch/x86/plugins/std/syscalls-64.d
20:24:14 [2020-11-06T20:24:14.832Z] #41 41.29   DEP      compel/arch/x86/plugins/std/memcpy.d
20:24:14 [2020-11-06T20:24:14.832Z] #41 41.32   DEP      compel/arch/x86/plugins/std/parasite-head.d
20:24:14 [2020-11-06T20:24:14.888Z] #41 144.7   CC       criu/pie-util.o
20:24:14 [2020-11-06T20:24:14.888Z] #41 144.9   CC       criu/pipes.o
20:24:14 [2020-11-06T20:24:14.893Z] #41 58.18   DEP      criu/pie/parasite-vdso.d
20:24:14 [2020-11-06T20:24:14.893Z] #41 58.34   DEP      criu/pie/parasite.d
20:24:15 [2020-11-06T20:24:15.089Z] #41 41.34   GEN      compel/plugins/include/uapi/std/syscall.h
20:24:15 [2020-11-06T20:24:15.089Z] #41 41.38   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
20:24:15 [2020-11-06T20:24:15.089Z] #41 41.39   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:24:15 [2020-11-06T20:24:15.089Z] #41 41.41   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:24:15 [2020-11-06T20:24:15.089Z] #41 41.42   DEP      compel/plugins/std/infect.d
20:24:15 [2020-11-06T20:24:15.089Z] #41 41.50   DEP      compel/plugins/std/string.d
20:24:15 [2020-11-06T20:24:15.089Z] #41 41.57   DEP      compel/plugins/std/log.d
20:24:15 [2020-11-06T20:24:15.158Z] #41 58.50   CC       criu/pie/parasite.o
20:24:15 [2020-11-06T20:24:15.346Z] #41 41.63   DEP      compel/plugins/std/fds.d
20:24:15 [2020-11-06T20:24:15.346Z] #41 41.70   DEP      compel/plugins/std/std.d
20:24:15 [2020-11-06T20:24:15.346Z] #41 41.78   DEP      compel/plugins/shmem/shmem.d
20:24:15 [2020-11-06T20:24:15.603Z] #41 41.87   DEP      compel/plugins/fds/fds.d
20:24:15 [2020-11-06T20:24:15.603Z] #41 42.04   CC       compel/plugins/std/std.o
20:24:15 [2020-11-06T20:24:15.838Z] #41 145.6   CC       criu/plugin.o
20:24:16 [2020-11-06T20:24:16.100Z] #41 146.0   CC       criu/proc_parse.o
20:24:16 [2020-11-06T20:24:16.100Z] #41 ...
20:24:16 [2020-11-06T20:24:16.100Z] 
20:24:16 [2020-11-06T20:24:16.100Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:16 [2020-11-06T20:24:16.100Z] #51 94.68 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:24:16 [2020-11-06T20:24:16.100Z] #51 96.78 + mkdir -p /build
20:24:16 [2020-11-06T20:24:16.100Z] #51 96.78 + cp runc /build/runc
20:24:16 [2020-11-06T20:24:16.100Z] #51 DONE 97.5s
20:24:16 [2020-11-06T20:24:16.112Z] #41 59.66   LINK     criu/pie/parasite.built-in.o
20:24:16 [2020-11-06T20:24:16.112Z] #41 59.68   GEN      criu/pie/parasite-blob.h
20:24:16 [2020-11-06T20:24:16.167Z] #41 42.35   CC       compel/plugins/std/fds.o
20:24:16 [2020-11-06T20:24:16.167Z] #41 ...
20:24:16 [2020-11-06T20:24:16.167Z] 
20:24:16 [2020-11-06T20:24:16.167Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:16 [2020-11-06T20:24:16.167Z] #11 141.6 Selecting previously unselected package libapparmor1:amd64.
20:24:16 [2020-11-06T20:24:16.167Z] #11 141.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
20:24:16 [2020-11-06T20:24:16.167Z] #11 141.6 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:24:16 [2020-11-06T20:24:16.365Z] 
20:24:16 [2020-11-06T20:24:16.365Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:24:16 [2020-11-06T20:24:16.377Z] #41 59.70   CC       criu/pie/parasite-vdso.o
20:24:16 [2020-11-06T20:24:16.425Z] #11 141.7 Selecting previously unselected package libapparmor-dev:amd64.
20:24:16 [2020-11-06T20:24:16.425Z] #11 141.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
20:24:16 [2020-11-06T20:24:16.425Z] #11 141.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:24:16 [2020-11-06T20:24:16.425Z] #11 141.9 Selecting previously unselected package libbtrfs0.
20:24:16 [2020-11-06T20:24:16.425Z] #11 141.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
20:24:16 [2020-11-06T20:24:16.425Z] #11 141.9 Unpacking libbtrfs0 (4.20.1-2) ...
20:24:16 [2020-11-06T20:24:16.682Z] #11 142.0 Selecting previously unselected package libbtrfs-dev.
20:24:16 [2020-11-06T20:24:16.683Z] #11 142.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
20:24:16 [2020-11-06T20:24:16.683Z] #11 142.1 Unpacking libbtrfs-dev (4.20.1-2) ...
20:24:16 [2020-11-06T20:24:16.683Z] #11 142.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:24:16 [2020-11-06T20:24:16.683Z] #11 142.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
20:24:16 [2020-11-06T20:24:16.683Z] #11 142.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:24:16 [2020-11-06T20:24:16.940Z] #11 142.3 Selecting previously unselected package libudev-dev:amd64.
20:24:16 [2020-11-06T20:24:16.940Z] #11 142.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
20:24:16 [2020-11-06T20:24:16.940Z] #11 142.4 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
20:24:16 [2020-11-06T20:24:16.940Z] #11 142.5 Selecting previously unselected package libsepol1-dev:amd64.
20:24:16 [2020-11-06T20:24:16.957Z] #41 60.23   CC       criu/arch/aarch64/vdso-pie.o
20:24:17 [2020-11-06T20:24:17.197Z] #11 142.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
20:24:17 [2020-11-06T20:24:17.197Z] #11 142.5 Unpacking libsepol1-dev:amd64 (2.8-1) ...
20:24:17 [2020-11-06T20:24:17.222Z] #41 60.56   CC       criu/arch/aarch64/restorer.o
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.55 Setting up libiptc0:ppc64el (1.8.2-4) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.55 Setting up xz-utils (5.2.4-1) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.57 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.61 Setting up sudo (1.8.27-1+deb10u2) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.75 invoke-rc.d: could not determine current runlevel
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.76 invoke-rc.d: policy-rc.d denied execution of start.
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.77 Setting up pigz (2.4-1) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.79 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.81 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.82 Setting up python-pip-whl (18.1-5) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.83 Setting up libmpdec2:ppc64el (2.4.2-2) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 61.83 Setting up vim-runtime (2:8.1.0875-5) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 ...
20:24:17 [2020-11-06T20:24:17.314Z] 
20:24:17 [2020-11-06T20:24:17.314Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:17 [2020-11-06T20:24:17.314Z] #42 99.43   CC       criu/bfd.o
20:24:17 [2020-11-06T20:24:17.314Z] #42 100.3   CC       criu/bitmap.o
20:24:17 [2020-11-06T20:24:17.314Z] #42 100.6   CC       criu/cgroup-props.o
20:24:17 [2020-11-06T20:24:17.314Z] #42 102.1   CC       criu/cgroup.o
20:24:17 [2020-11-06T20:24:17.314Z] #42 107.3   CC       criu/clone-noasan.o
20:24:17 [2020-11-06T20:24:17.314Z] #42 107.5   CC       criu/config.o
20:24:17 [2020-11-06T20:24:17.314Z] #42 109.9   CC       criu/cr-check.o
20:24:17 [2020-11-06T20:24:17.314Z] #42 ...
20:24:17 [2020-11-06T20:24:17.314Z] 
20:24:17 [2020-11-06T20:24:17.314Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.44 Setting up libaio1:ppc64el (0.3.112-3) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.44 Setting up libonig5:ppc64el (6.9.1-1) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.45 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.45 Setting up vim (2:8.1.0875-5) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.58 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.58 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.60 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
20:24:17 [2020-11-06T20:24:17.314Z] #19 62.61 Setting up jq (1.5+dfsg-2+b1) ...
20:24:17 [2020-11-06T20:24:17.487Z] #41 60.94   CC       criu/arch/aarch64/intraprocedure.o
20:24:17 [2020-11-06T20:24:17.613Z] #19 62.64 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ...
20:24:17 [2020-11-06T20:24:17.613Z] #19 62.65 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:24:17 [2020-11-06T20:24:17.613Z] #19 ...
20:24:17 [2020-11-06T20:24:17.613Z] 
20:24:17 [2020-11-06T20:24:17.613Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:24:17 [2020-11-06T20:24:17.613Z] #23 162.8 + mkdir -p /tmp/tmp.4QEYvlAXbA/src/github.com/docker
20:24:17 [2020-11-06T20:24:17.613Z] #23 162.8 + mv components/cli /tmp/tmp.4QEYvlAXbA/src/github.com/docker/cli
20:24:17 [2020-11-06T20:24:17.613Z] #23 162.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
20:24:17 [2020-11-06T20:24:17.752Z] #41 61.16   CC       criu/pie/restorer.o
20:24:17 [2020-11-06T20:24:17.756Z] #47 ...
20:24:17 [2020-11-06T20:24:17.756Z] 
20:24:17 [2020-11-06T20:24:17.756Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:24:17 [2020-11-06T20:24:17.756Z] #38 DONE 245.5s
20:24:17 [2020-11-06T20:24:17.756Z] 
20:24:17 [2020-11-06T20:24:17.756Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:24:17 [2020-11-06T20:24:17.969Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.430s	coverage: 14.1% of statements
20:24:18 [2020-11-06T20:24:18.184Z] #11 143.5 Selecting previously unselected package libpcre16-3:amd64.
20:24:18 [2020-11-06T20:24:18.184Z] #11 143.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
20:24:18 [2020-11-06T20:24:18.184Z] #11 143.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
20:24:18 [2020-11-06T20:24:18.441Z] #11 ...
20:24:18 [2020-11-06T20:24:18.441Z] 
20:24:18 [2020-11-06T20:24:18.441Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:24:18 [2020-11-06T20:24:18.441Z] #56 136.7 + for f in rootlesskit rootlesskit-docker-proxy
20:24:18 [2020-11-06T20:24:18.441Z] #56 136.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:24:18 [2020-11-06T20:24:18.441Z] #56 DONE 144.0s
20:24:18 [2020-11-06T20:24:18.490Z] 406ffb8432a7: Verifying Checksum
20:24:18 [2020-11-06T20:24:18.490Z] 406ffb8432a7: Download complete
20:24:18 [2020-11-06T20:24:18.601Z] ok  	github.com/docker/docker/daemon/config	0.023s	coverage: 81.8% of statements
20:24:18 [2020-11-06T20:24:18.699Z] 
20:24:18 [2020-11-06T20:24:18.699Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:24:18 [2020-11-06T20:24:18.699Z] #57 DONE 0.0s
20:24:18 [2020-11-06T20:24:18.699Z] 
20:24:18 [2020-11-06T20:24:18.699Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:24:18 [2020-11-06T20:24:18.699Z] #58 DONE 0.1s
20:24:18 [2020-11-06T20:24:18.699Z] 
20:24:18 [2020-11-06T20:24:18.699Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:18 [2020-11-06T20:24:18.699Z] #41 42.75   CC       compel/plugins/std/log.o
20:24:18 [2020-11-06T20:24:18.699Z] #41 43.63   CC       compel/plugins/std/string.o
20:24:18 [2020-11-06T20:24:18.699Z] #41 44.09   CC       compel/plugins/std/infect.o
20:24:18 [2020-11-06T20:24:18.699Z] #41 44.50   CC       compel/arch/x86/plugins/std/parasite-head.o
20:24:18 [2020-11-06T20:24:18.699Z] #41 44.56   CC       compel/arch/x86/plugins/std/memcpy.o
20:24:18 [2020-11-06T20:24:18.699Z] #41 44.61   CC       compel/arch/x86/plugins/std/syscalls-64.o
20:24:18 [2020-11-06T20:24:18.699Z] #41 44.74   AR       compel/plugins/std.lib.a
20:24:18 [2020-11-06T20:24:18.699Z] #41 44.80   CC       compel/plugins/fds/fds.o
20:24:18 [2020-11-06T20:24:18.699Z] #41 45.06   AR       compel/plugins/fds.lib.a
20:24:18 [2020-11-06T20:24:18.699Z] #41 45.11   HOSTDEP  compel/src/lib/log-host.d
20:24:18 [2020-11-06T20:24:18.699Z] #41 ...
20:24:18 [2020-11-06T20:24:18.699Z] 
20:24:18 [2020-11-06T20:24:18.699Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:18 [2020-11-06T20:24:18.699Z] #43 134.1 mime
20:24:18 [2020-11-06T20:24:18.699Z] #43 136.1 mime/quotedprintable
20:24:18 [2020-11-06T20:24:18.699Z] #43 136.5 net/http/internal
20:24:18 [2020-11-06T20:24:18.699Z] #43 140.1 net/textproto
20:24:18 [2020-11-06T20:24:18.699Z] #43 140.2 crypto/x509
20:24:18 [2020-11-06T20:24:18.699Z] #43 141.3 vendor/golang.org/x/net/http/httpguts
20:24:18 [2020-11-06T20:24:18.699Z] #43 141.5 vendor/golang.org/x/net/http/httpproxy
20:24:18 [2020-11-06T20:24:18.699Z] #43 141.9 mime/multipart
20:24:18 [2020-11-06T20:24:18.699Z] #43 143.9 crypto/tls
20:24:18 [2020-11-06T20:24:18.956Z] #43 ...
20:24:18 [2020-11-06T20:24:18.956Z] 
20:24:18 [2020-11-06T20:24:18.957Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:18 [2020-11-06T20:24:18.957Z] #11 144.0 Selecting previously unselected package libpcre32-3:amd64.
20:24:18 [2020-11-06T20:24:18.957Z] #11 144.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
20:24:18 [2020-11-06T20:24:18.957Z] #11 144.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
20:24:18 [2020-11-06T20:24:18.957Z] #11 144.3 Selecting previously unselected package libpcrecpp0v5:amd64.
20:24:18 [2020-11-06T20:24:18.957Z] #11 144.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
20:24:18 [2020-11-06T20:24:18.957Z] #11 144.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
20:24:19 [2020-11-06T20:24:19.149Z] #47 ...
20:24:19 [2020-11-06T20:24:19.149Z] 
20:24:19 [2020-11-06T20:24:19.149Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:19 [2020-11-06T20:24:19.149Z] #41 148.9   CC       criu/protobuf-desc.o
20:24:19 [2020-11-06T20:24:19.213Z] #11 144.6 Selecting previously unselected package libpcre3-dev:amd64.
20:24:19 [2020-11-06T20:24:19.213Z] #11 144.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
20:24:19 [2020-11-06T20:24:19.213Z] #11 144.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
20:24:19 [2020-11-06T20:24:19.233Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
20:24:19 [2020-11-06T20:24:19.528Z] ok  	github.com/docker/docker/daemon/events	0.055s	coverage: 50.0% of statements
20:24:19 [2020-11-06T20:24:19.723Z] #41 149.7   CC       criu/protobuf.o
20:24:19 [2020-11-06T20:24:19.730Z] #23 ...
20:24:19 [2020-11-06T20:24:19.730Z] 
20:24:19 [2020-11-06T20:24:19.730Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:19 [2020-11-06T20:24:19.730Z] #42 112.3   CC       criu/cr-dedup.o
20:24:19 [2020-11-06T20:24:19.985Z] #41 150.0   CC       criu/pstree.o
20:24:20 [2020-11-06T20:24:20.146Z] #11 145.5 Selecting previously unselected package libselinux1-dev:amd64.
20:24:20 [2020-11-06T20:24:20.146Z] #11 145.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
20:24:20 [2020-11-06T20:24:20.146Z] #11 145.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
20:24:20 [2020-11-06T20:24:20.146Z] #11 145.7 Selecting previously unselected package libdevmapper-dev:amd64.
20:24:20 [2020-11-06T20:24:20.146Z] #11 145.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
20:24:20 [2020-11-06T20:24:20.146Z] #11 145.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:24:20 [2020-11-06T20:24:20.160Z] ok  	github.com/docker/docker/daemon/graphdriver	0.003s	coverage: 2.2% of statements
20:24:20 [2020-11-06T20:24:20.322Z] #41 63.60   LINK     criu/pie/restorer.built-in.o
20:24:20 [2020-11-06T20:24:20.322Z] #41 63.61   GEN      criu/pie/restorer-blob.h
20:24:20 [2020-11-06T20:24:20.322Z] #41 63.73   DEP      criu/vdso.d
20:24:20 [2020-11-06T20:24:20.382Z] #42 112.9   CC       criu/cr-dump.o
20:24:20 [2020-11-06T20:24:20.403Z] #11 145.8 Selecting previously unselected package libseccomp-dev:amd64.
20:24:20 [2020-11-06T20:24:20.403Z] #11 145.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
20:24:20 [2020-11-06T20:24:20.403Z] #11 145.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
20:24:20 [2020-11-06T20:24:20.403Z] #11 146.0 Selecting previously unselected package libsystemd-dev:amd64.
20:24:20 [2020-11-06T20:24:20.560Z] #41 ...
20:24:20 [2020-11-06T20:24:20.560Z] 
20:24:20 [2020-11-06T20:24:20.560Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:24:20 [2020-11-06T20:24:20.560Z] #39 DONE 0.7s
20:24:20 [2020-11-06T20:24:20.560Z] 
20:24:20 [2020-11-06T20:24:20.560Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:20 [2020-11-06T20:24:20.587Z] #41 63.98   DEP      criu/uts_ns.d
20:24:20 [2020-11-06T20:24:20.660Z] #11 146.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
20:24:20 [2020-11-06T20:24:20.660Z] #11 146.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
20:24:20 [2020-11-06T20:24:20.682Z] #42 ...
20:24:20 [2020-11-06T20:24:20.682Z] 
20:24:20 [2020-11-06T20:24:20.682Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:20 [2020-11-06T20:24:20.682Z] #44 165.9 net/http/httptrace
20:24:20 [2020-11-06T20:24:20.682Z] #44 166.2 net/http
20:24:20 [2020-11-06T20:24:20.792Z] ok  	github.com/docker/docker/daemon	12.282s	coverage: 17.2% of statements
20:24:20 [2020-11-06T20:24:20.792Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:24:20 [2020-11-06T20:24:20.792Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:24:20 [2020-11-06T20:24:20.792Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:24:20 [2020-11-06T20:24:20.792Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:24:20 [2020-11-06T20:24:20.822Z] #41 150.7   CC       criu/rbtree.o
20:24:20 [2020-11-06T20:24:20.852Z] #41 64.16   DEP      criu/util.d
20:24:20 [2020-11-06T20:24:20.852Z] #41 64.31   DEP      criu/uffd.d
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.4 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.4 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.4 Setting up libpcre16-3:amd64 (2:8.39-12) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.4 Setting up libsepol1-dev:amd64 (2.8-1) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.5 Setting up libbtrfs0 (4.20.1-2) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.5 Setting up libpcre32-3:amd64 (2:8.39-12) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.5 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
20:24:20 [2020-11-06T20:24:20.921Z] #11 146.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:24:21 [2020-11-06T20:24:21.084Z] #41 150.9   CC       criu/rst-malloc.o
20:24:21 [2020-11-06T20:24:21.084Z] #41 151.1   CC       criu/seccomp.o
20:24:21 [2020-11-06T20:24:21.117Z] #41 64.57   DEP      criu/tun.d
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.5 Setting up libbtrfs-dev (4.20.1-2) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.5 Setting up mingw-w64-common (6.0.0-3) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.5 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.6 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
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.6 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
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.7 Setting up dmsetup (2:1.02.155-3) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:24:21 [2020-11-06T20:24:21.178Z] #11 146.7 Processing triggers for libc-bin (2.28-10) ...
20:24:21 [2020-11-06T20:24:21.382Z] #41 64.80   DEP      criu/tty.d
20:24:21 [2020-11-06T20:24:21.647Z] #41 65.04   DEP      criu/timerfd.d
20:24:21 [2020-11-06T20:24:21.659Z] #41 151.7   CC       criu/seize.o
20:24:21 [2020-11-06T20:24:21.741Z] #44 ...
20:24:21 [2020-11-06T20:24:21.741Z] 
20:24:21 [2020-11-06T20:24:21.741Z] #19 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:21 [2020-11-06T20:24:21.741Z] #19 66.72 Setting up iptables (1.8.2-4) ...
20:24:21 [2020-11-06T20:24:21.741Z] #19 66.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:24:21 [2020-11-06T20:24:21.741Z] #19 66.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:24:21 [2020-11-06T20:24:21.741Z] #19 66.79 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:24:21 [2020-11-06T20:24:21.741Z] #19 66.80 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:24:21 [2020-11-06T20:24:21.741Z] #19 66.81 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:24:21 [2020-11-06T20:24:21.741Z] #19 66.83 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:24:21 [2020-11-06T20:24:21.741Z] #19 66.83 Setting up python3 (3.7.3-1) ...
20:24:21 [2020-11-06T20:24:21.743Z] #11 DONE 147.1s
20:24:21 [2020-11-06T20:24:21.743Z] 
20:24:21 [2020-11-06T20:24:21.743Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
20:24:21 [2020-11-06T20:24:21.913Z] #41 65.23   DEP      criu/timens.d
20:24:21 [2020-11-06T20:24:21.913Z] #41 65.38   DEP      criu/sysfs_parse.d
20:24:22 [2020-11-06T20:24:22.178Z] #41 65.57   DEP      criu/sysctl.d
20:24:22 [2020-11-06T20:24:22.178Z] #41 65.70   DEP      criu/string.d
20:24:22 [2020-11-06T20:24:22.233Z] #41 152.2   CC       criu/servicefd.o
20:24:22 [2020-11-06T20:24:22.390Z] #19 67.50 Setting up python3-wheel (0.32.3-2) ...
20:24:22 [2020-11-06T20:24:22.443Z] #41 65.77   DEP      criu/stats.d
20:24:22 [2020-11-06T20:24:22.443Z] #41 65.92   DEP      criu/sockets.d
20:24:22 [2020-11-06T20:24:22.495Z] #41 152.4   CC       criu/shmem.o
20:24:22 [2020-11-06T20:24:22.606Z] --- PASS: TestBuildLabelWithTargets (8.06s)
20:24:22 [2020-11-06T20:24:22.606Z] === RUN   TestBuildWithEmptyLayers
20:24:22 [2020-11-06T20:24:22.711Z] #41 66.20   DEP      criu/sk-unix.d
20:24:22 [2020-11-06T20:24:22.758Z] #41 ...
20:24:22 [2020-11-06T20:24:22.758Z] 
20:24:22 [2020-11-06T20:24:22.758Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:24:22 [2020-11-06T20:24:22.758Z] #47 250.3 + /build/golangci-lint --version
20:24:22 [2020-11-06T20:24:22.758Z] #47 250.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:24:22 [2020-11-06T20:24:22.758Z] #47 DONE 250.7s
20:24:22 [2020-11-06T20:24:22.758Z] 
20:24:22 [2020-11-06T20:24:22.758Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:22 [2020-11-06T20:24:22.857Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.003s	coverage: 2.9% of statements
20:24:23 [2020-11-06T20:24:23.020Z] #54 ...
20:24:23 [2020-11-06T20:24:23.020Z] 
20:24:23 [2020-11-06T20:24:23.020Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:23 [2020-11-06T20:24:23.020Z] #41 153.0   CC       criu/sigframe.o
20:24:23 [2020-11-06T20:24:23.115Z] #12 DONE 1.5s
20:24:23 [2020-11-06T20:24:23.115Z] 
20:24:23 [2020-11-06T20:24:23.115Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:24:23 [2020-11-06T20:24:23.148Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.187s	coverage: 56.2% of statements
20:24:23 [2020-11-06T20:24:23.282Z] #41 153.1   CC       criu/signalfd.o
20:24:23 [2020-11-06T20:24:23.282Z] #41 153.3   CC       criu/sk-inet.o
20:24:23 [2020-11-06T20:24:23.294Z] #41 66.46   DEP      criu/sk-tcp.d
20:24:23 [2020-11-06T20:24:23.294Z] #41 66.65   DEP      criu/sk-queue.d
20:24:23 [2020-11-06T20:24:23.447Z] #19 68.41 Setting up apparmor (2.13.2-10) ...
20:24:23 [2020-11-06T20:24:23.558Z] #41 66.80   DEP      criu/sk-packet.d
20:24:23 [2020-11-06T20:24:23.823Z] #41 67.05   DEP      criu/sk-netlink.d
20:24:23 [2020-11-06T20:24:23.823Z] #41 67.24   DEP      criu/sk-inet.d
20:24:24 [2020-11-06T20:24:24.088Z] #41 67.44   DEP      criu/signalfd.d
20:24:24 [2020-11-06T20:24:24.229Z] #41 154.0   CC       criu/sk-netlink.o
20:24:24 [2020-11-06T20:24:24.229Z] #41 154.3   CC       criu/sk-packet.o
20:24:24 [2020-11-06T20:24:24.354Z] #41 67.64   DEP      criu/sigframe.d
20:24:24 [2020-11-06T20:24:24.354Z] #41 67.77   DEP      criu/shmem.d
20:24:24 [2020-11-06T20:24:24.354Z] #41 67.89   DEP      criu/servicefd.d
20:24:24 [2020-11-06T20:24:24.488Z] #13 DONE 1.2s
20:24:24 [2020-11-06T20:24:24.489Z] 
20:24:24 [2020-11-06T20:24:24.489Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:24:24 [2020-11-06T20:24:24.619Z] #41 68.01   DEP      criu/seize.d
20:24:24 [2020-11-06T20:24:24.619Z] #41 68.14   DEP      criu/seccomp.d
20:24:24 [2020-11-06T20:24:24.884Z] #41 68.26   DEP      criu/rst-malloc.d
20:24:24 [2020-11-06T20:24:24.884Z] #41 68.32   DEP      criu/rbtree.d
20:24:24 [2020-11-06T20:24:24.884Z] #41 68.35   DEP      criu/pstree.d
20:24:25 [2020-11-06T20:24:25.139Z] --- PASS: TestBuildWithEmptyLayers (2.93s)
20:24:25 [2020-11-06T20:24:25.139Z] === RUN   TestBuildMultiStageOnBuild
20:24:25 [2020-11-06T20:24:25.149Z] #41 68.47   DEP      criu/protobuf.d
20:24:25 [2020-11-06T20:24:25.149Z] #41 68.62   GEN      criu/protobuf-desc-gen.h
20:24:25 [2020-11-06T20:24:25.174Z] #41 154.8   CC       criu/sk-queue.o
20:24:25 [2020-11-06T20:24:25.174Z] #41 155.2   CC       criu/sk-tcp.o
20:24:25 [2020-11-06T20:24:25.420Z] #14 0.954 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:24:25 [2020-11-06T20:24:25.420Z] #14 DONE 1.1s
20:24:25 [2020-11-06T20:24:25.420Z] 
20:24:25 [2020-11-06T20:24:25.420Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.427 + RM_GOPATH=0
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.427 + TMP_GOPATH=
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.427 + : /build
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.427 + '[' -z '' ']'
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.432 ++ mktemp -d
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.453 + export GOPATH=/tmp/tmp.9SwM76xctP
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.453 + GOPATH=/tmp/tmp.9SwM76xctP
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.453 + RM_GOPATH=1
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.454 + case "$(go env GOARCH)" in
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.456 ++ go env GOARCH
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.470 + export GO_BUILDMODE=-buildmode=pie
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.471 + GO_BUILDMODE=-buildmode=pie
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.473 ++ dirname /tmp/install/install.sh
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.475 + dir=/tmp/install
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.476 + bin=runc
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.476 + shift
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.478 + '[' '!' -f /tmp/install/runc.installer ']'
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.478 + . /tmp/install/runc.installer
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.480 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.491 + install_runc
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.491 + uname -r
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.491 + grep -q '^3\.10\.0.*\.el7\.'
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.545 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.545 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.545 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.9SwM76xctP/src/github.com/opencontainers/runc
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.545 Cloning into '/tmp/tmp.9SwM76xctP/src/github.com/opencontainers/runc'...
20:24:25 [2020-11-06T20:24:25.420Z] #51 1.545 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:24:25 [2020-11-06T20:24:25.436Z] #41 155.5   CC       criu/sk-unix.o
20:24:25 [2020-11-06T20:24:25.564Z] #19 70.58 Setting up xfsprogs (4.20.0-1) ...
20:24:25 [2020-11-06T20:24:25.564Z] #19 70.60 Setting up python3-lib2to3 (3.7.3-1) ...
20:24:25 [2020-11-06T20:24:25.729Z] #41 ...
20:24:25 [2020-11-06T20:24:25.729Z] 
20:24:25 [2020-11-06T20:24:25.729Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:25 [2020-11-06T20:24:25.729Z] #18 2.454 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:24:25 [2020-11-06T20:24:25.729Z] #18 2.504 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:24:25 [2020-11-06T20:24:25.729Z] #18 2.506 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:24:25 [2020-11-06T20:24:25.729Z] #18 3.224 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:24:25 [2020-11-06T20:24:25.729Z] #18 3.936 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [238 kB]
20:24:25 [2020-11-06T20:24:25.729Z] #18 4.934 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:24:25 [2020-11-06T20:24:25.729Z] #18 7.251 Fetched 8220 kB in 5s (1594 kB/s)
20:24:25 [2020-11-06T20:24:25.729Z] #18 7.251 Reading package lists...
20:24:25 [2020-11-06T20:24:25.729Z] #18 9.833 Reading package lists...
20:24:25 [2020-11-06T20:24:25.994Z] #18 12.10 Building dependency tree...
20:24:26 [2020-11-06T20:24:26.215Z] #19 71.06 Setting up python3-pkg-resources (40.8.0-1) ...
20:24:26 [2020-11-06T20:24:26.267Z] #18 13.03 libcap2-bin is already the newest version (1:2.25-2).
20:24:26 [2020-11-06T20:24:26.268Z] #18 13.03 The following additional packages will be installed:
20:24:26 [2020-11-06T20:24:26.352Z] #51 ...
20:24:26 [2020-11-06T20:24:26.352Z] 
20:24:26 [2020-11-06T20:24:26.352Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:24:26 [2020-11-06T20:24:26.352Z] #15 DONE 1.0s
20:24:26 [2020-11-06T20:24:26.352Z] 
20:24:26 [2020-11-06T20:24:26.352Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:26 [2020-11-06T20:24:26.352Z] #43 152.0 net/http/httptrace
20:24:26 [2020-11-06T20:24:26.382Z] #41 156.4   CC       criu/sockets.o
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   python3.7 python3.7-minimal vim-runtime xxd
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03 Suggested packages:
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03 Recommended packages:
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   aufs-dkms nftables build-essential python3-dev python3-keyring
20:24:26 [2020-11-06T20:24:26.532Z] #18 13.03   python3-keyrings.alt python3-xdg unzip
20:24:26 [2020-11-06T20:24:26.806Z] #18 ...
20:24:26 [2020-11-06T20:24:26.806Z] 
20:24:26 [2020-11-06T20:24:26.806Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:26 [2020-11-06T20:24:26.806Z] #41 70.26   DEP      criu/protobuf-desc.d
20:24:26 [2020-11-06T20:24:26.916Z] #43 152.4 net/http
20:24:26 [2020-11-06T20:24:26.957Z] #41 156.8   CC       criu/stats.o
20:24:26 [2020-11-06T20:24:26.957Z] #41 156.9   CC       criu/string.o
20:24:26 [2020-11-06T20:24:26.957Z] #41 157.0   CC       criu/sysctl.o
20:24:27 [2020-11-06T20:24:27.071Z] #41 70.35   DEP      criu/proc_parse.d
20:24:27 [2020-11-06T20:24:27.071Z] #41 70.54   DEP      criu/plugin.d
20:24:27 [2020-11-06T20:24:27.218Z] #41 157.4   CC       criu/sysfs_parse.o
20:24:27 [2020-11-06T20:24:27.337Z] #41 70.62   DEP      criu/pipes.d
20:24:27 [2020-11-06T20:24:27.337Z] #41 70.84   DEP      criu/pie-util.d
20:24:27 [2020-11-06T20:24:27.480Z] #41 157.6   CC       criu/timens.o
20:24:27 [2020-11-06T20:24:27.482Z] #43 ...
20:24:27 [2020-11-06T20:24:27.482Z] 
20:24:27 [2020-11-06T20:24:27.482Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:24:27 [2020-11-06T20:24:27.482Z] #16 DONE 1.1s
20:24:27 [2020-11-06T20:24:27.482Z] 
20:24:27 [2020-11-06T20:24:27.482Z] #17 [dev-systemd-false  6/26] RUN ldconfig
20:24:27 [2020-11-06T20:24:27.582Z] #19 72.50 Setting up python3-distutils (3.7.3-1) ...
20:24:27 [2020-11-06T20:24:27.601Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.306s	coverage: 46.2% of statements
20:24:27 [2020-11-06T20:24:27.603Z] #41 70.97   DEP      criu/pie-util-vdso.d
20:24:27 [2020-11-06T20:24:27.868Z] #41 71.16   DEP      criu/path.d
20:24:27 [2020-11-06T20:24:27.868Z] #41 71.24   DEP      criu/parasite-syscall.d
20:24:28 [2020-11-06T20:24:28.054Z] #41 157.8   CC       criu/timerfd.o
20:24:28 [2020-11-06T20:24:28.054Z] #41 158.0   CC       criu/tty.o
20:24:28 [2020-11-06T20:24:28.134Z] #41 71.41   DEP      criu/pagemap.d
20:24:28 [2020-11-06T20:24:28.134Z] #41 71.61   DEP      criu/pagemap-cache.d
20:24:28 [2020-11-06T20:24:28.232Z] #19 73.34 Setting up python3-setuptools (40.8.0-1) ...
20:24:28 [2020-11-06T20:24:28.400Z] #41 71.73   DEP      criu/page-xfer.d
20:24:28 [2020-11-06T20:24:28.400Z] #41 71.83   DEP      criu/page-pipe.d
20:24:28 [2020-11-06T20:24:28.400Z] #41 71.90   DEP      criu/netfilter.d
20:24:28 [2020-11-06T20:24:28.418Z] #17 DONE 1.0s
20:24:28 [2020-11-06T20:24:28.418Z] 
20:24:28 [2020-11-06T20:24:28.418Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:28 [2020-11-06T20:24:28.634Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.006s	coverage: 1.8% of statements
20:24:28 [2020-11-06T20:24:28.666Z] #41 71.99   DEP      criu/net.d
20:24:28 [2020-11-06T20:24:28.666Z] #41 72.09   DEP      criu/namespaces.d
20:24:28 [2020-11-06T20:24:28.666Z] #41 72.23   DEP      criu/mount.d
20:24:28 [2020-11-06T20:24:28.932Z] #41 72.36   DEP      criu/memfd.d
20:24:28 [2020-11-06T20:24:28.983Z] #18 ...
20:24:28 [2020-11-06T20:24:28.983Z] 
20:24:28 [2020-11-06T20:24:28.983Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:28 [2020-11-06T20:24:28.983Z] #41 45.26   HOSTDEP  compel/src/lib/handle-elf-host.d
20:24:28 [2020-11-06T20:24:28.983Z] #41 45.40   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
20:24:28 [2020-11-06T20:24:28.983Z] #41 45.54   HOSTDEP  compel/src/main-host.d
20:24:28 [2020-11-06T20:24:28.983Z] #41 45.74   DEP      compel/src/lib/ptrace.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 45.88   DEP      compel/src/lib/infect.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.07   DEP      compel/src/lib/infect-util.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.11   DEP      compel/src/lib/infect-rpc.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.25   DEP      compel/arch/x86/src/lib/infect.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.41   DEP      compel/arch/x86/src/lib/cpu.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.45   DEP      compel/src/lib/log.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.51   DEP      compel/src/main.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.65   DEP      compel/src/lib/handle-elf.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.78   DEP      compel/arch/x86/src/lib/handle-elf.d
20:24:28 [2020-11-06T20:24:28.984Z] #41 46.91   CC       compel/src/lib/log.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 47.12   CC       compel/arch/x86/src/lib/cpu.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 47.83   CC       compel/arch/x86/src/lib/infect.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 49.04   CC       compel/src/lib/infect-rpc.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 49.47   CC       compel/src/lib/infect-util.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 49.98   CC       compel/src/lib/infect.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 53.43   CC       compel/src/lib/ptrace.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 53.90   AR       compel/libcompel.a
20:24:28 [2020-11-06T20:24:28.984Z] #41 54.07   HOSTCC   compel/src/main-host.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 54.36   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 54.49   HOSTCC   compel/src/lib/handle-elf-host.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 54.89   HOSTCC   compel/src/lib/log-host.o
20:24:28 [2020-11-06T20:24:28.984Z] #41 55.24   HOSTLINK compel/compel-host-bin
20:24:28 [2020-11-06T20:24:28.998Z] #41 158.9   CC       criu/tun.o
20:24:29 [2020-11-06T20:24:29.197Z] #41 72.52   DEP      criu/mem.d
20:24:29 [2020-11-06T20:24:29.197Z] #41 72.65   DEP      criu/lsm.d
20:24:29 [2020-11-06T20:24:29.197Z] #41 72.73   DEP      criu/log.d
20:24:29 [2020-11-06T20:24:29.240Z] #41 55.50   DEP      soccr/soccr.d
20:24:29 [2020-11-06T20:24:29.240Z] #41 55.77   CC       soccr/soccr.o
20:24:29 [2020-11-06T20:24:29.259Z] #41 159.2   CC       criu/uffd.o
20:24:29 [2020-11-06T20:24:29.461Z] #41 72.84   DEP      criu/libnetlink.d
20:24:29 [2020-11-06T20:24:29.726Z] #41 73.01   DEP      criu/kerndat.d
20:24:29 [2020-11-06T20:24:29.726Z] #41 73.26   DEP      criu/kcmp-ids.d
20:24:29 [2020-11-06T20:24:29.772Z] #19 75.04 Setting up python3-pip (18.1-5) ...
20:24:29 [2020-11-06T20:24:29.833Z] #41 159.8   CC       criu/util.o
20:24:29 [2020-11-06T20:24:29.991Z] #41 73.38   DEP      criu/irmap.d
20:24:29 [2020-11-06T20:24:29.991Z] #41 73.48   DEP      criu/ipc_ns.d
20:24:29 [2020-11-06T20:24:29.991Z] #41 73.58   DEP      criu/image.d
20:24:30 [2020-11-06T20:24:30.182Z] #41 ...
20:24:30 [2020-11-06T20:24:30.182Z] 
20:24:30 [2020-11-06T20:24:30.182Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:30 [2020-11-06T20:24:30.182Z] #18 1.666 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
20:24:30 [2020-11-06T20:24:30.256Z] #41 73.77   DEP      criu/image-desc.d
20:24:30 [2020-11-06T20:24:30.256Z] #41 73.84   DEP      criu/fsnotify.d
20:24:30 [2020-11-06T20:24:30.407Z] #41 160.4   CC       criu/uts_ns.o
20:24:30 [2020-11-06T20:24:30.409Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
20:24:30 [2020-11-06T20:24:30.409Z] === RUN   TestBuildUncleanTarFilenames
20:24:30 [2020-11-06T20:24:30.439Z] #18 1.869 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:24:30 [2020-11-06T20:24:30.439Z] #18 2.054 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:24:30 [2020-11-06T20:24:30.522Z] #41 73.97   DEP      criu/filesystems.d
20:24:30 [2020-11-06T20:24:30.669Z] #41 160.6   CC       criu/vdso-compat.o
20:24:30 [2020-11-06T20:24:30.669Z] --- PASS: TestBuildUncleanTarFilenames (0.65s)
20:24:30 [2020-11-06T20:24:30.669Z] === RUN   TestBuildMultiStageLayerLeak
20:24:30 [2020-11-06T20:24:30.787Z] #41 74.17   DEP      criu/files.d
20:24:31 [2020-11-06T20:24:31.068Z] #41 160.7   CC       criu/vdso.o
20:24:31 [2020-11-06T20:24:31.068Z] #41 161.0   LINK     criu/built-in.o
20:24:31 [2020-11-06T20:24:31.068Z] #41 161.1   LINK     criu/criu
20:24:31 [2020-11-06T20:24:31.077Z] #18 2.460 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:24:31 [2020-11-06T20:24:31.078Z] #41 74.33   DEP      criu/files-reg.d
20:24:31 [2020-11-06T20:24:31.078Z] #41 74.44   DEP      criu/files-ext.d
20:24:31 [2020-11-06T20:24:31.078Z] #41 74.52   DEP      criu/file-lock.d
20:24:31 [2020-11-06T20:24:31.329Z] #41 161.3   DEP      lib/c/criu.d
20:24:31 [2020-11-06T20:24:31.330Z] #41 161.4   CC       images/rpc.pb-c.o
20:24:31 [2020-11-06T20:24:31.344Z] #41 74.75   DEP      criu/file-ids.d
20:24:31 [2020-11-06T20:24:31.592Z] #41 161.7   CC       lib/c/criu.o
20:24:31 [2020-11-06T20:24:31.608Z] #41 74.91   DEP      criu/fifo.d
20:24:31 [2020-11-06T20:24:31.608Z] #41 75.11   DEP      criu/fdstore.d
20:24:31 [2020-11-06T20:24:31.873Z] #41 75.25   DEP      criu/fault-injection.d
20:24:31 [2020-11-06T20:24:31.873Z] #41 75.29   DEP      criu/external.d
20:24:31 [2020-11-06T20:24:31.873Z] #41 75.38   DEP      criu/eventpoll.d
20:24:31 [2020-11-06T20:24:31.889Z] #19 76.54 Processing triggers for libc-bin (2.28-10) ...
20:24:31 [2020-11-06T20:24:31.889Z] #19 76.59 Processing triggers for mime-support (3.62) ...
20:24:31 [2020-11-06T20:24:31.889Z] #19 DONE 77.0s
20:24:31 [2020-11-06T20:24:31.889Z] 
20:24:31 [2020-11-06T20:24:31.889Z] #20 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:24:32 [2020-11-06T20:24:32.138Z] #41 75.61   DEP      criu/eventfd.d
20:24:32 [2020-11-06T20:24:32.183Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.285s	coverage: 49.5% of statements
20:24:32 [2020-11-06T20:24:32.404Z] #41 75.76   DEP      criu/crtools.d
20:24:32 [2020-11-06T20:24:32.404Z] #41 75.94   DEP      criu/cr-service.d
20:24:32 [2020-11-06T20:24:32.446Z] #18 3.650 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [244 kB]
20:24:32 [2020-11-06T20:24:32.535Z] #20 0.519 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:24:32 [2020-11-06T20:24:32.535Z] #20 0.533 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:24:32 [2020-11-06T20:24:32.535Z] #20 0.538 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:24:32 [2020-11-06T20:24:32.535Z] #20 DONE 0.7s
20:24:32 [2020-11-06T20:24:32.535Z] 
20:24:32 [2020-11-06T20:24:32.535Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:32 [2020-11-06T20:24:32.535Z] #42 116.6   CC       criu/cr-errno.o
20:24:32 [2020-11-06T20:24:32.535Z] #42 116.7   CC       criu/cr-restore.o
20:24:32 [2020-11-06T20:24:32.535Z] #42 123.9   CC       criu/cr-service.o
20:24:32 [2020-11-06T20:24:32.535Z] #42 ...
20:24:32 [2020-11-06T20:24:32.535Z] 
20:24:32 [2020-11-06T20:24:32.535Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.2   LINK     lib/c/built-in.o
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.2   LINK     lib/c/libcriu.so
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.3   LINK     lib/c/libcriu.a
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.4   GEN      magic.py
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.4 Note: Building without setproctitle() and strlcpy() support.
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.4       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.4 Note: Building without GnuTLS support
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.4 Makefile.config:39: Warn: you have no libnftables installed
20:24:32 [2020-11-06T20:24:32.537Z] #41 162.4 Makefile.config:40: Warn: Building without nftables support
20:24:32 [2020-11-06T20:24:32.669Z] #41 76.09   DEP      criu/cr-restore.d
20:24:32 [2020-11-06T20:24:32.800Z] #41 162.8 fatal: not a git repository (or any of the parent directories): .git
20:24:32 [2020-11-06T20:24:32.934Z] #41 76.36   DEP      criu/cr-errno.d
20:24:32 [2020-11-06T20:24:32.934Z] #41 76.37   DEP      criu/cr-dump.d
20:24:33 [2020-11-06T20:24:33.199Z] #41 76.53   DEP      criu/cr-dedup.d
20:24:33 [2020-11-06T20:24:33.374Z] #41 163.2 make[1]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.374Z] #41 163.5 make[1]: 'images/built-in.o' is up to date.
20:24:33 [2020-11-06T20:24:33.465Z] #41 76.67   DEP      criu/cr-check.d
20:24:33 [2020-11-06T20:24:33.465Z] #41 76.80   DEP      criu/config.d
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.6 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.6 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.6 make[1]: 'compel/libcompel.a' is up to date.
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.6 make[1]: 'compel/compel-host-bin' is up to date.
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.6 make[1]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.6 make[1]: 'soccr/libsoccr.a' is up to date.
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.7 make[2]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.7 make[2]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.636Z] #41 163.7 make[2]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.730Z] #41 76.96   DEP      criu/clone-noasan.d
20:24:33 [2020-11-06T20:24:33.730Z] #41 77.04   DEP      criu/cgroup.d
20:24:33 [2020-11-06T20:24:33.730Z] #41 77.18   DEP      criu/cgroup-props.d
20:24:33 [2020-11-06T20:24:33.814Z] #18 5.294 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
20:24:33 [2020-11-06T20:24:33.897Z] #41 163.8 make[2]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.897Z] #41 163.8 make[2]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.897Z] #41 163.8 make[2]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.897Z] #41 163.9 make[2]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.897Z] #41 163.9 make[2]: Nothing to be done for 'all'.
20:24:33 [2020-11-06T20:24:33.897Z] #41 163.9   INSTALL  criu/criu
20:24:34 [2020-11-06T20:24:34.011Z] #41 77.27   DEP      criu/bitmap.d
20:24:34 [2020-11-06T20:24:34.011Z] #41 77.28   DEP      criu/bfd.d
20:24:34 [2020-11-06T20:24:34.011Z] #41 77.34   DEP      criu/autofs.d
20:24:34 [2020-11-06T20:24:34.011Z] #41 77.44   DEP      criu/aio.d
20:24:34 [2020-11-06T20:24:34.011Z] #41 77.54   DEP      criu/action-scripts.d
20:24:34 [2020-11-06T20:24:34.160Z] #41 DONE 164.2s
20:24:34 [2020-11-06T20:24:34.160Z] 
20:24:34 [2020-11-06T20:24:34.160Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:34 [2020-11-06T20:24:34.276Z] #41 ...
20:24:34 [2020-11-06T20:24:34.276Z] 
20:24:34 [2020-11-06T20:24:34.276Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03 The following NEW packages will be installed:
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.03   xz-utils zip
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.35 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.35 Need to get 27.6 MB of archives.
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.35 After this operation, 114 MB of additional disk space will be used.
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.47 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.67 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.89 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.89 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.89 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.89 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 14.97 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.00 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.01 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.01 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.02 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.13 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.13 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.14 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.14 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.14 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.14 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.43 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.44 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.44 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.44 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.45 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.45 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.50 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.51 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.51 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.52 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.52 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
20:24:34 [2020-11-06T20:24:34.276Z] #18 15.53 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
20:24:34 [2020-11-06T20:24:34.277Z] #18 15.53 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB]
20:24:34 [2020-11-06T20:24:34.277Z] #18 15.55 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
20:24:34 [2020-11-06T20:24:34.277Z] #18 15.56 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
20:24:34 [2020-11-06T20:24:34.277Z] #18 15.57 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:24:34 [2020-11-06T20:24:34.277Z] #18 15.69 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
20:24:34 [2020-11-06T20:24:34.277Z] #18 15.72 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
20:24:34 [2020-11-06T20:24:34.277Z] #18 15.74 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.39 debconf: delaying package configuration, since apt-utils is not installed
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.50 Fetched 27.6 MB in 2s (16.4 MB/s)
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.65 Selecting previously unselected package pigz.
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.65 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23405 files and directories currently installed.)
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.72 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.72 Unpacking pigz (2.4-1) ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.88 Selecting previously unselected package libpython3.7-minimal:arm64.
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.88 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 16.89 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 17.29 Selecting previously unselected package python3.7-minimal.
20:24:34 [2020-11-06T20:24:34.277Z] #18 17.30 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 17.33 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 18.18 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 18.21 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.41 Selecting previously unselected package python3-minimal.
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23654 files and directories currently installed.)
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.53 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.54 Unpacking python3-minimal (3.7.3-1) ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.73 Selecting previously unselected package libmpdec2:arm64.
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.73 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.75 Unpacking libmpdec2:arm64 (2.4.2-2) ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.88 Selecting previously unselected package libpython3.7-stdlib:arm64.
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.90 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ...
20:24:34 [2020-11-06T20:24:34.277Z] #18 20.90 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
20:24:34 [2020-11-06T20:24:34.645Z] #21 ...
20:24:34 [2020-11-06T20:24:34.646Z] 
20:24:34 [2020-11-06T20:24:34.646Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:34 [2020-11-06T20:24:34.646Z] #44 179.8 github.com/LK4D4/vndr/godl
20:24:34 [2020-11-06T20:24:34.646Z] #44 180.7 github.com/LK4D4/vndr
20:24:34 [2020-11-06T20:24:34.646Z] #44 ...
20:24:34 [2020-11-06T20:24:34.646Z] 
20:24:34 [2020-11-06T20:24:34.646Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:34 [2020-11-06T20:24:34.646Z] #42 127.3   CC       criu/crtools.o
20:24:35 [2020-11-06T20:24:35.012Z] --- PASS: TestBuildMultiStageLayerLeak (4.35s)
20:24:35 [2020-11-06T20:24:35.013Z] === RUN   TestBuildWithHugeFile
20:24:35 [2020-11-06T20:24:35.514Z] #18 21.87 Selecting previously unselected package python3.7.
20:24:35 [2020-11-06T20:24:35.514Z] #18 21.88 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ...
20:24:35 [2020-11-06T20:24:35.514Z] #18 21.89 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:24:35 [2020-11-06T20:24:35.514Z] #18 22.08 Selecting previously unselected package libpython3-stdlib:arm64.
20:24:35 [2020-11-06T20:24:35.514Z] #18 22.09 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
20:24:35 [2020-11-06T20:24:35.514Z] #18 22.10 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
20:24:35 [2020-11-06T20:24:35.549Z] #54 200.8 + bin/containerd
20:24:35 [2020-11-06T20:24:35.705Z] #42 128.4   CC       criu/eventfd.o
20:24:35 [2020-11-06T20:24:35.780Z] #18 22.24 Setting up python3-minimal (3.7.3-1) ...
20:24:35 [2020-11-06T20:24:35.810Z] #54 ...
20:24:35 [2020-11-06T20:24:35.810Z] 
20:24:35 [2020-11-06T20:24:35.810Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:24:35 [2020-11-06T20:24:35.810Z] #42 DONE 0.0s
20:24:35 [2020-11-06T20:24:35.810Z] 
20:24:35 [2020-11-06T20:24:35.810Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:24:35 [2020-11-06T20:24:35.810Z] #44 DONE 0.1s
20:24:35 [2020-11-06T20:24:35.810Z] 
20:24:35 [2020-11-06T20:24:35.810Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:24:35 [2020-11-06T20:24:35.810Z] #46 DONE 0.1s
20:24:35 [2020-11-06T20:24:35.810Z] 
20:24:35 [2020-11-06T20:24:35.810Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:36 [2020-11-06T20:24:36.006Z] #42 ...
20:24:36 [2020-11-06T20:24:36.006Z] 
20:24:36 [2020-11-06T20:24:36.006Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:36 [2020-11-06T20:24:36.006Z] #44 DONE 191.1s
20:24:36 [2020-11-06T20:24:36.006Z] 
20:24:36 [2020-11-06T20:24:36.006Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:36 [2020-11-06T20:24:36.334Z] #18 ...
20:24:36 [2020-11-06T20:24:36.334Z] 
20:24:36 [2020-11-06T20:24:36.334Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:36 [2020-11-06T20:24:36.334Z] #41 57.31   AR       soccr/libsoccr.a
20:24:36 [2020-11-06T20:24:36.334Z] #41 57.36 make[1]: 'soccr/libsoccr.a' is up to date.
20:24:36 [2020-11-06T20:24:36.334Z] #41 57.78   DEP      criu/arch/x86/sigframe.d
20:24:36 [2020-11-06T20:24:36.334Z] #41 57.88   DEP      criu/arch/x86/sigaction_compat.d
20:24:36 [2020-11-06T20:24:36.334Z] #41 57.97   DEP      criu/arch/x86/kerndat.d
20:24:36 [2020-11-06T20:24:36.334Z] #41 58.05   DEP      criu/arch/x86/crtools.d
20:24:36 [2020-11-06T20:24:36.334Z] #41 58.18   DEP      criu/arch/x86/cpu.d
20:24:36 [2020-11-06T20:24:36.334Z] #41 58.33   CC       criu/arch/x86/cpu.o
20:24:36 [2020-11-06T20:24:36.334Z] #41 58.98   CC       criu/arch/x86/crtools.o
20:24:36 [2020-11-06T20:24:36.334Z] #41 60.18   CC       criu/arch/x86/kerndat.o
20:24:36 [2020-11-06T20:24:36.334Z] #41 60.72   CC       criu/arch/x86/sigaction_compat.o
20:24:36 [2020-11-06T20:24:36.334Z] #41 60.98   CC       criu/arch/x86/sigframe.o
20:24:36 [2020-11-06T20:24:36.334Z] #41 61.29   LINK     criu/arch/x86/crtools.built-in.o
20:24:36 [2020-11-06T20:24:36.334Z] #41 61.35   DEP      criu/pie/util-vdso-elf32.d
20:24:36 [2020-11-06T20:24:36.334Z] #41 61.47   DEP      criu/pie/util-vdso.d
20:24:36 [2020-11-06T20:24:36.334Z] #41 61.61   DEP      criu/pie/util.d
20:24:36 [2020-11-06T20:24:36.334Z] #41 61.83   CC       criu/pie/util.o
20:24:36 [2020-11-06T20:24:36.334Z] #41 62.14   CC       criu/pie/util-vdso.o
20:24:36 [2020-11-06T20:24:36.334Z] #41 62.78   CC       criu/pie/util-vdso-elf32.o
20:24:36 [2020-11-06T20:24:36.385Z] #54 ...
20:24:36 [2020-11-06T20:24:36.385Z] 
20:24:36 [2020-11-06T20:24:36.385Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:24:36 [2020-11-06T20:24:36.385Z] #48 DONE 0.3s
20:24:36 [2020-11-06T20:24:36.385Z] 
20:24:36 [2020-11-06T20:24:36.385Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:24:36 [2020-11-06T20:24:36.385Z] #50 DONE 0.0s
20:24:36 [2020-11-06T20:24:36.385Z] 
20:24:36 [2020-11-06T20:24:36.385Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:24:36 [2020-11-06T20:24:36.646Z] #52 DONE 0.2s
20:24:36 [2020-11-06T20:24:36.646Z] 
20:24:36 [2020-11-06T20:24:36.646Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:36 [2020-11-06T20:24:36.656Z] #52 ...
20:24:36 [2020-11-06T20:24:36.656Z] 
20:24:36 [2020-11-06T20:24:36.656Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:36 [2020-11-06T20:24:36.656Z] #42 129.3   CC       criu/eventpoll.o
20:24:36 [2020-11-06T20:24:36.735Z] #18 23.42 Selecting previously unselected package python3.
20:24:36 [2020-11-06T20:24:36.999Z] #18 23.42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24066 files and directories currently installed.)
20:24:36 [2020-11-06T20:24:36.999Z] #18 23.52 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
20:24:36 [2020-11-06T20:24:36.999Z] #18 23.53 Unpacking python3 (3.7.3-1) ...
20:24:37 [2020-11-06T20:24:37.263Z] #41 63.50   AR       criu/pie/pie.lib.a
20:24:37 [2020-11-06T20:24:37.264Z] #41 63.58   DEP      criu/pie/restorer.d
20:24:37 [2020-11-06T20:24:37.264Z] #18 23.64 Selecting previously unselected package libip4tc0:arm64.
20:24:37 [2020-11-06T20:24:37.264Z] #18 23.65 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
20:24:37 [2020-11-06T20:24:37.264Z] #18 23.66 Unpacking libip4tc0:arm64 (1.8.2-4) ...
20:24:37 [2020-11-06T20:24:37.264Z] #18 23.80 Selecting previously unselected package libip6tc0:arm64.
20:24:37 [2020-11-06T20:24:37.264Z] #18 23.80 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
20:24:37 [2020-11-06T20:24:37.264Z] #18 23.81 Unpacking libip6tc0:arm64 (1.8.2-4) ...
20:24:37 [2020-11-06T20:24:37.521Z] #41 63.83   DEP      criu/arch/x86/sigaction_compat_pie.d
20:24:37 [2020-11-06T20:24:37.521Z] #41 63.93   DEP      criu/arch/x86/restorer_unmap.d
20:24:37 [2020-11-06T20:24:37.521Z] #41 63.94   DEP      criu/arch/x86/restorer.d
20:24:37 [2020-11-06T20:24:37.743Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	15.850s	coverage: 73.1% of statements
20:24:37 [2020-11-06T20:24:37.743Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:24:37 [2020-11-06T20:24:37.743Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.005s	coverage: 58.0% of statements
20:24:37 [2020-11-06T20:24:37.778Z] #41 64.21   DEP      criu/arch/x86/vdso-pie.d
20:24:37 [2020-11-06T20:24:37.849Z] #18 24.41 Selecting previously unselected package libiptc0:arm64.
20:24:37 [2020-11-06T20:24:37.849Z] #18 24.41 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
20:24:37 [2020-11-06T20:24:37.849Z] #18 24.53 Unpacking libiptc0:arm64 (1.8.2-4) ...
20:24:38 [2020-11-06T20:24:38.035Z] #41 64.34   DEP      criu/pie/parasite-vdso.d
20:24:38 [2020-11-06T20:24:38.114Z] #18 24.60 Selecting previously unselected package libnfnetlink0:arm64.
20:24:38 [2020-11-06T20:24:38.114Z] #18 24.60 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
20:24:38 [2020-11-06T20:24:38.114Z] #18 24.61 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
20:24:38 [2020-11-06T20:24:38.114Z] #18 24.68 Selecting previously unselected package libnetfilter-conntrack3:arm64.
20:24:38 [2020-11-06T20:24:38.114Z] #18 24.68 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
20:24:38 [2020-11-06T20:24:38.114Z] #18 24.69 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
20:24:38 [2020-11-06T20:24:38.114Z] #18 24.78 Selecting previously unselected package libnftnl11:arm64.
20:24:38 [2020-11-06T20:24:38.199Z] #42 130.9   CC       criu/external.o
20:24:38 [2020-11-06T20:24:38.292Z] #41 64.52   DEP      criu/pie/parasite.d
20:24:38 [2020-11-06T20:24:38.292Z] #41 64.77   CC       criu/pie/parasite.o
20:24:38 [2020-11-06T20:24:38.375Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.003s	coverage: 3.0% of statements
20:24:38 [2020-11-06T20:24:38.379Z] #18 24.78 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
20:24:38 [2020-11-06T20:24:38.379Z] #18 24.79 Unpacking libnftnl11:arm64 (1.1.2-2) ...
20:24:38 [2020-11-06T20:24:38.379Z] #18 24.97 Selecting previously unselected package iptables.
20:24:38 [2020-11-06T20:24:38.379Z] #18 24.98 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
20:24:38 [2020-11-06T20:24:38.379Z] #18 24.98 Unpacking iptables (1.8.2-4) ...
20:24:38 [2020-11-06T20:24:38.644Z] #18 25.35 Selecting previously unselected package xxd.
20:24:38 [2020-11-06T20:24:38.666Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.024s	coverage: 57.7% of statements
20:24:38 [2020-11-06T20:24:38.666Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:24:38 [2020-11-06T20:24:38.666Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:24:38 [2020-11-06T20:24:38.851Z] #42 131.4   CC       criu/fault-injection.o
20:24:38 [2020-11-06T20:24:38.851Z] #42 131.5   CC       criu/fdstore.o
20:24:38 [2020-11-06T20:24:38.910Z] #18 25.35 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
20:24:38 [2020-11-06T20:24:38.910Z] #18 25.37 Unpacking xxd (2:8.1.0875-5) ...
20:24:38 [2020-11-06T20:24:38.910Z] #18 25.55 Selecting previously unselected package vim-common.
20:24:38 [2020-11-06T20:24:38.910Z] #18 25.55 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:24:38 [2020-11-06T20:24:38.910Z] #18 25.58 Unpacking vim-common (2:8.1.0875-5) ...
20:24:39 [2020-11-06T20:24:39.224Z] #41 ...
20:24:39 [2020-11-06T20:24:39.224Z] 
20:24:39 [2020-11-06T20:24:39.224Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:39 [2020-11-06T20:24:39.224Z] #18 10.79 Fetched 8397 kB in 10s (876 kB/s)
20:24:39 [2020-11-06T20:24:39.298Z] ok  	github.com/docker/docker/daemon/links	0.023s	coverage: 93.0% of statements
20:24:39 [2020-11-06T20:24:39.503Z] #42 132.0   CC       criu/fifo.o
20:24:39 [2020-11-06T20:24:39.804Z] #42 132.5   CC       criu/file-ids.o
20:24:39 [2020-11-06T20:24:39.864Z] #18 26.38 Selecting previously unselected package bash-completion.
20:24:39 [2020-11-06T20:24:39.864Z] #18 26.39 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:24:40 [2020-11-06T20:24:40.104Z] #42 132.8   CC       criu/file-lock.o
20:24:40 [2020-11-06T20:24:40.333Z] ok  	github.com/docker/docker/daemon/images	0.033s	coverage: 4.9% of statements
20:24:40 [2020-11-06T20:24:40.333Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:24:40 [2020-11-06T20:24:40.333Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:24:40 [2020-11-06T20:24:40.964Z] ok  	github.com/docker/docker/daemon/logger	0.208s	coverage: 41.0% of statements
20:24:41 [2020-11-06T20:24:41.596Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.017s	coverage: 67.0% of statements
20:24:41 [2020-11-06T20:24:41.597Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.088s	coverage: 77.4% of statements
20:24:41 [2020-11-06T20:24:41.597Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:24:41 [2020-11-06T20:24:41.597Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:24:41 [2020-11-06T20:24:41.649Z] #42 ...
20:24:41 [2020-11-06T20:24:41.649Z] 
20:24:41 [2020-11-06T20:24:41.649Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:24:41 [2020-11-06T20:24:41.649Z] #31 DONE 196.6s
20:24:41 [2020-11-06T20:24:41.649Z] 
20:24:41 [2020-11-06T20:24:41.649Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:24:41 [2020-11-06T20:24:41.649Z] #21 7.013 Collecting yamllint==1.16.0
20:24:41 [2020-11-06T20:24:41.649Z] #21 7.398   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:24:41 [2020-11-06T20:24:41.649Z] #21 7.484 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:24:41 [2020-11-06T20:24:41.649Z] #21 7.541   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:24:41 [2020-11-06T20:24:41.649Z] #21 7.604 Collecting pyyaml (from yamllint==1.16.0)
20:24:41 [2020-11-06T20:24:41.649Z] #21 7.844   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:24:42 [2020-11-06T20:24:42.433Z] #18 29.10 Unpacking bash-completion (1:2.8-6) ...
20:24:42 [2020-11-06T20:24:42.501Z] #18 10.79 Reading package lists...
20:24:42 [2020-11-06T20:24:42.501Z] #18 ...
20:24:42 [2020-11-06T20:24:42.501Z] 
20:24:42 [2020-11-06T20:24:42.501Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:42 [2020-11-06T20:24:42.501Z] #51 10.97 + cd /tmp/tmp.9SwM76xctP/src/github.com/opencontainers/runc
20:24:42 [2020-11-06T20:24:42.501Z] #51 10.97 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:42 [2020-11-06T20:24:42.501Z] #51 11.41 + '[' -z '' ']'
20:24:42 [2020-11-06T20:24:42.501Z] #51 11.42 + target=static
20:24:42 [2020-11-06T20:24:42.501Z] #51 11.42 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:24:42 [2020-11-06T20:24:42.501Z] #51 11.80 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:24:42 [2020-11-06T20:24:42.632Z] ok  	github.com/docker/docker/daemon/logger/journald	0.002s	coverage: 23.9% of statements
20:24:42 [2020-11-06T20:24:42.632Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.003s	coverage: 61.6% of statements
20:24:42 [2020-11-06T20:24:42.713Z] #21 10.02 Building wheels for collected packages: pyyaml
20:24:42 [2020-11-06T20:24:42.713Z] #21 10.02   Running setup.py bdist_wheel for pyyaml: started
20:24:42 [2020-11-06T20:24:42.758Z] #51 ...
20:24:42 [2020-11-06T20:24:42.758Z] 
20:24:42 [2020-11-06T20:24:42.758Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:42 [2020-11-06T20:24:42.758Z] #41 65.98   LINK     criu/pie/parasite.built-in.o
20:24:42 [2020-11-06T20:24:42.758Z] #41 66.01   GEN      criu/pie/parasite-blob.h
20:24:42 [2020-11-06T20:24:42.758Z] #41 66.04   CC       criu/pie/parasite-vdso.o
20:24:42 [2020-11-06T20:24:42.758Z] #41 66.64   CC       criu/arch/x86/vdso-pie.o
20:24:42 [2020-11-06T20:24:42.758Z] #41 66.97   CC       criu/arch/x86/restorer.o
20:24:42 [2020-11-06T20:24:42.758Z] #41 67.51   CC       criu/arch/x86/restorer_unmap.o
20:24:42 [2020-11-06T20:24:42.758Z] #41 67.59   CC       criu/arch/x86/sigaction_compat_pie.o
20:24:42 [2020-11-06T20:24:42.758Z] #41 67.95   CC       criu/pie/restorer.o
20:24:42 [2020-11-06T20:24:42.923Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
20:24:43 [2020-11-06T20:24:43.406Z] #18 29.82 Selecting previously unselected package bzip2.
20:24:43 [2020-11-06T20:24:43.406Z] #18 29.84 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
20:24:43 [2020-11-06T20:24:43.406Z] #18 29.85 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:24:43 [2020-11-06T20:24:43.406Z] #18 29.96 Selecting previously unselected package xz-utils.
20:24:43 [2020-11-06T20:24:43.406Z] #18 29.96 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
20:24:43 [2020-11-06T20:24:43.406Z] #18 29.97 Unpacking xz-utils (5.2.4-1) ...
20:24:43 [2020-11-06T20:24:43.555Z] ok  	github.com/docker/docker/daemon/logger/local	0.014s	coverage: 75.2% of statements
20:24:43 [2020-11-06T20:24:43.555Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:24:43 [2020-11-06T20:24:43.672Z] #18 30.11 Selecting previously unselected package apparmor.
20:24:43 [2020-11-06T20:24:43.672Z] #18 30.12 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
20:24:43 [2020-11-06T20:24:43.672Z] #18 30.21 Unpacking apparmor (2.13.2-10) ...
20:24:43 [2020-11-06T20:24:43.801Z] #21 11.34   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:24:43 [2020-11-06T20:24:43.801Z] #21 11.35   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:24:43 [2020-11-06T20:24:43.801Z] #21 11.43 Successfully built pyyaml
20:24:43 [2020-11-06T20:24:43.937Z] #18 30.66 Selecting previously unselected package aufs-tools.
20:24:44 [2020-11-06T20:24:44.101Z] #21 11.45 Installing collected packages: pathspec, pyyaml, yamllint
20:24:44 [2020-11-06T20:24:44.186Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.045s	coverage: 55.1% of statements
20:24:44 [2020-11-06T20:24:44.201Z] #18 30.66 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
20:24:44 [2020-11-06T20:24:44.202Z] #18 30.67 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:24:44 [2020-11-06T20:24:44.401Z] #21 11.85 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:24:44 [2020-11-06T20:24:44.466Z] #18 ...
20:24:44 [2020-11-06T20:24:44.466Z] 
20:24:44 [2020-11-06T20:24:44.466Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:44 [2020-11-06T20:24:44.466Z] #41 77.73   CC       criu/action-scripts.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 78.28   CC       criu/aio.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 78.75   CC       criu/autofs.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 80.77   CC       criu/bfd.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 81.37   CC       criu/bitmap.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 81.54   CC       criu/cgroup-props.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 82.43   CC       criu/cgroup.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 84.95   CC       criu/clone-noasan.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 85.14   CC       criu/config.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 86.67   CC       criu/cr-check.o
20:24:44 [2020-11-06T20:24:44.466Z] #41 ...
20:24:44 [2020-11-06T20:24:44.466Z] 
20:24:44 [2020-11-06T20:24:44.466Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:44 [2020-11-06T20:24:44.466Z] #18 30.98 Selecting previously unselected package libonig5:arm64.
20:24:44 [2020-11-06T20:24:44.466Z] #18 31.00 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
20:24:44 [2020-11-06T20:24:44.477Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.010s	coverage: 33.3% of statements
20:24:44 [2020-11-06T20:24:44.701Z] #21 DONE 12.1s
20:24:44 [2020-11-06T20:24:44.702Z] 
20:24:44 [2020-11-06T20:24:44.702Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:44 [2020-11-06T20:24:44.702Z] #42 134.3   CC       criu/files-ext.o
20:24:44 [2020-11-06T20:24:44.702Z] #42 135.1   CC       criu/files-reg.o
20:24:44 [2020-11-06T20:24:44.777Z] #18 31.14 Unpacking libonig5:arm64 (6.9.1-1) ...
20:24:45 [2020-11-06T20:24:45.090Z] #18 31.56 Selecting previously unselected package libjq1:arm64.
20:24:45 [2020-11-06T20:24:45.090Z] #18 31.57 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
20:24:45 [2020-11-06T20:24:45.090Z] #18 31.62 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
20:24:45 [2020-11-06T20:24:45.090Z] #18 31.75 Selecting previously unselected package jq.
20:24:45 [2020-11-06T20:24:45.090Z] #18 31.76 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
20:24:45 [2020-11-06T20:24:45.090Z] #18 31.77 Unpacking jq (1.5+dfsg-2+b1) ...
20:24:45 [2020-11-06T20:24:45.283Z] #41 71.16   LINK     criu/pie/restorer.built-in.o
20:24:45 [2020-11-06T20:24:45.283Z] #41 71.17   GEN      criu/pie/restorer-blob.h
20:24:45 [2020-11-06T20:24:45.283Z] #41 71.24   DEP      criu/vdso.d
20:24:45 [2020-11-06T20:24:45.283Z] #41 71.40   DEP      criu/vdso-compat.d
20:24:45 [2020-11-06T20:24:45.283Z] #41 71.53   DEP      criu/uts_ns.d
20:24:45 [2020-11-06T20:24:45.283Z] #41 71.70   DEP      criu/util.d
20:24:45 [2020-11-06T20:24:45.399Z] #18 31.94 Selecting previously unselected package libaio1:arm64.
20:24:45 [2020-11-06T20:24:45.399Z] #18 31.97 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
20:24:45 [2020-11-06T20:24:45.540Z] #41 71.94   DEP      criu/uffd.d
20:24:45 [2020-11-06T20:24:45.551Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.021s	coverage: 46.8% of statements
20:24:45 [2020-11-06T20:24:45.664Z] #18 32.08 Unpacking libaio1:arm64 (0.3.112-3) ...
20:24:45 [2020-11-06T20:24:45.664Z] #18 32.27 Selecting previously unselected package libgpm2:arm64.
20:24:45 [2020-11-06T20:24:45.664Z] #18 32.28 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
20:24:45 [2020-11-06T20:24:45.664Z] #18 32.33 Unpacking libgpm2:arm64 (1.20.7-5) ...
20:24:45 [2020-11-06T20:24:45.760Z] #42 138.2   CC       criu/files.o
20:24:45 [2020-11-06T20:24:45.797Z] #41 72.14   DEP      criu/tun.d
20:24:45 [2020-11-06T20:24:45.843Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
20:24:46 [2020-11-06T20:24:46.054Z] #41 72.29   DEP      criu/tty.d
20:24:46 [2020-11-06T20:24:46.054Z] #41 72.45   DEP      criu/timerfd.d
20:24:46 [2020-11-06T20:24:46.273Z] #18 32.58 Selecting previously unselected package libicu63:arm64.
20:24:46 [2020-11-06T20:24:46.273Z] #18 32.59 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
20:24:46 [2020-11-06T20:24:46.273Z] #18 32.61 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
20:24:46 [2020-11-06T20:24:46.312Z] #41 72.72   DEP      criu/timens.d
20:24:46 [2020-11-06T20:24:46.476Z] ok  	github.com/docker/docker/daemon/network	0.003s	coverage: 63.8% of statements
20:24:46 [2020-11-06T20:24:46.569Z] #41 72.94   DEP      criu/sysfs_parse.d
20:24:46 [2020-11-06T20:24:46.570Z] #41 73.08   DEP      criu/sysctl.d
20:24:46 [2020-11-06T20:24:46.767Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.457s	coverage: 82.5% of statements
20:24:46 [2020-11-06T20:24:46.767Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:24:46 [2020-11-06T20:24:46.767Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:24:46 [2020-11-06T20:24:46.827Z] #41 73.25   DEP      criu/string.d
20:24:46 [2020-11-06T20:24:46.827Z] #41 73.30   DEP      criu/stats.d
20:24:47 [2020-11-06T20:24:47.084Z] #41 73.43   DEP      criu/sockets.d
20:24:47 [2020-11-06T20:24:47.341Z] #41 73.62   DEP      criu/sk-unix.d
20:24:47 [2020-11-06T20:24:47.599Z] #41 73.84   DEP      criu/sk-tcp.d
20:24:47 [2020-11-06T20:24:47.599Z] #41 74.06   DEP      criu/sk-queue.d
20:24:47 [2020-11-06T20:24:47.800Z] ok  	github.com/docker/docker/distribution/metadata	0.020s	coverage: 48.2% of statements
20:24:47 [2020-11-06T20:24:47.800Z] ok  	github.com/docker/docker/distribution	0.224s	coverage: 21.9% of statements
20:24:47 [2020-11-06T20:24:47.800Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:24:47 [2020-11-06T20:24:47.856Z] #41 74.23   DEP      criu/sk-packet.d
20:24:47 [2020-11-06T20:24:47.869Z] #42 140.4   CC       criu/filesystems.o
20:24:48 [2020-11-06T20:24:48.113Z] #41 74.42   DEP      criu/sk-netlink.d
20:24:48 [2020-11-06T20:24:48.371Z] #41 74.60   DEP      criu/sk-inet.d
20:24:48 [2020-11-06T20:24:48.628Z] #41 74.87   DEP      criu/signalfd.d
20:24:48 [2020-11-06T20:24:48.629Z] #41 75.07   DEP      criu/sigframe.d
20:24:48 [2020-11-06T20:24:48.833Z] ok  	github.com/docker/docker/errdefs	0.002s	coverage: 49.4% of statements
20:24:48 [2020-11-06T20:24:48.886Z] #41 75.17   DEP      criu/shmem.d
20:24:48 [2020-11-06T20:24:48.886Z] #41 75.30   DEP      criu/servicefd.d
20:24:48 [2020-11-06T20:24:48.886Z] #41 75.41   DEP      criu/seize.d
20:24:48 [2020-11-06T20:24:48.947Z] #42 141.3   CC       criu/fsnotify.o
20:24:49 [2020-11-06T20:24:49.143Z] #41 75.55   DEP      criu/seccomp.d
20:24:49 [2020-11-06T20:24:49.401Z] #41 75.75   DEP      criu/rst-malloc.d
20:24:49 [2020-11-06T20:24:49.467Z] ok  	github.com/docker/docker/image	0.014s	coverage: 86.4% of statements
20:24:49 [2020-11-06T20:24:49.658Z] #41 75.87   DEP      criu/rbtree.d
20:24:49 [2020-11-06T20:24:49.658Z] #41 75.89   DEP      criu/pstree.d
20:24:49 [2020-11-06T20:24:49.658Z] #41 76.04   DEP      criu/protobuf.d
20:24:49 [2020-11-06T20:24:49.658Z] #41 76.13   GEN      criu/protobuf-desc-gen.h
20:24:49 [2020-11-06T20:24:49.776Z] #18 35.89 Selecting previously unselected package libnet1:arm64.
20:24:49 [2020-11-06T20:24:49.776Z] #18 35.91 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
20:24:49 [2020-11-06T20:24:49.776Z] #18 35.98 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:24:49 [2020-11-06T20:24:49.776Z] #18 36.13 Selecting previously unselected package libnl-3-200:arm64.
20:24:49 [2020-11-06T20:24:49.776Z] #18 36.13 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
20:24:49 [2020-11-06T20:24:49.776Z] #18 36.15 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
20:24:50 [2020-11-06T20:24:50.011Z] #42 142.6   CC       criu/image-desc.o
20:24:50 [2020-11-06T20:24:50.101Z] ok  	github.com/docker/docker/image/cache	0.004s	coverage: 19.2% of statements
20:24:50 [2020-11-06T20:24:50.311Z] #42 142.7   CC       criu/image.o
20:24:50 [2020-11-06T20:24:50.382Z] #18 36.98 Selecting previously unselected package libprotobuf-c1:arm64.
20:24:50 [2020-11-06T20:24:50.382Z] #18 36.98 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
20:24:50 [2020-11-06T20:24:50.393Z] ok  	github.com/docker/docker/distribution/xfer	1.869s	coverage: 85.6% of statements
20:24:50 [2020-11-06T20:24:50.393Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:24:50 [2020-11-06T20:24:50.393Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:24:50 [2020-11-06T20:24:50.393Z] ok  	github.com/docker/docker/image/v1	0.005s	coverage: 25.0% of statements
20:24:50 [2020-11-06T20:24:50.393Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:24:50 [2020-11-06T20:24:50.590Z] #41 ...
20:24:50 [2020-11-06T20:24:50.590Z] 
20:24:50 [2020-11-06T20:24:50.590Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:50 [2020-11-06T20:24:50.590Z] #43 165.9 github.com/LK4D4/vndr/godl
20:24:50 [2020-11-06T20:24:50.590Z] #43 166.7 github.com/LK4D4/vndr
20:24:50 [2020-11-06T20:24:50.590Z] #43 ...
20:24:50 [2020-11-06T20:24:50.590Z] 
20:24:50 [2020-11-06T20:24:50.590Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:50 [2020-11-06T20:24:50.590Z] #18 10.79 Reading package lists...
20:24:50 [2020-11-06T20:24:50.590Z] #18 14.69 Reading package lists...
20:24:50 [2020-11-06T20:24:50.590Z] #18 18.69 Building dependency tree...
20:24:50 [2020-11-06T20:24:50.590Z] #18 20.44 libcap2-bin is already the newest version (1:2.25-2).
20:24:50 [2020-11-06T20:24:50.590Z] #18 20.44 The following additional packages will be installed:
20:24:50 [2020-11-06T20:24:50.590Z] #18 20.44   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.44   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.44   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.45   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.45   python3.7 python3.7-minimal vim-runtime xxd
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.45 Suggested packages:
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.46   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.46   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.46   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.46 Recommended packages:
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.46   aufs-dkms nftables build-essential python3-dev python3-keyring
20:24:50 [2020-11-06T20:24:50.591Z] #18 20.46   python3-keyrings.alt python3-xdg unzip
20:24:50 [2020-11-06T20:24:50.647Z] #18 36.99 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:24:50 [2020-11-06T20:24:50.848Z] #18 ...
20:24:50 [2020-11-06T20:24:50.848Z] 
20:24:50 [2020-11-06T20:24:50.848Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:50 [2020-11-06T20:24:50.848Z] #43 DONE 176.2s
20:24:50 [2020-11-06T20:24:50.848Z] 
20:24:50 [2020-11-06T20:24:50.848Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:51 [2020-11-06T20:24:51.024Z] ok  	github.com/docker/docker/libcontainerd/queue	0.021s	coverage: 100.0% of statements
20:24:51 [2020-11-06T20:24:51.123Z] #18 37.41 Selecting previously unselected package libreadline5:arm64.
20:24:51 [2020-11-06T20:24:51.123Z] #18 37.42 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
20:24:51 [2020-11-06T20:24:51.372Z] #42 143.8   CC       criu/ipc_ns.o
20:24:51 [2020-11-06T20:24:51.388Z] #18 37.90 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
20:24:51 [2020-11-06T20:24:51.413Z] #54 ...
20:24:51 [2020-11-06T20:24:51.413Z] 
20:24:51 [2020-11-06T20:24:51.413Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.79 The following NEW packages will be installed:
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:24:51 [2020-11-06T20:24:51.413Z] #18 22.80   xz-utils zip
20:24:51 [2020-11-06T20:24:51.653Z] #18 38.21 Selecting previously unselected package net-tools.
20:24:51 [2020-11-06T20:24:51.653Z] #18 38.22 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
20:24:51 [2020-11-06T20:24:51.653Z] #18 38.23 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:24:51 [2020-11-06T20:24:51.657Z] ok  	github.com/docker/docker/oci	0.008s	coverage: 8.2% of statements
20:24:51 [2020-11-06T20:24:51.670Z] #18 23.21 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded.
20:24:51 [2020-11-06T20:24:51.670Z] #18 23.21 Need to get 28.5 MB of archives.
20:24:51 [2020-11-06T20:24:51.670Z] #18 23.21 After this operation, 116 MB of additional disk space will be used.
20:24:51 [2020-11-06T20:24:51.670Z] #18 23.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
20:24:51 [2020-11-06T20:24:51.670Z] #18 23.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
20:24:51 [2020-11-06T20:24:51.670Z] #18 23.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
20:24:51 [2020-11-06T20:24:51.918Z] #18 38.50 Selecting previously unselected package python-pip-whl.
20:24:51 [2020-11-06T20:24:51.918Z] #18 38.51 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:24:51 [2020-11-06T20:24:51.918Z] #18 38.52 Unpacking python-pip-whl (18.1-5) ...
20:24:51 [2020-11-06T20:24:51.927Z] #18 23.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
20:24:51 [2020-11-06T20:24:51.927Z] #18 23.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
20:24:51 [2020-11-06T20:24:51.927Z] #18 23.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
20:24:51 [2020-11-06T20:24:51.927Z] #18 23.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
20:24:51 [2020-11-06T20:24:51.927Z] #18 23.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
20:24:51 [2020-11-06T20:24:51.927Z] #18 23.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
20:24:51 [2020-11-06T20:24:51.927Z] #18 23.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:24:51 [2020-11-06T20:24:51.927Z] #18 23.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:24:51 [2020-11-06T20:24:51.928Z] #18 23.55 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:24:51 [2020-11-06T20:24:51.928Z] #18 23.56 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:24:51 [2020-11-06T20:24:51.928Z] #18 23.56 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:24:51 [2020-11-06T20:24:51.928Z] #18 23.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:24:51 [2020-11-06T20:24:51.928Z] #18 23.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:24:51 [2020-11-06T20:24:51.928Z] #18 23.59 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:24:51 [2020-11-06T20:24:51.928Z] #18 23.60 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:24:51 [2020-11-06T20:24:51.928Z] #18 23.62 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.63 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.64 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.64 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.67 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.68 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.70 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.70 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.71 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.71 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
20:24:52 [2020-11-06T20:24:52.185Z] #18 23.72 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:24:52 [2020-11-06T20:24:52.289Z] ok  	github.com/docker/docker/opts	0.012s	coverage: 67.1% of statements
20:24:52 [2020-11-06T20:24:52.432Z] #42 145.1   CC       criu/irmap.o
20:24:52 [2020-11-06T20:24:52.499Z] #18 39.09 Selecting previously unselected package python3-lib2to3.
20:24:52 [2020-11-06T20:24:52.499Z] #18 39.10 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:24:52 [2020-11-06T20:24:52.499Z] #18 39.13 Unpacking python3-lib2to3 (3.7.3-1) ...
20:24:52 [2020-11-06T20:24:52.581Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
20:24:52 [2020-11-06T20:24:52.750Z] #18 24.28 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:24:52 [2020-11-06T20:24:52.750Z] #18 24.28 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:24:52 [2020-11-06T20:24:52.750Z] #18 24.28 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:24:52 [2020-11-06T20:24:52.750Z] #18 24.28 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
20:24:52 [2020-11-06T20:24:52.750Z] #18 24.28 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
20:24:52 [2020-11-06T20:24:52.750Z] #18 24.31 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
20:24:52 [2020-11-06T20:24:52.750Z] #18 24.39 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:24:52 [2020-11-06T20:24:52.763Z] #18 39.35 Selecting previously unselected package python3-distutils.
20:24:52 [2020-11-06T20:24:52.763Z] #18 39.35 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:24:52 [2020-11-06T20:24:52.763Z] #18 39.36 Unpacking python3-distutils (3.7.3-1) ...
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.39 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.40 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.42 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.43 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.47 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.47 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.54 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.56 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
20:24:53 [2020-11-06T20:24:53.007Z] #18 24.58 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:24:53 [2020-11-06T20:24:53.070Z] #18 39.50 Selecting previously unselected package python3-pip.
20:24:53 [2020-11-06T20:24:53.070Z] #18 39.52 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:24:53 [2020-11-06T20:24:53.070Z] #18 39.53 Unpacking python3-pip (18.1-5) ...
20:24:53 [2020-11-06T20:24:53.266Z] #18 24.89 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
20:24:53 [2020-11-06T20:24:53.334Z] #18 39.91 Selecting previously unselected package python3-pkg-resources.
20:24:53 [2020-11-06T20:24:53.334Z] #18 39.91 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:24:53 [2020-11-06T20:24:53.334Z] #18 40.03 Unpacking python3-pkg-resources (40.8.0-1) ...
20:24:53 [2020-11-06T20:24:53.491Z] #42 146.0   CC       criu/kcmp-ids.o
20:24:53 [2020-11-06T20:24:53.523Z] #18 24.96 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
20:24:53 [2020-11-06T20:24:53.523Z] #18 25.01 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
20:24:53 [2020-11-06T20:24:53.791Z] #42 146.4   CC       criu/kerndat.o
20:24:54 [2020-11-06T20:24:54.019Z] #18 40.41 Selecting previously unselected package python3-setuptools.
20:24:54 [2020-11-06T20:24:54.019Z] #18 40.42 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:24:54 [2020-11-06T20:24:54.019Z] #18 40.44 Unpacking python3-setuptools (40.8.0-1) ...
20:24:54 [2020-11-06T20:24:54.089Z] ok  	github.com/docker/docker/pkg/archive	0.479s	coverage: 76.9% of statements
20:24:54 [2020-11-06T20:24:54.454Z] #18 25.75 debconf: delaying package configuration, since apt-utils is not installed
20:24:54 [2020-11-06T20:24:54.454Z] #18 25.89 Fetched 28.5 MB in 2s (13.6 MB/s)
20:24:54 [2020-11-06T20:24:54.454Z] #18 25.95 Selecting previously unselected package pigz.
20:24:54 [2020-11-06T20:24:54.454Z] #18 25.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 ... 23432 files and directories currently installed.)
20:24:54 [2020-11-06T20:24:54.454Z] #18 26.02 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
20:24:54 [2020-11-06T20:24:54.454Z] #18 26.03 Unpacking pigz (2.4-1) ...
20:24:54 [2020-11-06T20:24:54.598Z] #18 41.09 Selecting previously unselected package python3-wheel.
20:24:54 [2020-11-06T20:24:54.598Z] #18 41.10 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:24:54 [2020-11-06T20:24:54.598Z] #18 41.10 Unpacking python3-wheel (0.32.3-2) ...
20:24:54 [2020-11-06T20:24:54.598Z] #18 41.22 Selecting previously unselected package sudo.
20:24:54 [2020-11-06T20:24:54.598Z] #18 41.22 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ...
20:24:54 [2020-11-06T20:24:54.598Z] #18 41.23 Unpacking sudo (1.8.27-1+deb10u2) ...
20:24:54 [2020-11-06T20:24:54.712Z] #18 26.14 Selecting previously unselected package libpython3.7-minimal:amd64.
20:24:54 [2020-11-06T20:24:54.712Z] #18 26.16 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
20:24:54 [2020-11-06T20:24:54.712Z] #18 26.17 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
20:24:55 [2020-11-06T20:24:55.123Z] ok  	github.com/docker/docker/pkg/authorization	0.420s	coverage: 68.3% of statements
20:24:55 [2020-11-06T20:24:55.123Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
20:24:55 [2020-11-06T20:24:55.277Z] #18 26.65 Selecting previously unselected package python3.7-minimal.
20:24:55 [2020-11-06T20:24:55.277Z] #18 26.66 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
20:24:55 [2020-11-06T20:24:55.277Z] #18 26.67 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:24:55 [2020-11-06T20:24:55.334Z] #42 147.7   CC       criu/libnetlink.o
20:24:55 [2020-11-06T20:24:55.414Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
20:24:55 [2020-11-06T20:24:55.557Z] #18 ...
20:24:55 [2020-11-06T20:24:55.557Z] 
20:24:55 [2020-11-06T20:24:55.557Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:55 [2020-11-06T20:24:55.557Z] #41 88.22   CC       criu/cr-dedup.o
20:24:55 [2020-11-06T20:24:55.557Z] #41 88.75   CC       criu/cr-dump.o
20:24:55 [2020-11-06T20:24:55.557Z] #41 91.61   CC       criu/cr-errno.o
20:24:55 [2020-11-06T20:24:55.557Z] #41 91.68   CC       criu/cr-restore.o
20:24:55 [2020-11-06T20:24:55.557Z] #41 96.86   CC       criu/cr-service.o
20:24:55 [2020-11-06T20:24:55.557Z] #41 98.95   CC       criu/crtools.o
20:24:55 [2020-11-06T20:24:55.557Z] #41 ...
20:24:55 [2020-11-06T20:24:55.557Z] 
20:24:55 [2020-11-06T20:24:55.557Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:55 [2020-11-06T20:24:55.557Z] #18 42.23 Selecting previously unselected package thin-provisioning-tools.
20:24:55 [2020-11-06T20:24:55.557Z] #18 42.23 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
20:24:55 [2020-11-06T20:24:55.636Z] #42 148.2   CC       criu/log.o
20:24:55 [2020-11-06T20:24:55.820Z] #18 42.26 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:24:56 [2020-11-06T20:24:56.083Z] #18 42.56 Selecting previously unselected package uidmap.
20:24:56 [2020-11-06T20:24:56.083Z] #18 42.57 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
20:24:56 [2020-11-06T20:24:56.083Z] #18 42.58 Unpacking uidmap (1:4.5-1.1) ...
20:24:56 [2020-11-06T20:24:56.209Z] #18 27.57 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
20:24:56 [2020-11-06T20:24:56.209Z] #18 27.59 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:24:56 [2020-11-06T20:24:56.286Z] #42 148.8   CC       criu/lsm.o
20:24:56 [2020-11-06T20:24:56.347Z] #18 42.83 Selecting previously unselected package vim-runtime.
20:24:56 [2020-11-06T20:24:56.347Z] #18 42.84 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:24:56 [2020-11-06T20:24:56.347Z] #18 42.86 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:24:56 [2020-11-06T20:24:56.347Z] #18 42.89 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:24:56 [2020-11-06T20:24:56.347Z] #18 42.89 Unpacking vim-runtime (2:8.1.0875-5) ...
20:24:56 [2020-11-06T20:24:56.935Z] #42 149.4   CC       criu/mem.o
20:24:58 [2020-11-06T20:24:58.736Z] 
20:24:58 [2020-11-06T20:24:58.736Z] #18 ...
20:24:58 [2020-11-06T20:24:58.736Z] 
20:24:58 [2020-11-06T20:24:58.736Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:24:58 [2020-11-06T20:24:58.736Z] #30 DONE 183.6s
20:24:58 [2020-11-06T20:24:58.736Z] 
20:24:58 [2020-11-06T20:24:58.736Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:58 [2020-11-06T20:24:58.736Z] #18 29.82 Selecting previously unselected package python3-minimal.
20:24:58 [2020-11-06T20:24:58.736Z] #18 29.84 (Reading database ... 
20:24:58 [2020-11-06T20:24:58.736Z] #18 ...
20:24:58 [2020-11-06T20:24:58.736Z] 
20:24:58 [2020-11-06T20:24:58.736Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:58 [2020-11-06T20:24:58.736Z] #41 78.53   DEP      criu/protobuf-desc.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 78.65   DEP      criu/proc_parse.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 78.83   DEP      criu/plugin.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 78.90   DEP      criu/pipes.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 79.04   DEP      criu/pie-util.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 79.11   DEP      criu/pie-util-vdso.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 79.25   DEP      criu/pie-util-vdso-elf32.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 79.37   DEP      criu/path.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 79.48   DEP      criu/parasite-syscall.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 79.72   DEP      criu/pagemap.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 79.86   DEP      criu/pagemap-cache.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 79.96   DEP      criu/page-xfer.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 80.10   DEP      criu/page-pipe.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 80.17   DEP      criu/netfilter.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 80.36   DEP      criu/net.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 80.52   DEP      criu/namespaces.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 80.69   DEP      criu/mount.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 80.83   DEP      criu/memfd.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 80.94   DEP      criu/mem.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 81.08   DEP      criu/lsm.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 81.21   DEP      criu/log.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 81.39   DEP      criu/libnetlink.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 81.56   DEP      criu/kerndat.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 81.75   DEP      criu/kcmp-ids.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 81.85   DEP      criu/irmap.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 81.97   DEP      criu/ipc_ns.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 82.10   DEP      criu/image.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 82.31   DEP      criu/image-desc.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 82.39   DEP      criu/fsnotify.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 82.51   DEP      criu/filesystems.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 82.67   DEP      criu/files.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 82.81   DEP      criu/files-reg.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 83.02   DEP      criu/files-ext.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 83.15   DEP      criu/file-lock.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 83.30   DEP      criu/file-ids.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 83.46   DEP      criu/fifo.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 83.58   DEP      criu/fdstore.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 83.71   DEP      criu/fault-injection.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 83.76   DEP      criu/external.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 83.85   DEP      criu/eventpoll.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 84.01   DEP      criu/eventfd.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 84.15   DEP      criu/crtools.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 84.35   DEP      criu/cr-service.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 84.53   DEP      criu/cr-restore.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 84.73   DEP      criu/cr-errno.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 84.74   DEP      criu/cr-dump.d
20:24:58 [2020-11-06T20:24:58.736Z] #41 ...
20:24:58 [2020-11-06T20:24:58.736Z] 
20:24:58 [2020-11-06T20:24:58.736Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:58 [2020-11-06T20:24:58.736Z] #18 29.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
20:24:58 [2020-11-06T20:24:58.736Z] #18 29.97 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
20:24:58 [2020-11-06T20:24:58.736Z] #18 29.97 Unpacking python3-minimal (3.7.3-1) ...
20:24:58 [2020-11-06T20:24:58.736Z] #18 30.15 Selecting previously unselected package libmpdec2:amd64.
20:24:58 [2020-11-06T20:24:58.736Z] #18 30.18 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
20:24:58 [2020-11-06T20:24:58.736Z] #18 30.19 Unpacking libmpdec2:amd64 (2.4.2-2) ...
20:24:58 [2020-11-06T20:24:58.737Z] #18 30.33 Selecting previously unselected package libpython3.7-stdlib:amd64.
20:24:58 [2020-11-06T20:24:58.737Z] #18 30.34 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
20:24:58 [2020-11-06T20:24:58.737Z] #18 30.35 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
20:24:59 [2020-11-06T20:24:59.047Z] #42 151.4   CC       criu/memfd.o
20:24:59 [2020-11-06T20:24:59.350Z] #42 152.0   CC       criu/mount.o
20:24:59 [2020-11-06T20:24:59.899Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.462s	coverage: 43.2% of statements
20:24:59 [2020-11-06T20:24:59.899Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
20:24:59 [2020-11-06T20:24:59.899Z] ok  	github.com/docker/docker/pkg/discovery	0.002s	coverage: 58.3% of statements
20:25:00 [2020-11-06T20:25:00.107Z] #18 31.56 Selecting previously unselected package python3.7.
20:25:00 [2020-11-06T20:25:00.107Z] #18 31.57 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
20:25:00 [2020-11-06T20:25:00.107Z] #18 31.57 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:25:00 [2020-11-06T20:25:00.107Z] #18 31.68 Selecting previously unselected package libpython3-stdlib:amd64.
20:25:00 [2020-11-06T20:25:00.107Z] #18 31.68 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
20:25:00 [2020-11-06T20:25:00.107Z] #18 31.70 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
20:25:00 [2020-11-06T20:25:00.107Z] #18 31.78 Setting up python3-minimal (3.7.3-1) ...
20:25:00 [2020-11-06T20:25:00.190Z] ok  	github.com/docker/docker/pkg/discovery/file	0.002s	coverage: 97.6% of statements
20:25:00 [2020-11-06T20:25:00.190Z] ok  	github.com/docker/docker/layer	8.003s	coverage: 68.8% of statements
20:25:00 [2020-11-06T20:25:00.190Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:25:00 [2020-11-06T20:25:00.190Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:25:00 [2020-11-06T20:25:00.190Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:25:00 [2020-11-06T20:25:00.190Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:25:00 [2020-11-06T20:25:00.190Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:25:00 [2020-11-06T20:25:00.190Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:25:00 [2020-11-06T20:25:00.190Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:25:00 [2020-11-06T20:25:00.481Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.009s	coverage: 92.3% of statements
20:25:01 [2020-11-06T20:25:01.038Z] #18 32.60 Selecting previously unselected package python3.
20:25:01 [2020-11-06T20:25:01.113Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.008s	coverage: 93.8% of statements
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.67 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.68 Unpacking python3 (3.7.3-1) ...
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.75 Selecting previously unselected package libip4tc0:amd64.
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.75 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.77 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.85 Selecting previously unselected package libip6tc0:amd64.
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.87 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.87 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:25:01 [2020-11-06T20:25:01.295Z] #18 32.96 Selecting previously unselected package libiptc0:amd64.
20:25:01 [2020-11-06T20:25:01.404Z] ok  	github.com/docker/docker/pkg/dmesg	0.002s	coverage: 83.3% of statements
20:25:01 [2020-11-06T20:25:01.552Z] #18 32.97 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
20:25:01 [2020-11-06T20:25:01.552Z] #18 32.98 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:25:01 [2020-11-06T20:25:01.552Z] #18 33.10 Selecting previously unselected package libnfnetlink0:amd64.
20:25:01 [2020-11-06T20:25:01.552Z] #18 33.10 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:25:01 [2020-11-06T20:25:01.552Z] #18 33.11 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:25:01 [2020-11-06T20:25:01.552Z] #18 33.18 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:25:01 [2020-11-06T20:25:01.552Z] #18 33.18 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:25:01 [2020-11-06T20:25:01.552Z] #18 33.20 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:25:01 [2020-11-06T20:25:01.668Z] #18 ...
20:25:01 [2020-11-06T20:25:01.668Z] 
20:25:01 [2020-11-06T20:25:01.668Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:25:01 [2020-11-06T20:25:01.668Z] #47 182.6 + /build/golangci-lint --version
20:25:01 [2020-11-06T20:25:01.668Z] #47 183.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:25:01 [2020-11-06T20:25:01.668Z] #47 DONE 187.5s
20:25:01 [2020-11-06T20:25:01.668Z] 
20:25:01 [2020-11-06T20:25:01.668Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:01 [2020-11-06T20:25:01.668Z] #41 99.60   CC       criu/eventfd.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 99.93   CC       criu/eventpoll.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 100.6   CC       criu/external.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 101.0   CC       criu/fault-injection.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 101.0   CC       criu/fdstore.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 101.4   CC       criu/fifo.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 101.7   CC       criu/file-ids.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 102.2   CC       criu/file-lock.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 103.0   CC       criu/files-ext.o
20:25:01 [2020-11-06T20:25:01.668Z] #41 103.5   CC       criu/files-reg.o
20:25:01 [2020-11-06T20:25:01.808Z] #18 33.27 Selecting previously unselected package libnftnl11:amd64.
20:25:01 [2020-11-06T20:25:01.808Z] #18 33.27 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
20:25:01 [2020-11-06T20:25:01.808Z] #18 33.27 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:25:01 [2020-11-06T20:25:01.808Z] #18 33.36 Selecting previously unselected package iptables.
20:25:01 [2020-11-06T20:25:01.808Z] #18 33.37 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
20:25:01 [2020-11-06T20:25:01.808Z] #18 33.38 Unpacking iptables (1.8.2-4) ...
20:25:02 [2020-11-06T20:25:02.247Z] #41 105.5   CC       criu/files.o
20:25:02 [2020-11-06T20:25:02.372Z] #18 33.74 Selecting previously unselected package xxd.
20:25:02 [2020-11-06T20:25:02.372Z] #18 33.74 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
20:25:02 [2020-11-06T20:25:02.372Z] #18 33.75 Unpacking xxd (2:8.1.0875-5) ...
20:25:02 [2020-11-06T20:25:02.372Z] #18 33.89 Selecting previously unselected package vim-common.
20:25:02 [2020-11-06T20:25:02.372Z] #18 33.90 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:25:02 [2020-11-06T20:25:02.372Z] #18 33.93 Unpacking vim-common (2:8.1.0875-5) ...
20:25:02 [2020-11-06T20:25:02.436Z] ok  	github.com/docker/docker/pkg/filenotify	0.601s	coverage: 67.0% of statements
20:25:02 [2020-11-06T20:25:02.628Z] #18 34.12 Selecting previously unselected package bash-completion.
20:25:02 [2020-11-06T20:25:02.629Z] #18 34.12 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:25:03 [2020-11-06T20:25:03.067Z] ok  	github.com/docker/docker/pkg/fileutils	0.006s	coverage: 89.5% of statements
20:25:03 [2020-11-06T20:25:03.200Z] #41 ...
20:25:03 [2020-11-06T20:25:03.200Z] 
20:25:03 [2020-11-06T20:25:03.200Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:03 [2020-11-06T20:25:03.200Z] #18 49.82 Selecting previously unselected package vim.
20:25:03 [2020-11-06T20:25:03.200Z] #18 49.83 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
20:25:03 [2020-11-06T20:25:03.465Z] #18 49.86 Unpacking vim (2:8.1.0875-5) ...
20:25:03 [2020-11-06T20:25:03.699Z] ok  	github.com/docker/docker/pkg/fsutils	0.412s	coverage: 85.1% of statements
20:25:03 [2020-11-06T20:25:03.731Z] #18 50.40 Selecting previously unselected package xfsprogs.
20:25:03 [2020-11-06T20:25:03.879Z] #42 156.4   CC       criu/namespaces.o
20:25:03 [2020-11-06T20:25:03.990Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.099s	coverage: 84.1% of statements
20:25:03 [2020-11-06T20:25:03.990Z] ok  	github.com/docker/docker/pkg/homedir	0.005s	coverage: 11.4% of statements
20:25:03 [2020-11-06T20:25:03.997Z] #18 50.41 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
20:25:03 [2020-11-06T20:25:03.997Z] #18 50.53 Unpacking xfsprogs (4.20.0-1) ...
20:25:04 [2020-11-06T20:25:04.578Z] #18 51.01 Selecting previously unselected package zip.
20:25:04 [2020-11-06T20:25:04.578Z] #18 51.02 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
20:25:04 [2020-11-06T20:25:04.578Z] #18 51.03 Unpacking zip (3.0-11+b1) ...
20:25:04 [2020-11-06T20:25:04.578Z] #18 51.20 Setting up aufs-tools (1:4.14+20190211-1) ...
20:25:04 [2020-11-06T20:25:04.578Z] #18 51.22 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:25:04 [2020-11-06T20:25:04.578Z] #18 51.22 Setting up libip6tc0:arm64 (1.8.2-4) ...
20:25:04 [2020-11-06T20:25:04.578Z] #18 51.23 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
20:25:04 [2020-11-06T20:25:04.843Z] #18 51.25 Setting up libgpm2:arm64 (1.20.7-5) ...
20:25:04 [2020-11-06T20:25:04.843Z] #18 51.28 Setting up libip4tc0:arm64 (1.8.2-4) ...
20:25:04 [2020-11-06T20:25:04.843Z] #18 51.30 Setting up uidmap (1:4.5-1.1) ...
20:25:04 [2020-11-06T20:25:04.843Z] #18 51.31 Setting up libnftnl11:arm64 (1.1.2-2) ...
20:25:04 [2020-11-06T20:25:04.843Z] #18 51.34 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:25:04 [2020-11-06T20:25:04.843Z] #18 51.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:25:04 [2020-11-06T20:25:04.843Z] #18 51.47 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:25:05 [2020-11-06T20:25:05.023Z] ok  	github.com/docker/docker/pkg/idtools	0.262s	coverage: 70.1% of statements
20:25:05 [2020-11-06T20:25:05.023Z] ok  	github.com/docker/docker/pkg/ioutils	0.276s	coverage: 70.6% of statements
20:25:05 [2020-11-06T20:25:05.109Z] #18 51.48 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
20:25:05 [2020-11-06T20:25:05.109Z] #18 51.49 Setting up xxd (2:8.1.0875-5) ...
20:25:05 [2020-11-06T20:25:05.109Z] #18 51.51 Setting up zip (3.0-11+b1) ...
20:25:05 [2020-11-06T20:25:05.109Z] #18 51.52 Setting up vim-common (2:8.1.0875-5) ...
20:25:05 [2020-11-06T20:25:05.109Z] #18 51.56 Setting up bash-completion (1:2.8-6) ...
20:25:05 [2020-11-06T20:25:05.315Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.002s	coverage: 91.7% of statements
20:25:05 [2020-11-06T20:25:05.315Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:25:05 [2020-11-06T20:25:05.315Z] ok  	github.com/docker/docker/pkg/longpath	0.007s	coverage: 100.0% of statements
20:25:05 [2020-11-06T20:25:05.315Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:25:05 [2020-11-06T20:25:05.315Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:25:05 [2020-11-06T20:25:05.606Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
20:25:05 [2020-11-06T20:25:05.606Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:25:05 [2020-11-06T20:25:05.606Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
20:25:05 [2020-11-06T20:25:05.897Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.012s	coverage: 60.0% of statements
20:25:05 [2020-11-06T20:25:05.900Z] #18 36.93 Unpacking bash-completion (1:2.8-6) ...
20:25:05 [2020-11-06T20:25:05.900Z] #18 37.33 Selecting previously unselected package bzip2.
20:25:05 [2020-11-06T20:25:05.900Z] #18 37.33 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:25:05 [2020-11-06T20:25:05.900Z] #18 37.34 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:25:05 [2020-11-06T20:25:05.900Z] #18 37.43 Selecting previously unselected package xz-utils.
20:25:05 [2020-11-06T20:25:05.900Z] #18 37.43 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
20:25:05 [2020-11-06T20:25:05.900Z] #18 37.43 Unpacking xz-utils (5.2.4-1) ...
20:25:05 [2020-11-06T20:25:05.900Z] #18 37.58 Selecting previously unselected package apparmor.
20:25:06 [2020-11-06T20:25:06.157Z] #18 37.59 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
20:25:06 [2020-11-06T20:25:06.157Z] #18 37.66 Unpacking apparmor (2.13.2-10) ...
20:25:06 [2020-11-06T20:25:06.188Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.002s	coverage: 86.7% of statements
20:25:06 [2020-11-06T20:25:06.188Z] ok  	github.com/docker/docker/pkg/pidfile	0.001s	coverage: 82.4% of statements
20:25:06 [2020-11-06T20:25:06.188Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:25:06 [2020-11-06T20:25:06.188Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:25:06 [2020-11-06T20:25:06.414Z] #18 38.01 Selecting previously unselected package aufs-tools.
20:25:06 [2020-11-06T20:25:06.514Z] #18 ...
20:25:06 [2020-11-06T20:25:06.514Z] 
20:25:06 [2020-11-06T20:25:06.514Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:06 [2020-11-06T20:25:06.514Z] #51 64.89 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:25:06 [2020-11-06T20:25:06.514Z] #51 66.80 + mkdir -p /build
20:25:06 [2020-11-06T20:25:06.514Z] #51 66.80 + cp runc /build/runc
20:25:06 [2020-11-06T20:25:06.514Z] #51 DONE 67.6s
20:25:06 [2020-11-06T20:25:06.514Z] 
20:25:06 [2020-11-06T20:25:06.514Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:06 [2020-11-06T20:25:06.514Z] #41 107.7   CC       criu/filesystems.o
20:25:06 [2020-11-06T20:25:06.514Z] #41 108.3   CC       criu/fsnotify.o
20:25:06 [2020-11-06T20:25:06.514Z] #41 109.1   CC       criu/image-desc.o
20:25:06 [2020-11-06T20:25:06.514Z] #41 109.3   CC       criu/image.o
20:25:06 [2020-11-06T20:25:06.514Z] #41 110.0   CC       criu/ipc_ns.o
20:25:06 [2020-11-06T20:25:06.661Z] #42 158.9   CC       criu/net.o
20:25:06 [2020-11-06T20:25:06.671Z] #18 38.01 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
20:25:06 [2020-11-06T20:25:06.671Z] #18 38.02 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:25:06 [2020-11-06T20:25:06.671Z] #18 38.15 Selecting previously unselected package libonig5:amd64.
20:25:06 [2020-11-06T20:25:06.671Z] #18 38.15 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
20:25:06 [2020-11-06T20:25:06.671Z] #18 38.16 Unpacking libonig5:amd64 (6.9.1-1) ...
20:25:06 [2020-11-06T20:25:06.821Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
20:25:06 [2020-11-06T20:25:06.929Z] #18 38.27 Selecting previously unselected package libjq1:amd64.
20:25:06 [2020-11-06T20:25:06.929Z] #18 38.28 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:25:06 [2020-11-06T20:25:06.929Z] #18 38.29 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:25:06 [2020-11-06T20:25:06.929Z] #18 38.43 Selecting previously unselected package jq.
20:25:06 [2020-11-06T20:25:06.929Z] #18 38.43 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
20:25:06 [2020-11-06T20:25:06.929Z] #18 38.44 Unpacking jq (1.5+dfsg-2+b1) ...
20:25:06 [2020-11-06T20:25:06.929Z] #18 38.52 Selecting previously unselected package libaio1:amd64.
20:25:07 [2020-11-06T20:25:07.186Z] #18 38.52 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
20:25:07 [2020-11-06T20:25:07.186Z] #18 38.54 Unpacking libaio1:amd64 (0.3.112-3) ...
20:25:07 [2020-11-06T20:25:07.186Z] #18 38.59 Selecting previously unselected package libgpm2:amd64.
20:25:07 [2020-11-06T20:25:07.186Z] #18 38.60 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
20:25:07 [2020-11-06T20:25:07.186Z] #18 38.60 Unpacking libgpm2:amd64 (1.20.7-5) ...
20:25:07 [2020-11-06T20:25:07.186Z] #18 38.67 Selecting previously unselected package libicu63:amd64.
20:25:07 [2020-11-06T20:25:07.186Z] #18 38.68 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
20:25:07 [2020-11-06T20:25:07.186Z] #18 38.69 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:25:07 [2020-11-06T20:25:07.453Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.001s	coverage: 85.7% of statements
20:25:07 [2020-11-06T20:25:07.453Z] ok  	github.com/docker/docker/pkg/pools	0.001s	coverage: 88.2% of statements
20:25:07 [2020-11-06T20:25:07.470Z] #41 110.8   CC       criu/irmap.o
20:25:07 [2020-11-06T20:25:07.744Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
20:25:08 [2020-11-06T20:25:08.049Z] #41 111.4   CC       criu/kcmp-ids.o
20:25:08 [2020-11-06T20:25:08.315Z] #41 111.7   CC       criu/kerndat.o
20:25:08 [2020-11-06T20:25:08.555Z] #18 ...
20:25:08 [2020-11-06T20:25:08.555Z] 
20:25:08 [2020-11-06T20:25:08.555Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:08 [2020-11-06T20:25:08.555Z] #41 84.96   DEP      criu/cr-dedup.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 85.19   DEP      criu/cr-check.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 85.45   DEP      criu/config.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 85.69   DEP      criu/clone-noasan.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 85.88   DEP      criu/cgroup.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 86.13   DEP      criu/cgroup-props.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 86.22   DEP      criu/bitmap.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 86.24   DEP      criu/bfd.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 86.33   DEP      criu/autofs.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 86.53   DEP      criu/aio.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 86.71   DEP      criu/action-scripts.d
20:25:08 [2020-11-06T20:25:08.555Z] #41 86.94   CC       criu/action-scripts.o
20:25:08 [2020-11-06T20:25:08.555Z] #41 87.32   CC       criu/aio.o
20:25:08 [2020-11-06T20:25:08.555Z] #41 87.87   CC       criu/autofs.o
20:25:08 [2020-11-06T20:25:08.555Z] #41 89.32   CC       criu/bfd.o
20:25:08 [2020-11-06T20:25:08.555Z] #41 89.85   CC       criu/bitmap.o
20:25:08 [2020-11-06T20:25:08.555Z] #41 90.06   CC       criu/cgroup-props.o
20:25:08 [2020-11-06T20:25:08.555Z] #41 90.82   CC       criu/cgroup.o
20:25:08 [2020-11-06T20:25:08.555Z] #41 93.52   CC       criu/clone-noasan.o
20:25:08 [2020-11-06T20:25:08.555Z] #41 93.70   CC       criu/config.o
20:25:08 [2020-11-06T20:25:08.777Z] ok  	github.com/docker/docker/pkg/pubsub	1.017s	coverage: 75.0% of statements
20:25:08 [2020-11-06T20:25:08.792Z] #54 229.6 + bin/containerd-stress
20:25:08 [2020-11-06T20:25:08.792Z] #54 231.7 + bin/containerd-shim
20:25:08 [2020-11-06T20:25:08.811Z] #41 95.13   CC       criu/cr-check.o
20:25:09 [2020-11-06T20:25:09.071Z] ok  	github.com/docker/docker/pkg/reexec	0.003s	coverage: 82.4% of statements
20:25:09 [2020-11-06T20:25:09.269Z] #41 112.5   CC       criu/libnetlink.o
20:25:09 [2020-11-06T20:25:09.535Z] #41 112.8   CC       criu/log.o
20:25:09 [2020-11-06T20:25:09.757Z] 4612f6d0b889: Verifying Checksum
20:25:09 [2020-11-06T20:25:09.757Z] 4612f6d0b889: Download complete
20:25:09 [2020-11-06T20:25:09.800Z] #41 113.1   CC       criu/lsm.o
20:25:10 [2020-11-06T20:25:10.065Z] #41 113.3   CC       criu/mem.o
20:25:10 [2020-11-06T20:25:10.065Z] #41 ...
20:25:10 [2020-11-06T20:25:10.065Z] 
20:25:10 [2020-11-06T20:25:10.065Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.40 Setting up libiptc0:arm64 (1.8.2-4) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.41 Setting up xz-utils (5.2.4-1) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.47 Setting up sudo (1.8.27-1+deb10u2) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.58 invoke-rc.d: could not determine current runlevel
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.60 invoke-rc.d: policy-rc.d denied execution of start.
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.61 Setting up pigz (2.4-1) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.64 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.66 Setting up libnl-3-200:arm64 (3.4.0-1) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.69 Setting up python-pip-whl (18.1-5) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.70 Setting up libmpdec2:arm64 (2.4.2-2) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 54.71 Setting up vim-runtime (2:8.1.0875-5) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 55.11 Setting up libaio1:arm64 (0.3.112-3) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 55.12 Setting up libonig5:arm64 (6.9.1-1) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 55.13 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 55.15 Setting up vim (2:8.1.0875-5) ...
20:25:10 [2020-11-06T20:25:10.065Z] #18 55.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.25 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.27 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.30 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.32 Setting up jq (1.5+dfsg-2+b1) ...
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.34 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
20:25:10 [2020-11-06T20:25:10.066Z] #18 55.36 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:25:10 [2020-11-06T20:25:10.646Z] #18 57.21 Setting up iptables (1.8.2-4) ...
20:25:10 [2020-11-06T20:25:10.646Z] #18 57.24 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:25:10 [2020-11-06T20:25:10.646Z] #18 57.24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:10 [2020-11-06T20:25:10.646Z] #18 57.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:25:10 [2020-11-06T20:25:10.646Z] #18 57.26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:10 [2020-11-06T20:25:10.646Z] #18 57.27 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:25:10 [2020-11-06T20:25:10.646Z] #18 57.27 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:25:10 [2020-11-06T20:25:10.646Z] #18 57.29 Setting up python3 (3.7.3-1) ...
20:25:10 [2020-11-06T20:25:10.704Z] #41 96.97   CC       criu/cr-dedup.o
20:25:10 [2020-11-06T20:25:10.704Z] #41 ...
20:25:10 [2020-11-06T20:25:10.704Z] 
20:25:10 [2020-11-06T20:25:10.704Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:10 [2020-11-06T20:25:10.704Z] #18 42.25 Selecting previously unselected package libnet1:amd64.
20:25:10 [2020-11-06T20:25:10.704Z] #18 42.26 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:25:10 [2020-11-06T20:25:10.704Z] #18 42.27 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:25:10 [2020-11-06T20:25:10.912Z] #18 57.67 Setting up python3-wheel (0.32.3-2) ...
20:25:10 [2020-11-06T20:25:10.969Z] #18 42.34 Selecting previously unselected package libnl-3-200:amd64.
20:25:10 [2020-11-06T20:25:10.969Z] #18 42.35 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
20:25:10 [2020-11-06T20:25:10.969Z] #18 42.36 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:25:10 [2020-11-06T20:25:10.969Z] #18 42.44 Selecting previously unselected package libprotobuf-c1:amd64.
20:25:10 [2020-11-06T20:25:10.969Z] #18 42.45 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:25:10 [2020-11-06T20:25:10.969Z] #18 42.45 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:25:10 [2020-11-06T20:25:10.969Z] #18 42.54 Selecting previously unselected package libreadline5:amd64.
20:25:11 [2020-11-06T20:25:11.209Z] #42 163.2   CC       criu/netfilter.o
20:25:11 [2020-11-06T20:25:11.209Z] #42 163.7   CC       criu/page-pipe.o
20:25:11 [2020-11-06T20:25:11.225Z] #18 42.55 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
20:25:11 [2020-11-06T20:25:11.226Z] #18 42.57 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:25:11 [2020-11-06T20:25:11.226Z] #18 42.72 Selecting previously unselected package net-tools.
20:25:11 [2020-11-06T20:25:11.226Z] #18 42.74 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
20:25:11 [2020-11-06T20:25:11.226Z] #18 42.75 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:25:11 [2020-11-06T20:25:11.482Z] #18 42.98 Selecting previously unselected package python-pip-whl.
20:25:11 [2020-11-06T20:25:11.482Z] #18 42.98 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:25:11 [2020-11-06T20:25:11.482Z] #18 42.99 Unpacking python-pip-whl (18.1-5) ...
20:25:11 [2020-11-06T20:25:11.831Z] ok  	github.com/docker/docker/pkg/signal	2.347s	coverage: 61.0% of statements
20:25:11 [2020-11-06T20:25:11.859Z] #42 164.5   CC       criu/page-xfer.o
20:25:11 [2020-11-06T20:25:11.870Z] #18 58.21 Setting up apparmor (2.13.2-10) ...
20:25:12 [2020-11-06T20:25:12.046Z] #18 43.49 Selecting previously unselected package python3-lib2to3.
20:25:12 [2020-11-06T20:25:12.046Z] #18 43.51 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:25:12 [2020-11-06T20:25:12.046Z] #18 43.52 Unpacking python3-lib2to3 (3.7.3-1) ...
20:25:12 [2020-11-06T20:25:12.046Z] #18 43.65 Selecting previously unselected package python3-distutils.
20:25:12 [2020-11-06T20:25:12.046Z] #18 43.66 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:25:12 [2020-11-06T20:25:12.046Z] #18 43.67 Unpacking python3-distutils (3.7.3-1) ...
20:25:12 [2020-11-06T20:25:12.122Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
20:25:12 [2020-11-06T20:25:12.302Z] #18 43.81 Selecting previously unselected package python3-pip.
20:25:12 [2020-11-06T20:25:12.302Z] #18 43.82 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:25:12 [2020-11-06T20:25:12.302Z] #18 43.83 Unpacking python3-pip (18.1-5) ...
20:25:12 [2020-11-06T20:25:12.413Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
20:25:12 [2020-11-06T20:25:12.559Z] #18 44.01 Selecting previously unselected package python3-pkg-resources.
20:25:12 [2020-11-06T20:25:12.559Z] #18 44.02 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:25:12 [2020-11-06T20:25:12.559Z] #18 44.03 Unpacking python3-pkg-resources (40.8.0-1) ...
20:25:12 [2020-11-06T20:25:12.703Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
20:25:12 [2020-11-06T20:25:12.816Z] #18 44.16 Selecting previously unselected package python3-setuptools.
20:25:12 [2020-11-06T20:25:12.816Z] #18 44.16 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:25:12 [2020-11-06T20:25:12.816Z] #18 44.17 Unpacking python3-setuptools (40.8.0-1) ...
20:25:12 [2020-11-06T20:25:12.816Z] #18 44.40 Selecting previously unselected package python3-wheel.
20:25:12 [2020-11-06T20:25:12.816Z] #18 44.41 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:25:12 [2020-11-06T20:25:12.816Z] #18 44.43 Unpacking python3-wheel (0.32.3-2) ...
20:25:12 [2020-11-06T20:25:12.816Z] #18 44.50 Selecting previously unselected package sudo.
20:25:13 [2020-11-06T20:25:13.073Z] #18 44.52 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
20:25:13 [2020-11-06T20:25:13.073Z] #18 44.53 Unpacking sudo (1.8.27-1+deb10u2) ...
20:25:13 [2020-11-06T20:25:13.274Z] #18 59.77 Setting up xfsprogs (4.20.0-1) ...
20:25:13 [2020-11-06T20:25:13.274Z] #18 59.79 Setting up python3-lib2to3 (3.7.3-1) ...
20:25:13 [2020-11-06T20:25:13.335Z] ok  	github.com/docker/docker/pkg/sysinfo	0.004s	coverage: 54.2% of statements
20:25:13 [2020-11-06T20:25:13.539Z] #18 60.09 Setting up python3-pkg-resources (40.8.0-1) ...
20:25:13 [2020-11-06T20:25:13.626Z] ok  	github.com/docker/docker/pkg/system	0.035s	coverage: 36.9% of statements
20:25:13 [2020-11-06T20:25:13.636Z] #18 45.04 Selecting previously unselected package thin-provisioning-tools.
20:25:13 [2020-11-06T20:25:13.636Z] #18 45.05 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
20:25:13 [2020-11-06T20:25:13.636Z] #18 45.06 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:25:13 [2020-11-06T20:25:13.915Z] #18 45.28 Selecting previously unselected package uidmap.
20:25:13 [2020-11-06T20:25:13.915Z] #18 45.30 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
20:25:13 [2020-11-06T20:25:13.915Z] #18 45.30 Unpacking uidmap (1:4.5-1.1) ...
20:25:13 [2020-11-06T20:25:13.915Z] #18 45.44 Selecting previously unselected package vim-runtime.
20:25:13 [2020-11-06T20:25:13.915Z] #18 45.45 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:25:13 [2020-11-06T20:25:13.917Z] ok  	github.com/docker/docker/pkg/tailfile	0.035s	coverage: 88.6% of statements
20:25:13 [2020-11-06T20:25:13.966Z] #42 166.5   CC       criu/pagemap-cache.o
20:25:14 [2020-11-06T20:25:14.092Z] #54 238.6 + bin/containerd-shim-runc-v1
20:25:14 [2020-11-06T20:25:14.120Z] #18 60.72 Setting up python3-distutils (3.7.3-1) ...
20:25:14 [2020-11-06T20:25:14.208Z] ok  	github.com/docker/docker/pkg/tarsum	0.025s	coverage: 89.3% of statements
20:25:14 [2020-11-06T20:25:14.222Z] #18 45.49 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:25:14 [2020-11-06T20:25:14.222Z] #18 45.54 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:25:14 [2020-11-06T20:25:14.222Z] #18 45.55 Unpacking vim-runtime (2:8.1.0875-5) ...
20:25:14 [2020-11-06T20:25:14.267Z] #42 166.9   CC       criu/pagemap.o
20:25:14 [2020-11-06T20:25:14.499Z] testing: warning: no tests to run
20:25:14 [2020-11-06T20:25:14.499Z] coverage: [no statements]
20:25:14 [2020-11-06T20:25:14.499Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
20:25:14 [2020-11-06T20:25:14.697Z] #18 61.13 Setting up python3-setuptools (40.8.0-1) ...
20:25:14 [2020-11-06T20:25:14.792Z] ok  	github.com/docker/docker/pkg/truncindex	0.101s	coverage: 91.5% of statements
20:25:14 [2020-11-06T20:25:14.792Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
20:25:15 [2020-11-06T20:25:15.083Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
20:25:15 [2020-11-06T20:25:15.282Z] #18 61.92 Setting up python3-pip (18.1-5) ...
20:25:15 [2020-11-06T20:25:15.330Z] #42 167.9   CC       criu/parasite-syscall.o
20:25:16 [2020-11-06T20:25:16.237Z] #18 62.77 Processing triggers for libc-bin (2.28-10) ...
20:25:16 [2020-11-06T20:25:16.237Z] #18 62.81 Processing triggers for mime-support (3.62) ...
20:25:16 [2020-11-06T20:25:16.419Z] #42 168.9   CC       criu/path.o
20:25:16 [2020-11-06T20:25:16.588Z] ok  	github.com/docker/docker/plugin	0.554s	coverage: 23.2% of statements
20:25:16 [2020-11-06T20:25:16.718Z] #42 169.2   CC       criu/pie-util-vdso.o
20:25:17 [2020-11-06T20:25:17.018Z] #42 169.7   CC       criu/pie-util.o
20:25:17 [2020-11-06T20:25:17.220Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
20:25:17 [2020-11-06T20:25:17.319Z] #42 169.9   CC       criu/pipes.o
20:25:17 [2020-11-06T20:25:17.511Z] #18 49.02 Selecting previously unselected package vim.
20:25:17 [2020-11-06T20:25:17.511Z] #18 49.02 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
20:25:17 [2020-11-06T20:25:17.511Z] #18 49.05 Unpacking vim (2:8.1.0875-5) ...
20:25:17 [2020-11-06T20:25:17.511Z] ok  	github.com/docker/docker/profiles/seccomp	0.008s	coverage: 86.4% of statements
20:25:18 [2020-11-06T20:25:18.304Z] #54 243.2 + bin/containerd-shim-runc-v2
20:25:18 [2020-11-06T20:25:18.377Z] #42 171.0   CC       criu/plugin.o
20:25:18 [2020-11-06T20:25:18.441Z] #18 49.66 Selecting previously unselected package xfsprogs.
20:25:18 [2020-11-06T20:25:18.441Z] #18 49.67 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
20:25:18 [2020-11-06T20:25:18.441Z] #18 49.68 Unpacking xfsprogs (4.20.0-1) ...
20:25:18 [2020-11-06T20:25:18.698Z] #18 50.13 Selecting previously unselected package zip.
20:25:18 [2020-11-06T20:25:18.698Z] #18 50.15 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
20:25:18 [2020-11-06T20:25:18.698Z] #18 50.16 Unpacking zip (3.0-11+b1) ...
20:25:18 [2020-11-06T20:25:18.698Z] #18 50.33 Setting up aufs-tools (1:4.14+20190211-1) ...
20:25:18 [2020-11-06T20:25:18.698Z] #18 50.36 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:25:18 [2020-11-06T20:25:18.804Z] #18 DONE 65.4s
20:25:18 [2020-11-06T20:25:18.804Z] 
20:25:18 [2020-11-06T20:25:18.804Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:18 [2020-11-06T20:25:18.804Z] #41 114.7   CC       criu/memfd.o
20:25:18 [2020-11-06T20:25:18.804Z] #41 115.1   CC       criu/mount.o
20:25:18 [2020-11-06T20:25:18.804Z] #41 118.0   CC       criu/namespaces.o
20:25:18 [2020-11-06T20:25:18.804Z] #41 119.6   CC       criu/net.o
20:25:18 [2020-11-06T20:25:18.804Z] #41 121.7   CC       criu/netfilter.o
20:25:18 [2020-11-06T20:25:18.804Z] #41 122.0   CC       criu/page-pipe.o
20:25:18 [2020-11-06T20:25:18.876Z] #54 244.2 + binaries
20:25:18 [2020-11-06T20:25:18.876Z] #54 244.2 + install -D bin/containerd /build/containerd
20:25:18 [2020-11-06T20:25:18.876Z] #54 244.2 + install -D bin/containerd-shim /build/containerd-shim
20:25:18 [2020-11-06T20:25:18.876Z] #54 244.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:25:18 [2020-11-06T20:25:18.876Z] #54 244.2 + install -D bin/ctr /build/ctr
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.37 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.38 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.39 Setting up libgpm2:amd64 (1.20.7-5) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.41 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.42 Setting up uidmap (1:4.5-1.1) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.43 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.44 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.45 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.46 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.47 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.48 Setting up xxd (2:8.1.0875-5) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.50 Setting up zip (3.0-11+b1) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.51 Setting up vim-common (2:8.1.0875-5) ...
20:25:18 [2020-11-06T20:25:18.955Z] #18 50.57 Setting up bash-completion (1:2.8-6) ...
20:25:19 [2020-11-06T20:25:19.018Z] ok  	github.com/docker/docker/quota	0.672s	coverage: 71.4% of statements
20:25:19 [2020-11-06T20:25:19.060Z] #42 171.5   CC       criu/proc_parse.o
20:25:19 [2020-11-06T20:25:19.069Z] #41 ...
20:25:19 [2020-11-06T20:25:19.069Z] 
20:25:19 [2020-11-06T20:25:19.069Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:25:19 [2020-11-06T20:25:19.309Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
20:25:20 [2020-11-06T20:25:20.130Z] #42 ...
20:25:20 [2020-11-06T20:25:20.130Z] 
20:25:20 [2020-11-06T20:25:20.130Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:25:20 [2020-11-06T20:25:20.130Z] #39 235.3 + dpkg --print-architecture
20:25:20 [2020-11-06T20:25:20.130Z] #39 235.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:25:20 [2020-11-06T20:25:20.342Z] ok  	github.com/docker/docker/registry	0.078s	coverage: 57.2% of statements
20:25:20 [2020-11-06T20:25:20.429Z] #39 235.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:25:20 [2020-11-06T20:25:20.429Z] #39 235.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:25:20 [2020-11-06T20:25:20.474Z] #19 1.417 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:25:20 [2020-11-06T20:25:20.474Z] #19 1.420 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:25:20 [2020-11-06T20:25:20.474Z] #19 1.423 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:25:20 [2020-11-06T20:25:20.633Z] ok  	github.com/docker/docker/registry/resumable	0.013s	coverage: 100.0% of statements
20:25:20 [2020-11-06T20:25:20.790Z] #54 DONE 245.9s
20:25:20 [2020-11-06T20:25:20.847Z] #18 ...
20:25:20 [2020-11-06T20:25:20.847Z] 
20:25:20 [2020-11-06T20:25:20.847Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:20 [2020-11-06T20:25:20.847Z] #41 97.37   CC       criu/cr-dump.o
20:25:20 [2020-11-06T20:25:20.847Z] #41 99.43   CC       criu/cr-errno.o
20:25:20 [2020-11-06T20:25:20.847Z] #41 99.52   CC       criu/cr-restore.o
20:25:20 [2020-11-06T20:25:20.847Z] #41 104.3   CC       criu/cr-service.o
20:25:20 [2020-11-06T20:25:20.847Z] #41 105.8   CC       criu/crtools.o
20:25:20 [2020-11-06T20:25:20.847Z] #41 106.3   CC       criu/eventfd.o
20:25:20 [2020-11-06T20:25:20.847Z] #41 106.7   CC       criu/eventpoll.o
20:25:20 [2020-11-06T20:25:20.924Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
20:25:21 [2020-11-06T20:25:21.362Z] 
20:25:21 [2020-11-06T20:25:21.362Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:25:21 [2020-11-06T20:25:21.410Z] #41 107.7   CC       criu/external.o
20:25:21 [2020-11-06T20:25:21.427Z] #19 DONE 2.4s
20:25:21 [2020-11-06T20:25:21.427Z] 
20:25:21 [2020-11-06T20:25:21.427Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:21 [2020-11-06T20:25:21.555Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
20:25:21 [2020-11-06T20:25:21.555Z] ok  	github.com/docker/docker/testutil	0.001s	coverage: 62.5% of statements
20:25:21 [2020-11-06T20:25:21.667Z] #41 108.0   CC       criu/fault-injection.o
20:25:21 [2020-11-06T20:25:21.667Z] #41 ...
20:25:21 [2020-11-06T20:25:21.667Z] 
20:25:21 [2020-11-06T20:25:21.667Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:21 [2020-11-06T20:25:21.667Z] #18 53.26 Setting up libiptc0:amd64 (1.8.2-4) ...
20:25:21 [2020-11-06T20:25:21.667Z] #18 53.27 Setting up xz-utils (5.2.4-1) ...
20:25:21 [2020-11-06T20:25:21.667Z] #18 53.28 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:25:21 [2020-11-06T20:25:21.667Z] #18 53.29 Setting up sudo (1.8.27-1+deb10u2) ...
20:25:21 [2020-11-06T20:25:21.667Z] #18 53.34 invoke-rc.d: could not determine current runlevel
20:25:21 [2020-11-06T20:25:21.667Z] #18 53.34 invoke-rc.d: policy-rc.d denied execution of start.
20:25:21 [2020-11-06T20:25:21.923Z] #18 53.36 Setting up pigz (2.4-1) ...
20:25:21 [2020-11-06T20:25:21.923Z] #18 53.37 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:25:21 [2020-11-06T20:25:21.923Z] #18 53.39 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:25:21 [2020-11-06T20:25:21.923Z] #18 53.40 Setting up python-pip-whl (18.1-5) ...
20:25:21 [2020-11-06T20:25:21.923Z] #18 53.42 Setting up libmpdec2:amd64 (2.4.2-2) ...
20:25:21 [2020-11-06T20:25:21.923Z] #18 53.43 Setting up vim-runtime (2:8.1.0875-5) ...
20:25:22 [2020-11-06T20:25:22.303Z] #55 DONE 0.9s
20:25:22 [2020-11-06T20:25:22.303Z] 
20:25:22 [2020-11-06T20:25:22.303Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.91 Setting up libaio1:amd64 (0.3.112-3) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.92 Setting up libonig5:amd64 (6.9.1-1) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.93 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.94 Setting up vim (2:8.1.0875-5) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:25:22 [2020-11-06T20:25:22.485Z] #18 53.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:25:22 [2020-11-06T20:25:22.485Z] #18 54.01 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 54.03 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 54.04 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 54.05 Setting up jq (1.5+dfsg-2+b1) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 54.06 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
20:25:22 [2020-11-06T20:25:22.485Z] #18 54.07 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:25:22 [2020-11-06T20:25:22.566Z] #59 DONE 0.2s
20:25:22 [2020-11-06T20:25:22.566Z] 
20:25:22 [2020-11-06T20:25:22.566Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:25:22 [2020-11-06T20:25:22.827Z] #61 DONE 0.5s
20:25:23 [2020-11-06T20:25:23.088Z] 
20:25:23 [2020-11-06T20:25:23.088Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:25:23 [2020-11-06T20:25:23.088Z] #63 DONE 0.0s
20:25:23 [2020-11-06T20:25:23.088Z] 
20:25:23 [2020-11-06T20:25:23.088Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:25:23 [2020-11-06T20:25:23.088Z] #64 DONE 0.0s
20:25:23 [2020-11-06T20:25:23.088Z] 
20:25:23 [2020-11-06T20:25:23.088Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
20:25:23 [2020-11-06T20:25:23.649Z] ok  	github.com/docker/docker/volume/drivers	0.002s	coverage: 36.1% of statements
20:25:24 [2020-11-06T20:25:24.474Z] #65 DONE 1.4s
20:25:24 [2020-11-06T20:25:24.475Z] 
20:25:24 [2020-11-06T20:25:24.475Z] #66 exporting to image
20:25:24 [2020-11-06T20:25:24.475Z] #66 exporting layers
20:25:24 [2020-11-06T20:25:24.683Z] ok  	github.com/docker/docker/volume/local	0.306s	coverage: 76.6% of statements
20:25:24 [2020-11-06T20:25:24.954Z] #39 ...
20:25:24 [2020-11-06T20:25:24.954Z] 
20:25:24 [2020-11-06T20:25:24.954Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:24 [2020-11-06T20:25:24.954Z] #52 129.6 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:25:24 [2020-11-06T20:25:24.954Z] #52 132.4 + mkdir -p /build
20:25:24 [2020-11-06T20:25:24.954Z] #52 132.4 + cp runc /build/runc
20:25:24 [2020-11-06T20:25:24.954Z] #52 DONE 132.6s
20:25:24 [2020-11-06T20:25:24.973Z] ok  	github.com/docker/docker/volume/mounts	0.017s	coverage: 67.0% of statements
20:25:25 [2020-11-06T20:25:25.259Z] 
20:25:25 [2020-11-06T20:25:25.259Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:25 [2020-11-06T20:25:25.259Z] #42 176.0   CC       criu/protobuf-desc.o
20:25:25 [2020-11-06T20:25:25.259Z] #42 177.4   CC       criu/protobuf.o
20:25:25 [2020-11-06T20:25:25.561Z] #42 178.2   CC       criu/pstree.o
20:25:25 [2020-11-06T20:25:25.665Z] #20 4.081 Collecting yamllint==1.16.0
20:25:25 [2020-11-06T20:25:25.756Z] #18 56.97 Setting up iptables (1.8.2-4) ...
20:25:25 [2020-11-06T20:25:25.756Z] #18 56.99 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:25:25 [2020-11-06T20:25:25.756Z] #18 56.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:25 [2020-11-06T20:25:25.756Z] #18 57.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:25:25 [2020-11-06T20:25:25.756Z] #18 57.01 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:25 [2020-11-06T20:25:25.756Z] #18 57.01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:25:25 [2020-11-06T20:25:25.756Z] #18 57.02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:25:25 [2020-11-06T20:25:25.756Z] #18 57.03 Setting up python3 (3.7.3-1) ...
20:25:26 [2020-11-06T20:25:26.012Z] #18 57.49 Setting up python3-wheel (0.32.3-2) ...
20:25:26 [2020-11-06T20:25:26.013Z] ok  	github.com/docker/docker/volume/service	0.020s	coverage: 73.1% of statements
20:25:26 [2020-11-06T20:25:26.944Z] #18 58.29 Setting up apparmor (2.13.2-10) ...
20:25:27 [2020-11-06T20:25:27.152Z] #42 179.9   CC       criu/rbtree.o
20:25:27 [2020-11-06T20:25:27.631Z] #20 ...
20:25:27 [2020-11-06T20:25:27.631Z] 
20:25:27 [2020-11-06T20:25:27.631Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:25:27 [2020-11-06T20:25:27.631Z] #22 213.2 + return
20:25:27 [2020-11-06T20:25:27.804Z] #42 180.3   CC       criu/rst-malloc.o
20:25:28 [2020-11-06T20:25:28.105Z] #42 180.7   CC       criu/seccomp.o
20:25:28 [2020-11-06T20:25:28.314Z] #18 59.91 Setting up xfsprogs (4.20.0-1) ...
20:25:28 [2020-11-06T20:25:28.570Z] #18 59.92 Setting up python3-lib2to3 (3.7.3-1) ...
20:25:28 [2020-11-06T20:25:28.585Z] #22 DONE 214.3s
20:25:28 [2020-11-06T20:25:28.585Z] 
20:25:28 [2020-11-06T20:25:28.585Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:28 [2020-11-06T20:25:28.585Z] #41 122.6   CC       criu/page-xfer.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 123.9   CC       criu/pagemap-cache.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 124.1   CC       criu/pagemap.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 124.9   CC       criu/parasite-syscall.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 125.7   CC       criu/path.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 126.0   CC       criu/pie-util-vdso.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 126.3   CC       criu/pie-util.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 126.5   CC       criu/pipes.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 127.2   CC       criu/plugin.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 127.6   CC       criu/proc_parse.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 129.8   CC       criu/protobuf-desc.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 130.6   CC       criu/protobuf.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 131.0   CC       criu/pstree.o
20:25:28 [2020-11-06T20:25:28.585Z] #41 132.0   CC       criu/rbtree.o
20:25:28 [2020-11-06T20:25:28.775Z] #42 181.5   CC       criu/seize.o
20:25:28 [2020-11-06T20:25:28.827Z] #18 60.30 Setting up python3-pkg-resources (40.8.0-1) ...
20:25:28 [2020-11-06T20:25:28.850Z] #41 132.2   CC       criu/rst-malloc.o
20:25:28 [2020-11-06T20:25:28.850Z] #41 132.4   CC       criu/seccomp.o
20:25:29 [2020-11-06T20:25:29.429Z] #41 ...
20:25:29 [2020-11-06T20:25:29.429Z] 
20:25:29 [2020-11-06T20:25:29.429Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:25:29 [2020-11-06T20:25:29.429Z] #54 155.5 + bin/containerd
20:25:29 [2020-11-06T20:25:29.429Z] #54 ...
20:25:29 [2020-11-06T20:25:29.429Z] 
20:25:29 [2020-11-06T20:25:29.429Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:29 [2020-11-06T20:25:29.429Z] #41 133.0   CC       criu/seize.o
20:25:29 [2020-11-06T20:25:29.758Z] #18 61.19 Setting up python3-distutils (3.7.3-1) ...
20:25:30 [2020-11-06T20:25:30.273Z] #18 61.63 Setting up python3-setuptools (40.8.0-1) ...
20:25:30 [2020-11-06T20:25:30.318Z] #42 182.6   CC       criu/servicefd.o
20:25:30 [2020-11-06T20:25:30.389Z] #41 133.7   CC       criu/servicefd.o
20:25:30 [2020-11-06T20:25:30.621Z] #42 183.3   CC       criu/shmem.o
20:25:30 [2020-11-06T20:25:30.654Z] #41 134.1   CC       criu/shmem.o
20:25:31 [2020-11-06T20:25:31.117Z] #66 exporting layers 6.7s done
20:25:31 [2020-11-06T20:25:31.117Z] #66 writing image sha256:4b649e569b98683cf1e624dc2ce900bc7e1711d2587c9b4b4515c780ae434269 done
20:25:31 [2020-11-06T20:25:31.117Z] #66 naming to docker.io/library/docker:1bb3491601a4f1d654edbc1e997016baa015176e done
20:25:31 [2020-11-06T20:25:31.117Z] #66 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
20:25:31 [2020-11-06T20:25:31.203Z] #18 62.72 Setting up python3-pip (18.1-5) ...
20:25:31 [2020-11-06T20:25:31.258Z] --- PASS: TestBuildWithHugeFile (51.50s)
20:25:31 [2020-11-06T20:25:31.258Z] === RUN   TestBuildWithEmptyDockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:25:31 [2020-11-06T20:25:31.258Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
20:25:31 [2020-11-06T20:25:31.258Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
20:25:31 [2020-11-06T20:25:31.258Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
20:25:31 [2020-11-06T20:25:31.258Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
20:25:31 [2020-11-06T20:25:31.258Z] === RUN   TestBuildPreserveOwnership
20:25:31 [2020-11-06T20:25:31.258Z] === RUN   TestBuildPreserveOwnership/copy_from
20:25:31 [2020-11-06T20:25:31.488Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41648/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/validate/default
20:25:31 [2020-11-06T20:25:31.613Z] #41 134.9   CC       criu/sigframe.o
20:25:31 [2020-11-06T20:25:31.613Z] #41 135.0   CC       criu/signalfd.o
20:25:31 [2020-11-06T20:25:31.681Z] #42 184.4   CC       criu/sigframe.o
20:25:31 [2020-11-06T20:25:31.767Z] #18 ...
20:25:31 [2020-11-06T20:25:31.767Z] 
20:25:31 [2020-11-06T20:25:31.767Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:31 [2020-11-06T20:25:31.767Z] #41 108.2   CC       criu/fdstore.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 108.6   CC       criu/fifo.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 109.0   CC       criu/file-ids.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 109.2   CC       criu/file-lock.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 110.3   CC       criu/files-ext.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 110.6   CC       criu/files-reg.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 112.7   CC       criu/files.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 114.9   CC       criu/filesystems.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 115.6   CC       criu/fsnotify.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 116.8   CC       criu/image-desc.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 117.0   CC       criu/image.o
20:25:31 [2020-11-06T20:25:31.767Z] #41 117.9   CC       criu/ipc_ns.o
20:25:31 [2020-11-06T20:25:31.878Z] #41 135.2   CC       criu/sk-inet.o
20:25:31 [2020-11-06T20:25:31.982Z] #42 184.6   CC       criu/signalfd.o
20:25:32 [2020-11-06T20:25:32.062Z] Congratulations!  All commits are properly signed with the DCO!
20:25:32 [2020-11-06T20:25:32.282Z] #42 184.9   CC       criu/sk-inet.o
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:25:32 [2020-11-06T20:25:32.324Z] No api/types/ or api/swagger.yaml changes in diff.
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  All TOML source files changed here have valid syntax.
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  No new tests were added to integration-cli.
20:25:32 [2020-11-06T20:25:32.324Z] 
20:25:32 [2020-11-06T20:25:32.324Z] INFO Start validation with golang-ci-lint
20:25:32 [2020-11-06T20:25:32.324Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:25:32 [2020-11-06T20:25:32.324Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:25:32 [2020-11-06T20:25:32.324Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:25:32 [2020-11-06T20:25:32.331Z] #41 ...
20:25:32 [2020-11-06T20:25:32.331Z] 
20:25:32 [2020-11-06T20:25:32.331Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:32 [2020-11-06T20:25:32.331Z] #18 63.80 Processing triggers for libc-bin (2.28-10) ...
20:25:32 [2020-11-06T20:25:32.331Z] #18 63.84 Processing triggers for mime-support (3.62) ...
20:25:32 [2020-11-06T20:25:32.832Z] #41 136.1   CC       criu/sk-netlink.o
20:25:32 [2020-11-06T20:25:32.897Z] #18 DONE 64.6s
20:25:32 [2020-11-06T20:25:32.897Z] 
20:25:32 [2020-11-06T20:25:32.897Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:25:32 [2020-11-06T20:25:32.897Z] #38 217.6 + dpkg --print-architecture
20:25:32 [2020-11-06T20:25:32.897Z] #38 217.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:25:32 [2020-11-06T20:25:32.897Z] #38 217.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:25:32 [2020-11-06T20:25:32.897Z] #38 217.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:25:33 [2020-11-06T20:25:33.098Z] #41 136.4   CC       criu/sk-packet.o
20:25:33 [2020-11-06T20:25:33.161Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:25:33 [2020-11-06T20:25:33.374Z] #41 ...
20:25:33 [2020-11-06T20:25:33.374Z] 
20:25:33 [2020-11-06T20:25:33.374Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:33 [2020-11-06T20:25:33.374Z] #20 9.404   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:25:33 [2020-11-06T20:25:33.374Z] #20 9.520 Collecting pyyaml (from yamllint==1.16.0)
20:25:33 [2020-11-06T20:25:33.374Z] #20 9.716   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:25:33 [2020-11-06T20:25:33.374Z] #20 10.91 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:25:33 [2020-11-06T20:25:33.374Z] #20 10.95   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:25:33 [2020-11-06T20:25:33.374Z] #20 10.98 Building wheels for collected packages: pyyaml
20:25:33 [2020-11-06T20:25:33.374Z] #20 10.98   Running setup.py bdist_wheel for pyyaml: started
20:25:33 [2020-11-06T20:25:33.374Z] #20 11.70   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:25:33 [2020-11-06T20:25:33.374Z] #20 11.70   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:25:33 [2020-11-06T20:25:33.374Z] #20 11.76 Successfully built pyyaml
20:25:33 [2020-11-06T20:25:33.374Z] #20 11.77 Installing collected packages: pyyaml, pathspec, yamllint
20:25:33 [2020-11-06T20:25:33.374Z] #20 12.01 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:25:33 [2020-11-06T20:25:33.374Z] #20 DONE 12.3s
20:25:33 [2020-11-06T20:25:33.650Z] 
20:25:33 [2020-11-06T20:25:33.650Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:33 [2020-11-06T20:25:33.650Z] #41 137.0   CC       criu/sk-queue.o
20:25:33 [2020-11-06T20:25:33.875Z] #42 186.1   CC       criu/sk-netlink.o
20:25:33 [2020-11-06T20:25:33.875Z] #42 186.5   CC       criu/sk-packet.o
20:25:33 [2020-11-06T20:25:33.914Z] #41 137.4   CC       criu/sk-tcp.o
20:25:34 [2020-11-06T20:25:34.268Z] #38 ...
20:25:34 [2020-11-06T20:25:34.268Z] 
20:25:34 [2020-11-06T20:25:34.268Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:25:34 [2020-11-06T20:25:34.268Z] #19 0.939 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:25:34 [2020-11-06T20:25:34.268Z] #19 0.943 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:25:34 [2020-11-06T20:25:34.268Z] #19 0.946 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:25:34 [2020-11-06T20:25:34.268Z] #19 DONE 1.0s
20:25:34 [2020-11-06T20:25:34.268Z] 
20:25:34 [2020-11-06T20:25:34.268Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:34 [2020-11-06T20:25:34.492Z] #41 137.9   CC       criu/sk-unix.o
20:25:34 [2020-11-06T20:25:34.593Z] #42 187.3   CC       criu/sk-queue.o
20:25:34 [2020-11-06T20:25:34.757Z] #41 ...
20:25:34 [2020-11-06T20:25:34.757Z] 
20:25:34 [2020-11-06T20:25:34.757Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:25:34 [2020-11-06T20:25:34.757Z] #23 DONE 1.3s
20:25:35 [2020-11-06T20:25:35.021Z] 
20:25:35 [2020-11-06T20:25:35.021Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:25:35 [2020-11-06T20:25:35.252Z] #42 187.8   CC       criu/sk-tcp.o
20:25:35 [2020-11-06T20:25:35.912Z] #42 188.4   CC       criu/sk-unix.o
20:25:37 [2020-11-06T20:25:37.352Z] --- PASS: TestBuildPreserveOwnership (10.19s)
20:25:37 [2020-11-06T20:25:37.352Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.18s)
20:25:37 [2020-11-06T20:25:37.352Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
20:25:37 [2020-11-06T20:25:37.352Z] === RUN   TestBuildPlatformInvalid
20:25:37 [2020-11-06T20:25:37.352Z] --- PASS: TestBuildPlatformInvalid (0.08s)
20:25:37 [2020-11-06T20:25:37.352Z] PASS
20:25:37 [2020-11-06T20:25:37.352Z] 
20:25:37 [2020-11-06T20:25:37.352Z] === Skipped
20:25:37 [2020-11-06T20:25:37.352Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:25:37 [2020-11-06T20:25:37.352Z]     build_session_test.go:25: TODO: BuildKit
20:25:37 [2020-11-06T20:25:37.352Z] 
20:25:37 [2020-11-06T20:25:37.352Z] 
20:25:37 [2020-11-06T20:25:37.352Z] DONE 32 tests, 1 skipped in 127.146s
20:25:37 [2020-11-06T20:25:37.352Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:25:37 [2020-11-06T20:25:37.352Z] INFO: Testing against a local daemon
20:25:37 [2020-11-06T20:25:37.352Z] === RUN   TestConfigInspect
20:25:37 [2020-11-06T20:25:37.352Z] --- SKIP: TestConfigInspect (0.02s)
20:25:37 [2020-11-06T20:25:37.352Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:37 [2020-11-06T20:25:37.352Z] === RUN   TestConfigList
20:25:37 [2020-11-06T20:25:37.352Z] --- SKIP: TestConfigList (0.01s)
20:25:37 [2020-11-06T20:25:37.352Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:37 [2020-11-06T20:25:37.352Z] === RUN   TestConfigsCreateAndDelete
20:25:37 [2020-11-06T20:25:37.352Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
20:25:37 [2020-11-06T20:25:37.352Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:37 [2020-11-06T20:25:37.352Z] === RUN   TestConfigsUpdate
20:25:37 [2020-11-06T20:25:37.352Z] --- SKIP: TestConfigsUpdate (0.02s)
20:25:37 [2020-11-06T20:25:37.352Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:37 [2020-11-06T20:25:37.352Z] === RUN   TestTemplatedConfig
20:25:37 [2020-11-06T20:25:37.352Z] --- SKIP: TestTemplatedConfig (0.00s)
20:25:37 [2020-11-06T20:25:37.352Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:37 [2020-11-06T20:25:37.352Z] === RUN   TestConfigCreateResolve
20:25:37 [2020-11-06T20:25:37.352Z] --- SKIP: TestConfigCreateResolve (0.01s)
20:25:37 [2020-11-06T20:25:37.352Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:37 [2020-11-06T20:25:37.352Z] === RUN   TestConfigDaemonLibtrustID
20:25:38 [2020-11-06T20:25:38.694Z] #42 190.8   CC       criu/sockets.o
20:25:39 [2020-11-06T20:25:39.257Z] --- PASS: TestConfigDaemonLibtrustID (1.54s)
20:25:39 [2020-11-06T20:25:39.257Z] PASS
20:25:39 [2020-11-06T20:25:39.257Z] 
20:25:39 [2020-11-06T20:25:39.257Z] === Skipped
20:25:39 [2020-11-06T20:25:39.257Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
20:25:39 [2020-11-06T20:25:39.257Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:39 [2020-11-06T20:25:39.257Z] 
20:25:39 [2020-11-06T20:25:39.257Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
20:25:39 [2020-11-06T20:25:39.257Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:39 [2020-11-06T20:25:39.257Z] 
20:25:39 [2020-11-06T20:25:39.257Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
20:25:39 [2020-11-06T20:25:39.257Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:39 [2020-11-06T20:25:39.257Z] 
20:25:39 [2020-11-06T20:25:39.257Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s)
20:25:39 [2020-11-06T20:25:39.257Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:39 [2020-11-06T20:25:39.257Z] 
20:25:39 [2020-11-06T20:25:39.257Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
20:25:39 [2020-11-06T20:25:39.257Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:39 [2020-11-06T20:25:39.257Z] 
20:25:39 [2020-11-06T20:25:39.257Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
20:25:39 [2020-11-06T20:25:39.257Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:25:39 [2020-11-06T20:25:39.257Z] 
20:25:39 [2020-11-06T20:25:39.257Z] 
20:25:39 [2020-11-06T20:25:39.257Z] DONE 7 tests, 6 skipped in 1.742s
20:25:39 [2020-11-06T20:25:39.257Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:25:39 [2020-11-06T20:25:39.257Z] INFO: Testing against a local daemon
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestCheckpoint
20:25:39 [2020-11-06T20:25:39.257Z] --- SKIP: TestCheckpoint (0.00s)
20:25:39 [2020-11-06T20:25:39.257Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestContainerInvalidJSON
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:25:39 [2020-11-06T20:25:39.257Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:25:39 [2020-11-06T20:25:39.257Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:25:39 [2020-11-06T20:25:39.257Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:25:39 [2020-11-06T20:25:39.257Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:25:39 [2020-11-06T20:25:39.257Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:25:39 [2020-11-06T20:25:39.257Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:25:39 [2020-11-06T20:25:39.257Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:25:39 [2020-11-06T20:25:39.257Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:25:39 [2020-11-06T20:25:39.257Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:25:39 [2020-11-06T20:25:39.257Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:25:39 [2020-11-06T20:25:39.257Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestCopyFromContainerPathIsNotDir
20:25:39 [2020-11-06T20:25:39.257Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestCopyToContainerPathDoesNotExist
20:25:39 [2020-11-06T20:25:39.257Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
20:25:39 [2020-11-06T20:25:39.257Z] === RUN   TestCopyToContainerPathIsNotDir
20:25:39 [2020-11-06T20:25:39.346Z] #42 192.0   CC       criu/stats.o
20:25:39 [2020-11-06T20:25:39.516Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
20:25:39 [2020-11-06T20:25:39.516Z] === RUN   TestCopyFromContainer
20:25:39 [2020-11-06T20:25:39.522Z] #20 5.039 Collecting yamllint==1.16.0
20:25:39 [2020-11-06T20:25:39.646Z] #42 192.4   CC       criu/string.o
20:25:39 [2020-11-06T20:25:39.945Z] #42 192.6   CC       criu/sysctl.o
20:25:40 [2020-11-06T20:25:40.345Z] #28 ...
20:25:40 [2020-11-06T20:25:40.345Z] 
20:25:40 [2020-11-06T20:25:40.345Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:40 [2020-11-06T20:25:40.345Z] #41 139.5   CC       criu/sockets.o
20:25:40 [2020-11-06T20:25:40.345Z] #41 140.3   CC       criu/stats.o
20:25:40 [2020-11-06T20:25:40.345Z] #41 140.5   CC       criu/string.o
20:25:40 [2020-11-06T20:25:40.345Z] #41 140.6   CC       criu/sysctl.o
20:25:40 [2020-11-06T20:25:40.345Z] #41 141.1   CC       criu/sysfs_parse.o
20:25:40 [2020-11-06T20:25:40.345Z] #41 141.5   CC       criu/timens.o
20:25:40 [2020-11-06T20:25:40.345Z] #41 141.7   CC       criu/timerfd.o
20:25:40 [2020-11-06T20:25:40.345Z] #41 142.0   CC       criu/tty.o
20:25:40 [2020-11-06T20:25:40.345Z] #41 143.7   CC       criu/tun.o
20:25:40 [2020-11-06T20:25:40.453Z] #20 ...
20:25:40 [2020-11-06T20:25:40.453Z] 
20:25:40 [2020-11-06T20:25:40.453Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:40 [2020-11-06T20:25:40.453Z] #41 119.1   CC       criu/irmap.o
20:25:40 [2020-11-06T20:25:40.453Z] #41 120.0   CC       criu/kcmp-ids.o
20:25:40 [2020-11-06T20:25:40.453Z] #41 120.3   CC       criu/kerndat.o
20:25:40 [2020-11-06T20:25:40.453Z] #41 121.7   CC       criu/libnetlink.o
20:25:40 [2020-11-06T20:25:40.453Z] #41 122.2   CC       criu/log.o
20:25:40 [2020-11-06T20:25:40.453Z] #41 122.7   CC       criu/lsm.o
20:25:40 [2020-11-06T20:25:40.453Z] #41 123.1   CC       criu/mem.o
20:25:40 [2020-11-06T20:25:40.453Z] #41 124.9   CC       criu/memfd.o
20:25:40 [2020-11-06T20:25:40.453Z] #41 125.5   CC       criu/mount.o
20:25:40 [2020-11-06T20:25:40.609Z] #42 193.3   CC       criu/sysfs_parse.o
20:25:40 [2020-11-06T20:25:40.925Z] #41 144.2   CC       criu/uffd.o
20:25:41 [2020-11-06T20:25:41.257Z] #42 193.8   CC       criu/timens.o
20:25:41 [2020-11-06T20:25:41.344Z] ok  	github.com/docker/docker/pkg/plugins	33.615s	coverage: 76.6% of statements
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/rootless	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/volume	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === Skipped
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver btrfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver btrfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver btrfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver btrfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver btrfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:73: No driver to put!
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z] time="2020-11-06T20:24:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z] time="2020-11-06T20:24:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z] time="2020-11-06T20:24:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z] time="2020-11-06T20:24:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z] time="2020-11-06T20:24:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     graphtest_unix.go:73: No driver to put!
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     overlay_test.go:49: Fails to compute changes intermittently
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:25:41 [2020-11-06T20:25:41.344Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:25:41 [2020-11-06T20:25:41.344Z] 
20:25:41 [2020-11-06T20:25:41.344Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:46: Driver zfs not supported
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:46: Driver zfs not supported
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:46: Driver zfs not supported
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:46: Driver zfs not supported
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:46: Driver zfs not supported
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     graphtest_unix.go:73: No driver to put!
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:25:41 [2020-11-06T20:25:41.345Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] 
20:25:41 [2020-11-06T20:25:41.345Z] DONE 2169 tests, 26 skipped in 186.730s
Post stage
[Pipeline] junit
20:25:41 [2020-11-06T20:25:41.390Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
20:25:41 [2020-11-06T20:25:41.556Z] #42 194.1   CC       criu/timerfd.o
[Pipeline] sh
20:25:41 [2020-11-06T20:25:41.856Z] #42 194.5   CC       criu/tty.o
20:25:41 [2020-11-06T20:25:41.881Z] #41 145.3   CC       criu/util.o
20:25:41 [2020-11-06T20:25:41.905Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -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:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh dynbinary test-integration
20:25:42 [2020-11-06T20:25:42.195Z] 
20:25:42 [2020-11-06T20:25:42.195Z] Removing bundles/
20:25:42 [2020-11-06T20:25:42.195Z] 
20:25:42 [2020-11-06T20:25:42.195Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:25:42 [2020-11-06T20:25:42.195Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:25:42 [2020-11-06T20:25:42.195Z] GOOS="" GOARCH="" GOARM=""
20:25:42 [2020-11-06T20:25:42.976Z] #41 129.1   CC       criu/namespaces.o
20:25:43 [2020-11-06T20:25:43.280Z] #41 146.4   CC       criu/uts_ns.o
20:25:43 [2020-11-06T20:25:43.280Z] #41 146.6   CC       criu/vdso.o
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer//
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer//bar/root
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer//bar/root/
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer/bar/quux
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer/bar/quux/
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCopyFromContainer/bar/notarget
20:25:43 [2020-11-06T20:25:43.763Z] --- PASS: TestCopyFromContainer (4.37s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer// (0.07s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:25:43 [2020-11-06T20:25:43.763Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:25:43 [2020-11-06T20:25:43.763Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:25:43 [2020-11-06T20:25:43.763Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:25:43 [2020-11-06T20:25:43.763Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:25:43 [2020-11-06T20:25:43.763Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:25:43 [2020-11-06T20:25:43.763Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:25:43 [2020-11-06T20:25:43.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateLinkToNonExistingContainer
20:25:43 [2020-11-06T20:25:43.763Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateWithInvalidEnv
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateWithInvalidEnv/0
20:25:43 [2020-11-06T20:25:43.763Z] === PAUSE TestCreateWithInvalidEnv/0
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateWithInvalidEnv/1
20:25:43 [2020-11-06T20:25:43.763Z] === PAUSE TestCreateWithInvalidEnv/1
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateWithInvalidEnv/2
20:25:43 [2020-11-06T20:25:43.763Z] === PAUSE TestCreateWithInvalidEnv/2
20:25:43 [2020-11-06T20:25:43.763Z] === CONT  TestCreateWithInvalidEnv/0
20:25:43 [2020-11-06T20:25:43.763Z] === CONT  TestCreateWithInvalidEnv/2
20:25:43 [2020-11-06T20:25:43.763Z] === CONT  TestCreateWithInvalidEnv/1
20:25:43 [2020-11-06T20:25:43.763Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:25:43 [2020-11-06T20:25:43.763Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateTmpfsMountsTarget
20:25:43 [2020-11-06T20:25:43.763Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
20:25:43 [2020-11-06T20:25:43.763Z] === RUN   TestCreateWithCustomMaskedPaths
20:25:43 [2020-11-06T20:25:43.860Z] #41 147.1   LINK     criu/built-in.o
20:25:43 [2020-11-06T20:25:43.860Z] #41 147.2   LINK     criu/criu
20:25:43 [2020-11-06T20:25:43.964Z] #42 196.7   CC       criu/tun.o
20:25:44 [2020-11-06T20:25:44.125Z] #41 147.6   DEP      lib/c/criu.d
20:25:44 [2020-11-06T20:25:44.344Z] #41 ...
20:25:44 [2020-11-06T20:25:44.344Z] 
20:25:44 [2020-11-06T20:25:44.344Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:44 [2020-11-06T20:25:44.344Z] #20 10.41   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:25:44 [2020-11-06T20:25:44.390Z] #41 147.6   CC       images/rpc.pb-c.o
20:25:44 [2020-11-06T20:25:44.600Z] #20 10.48 Collecting pyyaml (from yamllint==1.16.0)
20:25:44 [2020-11-06T20:25:44.600Z] #20 10.60   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:25:44 [2020-11-06T20:25:44.654Z] #41 148.2   CC       lib/c/criu.o
20:25:45 [2020-11-06T20:25:45.024Z] #42 197.6   CC       criu/uffd.o
20:25:45 [2020-11-06T20:25:45.140Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s)
20:25:45 [2020-11-06T20:25:45.140Z] === RUN   TestCreateWithCustomReadonlyPaths
20:25:45 [2020-11-06T20:25:45.233Z] #41 ...
20:25:45 [2020-11-06T20:25:45.233Z] 
20:25:45 [2020-11-06T20:25:45.233Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:25:45 [2020-11-06T20:25:45.233Z] #28 DONE 10.5s
20:25:45 [2020-11-06T20:25:45.233Z] 
20:25:45 [2020-11-06T20:25:45.233Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:25:45 [2020-11-06T20:25:45.969Z] #20 12.02 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:25:46 [2020-11-06T20:25:46.185Z] #31 DONE 0.9s
20:25:46 [2020-11-06T20:25:46.185Z] 
20:25:46 [2020-11-06T20:25:46.185Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:25:46 [2020-11-06T20:25:46.185Z] #33 DONE 0.1s
20:25:46 [2020-11-06T20:25:46.185Z] 
20:25:46 [2020-11-06T20:25:46.185Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.2   LINK     lib/c/built-in.o
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.2   LINK     lib/c/libcriu.so
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.3   LINK     lib/c/libcriu.a
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.4   GEN      magic.py
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.5 Note: Building without setproctitle() and strlcpy() support.
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.5       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.6 Note: Building without GnuTLS support
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.6 Makefile.config:39: Warn: you have no libnftables installed
20:25:46 [2020-11-06T20:25:46.185Z] #41 149.6 Makefile.config:40: Warn: Building without nftables support
20:25:46 [2020-11-06T20:25:46.226Z] #20 12.07   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:25:46 [2020-11-06T20:25:46.226Z] #20 12.12 Building wheels for collected packages: pyyaml
20:25:46 [2020-11-06T20:25:46.226Z] #20 12.13   Running setup.py bdist_wheel for pyyaml: started
20:25:46 [2020-11-06T20:25:46.449Z] #41 ...
20:25:46 [2020-11-06T20:25:46.449Z] 
20:25:46 [2020-11-06T20:25:46.449Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:25:46 [2020-11-06T20:25:46.449Z] #36 DONE 0.1s
20:25:46 [2020-11-06T20:25:46.449Z] 
20:25:46 [2020-11-06T20:25:46.449Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:25:46 [2020-11-06T20:25:46.518Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.34s)
20:25:46 [2020-11-06T20:25:46.518Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:25:46 [2020-11-06T20:25:46.518Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:25:46 [2020-11-06T20:25:46.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:25:46 [2020-11-06T20:25:46.518Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:25:46 [2020-11-06T20:25:46.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:25:46 [2020-11-06T20:25:46.518Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:25:46 [2020-11-06T20:25:46.518Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:25:46 [2020-11-06T20:25:46.518Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:25:46 [2020-11-06T20:25:46.518Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:25:46 [2020-11-06T20:25:46.518Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
20:25:46 [2020-11-06T20:25:46.518Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
20:25:46 [2020-11-06T20:25:46.518Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:25:46 [2020-11-06T20:25:46.518Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:25:46 [2020-11-06T20:25:46.518Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:25:46 [2020-11-06T20:25:46.518Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:25:46 [2020-11-06T20:25:46.578Z] #42 199.1   CC       criu/util.o
20:25:46 [2020-11-06T20:25:46.777Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.37s)
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestCreateDifferentPlatform
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestCreateDifferentPlatform/different_os
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:25:46 [2020-11-06T20:25:46.777Z] --- PASS: TestCreateDifferentPlatform (0.01s)
20:25:46 [2020-11-06T20:25:46.777Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:25:46 [2020-11-06T20:25:46.777Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:25:46 [2020-11-06T20:25:46.777Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:25:46 [2020-11-06T20:25:46.777Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestContainerStartOnDaemonRestart
20:25:46 [2020-11-06T20:25:46.777Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
20:25:46 [2020-11-06T20:25:46.777Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestDaemonRestartIpcMode
20:25:46 [2020-11-06T20:25:46.777Z] === PAUSE TestDaemonRestartIpcMode
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestDaemonHostGatewayIP
20:25:46 [2020-11-06T20:25:46.777Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
20:25:46 [2020-11-06T20:25:46.777Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestContainerKillOnDaemonStart
20:25:46 [2020-11-06T20:25:46.777Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
20:25:46 [2020-11-06T20:25:46.777Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
20:25:46 [2020-11-06T20:25:46.777Z] === RUN   TestDiff
20:25:47 [2020-11-06T20:25:47.157Z] #20 13.20   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:25:47 [2020-11-06T20:25:47.157Z] #20 13.20   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:25:47 [2020-11-06T20:25:47.157Z] #20 13.28 Successfully built pyyaml
20:25:47 [2020-11-06T20:25:47.346Z] --- PASS: TestDiff (0.42s)
20:25:47 [2020-11-06T20:25:47.346Z] === RUN   TestExecWithCloseStdin
20:25:47 [2020-11-06T20:25:47.415Z] #20 13.31 Installing collected packages: pyyaml, pathspec, yamllint
20:25:47 [2020-11-06T20:25:47.418Z] #39 DONE 0.9s
20:25:47 [2020-11-06T20:25:47.418Z] 
20:25:47 [2020-11-06T20:25:47.418Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:47 [2020-11-06T20:25:47.418Z] #41 150.2 fatal: not a git repository (or any of the parent directories): .git
20:25:47 [2020-11-06T20:25:47.418Z] #41 150.7 make[1]: Nothing to be done for 'all'.
20:25:47 [2020-11-06T20:25:47.672Z] #20 13.73 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:25:47 [2020-11-06T20:25:47.687Z] #41 151.0 make[1]: 'images/built-in.o' is up to date.
20:25:47 [2020-11-06T20:25:47.687Z] #41 151.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:25:47 [2020-11-06T20:25:47.687Z] #41 151.1 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:25:47 [2020-11-06T20:25:47.687Z] #41 151.1 make[1]: 'compel/libcompel.a' is up to date.
20:25:47 [2020-11-06T20:25:47.687Z] #41 151.1 make[1]: 'compel/compel-host-bin' is up to date.
20:25:47 [2020-11-06T20:25:47.687Z] #41 151.2 make[1]: Nothing to be done for 'all'.
20:25:47 [2020-11-06T20:25:47.687Z] #41 151.2 make[1]: 'soccr/libsoccr.a' is up to date.
20:25:47 [2020-11-06T20:25:47.914Z] --- PASS: TestExecWithCloseStdin (0.45s)
20:25:47 [2020-11-06T20:25:47.914Z] === RUN   TestExec
20:25:47 [2020-11-06T20:25:47.961Z] #41 151.3 make[2]: Nothing to be done for 'all'.
20:25:47 [2020-11-06T20:25:47.961Z] #41 151.3 make[2]: Nothing to be done for 'all'.
20:25:47 [2020-11-06T20:25:47.961Z] #41 151.4 make[2]: Nothing to be done for 'all'.
20:25:47 [2020-11-06T20:25:47.961Z] #41 151.4 make[2]: Nothing to be done for 'all'.
20:25:47 [2020-11-06T20:25:47.961Z] #41 151.5 make[2]: Nothing to be done for 'all'.
20:25:48 [2020-11-06T20:25:48.120Z] #42 ...
20:25:48 [2020-11-06T20:25:48.120Z] 
20:25:48 [2020-11-06T20:25:48.120Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:25:48 [2020-11-06T20:25:48.120Z] #39 DONE 263.3s
20:25:48 [2020-11-06T20:25:48.120Z] 
20:25:48 [2020-11-06T20:25:48.120Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:25:48 [2020-11-06T20:25:48.173Z] --- PASS: TestExec (0.43s)
20:25:48 [2020-11-06T20:25:48.173Z] === RUN   TestExecUser
20:25:48 [2020-11-06T20:25:48.231Z] #41 151.5 make[2]: Nothing to be done for 'all'.
20:25:48 [2020-11-06T20:25:48.231Z] #41 151.5 make[2]: Nothing to be done for 'all'.
20:25:48 [2020-11-06T20:25:48.231Z] #41 151.6 make[2]: Nothing to be done for 'all'.
20:25:48 [2020-11-06T20:25:48.231Z] #41 151.6   INSTALL  criu/criu
20:25:48 [2020-11-06T20:25:48.236Z] #20 DONE 14.2s
20:25:48 [2020-11-06T20:25:48.236Z] 
20:25:48 [2020-11-06T20:25:48.236Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:25:48 [2020-11-06T20:25:48.420Z] #23 ...
20:25:48 [2020-11-06T20:25:48.420Z] 
20:25:48 [2020-11-06T20:25:48.420Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:48 [2020-11-06T20:25:48.420Z] #42 201.1   CC       criu/uts_ns.o
20:25:48 [2020-11-06T20:25:48.493Z] #23 DONE 0.2s
20:25:48 [2020-11-06T20:25:48.493Z] 
20:25:48 [2020-11-06T20:25:48.493Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:25:48 [2020-11-06T20:25:48.509Z] #41 DONE 151.7s
20:25:48 [2020-11-06T20:25:48.510Z] 
20:25:48 [2020-11-06T20:25:48.510Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:25:48 [2020-11-06T20:25:48.740Z] --- PASS: TestExecUser (0.45s)
20:25:48 [2020-11-06T20:25:48.740Z] === RUN   TestExportContainerAndImportImage
20:25:49 [2020-11-06T20:25:49.069Z] #42 201.6   CC       criu/vdso.o
20:25:49 [2020-11-06T20:25:49.308Z] --- PASS: TestExportContainerAndImportImage (0.61s)
20:25:49 [2020-11-06T20:25:49.308Z] === RUN   TestExportContainerAfterDaemonRestart
20:25:49 [2020-11-06T20:25:49.462Z] #54 ...
20:25:49 [2020-11-06T20:25:49.462Z] 
20:25:49 [2020-11-06T20:25:49.462Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:25:49 [2020-11-06T20:25:49.725Z] #42 DONE 0.1s
20:25:49 [2020-11-06T20:25:49.725Z] 
20:25:49 [2020-11-06T20:25:49.725Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:25:49 [2020-11-06T20:25:49.725Z] #54 ...
20:25:49 [2020-11-06T20:25:49.725Z] 
20:25:49 [2020-11-06T20:25:49.725Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:25:50 [2020-11-06T20:25:50.128Z] #42 202.5   LINK     criu/built-in.o
20:25:50 [2020-11-06T20:25:50.128Z] #42 202.7   LINK     criu/criu
20:25:50 [2020-11-06T20:25:50.300Z] #44 DONE 0.5s
20:25:50 [2020-11-06T20:25:50.300Z] 
20:25:50 [2020-11-06T20:25:50.300Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:25:50 [2020-11-06T20:25:50.300Z] #46 DONE 0.1s
20:25:50 [2020-11-06T20:25:50.300Z] 
20:25:50 [2020-11-06T20:25:50.300Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:25:50 [2020-11-06T20:25:50.778Z] #42 203.4   DEP      lib/c/criu.d
20:25:51 [2020-11-06T20:25:51.078Z] #42 203.6   CC       images/rpc.pb-c.o
20:25:51 [2020-11-06T20:25:51.249Z] #48 DONE 0.8s
20:25:51 [2020-11-06T20:25:51.249Z] 
20:25:51 [2020-11-06T20:25:51.249Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:25:51 [2020-11-06T20:25:51.249Z] #54 ...
20:25:51 [2020-11-06T20:25:51.249Z] 
20:25:51 [2020-11-06T20:25:51.249Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:25:51 [2020-11-06T20:25:51.249Z] #50 DONE 0.1s
20:25:51 [2020-11-06T20:25:51.511Z] 
20:25:51 [2020-11-06T20:25:51.511Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:25:51 [2020-11-06T20:25:51.737Z] #42 204.3   CC       lib/c/criu.o
20:25:51 [2020-11-06T20:25:51.774Z] #52 DONE 0.3s
20:25:51 [2020-11-06T20:25:51.774Z] 
20:25:51 [2020-11-06T20:25:51.774Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:25:52 [2020-11-06T20:25:52.596Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s)
20:25:52 [2020-11-06T20:25:52.596Z] === RUN   TestHealthCheckWorkdir
20:25:52 [2020-11-06T20:25:52.671Z] #28 DONE 3.6s
20:25:52 [2020-11-06T20:25:52.671Z] 
20:25:52 [2020-11-06T20:25:52.671Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:25:52 [2020-11-06T20:25:52.671Z] #31 DONE 0.3s
20:25:52 [2020-11-06T20:25:52.671Z] 
20:25:52 [2020-11-06T20:25:52.671Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:25:52 [2020-11-06T20:25:52.671Z] #33 DONE 0.1s
20:25:52 [2020-11-06T20:25:52.671Z] 
20:25:52 [2020-11-06T20:25:52.671Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:52 [2020-11-06T20:25:52.671Z] #41 130.8   CC       criu/net.o
20:25:52 [2020-11-06T20:25:52.671Z] #41 134.2   CC       criu/netfilter.o
20:25:52 [2020-11-06T20:25:52.671Z] #41 134.7   CC       criu/page-pipe.o
20:25:52 [2020-11-06T20:25:52.671Z] #41 135.4   CC       criu/page-xfer.o
20:25:52 [2020-11-06T20:25:52.671Z] #41 136.8   CC       criu/pagemap-cache.o
20:25:52 [2020-11-06T20:25:52.671Z] #41 137.2   CC       criu/pagemap.o
20:25:52 [2020-11-06T20:25:52.671Z] #41 138.1   CC       criu/parasite-syscall.o
20:25:52 [2020-11-06T20:25:52.671Z] #41 ...
20:25:52 [2020-11-06T20:25:52.671Z] 
20:25:52 [2020-11-06T20:25:52.671Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:25:52 [2020-11-06T20:25:52.671Z] #36 DONE 0.1s
20:25:52 [2020-11-06T20:25:52.671Z] 
20:25:52 [2020-11-06T20:25:52.671Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:52 [2020-11-06T20:25:52.671Z] #41 138.9   CC       criu/path.o
20:25:52 [2020-11-06T20:25:52.671Z] #41 139.2   CC       criu/pie-util-vdso-elf32.o
20:25:53 [2020-11-06T20:25:53.164Z] --- PASS: TestHealthCheckWorkdir (0.53s)
20:25:53 [2020-11-06T20:25:53.164Z] === RUN   TestHealthKillContainer
20:25:53 [2020-11-06T20:25:53.235Z] #41 139.5   CC       criu/pie-util-vdso.o
20:25:53 [2020-11-06T20:25:53.278Z] #42 205.8   LINK     lib/c/built-in.o
20:25:53 [2020-11-06T20:25:53.278Z] #42 205.8   LINK     lib/c/libcriu.so
20:25:53 [2020-11-06T20:25:53.278Z] #42 205.9   LINK     lib/c/libcriu.a
20:25:53 [2020-11-06T20:25:53.617Z] #42 206.1   GEN      magic.py
20:25:53 [2020-11-06T20:25:53.800Z] #41 140.0   CC       criu/pie-util.o
20:25:53 [2020-11-06T20:25:53.800Z] #41 140.2   CC       criu/pipes.o
20:25:53 [2020-11-06T20:25:53.917Z] #42 206.3 Note: Building without setproctitle() and strlcpy() support.
20:25:53 [2020-11-06T20:25:53.917Z] #42 206.3       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:25:53 [2020-11-06T20:25:53.917Z] #42 206.4 Note: Building without GnuTLS support
20:25:53 [2020-11-06T20:25:53.917Z] #42 206.4 Makefile.config:39: Warn: you have no libnftables installed
20:25:53 [2020-11-06T20:25:53.917Z] #42 206.4 Makefile.config:40: Warn: Building without nftables support
20:25:54 [2020-11-06T20:25:54.563Z] #42 207.3 fatal: not a git repository (or any of the parent directories): .git
20:25:54 [2020-11-06T20:25:54.729Z] #41 140.9   CC       criu/plugin.o
20:25:54 [2020-11-06T20:25:54.729Z] #41 141.2   CC       criu/proc_parse.o
20:25:55 [2020-11-06T20:25:55.622Z] #42 208.2 make[1]: Nothing to be done for 'all'.
20:25:55 [2020-11-06T20:25:55.695Z] --- PASS: TestHealthKillContainer (2.48s)
20:25:55 [2020-11-06T20:25:55.695Z] === RUN   TestInspectCpusetInConfigPre120
20:25:55 [2020-11-06T20:25:55.955Z] --- PASS: TestInspectCpusetInConfigPre120 (0.37s)
20:25:55 [2020-11-06T20:25:55.955Z] === RUN   TestIpcModeNone
20:25:56 [2020-11-06T20:25:56.274Z] #42 209.1 make[1]: 'images/built-in.o' is up to date.
20:25:56 [2020-11-06T20:25:56.523Z] --- PASS: TestIpcModeNone (0.44s)
20:25:56 [2020-11-06T20:25:56.523Z] === RUN   TestIpcModePrivate
20:25:56 [2020-11-06T20:25:56.574Z] #42 209.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:25:56 [2020-11-06T20:25:56.574Z] #42 209.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:25:56 [2020-11-06T20:25:56.574Z] #42 209.2 make[1]: 'compel/libcompel.a' is up to date.
20:25:56 [2020-11-06T20:25:56.574Z] #42 209.2 make[1]: 'compel/compel-host-bin' is up to date.
20:25:56 [2020-11-06T20:25:56.574Z] #42 209.3 make[1]: Nothing to be done for 'all'.
20:25:56 [2020-11-06T20:25:56.574Z] #42 209.3 make[1]: 'soccr/libsoccr.a' is up to date.
20:25:56 [2020-11-06T20:25:56.625Z] #41 ...
20:25:56 [2020-11-06T20:25:56.625Z] 
20:25:56 [2020-11-06T20:25:56.625Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:56 [2020-11-06T20:25:56.625Z] #51 92.44 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:25:56 [2020-11-06T20:25:56.625Z] #51 94.62 + mkdir -p /build
20:25:56 [2020-11-06T20:25:56.625Z] #51 94.62 + cp runc /build/runc
20:25:56 [2020-11-06T20:25:56.625Z] #51 DONE 95.2s
20:25:56 [2020-11-06T20:25:56.782Z] --- PASS: TestIpcModePrivate (0.47s)
20:25:56 [2020-11-06T20:25:56.782Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false
20:25:56 [2020-11-06T20:25:56.782Z] === RUN   TestIpcModeShareable
20:25:56 [2020-11-06T20:25:56.782Z] --- SKIP: TestIpcModeShareable (0.00s)
20:25:56 [2020-11-06T20:25:56.782Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:25:56 [2020-11-06T20:25:56.782Z] === RUN   TestAPIIpcModeShareableAndContainer
20:25:56 [2020-11-06T20:25:56.877Z] #42 209.6 make[2]: Nothing to be done for 'all'.
20:25:56 [2020-11-06T20:25:56.877Z] #42 209.6 make[2]: Nothing to be done for 'all'.
20:25:56 [2020-11-06T20:25:56.883Z] 
20:25:56 [2020-11-06T20:25:56.883Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:56 [2020-11-06T20:25:56.883Z] #41 143.3   CC       criu/protobuf-desc.o
20:25:57 [2020-11-06T20:25:57.176Z] #42 209.7 make[2]: Nothing to be done for 'all'.
20:25:57 [2020-11-06T20:25:57.176Z] #42 209.9 make[2]: Nothing to be done for 'all'.
20:25:57 [2020-11-06T20:25:57.176Z] #42 209.9 make[2]: Nothing to be done for 'all'.
20:25:57 [2020-11-06T20:25:57.176Z] #42 210.0 make[2]: Nothing to be done for 'all'.
20:25:57 [2020-11-06T20:25:57.176Z] #42 210.0 make[2]: Nothing to be done for 'all'.
20:25:57 [2020-11-06T20:25:57.494Z] #42 210.1 make[2]: Nothing to be done for 'all'.
20:25:57 [2020-11-06T20:25:57.494Z] #42 210.1   INSTALL  criu/criu
20:25:57 [2020-11-06T20:25:57.494Z] #42 DONE 210.3s
20:25:57 [2020-11-06T20:25:57.494Z] 
20:25:57 [2020-11-06T20:25:57.494Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:25:58 [2020-11-06T20:25:58.159Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.39s)
20:25:58 [2020-11-06T20:25:58.159Z] === RUN   TestAPIIpcModeHost
20:25:58 [2020-11-06T20:25:58.159Z] --- SKIP: TestAPIIpcModeHost (0.00s)
20:25:58 [2020-11-06T20:25:58.159Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:25:58 [2020-11-06T20:25:58.159Z] === RUN   TestDaemonIpcModeShareable
20:25:58 [2020-11-06T20:25:58.159Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
20:25:58 [2020-11-06T20:25:58.159Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:25:58 [2020-11-06T20:25:58.159Z] === RUN   TestDaemonIpcModePrivate
20:25:58 [2020-11-06T20:25:58.253Z] #41 144.7   CC       criu/protobuf.o
20:25:58 [2020-11-06T20:25:58.817Z] #41 145.0   CC       criu/pstree.o
20:25:59 [2020-11-06T20:25:59.034Z] #55 ...
20:25:59 [2020-11-06T20:25:59.034Z] 
20:25:59 [2020-11-06T20:25:59.034Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:25:59 [2020-11-06T20:25:59.034Z] #48 274.1 + /build/golangci-lint --version
20:25:59 [2020-11-06T20:25:59.334Z] #48 274.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:25:59 [2020-11-06T20:25:59.334Z] #48 DONE 274.7s
20:25:59 [2020-11-06T20:25:59.334Z] 
20:25:59 [2020-11-06T20:25:59.334Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:25:59 [2020-11-06T20:25:59.749Z] #41 ...
20:25:59 [2020-11-06T20:25:59.749Z] 
20:25:59 [2020-11-06T20:25:59.749Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:25:59 [2020-11-06T20:25:59.749Z] #38 DONE 244.8s
20:25:59 [2020-11-06T20:25:59.749Z] 
20:25:59 [2020-11-06T20:25:59.749Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:59 [2020-11-06T20:25:59.749Z] #41 145.9   CC       criu/rbtree.o
20:25:59 [2020-11-06T20:25:59.749Z] #41 146.3   CC       criu/rst-malloc.o
20:26:00 [2020-11-06T20:26:00.314Z] #41 146.6   CC       criu/seccomp.o
20:26:00 [2020-11-06T20:26:00.693Z] --- PASS: TestDaemonIpcModePrivate (2.16s)
20:26:00 [2020-11-06T20:26:00.694Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false
20:26:00 [2020-11-06T20:26:00.694Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:26:00 [2020-11-06T20:26:00.694Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
20:26:00 [2020-11-06T20:26:00.694Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:26:00 [2020-11-06T20:26:00.694Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:26:00 [2020-11-06T20:26:00.694Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
20:26:00 [2020-11-06T20:26:00.694Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:26:00 [2020-11-06T20:26:00.694Z] === RUN   TestIpcModeOlderClient
20:26:00 [2020-11-06T20:26:00.694Z] === PAUSE TestIpcModeOlderClient
20:26:00 [2020-11-06T20:26:00.694Z] === RUN   TestKillContainerInvalidSignal
20:26:00 [2020-11-06T20:26:00.879Z] #41 147.2   CC       criu/seize.o
20:26:00 [2020-11-06T20:26:00.953Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
20:26:00 [2020-11-06T20:26:00.953Z] === RUN   TestKillContainer
20:26:00 [2020-11-06T20:26:00.953Z] === RUN   TestKillContainer/no_signal
20:26:01 [2020-11-06T20:26:01.136Z] #41 ...
20:26:01 [2020-11-06T20:26:01.136Z] 
20:26:01 [2020-11-06T20:26:01.136Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:26:01 [2020-11-06T20:26:01.136Z] #39 DONE 0.6s
20:26:01 [2020-11-06T20:26:01.212Z] === RUN   TestKillContainer/non_killing_signal
20:26:01 [2020-11-06T20:26:01.394Z] 
20:26:01 [2020-11-06T20:26:01.394Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:01 [2020-11-06T20:26:01.394Z] #41 147.7   CC       criu/servicefd.o
20:26:01 [2020-11-06T20:26:01.394Z] #41 147.9   CC       criu/shmem.o
20:26:01 [2020-11-06T20:26:01.471Z] === RUN   TestKillContainer/killing_signal
20:26:01 [2020-11-06T20:26:01.959Z] #41 148.5   CC       criu/sigframe.o
20:26:02 [2020-11-06T20:26:02.039Z] --- PASS: TestKillContainer (1.27s)
20:26:02 [2020-11-06T20:26:02.039Z]     --- PASS: TestKillContainer/no_signal (0.40s)
20:26:02 [2020-11-06T20:26:02.039Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
20:26:02 [2020-11-06T20:26:02.039Z]     --- PASS: TestKillContainer/killing_signal (0.39s)
20:26:02 [2020-11-06T20:26:02.039Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:26:02 [2020-11-06T20:26:02.039Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:26:02 [2020-11-06T20:26:02.216Z] #41 148.6   CC       criu/signalfd.o
20:26:02 [2020-11-06T20:26:02.474Z] #41 148.8   CC       criu/sk-inet.o
20:26:02 [2020-11-06T20:26:02.608Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:26:02 [2020-11-06T20:26:02.867Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s)
20:26:02 [2020-11-06T20:26:02.867Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
20:26:02 [2020-11-06T20:26:02.867Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s)
20:26:02 [2020-11-06T20:26:02.867Z] === RUN   TestKillStoppedContainer
20:26:02 [2020-11-06T20:26:02.867Z] --- PASS: TestKillStoppedContainer (0.04s)
20:26:02 [2020-11-06T20:26:02.867Z] === RUN   TestKillStoppedContainerAPIPre120
20:26:03 [2020-11-06T20:26:03.062Z] #41 149.4   CC       criu/sk-netlink.o
20:26:03 [2020-11-06T20:26:03.126Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
20:26:03 [2020-11-06T20:26:03.126Z] === RUN   TestKillDifferentUserContainer
20:26:03 [2020-11-06T20:26:03.320Z] #41 149.7   CC       criu/sk-packet.o
20:26:03 [2020-11-06T20:26:03.386Z] --- PASS: TestKillDifferentUserContainer (0.43s)
20:26:03 [2020-11-06T20:26:03.386Z] === RUN   TestInspectOomKilledTrue
20:26:03 [2020-11-06T20:26:03.386Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:26:03 [2020-11-06T20:26:03.386Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:03 [2020-11-06T20:26:03.386Z] === RUN   TestInspectOomKilledFalse
20:26:03 [2020-11-06T20:26:03.386Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:26:03 [2020-11-06T20:26:03.386Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:26:03 [2020-11-06T20:26:03.386Z] === RUN   TestLinksEtcHostsContentMatch
20:26:03 [2020-11-06T20:26:03.386Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
20:26:03 [2020-11-06T20:26:03.386Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
20:26:03 [2020-11-06T20:26:03.386Z] === RUN   TestLinksContainerNames
20:26:03 [2020-11-06T20:26:03.897Z] #41 150.1   CC       criu/sk-queue.o
20:26:04 [2020-11-06T20:26:04.030Z] #54 199.0 + bin/containerd-stress
20:26:04 [2020-11-06T20:26:04.160Z] #41 150.5   CC       criu/sk-tcp.o
20:26:04 [2020-11-06T20:26:04.323Z] --- PASS: TestLinksContainerNames (0.82s)
20:26:04 [2020-11-06T20:26:04.323Z] === RUN   TestLogsFollowTailEmpty
20:26:04 [2020-11-06T20:26:04.582Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
20:26:04 [2020-11-06T20:26:04.582Z] === RUN   TestContainerNetworkMountsNoChown
20:26:04 [2020-11-06T20:26:04.729Z] #41 150.9   CC       criu/sk-unix.o
20:26:04 [2020-11-06T20:26:04.986Z] #41 ...
20:26:04 [2020-11-06T20:26:04.986Z] 
20:26:04 [2020-11-06T20:26:04.986Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:26:04 [2020-11-06T20:26:04.986Z] #47 249.6 + /build/golangci-lint --version
20:26:04 [2020-11-06T20:26:04.986Z] #47 249.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
20:26:04 [2020-11-06T20:26:04.986Z] #47 DONE 250.3s
20:26:04 [2020-11-06T20:26:04.986Z] 
20:26:04 [2020-11-06T20:26:04.986Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:05 [2020-11-06T20:26:05.152Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/default
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/default
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/private
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/private
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rprivate
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rprivate
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/slave
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/slave
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rslave
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rslave
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/shared
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/shared
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rshared
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rshared
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/default
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rslave
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/default/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/default/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/slave
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rprivate
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/private
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/private/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/private/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/shared
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rshared
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/default/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/private/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:26:05 [2020-11-06T20:26:05.152Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/private/bind_root
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/default/bind_root
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:26:05 [2020-11-06T20:26:05.412Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:26:05 [2020-11-06T20:26:05.422Z] #54 201.7 + bin/containerd-shim
20:26:05 [2020-11-06T20:26:05.550Z] #41 151.9   CC       criu/sockets.o
20:26:05 [2020-11-06T20:26:05.672Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:26:05 [2020-11-06T20:26:05.672Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:26:05 [2020-11-06T20:26:05.672Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:26:05 [2020-11-06T20:26:05.672Z] --- PASS: TestMountDaemonRoot (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
20:26:05 [2020-11-06T20:26:05.672Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
20:26:05 [2020-11-06T20:26:05.672Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
20:26:05 [2020-11-06T20:26:05.672Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
20:26:05 [2020-11-06T20:26:05.672Z] === RUN   TestContainerBindMountNonRecursive
20:26:05 [2020-11-06T20:26:05.672Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
20:26:05 [2020-11-06T20:26:05.672Z]     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)
20:26:05 [2020-11-06T20:26:05.672Z] === RUN   TestNetworkNat
20:26:06 [2020-11-06T20:26:06.115Z] #41 152.5   CC       criu/stats.o
20:26:06 [2020-11-06T20:26:06.240Z] --- PASS: TestNetworkNat (0.54s)
20:26:06 [2020-11-06T20:26:06.240Z] === RUN   TestNetworkLocalhostTCPNat
20:26:06 [2020-11-06T20:26:06.372Z] #41 152.7   CC       criu/string.o
20:26:06 [2020-11-06T20:26:06.372Z] #41 152.8   CC       criu/sysctl.o
20:26:06 [2020-11-06T20:26:06.499Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s)
20:26:06 [2020-11-06T20:26:06.499Z] === RUN   TestNetworkLoopbackNat
20:26:06 [2020-11-06T20:26:06.936Z] #41 153.4   CC       criu/sysfs_parse.o
20:26:07 [2020-11-06T20:26:07.194Z] #41 153.7   CC       criu/timens.o
20:26:07 [2020-11-06T20:26:07.451Z] #41 153.8   CC       criu/timerfd.o
20:26:07 [2020-11-06T20:26:07.708Z] #41 154.0   CC       criu/tty.o
20:26:08 [2020-11-06T20:26:08.272Z] #41 154.8   CC       criu/tun.o
20:26:08 [2020-11-06T20:26:08.837Z] #41 155.0   CC       criu/uffd.o
20:26:09 [2020-11-06T20:26:09.033Z] --- PASS: TestNetworkLoopbackNat (2.56s)
20:26:09 [2020-11-06T20:26:09.033Z] === RUN   TestPause
20:26:09 [2020-11-06T20:26:09.033Z] --- SKIP: TestPause (0.00s)
20:26:09 [2020-11-06T20:26:09.033Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:09 [2020-11-06T20:26:09.033Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:26:09 [2020-11-06T20:26:09.033Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:26:09 [2020-11-06T20:26:09.033Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:26:09 [2020-11-06T20:26:09.033Z] === RUN   TestPauseStopPausedContainer
20:26:09 [2020-11-06T20:26:09.033Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
20:26:09 [2020-11-06T20:26:09.033Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:09 [2020-11-06T20:26:09.033Z] === RUN   TestPsFilter
20:26:09 [2020-11-06T20:26:09.292Z] --- PASS: TestPsFilter (0.10s)
20:26:09 [2020-11-06T20:26:09.292Z] === RUN   TestRemoveContainerWithRemovedVolume
20:26:09 [2020-11-06T20:26:09.401Z] #41 155.7   CC       criu/util.o
20:26:09 [2020-11-06T20:26:09.551Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s)
20:26:09 [2020-11-06T20:26:09.551Z] === RUN   TestRemoveContainerWithVolume
20:26:09 [2020-11-06T20:26:09.965Z] #41 156.4   CC       criu/uts_ns.o
20:26:10 [2020-11-06T20:26:10.119Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
20:26:10 [2020-11-06T20:26:10.119Z] === RUN   TestRemoveContainerRunning
20:26:10 [2020-11-06T20:26:10.223Z] #41 156.5   CC       criu/vdso-compat.o
20:26:10 [2020-11-06T20:26:10.223Z] #41 156.6   CC       criu/vdso.o
20:26:10 [2020-11-06T20:26:10.378Z] --- PASS: TestRemoveContainerRunning (0.42s)
20:26:10 [2020-11-06T20:26:10.378Z] === RUN   TestRemoveContainerForceRemoveRunning
20:26:10 [2020-11-06T20:26:10.480Z] #41 156.9   LINK     criu/built-in.o
20:26:10 [2020-11-06T20:26:10.480Z] #41 157.0   LINK     criu/criu
20:26:10 [2020-11-06T20:26:10.947Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
20:26:10 [2020-11-06T20:26:10.947Z] === RUN   TestRemoveInvalidContainer
20:26:10 [2020-11-06T20:26:10.947Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:26:10 [2020-11-06T20:26:10.947Z] === RUN   TestRenameLinkedContainer
20:26:11 [2020-11-06T20:26:11.045Z] #41 157.2   DEP      lib/c/criu.d
20:26:11 [2020-11-06T20:26:11.045Z] #41 157.3   CC       images/rpc.pb-c.o
20:26:11 [2020-11-06T20:26:11.303Z] #41 157.6   CC       lib/c/criu.o
20:26:11 [2020-11-06T20:26:11.867Z] #41 158.2   LINK     lib/c/built-in.o
20:26:11 [2020-11-06T20:26:11.867Z] #41 158.2   LINK     lib/c/libcriu.so
20:26:11 [2020-11-06T20:26:11.867Z] #41 158.2   LINK     lib/c/libcriu.a
20:26:11 [2020-11-06T20:26:11.867Z] #41 158.3   GEN      magic.py
20:26:12 [2020-11-06T20:26:12.037Z] #54 207.3 + bin/containerd-shim-runc-v1
20:26:12 [2020-11-06T20:26:12.124Z] #41 158.4 Note: Building without setproctitle() and strlcpy() support.
20:26:12 [2020-11-06T20:26:12.124Z] #41 158.4       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:26:12 [2020-11-06T20:26:12.124Z] #41 158.4 Note: Building without GnuTLS support
20:26:12 [2020-11-06T20:26:12.124Z] #41 158.4 Makefile.config:39: Warn: you have no libnftables installed
20:26:12 [2020-11-06T20:26:12.124Z] #41 158.4 Makefile.config:40: Warn: Building without nftables support
20:26:12 [2020-11-06T20:26:12.381Z] #41 158.9 fatal: not a git repository (or any of the parent directories): .git
20:26:12 [2020-11-06T20:26:12.852Z] --- PASS: TestRenameLinkedContainer (1.63s)
20:26:12 [2020-11-06T20:26:12.853Z] === RUN   TestRenameStoppedContainer
20:26:12 [2020-11-06T20:26:12.853Z] --- PASS: TestRenameStoppedContainer (0.41s)
20:26:12 [2020-11-06T20:26:12.853Z] === RUN   TestRenameRunningContainerAndReuse
20:26:12 [2020-11-06T20:26:12.946Z] #41 159.3 make[1]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.7 make[1]: 'images/built-in.o' is up to date.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.7 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.8 make[1]: 'compel/libcompel.a' is up to date.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.8 make[1]: 'compel/compel-host-bin' is up to date.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.8 make[1]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.8 make[1]: 'soccr/libsoccr.a' is up to date.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.9 make[2]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.9 make[2]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.510Z] #41 159.9 make[2]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.510Z] #41 160.0 make[2]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.768Z] #41 160.0 make[2]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.768Z] #41 160.1 make[2]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.768Z] #41 160.1 make[2]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.768Z] #41 160.2 make[2]: Nothing to be done for 'all'.
20:26:13 [2020-11-06T20:26:13.768Z] #41 160.2   INSTALL  criu/criu
20:26:13 [2020-11-06T20:26:13.789Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s)
20:26:13 [2020-11-06T20:26:13.789Z] === RUN   TestRenameInvalidName
20:26:14 [2020-11-06T20:26:14.025Z] #41 DONE 160.3s
20:26:14 [2020-11-06T20:26:14.025Z] 
20:26:14 [2020-11-06T20:26:14.025Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:14 [2020-11-06T20:26:14.048Z] --- PASS: TestRenameInvalidName (0.42s)
20:26:14 [2020-11-06T20:26:14.048Z] === RUN   TestRenameAnonymousContainer
20:26:14 [2020-11-06T20:26:14.959Z] #54 ...
20:26:14 [2020-11-06T20:26:14.959Z] 
20:26:14 [2020-11-06T20:26:14.959Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:26:14 [2020-11-06T20:26:14.959Z] #42 DONE 0.0s
20:26:14 [2020-11-06T20:26:14.959Z] 
20:26:14 [2020-11-06T20:26:14.959Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:26:15 [2020-11-06T20:26:15.225Z] #44 DONE 0.2s
20:26:15 [2020-11-06T20:26:15.225Z] 
20:26:15 [2020-11-06T20:26:15.225Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:26:15 [2020-11-06T20:26:15.225Z] #46 DONE 0.1s
20:26:15 [2020-11-06T20:26:15.225Z] 
20:26:15 [2020-11-06T20:26:15.225Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:15 [2020-11-06T20:26:15.359Z] #54 211.2 + bin/containerd-shim-runc-v2
20:26:15 [2020-11-06T20:26:15.483Z] #54 ...
20:26:15 [2020-11-06T20:26:15.483Z] 
20:26:15 [2020-11-06T20:26:15.483Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:26:15 [2020-11-06T20:26:15.740Z] #48 DONE 0.4s
20:26:15 [2020-11-06T20:26:15.740Z] 
20:26:15 [2020-11-06T20:26:15.740Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:15 [2020-11-06T20:26:15.740Z] #54 ...
20:26:15 [2020-11-06T20:26:15.740Z] 
20:26:15 [2020-11-06T20:26:15.740Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:26:15 [2020-11-06T20:26:15.740Z] #50 DONE 0.0s
20:26:15 [2020-11-06T20:26:15.740Z] 
20:26:15 [2020-11-06T20:26:15.740Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:26:15 [2020-11-06T20:26:15.953Z] --- PASS: TestRenameAnonymousContainer (1.53s)
20:26:15 [2020-11-06T20:26:15.953Z] === RUN   TestRenameContainerWithSameName
20:26:15 [2020-11-06T20:26:15.996Z] #52 DONE 0.3s
20:26:15 [2020-11-06T20:26:15.996Z] 
20:26:15 [2020-11-06T20:26:15.996Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:16 [2020-11-06T20:26:16.212Z] --- PASS: TestRenameContainerWithSameName (0.40s)
20:26:16 [2020-11-06T20:26:16.212Z] === RUN   TestRenameContainerWithLinkedContainer
20:26:16 [2020-11-06T20:26:16.308Z] #54 212.4 + binaries
20:26:16 [2020-11-06T20:26:16.308Z] #54 212.4 + install -D bin/containerd /build/containerd
20:26:16 [2020-11-06T20:26:16.308Z] #54 212.5 + install -D bin/containerd-shim /build/containerd-shim
20:26:16 [2020-11-06T20:26:16.308Z] #54 212.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:26:16 [2020-11-06T20:26:16.308Z] #54 212.5 + install -D bin/ctr /build/ctr
20:26:17 [2020-11-06T20:26:17.149Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s)
20:26:17 [2020-11-06T20:26:17.149Z] === RUN   TestResize
20:26:17 [2020-11-06T20:26:17.363Z] #54 198.3 + bin/containerd
20:26:17 [2020-11-06T20:26:17.408Z] --- PASS: TestResize (0.40s)
20:26:17 [2020-11-06T20:26:17.408Z] === RUN   TestResizeWithInvalidSize
20:26:17 [2020-11-06T20:26:17.667Z] --- PASS: TestResizeWithInvalidSize (0.42s)
20:26:17 [2020-11-06T20:26:17.667Z] === RUN   TestResizeWhenContainerNotStarted
20:26:18 [2020-11-06T20:26:18.048Z] #55 255.8 + bin/containerd
20:26:18 [2020-11-06T20:26:18.236Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
20:26:18 [2020-11-06T20:26:18.237Z] === RUN   TestDaemonRestartKillContainers
20:26:18 [2020-11-06T20:26:18.237Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
20:26:18 [2020-11-06T20:26:18.237Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
20:26:18 [2020-11-06T20:26:18.237Z] === RUN   TestCgroupNamespacesRun
20:26:19 [2020-11-06T20:26:19.620Z] #54 DONE 215.6s
20:26:20 [2020-11-06T20:26:20.567Z] 
20:26:20 [2020-11-06T20:26:20.567Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:26:20 [2020-11-06T20:26:20.771Z] --- PASS: TestCgroupNamespacesRun (2.15s)
20:26:20 [2020-11-06T20:26:20.771Z] === RUN   TestCgroupNamespacesRunPrivileged
20:26:20 [2020-11-06T20:26:20.829Z] #55 DONE 0.3s
20:26:21 [2020-11-06T20:26:21.091Z] 
20:26:21 [2020-11-06T20:26:21.091Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:26:21 [2020-11-06T20:26:21.091Z] #59 DONE 0.1s
20:26:21 [2020-11-06T20:26:21.091Z] 
20:26:21 [2020-11-06T20:26:21.091Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:26:21 [2020-11-06T20:26:21.353Z] #61 DONE 0.2s
20:26:21 [2020-11-06T20:26:21.353Z] 
20:26:21 [2020-11-06T20:26:21.353Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:26:21 [2020-11-06T20:26:21.353Z] #63 DONE 0.1s
20:26:21 [2020-11-06T20:26:21.353Z] 
20:26:21 [2020-11-06T20:26:21.353Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:26:21 [2020-11-06T20:26:21.353Z] #64 DONE 0.0s
20:26:21 [2020-11-06T20:26:21.353Z] 
20:26:21 [2020-11-06T20:26:21.353Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
20:26:22 [2020-11-06T20:26:22.549Z] #55 ...
20:26:22 [2020-11-06T20:26:22.549Z] 
20:26:22 [2020-11-06T20:26:22.549Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:26:22 [2020-11-06T20:26:22.549Z] #23 297.4 + return
20:26:22 [2020-11-06T20:26:22.549Z] #23 DONE 297.5s
20:26:22 [2020-11-06T20:26:22.549Z] 
20:26:22 [2020-11-06T20:26:22.549Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:22 [2020-11-06T20:26:22.675Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.09s)
20:26:22 [2020-11-06T20:26:22.675Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:26:23 [2020-11-06T20:26:23.275Z] #65 DONE 1.6s
20:26:23 [2020-11-06T20:26:23.275Z] 
20:26:23 [2020-11-06T20:26:23.275Z] #66 exporting to image
20:26:23 [2020-11-06T20:26:23.275Z] #66 exporting layers
20:26:24 [2020-11-06T20:26:24.096Z] #55 ...
20:26:24 [2020-11-06T20:26:24.096Z] 
20:26:24 [2020-11-06T20:26:24.096Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:26:24 [2020-11-06T20:26:24.096Z] #24 DONE 0.1s
20:26:24 [2020-11-06T20:26:24.096Z] 
20:26:24 [2020-11-06T20:26:24.096Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:24 [2020-11-06T20:26:24.096Z] #55 ...
20:26:24 [2020-11-06T20:26:24.096Z] 
20:26:24 [2020-11-06T20:26:24.096Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:26:24 [2020-11-06T20:26:24.579Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.16s)
20:26:24 [2020-11-06T20:26:24.579Z] === RUN   TestCgroupNamespacesRunHostMode
20:26:24 [2020-11-06T20:26:24.748Z] #29 DONE 0.6s
20:26:24 [2020-11-06T20:26:24.748Z] 
20:26:24 [2020-11-06T20:26:24.748Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:24 [2020-11-06T20:26:24.748Z] #55 ...
20:26:24 [2020-11-06T20:26:24.748Z] 
20:26:24 [2020-11-06T20:26:24.748Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:26:24 [2020-11-06T20:26:24.748Z] #32 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.045Z] 
20:26:25 [2020-11-06T20:26:25.045Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:26:25 [2020-11-06T20:26:25.045Z] #34 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.045Z] 
20:26:25 [2020-11-06T20:26:25.045Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:26:25 [2020-11-06T20:26:25.045Z] #37 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.045Z] 
20:26:25 [2020-11-06T20:26:25.045Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:26:25 [2020-11-06T20:26:25.045Z] #40 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.045Z] 
20:26:25 [2020-11-06T20:26:25.045Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:25 [2020-11-06T20:26:25.045Z] #55 ...
20:26:25 [2020-11-06T20:26:25.045Z] 
20:26:25 [2020-11-06T20:26:25.045Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:26:25 [2020-11-06T20:26:25.045Z] #43 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.045Z] 
20:26:25 [2020-11-06T20:26:25.045Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:26:25 [2020-11-06T20:26:25.343Z] #45 DONE 0.3s
20:26:25 [2020-11-06T20:26:25.343Z] 
20:26:25 [2020-11-06T20:26:25.343Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:26:25 [2020-11-06T20:26:25.640Z] #47 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.640Z] 
20:26:25 [2020-11-06T20:26:25.640Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:26:25 [2020-11-06T20:26:25.640Z] #49 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.640Z] 
20:26:25 [2020-11-06T20:26:25.640Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:25 [2020-11-06T20:26:25.640Z] #55 ...
20:26:25 [2020-11-06T20:26:25.640Z] 
20:26:25 [2020-11-06T20:26:25.640Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:26:25 [2020-11-06T20:26:25.640Z] #51 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.640Z] 
20:26:25 [2020-11-06T20:26:25.640Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:26:25 [2020-11-06T20:26:25.939Z] #53 DONE 0.1s
20:26:25 [2020-11-06T20:26:25.939Z] 
20:26:25 [2020-11-06T20:26:25.939Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:27 [2020-11-06T20:26:27.111Z] --- PASS: TestCgroupNamespacesRunHostMode (2.14s)
20:26:27 [2020-11-06T20:26:27.111Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:26:29 [2020-11-06T20:26:29.016Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.15s)
20:26:29 [2020-11-06T20:26:29.016Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:26:29 [2020-11-06T20:26:29.885Z] #66 exporting layers 5.8s done
20:26:29 [2020-11-06T20:26:29.885Z] #66 writing image sha256:0f82fefec8c5b314128484c780444dc4446b3aa7efeca7c34488c72cc1029897 done
20:26:29 [2020-11-06T20:26:29.885Z] #66 naming to docker.io/library/docker:1bb3491601a4f1d654edbc1e997016baa015176e done
20:26:29 [2020-11-06T20:26:29.885Z] #66 DONE 5.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:26:30 [2020-11-06T20:26:30.246Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/test/unit
20:26:30 [2020-11-06T20:26:30.922Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.10s)
20:26:30 [2020-11-06T20:26:30.922Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:26:32 [2020-11-06T20:26:32.825Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s)
20:26:32 [2020-11-06T20:26:32.825Z] === RUN   TestCgroupNamespacesRunOlderClient
20:26:34 [2020-11-06T20:26:34.729Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.14s)
20:26:34 [2020-11-06T20:26:34.729Z] === RUN   TestKernelTCPMemory
20:26:34 [2020-11-06T20:26:34.729Z] --- SKIP: TestKernelTCPMemory (0.02s)
20:26:34 [2020-11-06T20:26:34.729Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:34 [2020-11-06T20:26:34.729Z] === RUN   TestNISDomainname
20:26:34 [2020-11-06T20:26:34.729Z] --- SKIP: TestNISDomainname (0.01s)
20:26:34 [2020-11-06T20:26:34.729Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
20:26:34 [2020-11-06T20:26:34.729Z] === RUN   TestHostnameDnsResolution
20:26:35 [2020-11-06T20:26:35.555Z] ?   	github.com/docker/docker/api	[no test files]
20:26:35 [2020-11-06T20:26:35.667Z] --- PASS: TestHostnameDnsResolution (0.66s)
20:26:35 [2020-11-06T20:26:35.667Z] === RUN   TestStats
20:26:35 [2020-11-06T20:26:35.667Z] --- SKIP: TestStats (0.00s)
20:26:35 [2020-11-06T20:26:35.667Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:35 [2020-11-06T20:26:35.667Z] === RUN   TestStopContainerWithTimeout
20:26:35 [2020-11-06T20:26:35.667Z] === RUN   TestStopContainerWithTimeout/0
20:26:35 [2020-11-06T20:26:35.667Z] === PAUSE TestStopContainerWithTimeout/0
20:26:35 [2020-11-06T20:26:35.667Z] === RUN   TestStopContainerWithTimeout/1
20:26:35 [2020-11-06T20:26:35.667Z] === PAUSE TestStopContainerWithTimeout/1
20:26:35 [2020-11-06T20:26:35.667Z] === RUN   TestStopContainerWithTimeout/3
20:26:35 [2020-11-06T20:26:35.667Z] === PAUSE TestStopContainerWithTimeout/3
20:26:35 [2020-11-06T20:26:35.667Z] === RUN   TestStopContainerWithTimeout/-1
20:26:35 [2020-11-06T20:26:35.667Z] === PAUSE TestStopContainerWithTimeout/-1
20:26:35 [2020-11-06T20:26:35.667Z] === CONT  TestStopContainerWithTimeout/0
20:26:35 [2020-11-06T20:26:35.667Z] === CONT  TestStopContainerWithTimeout/-1
20:26:36 [2020-11-06T20:26:36.235Z] === CONT  TestStopContainerWithTimeout/3
20:26:38 [2020-11-06T20:26:38.171Z] === CONT  TestStopContainerWithTimeout/1
20:26:39 [2020-11-06T20:26:39.103Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:26:39 [2020-11-06T20:26:39.103Z] 
20:26:39 [2020-11-06T20:26:39.103Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:26:39 [2020-11-06T20:26:39.103Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:26:39 [2020-11-06T20:26:39.103Z] HOSTNAME=3fa0a0d22141
20:26:39 [2020-11-06T20:26:39.103Z] TESTDEBUG=0
20:26:39 [2020-11-06T20:26:39.103Z] DEST=bundles/test-integration
20:26:39 [2020-11-06T20:26:39.103Z] PWD=/go/src/github.com/docker/docker
20:26:39 [2020-11-06T20:26:39.103Z] DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e
20:26:39 [2020-11-06T20:26:39.103Z] container=docker
20:26:39 [2020-11-06T20:26:39.103Z] HOME=/root
20:26:39 [2020-11-06T20:26:39.103Z] GOLANG_VERSION=1.13.15
20:26:39 [2020-11-06T20:26:39.103Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:26:39 [2020-11-06T20:26:39.103Z] VALIDATE_BRANCH=master
20:26:39 [2020-11-06T20:26:39.103Z] TERM=xterm
20:26:39 [2020-11-06T20:26:39.103Z] DOCKER_PKG=github.com/docker/docker
20:26:39 [2020-11-06T20:26:39.103Z] SHLVL=1
20:26:39 [2020-11-06T20:26:39.103Z] TIMEOUT=120m
20:26:39 [2020-11-06T20:26:39.103Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:26:39 [2020-11-06T20:26:39.103Z] DOCKER_GRAPHDRIVER=overlay2
20:26:39 [2020-11-06T20:26:39.103Z] GO111MODULE=off
20:26:39 [2020-11-06T20:26:39.103Z] DOCKER_EXPERIMENTAL=1
20:26:39 [2020-11-06T20:26:39.103Z] TEST_SKIP_INTEGRATION_CLI=1
20:26:39 [2020-11-06T20:26:39.103Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:26:39 [2020-11-06T20:26:39.103Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:26:39 [2020-11-06T20:26:39.103Z] GOPATH=/go
20:26:39 [2020-11-06T20:26:39.104Z] PKG_CONFIG=pkg-config
20:26:39 [2020-11-06T20:26:39.104Z] _=/usr/bin/env
20:26:39 [2020-11-06T20:26:39.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:26:39 [2020-11-06T20:26:39.547Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:26:39 [2020-11-06T20:26:39.548Z]     --- PASS: TestStopContainerWithTimeout/0 (0.65s)
20:26:39 [2020-11-06T20:26:39.548Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.64s)
20:26:39 [2020-11-06T20:26:39.548Z]     --- PASS: TestStopContainerWithTimeout/3 (2.39s)
20:26:39 [2020-11-06T20:26:39.548Z]     --- PASS: TestStopContainerWithTimeout/1 (1.40s)
20:26:39 [2020-11-06T20:26:39.548Z] === RUN   TestDeleteDevicemapper
20:26:39 [2020-11-06T20:26:39.548Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:26:39 [2020-11-06T20:26:39.548Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:26:39 [2020-11-06T20:26:39.548Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:26:40 [2020-11-06T20:26:40.925Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.53s)
20:26:40 [2020-11-06T20:26:40.925Z] === RUN   TestUpdateMemory
20:26:40 [2020-11-06T20:26:40.925Z] --- SKIP: TestUpdateMemory (0.00s)
20:26:40 [2020-11-06T20:26:40.925Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:40 [2020-11-06T20:26:40.925Z] === RUN   TestUpdateCPUQuota
20:26:40 [2020-11-06T20:26:40.925Z] --- SKIP: TestUpdateCPUQuota (0.00s)
20:26:40 [2020-11-06T20:26:40.925Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:40 [2020-11-06T20:26:40.925Z] === RUN   TestUpdatePidsLimit
20:26:40 [2020-11-06T20:26:40.925Z] --- SKIP: TestUpdatePidsLimit (0.00s)
20:26:40 [2020-11-06T20:26:40.925Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:40 [2020-11-06T20:26:40.925Z] === RUN   TestUpdateRestartPolicy
20:26:47 [2020-11-06T20:26:47.834Z] ok  	github.com/docker/docker/api/server	0.058s	coverage: 9.0% of statements
20:26:49 [2020-11-06T20:26:49.402Z] #54 226.2 + bin/containerd-stress
20:26:49 [2020-11-06T20:26:49.402Z] #54 228.1 + bin/containerd-shim
20:26:53 [2020-11-06T20:26:53.131Z] --- PASS: TestUpdateRestartPolicy (10.92s)
20:26:53 [2020-11-06T20:26:53.131Z] === RUN   TestUpdateRestartWithAutoRemove
20:26:53 [2020-11-06T20:26:53.131Z] --- PASS: TestUpdateRestartWithAutoRemove (0.56s)
20:26:53 [2020-11-06T20:26:53.131Z] === RUN   TestWaitNonBlocked
20:26:53 [2020-11-06T20:26:53.131Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:26:53 [2020-11-06T20:26:53.131Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:26:53 [2020-11-06T20:26:53.131Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:26:53 [2020-11-06T20:26:53.131Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:26:53 [2020-11-06T20:26:53.131Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:26:53 [2020-11-06T20:26:53.131Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:26:53 [2020-11-06T20:26:53.131Z] --- PASS: TestWaitNonBlocked (0.01s)
20:26:53 [2020-11-06T20:26:53.131Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s)
20:26:53 [2020-11-06T20:26:53.131Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s)
20:26:53 [2020-11-06T20:26:53.131Z] === RUN   TestWaitBlocked
20:26:53 [2020-11-06T20:26:53.131Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:26:53 [2020-11-06T20:26:53.131Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:26:53 [2020-11-06T20:26:53.131Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:26:53 [2020-11-06T20:26:53.131Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:26:53 [2020-11-06T20:26:53.131Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:26:53 [2020-11-06T20:26:53.131Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:26:53 [2020-11-06T20:26:53.145Z] #55 291.4 + bin/containerd-stress
20:26:53 [2020-11-06T20:26:53.577Z] #54 234.6 + bin/containerd-shim-runc-v1
20:26:54 [2020-11-06T20:26:54.068Z] --- PASS: TestWaitBlocked (0.01s)
20:26:54 [2020-11-06T20:26:54.068Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s)
20:26:54 [2020-11-06T20:26:54.068Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s)
20:26:54 [2020-11-06T20:26:54.068Z] === CONT  TestDaemonRestartIpcMode
20:26:54 [2020-11-06T20:26:54.068Z] === CONT  TestIpcModeOlderClient
20:26:54 [2020-11-06T20:26:54.068Z] --- PASS: TestIpcModeOlderClient (0.08s)
20:26:54 [2020-11-06T20:26:54.191Z] #55 293.9 + bin/containerd-shim
20:26:57 [2020-11-06T20:26:57.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:26:57 [2020-11-06T20:26:57.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:26:58 [2020-11-06T20:26:58.260Z] --- PASS: TestDaemonRestartIpcMode (4.16s)
20:26:58 [2020-11-06T20:26:58.260Z] PASS
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === Skipped
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
20:26:58 [2020-11-06T20:26:58.260Z]     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)
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestPause (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
20:26:58 [2020-11-06T20:26:58.260Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.02s)
20:26:58 [2020-11-06T20:26:58.260Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
20:26:58 [2020-11-06T20:26:58.260Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestStats (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
20:26:58 [2020-11-06T20:26:58.260Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] 
20:26:58 [2020-11-06T20:26:58.260Z] DONE 174 tests, 24 skipped in 79.096s
20:26:58 [2020-11-06T20:26:58.260Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:26:58 [2020-11-06T20:26:58.260Z] INFO: Testing against a local daemon
20:26:58 [2020-11-06T20:26:58.260Z] === RUN   TestCommitInheritsEnv
20:26:58 [2020-11-06T20:26:58.831Z] #54 239.1 + bin/containerd-shim-runc-v2
20:26:58 [2020-11-06T20:26:58.831Z] #54 240.0 + binaries
20:26:58 [2020-11-06T20:26:58.831Z] #54 240.0 + install -D bin/containerd /build/containerd
20:26:58 [2020-11-06T20:26:58.831Z] #54 240.1 + install -D bin/containerd-shim /build/containerd-shim
20:26:58 [2020-11-06T20:26:58.831Z] #54 240.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:26:58 [2020-11-06T20:26:58.831Z] #54 240.1 + install -D bin/ctr /build/ctr
20:27:00 [2020-11-06T20:27:00.165Z] --- PASS: TestCommitInheritsEnv (1.75s)
20:27:00 [2020-11-06T20:27:00.165Z] === RUN   TestImportExtremelyLargeImageWorks
20:27:00 [2020-11-06T20:27:00.165Z] === PAUSE TestImportExtremelyLargeImageWorks
20:27:00 [2020-11-06T20:27:00.165Z] === RUN   TestImagesFilterMultiReference
20:27:00 [2020-11-06T20:27:00.165Z] --- PASS: TestImagesFilterMultiReference (0.07s)
20:27:00 [2020-11-06T20:27:00.165Z] === RUN   TestImagePullPlatformInvalid
20:27:00 [2020-11-06T20:27:00.165Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:27:00 [2020-11-06T20:27:00.165Z] === RUN   TestRemoveImageOrphaning
20:27:00 [2020-11-06T20:27:00.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:27:00 [2020-11-06T20:27:00.722Z] #54 DONE 241.7s
20:27:01 [2020-11-06T20:27:01.285Z] 
20:27:01 [2020-11-06T20:27:01.285Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:27:02 [2020-11-06T20:27:02.069Z] --- PASS: TestRemoveImageOrphaning (1.90s)
20:27:02 [2020-11-06T20:27:02.069Z] === RUN   TestRemoveImageGarbageCollector
20:27:02 [2020-11-06T20:27:02.069Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:27:02 [2020-11-06T20:27:02.069Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
20:27:02 [2020-11-06T20:27:02.069Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:27:02 [2020-11-06T20:27:02.069Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
20:27:02 [2020-11-06T20:27:02.069Z] === RUN   TestTagInvalidReference
20:27:02 [2020-11-06T20:27:02.069Z] --- PASS: TestTagInvalidReference (0.02s)
20:27:02 [2020-11-06T20:27:02.069Z] === RUN   TestTagValidPrefixedRepo
20:27:02 [2020-11-06T20:27:02.211Z] #55 DONE 0.9s
20:27:02 [2020-11-06T20:27:02.211Z] 
20:27:02 [2020-11-06T20:27:02.211Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:27:02 [2020-11-06T20:27:02.211Z] #59 DONE 0.2s
20:27:02 [2020-11-06T20:27:02.211Z] 
20:27:02 [2020-11-06T20:27:02.211Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:27:02 [2020-11-06T20:27:02.329Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
20:27:02 [2020-11-06T20:27:02.329Z] === RUN   TestTagExistedNameWithoutForce
20:27:02 [2020-11-06T20:27:02.329Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:27:02 [2020-11-06T20:27:02.329Z] === RUN   TestTagOfficialNames
20:27:02 [2020-11-06T20:27:02.329Z] --- PASS: TestTagOfficialNames (0.05s)
20:27:02 [2020-11-06T20:27:02.329Z] === RUN   TestTagMatchesDigest
20:27:02 [2020-11-06T20:27:02.329Z] --- PASS: TestTagMatchesDigest (0.01s)
20:27:02 [2020-11-06T20:27:02.329Z] === CONT  TestImportExtremelyLargeImageWorks
20:27:02 [2020-11-06T20:27:02.747Z] #55 300.9 + bin/containerd-shim-runc-v1
20:27:02 [2020-11-06T20:27:02.773Z] #61 DONE 0.4s
20:27:02 [2020-11-06T20:27:02.774Z] 
20:27:02 [2020-11-06T20:27:02.774Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:27:02 [2020-11-06T20:27:02.774Z] #63 DONE 0.0s
20:27:02 [2020-11-06T20:27:02.774Z] 
20:27:02 [2020-11-06T20:27:02.774Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:27:02 [2020-11-06T20:27:02.774Z] #64 DONE 0.0s
20:27:02 [2020-11-06T20:27:02.774Z] 
20:27:02 [2020-11-06T20:27:02.774Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
20:27:04 [2020-11-06T20:27:04.142Z] #65 DONE 1.2s
20:27:04 [2020-11-06T20:27:04.142Z] 
20:27:04 [2020-11-06T20:27:04.142Z] #66 exporting to image
20:27:04 [2020-11-06T20:27:04.142Z] #66 exporting layers
20:27:06 [2020-11-06T20:27:06.319Z] #55 305.9 + bin/containerd-shim-runc-v2
20:27:06 [2020-11-06T20:27:06.490Z] 4612f6d0b889: Pull complete
20:27:07 [2020-11-06T20:27:07.367Z] #55 307.0 + binaries
20:27:07 [2020-11-06T20:27:07.367Z] #55 307.0 + install -D bin/containerd /build/containerd
20:27:07 [2020-11-06T20:27:07.367Z] #55 307.0 + install -D bin/containerd-shim /build/containerd-shim
20:27:07 [2020-11-06T20:27:07.367Z] #55 307.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:27:07 [2020-11-06T20:27:07.367Z] #55 307.1 + install -D bin/ctr /build/ctr
20:27:07 [2020-11-06T20:27:07.367Z] #55 DONE 307.2s
20:27:08 [2020-11-06T20:27:08.412Z] 
20:27:08 [2020-11-06T20:27:08.412Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:27:08 [2020-11-06T20:27:08.412Z] #56 DONE 0.1s
20:27:08 [2020-11-06T20:27:08.412Z] 
20:27:08 [2020-11-06T20:27:08.412Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:27:08 [2020-11-06T20:27:08.706Z] #60 DONE 0.1s
20:27:08 [2020-11-06T20:27:08.706Z] 
20:27:08 [2020-11-06T20:27:08.706Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:27:08 [2020-11-06T20:27:08.706Z] #62 DONE 0.1s
20:27:08 [2020-11-06T20:27:08.706Z] 
20:27:08 [2020-11-06T20:27:08.706Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:27:08 [2020-11-06T20:27:08.706Z] #64 DONE 0.0s
20:27:08 [2020-11-06T20:27:08.706Z] 
20:27:08 [2020-11-06T20:27:08.706Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:27:08 [2020-11-06T20:27:08.706Z] #65 DONE 0.0s
20:27:08 [2020-11-06T20:27:08.706Z] 
20:27:08 [2020-11-06T20:27:08.706Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
20:27:10 [2020-11-06T20:27:10.685Z] #66 exporting layers 6.3s done
20:27:10 [2020-11-06T20:27:10.685Z] #66 writing image sha256:0ec67a5cf7380f4cf6f819d90ad2de3bd1ecad5c759bc252617b53e75c8e9ff2 done
20:27:10 [2020-11-06T20:27:10.685Z] #66 naming to docker.io/library/docker:1bb3491601a4f1d654edbc1e997016baa015176e done
20:27:10 [2020-11-06T20:27:10.685Z] #66 DONE 6.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
20:27:11 [2020-11-06T20:27:11.063Z] + trap exit INT TERM
20:27:11 [2020-11-06T20:27:11.063Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
20:27:11 [2020-11-06T20:27:11.063Z] + CONTAINER_NAME=docker-pr1
20:27:11 [2020-11-06T20:27:11.063Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41648/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh dynbinary-daemon
20:27:11 [2020-11-06T20:27:11.479Z] #66 DONE 2.2s
20:27:11 [2020-11-06T20:27:11.479Z] 
20:27:11 [2020-11-06T20:27:11.479Z] #67 exporting to oci image format
20:27:11 [2020-11-06T20:27:11.479Z] #67 exporting layers
20:27:11 [2020-11-06T20:27:11.991Z] 
20:27:11 [2020-11-06T20:27:11.991Z] Removing bundles/
20:27:11 [2020-11-06T20:27:11.991Z] 
20:27:11 [2020-11-06T20:27:11.991Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
20:27:11 [2020-11-06T20:27:11.991Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:27:11 [2020-11-06T20:27:11.991Z] GOOS="" GOARCH="" GOARM=""
20:27:15 [2020-11-06T20:27:15.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:27:16 [2020-11-06T20:27:16.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:27:17 [2020-11-06T20:27:17.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:27:18 [2020-11-06T20:27:18.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:27:18 [2020-11-06T20:27:18.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:27:19 [2020-11-06T20:27:19.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:27:21 [2020-11-06T20:27:21.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:27:22 [2020-11-06T20:27:22.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:27:23 [2020-11-06T20:27:23.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:27:23 [2020-11-06T20:27:23.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:27:24 [2020-11-06T20:27:24.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:27:25 [2020-11-06T20:27:25.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:27:27 [2020-11-06T20:27:27.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:27:27 [2020-11-06T20:27:27.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:27:28 [2020-11-06T20:27:28.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:27:29 [2020-11-06T20:27:29.025Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:27:29 [2020-11-06T20:27:29.025Z] Using test binary docker
20:27:29 [2020-11-06T20:27:29.025Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:27:29 [2020-11-06T20:27:29.025Z] +++ /etc/init.d/apparmor start
20:27:29 [2020-11-06T20:27:29.025Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:27:29 [2020-11-06T20:27:29.025Z] INFO: Waiting for daemon to start...
20:27:29 [2020-11-06T20:27:29.025Z] Starting dockerd
20:27:29 [2020-11-06T20:27:29.025Z] +++ 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
20:27:31 [2020-11-06T20:27:31.093Z] .
20:27:31 [2020-11-06T20:27:31.093Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:27:31 [2020-11-06T20:27:31.093Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:27:31 [2020-11-06T20:27:31.093Z] Error: No such image: emptyfs
20:27:31 [2020-11-06T20:27:31.093Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:27:31 [2020-11-06T20:27:31.093Z] ++++ docker load
20:27:31 [2020-11-06T20:27:31.384Z] Running integration-test (iteration 1)
20:27:31 [2020-11-06T20:27:31.384Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
20:27:31 [2020-11-06T20:27:31.384Z] ++ 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
20:27:31 [2020-11-06T20:27:31.384Z] ++ set -e
20:27:31 [2020-11-06T20:27:31.384Z] ++ '[' -n 0 ']'
20:27:31 [2020-11-06T20:27:31.384Z] ++ set -x
20:27:31 [2020-11-06T20:27:31.384Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:27:38 [2020-11-06T20:27:38.866Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m0.163471724s 
20:27:38 [2020-11-06T20:27:38.867Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 455.225958ms 
20:27:39 [2020-11-06T20:27:39.993Z] Loaded image: buildpack-deps:buster
20:27:39 [2020-11-06T20:27:39.993Z] Loaded image: busybox:latest
20:27:39 [2020-11-06T20:27:39.993Z] Loaded image: busybox:glibc
20:27:39 [2020-11-06T20:27:39.993Z] Loaded image: debian:buster
20:27:39 [2020-11-06T20:27:39.993Z] Loaded image: hello-world:latest
20:27:39 [2020-11-06T20:27:39.993Z] Loaded image: arm32v7/hello-world:latest
20:27:39 [2020-11-06T20:27:39.993Z] INFO: Testing against a local daemon
20:27:39 [2020-11-06T20:27:39.993Z] === RUN   TestCgroupNamespacesBuild
20:27:42 [2020-11-06T20:27:42.721Z] --- PASS: TestCgroupNamespacesBuild (2.25s)
20:27:42 [2020-11-06T20:27:42.721Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:27:44 [2020-11-06T20:27:44.179Z] ok  	github.com/docker/docker/api/server/httputils	0.016s	coverage: 14.7% of statements
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ok  	github.com/docker/docker/api/server/middleware	0.022s	coverage: 37.7% of statements
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ok  	github.com/docker/docker/api/types/strslice	0.012s	coverage: 90.0% of statements
20:27:44 [2020-11-06T20:27:44.179Z] ok  	github.com/docker/docker/api/types/filters	0.015s	coverage: 92.2% of statements
20:27:44 [2020-11-06T20:27:44.179Z] ok  	github.com/docker/docker/api/server/router/swarm	0.034s	coverage: 5.7% of statements
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ok  	github.com/docker/docker/api/types/time	0.016s	coverage: 100.0% of statements
20:27:44 [2020-11-06T20:27:44.179Z] ok  	github.com/docker/docker/api/types/versions	0.012s	coverage: 75.0% of statements
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/builder	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:27:44 [2020-11-06T20:27:44.179Z] ok  	github.com/docker/docker/builder/dockerignore	0.019s	coverage: 96.8% of statements
20:27:44 [2020-11-06T20:27:44.227Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.77s)
20:27:44 [2020-11-06T20:27:44.227Z] === RUN   TestBuildWithSession
20:27:44 [2020-11-06T20:27:44.227Z] --- SKIP: TestBuildWithSession (0.00s)
20:27:44 [2020-11-06T20:27:44.227Z]     build_session_test.go:25: TODO: BuildKit
20:27:44 [2020-11-06T20:27:44.227Z] === RUN   TestBuildSquashParent
20:27:44 [2020-11-06T20:27:44.443Z] ok  	github.com/docker/docker/cli/debug	0.012s	coverage: 100.0% of statements
20:27:45 [2020-11-06T20:27:45.022Z] ok  	github.com/docker/docker/builder/remotecontext	0.321s	coverage: 13.7% of statements
20:27:46 [2020-11-06T20:27:46.420Z] ok  	github.com/docker/docker/builder/dockerfile	0.895s	coverage: 48.1% of statements
20:27:46 [2020-11-06T20:27:46.420Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.666s	coverage: 86.3% of statements
20:27:46 [2020-11-06T20:27:46.420Z] ?   	github.com/docker/docker/cli	[no test files]
20:27:46 [2020-11-06T20:27:46.420Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:27:51 [2020-11-06T20:27:51.115Z] --- PASS: TestBuildSquashParent (6.87s)
20:27:51 [2020-11-06T20:27:51.115Z] === RUN   TestBuildWithRemoveAndForceRemove
20:27:51 [2020-11-06T20:27:51.115Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:27:51 [2020-11-06T20:27:51.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:27:51 [2020-11-06T20:27:51.115Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:27:51 [2020-11-06T20:27:51.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:27:51 [2020-11-06T20:27:51.115Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:27:51 [2020-11-06T20:27:51.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:27:51 [2020-11-06T20:27:51.115Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:27:51 [2020-11-06T20:27:51.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:27:51 [2020-11-06T20:27:51.115Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:27:51 [2020-11-06T20:27:51.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:27:51 [2020-11-06T20:27:51.115Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:27:51 [2020-11-06T20:27:51.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:27:51 [2020-11-06T20:27:51.115Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:27:51 [2020-11-06T20:27:51.115Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:27:51 [2020-11-06T20:27:51.738Z] ok  	github.com/docker/docker/client	0.329s	coverage: 75.4% of statements
20:27:53 [2020-11-06T20:27:53.798Z] INFO [runner/unused/goanalysis] analyzers took 27.457787315s with top 10 stages: buildssa: 23.170342721s, U1000: 4.287444594s 
20:27:53 [2020-11-06T20:27:53.840Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:27:53 [2020-11-06T20:27:53.840Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:27:55 [2020-11-06T20:27:55.906Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:27:55 [2020-11-06T20:27:55.906Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:27:58 [2020-11-06T20:27:58.164Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:27:58 [2020-11-06T20:27:58.164Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.45s)
20:27:58 [2020-11-06T20:27:58.164Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.55s)
20:27:58 [2020-11-06T20:27:58.164Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.39s)
20:27:58 [2020-11-06T20:27:58.164Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s)
20:27:58 [2020-11-06T20:27:58.164Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.31s)
20:27:58 [2020-11-06T20:27:58.164Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.48s)
20:27:58 [2020-11-06T20:27:58.164Z] === RUN   TestBuildMultiStageCopy
20:27:58 [2020-11-06T20:27:58.164Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:28:00 [2020-11-06T20:28:00.892Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:28:01 [2020-11-06T20:28:01.524Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:28:01 [2020-11-06T20:28:01.815Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:28:02 [2020-11-06T20:28:02.447Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:28:03 [2020-11-06T20:28:03.079Z] --- PASS: TestBuildMultiStageCopy (4.83s)
20:28:03 [2020-11-06T20:28:03.079Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.59s)
20:28:03 [2020-11-06T20:28:03.079Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s)
20:28:03 [2020-11-06T20:28:03.079Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s)
20:28:03 [2020-11-06T20:28:03.079Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s)
20:28:03 [2020-11-06T20:28:03.079Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s)
20:28:03 [2020-11-06T20:28:03.079Z] === RUN   TestBuildMultiStageParentConfig
20:28:04 [2020-11-06T20:28:04.587Z] --- PASS: TestBuildMultiStageParentConfig (1.52s)
20:28:04 [2020-11-06T20:28:04.587Z] === RUN   TestBuildLabelWithTargets
20:28:07 [2020-11-06T20:28:07.314Z] --- PASS: TestBuildLabelWithTargets (2.31s)
20:28:07 [2020-11-06T20:28:07.314Z] === RUN   TestBuildWithEmptyLayers
20:28:07 [2020-11-06T20:28:07.946Z] --- PASS: TestBuildWithEmptyLayers (0.96s)
20:28:07 [2020-11-06T20:28:07.946Z] === RUN   TestBuildMultiStageOnBuild
20:28:10 [2020-11-06T20:28:10.675Z] --- PASS: TestBuildMultiStageOnBuild (2.88s)
20:28:10 [2020-11-06T20:28:10.675Z] === RUN   TestBuildUncleanTarFilenames
20:28:12 [2020-11-06T20:28:12.185Z] --- PASS: TestBuildUncleanTarFilenames (1.23s)
20:28:12 [2020-11-06T20:28:12.185Z] === RUN   TestBuildMultiStageLayerLeak
20:28:14 [2020-11-06T20:28:14.912Z] --- PASS: TestBuildMultiStageLayerLeak (2.98s)
20:28:14 [2020-11-06T20:28:14.912Z] === RUN   TestBuildWithHugeFile
20:28:23 [2020-11-06T20:28:23.906Z] ok  	github.com/docker/docker/cmd/dockerd	0.128s	coverage: 29.1% of statements
20:28:23 [2020-11-06T20:28:23.907Z] ok  	github.com/docker/docker/container	0.178s	coverage: 34.7% of statements
20:28:23 [2020-11-06T20:28:23.907Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:28:23 [2020-11-06T20:28:23.907Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:28:23 [2020-11-06T20:28:23.907Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:28:23 [2020-11-06T20:28:23.907Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:28:23 [2020-11-06T20:28:23.907Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.046s	coverage: 65.3% of statements
20:28:23 [2020-11-06T20:28:23.907Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.091s	coverage: 35.9% of statements
20:28:27 [2020-11-06T20:28:27.237Z] ok  	github.com/docker/docker/daemon/cluster	0.188s	coverage: 0.5% of statements
20:28:29 [2020-11-06T20:28:29.197Z] ok  	github.com/docker/docker/daemon/discovery	0.039s	coverage: 30.0% of statements
20:28:29 [2020-11-06T20:28:29.792Z] ok  	github.com/docker/docker/daemon/config	0.096s	coverage: 81.8% of statements
20:28:30 [2020-11-06T20:28:30.753Z] ok  	github.com/docker/docker/daemon/events	0.073s	coverage: 50.0% of statements
20:28:32 [2020-11-06T20:28:32.154Z] ok  	github.com/docker/docker/daemon/graphdriver	0.017s	coverage: 2.2% of statements
20:28:33 [2020-11-06T20:28:33.886Z] #67 exporting layers 81.9s done
20:28:33 [2020-11-06T20:28:33.886Z] #67 exporting manifest sha256:c53a714ae42944f35fc3de842c3da57fefeab6090edbc77da12f9b48f6e261c8 done
20:28:33 [2020-11-06T20:28:33.886Z] #67 exporting config sha256:fd86ef974ea6e4d91255e9e04d7e7444c692b9499131fa0e497ffb6aec88b49a done
20:28:33 [2020-11-06T20:28:33.886Z] #67 sending tarball
20:28:35 [2020-11-06T20:28:35.472Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.516s	coverage: 14.1% of statements
20:28:35 [2020-11-06T20:28:35.472Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.015s	coverage: 2.9% of statements
20:28:36 [2020-11-06T20:28:36.867Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.559s	coverage: 56.2% of statements
20:28:39 [2020-11-06T20:28:39.432Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.016s	coverage: 1.8% of statements
20:28:41 [2020-11-06T20:28:41.360Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.130s	coverage: 45.9% of statements
20:28:42 [2020-11-06T20:28:42.032Z] --- PASS: TestBuildWithHugeFile (26.60s)
20:28:42 [2020-11-06T20:28:42.032Z] === RUN   TestBuildWithEmptyDockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:28:42 [2020-11-06T20:28:42.032Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s)
20:28:42 [2020-11-06T20:28:42.032Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
20:28:42 [2020-11-06T20:28:42.032Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
20:28:42 [2020-11-06T20:28:42.032Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s)
20:28:42 [2020-11-06T20:28:42.032Z] === RUN   TestBuildPreserveOwnership
20:28:42 [2020-11-06T20:28:42.032Z] === RUN   TestBuildPreserveOwnership/copy_from
20:28:42 [2020-11-06T20:28:42.311Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	9.875s	coverage: 73.1% of statements
20:28:42 [2020-11-06T20:28:42.887Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.963s	coverage: 49.5% of statements
20:28:44 [2020-11-06T20:28:44.284Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.020s	coverage: 58.0% of statements
20:28:44 [2020-11-06T20:28:44.546Z] ok  	github.com/docker/docker/daemon	12.374s	coverage: 17.2% of statements
20:28:44 [2020-11-06T20:28:44.546Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:28:44 [2020-11-06T20:28:44.546Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:28:44 [2020-11-06T20:28:44.546Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:28:44 [2020-11-06T20:28:44.546Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:28:44 [2020-11-06T20:28:44.547Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:28:44 [2020-11-06T20:28:44.811Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.034s	coverage: 3.0% of statements
20:28:45 [2020-11-06T20:28:45.388Z] ok  	github.com/docker/docker/daemon/links	0.021s	coverage: 93.0% of statements
20:28:46 [2020-11-06T20:28:46.491Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:28:47 [2020-11-06T20:28:47.320Z] ok  	github.com/docker/docker/daemon/logger	0.248s	coverage: 41.0% of statements
20:28:47 [2020-11-06T20:28:47.899Z] ok  	github.com/docker/docker/daemon/images	0.039s	coverage: 4.9% of statements
20:28:48 [2020-11-06T20:28:48.457Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:28:48 [2020-11-06T20:28:48.457Z] 
20:28:48 [2020-11-06T20:28:48.457Z] + TEST_INTEGRATION_DEST=2
20:28:48 [2020-11-06T20:28:48.457Z] + CONTAINER_NAME=docker-pr1-2
20:28:48 [2020-11-06T20:28:48.457Z] + TEST_SKIP_INTEGRATION=1
20:28:48 [2020-11-06T20:28:48.457Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
20:28:48 [2020-11-06T20:28:48.457Z] + run_tests
20:28:48 [2020-11-06T20:28:48.457Z] + c=0
20:28:48 [2020-11-06T20:28:48.457Z] + '[' -n 0 ']'
20:28:48 [2020-11-06T20:28:48.457Z] + rm=
20:28:48 [2020-11-06T20:28:48.457Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41648/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41648/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh '' test-integration
20:28:48 [2020-11-06T20:28:48.457Z] ++ jobs -p
20:28:48 [2020-11-06T20:28:48.457Z] + TEST_INTEGRATION_DEST=3
20:28:48 [2020-11-06T20:28:48.457Z] + CONTAINER_NAME=docker-pr1-3
20:28:48 [2020-11-06T20:28:48.457Z] + TEST_SKIP_INTEGRATION=1
20:28:48 [2020-11-06T20:28:48.457Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
20:28:48 [2020-11-06T20:28:48.457Z] + run_tests
20:28:48 [2020-11-06T20:28:48.457Z] + '[' -n 0 ']'
20:28:48 [2020-11-06T20:28:48.457Z] + rm=
20:28:48 [2020-11-06T20:28:48.457Z] + TEST_INTEGRATION_DEST=1
20:28:48 [2020-11-06T20:28:48.457Z] + CONTAINER_NAME=docker-pr1-1
20:28:48 [2020-11-06T20:28:48.457Z] + TEST_SKIP_INTEGRATION_CLI=1
20:28:48 [2020-11-06T20:28:48.457Z] + run_tests test-integration-flaky
20:28:48 [2020-11-06T20:28:48.457Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41648/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41648/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh '' test-integration
20:28:48 [2020-11-06T20:28:48.457Z] + '[' -n 0 ']'
20:28:48 [2020-11-06T20:28:48.457Z] + rm=
20:28:48 [2020-11-06T20:28:48.457Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41648/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41648/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh test-integration-flaky test-integration
20:28:48 [2020-11-06T20:28:48.457Z] + for job in $(jobs -p)
20:28:48 [2020-11-06T20:28:48.457Z] + wait 15262
20:28:48 [2020-11-06T20:28:48.457Z] 
20:28:48 [2020-11-06T20:28:48.457Z] 
20:28:48 [2020-11-06T20:28:48.457Z] 
20:28:48 [2020-11-06T20:28:48.457Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:48 [2020-11-06T20:28:48.457Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:48 [2020-11-06T20:28:48.457Z] HOSTNAME=734836a63871
20:28:48 [2020-11-06T20:28:48.457Z] TEST_SKIP_INTEGRATION=1
20:28:48 [2020-11-06T20:28:48.457Z] TESTDEBUG=0
20:28:48 [2020-11-06T20:28:48.458Z] DEST=bundles/test-integration
20:28:48 [2020-11-06T20:28:48.458Z] PWD=/go/src/github.com/docker/docker
20:28:48 [2020-11-06T20:28:48.458Z] KEEPBUNDLE=1
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e
20:28:48 [2020-11-06T20:28:48.458Z] container=docker
20:28:48 [2020-11-06T20:28:48.458Z] HOME=/root
20:28:48 [2020-11-06T20:28:48.458Z] GOLANG_VERSION=1.13.15
20:28:48 [2020-11-06T20:28:48.458Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:48 [2020-11-06T20:28:48.458Z] VALIDATE_BRANCH=master
20:28:48 [2020-11-06T20:28:48.458Z] TERM=xterm
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_PKG=github.com/docker/docker
20:28:48 [2020-11-06T20:28:48.458Z] SHLVL=1
20:28:48 [2020-11-06T20:28:48.458Z] TIMEOUT=120m
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_GRAPHDRIVER=overlay2
20:28:48 [2020-11-06T20:28:48.458Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
20:28:48 [2020-11-06T20:28:48.458Z] GO111MODULE=off
20:28:48 [2020-11-06T20:28:48.458Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:48 [2020-11-06T20:28:48.458Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:48 [2020-11-06T20:28:48.458Z] GOPATH=/go
20:28:48 [2020-11-06T20:28:48.458Z] PKG_CONFIG=pkg-config
20:28:48 [2020-11-06T20:28:48.458Z] _=/usr/bin/env
20:28:48 [2020-11-06T20:28:48.458Z] Building test suite binary ./integration-cli/test.main
20:28:48 [2020-11-06T20:28:48.458Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:48 [2020-11-06T20:28:48.458Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
20:28:48 [2020-11-06T20:28:48.458Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:48 [2020-11-06T20:28:48.458Z] HOSTNAME=71b8f37698fc
20:28:48 [2020-11-06T20:28:48.458Z] TEST_SKIP_INTEGRATION=1
20:28:48 [2020-11-06T20:28:48.458Z] TESTDEBUG=0
20:28:48 [2020-11-06T20:28:48.458Z] DEST=bundles/test-integration
20:28:48 [2020-11-06T20:28:48.458Z] PWD=/go/src/github.com/docker/docker
20:28:48 [2020-11-06T20:28:48.458Z] KEEPBUNDLE=1
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e
20:28:48 [2020-11-06T20:28:48.458Z] container=docker
20:28:48 [2020-11-06T20:28:48.458Z] HOME=/root
20:28:48 [2020-11-06T20:28:48.458Z] GOLANG_VERSION=1.13.15
20:28:48 [2020-11-06T20:28:48.458Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:48 [2020-11-06T20:28:48.458Z] VALIDATE_BRANCH=master
20:28:48 [2020-11-06T20:28:48.458Z] TERM=xterm
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_PKG=github.com/docker/docker
20:28:48 [2020-11-06T20:28:48.458Z] SHLVL=1
20:28:48 [2020-11-06T20:28:48.458Z] TIMEOUT=120m
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_GRAPHDRIVER=overlay2
20:28:48 [2020-11-06T20:28:48.458Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
20:28:48 [2020-11-06T20:28:48.458Z] GO111MODULE=off
20:28:48 [2020-11-06T20:28:48.458Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:48 [2020-11-06T20:28:48.458Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:48 [2020-11-06T20:28:48.458Z] GOPATH=/go
20:28:48 [2020-11-06T20:28:48.458Z] PKG_CONFIG=pkg-config
20:28:48 [2020-11-06T20:28:48.458Z] _=/usr/bin/env
20:28:48 [2020-11-06T20:28:48.458Z] Building test suite binary ./integration-cli/test.main
20:28:48 [2020-11-06T20:28:48.458Z] No new tests added to integration.
20:28:48 [2020-11-06T20:28:48.458Z] 
20:28:48 [2020-11-06T20:28:48.458Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:48 [2020-11-06T20:28:48.458Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:48 [2020-11-06T20:28:48.458Z] HOSTNAME=1cc485b15c40
20:28:48 [2020-11-06T20:28:48.458Z] TESTDEBUG=0
20:28:48 [2020-11-06T20:28:48.458Z] DEST=bundles/test-integration
20:28:48 [2020-11-06T20:28:48.458Z] PWD=/go/src/github.com/docker/docker
20:28:48 [2020-11-06T20:28:48.458Z] KEEPBUNDLE=1
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e
20:28:48 [2020-11-06T20:28:48.458Z] container=docker
20:28:48 [2020-11-06T20:28:48.458Z] HOME=/root
20:28:48 [2020-11-06T20:28:48.458Z] GOLANG_VERSION=1.13.15
20:28:48 [2020-11-06T20:28:48.458Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:48 [2020-11-06T20:28:48.458Z] VALIDATE_BRANCH=master
20:28:48 [2020-11-06T20:28:48.458Z] TERM=xterm
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_PKG=github.com/docker/docker
20:28:48 [2020-11-06T20:28:48.458Z] SHLVL=1
20:28:48 [2020-11-06T20:28:48.458Z] TIMEOUT=120m
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:28:48 [2020-11-06T20:28:48.458Z] DOCKER_GRAPHDRIVER=overlay2
20:28:48 [2020-11-06T20:28:48.458Z] GO111MODULE=off
20:28:48 [2020-11-06T20:28:48.458Z] TEST_SKIP_INTEGRATION_CLI=1
20:28:48 [2020-11-06T20:28:48.458Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:48 [2020-11-06T20:28:48.458Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:48 [2020-11-06T20:28:48.458Z] GOPATH=/go
20:28:48 [2020-11-06T20:28:48.458Z] PKG_CONFIG=pkg-config
20:28:48 [2020-11-06T20:28:48.458Z] _=/usr/bin/env
20:28:48 [2020-11-06T20:28:48.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:28:48 [2020-11-06T20:28:48.477Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.268s	coverage: 77.8% of statements
20:28:48 [2020-11-06T20:28:48.586Z] --- PASS: TestBuildPreserveOwnership (6.43s)
20:28:48 [2020-11-06T20:28:48.586Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.15s)
20:28:48 [2020-11-06T20:28:48.586Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.28s)
20:28:48 [2020-11-06T20:28:48.586Z] === RUN   TestBuildPlatformInvalid
20:28:48 [2020-11-06T20:28:48.586Z] --- PASS: TestBuildPlatformInvalid (0.15s)
20:28:48 [2020-11-06T20:28:48.586Z] PASS
20:28:48 [2020-11-06T20:28:48.586Z] 
20:28:48 [2020-11-06T20:28:48.586Z] === Skipped
20:28:48 [2020-11-06T20:28:48.586Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
20:28:48 [2020-11-06T20:28:48.586Z]     build_session_test.go:25: TODO: BuildKit
20:28:48 [2020-11-06T20:28:48.586Z] 
20:28:48 [2020-11-06T20:28:48.586Z] 
20:28:48 [2020-11-06T20:28:48.586Z] DONE 32 tests, 1 skipped in 77.173s
20:28:48 [2020-11-06T20:28:48.586Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
20:28:48 [2020-11-06T20:28:48.586Z] ++ 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
20:28:48 [2020-11-06T20:28:48.586Z] ++ set -e
20:28:48 [2020-11-06T20:28:48.586Z] ++ '[' -n 0 ']'
20:28:48 [2020-11-06T20:28:48.586Z] ++ set -x
20:28:48 [2020-11-06T20:28:48.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:28:48 [2020-11-06T20:28:48.742Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.065s	coverage: 57.7% of statements
20:28:48 [2020-11-06T20:28:48.742Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:28:48 [2020-11-06T20:28:48.742Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:28:48 [2020-11-06T20:28:48.742Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:28:48 [2020-11-06T20:28:48.742Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:28:48 [2020-11-06T20:28:48.742Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:28:48 [2020-11-06T20:28:48.742Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:28:48 [2020-11-06T20:28:48.877Z] INFO: Testing against a local daemon
20:28:48 [2020-11-06T20:28:48.877Z] === RUN   TestConfigInspect
20:28:49 [2020-11-06T20:28:49.007Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.074s	coverage: 67.0% of statements
20:28:49 [2020-11-06T20:28:49.272Z] ok  	github.com/docker/docker/daemon/logger/journald	0.036s	coverage: 23.9% of statements
20:28:49 [2020-11-06T20:28:49.365Z] #67 sending tarball 15.5s done
20:28:49 [2020-11-06T20:28:49.365Z] #67 DONE 97.5s
20:28:49 [2020-11-06T20:28:49.365Z] 
20:28:49 [2020-11-06T20:28:49.365Z] #68 importing to docker
20:28:49 [2020-11-06T20:28:49.854Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.021s	coverage: 87.2% of statements
20:28:50 [2020-11-06T20:28:50.118Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.028s	coverage: 61.6% of statements
20:28:51 [2020-11-06T20:28:51.073Z] ok  	github.com/docker/docker/daemon/logger/local	0.032s	coverage: 75.2% of statements
20:28:51 [2020-11-06T20:28:51.073Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:28:51 [2020-11-06T20:28:51.653Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.131s	coverage: 59.3% of statements
20:28:51 [2020-11-06T20:28:51.918Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.036s	coverage: 33.3% of statements
20:28:52 [2020-11-06T20:28:52.496Z] ok  	github.com/docker/docker/daemon/logger/templates	0.012s	coverage: 8.3% of statements
20:28:53 [2020-11-06T20:28:53.074Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.027s	coverage: 46.8% of statements
20:28:53 [2020-11-06T20:28:53.324Z] --- PASS: TestConfigInspect (3.86s)
20:28:53 [2020-11-06T20:28:53.324Z] === RUN   TestConfigList
20:28:53 [2020-11-06T20:28:53.653Z] ok  	github.com/docker/docker/daemon/network	0.046s	coverage: 63.8% of statements
20:28:53 [2020-11-06T20:28:53.794Z] --- PASS: TestImportExtremelyLargeImageWorks (102.38s)
20:28:53 [2020-11-06T20:28:53.794Z] PASS
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === Skipped
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] DONE 12 tests, 1 skipped in 106.540s
20:28:53 [2020-11-06T20:28:53.794Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:28:53 [2020-11-06T20:28:53.794Z] INFO: Testing against a local daemon
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestNetworkCreateDelete
20:28:53 [2020-11-06T20:28:53.794Z] --- PASS: TestNetworkCreateDelete (0.14s)
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDockerNetworkDeletePreferID
20:28:53 [2020-11-06T20:28:53.794Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s)
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDaemonDNSFallback
20:28:53 [2020-11-06T20:28:53.794Z] --- PASS: TestDaemonDNSFallback (7.31s)
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestInspectNetwork
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestInspectNetwork (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestRunContainerWithBridgeNone
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestNetworkInvalidJSON
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestNetworkInvalidJSON//networks/create
20:28:53 [2020-11-06T20:28:53.794Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:28:53 [2020-11-06T20:28:53.794Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:28:53 [2020-11-06T20:28:53.794Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:28:53 [2020-11-06T20:28:53.794Z] === CONT  TestNetworkInvalidJSON//networks/create
20:28:53 [2020-11-06T20:28:53.794Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:28:53 [2020-11-06T20:28:53.794Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:28:53 [2020-11-06T20:28:53.794Z] --- PASS: TestNetworkInvalidJSON (0.05s)
20:28:53 [2020-11-06T20:28:53.794Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestHostIPv4BridgeLabel
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDaemonRestartWithLiveRestore
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.05s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDaemonDefaultNetworkPools
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDaemonDefaultNetworkPools (0.03s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDaemonRestartWithExistingNetwork
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.04s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.03s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestServiceWithPredefinedNetwork
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:236: FLAKY_TEST
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestServiceWithDataPathPortInit
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:28:53 [2020-11-06T20:28:53.794Z] PASS
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === Skipped
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.05s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.03s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.04s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.03s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:236: FLAKY_TEST
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] DONE 19 tests, 12 skipped in 8.183s
20:28:53 [2020-11-06T20:28:53.794Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:28:53 [2020-11-06T20:28:53.794Z] INFO: Testing against a local daemon
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDockerNetworkIpvlanPersistance
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDockerNetworkIpvlan
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:28:53 [2020-11-06T20:28:53.794Z] PASS
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === Skipped
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] DONE 2 tests, 2 skipped in 0.180s
20:28:53 [2020-11-06T20:28:53.794Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:28:53 [2020-11-06T20:28:53.794Z] INFO: Testing against a local daemon
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDockerNetworkMacvlanPersistance
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestDockerNetworkMacvlan
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] PASS
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === Skipped
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] DONE 2 tests, 2 skipped in 0.157s
20:28:53 [2020-11-06T20:28:53.794Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:28:53 [2020-11-06T20:28:53.794Z] testing: warning: no tests to run
20:28:53 [2020-11-06T20:28:53.794Z] PASS
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] DONE 0 tests in 0.028s
20:28:53 [2020-11-06T20:28:53.794Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:28:53 [2020-11-06T20:28:53.794Z] INFO: Testing against a local daemon
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginAllowRequest
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginTLS
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginTLS (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginDenyRequest
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginAPIDenyResponse
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginDenyResponse
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginAllowEventStream
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginErrorResponse
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginErrorRequest
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginHeader
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginHeader (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.31s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginV2Disable
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginV2Disable (0.03s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:28:53 [2020-11-06T20:28:53.794Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] PASS
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === Skipped
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
20:28:53 [2020-11-06T20:28:53.794Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.794Z] 
20:28:53 [2020-11-06T20:28:53.794Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.31s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.03s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
20:28:53 [2020-11-06T20:28:53.795Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] 
20:28:53 [2020-11-06T20:28:53.795Z] DONE 17 tests, 17 skipped in 0.550s
20:28:53 [2020-11-06T20:28:53.795Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:28:54 [2020-11-06T20:28:54.054Z] INFO: Testing against a local daemon
20:28:54 [2020-11-06T20:28:54.054Z] === RUN   TestPluginInvalidJSON
20:28:54 [2020-11-06T20:28:54.054Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:28:54 [2020-11-06T20:28:54.054Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:28:54 [2020-11-06T20:28:54.054Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:28:54 [2020-11-06T20:28:54.054Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:28:54 [2020-11-06T20:28:54.054Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:28:54 [2020-11-06T20:28:54.054Z] === RUN   TestPluginInstall
20:28:54 [2020-11-06T20:28:54.054Z] --- SKIP: TestPluginInstall (0.00s)
20:28:54 [2020-11-06T20:28:54.054Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:54 [2020-11-06T20:28:54.054Z] PASS
20:28:54 [2020-11-06T20:28:54.054Z] 
20:28:54 [2020-11-06T20:28:54.054Z] === Skipped
20:28:54 [2020-11-06T20:28:54.054Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
20:28:54 [2020-11-06T20:28:54.054Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:28:54 [2020-11-06T20:28:54.054Z] 
20:28:54 [2020-11-06T20:28:54.054Z] 
20:28:54 [2020-11-06T20:28:54.054Z] DONE 3 tests, 1 skipped in 0.209s
20:28:54 [2020-11-06T20:28:54.054Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:28:54 [2020-11-06T20:28:54.313Z] INFO: Testing against a local daemon
20:28:54 [2020-11-06T20:28:54.313Z] === RUN   TestExternalGraphDriver
20:28:54 [2020-11-06T20:28:54.313Z] --- SKIP: TestExternalGraphDriver (0.07s)
20:28:54 [2020-11-06T20:28:54.313Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
20:28:54 [2020-11-06T20:28:54.313Z] === RUN   TestGraphdriverPluginV2
20:28:54 [2020-11-06T20:28:54.607Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.931s	coverage: 82.5% of statements
20:28:54 [2020-11-06T20:28:54.607Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:28:54 [2020-11-06T20:28:54.607Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:28:54 [2020-11-06T20:28:54.607Z] ok  	github.com/docker/docker/distribution/metadata	0.129s	coverage: 48.2% of statements
20:28:56 [2020-11-06T20:28:56.006Z] ok  	github.com/docker/docker/distribution	0.339s	coverage: 21.9% of statements
20:28:56 [2020-11-06T20:28:56.006Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:28:56 [2020-11-06T20:28:56.271Z] ok  	github.com/docker/docker/errdefs	0.027s	coverage: 49.4% of statements
20:28:56 [2020-11-06T20:28:56.836Z] --- PASS: TestConfigList (3.59s)
20:28:56 [2020-11-06T20:28:56.836Z] === RUN   TestConfigsCreateAndDelete
20:28:56 [2020-11-06T20:28:56.850Z] ok  	github.com/docker/docker/image	0.065s	coverage: 86.4% of statements
20:28:57 [2020-11-06T20:28:57.427Z] ok  	github.com/docker/docker/image/cache	0.029s	coverage: 19.2% of statements
20:28:57 [2020-11-06T20:28:57.427Z] ok  	github.com/docker/docker/image/v1	0.026s	coverage: 25.0% of statements
20:28:57 [2020-11-06T20:28:57.692Z] ok  	github.com/docker/docker/distribution/xfer	1.725s	coverage: 85.6% of statements
20:28:57 [2020-11-06T20:28:57.692Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:28:57 [2020-11-06T20:28:57.692Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:28:57 [2020-11-06T20:28:57.692Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:28:58 [2020-11-06T20:28:58.272Z] ok  	github.com/docker/docker/libcontainerd/queue	0.039s	coverage: 100.0% of statements
20:28:59 [2020-11-06T20:28:59.231Z] ok  	github.com/docker/docker/oci	0.028s	coverage: 8.2% of statements
20:28:59 [2020-11-06T20:28:59.231Z] ok  	github.com/docker/docker/opts	0.101s	coverage: 67.1% of statements
20:28:59 [2020-11-06T20:28:59.231Z] ok  	github.com/docker/docker/pkg/aaparser	0.014s	coverage: 52.9% of statements
20:29:00 [2020-11-06T20:29:00.348Z] --- PASS: TestConfigsCreateAndDelete (3.52s)
20:29:00 [2020-11-06T20:29:00.348Z] === RUN   TestConfigsUpdate
20:29:00 [2020-11-06T20:29:00.628Z] ok  	github.com/docker/docker/pkg/broadcaster	0.046s	coverage: 100.0% of statements
20:29:00 [2020-11-06T20:29:00.878Z] --- PASS: TestGraphdriverPluginV2 (6.05s)
20:29:00 [2020-11-06T20:29:00.878Z] PASS
20:29:00 [2020-11-06T20:29:00.878Z] 
20:29:00 [2020-11-06T20:29:00.878Z] === Skipped
20:29:00 [2020-11-06T20:29:00.878Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s)
20:29:00 [2020-11-06T20:29:00.878Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
20:29:00 [2020-11-06T20:29:00.878Z] 
20:29:00 [2020-11-06T20:29:00.878Z] 
20:29:00 [2020-11-06T20:29:00.878Z] DONE 2 tests, 1 skipped in 6.294s
20:29:00 [2020-11-06T20:29:00.878Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:29:00 [2020-11-06T20:29:00.878Z] INFO: Testing against a local daemon
20:29:00 [2020-11-06T20:29:00.878Z] === RUN   TestContinueAfterPluginCrash
20:29:00 [2020-11-06T20:29:00.878Z] === PAUSE TestContinueAfterPluginCrash
20:29:00 [2020-11-06T20:29:00.878Z] === RUN   TestReadPluginNoRead
20:29:00 [2020-11-06T20:29:00.878Z] === PAUSE TestReadPluginNoRead
20:29:00 [2020-11-06T20:29:00.878Z] === RUN   TestDaemonStartWithLogOpt
20:29:00 [2020-11-06T20:29:00.878Z] === PAUSE TestDaemonStartWithLogOpt
20:29:00 [2020-11-06T20:29:00.878Z] === CONT  TestContinueAfterPluginCrash
20:29:00 [2020-11-06T20:29:00.878Z] === CONT  TestDaemonStartWithLogOpt
20:29:01 [2020-11-06T20:29:01.206Z] ok  	github.com/docker/docker/pkg/capabilities	0.011s	coverage: 87.5% of statements
20:29:01 [2020-11-06T20:29:01.470Z] ok  	github.com/docker/docker/pkg/authorization	0.493s	coverage: 68.3% of statements
20:29:02 [2020-11-06T20:29:02.423Z] ok  	github.com/docker/docker/pkg/directory	0.041s	coverage: 80.0% of statements
20:29:02 [2020-11-06T20:29:02.686Z] ok  	github.com/docker/docker/pkg/archive	1.232s	coverage: 77.2% of statements
20:29:02 [2020-11-06T20:29:02.952Z] ok  	github.com/docker/docker/pkg/discovery	0.016s	coverage: 58.3% of statements
20:29:03 [2020-11-06T20:29:03.415Z] 406ffb8432a7: Pull complete
20:29:03 [2020-11-06T20:29:03.415Z] Digest: sha256:c09d8edfe68365f519b02827171aacc61ed3451f7863325cee4059b96f41c0ce
20:29:03 [2020-11-06T20:29:03.415Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
20:29:03 [2020-11-06T20:29:03.415Z] mcr.microsoft.com/windows/servercore:ltsc2019
20:29:03 [2020-11-06T20:29:03.415Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1518'
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Docker version of control daemon
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] Client: Docker Engine - Enterprise
20:29:03 [2020-11-06T20:29:03.415Z]  Version:           19.03.12
20:29:03 [2020-11-06T20:29:03.415Z]  API version:       1.40
20:29:03 [2020-11-06T20:29:03.415Z]  Go version:        go1.13.13
20:29:03 [2020-11-06T20:29:03.415Z]  Git commit:        4306744
20:29:03 [2020-11-06T20:29:03.415Z]  Built:             08/05/2020 19:27:53
20:29:03 [2020-11-06T20:29:03.415Z]  OS/Arch:           windows/amd64
20:29:03 [2020-11-06T20:29:03.415Z]  Experimental:      false
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] Server: Docker Engine - Enterprise
20:29:03 [2020-11-06T20:29:03.415Z]  Engine:
20:29:03 [2020-11-06T20:29:03.415Z]   Version:          19.03.12
20:29:03 [2020-11-06T20:29:03.415Z]   API version:      1.40 (minimum version 1.24)
20:29:03 [2020-11-06T20:29:03.415Z]   Go version:       go1.13.13
20:29:03 [2020-11-06T20:29:03.415Z]   Git commit:       f295753ffd
20:29:03 [2020-11-06T20:29:03.415Z]   Built:            08/05/2020 19:26:41
20:29:03 [2020-11-06T20:29:03.415Z]   OS/Arch:          windows/amd64
20:29:03 [2020-11-06T20:29:03.415Z]   Experimental:     true
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Docker info of control daemon
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] Client:
20:29:03 [2020-11-06T20:29:03.415Z]  Debug Mode: false
20:29:03 [2020-11-06T20:29:03.415Z]  Plugins:
20:29:03 [2020-11-06T20:29:03.415Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] Server:
20:29:03 [2020-11-06T20:29:03.415Z]  Containers: 0
20:29:03 [2020-11-06T20:29:03.415Z]   Running: 0
20:29:03 [2020-11-06T20:29:03.415Z]   Paused: 0
20:29:03 [2020-11-06T20:29:03.415Z]   Stopped: 0
20:29:03 [2020-11-06T20:29:03.415Z]  Images: 1
20:29:03 [2020-11-06T20:29:03.415Z]  Server Version: 19.03.12
20:29:03 [2020-11-06T20:29:03.415Z]  Storage Driver: lcow (linux) windowsfilter (windows)
20:29:03 [2020-11-06T20:29:03.415Z]   LCOW: 
20:29:03 [2020-11-06T20:29:03.415Z]   Windows: 
20:29:03 [2020-11-06T20:29:03.415Z]  Logging Driver: json-file
20:29:03 [2020-11-06T20:29:03.415Z]  Plugins:
20:29:03 [2020-11-06T20:29:03.415Z]   Volume: local
20:29:03 [2020-11-06T20:29:03.415Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:29:03 [2020-11-06T20:29:03.415Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:29:03 [2020-11-06T20:29:03.415Z]  Swarm: inactive
20:29:03 [2020-11-06T20:29:03.415Z]  Default Isolation: process
20:29:03 [2020-11-06T20:29:03.415Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:29:03 [2020-11-06T20:29:03.415Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
20:29:03 [2020-11-06T20:29:03.415Z]  OSType: windows
20:29:03 [2020-11-06T20:29:03.415Z]  Architecture: x86_64
20:29:03 [2020-11-06T20:29:03.415Z]  CPUs: 4
20:29:03 [2020-11-06T20:29:03.415Z]  Total Memory: 32GiB
20:29:03 [2020-11-06T20:29:03.415Z]  Name: azwin-2-1b1ec0
20:29:03 [2020-11-06T20:29:03.415Z]  ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2
20:29:03 [2020-11-06T20:29:03.415Z]  Docker Root Dir: D:\docker
20:29:03 [2020-11-06T20:29:03.415Z]  Debug Mode: false
20:29:03 [2020-11-06T20:29:03.415Z]  Registry: https://index.docker.io/v1/
20:29:03 [2020-11-06T20:29:03.415Z]  Labels:
20:29:03 [2020-11-06T20:29:03.415Z]  Experimental: true
20:29:03 [2020-11-06T20:29:03.415Z]  Insecure Registries:
20:29:03 [2020-11-06T20:29:03.415Z]   10.0.0.4:5000
20:29:03 [2020-11-06T20:29:03.415Z]   127.0.0.0/8
20:29:03 [2020-11-06T20:29:03.415Z]  Registry Mirrors:
20:29:03 [2020-11-06T20:29:03.415Z]   http://10.0.0.4:5000/
20:29:03 [2020-11-06T20:29:03.415Z]  Live Restore Enabled: false
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Commit hash is 1bb3491601
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Nuke-Everything...
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Container count on control daemon to delete is 0
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Nuking d:\CI
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Zapped successfully
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Location for testing is d:\CI\PR-41648\1
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Validating GOLang consistency in Dockerfile.windows...
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] INFO: Building the image from Dockerfile.windows at 11/06/2020 20:28:51...
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] Sending build context to Docker daemon  56.81MB
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] Step 1/10 : FROM microsoft/windowsservercore
20:29:03 [2020-11-06T20:29:03.415Z]  ---> 71d3f266f3af
20:29:03 [2020-11-06T20:29:03.415Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
20:29:03 [2020-11-06T20:29:03.415Z]  ---> Running in 67e8f3e0c3fe
20:29:03 [2020-11-06T20:29:03.415Z] Removing intermediate container 67e8f3e0c3fe
20:29:03 [2020-11-06T20:29:03.415Z]  ---> 8b983eee77fd
20:29:03 [2020-11-06T20:29:03.415Z] Step 3/10 : ARG GO_VERSION=1.13.15
20:29:03 [2020-11-06T20:29:03.415Z]  ---> Running in c3a4a7c9abfd
20:29:03 [2020-11-06T20:29:03.415Z] Removing intermediate container c3a4a7c9abfd
20:29:03 [2020-11-06T20:29:03.415Z]  ---> cbab31ba4d4f
20:29:03 [2020-11-06T20:29:03.415Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
20:29:03 [2020-11-06T20:29:03.415Z]  ---> Running in b022fd56c003
20:29:03 [2020-11-06T20:29:03.415Z] Removing intermediate container b022fd56c003
20:29:03 [2020-11-06T20:29:03.415Z]  ---> 5f0f1dc34b28
20:29:03 [2020-11-06T20:29:03.415Z] 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}
20:29:03 [2020-11-06T20:29:03.415Z]  ---> Running in 4230a9241821
20:29:03 [2020-11-06T20:29:03.415Z] Removing intermediate container 4230a9241821
20:29:03 [2020-11-06T20:29:03.415Z]  ---> 3f2e43ed1c17
20:29:03 [2020-11-06T20:29:03.415Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
20:29:03 [2020-11-06T20:29:03.415Z]  ---> Running in 852d09e3d870
20:29:03 [2020-11-06T20:29:03.415Z] 
20:29:03 [2020-11-06T20:29:03.415Z] SUCCESS: Specified value was saved.
20:29:03 [2020-11-06T20:29:03.532Z] ok  	github.com/docker/docker/pkg/discovery/file	0.020s	coverage: 97.6% of statements
20:29:03 [2020-11-06T20:29:03.860Z] --- PASS: TestConfigsUpdate (3.65s)
20:29:03 [2020-11-06T20:29:03.860Z] === RUN   TestTemplatedConfig
20:29:04 [2020-11-06T20:29:04.110Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.010s	coverage: 92.3% of statements
20:29:04 [2020-11-06T20:29:04.687Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.010s	coverage: 93.8% of statements
20:29:04 [2020-11-06T20:29:04.950Z] ok  	github.com/docker/docker/pkg/dmesg	0.009s	coverage: 83.3% of statements
20:29:04 [2020-11-06T20:29:04.994Z] INFO: Downloading git...
20:29:05 [2020-11-06T20:29:05.899Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.476s	coverage: 43.2% of statements
20:29:05 [2020-11-06T20:29:05.986Z] INFO: Downloading go...
20:29:06 [2020-11-06T20:29:06.162Z] ok  	github.com/docker/docker/pkg/filenotify	0.610s	coverage: 67.0% of statements
20:29:06 [2020-11-06T20:29:06.426Z] ok  	github.com/docker/docker/pkg/fileutils	0.022s	coverage: 89.5% of statements
20:29:07 [2020-11-06T20:29:07.004Z] ok  	github.com/docker/docker/pkg/fsutils	0.306s	coverage: 85.1% of statements
20:29:07 [2020-11-06T20:29:07.004Z] ok  	github.com/docker/docker/pkg/homedir	0.016s	coverage: 11.4% of statements
20:29:07 [2020-11-06T20:29:07.268Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.092s	coverage: 84.1% of statements
20:29:07 [2020-11-06T20:29:07.412Z] --- PASS: TestTemplatedConfig (3.62s)
20:29:07 [2020-11-06T20:29:07.412Z] === RUN   TestConfigCreateResolve
20:29:07 [2020-11-06T20:29:07.449Z] --- PASS: TestDaemonStartWithLogOpt (6.74s)
20:29:07 [2020-11-06T20:29:07.449Z] === CONT  TestReadPluginNoRead
20:29:08 [2020-11-06T20:29:08.021Z] #68 DONE 16.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:29:08 [2020-11-06T20:29:08.219Z] ok  	github.com/docker/docker/layer	7.760s	coverage: 68.8% of statements
20:29:08 [2020-11-06T20:29:08.219Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:29:08 [2020-11-06T20:29:08.219Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:29:08 [2020-11-06T20:29:08.219Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:29:08 [2020-11-06T20:29:08.219Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:29:08 [2020-11-06T20:29:08.219Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:29:08 [2020-11-06T20:29:08.219Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:29:08 [2020-11-06T20:29:08.219Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:29:08 [2020-11-06T20:29:08.219Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.020s	coverage: 91.7% of statements
20:29:08 [2020-11-06T20:29:08.484Z] ok  	github.com/docker/docker/pkg/idtools	0.608s	coverage: 70.1% of statements
20:29:08 [2020-11-06T20:29:08.484Z] ok  	github.com/docker/docker/pkg/ioutils	0.616s	coverage: 70.6% of statements
20:29:08 [2020-11-06T20:29:08.484Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:29:08 [2020-11-06T20:29:08.494Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/test/unit
20:29:08 [2020-11-06T20:29:08.749Z] ok  	github.com/docker/docker/pkg/longpath	0.031s	coverage: 100.0% of statements
20:29:08 [2020-11-06T20:29:08.749Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:29:08 [2020-11-06T20:29:08.749Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:29:08 [2020-11-06T20:29:08.749Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.028s	coverage: 85.7% of statements
20:29:08 [2020-11-06T20:29:08.749Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:29:09 [2020-11-06T20:29:09.014Z] ok  	github.com/docker/docker/pkg/parsers	0.009s	coverage: 97.0% of statements
20:29:09 [2020-11-06T20:29:09.278Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.020s	coverage: 60.0% of statements
20:29:09 [2020-11-06T20:29:09.541Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.046s	coverage: 86.7% of statements
20:29:09 [2020-11-06T20:29:09.804Z] ok  	github.com/docker/docker/pkg/pidfile	0.032s	coverage: 82.4% of statements
20:29:09 [2020-11-06T20:29:09.804Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:29:09 [2020-11-06T20:29:09.804Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:29:10 [2020-11-06T20:29:10.142Z] --- PASS: TestConfigCreateResolve (3.09s)
20:29:10 [2020-11-06T20:29:10.142Z] === RUN   TestConfigDaemonLibtrustID
20:29:10 [2020-11-06T20:29:10.383Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.051s	coverage: 56.8% of statements
20:29:10 [2020-11-06T20:29:10.656Z] ok  	github.com/docker/docker/pkg/pools	0.019s	coverage: 88.2% of statements
20:29:10 [2020-11-06T20:29:10.774Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
20:29:10 [2020-11-06T20:29:10.774Z] PASS
20:29:10 [2020-11-06T20:29:10.774Z] 
20:29:10 [2020-11-06T20:29:10.774Z] DONE 7 tests in 22.028s
20:29:10 [2020-11-06T20:29:10.774Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
20:29:10 [2020-11-06T20:29:10.774Z] ++ 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
20:29:10 [2020-11-06T20:29:10.774Z] ++ set -e
20:29:10 [2020-11-06T20:29:10.774Z] ++ '[' -n 0 ']'
20:29:10 [2020-11-06T20:29:10.774Z] ++ set -x
20:29:10 [2020-11-06T20:29:10.774Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:29:10 [2020-11-06T20:29:10.774Z] INFO: Testing against a local daemon
20:29:10 [2020-11-06T20:29:10.774Z] === RUN   TestCheckpoint
20:29:10 [2020-11-06T20:29:10.774Z] --- SKIP: TestCheckpoint (0.00s)
20:29:10 [2020-11-06T20:29:10.774Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:29:10 [2020-11-06T20:29:10.774Z] === RUN   TestContainerInvalidJSON
20:29:10 [2020-11-06T20:29:10.774Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:29:10 [2020-11-06T20:29:10.774Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:29:10 [2020-11-06T20:29:10.774Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:29:10 [2020-11-06T20:29:10.774Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:29:10 [2020-11-06T20:29:10.774Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:29:10 [2020-11-06T20:29:10.774Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:29:10 [2020-11-06T20:29:10.774Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:29:10 [2020-11-06T20:29:10.774Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:29:10 [2020-11-06T20:29:10.774Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:29:10 [2020-11-06T20:29:10.774Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:29:10 [2020-11-06T20:29:10.774Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:29:10 [2020-11-06T20:29:10.774Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:29:10 [2020-11-06T20:29:10.774Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:29:10 [2020-11-06T20:29:10.774Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:29:10 [2020-11-06T20:29:10.921Z] ok  	github.com/docker/docker/pkg/progress	0.018s	coverage: 75.9% of statements
20:29:10 [2020-11-06T20:29:10.921Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.010s	coverage: 85.7% of statements
20:29:11 [2020-11-06T20:29:11.065Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s)
20:29:11 [2020-11-06T20:29:11.065Z] === RUN   TestCopyFromContainerPathIsNotDir
20:29:11 [2020-11-06T20:29:11.065Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.19s)
20:29:11 [2020-11-06T20:29:11.065Z] === RUN   TestCopyToContainerPathDoesNotExist
20:29:11 [2020-11-06T20:29:11.356Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s)
20:29:11 [2020-11-06T20:29:11.356Z] === RUN   TestCopyToContainerPathIsNotDir
20:29:11 [2020-11-06T20:29:11.356Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s)
20:29:11 [2020-11-06T20:29:11.356Z] === RUN   TestCopyFromContainer
20:29:11 [2020-11-06T20:29:11.500Z] ok  	github.com/docker/docker/pkg/reexec	0.017s	coverage: 82.4% of statements
20:29:11 [2020-11-06T20:29:11.642Z] === RUN   TestReadPluginNoRead/default
20:29:11 [2020-11-06T20:29:11.642Z] --- PASS: TestContinueAfterPluginCrash (10.35s)
20:29:12 [2020-11-06T20:29:12.053Z] ?   	github.com/docker/docker/api	[no test files]
20:29:12 [2020-11-06T20:29:12.452Z] ok  	github.com/docker/docker/pkg/stdcopy	0.013s	coverage: 100.0% of statements
20:29:12 [2020-11-06T20:29:12.452Z] ok  	github.com/docker/docker/pkg/pubsub	1.084s	coverage: 75.0% of statements
20:29:13 [2020-11-06T20:29:13.020Z] === RUN   TestReadPluginNoRead/disabled_caching
20:29:13 [2020-11-06T20:29:13.032Z] ok  	github.com/docker/docker/pkg/stringid	0.010s	coverage: 70.6% of statements
20:29:13 [2020-11-06T20:29:13.032Z] ok  	github.com/docker/docker/pkg/streamformatter	0.018s	coverage: 66.2% of statements
20:29:13 [2020-11-06T20:29:13.421Z] === RUN   TestCopyFromContainer//
20:29:13 [2020-11-06T20:29:13.421Z] === RUN   TestCopyFromContainer//bar/root
20:29:13 [2020-11-06T20:29:13.712Z] === RUN   TestCopyFromContainer//bar/root/
20:29:13 [2020-11-06T20:29:13.712Z] === RUN   TestCopyFromContainer/bar/quux
20:29:13 [2020-11-06T20:29:13.712Z] === RUN   TestCopyFromContainer/bar/quux/
20:29:13 [2020-11-06T20:29:13.983Z] ok  	github.com/docker/docker/pkg/sysinfo	0.025s	coverage: 54.2% of statements
20:29:13 [2020-11-06T20:29:13.983Z] ok  	github.com/docker/docker/pkg/system	0.041s	coverage: 36.9% of statements
20:29:14 [2020-11-06T20:29:14.002Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:29:14 [2020-11-06T20:29:14.002Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:29:14 [2020-11-06T20:29:14.002Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:29:14 [2020-11-06T20:29:14.293Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:29:14 [2020-11-06T20:29:14.293Z] === RUN   TestCopyFromContainer/bar/notarget
20:29:14 [2020-11-06T20:29:14.293Z] --- PASS: TestCopyFromContainer (2.90s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer// (0.05s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer/bar/quux (0.13s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
20:29:14 [2020-11-06T20:29:14.293Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:29:14 [2020-11-06T20:29:14.293Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:29:14 [2020-11-06T20:29:14.293Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:29:14 [2020-11-06T20:29:14.293Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:29:14 [2020-11-06T20:29:14.293Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:29:14 [2020-11-06T20:29:14.293Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:29:14 [2020-11-06T20:29:14.293Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:29:14 [2020-11-06T20:29:14.293Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:29:14 [2020-11-06T20:29:14.293Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:29:14 [2020-11-06T20:29:14.293Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:29:14 [2020-11-06T20:29:14.293Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:29:14 [2020-11-06T20:29:14.293Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:29:14 [2020-11-06T20:29:14.293Z] === RUN   TestCreateLinkToNonExistingContainer
20:29:14 [2020-11-06T20:29:14.560Z] ok  	github.com/docker/docker/pkg/signal	2.802s	coverage: 61.0% of statements
20:29:14 [2020-11-06T20:29:14.561Z] ok  	github.com/docker/docker/pkg/tailfile	0.107s	coverage: 88.6% of statements
20:29:14 [2020-11-06T20:29:14.585Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
20:29:14 [2020-11-06T20:29:14.585Z] === RUN   TestCreateWithInvalidEnv
20:29:14 [2020-11-06T20:29:14.585Z] === RUN   TestCreateWithInvalidEnv/0
20:29:14 [2020-11-06T20:29:14.585Z] === PAUSE TestCreateWithInvalidEnv/0
20:29:14 [2020-11-06T20:29:14.585Z] === RUN   TestCreateWithInvalidEnv/1
20:29:14 [2020-11-06T20:29:14.585Z] === PAUSE TestCreateWithInvalidEnv/1
20:29:14 [2020-11-06T20:29:14.585Z] === RUN   TestCreateWithInvalidEnv/2
20:29:14 [2020-11-06T20:29:14.585Z] === PAUSE TestCreateWithInvalidEnv/2
20:29:14 [2020-11-06T20:29:14.585Z] === CONT  TestCreateWithInvalidEnv/0
20:29:14 [2020-11-06T20:29:14.585Z] === CONT  TestCreateWithInvalidEnv/2
20:29:14 [2020-11-06T20:29:14.585Z] === CONT  TestCreateWithInvalidEnv/1
20:29:14 [2020-11-06T20:29:14.585Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:29:14 [2020-11-06T20:29:14.585Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:29:14 [2020-11-06T20:29:14.585Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:29:14 [2020-11-06T20:29:14.585Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:29:14 [2020-11-06T20:29:14.585Z] === RUN   TestCreateTmpfsMountsTarget
20:29:14 [2020-11-06T20:29:14.585Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
20:29:14 [2020-11-06T20:29:14.585Z] === RUN   TestCreateWithCustomMaskedPaths
20:29:15 [2020-11-06T20:29:15.138Z] ok  	github.com/docker/docker/pkg/tarsum	0.107s	coverage: 89.3% of statements
20:29:15 [2020-11-06T20:29:15.139Z] testing: warning: no tests to run
20:29:15 [2020-11-06T20:29:15.139Z] coverage: [no statements]
20:29:15 [2020-11-06T20:29:15.139Z] ok  	github.com/docker/docker/pkg/term/windows	0.016s	coverage: [no statements] [no tests to run]
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.650357138s with top 10 stages: buildssa: 1m36.122499621s, goimports: 22.663533891s, unconvert: 13.576337648s, gosec: 9.684710956s, golint: 5.942346619s, ineffassign: 3.764448341s, misspell: 3.733780253s, inspect: 3.120260971s, vrp: 2.777973891s, printf: 1.82225182s 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner] Issues before processing: 2258, after processing: 0 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1573/1678, path_prettifier: 1678/1678, skip_files: 1678/1678, nolint: 0/64, skip_dirs: 1678/1678, exclude-rules: 64/1573, identifier_marker: 1573/1573, exclude: 1573/1573, cgo: 1678/2258, filename_unadjuster: 1678/1678 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner] processing took 61.200527ms with stages: nolint: 26.392802ms, identifier_marker: 16.272175ms, path_prettifier: 8.645061ms, autogenerated_exclude: 4.302603ms, exclude-rules: 3.42086ms, skip_dirs: 1.880038ms, cgo: 187.938µs, filename_unadjuster: 94.342µs, max_same_issues: 1.37µs, uniq_by_line: 695ns, diff: 675ns, exclude: 473ns, skip_files: 398ns, max_from_linter: 356ns, max_per_file_from_linter: 253ns, source_code: 245ns, path_shortener: 243ns 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner] linters took 1m39.497102177s with stages: goanalysis_metalinter: 1m19.524672657s, unused: 19.911058534s 
20:29:15 [2020-11-06T20:29:15.319Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
20:29:15 [2020-11-06T20:29:15.319Z] INFO Memory: 1537 samples, avg is 648.2MB, max is 3036.7MB 
20:29:15 [2020-11-06T20:29:15.319Z] INFO Execution took 3m40.13022721s                
20:29:15 [2020-11-06T20:29:15.319Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
20:29:15 [2020-11-06T20:29:15.402Z] ok  	github.com/docker/docker/pkg/truncindex	0.110s	coverage: 91.5% of statements
20:29:15 [2020-11-06T20:29:15.402Z] ok  	github.com/docker/docker/pkg/urlutil	0.027s	coverage: 100.0% of statements
20:29:15 [2020-11-06T20:29:15.555Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:29:15 [2020-11-06T20:29:15.666Z] ok  	github.com/docker/docker/pkg/useragent	0.022s	coverage: 88.9% of statements
20:29:15 [2020-11-06T20:29:15.674Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh dynbinary-daemon test-docker-py
20:29:16 [2020-11-06T20:29:16.247Z] 
20:29:16 [2020-11-06T20:29:16.247Z] Removing bundles/
20:29:16 [2020-11-06T20:29:16.247Z] 
20:29:16 [2020-11-06T20:29:16.247Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
20:29:16 [2020-11-06T20:29:16.247Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:29:16 [2020-11-06T20:29:16.247Z] GOOS="" GOARCH="" GOARM=""
20:29:16 [2020-11-06T20:29:16.618Z] ok  	github.com/docker/docker/plugin/v2	0.016s	coverage: 14.5% of statements
20:29:16 [2020-11-06T20:29:16.881Z] ok  	github.com/docker/docker/profiles/seccomp	0.024s	coverage: 85.4% of statements
20:29:17 [2020-11-06T20:29:17.311Z] --- PASS: TestCreateWithCustomMaskedPaths (2.34s)
20:29:17 [2020-11-06T20:29:17.311Z] === RUN   TestCreateWithCustomReadonlyPaths
20:29:18 [2020-11-06T20:29:18.089Z] --- PASS: TestReadPluginNoRead (10.32s)
20:29:18 [2020-11-06T20:29:18.089Z]     --- PASS: TestReadPluginNoRead/default (2.26s)
20:29:18 [2020-11-06T20:29:18.089Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.22s)
20:29:18 [2020-11-06T20:29:18.089Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.27s)
20:29:18 [2020-11-06T20:29:18.089Z]     read_test.go:92: [d10fc95cb15d9] daemon is not started
20:29:18 [2020-11-06T20:29:18.089Z] PASS
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] DONE 6 tests in 17.250s
20:29:18 [2020-11-06T20:29:18.089Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:29:18 [2020-11-06T20:29:18.089Z] testing: warning: no tests to run
20:29:18 [2020-11-06T20:29:18.089Z] PASS
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] DONE 0 tests in 0.074s
20:29:18 [2020-11-06T20:29:18.089Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:29:18 [2020-11-06T20:29:18.089Z] INFO: Testing against a local daemon
20:29:18 [2020-11-06T20:29:18.089Z] === RUN   TestPluginWithDevMounts
20:29:18 [2020-11-06T20:29:18.089Z] --- SKIP: TestPluginWithDevMounts (0.00s)
20:29:18 [2020-11-06T20:29:18.089Z]     mounts_test.go:21: (*Execution).IsRootless-fm
20:29:18 [2020-11-06T20:29:18.089Z] PASS
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] === Skipped
20:29:18 [2020-11-06T20:29:18.089Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
20:29:18 [2020-11-06T20:29:18.089Z]     mounts_test.go:21: (*Execution).IsRootless-fm
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] DONE 1 tests, 1 skipped in 0.216s
20:29:18 [2020-11-06T20:29:18.089Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:29:18 [2020-11-06T20:29:18.089Z] INFO: Testing against a local daemon
20:29:18 [2020-11-06T20:29:18.089Z] === RUN   TestSecretInspect
20:29:18 [2020-11-06T20:29:18.089Z] --- SKIP: TestSecretInspect (0.02s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] === RUN   TestSecretList
20:29:18 [2020-11-06T20:29:18.089Z] --- SKIP: TestSecretList (0.02s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] === RUN   TestSecretsCreateAndDelete
20:29:18 [2020-11-06T20:29:18.089Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] === RUN   TestSecretsUpdate
20:29:18 [2020-11-06T20:29:18.089Z] --- SKIP: TestSecretsUpdate (0.01s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] === RUN   TestTemplatedSecret
20:29:18 [2020-11-06T20:29:18.089Z] --- SKIP: TestTemplatedSecret (0.00s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] === RUN   TestSecretCreateResolve
20:29:18 [2020-11-06T20:29:18.089Z] --- SKIP: TestSecretCreateResolve (0.01s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] PASS
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] === Skipped
20:29:18 [2020-11-06T20:29:18.089Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
20:29:18 [2020-11-06T20:29:18.089Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] 
20:29:18 [2020-11-06T20:29:18.089Z] DONE 6 tests, 6 skipped in 0.232s
20:29:18 [2020-11-06T20:29:18.089Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:29:18 [2020-11-06T20:29:18.331Z] ok  	github.com/docker/docker/reference	0.018s	coverage: 84.4% of statements
20:29:18 [2020-11-06T20:29:18.331Z] ok  	github.com/docker/docker/plugin	0.583s	coverage: 23.2% of statements
20:29:18 [2020-11-06T20:29:18.355Z] INFO: Testing against a local daemon
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestServiceCreateInit
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:29:18 [2020-11-06T20:29:18.355Z] --- PASS: TestServiceCreateInit (0.01s)
20:29:18 [2020-11-06T20:29:18.355Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:29:18 [2020-11-06T20:29:18.355Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:29:18 [2020-11-06T20:29:18.355Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestCreateServiceMultipleTimes
20:29:18 [2020-11-06T20:29:18.355Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s)
20:29:18 [2020-11-06T20:29:18.355Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestCreateServiceConflict
20:29:18 [2020-11-06T20:29:18.355Z] --- SKIP: TestCreateServiceConflict (0.01s)
20:29:18 [2020-11-06T20:29:18.355Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestCreateServiceMaxReplicas
20:29:18 [2020-11-06T20:29:18.355Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s)
20:29:18 [2020-11-06T20:29:18.355Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestCreateWithDuplicateNetworkNames
20:29:18 [2020-11-06T20:29:18.355Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
20:29:18 [2020-11-06T20:29:18.355Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestCreateServiceSecretFileMode
20:29:18 [2020-11-06T20:29:18.355Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
20:29:18 [2020-11-06T20:29:18.355Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestCreateServiceConfigFileMode
20:29:18 [2020-11-06T20:29:18.355Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
20:29:18 [2020-11-06T20:29:18.355Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestCreateServiceSysctls
20:29:18 [2020-11-06T20:29:18.355Z] --- SKIP: TestCreateServiceSysctls (0.02s)
20:29:18 [2020-11-06T20:29:18.355Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.355Z] === RUN   TestCreateServiceCapabilities
20:29:18 [2020-11-06T20:29:18.614Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
20:29:18 [2020-11-06T20:29:18.614Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.614Z] === RUN   TestInspect
20:29:18 [2020-11-06T20:29:18.614Z] --- SKIP: TestInspect (0.01s)
20:29:18 [2020-11-06T20:29:18.614Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.614Z] === RUN   TestCreateJob
20:29:18 [2020-11-06T20:29:18.614Z] --- SKIP: TestCreateJob (0.01s)
20:29:18 [2020-11-06T20:29:18.614Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.614Z] === RUN   TestReplicatedJob
20:29:18 [2020-11-06T20:29:18.614Z] --- SKIP: TestReplicatedJob (0.01s)
20:29:18 [2020-11-06T20:29:18.614Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.614Z] === RUN   TestUpdateReplicatedJob
20:29:18 [2020-11-06T20:29:18.614Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
20:29:18 [2020-11-06T20:29:18.614Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.614Z] === RUN   TestServiceListWithStatuses
20:29:18 [2020-11-06T20:29:18.614Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:29:18 [2020-11-06T20:29:18.614Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:29:18 [2020-11-06T20:29:18.614Z] === RUN   TestDockerNetworkConnectAlias
20:29:18 [2020-11-06T20:29:18.614Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
20:29:18 [2020-11-06T20:29:18.614Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.614Z] === RUN   TestDockerNetworkReConnect
20:29:18 [2020-11-06T20:29:18.614Z] --- SKIP: TestDockerNetworkReConnect (0.02s)
20:29:18 [2020-11-06T20:29:18.615Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:18 [2020-11-06T20:29:18.615Z] === RUN   TestServicePlugin
20:29:19 [2020-11-06T20:29:19.378Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.49s)
20:29:19 [2020-11-06T20:29:19.378Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:29:19 [2020-11-06T20:29:19.378Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:29:19 [2020-11-06T20:29:19.378Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:29:19 [2020-11-06T20:29:19.378Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:29:19 [2020-11-06T20:29:19.378Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:29:19 [2020-11-06T20:29:19.378Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:29:19 [2020-11-06T20:29:19.378Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:29:19 [2020-11-06T20:29:19.378Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:29:19 [2020-11-06T20:29:19.378Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:29:19 [2020-11-06T20:29:19.378Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
20:29:19 [2020-11-06T20:29:19.378Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:29:19 [2020-11-06T20:29:19.378Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:29:19 [2020-11-06T20:29:19.378Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:29:19 [2020-11-06T20:29:19.378Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
20:29:19 [2020-11-06T20:29:19.378Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:29:19 [2020-11-06T20:29:19.726Z] ok  	github.com/docker/docker/registry/resumable	0.032s	coverage: 100.0% of statements
20:29:19 [2020-11-06T20:29:19.726Z] ok  	github.com/docker/docker/quota	0.617s	coverage: 71.4% of statements
20:29:19 [2020-11-06T20:29:19.990Z] ok  	github.com/docker/docker/registry	0.188s	coverage: 57.2% of statements
20:29:20 [2020-11-06T20:29:20.254Z] ok  	github.com/docker/docker/restartmanager	0.020s	coverage: 50.9% of statements
20:29:20 [2020-11-06T20:29:20.451Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.87s)
20:29:20 [2020-11-06T20:29:20.451Z] === RUN   TestCreateDifferentPlatform
20:29:20 [2020-11-06T20:29:20.451Z] === RUN   TestCreateDifferentPlatform/different_os
20:29:20 [2020-11-06T20:29:20.451Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:29:20 [2020-11-06T20:29:20.451Z] --- PASS: TestCreateDifferentPlatform (0.01s)
20:29:20 [2020-11-06T20:29:20.451Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:29:20 [2020-11-06T20:29:20.451Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:29:20 [2020-11-06T20:29:20.451Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:29:20 [2020-11-06T20:29:20.451Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s)
20:29:20 [2020-11-06T20:29:20.451Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:29:20 [2020-11-06T20:29:20.451Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s)
20:29:20 [2020-11-06T20:29:20.451Z] === RUN   TestContainerStartOnDaemonRestart
20:29:20 [2020-11-06T20:29:20.452Z] === PAUSE TestContainerStartOnDaemonRestart
20:29:20 [2020-11-06T20:29:20.452Z] === RUN   TestDaemonRestartIpcMode
20:29:20 [2020-11-06T20:29:20.452Z] === PAUSE TestDaemonRestartIpcMode
20:29:20 [2020-11-06T20:29:20.452Z] === RUN   TestDaemonHostGatewayIP
20:29:20 [2020-11-06T20:29:20.452Z] === PAUSE TestDaemonHostGatewayIP
20:29:20 [2020-11-06T20:29:20.452Z] === RUN   TestContainerKillOnDaemonStart
20:29:20 [2020-11-06T20:29:20.452Z] === PAUSE TestContainerKillOnDaemonStart
20:29:20 [2020-11-06T20:29:20.452Z] === RUN   TestDiff
20:29:20 [2020-11-06T20:29:20.834Z] ok  	github.com/docker/docker/testutil	0.012s	coverage: 62.5% of statements
20:29:21 [2020-11-06T20:29:21.083Z] --- PASS: TestDiff (0.81s)
20:29:21 [2020-11-06T20:29:21.083Z] === RUN   TestExecWithCloseStdin
20:29:21 [2020-11-06T20:29:21.098Z] ok  	github.com/docker/docker/runconfig	0.029s	coverage: 66.1% of statements
20:29:21 [2020-11-06T20:29:21.907Z] --- SKIP: TestServicePlugin (3.45s)
20:29:21 [2020-11-06T20:29:21.907Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:21 [2020-11-06T20:29:21.907Z] === RUN   TestServiceUpdateLabel
20:29:21 [2020-11-06T20:29:21.907Z] --- SKIP: TestServiceUpdateLabel (0.01s)
20:29:21 [2020-11-06T20:29:21.907Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:21 [2020-11-06T20:29:21.907Z] === RUN   TestServiceUpdateSecrets
20:29:22 [2020-11-06T20:29:22.115Z] --- PASS: TestExecWithCloseStdin (0.91s)
20:29:22 [2020-11-06T20:29:22.115Z] === RUN   TestExec
20:29:22 [2020-11-06T20:29:22.167Z] --- SKIP: TestServiceUpdateSecrets (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] === RUN   TestServiceUpdateConfigs
20:29:22 [2020-11-06T20:29:22.167Z] --- SKIP: TestServiceUpdateConfigs (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] === RUN   TestServiceUpdateNetwork
20:29:22 [2020-11-06T20:29:22.167Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] === RUN   TestServiceUpdatePidsLimit
20:29:22 [2020-11-06T20:29:22.167Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] PASS
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === Skipped
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
20:29:22 [2020-11-06T20:29:22.167Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:29:22 [2020-11-06T20:29:22.167Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
20:29:22 [2020-11-06T20:29:22.167Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:29:22 [2020-11-06T20:29:22.167Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestInspect (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:29:22 [2020-11-06T20:29:22.167Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServicePlugin (3.45s)
20:29:22 [2020-11-06T20:29:22.167Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s)
20:29:22 [2020-11-06T20:29:22.167Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] 
20:29:22 [2020-11-06T20:29:22.167Z] DONE 24 tests, 23 skipped in 3.922s
20:29:22 [2020-11-06T20:29:22.167Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:29:22 [2020-11-06T20:29:22.167Z] INFO: Testing against a local daemon
20:29:22 [2020-11-06T20:29:22.167Z] === RUN   TestSessionCreate
20:29:22 [2020-11-06T20:29:22.167Z] --- PASS: TestSessionCreate (0.02s)
20:29:22 [2020-11-06T20:29:22.167Z] === RUN   TestSessionCreateWithBadUpgrade
20:29:22 [2020-11-06T20:29:22.427Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
20:29:22 [2020-11-06T20:29:22.427Z] PASS
20:29:22 [2020-11-06T20:29:22.427Z] 
20:29:22 [2020-11-06T20:29:22.427Z] DONE 2 tests in 0.190s
20:29:22 [2020-11-06T20:29:22.427Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:29:22 [2020-11-06T20:29:22.427Z] INFO: Testing against a local daemon
20:29:22 [2020-11-06T20:29:22.427Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:29:22 [2020-11-06T20:29:22.427Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:29:22 [2020-11-06T20:29:22.427Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:29:22 [2020-11-06T20:29:22.427Z] === RUN   TestEventsExecDie
20:29:22 [2020-11-06T20:29:22.996Z] --- PASS: TestEventsExecDie (0.50s)
20:29:22 [2020-11-06T20:29:22.996Z] === RUN   TestEventsBackwardsCompatible
20:29:22 [2020-11-06T20:29:22.996Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
20:29:22 [2020-11-06T20:29:22.996Z] === RUN   TestInfoBinaryCommits
20:29:22 [2020-11-06T20:29:22.996Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:29:22 [2020-11-06T20:29:22.996Z] === RUN   TestInfoAPIVersioned
20:29:22 [2020-11-06T20:29:22.996Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:29:22 [2020-11-06T20:29:22.996Z] === RUN   TestInfoDiscoveryBackend
20:29:23 [2020-11-06T20:29:23.076Z] ok  	github.com/docker/docker/volume/drivers	0.019s	coverage: 36.1% of statements
20:29:23 [2020-11-06T20:29:23.148Z] --- PASS: TestExec (0.93s)
20:29:23 [2020-11-06T20:29:23.148Z] === RUN   TestExecUser
20:29:24 [2020-11-06T20:29:24.037Z] ok  	github.com/docker/docker/volume/mounts	0.121s	coverage: 67.0% of statements
20:29:24 [2020-11-06T20:29:24.179Z] --- PASS: TestExecUser (0.94s)
20:29:24 [2020-11-06T20:29:24.179Z] === RUN   TestExportContainerAndImportImage
20:29:24 [2020-11-06T20:29:24.613Z] ok  	github.com/docker/docker/volume/local	0.250s	coverage: 76.6% of statements
20:29:24 [2020-11-06T20:29:24.900Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
20:29:24 [2020-11-06T20:29:24.901Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:29:25 [2020-11-06T20:29:25.210Z] --- PASS: TestExportContainerAndImportImage (1.15s)
20:29:25 [2020-11-06T20:29:25.210Z] === RUN   TestExportContainerAfterDaemonRestart
20:29:25 [2020-11-06T20:29:25.561Z] ok  	github.com/docker/docker/volume/service	0.028s	coverage: 73.1% of statements
20:29:26 [2020-11-06T20:29:26.726Z] --- PASS: TestExportContainerAfterDaemonRestart (1.50s)
20:29:26 [2020-11-06T20:29:26.726Z] === RUN   TestHealthCheckWorkdir
20:29:27 [2020-11-06T20:29:27.507Z] ok  	github.com/docker/docker/api/server	0.010s	coverage: 9.0% of statements
20:29:27 [2020-11-06T20:29:27.764Z] --- PASS: TestHealthCheckWorkdir (1.04s)
20:29:27 [2020-11-06T20:29:27.765Z] === RUN   TestHealthKillContainer
20:29:28 [2020-11-06T20:29:28.187Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s)
20:29:28 [2020-11-06T20:29:28.187Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:29:28 [2020-11-06T20:29:28.187Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
20:29:28 [2020-11-06T20:29:28.187Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
20:29:28 [2020-11-06T20:29:28.187Z] === RUN   TestInfoAPI
20:29:28 [2020-11-06T20:29:28.187Z] --- PASS: TestInfoAPI (0.04s)
20:29:28 [2020-11-06T20:29:28.187Z] === RUN   TestInfoAPIWarnings
20:29:31 [2020-11-06T20:29:31.280Z] --- PASS: TestHealthKillContainer (2.98s)
20:29:31 [2020-11-06T20:29:31.280Z] === RUN   TestInspectCpusetInConfigPre120
20:29:31 [2020-11-06T20:29:31.297Z] INFO: Downloading compiler 1 of 3...
20:29:31 [2020-11-06T20:29:31.297Z] INFO: Downloading compiler 2 of 3...
20:29:31 [2020-11-06T20:29:31.297Z] INFO: Downloading compiler 3 of 3...
20:29:31 [2020-11-06T20:29:31.297Z] INFO: Extracting git...
20:29:31 [2020-11-06T20:29:31.571Z] --- PASS: TestInspectCpusetInConfigPre120 (0.86s)
20:29:31 [2020-11-06T20:29:31.571Z] === RUN   TestIpcModeNone
20:29:32 [2020-11-06T20:29:32.634Z] --- PASS: TestIpcModeNone (0.96s)
20:29:32 [2020-11-06T20:29:32.634Z] === RUN   TestIpcModePrivate
20:29:33 [2020-11-06T20:29:33.268Z] --- PASS: TestIpcModePrivate (0.92s)
20:29:33 [2020-11-06T20:29:33.268Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
20:29:33 [2020-11-06T20:29:33.268Z] === RUN   TestIpcModeShareable
20:29:34 [2020-11-06T20:29:34.305Z] --- PASS: TestIpcModeShareable (0.96s)
20:29:34 [2020-11-06T20:29:34.305Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
20:29:34 [2020-11-06T20:29:34.305Z] === RUN   TestAPIIpcModeShareableAndContainer
20:29:37 [2020-11-06T20:29:37.821Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.85s)
20:29:37 [2020-11-06T20:29:37.821Z] === RUN   TestAPIIpcModeHost
20:29:37 [2020-11-06T20:29:37.821Z] --- PASS: TestAPIIpcModeHost (0.61s)
20:29:37 [2020-11-06T20:29:37.821Z] === RUN   TestDaemonIpcModeShareable
20:29:39 [2020-11-06T20:29:39.885Z] --- PASS: TestDaemonIpcModeShareable (1.72s)
20:29:39 [2020-11-06T20:29:39.885Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
20:29:39 [2020-11-06T20:29:39.885Z] === RUN   TestDaemonIpcModePrivate
20:29:41 [2020-11-06T20:29:41.391Z] --- PASS: TestDaemonIpcModePrivate (1.75s)
20:29:41 [2020-11-06T20:29:41.391Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
20:29:41 [2020-11-06T20:29:41.391Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:29:42 [2020-11-06T20:29:42.896Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s)
20:29:42 [2020-11-06T20:29:42.896Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
20:29:42 [2020-11-06T20:29:42.896Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:29:43 [2020-11-06T20:29:43.800Z] INFO: Expanding go...
20:29:44 [2020-11-06T20:29:44.965Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.70s)
20:29:44 [2020-11-06T20:29:44.965Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
20:29:44 [2020-11-06T20:29:44.965Z] === RUN   TestIpcModeOlderClient
20:29:44 [2020-11-06T20:29:44.965Z] === PAUSE TestIpcModeOlderClient
20:29:44 [2020-11-06T20:29:44.965Z] === RUN   TestKillContainerInvalidSignal
20:29:45 [2020-11-06T20:29:45.599Z] --- PASS: TestKillContainerInvalidSignal (0.81s)
20:29:45 [2020-11-06T20:29:45.599Z] === RUN   TestKillContainer
20:29:45 [2020-11-06T20:29:45.599Z] === RUN   TestKillContainer/no_signal
20:29:46 [2020-11-06T20:29:46.231Z] === RUN   TestKillContainer/non_killing_signal
20:29:46 [2020-11-06T20:29:46.443Z] --- PASS: TestInfoAPIWarnings (17.36s)
20:29:46 [2020-11-06T20:29:46.443Z] === RUN   TestInfoDebug
20:29:46 [2020-11-06T20:29:46.864Z] === RUN   TestKillContainer/killing_signal
20:29:47 [2020-11-06T20:29:47.016Z] --- PASS: TestInfoDebug (1.52s)
20:29:47 [2020-11-06T20:29:47.016Z] === RUN   TestInfoInsecureRegistries
20:29:47 [2020-11-06T20:29:47.546Z] ok  	github.com/docker/docker/pkg/plugins	33.638s	coverage: 76.6% of statements
20:29:47 [2020-11-06T20:29:47.546Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:29:47 [2020-11-06T20:29:47.546Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:29:47 [2020-11-06T20:29:47.546Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:29:47 [2020-11-06T20:29:47.546Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/rootless	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/volume	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === Skipped
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver btrfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver btrfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver btrfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver btrfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver btrfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:73: No driver to put!
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z] time="2020-11-06T20:28:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z] time="2020-11-06T20:28:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z] time="2020-11-06T20:28:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z] time="2020-11-06T20:28:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z] time="2020-11-06T20:28:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:73: No driver to put!
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     overlay_test.go:49: Fails to compute changes intermittently
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver zfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver zfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver zfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver zfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:46: Driver zfs not supported
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     graphtest_unix.go:73: No driver to put!
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:29:47 [2020-11-06T20:29:47.547Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] 
20:29:47 [2020-11-06T20:29:47.547Z] DONE 2169 tests, 26 skipped in 191.107s
Post stage
[Pipeline] junit
20:29:47 [2020-11-06T20:29:47.564Z] Recording test results
20:29:48 [2020-11-06T20:29:48.370Z] --- PASS: TestKillContainer (2.63s)
20:29:48 [2020-11-06T20:29:48.370Z]     --- PASS: TestKillContainer/no_signal (0.86s)
20:29:48 [2020-11-06T20:29:48.370Z]     --- PASS: TestKillContainer/non_killing_signal (0.50s)
20:29:48 [2020-11-06T20:29:48.370Z]     --- PASS: TestKillContainer/killing_signal (0.86s)
20:29:48 [2020-11-06T20:29:48.370Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:29:48 [2020-11-06T20:29:48.370Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:29:48 [2020-11-06T20:29:48.395Z] --- PASS: TestInfoInsecureRegistries (1.53s)
20:29:48 [2020-11-06T20:29:48.396Z] === RUN   TestInfoRegistryMirrors
20:29:49 [2020-11-06T20:29:49.002Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:29:49 [2020-11-06T20:29:49.902Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -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:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh dynbinary test-integration
20:29:50 [2020-11-06T20:29:50.037Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s)
20:29:50 [2020-11-06T20:29:50.037Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s)
20:29:50 [2020-11-06T20:29:50.037Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s)
20:29:50 [2020-11-06T20:29:50.037Z] === RUN   TestKillStoppedContainer
20:29:50 [2020-11-06T20:29:50.037Z] --- PASS: TestKillStoppedContainer (0.10s)
20:29:50 [2020-11-06T20:29:50.037Z] === RUN   TestKillStoppedContainerAPIPre120
20:29:50 [2020-11-06T20:29:50.037Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
20:29:50 [2020-11-06T20:29:50.037Z] === RUN   TestKillDifferentUserContainer
20:29:50 [2020-11-06T20:29:50.307Z] --- PASS: TestInfoRegistryMirrors (1.52s)
20:29:50 [2020-11-06T20:29:50.307Z] === RUN   TestLoginFailsWithBadCredentials
20:29:50 [2020-11-06T20:29:50.307Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s)
20:29:50 [2020-11-06T20:29:50.307Z] === RUN   TestPingCacheHeaders
20:29:50 [2020-11-06T20:29:50.307Z] --- PASS: TestPingCacheHeaders (0.04s)
20:29:50 [2020-11-06T20:29:50.307Z] === RUN   TestPingGet
20:29:50 [2020-11-06T20:29:50.307Z] --- PASS: TestPingGet (0.01s)
20:29:50 [2020-11-06T20:29:50.307Z] === RUN   TestPingHead
20:29:50 [2020-11-06T20:29:50.307Z] --- PASS: TestPingHead (0.02s)
20:29:50 [2020-11-06T20:29:50.307Z] === RUN   TestVersion
20:29:50 [2020-11-06T20:29:50.307Z] --- PASS: TestVersion (0.02s)
20:29:50 [2020-11-06T20:29:50.307Z] PASS
20:29:50 [2020-11-06T20:29:50.307Z] 
20:29:50 [2020-11-06T20:29:50.307Z] === Skipped
20:29:50 [2020-11-06T20:29:50.307Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:29:50 [2020-11-06T20:29:50.307Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:29:50 [2020-11-06T20:29:50.307Z] 
20:29:50 [2020-11-06T20:29:50.307Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
20:29:50 [2020-11-06T20:29:50.307Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
20:29:50 [2020-11-06T20:29:50.307Z] 
20:29:50 [2020-11-06T20:29:50.307Z] 
20:29:50 [2020-11-06T20:29:50.307Z] DONE 18 tests, 2 skipped in 27.940s
20:29:50 [2020-11-06T20:29:50.307Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:29:50 [2020-11-06T20:29:50.479Z] 
20:29:50 [2020-11-06T20:29:50.566Z] INFO: Testing against a local daemon
20:29:50 [2020-11-06T20:29:50.566Z] === RUN   TestVolumesCreateAndList
20:29:50 [2020-11-06T20:29:50.566Z] --- PASS: TestVolumesCreateAndList (0.03s)
20:29:50 [2020-11-06T20:29:50.566Z] === RUN   TestVolumesRemove
20:29:50 [2020-11-06T20:29:50.566Z] --- PASS: TestVolumesRemove (0.06s)
20:29:50 [2020-11-06T20:29:50.566Z] === RUN   TestVolumesInspect
20:29:50 [2020-11-06T20:29:50.566Z] --- PASS: TestVolumesInspect (0.02s)
20:29:50 [2020-11-06T20:29:50.566Z] === RUN   TestVolumesInvalidJSON
20:29:50 [2020-11-06T20:29:50.566Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:29:50 [2020-11-06T20:29:50.566Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:29:50 [2020-11-06T20:29:50.566Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:29:50 [2020-11-06T20:29:50.566Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:29:50 [2020-11-06T20:29:50.566Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:29:50 [2020-11-06T20:29:50.566Z] PASS
20:29:50 [2020-11-06T20:29:50.566Z] 
20:29:50 [2020-11-06T20:29:50.566Z] DONE 5 tests in 0.285s
20:29:50 [2020-11-06T20:29:50.566Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:29:50 [2020-11-06T20:29:50.566Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12040 is not a child of this shell
20:29:50 [2020-11-06T20:29:50.566Z] warning: PID 12040 from bundles/test-integration/docker.pid had a nonzero exit code
20:29:50 [2020-11-06T20:29:50.566Z] Leaving: AppArmorNo profiles have been unloaded.
20:29:50 [2020-11-06T20:29:50.566Z] 
20:29:50 [2020-11-06T20:29:50.566Z] Unloading profiles will leave already running processes permanently
20:29:50 [2020-11-06T20:29:50.566Z] unconfined, which can lead to unexpected situations.
20:29:50 [2020-11-06T20:29:50.566Z] 
20:29:50 [2020-11-06T20:29:50.566Z] To set a process to complain mode, use the command line tool
20:29:50 [2020-11-06T20:29:50.566Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:29:50 [2020-11-06T20:29:50.566Z] Removing test suite binaries
20:29:50 [2020-11-06T20:29:50.566Z] exiting test-integration
20:29:50 [2020-11-06T20:29:50.566Z] ++ exit 0
20:29:50 [2020-11-06T20:29:50.742Z] Removing bundles/
20:29:50 [2020-11-06T20:29:50.742Z] 
20:29:50 [2020-11-06T20:29:50.742Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:29:50 [2020-11-06T20:29:50.742Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:29:50 [2020-11-06T20:29:50.742Z] GOOS="" GOARCH="" GOARM=""
20:29:51 [2020-11-06T20:29:51.071Z] --- PASS: TestKillDifferentUserContainer (0.87s)
20:29:51 [2020-11-06T20:29:51.071Z] === RUN   TestInspectOomKilledTrue
20:29:51 [2020-11-06T20:29:51.071Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:29:51 [2020-11-06T20:29:51.072Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:29:51 [2020-11-06T20:29:51.072Z] === RUN   TestInspectOomKilledFalse
20:29:51 [2020-11-06T20:29:51.072Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:29:51 [2020-11-06T20:29:51.072Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:29:51 [2020-11-06T20:29:51.072Z] === RUN   TestLinksEtcHostsContentMatch
20:29:51 [2020-11-06T20:29:51.362Z] --- PASS: TestLinksEtcHostsContentMatch (0.52s)
20:29:51 [2020-11-06T20:29:51.362Z] === RUN   TestLinksContainerNames
20:29:51 [2020-11-06T20:29:51.944Z] 
20:29:53 [2020-11-06T20:29:53.429Z] --- PASS: TestLinksContainerNames (1.67s)
20:29:53 [2020-11-06T20:29:53.429Z] === RUN   TestLogsFollowTailEmpty
20:29:53 [2020-11-06T20:29:53.720Z] --- PASS: TestLogsFollowTailEmpty (0.79s)
20:29:53 [2020-11-06T20:29:53.720Z] === RUN   TestContainerNetworkMountsNoChown
Post stage
[Pipeline] junit
20:29:53 [2020-11-06T20:29:53.862Z] Recording test results
20:29:54 [2020-11-06T20:29:54.755Z] --- PASS: TestContainerNetworkMountsNoChown (0.85s)
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/default
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/default
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/private
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/private
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rprivate
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rprivate
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/slave
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/slave
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rslave
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rslave
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/shared
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/shared
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rshared
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rshared
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/default
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/default/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/rslave
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/default/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/rshared
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/shared
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/rprivate
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/slave
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/private
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/private/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/private/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:29:54 [2020-11-06T20:29:54.755Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:29:54 [2020-11-06T20:29:54.755Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:29:55 [2020-11-06T20:29:55.046Z] === CONT  TestMountDaemonRoot/default/mount_root
20:29:55 [2020-11-06T20:29:55.046Z] === CONT  TestMountDaemonRoot/default/bind_root
20:29:55 [2020-11-06T20:29:55.046Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:29:55 [2020-11-06T20:29:55.046Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:29:55 [2020-11-06T20:29:55.046Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:29:55 [2020-11-06T20:29:55.046Z] === CONT  TestMountDaemonRoot/rshared/bind_root
[Pipeline] }
[Pipeline] // withEnv
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:29:55 [2020-11-06T20:29:55.337Z] === CONT  TestMountDaemonRoot/private/bind_root
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:29:55 [2020-11-06T20:29:55.633Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:29:55 [2020-11-06T20:29:55.633Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:29:55 [2020-11-06T20:29:55.633Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:29:55 [2020-11-06T20:29:55.633Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:29:55 [2020-11-06T20:29:55.633Z] === CONT  TestMountDaemonRoot/private/mount_root
20:29:55 [2020-11-06T20:29:55.633Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:29:55 [2020-11-06T20:29:55.633Z] --- PASS: TestMountDaemonRoot (0.01s)
20:29:55 [2020-11-06T20:29:55.633Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
20:29:55 [2020-11-06T20:29:55.633Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.11s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.11s)
20:29:55 [2020-11-06T20:29:55.633Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
20:29:55 [2020-11-06T20:29:55.633Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
20:29:55 [2020-11-06T20:29:55.633Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
20:29:55 [2020-11-06T20:29:55.633Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
20:29:55 [2020-11-06T20:29:55.633Z] === RUN   TestContainerBindMountNonRecursive
20:29:55 [2020-11-06T20:29:55.662Z] + echo Ensuring container killed.
20:29:55 [2020-11-06T20:29:55.662Z] Ensuring container killed.
20:29:55 [2020-11-06T20:29:55.662Z] + docker rm -vf docker-pr1
20:29:55 [2020-11-06T20:29:55.662Z] Error: No such container: docker-pr1
20:29:55 [2020-11-06T20:29:55.662Z] + true
[Pipeline] sh
20:29:55 [2020-11-06T20:29:55.945Z] + echo Chowning /workspace to jenkins user
20:29:55 [2020-11-06T20:29:55.945Z] Chowning /workspace to jenkins user
20:29:55 [2020-11-06T20:29:55.945Z] + id -u
20:29:55 [2020-11-06T20:29:55.945Z] + id -g
20:29:55 [2020-11-06T20:29:55.945Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41648:/workspace busybox chown -R 1000:1000 /workspace
20:29:57 [2020-11-06T20:29:57.704Z] --- PASS: TestContainerBindMountNonRecursive (2.06s)
20:29:57 [2020-11-06T20:29:57.704Z] === RUN   TestNetworkNat
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:29:58 [2020-11-06T20:29:58.147Z] + bundleName=amd64-rootless
20:29:58 [2020-11-06T20:29:58.147Z] + echo Creating amd64-rootless-bundles.tar.gz
20:29:58 [2020-11-06T20:29:58.147Z] Creating amd64-rootless-bundles.tar.gz
20:29:58 [2020-11-06T20:29:58.147Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
20:29:58 [2020-11-06T20:29:58.147Z] + 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
20:29:58 [2020-11-06T20:29:58.160Z] Archiving artifacts
20:29:58 [2020-11-06T20:29:58.737Z] --- PASS: TestNetworkNat (0.87s)
20:29:58 [2020-11-06T20:29:58.737Z] === RUN   TestNetworkLocalhostTCPNat
20:29:59 [2020-11-06T20:29:59.402Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s)
20:29:59 [2020-11-06T20:29:59.402Z] === RUN   TestNetworkLoopbackNat
20:30:00 [2020-11-06T20:30:00.148Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41648/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:30:00 [2020-11-06T20:30:00.458Z] + make clean
20:30:00 [2020-11-06T20:30:00.717Z] docker volume rm -f docker-dev-cache
20:30:00 [2020-11-06T20:30:00.717Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:30:01 [2020-11-06T20:30:01.638Z] INFO: Expanding compiler 1 of 3...
20:30:02 [2020-11-06T20:30:02.108Z] INFO: Expanding compiler 2 of 3...
20:30:02 [2020-11-06T20:30:02.915Z] --- PASS: TestNetworkLoopbackNat (3.29s)
20:30:02 [2020-11-06T20:30:02.915Z] === RUN   TestPause
20:30:03 [2020-11-06T20:30:03.547Z] --- PASS: TestPause (0.86s)
20:30:03 [2020-11-06T20:30:03.547Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:30:03 [2020-11-06T20:30:03.547Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:30:03 [2020-11-06T20:30:03.547Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:30:03 [2020-11-06T20:30:03.547Z] === RUN   TestPauseStopPausedContainer
20:30:04 [2020-11-06T20:30:04.580Z] --- PASS: TestPauseStopPausedContainer (0.86s)
20:30:04 [2020-11-06T20:30:04.580Z] === RUN   TestPsFilter
20:30:04 [2020-11-06T20:30:04.871Z] --- PASS: TestPsFilter (0.28s)
20:30:04 [2020-11-06T20:30:04.871Z] === RUN   TestRemoveContainerWithRemovedVolume
20:30:05 [2020-11-06T20:30:05.503Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s)
20:30:05 [2020-11-06T20:30:05.503Z] === RUN   TestRemoveContainerWithVolume
20:30:06 [2020-11-06T20:30:06.536Z] --- PASS: TestRemoveContainerWithVolume (0.87s)
20:30:06 [2020-11-06T20:30:06.536Z] === RUN   TestRemoveContainerRunning
20:30:06 [2020-11-06T20:30:06.870Z] INFO: Expanding compiler 3 of 3...
20:30:07 [2020-11-06T20:30:07.167Z] --- PASS: TestRemoveContainerRunning (0.88s)
20:30:07 [2020-11-06T20:30:07.167Z] === RUN   TestRemoveContainerForceRemoveRunning
20:30:07 [2020-11-06T20:30:07.340Z] INFO: Removing downloaded files...
20:30:07 [2020-11-06T20:30:07.341Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
20:30:07 [2020-11-06T20:30:07.341Z] INFO: Configuring git core.autocrlf...
20:30:08 [2020-11-06T20:30:08.200Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.91s)
20:30:08 [2020-11-06T20:30:08.200Z] === RUN   TestRemoveInvalidContainer
20:30:08 [2020-11-06T20:30:08.200Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:30:08 [2020-11-06T20:30:08.200Z] === RUN   TestRenameLinkedContainer
20:30:11 [2020-11-06T20:30:11.718Z] --- PASS: TestRenameLinkedContainer (3.36s)
20:30:11 [2020-11-06T20:30:11.718Z] === RUN   TestRenameStoppedContainer
20:30:12 [2020-11-06T20:30:12.752Z] --- PASS: TestRenameStoppedContainer (0.94s)
20:30:12 [2020-11-06T20:30:12.752Z] === RUN   TestRenameRunningContainerAndReuse
20:30:14 [2020-11-06T20:30:14.290Z] --- PASS: TestRenameRunningContainerAndReuse (1.66s)
20:30:14 [2020-11-06T20:30:14.291Z] === RUN   TestRenameInvalidName
20:30:14 [2020-11-06T20:30:14.922Z] --- PASS: TestRenameInvalidName (0.87s)
20:30:14 [2020-11-06T20:30:14.922Z] === RUN   TestRenameAnonymousContainer
20:30:20 [2020-11-06T20:30:20.483Z] --- PASS: TestRenameAnonymousContainer (4.81s)
20:30:20 [2020-11-06T20:30:20.483Z] === RUN   TestRenameContainerWithSameName
20:30:20 [2020-11-06T20:30:20.775Z] --- PASS: TestRenameContainerWithSameName (0.97s)
20:30:20 [2020-11-06T20:30:20.775Z] === RUN   TestRenameContainerWithLinkedContainer
20:30:22 [2020-11-06T20:30:22.840Z] --- PASS: TestRenameContainerWithLinkedContainer (1.74s)
20:30:22 [2020-11-06T20:30:22.840Z] === RUN   TestResize
20:30:23 [2020-11-06T20:30:23.475Z] --- PASS: TestResize (0.88s)
20:30:23 [2020-11-06T20:30:23.475Z] === RUN   TestResizeWithInvalidSize
20:30:24 [2020-11-06T20:30:24.509Z] --- PASS: TestResizeWithInvalidSize (0.85s)
20:30:24 [2020-11-06T20:30:24.509Z] === RUN   TestResizeWhenContainerNotStarted
20:30:25 [2020-11-06T20:30:25.141Z] --- PASS: TestResizeWhenContainerNotStarted (0.84s)
20:30:25 [2020-11-06T20:30:25.141Z] === RUN   TestDaemonRestartKillContainers
20:30:25 [2020-11-06T20:30:25.141Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:30:25 [2020-11-06T20:30:25.141Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:30:25 [2020-11-06T20:30:25.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:30:27 [2020-11-06T20:30:27.870Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:30:27 [2020-11-06T20:30:27.870Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:30:28 [2020-11-06T20:30:28.905Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:30:28 [2020-11-06T20:30:28.905Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:30:30 [2020-11-06T20:30:30.422Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:30:30 [2020-11-06T20:30:30.422Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:30:33 [2020-11-06T20:30:33.157Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:30:33 [2020-11-06T20:30:33.157Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:30:35 [2020-11-06T20:30:35.885Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:30:35 [2020-11-06T20:30:35.885Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:30:38 [2020-11-06T20:30:38.611Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.44s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.46s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.41s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.50s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.25s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.31s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.73s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.20s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.38s)
20:30:38 [2020-11-06T20:30:38.612Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.32s)
20:30:38 [2020-11-06T20:30:38.612Z] === RUN   TestCgroupNamespacesRun
20:30:39 [2020-11-06T20:30:39.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:30:39 [2020-11-06T20:30:39.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:30:40 [2020-11-06T20:30:40.118Z] --- PASS: TestCgroupNamespacesRun (1.69s)
20:30:40 [2020-11-06T20:30:40.118Z] === RUN   TestCgroupNamespacesRunPrivileged
20:30:41 [2020-11-06T20:30:41.628Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s)
20:30:41 [2020-11-06T20:30:41.628Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:30:43 [2020-11-06T20:30:43.733Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.72s)
20:30:43 [2020-11-06T20:30:43.733Z] === RUN   TestCgroupNamespacesRunHostMode
20:30:45 [2020-11-06T20:30:45.244Z] --- PASS: TestCgroupNamespacesRunHostMode (1.69s)
20:30:45 [2020-11-06T20:30:45.244Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:30:46 [2020-11-06T20:30:46.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:30:46 [2020-11-06T20:30:46.754Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s)
20:30:46 [2020-11-06T20:30:46.754Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:30:48 [2020-11-06T20:30:48.821Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.63s)
20:30:48 [2020-11-06T20:30:48.821Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:30:49 [2020-11-06T20:30:49.454Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s)
20:30:49 [2020-11-06T20:30:49.454Z] === RUN   TestCgroupNamespacesRunOlderClient
20:30:49 [2020-11-06T20:30:49.883Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 14.7% of statements
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ok  	github.com/docker/docker/api/server/middleware	0.009s	coverage: 37.7% of statements
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ok  	github.com/docker/docker/api/types/filters	0.010s	coverage: 92.2% of statements
20:30:49 [2020-11-06T20:30:49.883Z] ok  	github.com/docker/docker/api/types/strslice	0.028s	coverage: 90.0% of statements
20:30:49 [2020-11-06T20:30:49.883Z] ok  	github.com/docker/docker/api/server/router/swarm	0.025s	coverage: 5.7% of statements
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ok  	github.com/docker/docker/api/types/versions	0.008s	coverage: 75.0% of statements
20:30:49 [2020-11-06T20:30:49.883Z] ok  	github.com/docker/docker/api/types/time	0.005s	coverage: 100.0% of statements
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/builder	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:30:49 [2020-11-06T20:30:49.883Z] ok  	github.com/docker/docker/builder/dockerignore	0.005s	coverage: 96.8% of statements
20:30:50 [2020-11-06T20:30:50.961Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.74s)
20:30:50 [2020-11-06T20:30:50.961Z] === RUN   TestKernelTCPMemory
20:30:51 [2020-11-06T20:30:51.995Z] --- PASS: TestKernelTCPMemory (0.97s)
20:30:51 [2020-11-06T20:30:51.995Z] === RUN   TestNISDomainname
20:30:52 [2020-11-06T20:30:52.018Z] ok  	github.com/docker/docker/cli/debug	0.012s	coverage: 100.0% of statements
20:30:52 [2020-11-06T20:30:52.767Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:30:52 [2020-11-06T20:30:52.767Z] 
20:30:52 [2020-11-06T20:30:52.767Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:30:52 [2020-11-06T20:30:52.767Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:30:52 [2020-11-06T20:30:52.767Z] Using test binary docker
20:30:52 [2020-11-06T20:30:52.767Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:30:52 [2020-11-06T20:30:52.767Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:30:52 [2020-11-06T20:30:52.767Z] INFO: Waiting for daemon to start...
20:30:52 [2020-11-06T20:30:52.767Z] Starting dockerd
20:30:52 [2020-11-06T20:30:52.767Z] .
20:30:52 [2020-11-06T20:30:52.767Z] INFO: Building docker-sdk-python3:4.3.0...
20:30:53 [2020-11-06T20:30:53.028Z] --- PASS: TestNISDomainname (0.97s)
20:30:53 [2020-11-06T20:30:53.028Z] === RUN   TestHostnameDnsResolution
20:30:54 [2020-11-06T20:30:54.127Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.831s	coverage: 86.3% of statements
20:30:55 [2020-11-06T20:30:55.095Z] --- PASS: TestHostnameDnsResolution (1.70s)
20:30:55 [2020-11-06T20:30:55.095Z] === RUN   TestStats
20:30:55 [2020-11-06T20:30:55.658Z] ok  	github.com/docker/docker/builder/remotecontext	0.525s	coverage: 13.7% of statements
20:30:57 [2020-11-06T20:30:57.761Z] ok  	github.com/docker/docker/builder/dockerfile	1.345s	coverage: 48.1% of statements
20:30:57 [2020-11-06T20:30:57.761Z] ?   	github.com/docker/docker/cli	[no test files]
20:30:57 [2020-11-06T20:30:57.761Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:30:57 [2020-11-06T20:30:57.838Z] --- PASS: TestStats (2.96s)
20:30:57 [2020-11-06T20:30:57.838Z] === RUN   TestStopContainerWithTimeout
20:30:57 [2020-11-06T20:30:57.838Z] === RUN   TestStopContainerWithTimeout/0
20:30:57 [2020-11-06T20:30:57.838Z] === PAUSE TestStopContainerWithTimeout/0
20:30:57 [2020-11-06T20:30:57.838Z] === RUN   TestStopContainerWithTimeout/1
20:30:57 [2020-11-06T20:30:57.838Z] === PAUSE TestStopContainerWithTimeout/1
20:30:57 [2020-11-06T20:30:57.838Z] === RUN   TestStopContainerWithTimeout/3
20:30:57 [2020-11-06T20:30:57.838Z] === PAUSE TestStopContainerWithTimeout/3
20:30:57 [2020-11-06T20:30:57.838Z] === RUN   TestStopContainerWithTimeout/-1
20:30:57 [2020-11-06T20:30:57.838Z] === PAUSE TestStopContainerWithTimeout/-1
20:30:57 [2020-11-06T20:30:57.838Z] === CONT  TestStopContainerWithTimeout/0
20:30:57 [2020-11-06T20:30:57.838Z] === CONT  TestStopContainerWithTimeout/3
20:30:58 [2020-11-06T20:30:58.871Z] === CONT  TestStopContainerWithTimeout/-1
20:31:00 [2020-11-06T20:31:00.935Z] === CONT  TestStopContainerWithTimeout/1
20:31:02 [2020-11-06T20:31:02.266Z] ok  	github.com/docker/docker/client	0.499s	coverage: 75.4% of statements
20:31:02 [2020-11-06T20:31:02.442Z] --- PASS: TestStopContainerWithTimeout (0.01s)
20:31:02 [2020-11-06T20:31:02.442Z]     --- PASS: TestStopContainerWithTimeout/0 (1.05s)
20:31:02 [2020-11-06T20:31:02.442Z]     --- PASS: TestStopContainerWithTimeout/3 (2.98s)
20:31:02 [2020-11-06T20:31:02.442Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.87s)
20:31:02 [2020-11-06T20:31:02.442Z]     --- PASS: TestStopContainerWithTimeout/1 (1.89s)
20:31:02 [2020-11-06T20:31:02.442Z] === RUN   TestDeleteDevicemapper
20:31:02 [2020-11-06T20:31:02.442Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:31:02 [2020-11-06T20:31:02.442Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:31:02 [2020-11-06T20:31:02.442Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:31:06 [2020-11-06T20:31:06.890Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.58s)
20:31:06 [2020-11-06T20:31:06.890Z] === RUN   TestUpdateMemory
20:31:06 [2020-11-06T20:31:06.890Z] --- SKIP: TestUpdateMemory (0.00s)
20:31:06 [2020-11-06T20:31:06.890Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:31:06 [2020-11-06T20:31:06.890Z] === RUN   TestUpdateCPUQuota
20:31:07 [2020-11-06T20:31:07.522Z] --- PASS: TestUpdateCPUQuota (1.21s)
20:31:07 [2020-11-06T20:31:07.522Z] === RUN   TestUpdatePidsLimit
20:31:07 [2020-11-06T20:31:07.522Z] === RUN   TestUpdatePidsLimit/update_from_none
20:31:07 [2020-11-06T20:31:07.813Z] === RUN   TestUpdatePidsLimit/no_change
20:31:08 [2020-11-06T20:31:08.104Z] === RUN   TestUpdatePidsLimit/update_lower
20:31:08 [2020-11-06T20:31:08.395Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:31:08 [2020-11-06T20:31:08.687Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:31:09 [2020-11-06T20:31:09.321Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:31:09 [2020-11-06T20:31:09.612Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:31:11 [2020-11-06T20:31:11.130Z] --- PASS: TestUpdatePidsLimit (3.64s)
20:31:11 [2020-11-06T20:31:11.130Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.34s)
20:31:11 [2020-11-06T20:31:11.130Z]     --- PASS: TestUpdatePidsLimit/no_change (0.35s)
20:31:11 [2020-11-06T20:31:11.130Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.36s)
20:31:11 [2020-11-06T20:31:11.130Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s)
20:31:11 [2020-11-06T20:31:11.130Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s)
20:31:11 [2020-11-06T20:31:11.130Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s)
20:31:11 [2020-11-06T20:31:11.130Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s)
20:31:11 [2020-11-06T20:31:11.130Z] === RUN   TestUpdateRestartPolicy
20:31:12 [2020-11-06T20:31:12.297Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:31:12 [2020-11-06T20:31:12.297Z] 
20:31:12 [2020-11-06T20:31:12.297Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:31:12 [2020-11-06T20:31:12.297Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:31:12 [2020-11-06T20:31:12.297Z] HOSTNAME=a4f16b583bce
20:31:12 [2020-11-06T20:31:12.297Z] TESTDEBUG=0
20:31:12 [2020-11-06T20:31:12.297Z] DEST=bundles/test-integration
20:31:12 [2020-11-06T20:31:12.297Z] PWD=/go/src/github.com/docker/docker
20:31:12 [2020-11-06T20:31:12.297Z] DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e
20:31:12 [2020-11-06T20:31:12.297Z] container=docker
20:31:12 [2020-11-06T20:31:12.297Z] HOME=/root
20:31:12 [2020-11-06T20:31:12.297Z] GOLANG_VERSION=1.13.15
20:31:12 [2020-11-06T20:31:12.297Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:31:12 [2020-11-06T20:31:12.297Z] VALIDATE_BRANCH=master
20:31:12 [2020-11-06T20:31:12.297Z] TERM=xterm
20:31:12 [2020-11-06T20:31:12.297Z] DOCKER_PKG=github.com/docker/docker
20:31:12 [2020-11-06T20:31:12.297Z] SHLVL=1
20:31:12 [2020-11-06T20:31:12.297Z] TIMEOUT=120m
20:31:12 [2020-11-06T20:31:12.297Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:31:12 [2020-11-06T20:31:12.297Z] DOCKER_GRAPHDRIVER=overlay2
20:31:12 [2020-11-06T20:31:12.297Z] GO111MODULE=off
20:31:12 [2020-11-06T20:31:12.297Z] DOCKER_EXPERIMENTAL=1
20:31:12 [2020-11-06T20:31:12.297Z] TEST_SKIP_INTEGRATION_CLI=1
20:31:12 [2020-11-06T20:31:12.297Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:31:12 [2020-11-06T20:31:12.297Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:31:12 [2020-11-06T20:31:12.297Z] GOPATH=/go
20:31:12 [2020-11-06T20:31:12.297Z] PKG_CONFIG=pkg-config
20:31:12 [2020-11-06T20:31:12.297Z] _=/usr/bin/env
20:31:12 [2020-11-06T20:31:12.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:31:23 [2020-11-06T20:31:23.900Z] --- PASS: TestUpdateRestartPolicy (12.80s)
20:31:23 [2020-11-06T20:31:23.900Z] === RUN   TestUpdateRestartWithAutoRemove
20:31:24 [2020-11-06T20:31:24.532Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s)
20:31:24 [2020-11-06T20:31:24.532Z] === RUN   TestWaitNonBlocked
20:31:24 [2020-11-06T20:31:24.532Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:31:24 [2020-11-06T20:31:24.532Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:31:24 [2020-11-06T20:31:24.532Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:31:24 [2020-11-06T20:31:24.532Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:31:24 [2020-11-06T20:31:24.532Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:31:24 [2020-11-06T20:31:24.532Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:31:26 [2020-11-06T20:31:26.062Z] --- PASS: TestWaitNonBlocked (0.01s)
20:31:26 [2020-11-06T20:31:26.062Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s)
20:31:26 [2020-11-06T20:31:26.062Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s)
20:31:26 [2020-11-06T20:31:26.062Z] === RUN   TestWaitBlocked
20:31:26 [2020-11-06T20:31:26.062Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:31:26 [2020-11-06T20:31:26.062Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:31:26 [2020-11-06T20:31:26.062Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:31:26 [2020-11-06T20:31:26.062Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:31:26 [2020-11-06T20:31:26.062Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:31:26 [2020-11-06T20:31:26.062Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:31:27 [2020-11-06T20:31:27.095Z] --- PASS: TestWaitBlocked (0.01s)
20:31:27 [2020-11-06T20:31:27.095Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.21s)
20:31:27 [2020-11-06T20:31:27.095Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.25s)
20:31:27 [2020-11-06T20:31:27.095Z] === CONT  TestContainerStartOnDaemonRestart
20:31:27 [2020-11-06T20:31:27.095Z] === CONT  TestContainerKillOnDaemonStart
20:31:29 [2020-11-06T20:31:29.870Z] --- PASS: TestContainerStartOnDaemonRestart (2.96s)
20:31:29 [2020-11-06T20:31:29.870Z] === CONT  TestIpcModeOlderClient
20:31:30 [2020-11-06T20:31:30.160Z] --- PASS: TestIpcModeOlderClient (0.18s)
20:31:30 [2020-11-06T20:31:30.160Z] === CONT  TestDaemonHostGatewayIP
20:31:30 [2020-11-06T20:31:30.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:31:30 [2020-11-06T20:31:30.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:31:31 [2020-11-06T20:31:31.532Z] sha256:069da488152075bdc0577804c76028844512883a98bdd3098c5513bc8d7069be
20:31:31 [2020-11-06T20:31:31.532Z] INFO: Starting docker-py tests...
20:31:31 [2020-11-06T20:31:31.532Z] ============================= test session starts ==============================
20:31:31 [2020-11-06T20:31:31.532Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1
20:31:31 [2020-11-06T20:31:31.532Z] rootdir: /src, inifile: pytest.ini
20:31:31 [2020-11-06T20:31:31.532Z] plugins: timeout-1.3.3, cov-2.6.1
20:31:31 [2020-11-06T20:31:31.532Z] collected 389 items / 1 deselected / 388 selected
20:31:31 [2020-11-06T20:31:31.532Z] 
20:31:33 [2020-11-06T20:31:33.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:31:33 [2020-11-06T20:31:33.722Z] --- PASS: TestDaemonHostGatewayIP (3.28s)
20:31:33 [2020-11-06T20:31:33.722Z] === CONT  TestDaemonRestartIpcMode
20:31:37 [2020-11-06T20:31:37.235Z] --- PASS: TestDaemonRestartIpcMode (3.56s)
20:31:39 [2020-11-06T20:31:39.303Z] --- PASS: TestContainerKillOnDaemonStart (12.37s)
20:31:39 [2020-11-06T20:31:39.303Z] PASS
20:31:39 [2020-11-06T20:31:39.303Z] 
20:31:39 [2020-11-06T20:31:39.303Z] === Skipped
20:31:39 [2020-11-06T20:31:39.303Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s)
20:31:39 [2020-11-06T20:31:39.303Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:31:39 [2020-11-06T20:31:39.303Z] 
20:31:39 [2020-11-06T20:31:39.303Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s)
20:31:39 [2020-11-06T20:31:39.303Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:31:39 [2020-11-06T20:31:39.303Z] 
20:31:39 [2020-11-06T20:31:39.303Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
20:31:39 [2020-11-06T20:31:39.303Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:31:39 [2020-11-06T20:31:39.303Z] 
20:31:39 [2020-11-06T20:31:39.303Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:31:39 [2020-11-06T20:31:39.303Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:31:39 [2020-11-06T20:31:39.303Z] 
20:31:39 [2020-11-06T20:31:39.303Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
20:31:39 [2020-11-06T20:31:39.303Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:31:39 [2020-11-06T20:31:39.303Z] 
20:31:39 [2020-11-06T20:31:39.303Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
20:31:39 [2020-11-06T20:31:39.303Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:31:39 [2020-11-06T20:31:39.303Z] 
20:31:39 [2020-11-06T20:31:39.303Z] 
20:31:39 [2020-11-06T20:31:39.303Z] DONE 193 tests, 6 skipped in 148.747s
20:31:39 [2020-11-06T20:31:39.303Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
20:31:39 [2020-11-06T20:31:39.303Z] ++ 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
20:31:39 [2020-11-06T20:31:39.303Z] ++ set -e
20:31:39 [2020-11-06T20:31:39.303Z] ++ '[' -n 0 ']'
20:31:39 [2020-11-06T20:31:39.303Z] ++ set -x
20:31:39 [2020-11-06T20:31:39.303Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:31:39 [2020-11-06T20:31:39.594Z] INFO: Testing against a local daemon
20:31:39 [2020-11-06T20:31:39.594Z] === RUN   TestCommitInheritsEnv
20:31:40 [2020-11-06T20:31:40.225Z] --- PASS: TestCommitInheritsEnv (0.55s)
20:31:40 [2020-11-06T20:31:40.225Z] === RUN   TestImportExtremelyLargeImageWorks
20:31:40 [2020-11-06T20:31:40.225Z] === PAUSE TestImportExtremelyLargeImageWorks
20:31:40 [2020-11-06T20:31:40.225Z] === RUN   TestImagesFilterMultiReference
20:31:40 [2020-11-06T20:31:40.225Z] --- PASS: TestImagesFilterMultiReference (0.04s)
20:31:40 [2020-11-06T20:31:40.225Z] === RUN   TestImagePullPlatformInvalid
20:31:40 [2020-11-06T20:31:40.225Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
20:31:40 [2020-11-06T20:31:40.225Z] === RUN   TestRemoveImageOrphaning
20:31:40 [2020-11-06T20:31:40.857Z] --- PASS: TestRemoveImageOrphaning (0.55s)
20:31:40 [2020-11-06T20:31:40.857Z] === RUN   TestRemoveImageGarbageCollector
20:31:40 [2020-11-06T20:31:40.857Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:31:40 [2020-11-06T20:31:40.857Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:31:40 [2020-11-06T20:31:40.857Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:31:40 [2020-11-06T20:31:40.857Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
20:31:40 [2020-11-06T20:31:40.857Z] === RUN   TestTagInvalidReference
20:31:40 [2020-11-06T20:31:40.857Z] --- PASS: TestTagInvalidReference (0.01s)
20:31:40 [2020-11-06T20:31:40.857Z] === RUN   TestTagValidPrefixedRepo
20:31:40 [2020-11-06T20:31:40.857Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
20:31:40 [2020-11-06T20:31:40.857Z] === RUN   TestTagExistedNameWithoutForce
20:31:40 [2020-11-06T20:31:40.857Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:31:40 [2020-11-06T20:31:40.857Z] === RUN   TestTagOfficialNames
20:31:40 [2020-11-06T20:31:40.857Z] --- PASS: TestTagOfficialNames (0.03s)
20:31:40 [2020-11-06T20:31:40.857Z] === RUN   TestTagMatchesDigest
20:31:40 [2020-11-06T20:31:40.857Z] --- PASS: TestTagMatchesDigest (0.01s)
20:31:40 [2020-11-06T20:31:40.857Z] === CONT  TestImportExtremelyLargeImageWorks
20:31:41 [2020-11-06T20:31:41.740Z] ok  	github.com/docker/docker/cmd/dockerd	0.215s	coverage: 29.1% of statements
20:31:47 [2020-11-06T20:31:47.392Z] ok  	github.com/docker/docker/container	0.177s	coverage: 34.7% of statements
20:31:47 [2020-11-06T20:31:47.392Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:31:47 [2020-11-06T20:31:47.392Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:31:47 [2020-11-06T20:31:47.392Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:31:47 [2020-11-06T20:31:47.392Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:31:47 [2020-11-06T20:31:47.999Z] tests/integration/api_build_test.py .......................X             [  6%]
20:31:48 [2020-11-06T20:31:48.571Z] tests/integration/api_client_test.py .....                               [  7%]
20:31:50 [2020-11-06T20:31:50.528Z] tests/integration/api_config_test.py .....                               [  8%]
20:31:50 [2020-11-06T20:31:50.962Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.061s	coverage: 65.3% of statements
20:31:54 [2020-11-06T20:31:54.547Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.021s	coverage: 35.9% of statements
20:31:55 [2020-11-06T20:31:55.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:31:55 [2020-11-06T20:31:55.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:31:55 [2020-11-06T20:31:55.601Z] ok  	github.com/docker/docker/daemon/cluster	0.192s	coverage: 0.5% of statements
20:31:55 [2020-11-06T20:31:55.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:31:57 [2020-11-06T20:31:57.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:31:57 [2020-11-06T20:31:57.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:31:59 [2020-11-06T20:31:59.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:31:59 [2020-11-06T20:31:59.161Z] ok  	github.com/docker/docker/daemon/discovery	0.019s	coverage: 30.0% of statements
20:32:02 [2020-11-06T20:32:02.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:32:02 [2020-11-06T20:32:02.729Z] ok  	github.com/docker/docker/daemon/events	0.096s	coverage: 50.0% of statements
20:32:03 [2020-11-06T20:32:03.030Z] ok  	github.com/docker/docker/daemon/config	0.075s	coverage: 81.8% of statements
20:32:04 [2020-11-06T20:32:04.064Z] Removing intermediate container 852d09e3d870
20:32:04 [2020-11-06T20:32:04.064Z]  ---> f010d0551222
20:32:04 [2020-11-06T20:32:04.064Z] 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
20:32:04 [2020-11-06T20:32:04.064Z]  ---> Running in ad981dbd724e
20:32:04 [2020-11-06T20:32:04.064Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
20:32:04 [2020-11-06T20:32:04.064Z] go: finding gotest.tools v0.5.3
20:32:04 [2020-11-06T20:32:04.064Z] go: finding gotest.tools/gotestsum v0.5.3
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading gotest.tools/gotestsum v0.5.3
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting gotest.tools/gotestsum v0.5.3
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading github.com/spf13/pflag v1.0.3
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading github.com/fatih/color v1.9.0
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting github.com/fatih/color v1.9.0
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting github.com/spf13/pflag v1.0.3
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading github.com/jonboulle/clockwork v0.1.0
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting github.com/jonboulle/clockwork v0.1.0
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading github.com/mattn/go-colorable v0.1.6
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading github.com/pkg/errors v0.9.1
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting github.com/mattn/go-colorable v0.1.6
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting github.com/pkg/errors v0.9.1
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:32:04 [2020-11-06T20:32:04.064Z] go: downloading github.com/mattn/go-isatty v0.0.12
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting github.com/mattn/go-isatty v0.0.12
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:32:04 [2020-11-06T20:32:04.064Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:32:04 [2020-11-06T20:32:04.064Z] go: finding github.com/fatih/color v1.9.0
20:32:04 [2020-11-06T20:32:04.064Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20:32:04 [2020-11-06T20:32:04.064Z] go: finding github.com/pkg/errors v0.9.1
20:32:04 [2020-11-06T20:32:04.064Z] go: finding github.com/spf13/pflag v1.0.3
20:32:04 [2020-11-06T20:32:04.064Z] go: finding github.com/mattn/go-colorable v0.1.6
20:32:04 [2020-11-06T20:32:04.064Z] go: finding github.com/mattn/go-isatty v0.0.12
20:32:04 [2020-11-06T20:32:04.064Z] go: finding github.com/jonboulle/clockwork v0.1.0
20:32:04 [2020-11-06T20:32:04.064Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
20:32:04 [2020-11-06T20:32:04.064Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
20:32:04 [2020-11-06T20:32:04.064Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
20:32:04 [2020-11-06T20:32:04.064Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
20:32:04 [2020-11-06T20:32:04.064Z] INFO: Build done for gotestsum...
20:32:04 [2020-11-06T20:32:04.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:32:05 [2020-11-06T20:32:05.135Z] ok  	github.com/docker/docker/daemon/graphdriver	0.009s	coverage: 2.2% of statements
20:32:06 [2020-11-06T20:32:06.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:32:06 [2020-11-06T20:32:06.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:32:07 [2020-11-06T20:32:07.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:32:08 [2020-11-06T20:32:08.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:32:08 [2020-11-06T20:32:08.691Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.9% of statements
20:32:09 [2020-11-06T20:32:09.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:32:09 [2020-11-06T20:32:09.751Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.380s	coverage: 57.1% of statements
20:32:09 [2020-11-06T20:32:09.751Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.473s	coverage: 14.0% of statements
20:32:09 [2020-11-06T20:32:09.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:32:11 [2020-11-06T20:32:11.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:32:12 [2020-11-06T20:32:12.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:32:13 [2020-11-06T20:32:13.035Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:32:13 [2020-11-06T20:32:13.311Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.018s	coverage: 1.8% of statements
20:32:13 [2020-11-06T20:32:13.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:32:14 [2020-11-06T20:32:14.839Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.303s	coverage: 69.2% of statements
20:32:14 [2020-11-06T20:32:14.839Z] ok  	github.com/docker/docker/daemon	12.440s	coverage: 17.2% of statements
20:32:14 [2020-11-06T20:32:14.839Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:32:14 [2020-11-06T20:32:14.839Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:32:14 [2020-11-06T20:32:14.839Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:32:14 [2020-11-06T20:32:14.839Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:32:15 [2020-11-06T20:32:15.237Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:32:15 [2020-11-06T20:32:15.237Z] Using test binary docker
20:32:15 [2020-11-06T20:32:15.237Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:32:15 [2020-11-06T20:32:15.237Z] +++ /etc/init.d/apparmor start
20:32:15 [2020-11-06T20:32:15.237Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:32:15 [2020-11-06T20:32:15.237Z] INFO: Waiting for daemon to start...
20:32:15 [2020-11-06T20:32:15.237Z] Starting dockerd
20:32:15 [2020-11-06T20:32:15.237Z] +++ 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
20:32:16 [2020-11-06T20:32:16.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:32:16 [2020-11-06T20:32:16.387Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.693s	coverage: 45.9% of statements
20:32:16 [2020-11-06T20:32:16.388Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:32:16 [2020-11-06T20:32:16.564Z] Removing intermediate container ad981dbd724e
20:32:16 [2020-11-06T20:32:16.564Z]  ---> d6f6153ce5d1
20:32:16 [2020-11-06T20:32:16.564Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
20:32:16 [2020-11-06T20:32:16.564Z]  ---> Running in 27696687fc83
20:32:16 [2020-11-06T20:32:16.564Z] Removing intermediate container 27696687fc83
20:32:16 [2020-11-06T20:32:16.564Z]  ---> 1f425b793d25
20:32:16 [2020-11-06T20:32:16.564Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
20:32:16 [2020-11-06T20:32:16.564Z]  ---> Running in 9175a7127486
20:32:16 [2020-11-06T20:32:16.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:32:17 [2020-11-06T20:32:17.033Z] Removing intermediate container 9175a7127486
20:32:17 [2020-11-06T20:32:17.033Z]  ---> 5b99e63397bb
20:32:17 [2020-11-06T20:32:17.033Z] Step 10/10 : COPY . .
20:32:17 [2020-11-06T20:32:17.441Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.328s	coverage: 49.5% of statements
20:32:17 [2020-11-06T20:32:17.441Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.015s	coverage: 58.0% of statements
20:32:19 [2020-11-06T20:32:19.543Z] ok  	github.com/docker/docker/daemon/links	0.024s	coverage: 93.0% of statements
20:32:20 [2020-11-06T20:32:20.189Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.029s	coverage: 3.0% of statements
20:32:20 [2020-11-06T20:32:20.442Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
20:32:21 [2020-11-06T20:32:21.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:32:22 [2020-11-06T20:32:22.098Z] .
20:32:22 [2020-11-06T20:32:22.099Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:32:22 [2020-11-06T20:32:22.099Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:32:22 [2020-11-06T20:32:22.099Z] Error: No such image: emptyfs
20:32:22 [2020-11-06T20:32:22.099Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:32:22 [2020-11-06T20:32:22.099Z] ++++ docker load
20:32:22 [2020-11-06T20:32:22.099Z] Running integration-test (iteration 1)
20:32:22 [2020-11-06T20:32:22.099Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
20:32:22 [2020-11-06T20:32:22.099Z] ++ 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
20:32:22 [2020-11-06T20:32:22.099Z] ++ set -e
20:32:22 [2020-11-06T20:32:22.099Z] ++ '[' -n 0 ']'
20:32:22 [2020-11-06T20:32:22.099Z] ++ set -x
20:32:22 [2020-11-06T20:32:22.099Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
20:32:22 [2020-11-06T20:32:22.964Z] ok  	github.com/docker/docker/daemon/logger	0.241s	coverage: 41.0% of statements
20:32:22 [2020-11-06T20:32:22.964Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.001s	coverage: 52.1% of statements
20:32:22 [2020-11-06T20:32:22.964Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:32:22 [2020-11-06T20:32:22.964Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:32:23 [2020-11-06T20:32:23.609Z] ok  	github.com/docker/docker/daemon/images	0.044s	coverage: 4.9% of statements
20:32:23 [2020-11-06T20:32:23.609Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:32:23 [2020-11-06T20:32:23.609Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:32:24 [2020-11-06T20:32:24.256Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.530s	coverage: 77.4% of statements
20:32:24 [2020-11-06T20:32:24.256Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:32:24 [2020-11-06T20:32:24.256Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:32:25 [2020-11-06T20:32:25.326Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.057s	coverage: 67.0% of statements
20:32:25 [2020-11-06T20:32:25.626Z] ok  	github.com/docker/docker/daemon/logger/journald	0.009s	coverage: 23.9% of statements
20:32:25 [2020-11-06T20:32:25.925Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.007s	coverage: 87.2% of statements
20:32:26 [2020-11-06T20:32:26.981Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.013s	coverage: 61.6% of statements
20:32:29 [2020-11-06T20:32:29.093Z] ok  	github.com/docker/docker/daemon/logger/local	0.034s	coverage: 75.2% of statements
20:32:29 [2020-11-06T20:32:29.093Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:32:29 [2020-11-06T20:32:29.093Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.049s	coverage: 55.1% of statements
20:32:29 [2020-11-06T20:32:29.093Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.048s	coverage: 33.3% of statements
20:32:30 [2020-11-06T20:32:30.627Z] ok  	github.com/docker/docker/daemon/logger/templates	0.006s	coverage: 8.3% of statements
20:32:31 [2020-11-06T20:32:31.685Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.063s	coverage: 46.8% of statements
20:32:31 [2020-11-06T20:32:31.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:32:33 [2020-11-06T20:32:33.224Z] ok  	github.com/docker/docker/daemon/network	0.009s	coverage: 63.8% of statements
20:32:33 [2020-11-06T20:32:33.224Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.441s	coverage: 82.5% of statements
20:32:33 [2020-11-06T20:32:33.224Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:32:33 [2020-11-06T20:32:33.224Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:32:35 [2020-11-06T20:32:35.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:32:35 [2020-11-06T20:32:35.338Z] ok  	github.com/docker/docker/distribution/metadata	0.093s	coverage: 48.2% of statements
20:32:35 [2020-11-06T20:32:35.988Z] ok  	github.com/docker/docker/errdefs	0.021s	coverage: 49.4% of statements
20:32:37 [2020-11-06T20:32:37.042Z] ok  	github.com/docker/docker/distribution	0.454s	coverage: 21.9% of statements
20:32:37 [2020-11-06T20:32:37.042Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:32:37 [2020-11-06T20:32:37.077Z] Loaded image: buildpack-deps:buster
20:32:37 [2020-11-06T20:32:37.077Z] Loaded image: busybox:latest
20:32:37 [2020-11-06T20:32:37.773Z] Loaded image: busybox:glibc
20:32:38 [2020-11-06T20:32:38.348Z] Loaded image: debian:buster
20:32:38 [2020-11-06T20:32:38.349Z] Loaded image: hello-world:latest
20:32:38 [2020-11-06T20:32:38.612Z] Loaded image: arm32v7/hello-world:latest
20:32:38 [2020-11-06T20:32:38.612Z] INFO: Testing against a local daemon
20:32:38 [2020-11-06T20:32:38.612Z] === RUN   TestCgroupNamespacesBuild
20:32:39 [2020-11-06T20:32:39.143Z] ok  	github.com/docker/docker/image/cache	0.023s	coverage: 19.2% of statements
20:32:39 [2020-11-06T20:32:39.144Z] ok  	github.com/docker/docker/image	0.066s	coverage: 86.4% of statements
20:32:39 [2020-11-06T20:32:39.144Z] ok  	github.com/docker/docker/distribution/xfer	1.696s	coverage: 85.1% of statements
20:32:39 [2020-11-06T20:32:39.144Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:32:39 [2020-11-06T20:32:39.144Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:32:40 [2020-11-06T20:32:40.202Z] ok  	github.com/docker/docker/libcontainerd/queue	0.031s	coverage: 100.0% of statements
20:32:40 [2020-11-06T20:32:40.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:32:40 [2020-11-06T20:32:40.509Z] ok  	github.com/docker/docker/image/v1	0.033s	coverage: 25.0% of statements
20:32:40 [2020-11-06T20:32:40.509Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:32:41 [2020-11-06T20:32:41.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:32:42 [2020-11-06T20:32:42.345Z]  ---> f929fcb1f4b6
20:32:42 [2020-11-06T20:32:42.345Z] Successfully built f929fcb1f4b6
20:32:42 [2020-11-06T20:32:42.345Z] Successfully tagged docker:latest
20:32:42 [2020-11-06T20:32:42.345Z] INFO: Image build ended at 11/06/2020 20:32:39. Duration:00:03:48.7137118
20:32:42 [2020-11-06T20:32:42.345Z] 
20:32:42 [2020-11-06T20:32:42.345Z] 
20:32:42 [2020-11-06T20:32:42.345Z] INFO: Building the test binaries at 11/06/2020 20:32:39...
20:32:42 [2020-11-06T20:32:42.608Z] ok  	github.com/docker/docker/pkg/aaparser	0.025s	coverage: 52.9% of statements
20:32:42 [2020-11-06T20:32:42.608Z] ok  	github.com/docker/docker/oci	0.018s	coverage: 8.2% of statements
20:32:42 [2020-11-06T20:32:42.908Z] ok  	github.com/docker/docker/opts	0.099s	coverage: 67.1% of statements
20:32:43 [2020-11-06T20:32:43.920Z] --- PASS: TestCgroupNamespacesBuild (4.63s)
20:32:43 [2020-11-06T20:32:43.920Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:32:44 [2020-11-06T20:32:44.443Z] ok  	github.com/docker/docker/pkg/broadcaster	0.005s	coverage: 100.0% of statements
20:32:44 [2020-11-06T20:32:44.563Z] INFO: make.ps1 starting at 11/06/2020 20:32:43
20:32:44 [2020-11-06T20:32:44.563Z] INFO: Git commit (1bb3491601) assumed from DOCKER_GITCOMMIT environment variable
20:32:44 [2020-11-06T20:32:44.563Z] INFO: Invoking autogen...
20:32:45 [2020-11-06T20:32:45.312Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s)
20:32:45 [2020-11-06T20:32:45.312Z] === RUN   TestBuildWithSession
20:32:45 [2020-11-06T20:32:45.312Z] --- SKIP: TestBuildWithSession (0.00s)
20:32:45 [2020-11-06T20:32:45.312Z]     build_session_test.go:25: TODO: BuildKit
20:32:45 [2020-11-06T20:32:45.312Z] === RUN   TestBuildSquashParent
20:32:45 [2020-11-06T20:32:45.496Z] ok  	github.com/docker/docker/pkg/capabilities	0.004s	coverage: 87.5% of statements
20:32:45 [2020-11-06T20:32:45.550Z] INFO: Building daemon...
20:32:45 [2020-11-06T20:32:45.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:32:47 [2020-11-06T20:32:47.039Z] ok  	github.com/docker/docker/pkg/archive	1.118s	coverage: 76.8% of statements
20:32:47 [2020-11-06T20:32:47.683Z] ok  	github.com/docker/docker/pkg/directory	0.007s	coverage: 80.0% of statements
20:32:48 [2020-11-06T20:32:48.329Z] ok  	github.com/docker/docker/pkg/authorization	3.412s	coverage: 68.3% of statements
20:32:48 [2020-11-06T20:32:48.626Z] ok  	github.com/docker/docker/pkg/discovery	0.006s	coverage: 58.3% of statements
20:32:48 [2020-11-06T20:32:48.922Z] ok  	github.com/docker/docker/pkg/discovery/file	0.008s	coverage: 92.9% of statements
20:32:49 [2020-11-06T20:32:49.972Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.028s	coverage: 92.3% of statements
20:32:50 [2020-11-06T20:32:50.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:32:50 [2020-11-06T20:32:50.612Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
20:32:50 [2020-11-06T20:32:50.909Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
20:32:51 [2020-11-06T20:32:51.207Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.846s	coverage: 43.2% of statements
20:32:51 [2020-11-06T20:32:51.207Z] ok  	github.com/docker/docker/layer	7.214s	coverage: 68.8% of statements
20:32:51 [2020-11-06T20:32:51.207Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:32:51 [2020-11-06T20:32:51.207Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:32:51 [2020-11-06T20:32:51.207Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:32:51 [2020-11-06T20:32:51.207Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:32:51 [2020-11-06T20:32:51.207Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:32:51 [2020-11-06T20:32:51.207Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:32:51 [2020-11-06T20:32:51.207Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:32:51 [2020-11-06T20:32:51.915Z] --- PASS: TestBuildSquashParent (6.12s)
20:32:51 [2020-11-06T20:32:51.916Z] === RUN   TestBuildWithRemoveAndForceRemove
20:32:51 [2020-11-06T20:32:51.916Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:32:51 [2020-11-06T20:32:51.916Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:32:51 [2020-11-06T20:32:51.916Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:32:51 [2020-11-06T20:32:51.916Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:32:51 [2020-11-06T20:32:51.916Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:32:51 [2020-11-06T20:32:51.916Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:32:51 [2020-11-06T20:32:51.916Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:32:51 [2020-11-06T20:32:51.916Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:32:51 [2020-11-06T20:32:51.916Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:32:51 [2020-11-06T20:32:51.916Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:32:51 [2020-11-06T20:32:51.916Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:32:51 [2020-11-06T20:32:51.916Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:32:51 [2020-11-06T20:32:51.916Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:32:51 [2020-11-06T20:32:51.916Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:32:51 [2020-11-06T20:32:51.916Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:32:51 [2020-11-06T20:32:51.916Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:32:52 [2020-11-06T20:32:52.261Z] ok  	github.com/docker/docker/pkg/fileutils	0.014s	coverage: 89.5% of statements
20:32:52 [2020-11-06T20:32:52.557Z] ok  	github.com/docker/docker/pkg/filenotify	0.607s	coverage: 67.0% of statements
20:32:52 [2020-11-06T20:32:52.854Z] ok  	github.com/docker/docker/pkg/fsutils	0.302s	coverage: 85.1% of statements
20:32:53 [2020-11-06T20:32:53.499Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.113s	coverage: 84.1% of statements
20:32:53 [2020-11-06T20:32:53.499Z] ok  	github.com/docker/docker/pkg/homedir	0.005s	coverage: 11.4% of statements
20:32:53 [2020-11-06T20:32:53.874Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:32:53 [2020-11-06T20:32:53.874Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:32:54 [2020-11-06T20:32:54.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:32:55 [2020-11-06T20:32:55.032Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.028s	coverage: 91.7% of statements
20:32:55 [2020-11-06T20:32:55.032Z] ok  	github.com/docker/docker/pkg/longpath	0.024s	coverage: 100.0% of statements
20:32:55 [2020-11-06T20:32:55.328Z] ok  	github.com/docker/docker/pkg/idtools	0.616s	coverage: 70.1% of statements
20:32:55 [2020-11-06T20:32:55.626Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
20:32:55 [2020-11-06T20:32:55.626Z] ok  	github.com/docker/docker/pkg/ioutils	1.228s	coverage: 70.6% of statements
20:32:55 [2020-11-06T20:32:55.626Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:32:55 [2020-11-06T20:32:55.626Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:32:55 [2020-11-06T20:32:55.626Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:32:55 [2020-11-06T20:32:55.626Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:32:55 [2020-11-06T20:32:55.925Z] ok  	github.com/docker/docker/pkg/parsers	0.008s	coverage: 97.0% of statements
20:32:56 [2020-11-06T20:32:56.504Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:32:56 [2020-11-06T20:32:56.504Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.68s)
20:32:56 [2020-11-06T20:32:56.504Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.71s)
20:32:56 [2020-11-06T20:32:56.504Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.72s)
20:32:56 [2020-11-06T20:32:56.504Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.79s)
20:32:56 [2020-11-06T20:32:56.504Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.14s)
20:32:56 [2020-11-06T20:32:56.504Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.17s)
20:32:56 [2020-11-06T20:32:56.504Z] === RUN   TestBuildMultiStageCopy
20:32:56 [2020-11-06T20:32:56.504Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:32:56 [2020-11-06T20:32:56.569Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.011s	coverage: 86.7% of statements
20:32:56 [2020-11-06T20:32:56.569Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.011s	coverage: 60.0% of statements
20:32:56 [2020-11-06T20:32:56.569Z] ok  	github.com/docker/docker/pkg/pidfile	0.005s	coverage: 82.4% of statements
20:32:56 [2020-11-06T20:32:56.569Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:32:56 [2020-11-06T20:32:56.569Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:32:57 [2020-11-06T20:32:57.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:32:58 [2020-11-06T20:32:58.109Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.016s	coverage: 56.8% of statements
20:32:58 [2020-11-06T20:32:58.407Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.023s	coverage: 85.7% of statements
20:32:58 [2020-11-06T20:32:58.425Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:32:58 [2020-11-06T20:32:58.704Z] ok  	github.com/docker/docker/pkg/pools	0.005s	coverage: 88.2% of statements
20:32:58 [2020-11-06T20:32:58.704Z] ok  	github.com/docker/docker/pkg/progress	0.009s	coverage: 75.9% of statements
20:32:59 [2020-11-06T20:32:59.000Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:32:59 [2020-11-06T20:32:59.350Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
20:32:59 [2020-11-06T20:32:59.575Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:33:00 [2020-11-06T20:33:00.151Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:33:00 [2020-11-06T20:33:00.398Z] ok  	github.com/docker/docker/pkg/stdcopy	0.006s	coverage: 100.0% of statements
20:33:00 [2020-11-06T20:33:00.398Z] ok  	github.com/docker/docker/pkg/pubsub	1.128s	coverage: 75.0% of statements
20:33:00 [2020-11-06T20:33:00.728Z] --- PASS: TestBuildMultiStageCopy (4.47s)
20:33:00 [2020-11-06T20:33:00.728Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.35s)
20:33:00 [2020-11-06T20:33:00.728Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s)
20:33:00 [2020-11-06T20:33:00.728Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s)
20:33:00 [2020-11-06T20:33:00.728Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s)
20:33:00 [2020-11-06T20:33:00.728Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s)
20:33:00 [2020-11-06T20:33:00.728Z] === RUN   TestBuildMultiStageParentConfig
20:33:00 [2020-11-06T20:33:00.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:33:01 [2020-11-06T20:33:01.041Z] ok  	github.com/docker/docker/pkg/stringid	0.004s	coverage: 70.6% of statements
20:33:01 [2020-11-06T20:33:01.041Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 66.2% of statements
20:33:02 [2020-11-06T20:33:02.120Z] --- PASS: TestBuildMultiStageParentConfig (1.50s)
20:33:02 [2020-11-06T20:33:02.121Z] === RUN   TestBuildLabelWithTargets
20:33:02 [2020-11-06T20:33:02.579Z] ok  	github.com/docker/docker/pkg/system	0.032s	coverage: 36.9% of statements
20:33:02 [2020-11-06T20:33:02.579Z] ok  	github.com/docker/docker/pkg/sysinfo	0.030s	coverage: 53.8% of statements
20:33:02 [2020-11-06T20:33:02.579Z] ok  	github.com/docker/docker/pkg/signal	2.896s	coverage: 61.0% of statements
20:33:03 [2020-11-06T20:33:03.224Z] ok  	github.com/docker/docker/pkg/tailfile	0.113s	coverage: 88.6% of statements
20:33:03 [2020-11-06T20:33:03.522Z] testing: warning: no tests to run
20:33:03 [2020-11-06T20:33:03.522Z] coverage: [no statements]
20:33:03 [2020-11-06T20:33:03.522Z] ok  	github.com/docker/docker/pkg/term/windows	0.004s	coverage: [no statements] [no tests to run]
20:33:04 [2020-11-06T20:33:04.079Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:33:04 [2020-11-06T20:33:04.079Z] Using test binary docker
20:33:04 [2020-11-06T20:33:04.079Z] +++ /etc/init.d/apparmor start
20:33:04 [2020-11-06T20:33:04.079Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:33:04 [2020-11-06T20:33:04.079Z] INFO: Waiting for daemon to start...
20:33:04 [2020-11-06T20:33:04.079Z] Starting dockerd
20:33:04 [2020-11-06T20:33:04.079Z] +++ 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
20:33:04 [2020-11-06T20:33:04.169Z] ok  	github.com/docker/docker/pkg/tarsum	0.152s	coverage: 89.3% of statements
20:33:04 [2020-11-06T20:33:04.170Z] ok  	github.com/docker/docker/pkg/urlutil	0.006s	coverage: 100.0% of statements
20:33:04 [2020-11-06T20:33:04.170Z] ok  	github.com/docker/docker/pkg/truncindex	0.108s	coverage: 91.5% of statements
20:33:04 [2020-11-06T20:33:04.676Z] --- PASS: TestBuildLabelWithTargets (2.31s)
20:33:04 [2020-11-06T20:33:04.676Z] === RUN   TestBuildWithEmptyLayers
20:33:04 [2020-11-06T20:33:04.816Z] ok  	github.com/docker/docker/pkg/useragent	0.047s	coverage: 88.9% of statements
20:33:05 [2020-11-06T20:33:05.622Z] --- PASS: TestBuildWithEmptyLayers (1.01s)
20:33:05 [2020-11-06T20:33:05.622Z] === RUN   TestBuildMultiStageOnBuild
20:33:05 [2020-11-06T20:33:05.977Z] .
20:33:05 [2020-11-06T20:33:05.977Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:33:05 [2020-11-06T20:33:05.977Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:33:05 [2020-11-06T20:33:05.977Z] Error: No such image: emptyfs
20:33:05 [2020-11-06T20:33:05.977Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:33:05 [2020-11-06T20:33:05.977Z] ++++ docker load
20:33:06 [2020-11-06T20:33:06.541Z] Running integration-test (iteration 1)
20:33:06 [2020-11-06T20:33:06.541Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:33:06 [2020-11-06T20:33:06.541Z] ++ 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
20:33:06 [2020-11-06T20:33:06.541Z] ++ set -e
20:33:06 [2020-11-06T20:33:06.541Z] ++ '[' -n 0 ']'
20:33:06 [2020-11-06T20:33:06.541Z] ++ set -x
20:33:06 [2020-11-06T20:33:06.541Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
20:33:06 [2020-11-06T20:33:06.922Z] ok  	github.com/docker/docker/plugin/v2	0.008s	coverage: 14.5% of statements
20:33:06 [2020-11-06T20:33:06.922Z] ok  	github.com/docker/docker/profiles/seccomp	0.015s	coverage: 83.5% of statements
20:33:07 [2020-11-06T20:33:07.980Z] ok  	github.com/docker/docker/reference	0.011s	coverage: 83.7% of statements
20:33:08 [2020-11-06T20:33:08.180Z] --- PASS: TestBuildMultiStageOnBuild (2.66s)
20:33:08 [2020-11-06T20:33:08.180Z] === RUN   TestBuildUncleanTarFilenames
20:33:08 [2020-11-06T20:33:08.628Z] ok  	github.com/docker/docker/plugin	0.563s	coverage: 23.2% of statements
20:33:09 [2020-11-06T20:33:09.572Z] --- PASS: TestBuildUncleanTarFilenames (1.44s)
20:33:09 [2020-11-06T20:33:09.572Z] === RUN   TestBuildMultiStageLayerLeak
20:33:10 [2020-11-06T20:33:10.168Z] ok  	github.com/docker/docker/quota	0.605s	coverage: 71.4% of statements
20:33:10 [2020-11-06T20:33:10.168Z] ok  	github.com/docker/docker/registry/resumable	0.050s	coverage: 100.0% of statements
20:33:10 [2020-11-06T20:33:10.819Z] ok  	github.com/docker/docker/restartmanager	0.004s	coverage: 45.3% of statements
20:33:11 [2020-11-06T20:33:11.873Z] ok  	github.com/docker/docker/registry	0.250s	coverage: 57.2% of statements
20:33:11 [2020-11-06T20:33:11.873Z] ok  	github.com/docker/docker/testutil	0.035s	coverage: 62.5% of statements
20:33:12 [2020-11-06T20:33:12.885Z] --- PASS: TestBuildMultiStageLayerLeak (2.78s)
20:33:12 [2020-11-06T20:33:12.885Z] === RUN   TestBuildWithHugeFile
20:33:12 [2020-11-06T20:33:12.931Z] ok  	github.com/docker/docker/runconfig	0.016s	coverage: 66.1% of statements
20:33:14 [2020-11-06T20:33:14.441Z] ..........................xx....................                         [ 29%]
20:33:15 [2020-11-06T20:33:15.031Z] ok  	github.com/docker/docker/volume/drivers	0.020s	coverage: 36.1% of statements
20:33:16 [2020-11-06T20:33:16.561Z] ok  	github.com/docker/docker/volume/mounts	0.098s	coverage: 67.0% of statements
20:33:17 [2020-11-06T20:33:17.202Z] ok  	github.com/docker/docker/volume/local	0.323s	coverage: 76.6% of statements
20:33:17 [2020-11-06T20:33:17.497Z] ok  	github.com/docker/docker/volume/service	0.026s	coverage: 73.1% of statements
20:33:18 [2020-11-06T20:33:18.182Z] --- PASS: TestImportExtremelyLargeImageWorks (83.99s)
20:33:18 [2020-11-06T20:33:18.182Z] PASS
20:33:18 [2020-11-06T20:33:18.182Z] 
20:33:18 [2020-11-06T20:33:18.182Z] === Skipped
20:33:18 [2020-11-06T20:33:18.182Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
20:33:18 [2020-11-06T20:33:18.182Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:33:18 [2020-11-06T20:33:18.182Z] 
20:33:18 [2020-11-06T20:33:18.182Z] 
20:33:18 [2020-11-06T20:33:18.182Z] DONE 12 tests, 1 skipped in 85.495s
20:33:18 [2020-11-06T20:33:18.182Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
20:33:18 [2020-11-06T20:33:18.182Z] ++ 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
20:33:18 [2020-11-06T20:33:18.182Z] ++ set -e
20:33:18 [2020-11-06T20:33:18.182Z] ++ '[' -n 0 ']'
20:33:18 [2020-11-06T20:33:18.182Z] ++ set -x
20:33:18 [2020-11-06T20:33:18.182Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:33:18 [2020-11-06T20:33:18.182Z] INFO: Testing against a local daemon
20:33:18 [2020-11-06T20:33:18.182Z] === RUN   TestNetworkCreateDelete
20:33:18 [2020-11-06T20:33:18.182Z] --- PASS: TestNetworkCreateDelete (0.14s)
20:33:18 [2020-11-06T20:33:18.182Z] === RUN   TestDockerNetworkDeletePreferID
20:33:18 [2020-11-06T20:33:18.182Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
20:33:18 [2020-11-06T20:33:18.182Z] === RUN   TestDaemonDNSFallback
20:33:18 [2020-11-06T20:33:18.182Z] --- PASS: TestDaemonDNSFallback (2.47s)
20:33:18 [2020-11-06T20:33:18.182Z] === RUN   TestInspectNetwork
20:33:18 [2020-11-06T20:33:18.182Z] === RUN   TestInspectNetwork/full_network_id
20:33:18 [2020-11-06T20:33:18.182Z] === RUN   TestInspectNetwork/partial_network_id
20:33:18 [2020-11-06T20:33:18.182Z] === RUN   TestInspectNetwork/network_name
20:33:18 [2020-11-06T20:33:18.182Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:33:18 [2020-11-06T20:33:18.472Z] --- PASS: TestInspectNetwork (10.59s)
20:33:18 [2020-11-06T20:33:18.472Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:33:18 [2020-11-06T20:33:18.472Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:33:18 [2020-11-06T20:33:18.472Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:33:18 [2020-11-06T20:33:18.472Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:33:18 [2020-11-06T20:33:18.472Z] === RUN   TestRunContainerWithBridgeNone
20:33:21 [2020-11-06T20:33:21.203Z] --- PASS: TestRunContainerWithBridgeNone (2.34s)
20:33:21 [2020-11-06T20:33:21.203Z] === RUN   TestNetworkInvalidJSON
20:33:21 [2020-11-06T20:33:21.203Z] === RUN   TestNetworkInvalidJSON//networks/create
20:33:21 [2020-11-06T20:33:21.203Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:33:21 [2020-11-06T20:33:21.203Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:33:21 [2020-11-06T20:33:21.203Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:33:21 [2020-11-06T20:33:21.203Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:33:21 [2020-11-06T20:33:21.203Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:33:21 [2020-11-06T20:33:21.203Z] === CONT  TestNetworkInvalidJSON//networks/create
20:33:21 [2020-11-06T20:33:21.203Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:33:21 [2020-11-06T20:33:21.203Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:33:21 [2020-11-06T20:33:21.203Z] --- PASS: TestNetworkInvalidJSON (0.01s)
20:33:21 [2020-11-06T20:33:21.203Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:33:21 [2020-11-06T20:33:21.203Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:33:21 [2020-11-06T20:33:21.203Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:33:21 [2020-11-06T20:33:21.203Z] === RUN   TestHostIPv4BridgeLabel
20:33:21 [2020-11-06T20:33:21.493Z] --- PASS: TestHostIPv4BridgeLabel (0.54s)
20:33:21 [2020-11-06T20:33:21.494Z] === RUN   TestDaemonRestartWithLiveRestore
20:33:22 [2020-11-06T20:33:22.525Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
20:33:22 [2020-11-06T20:33:22.525Z] === RUN   TestDaemonDefaultNetworkPools
20:33:23 [2020-11-06T20:33:23.557Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s)
20:33:23 [2020-11-06T20:33:23.557Z] === RUN   TestDaemonRestartWithExistingNetwork
20:33:24 [2020-11-06T20:33:24.589Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s)
20:33:24 [2020-11-06T20:33:24.589Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:33:26 [2020-11-06T20:33:26.094Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
20:33:26 [2020-11-06T20:33:26.094Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:33:26 [2020-11-06T20:33:26.385Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s)
20:33:26 [2020-11-06T20:33:26.385Z] === RUN   TestServiceWithPredefinedNetwork
20:33:29 [2020-11-06T20:33:29.899Z] --- PASS: TestServiceWithPredefinedNetwork (3.46s)
20:33:29 [2020-11-06T20:33:29.899Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:33:29 [2020-11-06T20:33:29.899Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:33:29 [2020-11-06T20:33:29.899Z]     service_test.go:236: FLAKY_TEST
20:33:29 [2020-11-06T20:33:29.899Z] === RUN   TestServiceWithDataPathPortInit
20:33:30 [2020-11-06T20:33:30.736Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:33:32 [2020-11-06T20:33:32.864Z] ok  	github.com/docker/docker/pkg/plugins	33.625s	coverage: 76.6% of statements
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/rootless	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/volume	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === Skipped
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver btrfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver btrfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver btrfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver btrfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver btrfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:73: No driver to put!
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z] time="2020-11-06T20:32:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z] time="2020-11-06T20:32:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z] time="2020-11-06T20:32:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z] time="2020-11-06T20:32:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z] time="2020-11-06T20:32:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:73: No driver to put!
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     overlay_test.go:49: Fails to compute changes intermittently
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver zfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver zfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver zfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver zfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:46: Driver zfs not supported
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     graphtest_unix.go:73: No driver to put!
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:33:32 [2020-11-06T20:33:32.864Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] 
20:33:32 [2020-11-06T20:33:32.864Z] DONE 2169 tests, 26 skipped in 261.825s
Post stage
[Pipeline] junit
20:33:32 [2020-11-06T20:33:32.911Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:33:33 [2020-11-06T20:33:33.703Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -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:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh dynbinary test-integration
20:33:34 [2020-11-06T20:33:34.002Z] 
20:33:34 [2020-11-06T20:33:34.002Z] Removing bundles/
20:33:34 [2020-11-06T20:33:34.002Z] 
20:33:34 [2020-11-06T20:33:34.002Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:33:34 [2020-11-06T20:33:34.002Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:33:34 [2020-11-06T20:33:34.002Z] GOOS="" GOARCH="" GOARM=""
20:33:38 [2020-11-06T20:33:38.237Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:33:41 [2020-11-06T20:33:41.787Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
20:33:46 [2020-11-06T20:33:46.202Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
20:33:46 [2020-11-06T20:33:46.202Z] 
20:33:46 [2020-11-06T20:33:46.202Z]  ________   ____  __.
20:33:46 [2020-11-06T20:33:46.202Z]  \_____  \ |    |/ _|
20:33:46 [2020-11-06T20:33:46.202Z]  /   |   \|      <
20:33:46 [2020-11-06T20:33:46.202Z]  /    |    \    |  \
20:33:46 [2020-11-06T20:33:46.202Z]  \_______  /____|__ \
20:33:46 [2020-11-06T20:33:46.202Z]          \/        \/
20:33:46 [2020-11-06T20:33:46.202Z] 
20:33:46 [2020-11-06T20:33:46.202Z] INFO: make.ps1 ended at 11/06/2020 20:33:45
20:33:48 [2020-11-06T20:33:48.420Z] INFO: Binaries build ended at 11/06/2020 20:33:47. Duration:00:01:07.6886483
20:33:50 [2020-11-06T20:33:50.638Z] INFO: Copying the built daemon binary to d:\CI\PR-41648\1\binary\dockerd-1bb3491601.exe...
20:33:50 [2020-11-06T20:33:50.638Z] INFO: Copying the built client binary to d:\CI\PR-41648\1\binary\docker-1bb3491601.exe...
20:33:50 [2020-11-06T20:33:50.638Z] INFO: Copying dockerversion from the container...
20:33:51 [2020-11-06T20:33:51.107Z] INFO: Copying the golang package from the container to d:\CI\PR-41648\1\installer\go.zip...
20:33:52 [2020-11-06T20:33:52.394Z] --- PASS: TestServiceWithDataPathPortInit (19.86s)
20:33:52 [2020-11-06T20:33:52.394Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:33:53 [2020-11-06T20:33:53.198Z] Loaded image: buildpack-deps:buster
20:33:53 [2020-11-06T20:33:53.198Z] Loaded image: busybox:latest
20:33:53 [2020-11-06T20:33:53.198Z] Loaded image: busybox:glibc
20:33:53 [2020-11-06T20:33:53.198Z] Loaded image: debian:buster
20:33:53 [2020-11-06T20:33:53.198Z] Loaded image: hello-world:latest
20:33:53 [2020-11-06T20:33:53.198Z] Loaded image: arm32v7/hello-world:latest
20:33:53 [2020-11-06T20:33:53.198Z] INFO: Testing against a local daemon
20:33:53 [2020-11-06T20:33:53.198Z] === RUN   TestCgroupNamespacesBuild
20:33:53 [2020-11-06T20:33:53.198Z] --- PASS: TestCgroupNamespacesBuild (3.60s)
20:33:53 [2020-11-06T20:33:53.198Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:33:54 [2020-11-06T20:33:54.128Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.18s)
20:33:54 [2020-11-06T20:33:54.128Z] === RUN   TestBuildWithSession
20:33:54 [2020-11-06T20:33:54.128Z] --- SKIP: TestBuildWithSession (0.00s)
20:33:54 [2020-11-06T20:33:54.128Z]     build_session_test.go:25: TODO: BuildKit
20:33:54 [2020-11-06T20:33:54.128Z] === RUN   TestBuildSquashParent
20:33:54 [2020-11-06T20:33:54.903Z] INFO: Extracting go.zip to d:\CI\PR-41648\1\go
20:33:58 [2020-11-06T20:33:58.760Z] tests/integration/api_network_test.py ............................       [ 47%]
20:34:00 [2020-11-06T20:34:00.867Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.16s)
20:34:00 [2020-11-06T20:34:00.867Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l0jeqes14qqd52a68k58k6uzn Created:2020-11-06 20:33:51.088654104 +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[31422e8d0aec52261e2db44b2f9658ad3a1f276b6038b445c91ac8915d541759:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n3sfulqtuwf4n9q6qspxss8rf EndpointID:773db6745d947ced2879b98ce4f49e077b3248e8e9a3845958eeba3c20d99b04 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ef1b12c1168f5a2e67b544f7e9020a51cd79eba60fa2c610e5783a5e22e1097f 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:5546f8751499 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n3sfulqtuwf4n9q6qspxss8rf EndpointID:773db6745d947ced2879b98ce4f49e077b3248e8e9a3845958eeba3c20d99b04 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:34:00 [2020-11-06T20:34:00.867Z] PASS
20:34:00 [2020-11-06T20:34:00.867Z] 
20:34:00 [2020-11-06T20:34:00.867Z] === Skipped
20:34:00 [2020-11-06T20:34:00.867Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:34:00 [2020-11-06T20:34:00.867Z]     service_test.go:236: FLAKY_TEST
20:34:00 [2020-11-06T20:34:00.867Z] 
20:34:00 [2020-11-06T20:34:00.867Z] 
20:34:00 [2020-11-06T20:34:00.867Z] DONE 23 tests, 1 skipped in 55.002s
20:34:00 [2020-11-06T20:34:00.867Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:34:00 [2020-11-06T20:34:00.867Z] ++ 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
20:34:00 [2020-11-06T20:34:00.867Z] ++ set -e
20:34:00 [2020-11-06T20:34:00.867Z] ++ '[' -n 0 ']'
20:34:00 [2020-11-06T20:34:00.867Z] ++ set -x
20:34:00 [2020-11-06T20:34:00.867Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:34:00 [2020-11-06T20:34:00.867Z] INFO: Testing against a local daemon
20:34:00 [2020-11-06T20:34:00.867Z] === RUN   TestDockerNetworkIpvlanPersistance
20:34:00 [2020-11-06T20:34:00.867Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:34:00 [2020-11-06T20:34:00.867Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:34:00 [2020-11-06T20:34:00.867Z] === RUN   TestDockerNetworkIpvlan
20:34:00 [2020-11-06T20:34:00.867Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:34:00 [2020-11-06T20:34:00.867Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:34:00 [2020-11-06T20:34:00.867Z] PASS
20:34:00 [2020-11-06T20:34:00.867Z] 
20:34:00 [2020-11-06T20:34:00.867Z] === Skipped
20:34:00 [2020-11-06T20:34:00.867Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:34:00 [2020-11-06T20:34:00.867Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:34:00 [2020-11-06T20:34:00.867Z] 
20:34:00 [2020-11-06T20:34:00.867Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:34:00 [2020-11-06T20:34:00.867Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:34:00 [2020-11-06T20:34:00.867Z] 
20:34:00 [2020-11-06T20:34:00.867Z] 
20:34:00 [2020-11-06T20:34:00.867Z] DONE 2 tests, 2 skipped in 0.126s
20:34:00 [2020-11-06T20:34:00.867Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:34:00 [2020-11-06T20:34:00.867Z] ++ 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
20:34:00 [2020-11-06T20:34:00.867Z] ++ set -e
20:34:00 [2020-11-06T20:34:00.867Z] ++ '[' -n 0 ']'
20:34:00 [2020-11-06T20:34:00.867Z] ++ set -x
20:34:00 [2020-11-06T20:34:00.867Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:34:00 [2020-11-06T20:34:00.867Z] INFO: Testing against a local daemon
20:34:00 [2020-11-06T20:34:00.867Z] === RUN   TestDockerNetworkMacvlanPersistance
20:34:01 [2020-11-06T20:34:01.499Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s)
20:34:01 [2020-11-06T20:34:01.499Z] === RUN   TestDockerNetworkMacvlan
20:34:02 [2020-11-06T20:34:02.531Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:34:03 [2020-11-06T20:34:03.564Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:34:04 [2020-11-06T20:34:04.086Z] --- PASS: TestBuildSquashParent (8.48s)
20:34:04 [2020-11-06T20:34:04.086Z] === RUN   TestBuildWithRemoveAndForceRemove
20:34:04 [2020-11-06T20:34:04.086Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:04 [2020-11-06T20:34:04.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:04 [2020-11-06T20:34:04.086Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:04 [2020-11-06T20:34:04.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:04 [2020-11-06T20:34:04.086Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:04 [2020-11-06T20:34:04.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:04 [2020-11-06T20:34:04.086Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:04 [2020-11-06T20:34:04.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:04 [2020-11-06T20:34:04.086Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:04 [2020-11-06T20:34:04.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:04 [2020-11-06T20:34:04.086Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:04 [2020-11-06T20:34:04.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:04 [2020-11-06T20:34:04.086Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:34:04 [2020-11-06T20:34:04.086Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:04 [2020-11-06T20:34:04.236Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:34:05 [2020-11-06T20:34:05.980Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:34:06 [2020-11-06T20:34:06.236Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:06 [2020-11-06T20:34:06.892Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
20:34:08 [2020-11-06T20:34:08.405Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:34:08 [2020-11-06T20:34:08.686Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:34:09 [2020-11-06T20:34:09.511Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:34:09 [2020-11-06T20:34:09.511Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:34:12 [2020-11-06T20:34:12.198Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:34:12 [2020-11-06T20:34:12.769Z] tests/integration/api_service_test.py .................................. [ 60%]
20:34:12 [2020-11-06T20:34:12.786Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:34:12 [2020-11-06T20:34:12.786Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.41s)
20:34:12 [2020-11-06T20:34:12.786Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.50s)
20:34:12 [2020-11-06T20:34:12.786Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.24s)
20:34:12 [2020-11-06T20:34:12.786Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.27s)
20:34:12 [2020-11-06T20:34:12.786Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.28s)
20:34:12 [2020-11-06T20:34:12.786Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.22s)
20:34:12 [2020-11-06T20:34:12.786Z] === RUN   TestBuildMultiStageCopy
20:34:12 [2020-11-06T20:34:12.786Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:34:15 [2020-11-06T20:34:15.308Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:34:15 [2020-11-06T20:34:15.873Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:34:16 [2020-11-06T20:34:16.437Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:34:17 [2020-11-06T20:34:17.001Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:34:17 [2020-11-06T20:34:17.566Z] --- PASS: TestBuildMultiStageCopy (4.82s)
20:34:17 [2020-11-06T20:34:17.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.52s)
20:34:17 [2020-11-06T20:34:17.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s)
20:34:17 [2020-11-06T20:34:17.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s)
20:34:17 [2020-11-06T20:34:17.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s)
20:34:17 [2020-11-06T20:34:17.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s)
20:34:17 [2020-11-06T20:34:17.566Z] === RUN   TestBuildMultiStageParentConfig
20:34:18 [2020-11-06T20:34:18.936Z] --- PASS: TestBuildMultiStageParentConfig (1.41s)
20:34:18 [2020-11-06T20:34:18.936Z] === RUN   TestBuildLabelWithTargets
20:34:19 [2020-11-06T20:34:19.083Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:34:20 [2020-11-06T20:34:20.206Z] INFO: Extraction ended at 11/06/2020 20:34:16. Duration:00:00:21.8164708
20:34:20 [2020-11-06T20:34:20.206Z] INFO: Updating the golang and path environment variables
20:34:20 [2020-11-06T20:34:20.206Z] INFO: GOPATH=d:\gopath
20:34:20 [2020-11-06T20:34:20.206Z] INFO: go version go1.13.15 windows/amd64
20:34:20 [2020-11-06T20:34:20.206Z] INFO: Running the daemon under test in debug mode
20:34:20 [2020-11-06T20:34:20.206Z] INFO: Starting a daemon under test...
20:34:20 [2020-11-06T20:34:20.206Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41648\1\daemon --pidfile d:\CI\PR-41648\1\docker.pid -D
20:34:20 [2020-11-06T20:34:20.207Z] INFO: Process started successfully.
20:34:20 [2020-11-06T20:34:20.207Z] INFO: Start tailing logs of the daemon under tests
20:34:20 [2020-11-06T20:34:20.207Z] INFO: Waiting for the daemon under test to start...
20:34:20 [2020-11-06T20:34:20.667Z] --- PASS: TestBuildWithHugeFile (64.53s)
20:34:20 [2020-11-06T20:34:20.667Z] === RUN   TestBuildWithEmptyDockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:34:20 [2020-11-06T20:34:20.667Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s)
20:34:20 [2020-11-06T20:34:20.667Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s)
20:34:20 [2020-11-06T20:34:20.667Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.22s)
20:34:20 [2020-11-06T20:34:20.667Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s)
20:34:20 [2020-11-06T20:34:20.667Z] === RUN   TestBuildPreserveOwnership
20:34:20 [2020-11-06T20:34:20.667Z] === RUN   TestBuildPreserveOwnership/copy_from
20:34:20 [2020-11-06T20:34:20.930Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:34:21 [2020-11-06T20:34:21.147Z] --- PASS: TestDockerNetworkMacvlan (19.23s)
20:34:21 [2020-11-06T20:34:21.147Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s)
20:34:21 [2020-11-06T20:34:21.147Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
20:34:21 [2020-11-06T20:34:21.147Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.46s)
20:34:21 [2020-11-06T20:34:21.147Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.42s)
20:34:21 [2020-11-06T20:34:21.147Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.21s)
20:34:21 [2020-11-06T20:34:21.147Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.38s)
20:34:21 [2020-11-06T20:34:21.147Z] PASS
20:34:21 [2020-11-06T20:34:21.147Z] 
20:34:21 [2020-11-06T20:34:21.147Z] DONE 8 tests in 20.794s
20:34:21 [2020-11-06T20:34:21.147Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
20:34:21 [2020-11-06T20:34:21.147Z] ++ 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
20:34:21 [2020-11-06T20:34:21.147Z] ++ set -e
20:34:21 [2020-11-06T20:34:21.147Z] ++ '[' -n 0 ']'
20:34:21 [2020-11-06T20:34:21.147Z] ++ set -x
20:34:21 [2020-11-06T20:34:21.147Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:34:21 [2020-11-06T20:34:21.147Z] testing: warning: no tests to run
20:34:21 [2020-11-06T20:34:21.147Z] PASS
20:34:21 [2020-11-06T20:34:21.147Z] 
20:34:21 [2020-11-06T20:34:21.147Z] DONE 0 tests in 0.060s
20:34:21 [2020-11-06T20:34:21.147Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:34:21 [2020-11-06T20:34:21.147Z] ++ 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
20:34:21 [2020-11-06T20:34:21.147Z] ++ set -e
20:34:21 [2020-11-06T20:34:21.147Z] ++ '[' -n 0 ']'
20:34:21 [2020-11-06T20:34:21.147Z] ++ set -x
20:34:21 [2020-11-06T20:34:21.147Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:34:21 [2020-11-06T20:34:21.147Z] INFO: Testing against a local daemon
20:34:21 [2020-11-06T20:34:21.147Z] === RUN   TestAuthZPluginAllowRequest
20:34:21 [2020-11-06T20:34:21.459Z] --- PASS: TestBuildLabelWithTargets (2.14s)
20:34:21 [2020-11-06T20:34:21.459Z] === RUN   TestBuildWithEmptyLayers
20:34:22 [2020-11-06T20:34:22.390Z] --- PASS: TestBuildWithEmptyLayers (1.27s)
20:34:22 [2020-11-06T20:34:22.390Z] === RUN   TestBuildMultiStageOnBuild
20:34:22 [2020-11-06T20:34:22.653Z] --- PASS: TestAuthZPluginAllowRequest (1.70s)
20:34:22 [2020-11-06T20:34:22.653Z] === RUN   TestAuthZPluginTLS
20:34:23 [2020-11-06T20:34:23.306Z] --- PASS: TestAuthZPluginTLS (0.54s)
20:34:23 [2020-11-06T20:34:23.306Z] === RUN   TestAuthZPluginDenyRequest
20:34:23 [2020-11-06T20:34:23.486Z] --- PASS: TestBuildPreserveOwnership (5.88s)
20:34:23 [2020-11-06T20:34:23.486Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.74s)
20:34:23 [2020-11-06T20:34:23.486Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.12s)
20:34:23 [2020-11-06T20:34:23.486Z] === RUN   TestBuildPlatformInvalid
20:34:23 [2020-11-06T20:34:23.486Z] --- PASS: TestBuildPlatformInvalid (0.17s)
20:34:23 [2020-11-06T20:34:23.486Z] PASS
20:34:23 [2020-11-06T20:34:23.486Z] 
20:34:23 [2020-11-06T20:34:23.486Z] === Skipped
20:34:23 [2020-11-06T20:34:23.486Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
20:34:23 [2020-11-06T20:34:23.486Z]     build_session_test.go:25: TODO: BuildKit
20:34:23 [2020-11-06T20:34:23.486Z] 
20:34:23 [2020-11-06T20:34:23.486Z] 
20:34:23 [2020-11-06T20:34:23.486Z] DONE 32 tests, 1 skipped in 121.613s
20:34:23 [2020-11-06T20:34:23.486Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
20:34:23 [2020-11-06T20:34:23.487Z] ++ 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
20:34:23 [2020-11-06T20:34:23.487Z] ++ set -e
20:34:23 [2020-11-06T20:34:23.487Z] ++ '[' -n 0 ']'
20:34:23 [2020-11-06T20:34:23.487Z] ++ set -x
20:34:23 [2020-11-06T20:34:23.487Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
20:34:23 [2020-11-06T20:34:23.487Z] INFO: Testing against a local daemon
20:34:23 [2020-11-06T20:34:23.487Z] === RUN   TestConfigInspect
20:34:23 [2020-11-06T20:34:23.937Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:34:23 [2020-11-06T20:34:23.937Z] === RUN   TestAuthZPluginAPIDenyResponse
20:34:24 [2020-11-06T20:34:24.285Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
20:34:24 [2020-11-06T20:34:24.285Z] === RUN   TestAuthZPluginDenyResponse
20:34:24 [2020-11-06T20:34:24.917Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
20:34:24 [2020-11-06T20:34:24.917Z] === RUN   TestAuthZPluginAllowEventStream
20:34:25 [2020-11-06T20:34:25.664Z] --- PASS: TestBuildMultiStageOnBuild (2.99s)
20:34:25 [2020-11-06T20:34:25.664Z] === RUN   TestBuildUncleanTarFilenames
20:34:26 [2020-11-06T20:34:26.430Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s)
20:34:26 [2020-11-06T20:34:26.430Z] === RUN   TestAuthZPluginErrorResponse
20:34:27 [2020-11-06T20:34:27.036Z] --- PASS: TestBuildUncleanTarFilenames (1.85s)
20:34:27 [2020-11-06T20:34:27.036Z] === RUN   TestBuildMultiStageLayerLeak
20:34:27 [2020-11-06T20:34:27.062Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
20:34:27 [2020-11-06T20:34:27.062Z] === RUN   TestAuthZPluginErrorRequest
20:34:27 [2020-11-06T20:34:27.404Z] .........................                                                [ 67%]
20:34:27 [2020-11-06T20:34:27.704Z] --- PASS: TestAuthZPluginErrorRequest (0.52s)
20:34:27 [2020-11-06T20:34:27.704Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:34:27 [2020-11-06T20:34:27.706Z] --- PASS: TestConfigInspect (3.63s)
20:34:27 [2020-11-06T20:34:27.706Z] === RUN   TestConfigList
20:34:27 [2020-11-06T20:34:27.996Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
20:34:27 [2020-11-06T20:34:27.996Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:34:30 [2020-11-06T20:34:30.061Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.01s)
20:34:30 [2020-11-06T20:34:30.061Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:34:30 [2020-11-06T20:34:30.265Z] --- PASS: TestConfigList (3.19s)
20:34:30 [2020-11-06T20:34:30.265Z] === RUN   TestConfigsCreateAndDelete
20:34:31 [2020-11-06T20:34:31.253Z] --- PASS: TestBuildMultiStageLayerLeak (3.43s)
20:34:31 [2020-11-06T20:34:31.253Z] === RUN   TestBuildWithHugeFile
20:34:32 [2020-11-06T20:34:32.790Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.23s)
20:34:32 [2020-11-06T20:34:32.790Z] === RUN   TestAuthZPluginHeader
20:34:33 [2020-11-06T20:34:33.082Z] --- PASS: TestAuthZPluginHeader (0.83s)
20:34:33 [2020-11-06T20:34:33.082Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:34:33 [2020-11-06T20:34:33.082Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:34:33 [2020-11-06T20:34:33.082Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:34:33 [2020-11-06T20:34:33.082Z] === RUN   TestAuthZPluginV2Disable
20:34:33 [2020-11-06T20:34:33.082Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:34:33 [2020-11-06T20:34:33.082Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:34:33 [2020-11-06T20:34:33.082Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:34:33 [2020-11-06T20:34:33.082Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:34:33 [2020-11-06T20:34:33.082Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:34:33 [2020-11-06T20:34:33.082Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:34:33 [2020-11-06T20:34:33.082Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:34:33 [2020-11-06T20:34:33.082Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:34:33 [2020-11-06T20:34:33.082Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:34:33 [2020-11-06T20:34:33.577Z] --- PASS: TestConfigsCreateAndDelete (3.20s)
20:34:33 [2020-11-06T20:34:33.577Z] === RUN   TestConfigsUpdate
20:34:36 [2020-11-06T20:34:36.890Z] --- PASS: TestConfigsUpdate (3.25s)
20:34:36 [2020-11-06T20:34:36.890Z] === RUN   TestTemplatedConfig
20:34:38 [2020-11-06T20:34:38.029Z] .....INFO: Daemon under test started and replied!
20:34:38 [2020-11-06T20:34:38.029Z] INFO: Docker version of the daemon under test
20:34:38 [2020-11-06T20:34:38.029Z] 
20:34:38 [2020-11-06T20:34:38.029Z] Client:
20:34:38 [2020-11-06T20:34:38.029Z]  Version:      17.06.2-ce
20:34:38 [2020-11-06T20:34:38.029Z]  API version:  1.30
20:34:38 [2020-11-06T20:34:38.029Z]  Go version:   go1.8.3
20:34:38 [2020-11-06T20:34:38.029Z]  Git commit:   cec0b72
20:34:38 [2020-11-06T20:34:38.029Z]  Built:        Tue Sep  5 19:57:19 2017
20:34:38 [2020-11-06T20:34:38.029Z]  OS/Arch:      windows/amd64
20:34:38 [2020-11-06T20:34:38.029Z] 
20:34:38 [2020-11-06T20:34:38.029Z] Server:
20:34:38 [2020-11-06T20:34:38.029Z]  Version:      0.0.0-dev
20:34:38 [2020-11-06T20:34:38.029Z]  API version:  1.41 (minimum version 1.24)
20:34:38 [2020-11-06T20:34:38.029Z]  Go version:   go1.13.15
20:34:38 [2020-11-06T20:34:38.029Z]  Git commit:   1bb3491601
20:34:38 [2020-11-06T20:34:38.029Z]  Built:        11/06/2020 20:32:44
20:34:38 [2020-11-06T20:34:38.029Z]  OS/Arch:      windows/amd64
20:34:38 [2020-11-06T20:34:38.029Z]  Experimental: false
20:34:38 [2020-11-06T20:34:38.029Z] 
20:34:38 [2020-11-06T20:34:38.029Z] INFO: Docker info of the daemon under test
20:34:38 [2020-11-06T20:34:38.029Z] 
20:34:38 [2020-11-06T20:34:38.029Z] Containers: 0
20:34:38 [2020-11-06T20:34:38.029Z]  Running: 0
20:34:38 [2020-11-06T20:34:38.029Z]  Paused: 0
20:34:38 [2020-11-06T20:34:38.029Z]  Stopped: 0
20:34:38 [2020-11-06T20:34:38.029Z] Images: 0
20:34:38 [2020-11-06T20:34:38.029Z] Server Version: 0.0.0-dev
20:34:38 [2020-11-06T20:34:38.029Z] Storage Driver: windowsfilter
20:34:38 [2020-11-06T20:34:38.029Z]  Windows: 
20:34:38 [2020-11-06T20:34:38.029Z] Logging Driver: json-file
20:34:38 [2020-11-06T20:34:38.029Z] Plugins: 
20:34:38 [2020-11-06T20:34:38.029Z]  Volume: local
20:34:38 [2020-11-06T20:34:38.029Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:34:38 [2020-11-06T20:34:38.029Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:34:38 [2020-11-06T20:34:38.029Z] Swarm: inactive
20:34:38 [2020-11-06T20:34:38.029Z] Default Isolation: process
20:34:38 [2020-11-06T20:34:38.029Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:34:38 [2020-11-06T20:34:38.029Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457)
20:34:38 [2020-11-06T20:34:38.029Z] OSType: windows
20:34:38 [2020-11-06T20:34:38.029Z] Architecture: x86_64
20:34:38 [2020-11-06T20:34:38.029Z] CPUs: 4
20:34:38 [2020-11-06T20:34:38.029Z] Total Memory: 32GiB
20:34:38 [2020-11-06T20:34:38.029Z] Name: azwin-2-1b1ec0
20:34:38 [2020-11-06T20:34:38.029Z] ID: BITE:4F5S:Y5WW:FQFZ:CQWP:2NBT:P2TX:CDBQ:S2GW:XQHW:XXME:3ER4
20:34:38 [2020-11-06T20:34:38.029Z] Docker Root Dir: D:\CI\PR-41648\1\daemon
20:34:38 [2020-11-06T20:34:38.029Z] Debug Mode (client): false
20:34:38 [2020-11-06T20:34:38.029Z] Debug Mode (server): true
20:34:38 [2020-11-06T20:34:38.029Z]  File Descriptors: -1
20:34:38 [2020-11-06T20:34:38.029Z]  Goroutines: 17
20:34:38 [2020-11-06T20:34:38.029Z]  System Time: 2020-11-06T20:34:35.8917078Z
20:34:38 [2020-11-06T20:34:38.029Z]  EventsListeners: 0
20:34:38 [2020-11-06T20:34:38.029Z] Registry: https://index.docker.io/v1/
20:34:38 [2020-11-06T20:34:38.029Z] Labels:
20:34:38 [2020-11-06T20:34:38.029Z] Experimental: false
20:34:38 [2020-11-06T20:34:38.029Z] Insecure Registries:
20:34:38 [2020-11-06T20:34:38.029Z]  127.0.0.0/8
20:34:38 [2020-11-06T20:34:38.029Z] Live Restore Enabled: false
20:34:38 [2020-11-06T20:34:38.029Z] 
20:34:38 [2020-11-06T20:34:38.029Z] 
20:34:38 [2020-11-06T20:34:38.029Z] INFO: Docker images of the daemon under test
20:34:38 [2020-11-06T20:34:38.029Z] 
20:34:38 [2020-11-06T20:34:38.029Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
20:34:38 [2020-11-06T20:34:38.029Z] 
20:34:38 [2020-11-06T20:34:38.029Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
20:34:38 [2020-11-06T20:34:38.029Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
20:34:38 [2020-11-06T20:34:38.029Z] ltsc2019: Pulling from windows/servercore
20:34:38 [2020-11-06T20:34:38.029Z] 4612f6d0b889: Pulling fs layer
20:34:38 [2020-11-06T20:34:38.029Z] 406ffb8432a7: Pulling fs layer
20:34:40 [2020-11-06T20:34:40.205Z] --- PASS: TestTemplatedConfig (3.34s)
20:34:40 [2020-11-06T20:34:40.205Z] === RUN   TestConfigCreateResolve
20:34:42 [2020-11-06T20:34:42.802Z] 406ffb8432a7: Verifying Checksum
20:34:42 [2020-11-06T20:34:42.802Z] 406ffb8432a7: Download complete
20:34:43 [2020-11-06T20:34:43.521Z] --- PASS: TestConfigCreateResolve (3.21s)
20:34:43 [2020-11-06T20:34:43.521Z] === RUN   TestConfigDaemonLibtrustID
20:34:44 [2020-11-06T20:34:44.096Z] --- PASS: TestConfigDaemonLibtrustID (0.66s)
20:34:44 [2020-11-06T20:34:44.096Z] PASS
20:34:44 [2020-11-06T20:34:44.096Z] 
20:34:44 [2020-11-06T20:34:44.096Z] DONE 7 tests in 20.619s
20:34:44 [2020-11-06T20:34:44.096Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
20:34:44 [2020-11-06T20:34:44.096Z] ++ 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
20:34:44 [2020-11-06T20:34:44.096Z] ++ set -e
20:34:44 [2020-11-06T20:34:44.096Z] ++ '[' -n 0 ']'
20:34:44 [2020-11-06T20:34:44.096Z] ++ set -x
20:34:44 [2020-11-06T20:34:44.096Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
20:34:44 [2020-11-06T20:34:44.096Z] INFO: Testing against a local daemon
20:34:44 [2020-11-06T20:34:44.096Z] === RUN   TestCheckpoint
20:34:44 [2020-11-06T20:34:44.096Z] --- SKIP: TestCheckpoint (0.00s)
20:34:44 [2020-11-06T20:34:44.096Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:34:44 [2020-11-06T20:34:44.096Z] === RUN   TestContainerInvalidJSON
20:34:44 [2020-11-06T20:34:44.096Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:34:44 [2020-11-06T20:34:44.096Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:34:44 [2020-11-06T20:34:44.096Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:34:44 [2020-11-06T20:34:44.096Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:34:44 [2020-11-06T20:34:44.096Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:34:44 [2020-11-06T20:34:44.096Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:34:44 [2020-11-06T20:34:44.096Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:34:44 [2020-11-06T20:34:44.096Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:34:44 [2020-11-06T20:34:44.096Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:34:44 [2020-11-06T20:34:44.096Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:34:44 [2020-11-06T20:34:44.096Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:34:44 [2020-11-06T20:34:44.096Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:34:44 [2020-11-06T20:34:44.096Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:34:44 [2020-11-06T20:34:44.096Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:34:44 [2020-11-06T20:34:44.358Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
20:34:44 [2020-11-06T20:34:44.358Z] === RUN   TestCopyFromContainerPathIsNotDir
20:34:44 [2020-11-06T20:34:44.358Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
20:34:44 [2020-11-06T20:34:44.358Z] === RUN   TestCopyToContainerPathDoesNotExist
20:34:44 [2020-11-06T20:34:44.620Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s)
20:34:44 [2020-11-06T20:34:44.620Z] === RUN   TestCopyToContainerPathIsNotDir
20:34:44 [2020-11-06T20:34:44.620Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s)
20:34:44 [2020-11-06T20:34:44.620Z] === RUN   TestCopyFromContainer
20:34:46 [2020-11-06T20:34:46.105Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:34:46 [2020-11-06T20:34:46.105Z] Using test binary docker
20:34:46 [2020-11-06T20:34:46.105Z] +++ /etc/init.d/apparmor start
20:34:46 [2020-11-06T20:34:46.105Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:34:46 [2020-11-06T20:34:46.105Z] INFO: Waiting for daemon to start...
20:34:46 [2020-11-06T20:34:46.105Z] Starting dockerd
20:34:46 [2020-11-06T20:34:46.105Z] +++ 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
20:34:46 [2020-11-06T20:34:46.105Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:34:46 [2020-11-06T20:34:46.105Z] Using test binary docker
20:34:46 [2020-11-06T20:34:46.105Z] +++ /etc/init.d/apparmor start
20:34:46 [2020-11-06T20:34:46.105Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:34:46 [2020-11-06T20:34:46.105Z] INFO: Waiting for daemon to start...
20:34:46 [2020-11-06T20:34:46.105Z] Starting dockerd
20:34:46 [2020-11-06T20:34:46.105Z] +++ 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
20:34:46 [2020-11-06T20:34:46.542Z] === RUN   TestCopyFromContainer//
20:34:46 [2020-11-06T20:34:46.542Z] === RUN   TestCopyFromContainer//bar/root
20:34:46 [2020-11-06T20:34:46.805Z] === RUN   TestCopyFromContainer//bar/root/
20:34:46 [2020-11-06T20:34:46.805Z] === RUN   TestCopyFromContainer/bar/quux
20:34:47 [2020-11-06T20:34:47.068Z] === RUN   TestCopyFromContainer/bar/quux/
20:34:47 [2020-11-06T20:34:47.068Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:34:47 [2020-11-06T20:34:47.331Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:34:47 [2020-11-06T20:34:47.331Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:34:47 [2020-11-06T20:34:47.475Z] .
20:34:47 [2020-11-06T20:34:47.475Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:34:47 [2020-11-06T20:34:47.475Z] 
20:34:47 [2020-11-06T20:34:47.475Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:34:47 [2020-11-06T20:34:47.475Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:34:47 [2020-11-06T20:34:47.475Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:34:47 [2020-11-06T20:34:47.475Z] Error: No such image: emptyfs
20:34:47 [2020-11-06T20:34:47.475Z] Error: No such image: emptyfs
20:34:47 [2020-11-06T20:34:47.475Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:34:47 [2020-11-06T20:34:47.475Z] ++++ docker load
20:34:47 [2020-11-06T20:34:47.475Z] ++++ docker load
20:34:47 [2020-11-06T20:34:47.475Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:34:47 [2020-11-06T20:34:47.593Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:34:47 [2020-11-06T20:34:47.593Z] === RUN   TestCopyFromContainer/bar/notarget
20:34:47 [2020-11-06T20:34:47.856Z] --- PASS: TestCopyFromContainer (3.10s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer// (0.11s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:34:47 [2020-11-06T20:34:47.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:34:47 [2020-11-06T20:34:47.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:34:47 [2020-11-06T20:34:47.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:34:47 [2020-11-06T20:34:47.856Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:34:47 [2020-11-06T20:34:47.856Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:34:47 [2020-11-06T20:34:47.856Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:34:47 [2020-11-06T20:34:47.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateLinkToNonExistingContainer
20:34:47 [2020-11-06T20:34:47.856Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s)
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateWithInvalidEnv
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateWithInvalidEnv/0
20:34:47 [2020-11-06T20:34:47.856Z] === PAUSE TestCreateWithInvalidEnv/0
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateWithInvalidEnv/1
20:34:47 [2020-11-06T20:34:47.856Z] === PAUSE TestCreateWithInvalidEnv/1
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateWithInvalidEnv/2
20:34:47 [2020-11-06T20:34:47.856Z] === PAUSE TestCreateWithInvalidEnv/2
20:34:47 [2020-11-06T20:34:47.856Z] === CONT  TestCreateWithInvalidEnv/0
20:34:47 [2020-11-06T20:34:47.856Z] === CONT  TestCreateWithInvalidEnv/2
20:34:47 [2020-11-06T20:34:47.856Z] === CONT  TestCreateWithInvalidEnv/1
20:34:47 [2020-11-06T20:34:47.856Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:34:47 [2020-11-06T20:34:47.856Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateTmpfsMountsTarget
20:34:47 [2020-11-06T20:34:47.856Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
20:34:47 [2020-11-06T20:34:47.856Z] === RUN   TestCreateWithCustomMaskedPaths
20:34:48 [2020-11-06T20:34:48.037Z] Running integration-test (iteration 1)
20:34:48 [2020-11-06T20:34:48.037Z] 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)/
20:34:48 [2020-11-06T20:34:48.037Z] ++ 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)/'
20:34:48 [2020-11-06T20:34:48.037Z] ++ set -e
20:34:48 [2020-11-06T20:34:48.037Z] ++ '[' -n 0 ']'
20:34:48 [2020-11-06T20:34:48.037Z] ++ set -x
20:34:48 [2020-11-06T20:34:48.037Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
20:34:48 [2020-11-06T20:34:48.037Z] Running integration-test (iteration 1)
20:34:48 [2020-11-06T20:34:48.037Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
20:34:48 [2020-11-06T20:34:48.037Z] ++ 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)/'
20:34:48 [2020-11-06T20:34:48.037Z] ++ set -e
20:34:48 [2020-11-06T20:34:48.037Z] ++ '[' -n 0 ']'
20:34:48 [2020-11-06T20:34:48.037Z] ++ set -x
20:34:48 [2020-11-06T20:34:48.037Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
20:34:50 [2020-11-06T20:34:50.420Z] --- PASS: TestCreateWithCustomMaskedPaths (2.12s)
20:34:50 [2020-11-06T20:34:50.420Z] === RUN   TestCreateWithCustomReadonlyPaths
20:34:51 [2020-11-06T20:34:51.470Z] 4612f6d0b889: Verifying Checksum
20:34:51 [2020-11-06T20:34:51.470Z] 4612f6d0b889: Download complete
20:34:51 [2020-11-06T20:34:51.650Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s)
20:34:51 [2020-11-06T20:34:51.650Z] PASS
20:34:51 [2020-11-06T20:34:51.650Z] 
20:34:51 [2020-11-06T20:34:51.650Z] === Skipped
20:34:51 [2020-11-06T20:34:51.650Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:34:51 [2020-11-06T20:34:51.650Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:34:51 [2020-11-06T20:34:51.650Z] 
20:34:51 [2020-11-06T20:34:51.650Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:34:51 [2020-11-06T20:34:51.650Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:34:51 [2020-11-06T20:34:51.650Z] 
20:34:51 [2020-11-06T20:34:51.650Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:34:51 [2020-11-06T20:34:51.650Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:34:51 [2020-11-06T20:34:51.650Z] 
20:34:51 [2020-11-06T20:34:51.650Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:34:51 [2020-11-06T20:34:51.650Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:34:51 [2020-11-06T20:34:51.650Z] 
20:34:51 [2020-11-06T20:34:51.650Z] 
20:34:51 [2020-11-06T20:34:51.650Z] DONE 17 tests, 4 skipped in 29.008s
20:34:51 [2020-11-06T20:34:51.650Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:34:51 [2020-11-06T20:34:51.651Z] ++ 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
20:34:51 [2020-11-06T20:34:51.651Z] ++ set -e
20:34:51 [2020-11-06T20:34:51.651Z] ++ '[' -n 0 ']'
20:34:51 [2020-11-06T20:34:51.651Z] ++ set -x
20:34:51 [2020-11-06T20:34:51.651Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:34:51 [2020-11-06T20:34:51.651Z] INFO: Testing against a local daemon
20:34:51 [2020-11-06T20:34:51.651Z] === RUN   TestPluginInvalidJSON
20:34:51 [2020-11-06T20:34:51.651Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:34:51 [2020-11-06T20:34:51.651Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:34:51 [2020-11-06T20:34:51.651Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:34:51 [2020-11-06T20:34:51.651Z] --- PASS: TestPluginInvalidJSON (0.01s)
20:34:51 [2020-11-06T20:34:51.651Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:34:51 [2020-11-06T20:34:51.651Z] === RUN   TestPluginInstall
20:34:51 [2020-11-06T20:34:51.651Z] === RUN   TestPluginInstall/no_auth
20:34:51 [2020-11-06T20:34:51.651Z] time="2020-11-06T20:34:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:34:51 [2020-11-06T20:34:51.651Z] time="2020-11-06T20:34:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7585190898a31331ce9eaffc8b3a96e1b82abb8fc3921d2efdc3bf191d21ce90" mediatype=application/vnd.docker.plugin.v1+json size=522
20:34:51 [2020-11-06T20:34:51.651Z] time="2020-11-06T20:34:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:34:51 [2020-11-06T20:34:51.651Z] time="2020-11-06T20:34:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7585190898a31331ce9eaffc8b3a96e1b82abb8fc3921d2efdc3bf191d21ce90" mediatype=application/vnd.docker.plugin.v1+json size=522
20:34:51 [2020-11-06T20:34:51.943Z] === RUN   TestPluginInstall/with_htpasswd
20:34:52 [2020-11-06T20:34:52.348Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.30s)
20:34:52 [2020-11-06T20:34:52.348Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:34:52 [2020-11-06T20:34:52.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:34:52 [2020-11-06T20:34:52.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:34:52 [2020-11-06T20:34:52.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:34:52 [2020-11-06T20:34:52.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:34:52 [2020-11-06T20:34:52.348Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:34:52 [2020-11-06T20:34:52.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:34:52 [2020-11-06T20:34:52.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:34:52 [2020-11-06T20:34:52.348Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
20:34:52 [2020-11-06T20:34:52.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
20:34:52 [2020-11-06T20:34:52.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
20:34:52 [2020-11-06T20:34:52.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
20:34:52 [2020-11-06T20:34:52.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
20:34:52 [2020-11-06T20:34:52.348Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
20:34:52 [2020-11-06T20:34:52.348Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:34:52 [2020-11-06T20:34:52.592Z] time="2020-11-06T20:34:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:34:52 [2020-11-06T20:34:52.592Z] time="2020-11-06T20:34:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aeebc2d7cb01455e88dbcd676259b012699537c35958e8526d9389858f28979d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:34:52 [2020-11-06T20:34:52.592Z] time="2020-11-06T20:34:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:34:52 [2020-11-06T20:34:52.593Z] time="2020-11-06T20:34:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aeebc2d7cb01455e88dbcd676259b012699537c35958e8526d9389858f28979d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:34:52 [2020-11-06T20:34:52.883Z] === RUN   TestPluginInstall/with_insecure
20:34:53 [2020-11-06T20:34:53.295Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.74s)
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestCreateDifferentPlatform
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestCreateDifferentPlatform/different_os
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:34:53 [2020-11-06T20:34:53.296Z] --- PASS: TestCreateDifferentPlatform (0.03s)
20:34:53 [2020-11-06T20:34:53.296Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:34:53 [2020-11-06T20:34:53.296Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:34:53 [2020-11-06T20:34:53.296Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:34:53 [2020-11-06T20:34:53.296Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.12s)
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestContainerStartOnDaemonRestart
20:34:53 [2020-11-06T20:34:53.296Z] === PAUSE TestContainerStartOnDaemonRestart
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestDaemonRestartIpcMode
20:34:53 [2020-11-06T20:34:53.296Z] === PAUSE TestDaemonRestartIpcMode
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestDaemonHostGatewayIP
20:34:53 [2020-11-06T20:34:53.296Z] === PAUSE TestDaemonHostGatewayIP
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestContainerKillOnDaemonStart
20:34:53 [2020-11-06T20:34:53.296Z] === PAUSE TestContainerKillOnDaemonStart
20:34:53 [2020-11-06T20:34:53.296Z] === RUN   TestDiff
20:34:53 [2020-11-06T20:34:53.916Z] time="2020-11-06T20:34:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:34:53 [2020-11-06T20:34:53.916Z] time="2020-11-06T20:34:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:436e59421bf961d4b466b340ae33a628d8244b37bd546311c0cfcf4c957fed3e" mediatype=application/vnd.docker.plugin.v1+json size=522
20:34:53 [2020-11-06T20:34:53.916Z] time="2020-11-06T20:34:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:34:53 [2020-11-06T20:34:53.916Z] time="2020-11-06T20:34:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:436e59421bf961d4b466b340ae33a628d8244b37bd546311c0cfcf4c957fed3e" mediatype=application/vnd.docker.plugin.v1+json size=522
20:34:53 [2020-11-06T20:34:53.916Z] --- PASS: TestPluginInstall (3.82s)
20:34:53 [2020-11-06T20:34:53.916Z]     --- PASS: TestPluginInstall/no_auth (1.78s)
20:34:53 [2020-11-06T20:34:53.916Z]     --- PASS: TestPluginInstall/with_htpasswd (0.81s)
20:34:53 [2020-11-06T20:34:53.916Z]     --- PASS: TestPluginInstall/with_insecure (1.23s)
20:34:53 [2020-11-06T20:34:53.916Z]         plugin_test.go:157: [d65bb19d7af91] daemon is not started
20:34:53 [2020-11-06T20:34:53.916Z] PASS
20:34:53 [2020-11-06T20:34:53.916Z] 
20:34:53 [2020-11-06T20:34:53.916Z] DONE 6 tests in 4.013s
20:34:53 [2020-11-06T20:34:53.916Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:34:53 [2020-11-06T20:34:53.916Z] ++ 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
20:34:53 [2020-11-06T20:34:53.916Z] ++ set -e
20:34:53 [2020-11-06T20:34:53.916Z] ++ '[' -n 0 ']'
20:34:53 [2020-11-06T20:34:53.916Z] ++ set -x
20:34:53 [2020-11-06T20:34:53.916Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:34:54 [2020-11-06T20:34:54.207Z] INFO: Testing against a local daemon
20:34:54 [2020-11-06T20:34:54.207Z] === RUN   TestExternalGraphDriver
20:34:54 [2020-11-06T20:34:54.207Z] === RUN   TestExternalGraphDriver/json
20:34:54 [2020-11-06T20:34:54.244Z] --- PASS: TestDiff (0.77s)
20:34:54 [2020-11-06T20:34:54.244Z] === RUN   TestExecWithCloseStdin
20:34:55 [2020-11-06T20:34:55.193Z] --- PASS: TestExecWithCloseStdin (0.88s)
20:34:55 [2020-11-06T20:34:55.193Z] === RUN   TestExec
20:34:56 [2020-11-06T20:34:56.140Z] --- PASS: TestExec (0.91s)
20:34:56 [2020-11-06T20:34:56.140Z] === RUN   TestExecUser
20:34:56 [2020-11-06T20:34:56.271Z] === RUN   TestExternalGraphDriver/spec
20:34:56 [2020-11-06T20:34:56.715Z] --- PASS: TestExecUser (0.87s)
20:34:56 [2020-11-06T20:34:56.715Z] === RUN   TestExportContainerAndImportImage
20:34:58 [2020-11-06T20:34:58.109Z] --- PASS: TestExportContainerAndImportImage (1.10s)
20:34:58 [2020-11-06T20:34:58.109Z] === RUN   TestExportContainerAfterDaemonRestart
20:34:58 [2020-11-06T20:34:58.338Z] === RUN   TestExternalGraphDriver/pull
20:35:00 [2020-11-06T20:35:00.033Z] --- PASS: TestExportContainerAfterDaemonRestart (1.99s)
20:35:00 [2020-11-06T20:35:00.033Z] === RUN   TestHealthCheckWorkdir
20:35:00 [2020-11-06T20:35:00.402Z] --- PASS: TestExternalGraphDriver (6.39s)
20:35:00 [2020-11-06T20:35:00.402Z]     --- PASS: TestExternalGraphDriver/json (2.04s)
20:35:00 [2020-11-06T20:35:00.402Z]     --- PASS: TestExternalGraphDriver/spec (2.02s)
20:35:00 [2020-11-06T20:35:00.402Z]     --- PASS: TestExternalGraphDriver/pull (2.21s)
20:35:00 [2020-11-06T20:35:00.402Z] === RUN   TestGraphdriverPluginV2
20:35:00 [2020-11-06T20:35:00.692Z] --- SKIP: TestGraphdriverPluginV2 (0.05s)
20:35:00 [2020-11-06T20:35:00.692Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:35:00 [2020-11-06T20:35:00.692Z] PASS
20:35:00 [2020-11-06T20:35:00.692Z] 
20:35:00 [2020-11-06T20:35:00.692Z] === Skipped
20:35:00 [2020-11-06T20:35:00.692Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s)
20:35:00 [2020-11-06T20:35:00.692Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:35:00 [2020-11-06T20:35:00.692Z] 
20:35:00 [2020-11-06T20:35:00.692Z] 
20:35:00 [2020-11-06T20:35:00.692Z] DONE 5 tests, 1 skipped in 6.589s
20:35:00 [2020-11-06T20:35:00.692Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:35:00 [2020-11-06T20:35:00.692Z] ++ 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
20:35:00 [2020-11-06T20:35:00.692Z] ++ set -e
20:35:00 [2020-11-06T20:35:00.692Z] ++ '[' -n 0 ']'
20:35:00 [2020-11-06T20:35:00.692Z] ++ set -x
20:35:00 [2020-11-06T20:35:00.692Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:35:00 [2020-11-06T20:35:00.692Z] INFO: Testing against a local daemon
20:35:00 [2020-11-06T20:35:00.692Z] === RUN   TestContinueAfterPluginCrash
20:35:00 [2020-11-06T20:35:00.692Z] === PAUSE TestContinueAfterPluginCrash
20:35:00 [2020-11-06T20:35:00.692Z] === RUN   TestReadPluginNoRead
20:35:00 [2020-11-06T20:35:00.692Z] === PAUSE TestReadPluginNoRead
20:35:00 [2020-11-06T20:35:00.692Z] === RUN   TestDaemonStartWithLogOpt
20:35:00 [2020-11-06T20:35:00.692Z] === PAUSE TestDaemonStartWithLogOpt
20:35:00 [2020-11-06T20:35:00.692Z] === CONT  TestContinueAfterPluginCrash
20:35:00 [2020-11-06T20:35:00.692Z] === CONT  TestDaemonStartWithLogOpt
20:35:00 [2020-11-06T20:35:00.981Z] --- PASS: TestHealthCheckWorkdir (0.99s)
20:35:00 [2020-11-06T20:35:00.981Z] === RUN   TestHealthKillContainer
20:35:04 [2020-11-06T20:35:04.293Z] --- PASS: TestHealthKillContainer (2.84s)
20:35:04 [2020-11-06T20:35:04.293Z] === RUN   TestInspectCpusetInConfigPre120
20:35:04 [2020-11-06T20:35:04.557Z] --- PASS: TestInspectCpusetInConfigPre120 (0.77s)
20:35:04 [2020-11-06T20:35:04.557Z] === RUN   TestIpcModeNone
20:35:05 [2020-11-06T20:35:05.142Z] --- PASS: TestDaemonStartWithLogOpt (3.75s)
20:35:05 [2020-11-06T20:35:05.142Z] === CONT  TestReadPluginNoRead
20:35:05 [2020-11-06T20:35:05.504Z] --- PASS: TestIpcModeNone (0.87s)
20:35:05 [2020-11-06T20:35:05.504Z] === RUN   TestIpcModePrivate
20:35:06 [2020-11-06T20:35:06.079Z] --- PASS: TestIpcModePrivate (0.83s)
20:35:06 [2020-11-06T20:35:06.079Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
20:35:06 [2020-11-06T20:35:06.079Z] === RUN   TestIpcModeShareable
20:35:07 [2020-11-06T20:35:07.027Z] --- PASS: TestIpcModeShareable (0.88s)
20:35:07 [2020-11-06T20:35:07.027Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
20:35:07 [2020-11-06T20:35:07.027Z] === RUN   TestAPIIpcModeShareableAndContainer
20:35:07 [2020-11-06T20:35:07.206Z] === RUN   TestReadPluginNoRead/default
20:35:08 [2020-11-06T20:35:08.149Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:35:09 [2020-11-06T20:35:09.304Z] === RUN   TestReadPluginNoRead/disabled_caching
20:35:09 [2020-11-06T20:35:09.935Z] --- PASS: TestContinueAfterPluginCrash (9.03s)
20:35:10 [2020-11-06T20:35:10.496Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.79s)
20:35:10 [2020-11-06T20:35:10.496Z] === RUN   TestAPIIpcModeHost
20:35:10 [2020-11-06T20:35:10.496Z] --- PASS: TestAPIIpcModeHost (0.68s)
20:35:10 [2020-11-06T20:35:10.496Z] === RUN   TestDaemonIpcModeShareable
20:35:11 [2020-11-06T20:35:11.401Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:35:11 [2020-11-06T20:35:11.401Z] 
20:35:11 [2020-11-06T20:35:11.401Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:35:11 [2020-11-06T20:35:11.401Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:35:11 [2020-11-06T20:35:11.401Z] HOSTNAME=188d5fd1381d
20:35:11 [2020-11-06T20:35:11.401Z] TESTDEBUG=0
20:35:11 [2020-11-06T20:35:11.401Z] DEST=bundles/test-integration
20:35:11 [2020-11-06T20:35:11.401Z] PWD=/go/src/github.com/docker/docker
20:35:11 [2020-11-06T20:35:11.401Z] DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e
20:35:11 [2020-11-06T20:35:11.401Z] container=docker
20:35:11 [2020-11-06T20:35:11.401Z] HOME=/root
20:35:11 [2020-11-06T20:35:11.401Z] GOLANG_VERSION=1.13.15
20:35:11 [2020-11-06T20:35:11.401Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:35:11 [2020-11-06T20:35:11.401Z] VALIDATE_BRANCH=master
20:35:11 [2020-11-06T20:35:11.401Z] TERM=xterm
20:35:11 [2020-11-06T20:35:11.401Z] DOCKER_PKG=github.com/docker/docker
20:35:11 [2020-11-06T20:35:11.401Z] SHLVL=1
20:35:11 [2020-11-06T20:35:11.401Z] TIMEOUT=120m
20:35:11 [2020-11-06T20:35:11.401Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:35:11 [2020-11-06T20:35:11.401Z] DOCKER_GRAPHDRIVER=overlay2
20:35:11 [2020-11-06T20:35:11.401Z] GO111MODULE=off
20:35:11 [2020-11-06T20:35:11.401Z] DOCKER_EXPERIMENTAL=1
20:35:11 [2020-11-06T20:35:11.401Z] TEST_SKIP_INTEGRATION_CLI=1
20:35:11 [2020-11-06T20:35:11.401Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:35:11 [2020-11-06T20:35:11.401Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:35:11 [2020-11-06T20:35:11.401Z] GOPATH=/go
20:35:11 [2020-11-06T20:35:11.401Z] PKG_CONFIG=pkg-config
20:35:11 [2020-11-06T20:35:11.401Z] _=/usr/bin/env
20:35:11 [2020-11-06T20:35:11.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:35:11 [2020-11-06T20:35:11.440Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:35:12 [2020-11-06T20:35:12.419Z] --- PASS: TestDaemonIpcModeShareable (1.86s)
20:35:12 [2020-11-06T20:35:12.419Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
20:35:12 [2020-11-06T20:35:12.419Z] === RUN   TestDaemonIpcModePrivate
20:35:13 [2020-11-06T20:35:13.509Z] --- PASS: TestReadPluginNoRead (8.69s)
20:35:13 [2020-11-06T20:35:13.509Z]     --- PASS: TestReadPluginNoRead/default (1.96s)
20:35:13 [2020-11-06T20:35:13.509Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.96s)
20:35:13 [2020-11-06T20:35:13.509Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.99s)
20:35:13 [2020-11-06T20:35:13.509Z]     read_test.go:92: [d6739ffa544e2] daemon is not started
20:35:13 [2020-11-06T20:35:13.509Z] PASS
20:35:13 [2020-11-06T20:35:13.509Z] 
20:35:13 [2020-11-06T20:35:13.509Z] DONE 6 tests in 12.586s
20:35:13 [2020-11-06T20:35:13.509Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:35:13 [2020-11-06T20:35:13.509Z] ++ 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
20:35:13 [2020-11-06T20:35:13.509Z] ++ set -e
20:35:13 [2020-11-06T20:35:13.509Z] ++ '[' -n 0 ']'
20:35:13 [2020-11-06T20:35:13.509Z] ++ set -x
20:35:13 [2020-11-06T20:35:13.509Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:35:13 [2020-11-06T20:35:13.509Z] testing: warning: no tests to run
20:35:13 [2020-11-06T20:35:13.509Z] PASS
20:35:13 [2020-11-06T20:35:13.509Z] 
20:35:13 [2020-11-06T20:35:13.509Z] DONE 0 tests in 0.087s
20:35:13 [2020-11-06T20:35:13.509Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:35:13 [2020-11-06T20:35:13.509Z] ++ 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
20:35:13 [2020-11-06T20:35:13.509Z] ++ set -e
20:35:13 [2020-11-06T20:35:13.509Z] ++ '[' -n 0 ']'
20:35:13 [2020-11-06T20:35:13.509Z] ++ set -x
20:35:13 [2020-11-06T20:35:13.509Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:35:13 [2020-11-06T20:35:13.509Z] INFO: Testing against a local daemon
20:35:13 [2020-11-06T20:35:13.509Z] === RUN   TestPluginWithDevMounts
20:35:13 [2020-11-06T20:35:13.509Z] === PAUSE TestPluginWithDevMounts
20:35:13 [2020-11-06T20:35:13.509Z] === CONT  TestPluginWithDevMounts
20:35:14 [2020-11-06T20:35:14.342Z] --- PASS: TestDaemonIpcModePrivate (1.86s)
20:35:14 [2020-11-06T20:35:14.342Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
20:35:14 [2020-11-06T20:35:14.342Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:35:15 [2020-11-06T20:35:15.573Z] --- PASS: TestPluginWithDevMounts (1.85s)
20:35:15 [2020-11-06T20:35:15.573Z] PASS
20:35:15 [2020-11-06T20:35:15.573Z] 
20:35:15 [2020-11-06T20:35:15.573Z] DONE 1 tests in 2.009s
20:35:15 [2020-11-06T20:35:15.573Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
20:35:15 [2020-11-06T20:35:15.573Z] ++ 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
20:35:15 [2020-11-06T20:35:15.573Z] ++ set -e
20:35:15 [2020-11-06T20:35:15.573Z] ++ '[' -n 0 ']'
20:35:15 [2020-11-06T20:35:15.573Z] ++ set -x
20:35:15 [2020-11-06T20:35:15.573Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:35:15 [2020-11-06T20:35:15.573Z] INFO: Testing against a local daemon
20:35:15 [2020-11-06T20:35:15.573Z] === RUN   TestSecretInspect
20:35:16 [2020-11-06T20:35:16.267Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s)
20:35:16 [2020-11-06T20:35:16.267Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
20:35:16 [2020-11-06T20:35:16.267Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:35:18 [2020-11-06T20:35:18.190Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.98s)
20:35:18 [2020-11-06T20:35:18.190Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
20:35:18 [2020-11-06T20:35:18.190Z] === RUN   TestIpcModeOlderClient
20:35:18 [2020-11-06T20:35:18.190Z] === PAUSE TestIpcModeOlderClient
20:35:18 [2020-11-06T20:35:18.190Z] === RUN   TestKillContainerInvalidSignal
20:35:18 [2020-11-06T20:35:18.766Z] --- PASS: TestKillContainerInvalidSignal (0.81s)
20:35:18 [2020-11-06T20:35:18.766Z] === RUN   TestKillContainer
20:35:18 [2020-11-06T20:35:18.766Z] === RUN   TestKillContainer/no_signal
20:35:19 [2020-11-06T20:35:19.084Z] --- PASS: TestSecretInspect (3.59s)
20:35:19 [2020-11-06T20:35:19.084Z] === RUN   TestSecretList
20:35:19 [2020-11-06T20:35:19.715Z] === RUN   TestKillContainer/non_killing_signal
20:35:20 [2020-11-06T20:35:20.291Z] === RUN   TestKillContainer/killing_signal
20:35:21 [2020-11-06T20:35:21.238Z] --- PASS: TestKillContainer (2.39s)
20:35:21 [2020-11-06T20:35:21.238Z]     --- PASS: TestKillContainer/no_signal (0.78s)
20:35:21 [2020-11-06T20:35:21.238Z]     --- PASS: TestKillContainer/non_killing_signal (0.56s)
20:35:21 [2020-11-06T20:35:21.238Z]     --- PASS: TestKillContainer/killing_signal (0.77s)
20:35:21 [2020-11-06T20:35:21.238Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:35:21 [2020-11-06T20:35:21.238Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:35:22 [2020-11-06T20:35:22.187Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:35:22 [2020-11-06T20:35:22.596Z] --- PASS: TestSecretList (3.66s)
20:35:22 [2020-11-06T20:35:22.596Z] === RUN   TestSecretsCreateAndDelete
20:35:22 [2020-11-06T20:35:22.762Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s)
20:35:22 [2020-11-06T20:35:22.762Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s)
20:35:22 [2020-11-06T20:35:22.762Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s)
20:35:22 [2020-11-06T20:35:22.762Z] === RUN   TestKillStoppedContainer
20:35:22 [2020-11-06T20:35:22.762Z] --- PASS: TestKillStoppedContainer (0.11s)
20:35:22 [2020-11-06T20:35:22.762Z] === RUN   TestKillStoppedContainerAPIPre120
20:35:23 [2020-11-06T20:35:23.025Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
20:35:23 [2020-11-06T20:35:23.025Z] === RUN   TestKillDifferentUserContainer
20:35:23 [2020-11-06T20:35:23.051Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:35:23 [2020-11-06T20:35:23.973Z] --- PASS: TestKillDifferentUserContainer (0.81s)
20:35:23 [2020-11-06T20:35:23.973Z] === RUN   TestInspectOomKilledTrue
20:35:23 [2020-11-06T20:35:23.973Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:35:23 [2020-11-06T20:35:23.973Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:35:23 [2020-11-06T20:35:23.973Z] === RUN   TestInspectOomKilledFalse
20:35:23 [2020-11-06T20:35:23.973Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:35:23 [2020-11-06T20:35:23.973Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:35:23 [2020-11-06T20:35:23.973Z] === RUN   TestLinksEtcHostsContentMatch
20:35:24 [2020-11-06T20:35:24.549Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s)
20:35:24 [2020-11-06T20:35:24.549Z] === RUN   TestLinksContainerNames
20:35:24 [2020-11-06T20:35:24.962Z] tests/integration/client_test.py .....                                   [ 75%]
20:35:24 [2020-11-06T20:35:24.962Z] tests/integration/context_api_test.py ...                                [ 76%]
20:35:25 [2020-11-06T20:35:25.534Z] tests/integration/errors_test.py .                                       [ 76%]
20:35:25 [2020-11-06T20:35:25.941Z] --- PASS: TestLinksContainerNames (1.52s)
20:35:25 [2020-11-06T20:35:25.941Z] === RUN   TestLogsFollowTailEmpty
20:35:26 [2020-11-06T20:35:26.109Z] --- PASS: TestSecretsCreateAndDelete (3.25s)
20:35:26 [2020-11-06T20:35:26.109Z] === RUN   TestSecretsUpdate
20:35:26 [2020-11-06T20:35:26.716Z] Loaded image: buildpack-deps:buster
20:35:26 [2020-11-06T20:35:26.889Z] --- PASS: TestLogsFollowTailEmpty (0.77s)
20:35:26 [2020-11-06T20:35:26.889Z] === RUN   TestContainerNetworkMountsNoChown
20:35:27 [2020-11-06T20:35:27.281Z] Loaded image: busybox:latest
20:35:27 [2020-11-06T20:35:27.465Z] --- PASS: TestContainerNetworkMountsNoChown (0.75s)
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/default
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/default
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/private
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/private
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rprivate
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rprivate
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/slave
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/slave
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rslave
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rslave
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/shared
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/shared
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rshared
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rshared
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/default
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/default/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/rslave
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/rshared
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/rprivate
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/default/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/slave
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/private
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/private/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/private/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/shared
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/default/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:35:27 [2020-11-06T20:35:27.465Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:35:27 [2020-11-06T20:35:27.539Z] Loaded image: buildpack-deps:buster
20:35:27 [2020-11-06T20:35:27.539Z] Loaded image: busybox:glibc
20:35:27 [2020-11-06T20:35:27.539Z] Loaded image: debian:buster
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/private/bind_root
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/default/mount_root
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:35:27 [2020-11-06T20:35:27.728Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:35:27 [2020-11-06T20:35:27.797Z] Loaded image: busybox:latest
20:35:27 [2020-11-06T20:35:27.797Z] Loaded image: hello-world:latest
20:35:27 [2020-11-06T20:35:27.990Z] === CONT  TestMountDaemonRoot/private/mount_root
20:35:27 [2020-11-06T20:35:27.990Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:35:27 [2020-11-06T20:35:27.990Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:35:27 [2020-11-06T20:35:27.990Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:35:27 [2020-11-06T20:35:27.990Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:35:27 [2020-11-06T20:35:27.990Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:35:27 [2020-11-06T20:35:27.990Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:35:27 [2020-11-06T20:35:27.990Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:35:27 [2020-11-06T20:35:27.990Z] --- PASS: TestMountDaemonRoot (0.04s)
20:35:27 [2020-11-06T20:35:27.990Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.07s)
20:35:27 [2020-11-06T20:35:27.990Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.11s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.10s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s)
20:35:27 [2020-11-06T20:35:27.990Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s)
20:35:27 [2020-11-06T20:35:27.990Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.13s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.13s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.12s)
20:35:27 [2020-11-06T20:35:27.990Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
20:35:27 [2020-11-06T20:35:27.990Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
20:35:27 [2020-11-06T20:35:27.991Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
20:35:27 [2020-11-06T20:35:27.991Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
20:35:27 [2020-11-06T20:35:27.991Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
20:35:27 [2020-11-06T20:35:27.991Z] === RUN   TestContainerBindMountNonRecursive
20:35:28 [2020-11-06T20:35:28.054Z] Loaded image: arm32v7/hello-world:latest
20:35:28 [2020-11-06T20:35:28.054Z] INFO: Testing against a local daemon
20:35:28 [2020-11-06T20:35:28.054Z] === RUN   TestDockerSuite
20:35:28 [2020-11-06T20:35:28.054Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
20:35:28 [2020-11-06T20:35:28.054Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
20:35:28 [2020-11-06T20:35:28.312Z] === RUN   TestDockerSuite/TestAPIErrorJSON
20:35:28 [2020-11-06T20:35:28.312Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
20:35:28 [2020-11-06T20:35:28.312Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
20:35:28 [2020-11-06T20:35:28.312Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
20:35:28 [2020-11-06T20:35:28.312Z] Loaded image: busybox:glibc
20:35:28 [2020-11-06T20:35:28.312Z] Loaded image: debian:buster
20:35:28 [2020-11-06T20:35:28.312Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
20:35:28 [2020-11-06T20:35:28.312Z] === RUN   TestDockerSuite/TestAPIImagesDelete
20:35:28 [2020-11-06T20:35:28.312Z] Loaded image: hello-world:latest
20:35:28 [2020-11-06T20:35:28.569Z] Loaded image: arm32v7/hello-world:latest
20:35:28 [2020-11-06T20:35:28.569Z] INFO: Testing against a local daemon
20:35:28 [2020-11-06T20:35:28.569Z] === RUN   TestDockerDaemonSuite
20:35:28 [2020-11-06T20:35:28.569Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
20:35:29 [2020-11-06T20:35:29.499Z] === RUN   TestDockerSuite/TestAPIImagesFilter
20:35:29 [2020-11-06T20:35:29.655Z] --- PASS: TestSecretsUpdate (3.20s)
20:35:29 [2020-11-06T20:35:29.655Z] === RUN   TestTemplatedSecret
20:35:29 [2020-11-06T20:35:29.755Z] === RUN   TestDockerSuite/TestAPIImagesHistory
20:35:30 [2020-11-06T20:35:30.319Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
20:35:30 [2020-11-06T20:35:30.319Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
20:35:30 [2020-11-06T20:35:30.545Z] --- PASS: TestContainerBindMountNonRecursive (2.26s)
20:35:30 [2020-11-06T20:35:30.545Z] === RUN   TestNetworkNat
20:35:31 [2020-11-06T20:35:31.121Z] --- PASS: TestNetworkNat (0.89s)
20:35:31 [2020-11-06T20:35:31.121Z] === RUN   TestNetworkLocalhostTCPNat
20:35:31 [2020-11-06T20:35:31.249Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
20:35:31 [2020-11-06T20:35:31.249Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
20:35:31 [2020-11-06T20:35:31.249Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
20:35:32 [2020-11-06T20:35:32.069Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s)
20:35:32 [2020-11-06T20:35:32.069Z] === RUN   TestNetworkLoopbackNat
20:35:32 [2020-11-06T20:35:32.622Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
20:35:33 [2020-11-06T20:35:33.167Z] --- PASS: TestTemplatedSecret (3.94s)
20:35:33 [2020-11-06T20:35:33.167Z] === RUN   TestSecretCreateResolve
20:35:33 [2020-11-06T20:35:33.186Z] === RUN   TestDockerSuite/TestAPINetworkFilter
20:35:33 [2020-11-06T20:35:33.186Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
20:35:33 [2020-11-06T20:35:33.186Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
20:35:33 [2020-11-06T20:35:33.750Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
20:35:34 [2020-11-06T20:35:34.313Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
20:35:35 [2020-11-06T20:35:35.244Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
20:35:35 [2020-11-06T20:35:35.382Z] --- PASS: TestNetworkLoopbackNat (3.21s)
20:35:35 [2020-11-06T20:35:35.382Z] === RUN   TestPause
20:35:35 [2020-11-06T20:35:35.501Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
20:35:35 [2020-11-06T20:35:35.501Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
20:35:35 [2020-11-06T20:35:35.501Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
20:35:35 [2020-11-06T20:35:35.501Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
20:35:36 [2020-11-06T20:35:36.329Z] --- PASS: TestPause (0.90s)
20:35:36 [2020-11-06T20:35:36.329Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:35:36 [2020-11-06T20:35:36.329Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:35:36 [2020-11-06T20:35:36.329Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:35:36 [2020-11-06T20:35:36.329Z] === RUN   TestPauseStopPausedContainer
20:35:36 [2020-11-06T20:35:36.679Z] --- PASS: TestSecretCreateResolve (3.57s)
20:35:36 [2020-11-06T20:35:36.679Z] PASS
20:35:36 [2020-11-06T20:35:36.679Z] 
20:35:36 [2020-11-06T20:35:36.679Z] DONE 6 tests in 21.353s
20:35:36 [2020-11-06T20:35:36.679Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
20:35:36 [2020-11-06T20:35:36.679Z] ++ 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
20:35:36 [2020-11-06T20:35:36.679Z] ++ set -e
20:35:36 [2020-11-06T20:35:36.679Z] ++ '[' -n 0 ']'
20:35:36 [2020-11-06T20:35:36.679Z] ++ set -x
20:35:36 [2020-11-06T20:35:36.679Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:35:36 [2020-11-06T20:35:36.905Z] --- PASS: TestPauseStopPausedContainer (0.86s)
20:35:36 [2020-11-06T20:35:36.905Z] === RUN   TestPsFilter
20:35:36 [2020-11-06T20:35:36.970Z] INFO: Testing against a local daemon
20:35:36 [2020-11-06T20:35:36.971Z] === RUN   TestServiceCreateInit
20:35:36 [2020-11-06T20:35:36.971Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:35:37 [2020-11-06T20:35:37.481Z] --- PASS: TestPsFilter (0.31s)
20:35:37 [2020-11-06T20:35:37.481Z] === RUN   TestRemoveContainerWithRemovedVolume
20:35:38 [2020-11-06T20:35:38.057Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s)
20:35:38 [2020-11-06T20:35:38.057Z] === RUN   TestRemoveContainerWithVolume
20:35:39 [2020-11-06T20:35:39.006Z] --- PASS: TestRemoveContainerWithVolume (0.76s)
20:35:39 [2020-11-06T20:35:39.006Z] === RUN   TestRemoveContainerRunning
20:35:39 [2020-11-06T20:35:39.582Z] --- PASS: TestRemoveContainerRunning (0.78s)
20:35:39 [2020-11-06T20:35:39.582Z] === RUN   TestRemoveContainerForceRemoveRunning
20:35:40 [2020-11-06T20:35:40.531Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s)
20:35:40 [2020-11-06T20:35:40.531Z] === RUN   TestRemoveInvalidContainer
20:35:40 [2020-11-06T20:35:40.531Z] --- PASS: TestRemoveInvalidContainer (0.02s)
20:35:40 [2020-11-06T20:35:40.531Z] === RUN   TestRenameLinkedContainer
20:35:42 [2020-11-06T20:35:42.051Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
20:35:42 [2020-11-06T20:35:42.532Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:35:43 [2020-11-06T20:35:43.875Z] --- PASS: TestRenameLinkedContainer (3.11s)
20:35:43 [2020-11-06T20:35:43.875Z] === RUN   TestRenameStoppedContainer
20:35:44 [2020-11-06T20:35:44.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:35:44 [2020-11-06T20:35:44.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:35:44 [2020-11-06T20:35:44.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:35:44 [2020-11-06T20:35:44.453Z] --- PASS: TestRenameStoppedContainer (0.76s)
20:35:44 [2020-11-06T20:35:44.453Z] === RUN   TestRenameRunningContainerAndReuse
20:35:44 [2020-11-06T20:35:44.572Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
20:35:46 [2020-11-06T20:35:46.378Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s)
20:35:46 [2020-11-06T20:35:46.378Z] === RUN   TestRenameInvalidName
20:35:46 [2020-11-06T20:35:46.953Z] --- PASS: TestRenameInvalidName (0.78s)
20:35:46 [2020-11-06T20:35:46.953Z] === RUN   TestRenameAnonymousContainer
20:35:47 [2020-11-06T20:35:47.094Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
20:35:48 [2020-11-06T20:35:48.142Z] --- PASS: TestServiceCreateInit (10.48s)
20:35:48 [2020-11-06T20:35:48.142Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.32s)
20:35:48 [2020-11-06T20:35:48.142Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.15s)
20:35:48 [2020-11-06T20:35:48.142Z] === RUN   TestCreateServiceMultipleTimes
20:35:49 [2020-11-06T20:35:49.616Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
20:35:49 [2020-11-06T20:35:49.873Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
20:35:50 [2020-11-06T20:35:50.803Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
20:35:51 [2020-11-06T20:35:51.171Z] --- PASS: TestRenameAnonymousContainer (4.00s)
20:35:51 [2020-11-06T20:35:51.171Z] === RUN   TestRenameContainerWithSameName
20:35:51 [2020-11-06T20:35:51.365Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
20:35:51 [2020-11-06T20:35:51.746Z] --- PASS: TestRenameContainerWithSameName (0.84s)
20:35:51 [2020-11-06T20:35:51.746Z] === RUN   TestRenameContainerWithLinkedContainer
20:35:52 [2020-11-06T20:35:52.297Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
20:35:52 [2020-11-06T20:35:52.297Z] === RUN   TestDockerSuite/TestAttachAfterDetach
20:35:53 [2020-11-06T20:35:53.137Z] --- PASS: TestRenameContainerWithLinkedContainer (1.57s)
20:35:53 [2020-11-06T20:35:53.137Z] === RUN   TestResize
20:35:54 [2020-11-06T20:35:54.088Z] --- PASS: TestResize (0.79s)
20:35:54 [2020-11-06T20:35:54.088Z] === RUN   TestResizeWithInvalidSize
20:35:54 [2020-11-06T20:35:54.823Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
20:35:54 [2020-11-06T20:35:54.823Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
20:35:55 [2020-11-06T20:35:55.035Z] --- PASS: TestResizeWithInvalidSize (0.82s)
20:35:55 [2020-11-06T20:35:55.035Z] === RUN   TestResizeWhenContainerNotStarted
20:35:55 [2020-11-06T20:35:55.612Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s)
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:35:55 [2020-11-06T20:35:55.612Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:35:56 [2020-11-06T20:35:56.190Z] === RUN   TestDockerSuite/TestAttachDetach
20:35:57 [2020-11-06T20:35:57.541Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:35:57 [2020-11-06T20:35:57.541Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:35:57 [2020-11-06T20:35:57.560Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
20:35:57 [2020-11-06T20:35:57.560Z] === RUN   TestDockerSuite/TestAttachDisconnect
20:35:58 [2020-11-06T20:35:58.490Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
20:35:58 [2020-11-06T20:35:58.494Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:35:59 [2020-11-06T20:35:59.423Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
20:35:59 [2020-11-06T20:35:59.445Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:36:00 [2020-11-06T20:36:00.023Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:36:00 [2020-11-06T20:36:00.023Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:36:00 [2020-11-06T20:36:00.799Z] === RUN   TestDockerSuite/TestAttachPausedContainer
20:36:00 [2020-11-06T20:36:00.975Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:36:00 [2020-11-06T20:36:00.975Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:36:01 [2020-11-06T20:36:01.387Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
20:36:02 [2020-11-06T20:36:02.317Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
20:36:04 [2020-11-06T20:36:04.211Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
20:36:04 [2020-11-06T20:36:04.211Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
20:36:04 [2020-11-06T20:36:04.294Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.76s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.73s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.79s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.71s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.65s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.73s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.63s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.62s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.54s)
20:36:04 [2020-11-06T20:36:04.294Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.62s)
20:36:04 [2020-11-06T20:36:04.294Z] === RUN   TestCgroupNamespacesRun
20:36:05 [2020-11-06T20:36:05.685Z] --- PASS: TestCgroupNamespacesRun (1.83s)
20:36:05 [2020-11-06T20:36:05.685Z] === RUN   TestCgroupNamespacesRunPrivileged
20:36:06 [2020-11-06T20:36:06.106Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
20:36:07 [2020-11-06T20:36:07.037Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
20:36:07 [2020-11-06T20:36:07.293Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
20:36:07 [2020-11-06T20:36:07.608Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.90s)
20:36:07 [2020-11-06T20:36:07.608Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:36:08 [2020-11-06T20:36:08.224Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
20:36:08 [2020-11-06T20:36:08.225Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
20:36:09 [2020-11-06T20:36:09.531Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s)
20:36:09 [2020-11-06T20:36:09.531Z] === RUN   TestCgroupNamespacesRunHostMode
20:36:09 [2020-11-06T20:36:09.598Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
20:36:09 [2020-11-06T20:36:09.855Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
20:36:10 [2020-11-06T20:36:10.592Z] --- PASS: TestCreateServiceMultipleTimes (23.34s)
20:36:10 [2020-11-06T20:36:10.593Z] === RUN   TestCreateServiceConflict
20:36:10 [2020-11-06T20:36:10.785Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
20:36:10 [2020-11-06T20:36:10.925Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s)
20:36:10 [2020-11-06T20:36:10.925Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:36:11 [2020-11-06T20:36:11.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:36:12 [2020-11-06T20:36:12.153Z] --- PASS: TestBuildWithHugeFile (101.58s)
20:36:12 [2020-11-06T20:36:12.153Z] === RUN   TestBuildWithEmptyDockerfile
20:36:12 [2020-11-06T20:36:12.153Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:36:12 [2020-11-06T20:36:12.153Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:36:12 [2020-11-06T20:36:12.153Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:36:12 [2020-11-06T20:36:12.154Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:36:12 [2020-11-06T20:36:12.154Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:36:12 [2020-11-06T20:36:12.154Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:36:12 [2020-11-06T20:36:12.154Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:36:12 [2020-11-06T20:36:12.154Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:36:12 [2020-11-06T20:36:12.412Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:36:12 [2020-11-06T20:36:12.412Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
20:36:12 [2020-11-06T20:36:12.412Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
20:36:12 [2020-11-06T20:36:12.412Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s)
20:36:12 [2020-11-06T20:36:12.412Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s)
20:36:12 [2020-11-06T20:36:12.412Z] === RUN   TestBuildPreserveOwnership
20:36:12 [2020-11-06T20:36:12.412Z] === RUN   TestBuildPreserveOwnership/copy_from
20:36:12 [2020-11-06T20:36:12.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:36:12 [2020-11-06T20:36:12.850Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s)
20:36:12 [2020-11-06T20:36:12.850Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:36:13 [2020-11-06T20:36:13.786Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
20:36:14 [2020-11-06T20:36:14.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:36:14 [2020-11-06T20:36:14.105Z] --- PASS: TestCreateServiceConflict (3.58s)
20:36:14 [2020-11-06T20:36:14.105Z] === RUN   TestCreateServiceMaxReplicas
20:36:14 [2020-11-06T20:36:14.774Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.74s)
20:36:14 [2020-11-06T20:36:14.775Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:36:15 [2020-11-06T20:36:15.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:36:15 [2020-11-06T20:36:15.157Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:36:15 [2020-11-06T20:36:15.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:36:15 [2020-11-06T20:36:15.723Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.96s)
20:36:15 [2020-11-06T20:36:15.723Z] === RUN   TestCgroupNamespacesRunOlderClient
20:36:17 [2020-11-06T20:36:17.059Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:36:17 [2020-11-06T20:36:17.059Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
20:36:17 [2020-11-06T20:36:17.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:36:17 [2020-11-06T20:36:17.650Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.80s)
20:36:17 [2020-11-06T20:36:17.650Z] === RUN   TestKernelTCPMemory
20:36:18 [2020-11-06T20:36:18.225Z] --- PASS: TestKernelTCPMemory (0.85s)
20:36:18 [2020-11-06T20:36:18.225Z] === RUN   TestNISDomainname
20:36:18 [2020-11-06T20:36:18.430Z] --- PASS: TestBuildPreserveOwnership (5.99s)
20:36:18 [2020-11-06T20:36:18.430Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.11s)
20:36:18 [2020-11-06T20:36:18.430Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.86s)
20:36:18 [2020-11-06T20:36:18.430Z] === RUN   TestBuildPlatformInvalid
20:36:18 [2020-11-06T20:36:18.552Z] --- PASS: TestCreateServiceMaxReplicas (3.90s)
20:36:18 [2020-11-06T20:36:18.553Z] === RUN   TestCreateWithDuplicateNetworkNames
20:36:18 [2020-11-06T20:36:18.687Z] --- PASS: TestBuildPlatformInvalid (0.17s)
20:36:18 [2020-11-06T20:36:18.687Z] PASS
20:36:18 [2020-11-06T20:36:18.687Z] 
20:36:18 [2020-11-06T20:36:18.687Z] === Skipped
20:36:18 [2020-11-06T20:36:18.687Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:36:18 [2020-11-06T20:36:18.687Z]     build_session_test.go:25: TODO: BuildKit
20:36:18 [2020-11-06T20:36:18.687Z] 
20:36:18 [2020-11-06T20:36:18.687Z] 
20:36:18 [2020-11-06T20:36:18.687Z] DONE 32 tests, 1 skipped in 192.133s
20:36:18 [2020-11-06T20:36:18.687Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:36:18 [2020-11-06T20:36:18.687Z] ++ 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
20:36:18 [2020-11-06T20:36:18.687Z] ++ set -e
20:36:18 [2020-11-06T20:36:18.687Z] ++ '[' -n 0 ']'
20:36:18 [2020-11-06T20:36:18.687Z] ++ set -x
20:36:18 [2020-11-06T20:36:18.687Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
20:36:18 [2020-11-06T20:36:18.944Z] INFO: Testing against a local daemon
20:36:18 [2020-11-06T20:36:18.944Z] === RUN   TestConfigInspect
20:36:19 [2020-11-06T20:36:19.174Z] --- PASS: TestNISDomainname (0.96s)
20:36:19 [2020-11-06T20:36:19.174Z] === RUN   TestHostnameDnsResolution
20:36:19 [2020-11-06T20:36:19.507Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
20:36:21 [2020-11-06T20:36:21.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:36:21 [2020-11-06T20:36:21.097Z] --- PASS: TestHostnameDnsResolution (1.80s)
20:36:21 [2020-11-06T20:36:21.097Z] === RUN   TestStats
20:36:21 [2020-11-06T20:36:21.402Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
20:36:21 [2020-11-06T20:36:21.965Z] --- PASS: TestConfigInspect (3.15s)
20:36:21 [2020-11-06T20:36:21.965Z] === RUN   TestConfigList
20:36:22 [2020-11-06T20:36:22.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:36:23 [2020-11-06T20:36:23.333Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
20:36:23 [2020-11-06T20:36:23.589Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
20:36:24 [2020-11-06T20:36:24.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:36:24 [2020-11-06T20:36:24.153Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
20:36:24 [2020-11-06T20:36:24.410Z] --- PASS: TestStats (2.87s)
20:36:24 [2020-11-06T20:36:24.410Z] === RUN   TestStopContainerWithTimeout
20:36:24 [2020-11-06T20:36:24.410Z] === RUN   TestStopContainerWithTimeout/0
20:36:24 [2020-11-06T20:36:24.410Z] === PAUSE TestStopContainerWithTimeout/0
20:36:24 [2020-11-06T20:36:24.410Z] === RUN   TestStopContainerWithTimeout/1
20:36:24 [2020-11-06T20:36:24.410Z] === PAUSE TestStopContainerWithTimeout/1
20:36:24 [2020-11-06T20:36:24.410Z] === RUN   TestStopContainerWithTimeout/3
20:36:24 [2020-11-06T20:36:24.410Z] === PAUSE TestStopContainerWithTimeout/3
20:36:24 [2020-11-06T20:36:24.410Z] === RUN   TestStopContainerWithTimeout/-1
20:36:24 [2020-11-06T20:36:24.410Z] === PAUSE TestStopContainerWithTimeout/-1
20:36:24 [2020-11-06T20:36:24.410Z] === CONT  TestStopContainerWithTimeout/0
20:36:24 [2020-11-06T20:36:24.410Z] === CONT  TestStopContainerWithTimeout/-1
20:36:24 [2020-11-06T20:36:24.410Z] === CONT  TestStopContainerWithTimeout/3
20:36:24 [2020-11-06T20:36:24.410Z] === CONT  TestStopContainerWithTimeout/1
20:36:24 [2020-11-06T20:36:24.715Z] --- PASS: TestConfigList (2.76s)
20:36:24 [2020-11-06T20:36:24.715Z] === RUN   TestConfigsCreateAndDelete
20:36:25 [2020-11-06T20:36:25.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:36:25 [2020-11-06T20:36:25.646Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
20:36:26 [2020-11-06T20:36:26.210Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
20:36:26 [2020-11-06T20:36:26.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:36:27 [2020-11-06T20:36:27.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:36:27 [2020-11-06T20:36:27.727Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:36:27 [2020-11-06T20:36:27.727Z]     --- PASS: TestStopContainerWithTimeout/0 (1.29s)
20:36:27 [2020-11-06T20:36:27.727Z]     --- PASS: TestStopContainerWithTimeout/1 (2.18s)
20:36:27 [2020-11-06T20:36:27.727Z]     --- PASS: TestStopContainerWithTimeout/3 (3.10s)
20:36:27 [2020-11-06T20:36:27.727Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.17s)
20:36:27 [2020-11-06T20:36:27.727Z] === RUN   TestDeleteDevicemapper
20:36:27 [2020-11-06T20:36:27.727Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:36:27 [2020-11-06T20:36:27.727Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:36:27 [2020-11-06T20:36:27.727Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:36:28 [2020-11-06T20:36:28.107Z] --- PASS: TestConfigsCreateAndDelete (3.14s)
20:36:28 [2020-11-06T20:36:28.107Z] === RUN   TestConfigsUpdate
20:36:28 [2020-11-06T20:36:28.364Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
20:36:28 [2020-11-06T20:36:28.621Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
20:36:28 [2020-11-06T20:36:28.877Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
20:36:29 [2020-11-06T20:36:29.653Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.38s)
20:36:29 [2020-11-06T20:36:29.653Z] === RUN   TestUpdateMemory
20:36:29 [2020-11-06T20:36:29.653Z] --- SKIP: TestUpdateMemory (0.00s)
20:36:29 [2020-11-06T20:36:29.653Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:36:29 [2020-11-06T20:36:29.653Z] === RUN   TestUpdateCPUQuota
20:36:29 [2020-11-06T20:36:29.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:36:30 [2020-11-06T20:36:30.246Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
20:36:30 [2020-11-06T20:36:30.246Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
20:36:30 [2020-11-06T20:36:30.504Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
20:36:30 [2020-11-06T20:36:30.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:36:31 [2020-11-06T20:36:31.046Z] --- PASS: TestUpdateCPUQuota (1.49s)
20:36:31 [2020-11-06T20:36:31.046Z] === RUN   TestUpdatePidsLimit
20:36:31 [2020-11-06T20:36:31.046Z] === RUN   TestUpdatePidsLimit/update_from_none
20:36:31 [2020-11-06T20:36:31.068Z] --- PASS: TestConfigsUpdate (3.14s)
20:36:31 [2020-11-06T20:36:31.068Z] === RUN   TestTemplatedConfig
20:36:31 [2020-11-06T20:36:31.325Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
20:36:31 [2020-11-06T20:36:31.459Z] .........                                                                [ 86%]
20:36:31 [2020-11-06T20:36:31.622Z] === RUN   TestUpdatePidsLimit/no_change
20:36:31 [2020-11-06T20:36:31.884Z] === RUN   TestUpdatePidsLimit/update_lower
20:36:32 [2020-11-06T20:36:32.256Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
20:36:32 [2020-11-06T20:36:32.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:36:32 [2020-11-06T20:36:32.460Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:36:33 [2020-11-06T20:36:33.036Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:36:33 [2020-11-06T20:36:33.299Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:36:33 [2020-11-06T20:36:33.626Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
20:36:33 [2020-11-06T20:36:33.626Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
20:36:33 [2020-11-06T20:36:33.874Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:36:33 [2020-11-06T20:36:33.913Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.50s)
20:36:33 [2020-11-06T20:36:33.913Z] === RUN   TestCreateServiceSecretFileMode
20:36:33 [2020-11-06T20:36:33.931Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:36:33 [2020-11-06T20:36:33.931Z] Using test binary docker
20:36:33 [2020-11-06T20:36:33.931Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:36:33 [2020-11-06T20:36:33.931Z] +++ /etc/init.d/apparmor start
20:36:33 [2020-11-06T20:36:33.931Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:36:33 [2020-11-06T20:36:33.931Z] INFO: Waiting for daemon to start...
20:36:33 [2020-11-06T20:36:33.931Z] Starting dockerd
20:36:33 [2020-11-06T20:36:33.931Z] +++ 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
20:36:34 [2020-11-06T20:36:34.191Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
20:36:34 [2020-11-06T20:36:34.755Z] --- PASS: TestTemplatedConfig (3.80s)
20:36:34 [2020-11-06T20:36:34.755Z] === RUN   TestConfigCreateResolve
20:36:35 [2020-11-06T20:36:35.273Z] --- PASS: TestUpdatePidsLimit (4.31s)
20:36:35 [2020-11-06T20:36:35.273Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.46s)
20:36:35 [2020-11-06T20:36:35.273Z]     --- PASS: TestUpdatePidsLimit/no_change (0.42s)
20:36:35 [2020-11-06T20:36:35.273Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.59s)
20:36:35 [2020-11-06T20:36:35.273Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s)
20:36:35 [2020-11-06T20:36:35.273Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s)
20:36:35 [2020-11-06T20:36:35.273Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.45s)
20:36:35 [2020-11-06T20:36:35.273Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s)
20:36:35 [2020-11-06T20:36:35.273Z] === RUN   TestUpdateRestartPolicy
20:36:36 [2020-11-06T20:36:36.022Z] .
20:36:36 [2020-11-06T20:36:36.022Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:36:36 [2020-11-06T20:36:36.022Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:36:36 [2020-11-06T20:36:36.022Z] Error: No such image: emptyfs
20:36:36 [2020-11-06T20:36:36.022Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:36:36 [2020-11-06T20:36:36.022Z] ++++ docker load
20:36:36 [2020-11-06T20:36:36.022Z] Running integration-test (iteration 1)
20:36:36 [2020-11-06T20:36:36.022Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
20:36:36 [2020-11-06T20:36:36.022Z] ++ 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
20:36:36 [2020-11-06T20:36:36.022Z] ++ set -e
20:36:36 [2020-11-06T20:36:36.022Z] ++ '[' -n 0 ']'
20:36:36 [2020-11-06T20:36:36.022Z] ++ set -x
20:36:36 [2020-11-06T20:36:36.022Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:36:36 [2020-11-06T20:36:36.122Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
20:36:36 [2020-11-06T20:36:36.685Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
20:36:36 [2020-11-06T20:36:36.950Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:36:37 [2020-11-06T20:36:37.425Z] --- PASS: TestCreateServiceSecretFileMode (3.59s)
20:36:37 [2020-11-06T20:36:37.426Z] === RUN   TestCreateServiceConfigFileMode
20:36:37 [2020-11-06T20:36:37.613Z] --- PASS: TestConfigCreateResolve (2.57s)
20:36:37 [2020-11-06T20:36:37.613Z] === RUN   TestConfigDaemonLibtrustID
20:36:37 [2020-11-06T20:36:37.870Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
20:36:38 [2020-11-06T20:36:38.128Z] --- PASS: TestConfigDaemonLibtrustID (0.57s)
20:36:38 [2020-11-06T20:36:38.128Z] PASS
20:36:38 [2020-11-06T20:36:38.128Z] 
20:36:38 [2020-11-06T20:36:38.128Z] DONE 7 tests in 19.259s
20:36:38 [2020-11-06T20:36:38.128Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:36:38 [2020-11-06T20:36:38.128Z] ++ 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
20:36:38 [2020-11-06T20:36:38.128Z] ++ set -e
20:36:38 [2020-11-06T20:36:38.128Z] ++ '[' -n 0 ']'
20:36:38 [2020-11-06T20:36:38.128Z] ++ set -x
20:36:38 [2020-11-06T20:36:38.128Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
20:36:38 [2020-11-06T20:36:38.128Z] INFO: Testing against a local daemon
20:36:38 [2020-11-06T20:36:38.128Z] === RUN   TestCheckpoint
20:36:38 [2020-11-06T20:36:38.128Z] --- SKIP: TestCheckpoint (0.00s)
20:36:38 [2020-11-06T20:36:38.128Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:36:38 [2020-11-06T20:36:38.128Z] === RUN   TestContainerInvalidJSON
20:36:38 [2020-11-06T20:36:38.128Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:36:38 [2020-11-06T20:36:38.128Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:36:38 [2020-11-06T20:36:38.128Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:36:38 [2020-11-06T20:36:38.128Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:36:38 [2020-11-06T20:36:38.128Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:36:38 [2020-11-06T20:36:38.128Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:36:38 [2020-11-06T20:36:38.128Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:36:38 [2020-11-06T20:36:38.128Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:36:38 [2020-11-06T20:36:38.128Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:36:38 [2020-11-06T20:36:38.128Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:36:38 [2020-11-06T20:36:38.128Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:36:38 [2020-11-06T20:36:38.128Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:36:38 [2020-11-06T20:36:38.128Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:36:38 [2020-11-06T20:36:38.128Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:36:38 [2020-11-06T20:36:38.386Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
20:36:38 [2020-11-06T20:36:38.386Z] === RUN   TestCopyFromContainerPathIsNotDir
20:36:38 [2020-11-06T20:36:38.386Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
20:36:38 [2020-11-06T20:36:38.386Z] === RUN   TestCopyToContainerPathDoesNotExist
20:36:38 [2020-11-06T20:36:38.386Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
20:36:38 [2020-11-06T20:36:38.386Z] === RUN   TestCopyToContainerPathIsNotDir
20:36:38 [2020-11-06T20:36:38.386Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
20:36:38 [2020-11-06T20:36:38.386Z] === RUN   TestCopyFromContainer
20:36:38 [2020-11-06T20:36:38.443Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:36:39 [2020-11-06T20:36:39.756Z] === RUN   TestCopyFromContainer//
20:36:39 [2020-11-06T20:36:39.756Z] === RUN   TestCopyFromContainer//bar/root
20:36:40 [2020-11-06T20:36:40.013Z] === RUN   TestCopyFromContainer//bar/root/
20:36:40 [2020-11-06T20:36:40.013Z] === RUN   TestCopyFromContainer/bar/quux
20:36:40 [2020-11-06T20:36:40.270Z] === RUN   TestCopyFromContainer/bar/quux/
20:36:40 [2020-11-06T20:36:40.270Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:36:40 [2020-11-06T20:36:40.270Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:36:40 [2020-11-06T20:36:40.527Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:36:40 [2020-11-06T20:36:40.527Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCopyFromContainer/bar/notarget
20:36:40 [2020-11-06T20:36:40.784Z] --- PASS: TestCopyFromContainer (2.35s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer// (0.10s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:36:40 [2020-11-06T20:36:40.784Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:36:40 [2020-11-06T20:36:40.784Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:36:40 [2020-11-06T20:36:40.784Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:36:40 [2020-11-06T20:36:40.784Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:36:40 [2020-11-06T20:36:40.784Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:36:40 [2020-11-06T20:36:40.784Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:36:40 [2020-11-06T20:36:40.784Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.02s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.02s)
20:36:40 [2020-11-06T20:36:40.784Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateLinkToNonExistingContainer
20:36:40 [2020-11-06T20:36:40.784Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateWithInvalidEnv
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateWithInvalidEnv/0
20:36:40 [2020-11-06T20:36:40.784Z] === PAUSE TestCreateWithInvalidEnv/0
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateWithInvalidEnv/1
20:36:40 [2020-11-06T20:36:40.784Z] === PAUSE TestCreateWithInvalidEnv/1
20:36:40 [2020-11-06T20:36:40.784Z] === RUN   TestCreateWithInvalidEnv/2
20:36:40 [2020-11-06T20:36:40.784Z] === PAUSE TestCreateWithInvalidEnv/2
20:36:40 [2020-11-06T20:36:40.942Z] --- PASS: TestCreateServiceConfigFileMode (3.60s)
20:36:40 [2020-11-06T20:36:40.942Z] === RUN   TestCreateServiceSysctls
20:36:41 [2020-11-06T20:36:41.040Z] === CONT  TestCreateWithInvalidEnv/0
20:36:41 [2020-11-06T20:36:41.041Z] === CONT  TestCreateWithInvalidEnv/2
20:36:41 [2020-11-06T20:36:41.041Z] === CONT  TestCreateWithInvalidEnv/1
20:36:41 [2020-11-06T20:36:41.041Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
20:36:41 [2020-11-06T20:36:41.041Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:36:41 [2020-11-06T20:36:41.041Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:36:41 [2020-11-06T20:36:41.041Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:36:41 [2020-11-06T20:36:41.041Z] === RUN   TestCreateTmpfsMountsTarget
20:36:41 [2020-11-06T20:36:41.041Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
20:36:41 [2020-11-06T20:36:41.041Z] === RUN   TestCreateWithCustomMaskedPaths
20:36:41 [2020-11-06T20:36:41.607Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
20:36:41 [2020-11-06T20:36:41.864Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
20:36:42 [2020-11-06T20:36:42.427Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
20:36:42 [2020-11-06T20:36:42.991Z] --- PASS: TestCreateWithCustomMaskedPaths (1.89s)
20:36:42 [2020-11-06T20:36:42.991Z] === RUN   TestCreateWithCustomReadonlyPaths
20:36:42 [2020-11-06T20:36:42.991Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
20:36:42 [2020-11-06T20:36:42.991Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
20:36:43 [2020-11-06T20:36:43.554Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
20:36:44 [2020-11-06T20:36:44.930Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.08s)
20:36:44 [2020-11-06T20:36:44.930Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:36:44 [2020-11-06T20:36:44.930Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:36:44 [2020-11-06T20:36:44.930Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:36:44 [2020-11-06T20:36:44.930Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:36:44 [2020-11-06T20:36:44.930Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:36:44 [2020-11-06T20:36:44.930Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:36:44 [2020-11-06T20:36:44.930Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:36:44 [2020-11-06T20:36:44.930Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:36:44 [2020-11-06T20:36:44.930Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:36:44 [2020-11-06T20:36:44.930Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:36:44 [2020-11-06T20:36:44.930Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:36:44 [2020-11-06T20:36:44.930Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:36:44 [2020-11-06T20:36:44.930Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:36:44 [2020-11-06T20:36:44.930Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:36:44 [2020-11-06T20:36:44.931Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:36:44 [2020-11-06T20:36:44.931Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:36:44 [2020-11-06T20:36:44.931Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
20:36:44 [2020-11-06T20:36:44.931Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
20:36:44 [2020-11-06T20:36:44.931Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
20:36:44 [2020-11-06T20:36:44.931Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
20:36:44 [2020-11-06T20:36:44.931Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:36:44 [2020-11-06T20:36:44.931Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
20:36:44 [2020-11-06T20:36:44.931Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:36:45 [2020-11-06T20:36:45.029Z] tests/integration/models_nodes_test.py .                                 [ 91%]
20:36:45 [2020-11-06T20:36:45.029Z] tests/integration/models_resources_test.py .                             [ 91%]
20:36:45 [2020-11-06T20:36:45.391Z] --- PASS: TestCreateServiceSysctls (4.37s)
20:36:45 [2020-11-06T20:36:45.391Z] === RUN   TestCreateServiceCapabilities
20:36:45 [2020-11-06T20:36:45.893Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.88s)
20:36:45 [2020-11-06T20:36:45.893Z] === RUN   TestCreateDifferentPlatform
20:36:45 [2020-11-06T20:36:45.893Z] === RUN   TestCreateDifferentPlatform/different_os
20:36:45 [2020-11-06T20:36:45.893Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:36:45 [2020-11-06T20:36:45.893Z] --- PASS: TestCreateDifferentPlatform (0.04s)
20:36:45 [2020-11-06T20:36:45.893Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:36:45 [2020-11-06T20:36:45.893Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
20:36:45 [2020-11-06T20:36:45.893Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:36:45 [2020-11-06T20:36:45.893Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
20:36:45 [2020-11-06T20:36:45.893Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:36:46 [2020-11-06T20:36:46.166Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
20:36:46 [2020-11-06T20:36:46.166Z] === RUN   TestContainerStartOnDaemonRestart
20:36:46 [2020-11-06T20:36:46.166Z] === PAUSE TestContainerStartOnDaemonRestart
20:36:46 [2020-11-06T20:36:46.166Z] === RUN   TestDaemonRestartIpcMode
20:36:46 [2020-11-06T20:36:46.166Z] === PAUSE TestDaemonRestartIpcMode
20:36:46 [2020-11-06T20:36:46.166Z] === RUN   TestDaemonHostGatewayIP
20:36:46 [2020-11-06T20:36:46.166Z] === PAUSE TestDaemonHostGatewayIP
20:36:46 [2020-11-06T20:36:46.166Z] === RUN   TestContainerKillOnDaemonStart
20:36:46 [2020-11-06T20:36:46.166Z] === PAUSE TestContainerKillOnDaemonStart
20:36:46 [2020-11-06T20:36:46.166Z] === RUN   TestDiff
20:36:46 [2020-11-06T20:36:46.740Z] --- PASS: TestDiff (0.77s)
20:36:46 [2020-11-06T20:36:46.740Z] === RUN   TestExecWithCloseStdin
20:36:46 [2020-11-06T20:36:46.997Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
20:36:47 [2020-11-06T20:36:47.254Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
20:36:47 [2020-11-06T20:36:47.511Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
20:36:47 [2020-11-06T20:36:47.768Z] --- PASS: TestExecWithCloseStdin (0.86s)
20:36:47 [2020-11-06T20:36:47.768Z] === RUN   TestExec
20:36:48 [2020-11-06T20:36:48.699Z] --- PASS: TestExec (0.96s)
20:36:48 [2020-11-06T20:36:48.699Z] === RUN   TestExecUser
20:36:48 [2020-11-06T20:36:48.724Z] Loaded image: buildpack-deps:buster
20:36:48 [2020-11-06T20:36:48.906Z] --- PASS: TestCreateServiceCapabilities (3.59s)
20:36:48 [2020-11-06T20:36:48.906Z] === RUN   TestInspect
20:36:49 [2020-11-06T20:36:49.020Z] Loaded image: busybox:latest
20:36:49 [2020-11-06T20:36:49.020Z] Loaded image: busybox:glibc
20:36:49 [2020-11-06T20:36:49.020Z] Loaded image: debian:buster
20:36:49 [2020-11-06T20:36:49.020Z] Loaded image: hello-world:latest
20:36:49 [2020-11-06T20:36:49.020Z] Loaded image: arm32v7/hello-world:latest
20:36:49 [2020-11-06T20:36:49.020Z] INFO: Testing against a local daemon
20:36:49 [2020-11-06T20:36:49.020Z] === RUN   TestCgroupNamespacesBuild
20:36:49 [2020-11-06T20:36:49.631Z] --- PASS: TestExecUser (0.82s)
20:36:49 [2020-11-06T20:36:49.631Z] === RUN   TestExportContainerAndImportImage
20:36:49 [2020-11-06T20:36:49.631Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
20:36:50 [2020-11-06T20:36:50.208Z] --- PASS: TestUpdateRestartPolicy (12.56s)
20:36:50 [2020-11-06T20:36:50.208Z] === RUN   TestUpdateRestartWithAutoRemove
20:36:50 [2020-11-06T20:36:50.208Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s)
20:36:50 [2020-11-06T20:36:50.208Z] === RUN   TestWaitNonBlocked
20:36:50 [2020-11-06T20:36:50.208Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:36:50 [2020-11-06T20:36:50.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:36:50 [2020-11-06T20:36:50.209Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:36:50 [2020-11-06T20:36:50.209Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:36:50 [2020-11-06T20:36:50.209Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:36:50 [2020-11-06T20:36:50.209Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:36:50 [2020-11-06T20:36:50.209Z] --- PASS: TestWaitNonBlocked (0.02s)
20:36:50 [2020-11-06T20:36:50.209Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.94s)
20:36:50 [2020-11-06T20:36:50.209Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s)
20:36:50 [2020-11-06T20:36:50.209Z] === RUN   TestWaitBlocked
20:36:50 [2020-11-06T20:36:50.209Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:36:50 [2020-11-06T20:36:50.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:36:50 [2020-11-06T20:36:50.209Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:36:50 [2020-11-06T20:36:50.209Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:36:50 [2020-11-06T20:36:50.209Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:36:50 [2020-11-06T20:36:50.209Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:36:50 [2020-11-06T20:36:50.543Z] --- PASS: TestCgroupNamespacesBuild (1.38s)
20:36:50 [2020-11-06T20:36:50.543Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:36:50 [2020-11-06T20:36:50.562Z] --- PASS: TestExportContainerAndImportImage (1.09s)
20:36:50 [2020-11-06T20:36:50.562Z] === RUN   TestExportContainerAfterDaemonRestart
20:36:50 [2020-11-06T20:36:50.784Z] --- PASS: TestWaitBlocked (0.02s)
20:36:50 [2020-11-06T20:36:50.784Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.92s)
20:36:50 [2020-11-06T20:36:50.784Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s)
20:36:50 [2020-11-06T20:36:50.784Z] === CONT  TestContainerStartOnDaemonRestart
20:36:50 [2020-11-06T20:36:50.784Z] === CONT  TestContainerKillOnDaemonStart
20:36:50 [2020-11-06T20:36:50.784Z] === CONT  TestDaemonHostGatewayIP
20:36:50 [2020-11-06T20:36:50.784Z] === CONT  TestDaemonRestartIpcMode
20:36:50 [2020-11-06T20:36:50.886Z] tests/integration/models_services_test.py ..............X.               [ 95%]
20:36:51 [2020-11-06T20:36:51.939Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
20:36:52 [2020-11-06T20:36:52.064Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s)
20:36:52 [2020-11-06T20:36:52.065Z] === RUN   TestBuildWithSession
20:36:52 [2020-11-06T20:36:52.065Z] --- SKIP: TestBuildWithSession (0.00s)
20:36:52 [2020-11-06T20:36:52.065Z]     build_session_test.go:25: TODO: BuildKit
20:36:52 [2020-11-06T20:36:52.065Z] === RUN   TestBuildSquashParent
20:36:52 [2020-11-06T20:36:52.196Z] --- PASS: TestExportContainerAfterDaemonRestart (1.66s)
20:36:52 [2020-11-06T20:36:52.196Z] === RUN   TestHealthCheckWorkdir
20:36:53 [2020-11-06T20:36:53.127Z] --- PASS: TestHealthCheckWorkdir (1.01s)
20:36:53 [2020-11-06T20:36:53.127Z] === RUN   TestHealthKillContainer
20:36:53 [2020-11-06T20:36:53.383Z] === RUN   TestDockerSuite/TestBuildAddNonTar
20:36:53 [2020-11-06T20:36:53.400Z] --- PASS: TestInspect (3.95s)
20:36:53 [2020-11-06T20:36:53.400Z] === RUN   TestCreateJob
20:36:54 [2020-11-06T20:36:54.103Z] --- PASS: TestContainerStartOnDaemonRestart (3.45s)
20:36:54 [2020-11-06T20:36:54.104Z] === CONT  TestIpcModeOlderClient
20:36:54 [2020-11-06T20:36:54.184Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:36:54 [2020-11-06T20:36:54.184Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:36:54 [2020-11-06T20:36:54.366Z] --- PASS: TestIpcModeOlderClient (0.25s)
20:36:54 [2020-11-06T20:36:54.754Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
20:36:54 [2020-11-06T20:36:54.754Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
20:36:54 [2020-11-06T20:36:54.754Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
20:36:55 [2020-11-06T20:36:55.315Z] --- PASS: TestDaemonRestartIpcMode (4.59s)
20:36:55 [2020-11-06T20:36:55.315Z] --- PASS: TestDaemonHostGatewayIP (4.78s)
20:36:55 [2020-11-06T20:36:55.317Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
20:36:56 [2020-11-06T20:36:56.247Z] --- PASS: TestHealthKillContainer (2.97s)
20:36:56 [2020-11-06T20:36:56.247Z] === RUN   TestInspectCpusetInConfigPre120
20:36:56 [2020-11-06T20:36:56.505Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
20:36:56 [2020-11-06T20:36:56.540Z] --- PASS: TestBuildSquashParent (4.48s)
20:36:56 [2020-11-06T20:36:56.540Z] === RUN   TestBuildWithRemoveAndForceRemove
20:36:56 [2020-11-06T20:36:56.540Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:36:56 [2020-11-06T20:36:56.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:36:56 [2020-11-06T20:36:56.540Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:36:56 [2020-11-06T20:36:56.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:36:56 [2020-11-06T20:36:56.540Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:36:56 [2020-11-06T20:36:56.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:36:56 [2020-11-06T20:36:56.540Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:36:56 [2020-11-06T20:36:56.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:36:56 [2020-11-06T20:36:56.540Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:36:56 [2020-11-06T20:36:56.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:36:56 [2020-11-06T20:36:56.540Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:36:56 [2020-11-06T20:36:56.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:36:56 [2020-11-06T20:36:56.540Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:36:56 [2020-11-06T20:36:56.540Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:36:56 [2020-11-06T20:36:56.540Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:36:56 [2020-11-06T20:36:56.540Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:36:57 [2020-11-06T20:36:57.068Z] --- PASS: TestInspectCpusetInConfigPre120 (0.79s)
20:36:57 [2020-11-06T20:36:57.068Z] === RUN   TestIpcModeNone
20:36:57 [2020-11-06T20:36:57.825Z] tests/integration/regression_test.py ......                              [ 98%]
20:36:57 [2020-11-06T20:36:57.850Z] --- PASS: TestCreateJob (4.48s)
20:36:57 [2020-11-06T20:36:57.850Z] === RUN   TestReplicatedJob
20:36:58 [2020-11-06T20:36:58.001Z] --- PASS: TestIpcModeNone (0.84s)
20:36:58 [2020-11-06T20:36:58.001Z] === RUN   TestIpcModePrivate
20:36:58 [2020-11-06T20:36:58.347Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:36:58 [2020-11-06T20:36:58.348Z] tests/integration/credentials/utils_test.py .                            [100%]
20:36:58 [2020-11-06T20:36:58.348Z] 
20:36:58 [2020-11-06T20:36:58.348Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:36:58 [2020-11-06T20:36:58.348Z] =========================== short test summary info ============================
20:36:58 [2020-11-06T20:36:58.348Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:36:58 [2020-11-06T20:36:58.348Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:36:58 [2020-11-06T20:36:58.348Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:36:58 [2020-11-06T20:36:58.348Z]   Not supported on most drivers
20:36:58 [2020-11-06T20:36:58.348Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:36:58 [2020-11-06T20:36:58.348Z]   Output of docker top depends on host distro, and is not formalized.
20:36:58 [2020-11-06T20:36:58.348Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:36:58 [2020-11-06T20:36:58.348Z]   Output of docker top depends on host distro, and is not formalized.
20:36:58 [2020-11-06T20:36:58.348Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:36:58 [2020-11-06T20:36:58.348Z]   Can fail if eth0 has multiple IP addresses
20:36:58 [2020-11-06T20:36:58.348Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:36:58 [2020-11-06T20:36:58.348Z]   This doesn't seem to be taken into account by the engine
20:36:58 [2020-11-06T20:36:58.348Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
20:36:58 [2020-11-06T20:36:58.348Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:36:58 [2020-11-06T20:36:58.348Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 328.15 seconds ==
20:36:58 [2020-11-06T20:36:58.567Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
20:36:58 [2020-11-06T20:36:58.567Z] --- PASS: TestIpcModePrivate (0.85s)
20:36:58 [2020-11-06T20:36:58.567Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
20:36:58 [2020-11-06T20:36:58.567Z] === RUN   TestIpcModeShareable
20:36:58 [2020-11-06T20:36:58.640Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:36:58 [2020-11-06T20:36:58.640Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:36:58 [2020-11-06T20:36:58.824Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
20:36:58 [2020-11-06T20:36:58.919Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:36:59 [2020-11-06T20:36:59.390Z] --- PASS: TestIpcModeShareable (0.79s)
20:36:59 [2020-11-06T20:36:59.390Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true
20:36:59 [2020-11-06T20:36:59.390Z] === RUN   TestAPIIpcModeShareableAndContainer
20:37:00 [2020-11-06T20:37:00.321Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
20:37:00 [2020-11-06T20:37:00.735Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:37:00 [2020-11-06T20:37:00.735Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.08s)
20:37:00 [2020-11-06T20:37:00.735Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.42s)
20:37:00 [2020-11-06T20:37:00.735Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.79s)
20:37:00 [2020-11-06T20:37:00.735Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.83s)
20:37:00 [2020-11-06T20:37:00.735Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.87s)
20:37:00 [2020-11-06T20:37:00.735Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.74s)
20:37:00 [2020-11-06T20:37:00.735Z] === RUN   TestBuildMultiStageCopy
20:37:00 [2020-11-06T20:37:00.735Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:37:01 [2020-11-06T20:37:01.690Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.97s)
20:37:01 [2020-11-06T20:37:01.690Z] === RUN   TestAPIIpcModeHost
20:37:01 [2020-11-06T20:37:01.690Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
20:37:01 [2020-11-06T20:37:01.947Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
20:37:02 [2020-11-06T20:37:02.204Z] --- PASS: TestAPIIpcModeHost (0.79s)
20:37:02 [2020-11-06T20:37:02.204Z] === RUN   TestDaemonIpcModeShareable
20:37:02 [2020-11-06T20:37:02.255Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:37:02 [2020-11-06T20:37:02.255Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:37:02 [2020-11-06T20:37:02.549Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:37:02 [2020-11-06T20:37:02.845Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:37:03 [2020-11-06T20:37:03.136Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
20:37:03 [2020-11-06T20:37:03.484Z] --- PASS: TestBuildMultiStageCopy (2.80s)
20:37:03 [2020-11-06T20:37:03.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.51s)
20:37:03 [2020-11-06T20:37:03.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s)
20:37:03 [2020-11-06T20:37:03.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s)
20:37:03 [2020-11-06T20:37:03.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s)
20:37:03 [2020-11-06T20:37:03.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s)
20:37:03 [2020-11-06T20:37:03.484Z] === RUN   TestBuildMultiStageParentConfig
20:37:04 [2020-11-06T20:37:04.067Z] --- PASS: TestDaemonIpcModeShareable (1.82s)
20:37:04 [2020-11-06T20:37:04.067Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true
20:37:04 [2020-11-06T20:37:04.067Z] === RUN   TestDaemonIpcModePrivate
20:37:04 [2020-11-06T20:37:04.124Z] --- PASS: TestBuildMultiStageParentConfig (0.83s)
20:37:04 [2020-11-06T20:37:04.124Z] === RUN   TestBuildLabelWithTargets
20:37:04 [2020-11-06T20:37:04.324Z] === RUN   TestDockerSuite/TestBuildAddScript
20:37:04 [2020-11-06T20:37:04.745Z] --- PASS: TestReplicatedJob (7.36s)
20:37:04 [2020-11-06T20:37:04.745Z] === RUN   TestUpdateReplicatedJob
20:37:05 [2020-11-06T20:37:05.257Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
20:37:05 [2020-11-06T20:37:05.331Z] --- PASS: TestContainerKillOnDaemonStart (13.17s)
20:37:05 [2020-11-06T20:37:05.331Z] PASS
20:37:05 [2020-11-06T20:37:05.331Z] 
20:37:05 [2020-11-06T20:37:05.331Z] === Skipped
20:37:05 [2020-11-06T20:37:05.331Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
20:37:05 [2020-11-06T20:37:05.331Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:37:05 [2020-11-06T20:37:05.331Z] 
20:37:05 [2020-11-06T20:37:05.331Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
20:37:05 [2020-11-06T20:37:05.331Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:37:05 [2020-11-06T20:37:05.331Z] 
20:37:05 [2020-11-06T20:37:05.331Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
20:37:05 [2020-11-06T20:37:05.331Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:37:05 [2020-11-06T20:37:05.331Z] 
20:37:05 [2020-11-06T20:37:05.331Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:37:05 [2020-11-06T20:37:05.331Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:37:05 [2020-11-06T20:37:05.331Z] 
20:37:05 [2020-11-06T20:37:05.331Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
20:37:05 [2020-11-06T20:37:05.331Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:37:05 [2020-11-06T20:37:05.331Z] 
20:37:05 [2020-11-06T20:37:05.331Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
20:37:05 [2020-11-06T20:37:05.331Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:37:05 [2020-11-06T20:37:05.331Z] 
20:37:05 [2020-11-06T20:37:05.331Z] 
20:37:05 [2020-11-06T20:37:05.331Z] DONE 193 tests, 6 skipped in 139.807s
20:37:05 [2020-11-06T20:37:05.331Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
20:37:05 [2020-11-06T20:37:05.331Z] ++ 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
20:37:05 [2020-11-06T20:37:05.331Z] ++ set -e
20:37:05 [2020-11-06T20:37:05.331Z] ++ '[' -n 0 ']'
20:37:05 [2020-11-06T20:37:05.331Z] ++ set -x
20:37:05 [2020-11-06T20:37:05.331Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
20:37:05 [2020-11-06T20:37:05.331Z] INFO: Testing against a local daemon
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestCommitInheritsEnv
20:37:05 [2020-11-06T20:37:05.331Z] --- PASS: TestCommitInheritsEnv (0.58s)
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestImportExtremelyLargeImageWorks
20:37:05 [2020-11-06T20:37:05.331Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
20:37:05 [2020-11-06T20:37:05.331Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestImagesFilterMultiReference
20:37:05 [2020-11-06T20:37:05.331Z] --- PASS: TestImagesFilterMultiReference (0.09s)
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestImagePullPlatformInvalid
20:37:05 [2020-11-06T20:37:05.331Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestRemoveImageOrphaning
20:37:05 [2020-11-06T20:37:05.331Z] --- PASS: TestRemoveImageOrphaning (0.56s)
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestRemoveImageGarbageCollector
20:37:05 [2020-11-06T20:37:05.331Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:37:05 [2020-11-06T20:37:05.331Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:37:05 [2020-11-06T20:37:05.331Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestTagInvalidReference
20:37:05 [2020-11-06T20:37:05.331Z] --- PASS: TestTagInvalidReference (0.03s)
20:37:05 [2020-11-06T20:37:05.331Z] === RUN   TestTagValidPrefixedRepo
20:37:05 [2020-11-06T20:37:05.594Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
20:37:05 [2020-11-06T20:37:05.594Z] === RUN   TestTagExistedNameWithoutForce
20:37:05 [2020-11-06T20:37:05.594Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
20:37:05 [2020-11-06T20:37:05.594Z] === RUN   TestTagOfficialNames
20:37:05 [2020-11-06T20:37:05.594Z] --- PASS: TestTagOfficialNames (0.07s)
20:37:05 [2020-11-06T20:37:05.594Z] === RUN   TestTagMatchesDigest
20:37:05 [2020-11-06T20:37:05.594Z] --- PASS: TestTagMatchesDigest (0.03s)
20:37:05 [2020-11-06T20:37:05.594Z] PASS
20:37:05 [2020-11-06T20:37:05.594Z] 
20:37:05 [2020-11-06T20:37:05.594Z] === Skipped
20:37:05 [2020-11-06T20:37:05.594Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
20:37:05 [2020-11-06T20:37:05.594Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
20:37:05 [2020-11-06T20:37:05.594Z] 
20:37:05 [2020-11-06T20:37:05.594Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
20:37:05 [2020-11-06T20:37:05.594Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:05 [2020-11-06T20:37:05.594Z] 
20:37:05 [2020-11-06T20:37:05.594Z] 
20:37:05 [2020-11-06T20:37:05.594Z] DONE 12 tests, 2 skipped in 1.806s
20:37:05 [2020-11-06T20:37:05.594Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
20:37:05 [2020-11-06T20:37:05.594Z] ++ 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
20:37:05 [2020-11-06T20:37:05.594Z] ++ set -e
20:37:05 [2020-11-06T20:37:05.594Z] ++ '[' -n 0 ']'
20:37:05 [2020-11-06T20:37:05.594Z] ++ set -x
20:37:05 [2020-11-06T20:37:05.594Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
20:37:05 [2020-11-06T20:37:05.642Z] --- PASS: TestBuildLabelWithTargets (1.33s)
20:37:05 [2020-11-06T20:37:05.642Z] === RUN   TestBuildWithEmptyLayers
20:37:05 [2020-11-06T20:37:05.822Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
20:37:05 [2020-11-06T20:37:05.822Z] --- PASS: TestDaemonIpcModePrivate (1.78s)
20:37:05 [2020-11-06T20:37:05.822Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: false, mustBeShared: false
20:37:05 [2020-11-06T20:37:05.822Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:37:05 [2020-11-06T20:37:05.857Z] INFO: Testing against a local daemon
20:37:05 [2020-11-06T20:37:05.857Z] === RUN   TestNetworkCreateDelete
20:37:06 [2020-11-06T20:37:06.120Z] --- PASS: TestNetworkCreateDelete (0.43s)
20:37:06 [2020-11-06T20:37:06.120Z] === RUN   TestDockerNetworkDeletePreferID
20:37:06 [2020-11-06T20:37:06.288Z] --- PASS: TestBuildWithEmptyLayers (0.67s)
20:37:06 [2020-11-06T20:37:06.288Z] === RUN   TestBuildMultiStageOnBuild
20:37:07 [2020-11-06T20:37:07.514Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s)
20:37:07 [2020-11-06T20:37:07.514Z] === RUN   TestDaemonDNSFallback
20:37:07 [2020-11-06T20:37:07.721Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.62s)
20:37:07 [2020-11-06T20:37:07.721Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false
20:37:07 [2020-11-06T20:37:07.721Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:37:07 [2020-11-06T20:37:07.721Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
20:37:07 [2020-11-06T20:37:07.808Z] --- PASS: TestBuildMultiStageOnBuild (1.70s)
20:37:07 [2020-11-06T20:37:07.808Z] === RUN   TestBuildUncleanTarFilenames
20:37:08 [2020-11-06T20:37:08.852Z] --- PASS: TestBuildUncleanTarFilenames (0.87s)
20:37:08 [2020-11-06T20:37:08.852Z] === RUN   TestBuildMultiStageLayerLeak
20:37:09 [2020-11-06T20:37:09.091Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.54s)
20:37:09 [2020-11-06T20:37:09.091Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: true, mustBeShared: true
20:37:09 [2020-11-06T20:37:09.091Z] === RUN   TestIpcModeOlderClient
20:37:09 [2020-11-06T20:37:09.091Z] === PAUSE TestIpcModeOlderClient
20:37:09 [2020-11-06T20:37:09.091Z] === RUN   TestKillContainerInvalidSignal
20:37:09 [2020-11-06T20:37:09.197Z] --- PASS: TestUpdateReplicatedJob (4.65s)
20:37:09 [2020-11-06T20:37:09.197Z] === RUN   TestServiceListWithStatuses
20:37:09 [2020-11-06T20:37:09.197Z] --- SKIP: TestServiceListWithStatuses (0.01s)
20:37:09 [2020-11-06T20:37:09.197Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:37:09 [2020-11-06T20:37:09.197Z] === RUN   TestDockerNetworkConnectAlias
20:37:09 [2020-11-06T20:37:09.655Z] --- PASS: TestKillContainerInvalidSignal (0.68s)
20:37:09 [2020-11-06T20:37:09.655Z] === RUN   TestKillContainer
20:37:09 [2020-11-06T20:37:09.655Z] === RUN   TestKillContainer/no_signal
20:37:09 [2020-11-06T20:37:09.655Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
20:37:10 [2020-11-06T20:37:10.413Z] --- PASS: TestBuildMultiStageLayerLeak (1.80s)
20:37:10 [2020-11-06T20:37:10.413Z] === RUN   TestBuildWithHugeFile
20:37:10 [2020-11-06T20:37:10.587Z] === RUN   TestKillContainer/non_killing_signal
20:37:10 [2020-11-06T20:37:10.843Z] === RUN   TestKillContainer/killing_signal
20:37:11 [2020-11-06T20:37:11.147Z] Leaving: AppArmorNo profiles have been unloaded.
20:37:11 [2020-11-06T20:37:11.147Z] 
20:37:11 [2020-11-06T20:37:11.147Z] Unloading profiles will leave already running processes permanently
20:37:11 [2020-11-06T20:37:11.147Z] unconfined, which can lead to unexpected situations.
20:37:11 [2020-11-06T20:37:11.147Z] 
20:37:11 [2020-11-06T20:37:11.147Z] To set a process to complain mode, use the command line tool
20:37:11 [2020-11-06T20:37:11.147Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:37:11 [2020-11-06T20:37:11.147Z] 
Post stage
[Pipeline] junit
20:37:11 [2020-11-06T20:37:11.423Z] Recording test results
20:37:12 [2020-11-06T20:37:12.214Z] --- PASS: TestKillContainer (2.26s)
20:37:12 [2020-11-06T20:37:12.214Z]     --- PASS: TestKillContainer/no_signal (0.84s)
20:37:12 [2020-11-06T20:37:12.214Z]     --- PASS: TestKillContainer/non_killing_signal (0.45s)
20:37:12 [2020-11-06T20:37:12.214Z]     --- PASS: TestKillContainer/killing_signal (0.71s)
20:37:12 [2020-11-06T20:37:12.214Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:37:12 [2020-11-06T20:37:12.214Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:37:12 [2020-11-06T20:37:12.471Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
[Pipeline] sh
20:37:13 [2020-11-06T20:37:13.086Z] + echo Ensuring container killed.
20:37:13 [2020-11-06T20:37:13.086Z] Ensuring container killed.
20:37:13 [2020-11-06T20:37:13.086Z] + docker rm -vf docker-pr1
20:37:13 [2020-11-06T20:37:13.086Z] Error: No such container: docker-pr1
20:37:13 [2020-11-06T20:37:13.086Z] + true
[Pipeline] sh
20:37:13 [2020-11-06T20:37:13.373Z] + echo Chowning /workspace to jenkins user
20:37:13 [2020-11-06T20:37:13.373Z] Chowning /workspace to jenkins user
20:37:13 [2020-11-06T20:37:13.373Z] + id -u
20:37:13 [2020-11-06T20:37:13.373Z] + id -g
20:37:13 [2020-11-06T20:37:13.373Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41648:/workspace busybox chown -R 1000:1000 /workspace
20:37:13 [2020-11-06T20:37:13.373Z] Unable to find image 'busybox:latest' locally
20:37:13 [2020-11-06T20:37:13.428Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.33s)
20:37:13 [2020-11-06T20:37:13.428Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s)
20:37:13 [2020-11-06T20:37:13.428Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s)
20:37:13 [2020-11-06T20:37:13.428Z] === RUN   TestKillStoppedContainer
20:37:13 [2020-11-06T20:37:13.428Z] --- PASS: TestKillStoppedContainer (0.06s)
20:37:13 [2020-11-06T20:37:13.428Z] === RUN   TestKillStoppedContainerAPIPre120
20:37:13 [2020-11-06T20:37:13.428Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
20:37:13 [2020-11-06T20:37:13.428Z] === RUN   TestKillDifferentUserContainer
20:37:13 [2020-11-06T20:37:13.993Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
20:37:13 [2020-11-06T20:37:13.993Z] --- PASS: TestKillDifferentUserContainer (0.75s)
20:37:13 [2020-11-06T20:37:13.994Z] === RUN   TestInspectOomKilledTrue
20:37:13 [2020-11-06T20:37:13.994Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:37:13 [2020-11-06T20:37:13.994Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:37:13 [2020-11-06T20:37:13.994Z] === RUN   TestInspectOomKilledFalse
20:37:13 [2020-11-06T20:37:13.994Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:37:13 [2020-11-06T20:37:13.994Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:37:13 [2020-11-06T20:37:13.994Z] === RUN   TestLinksEtcHostsContentMatch
20:37:14 [2020-11-06T20:37:14.558Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
20:37:14 [2020-11-06T20:37:14.558Z] --- PASS: TestLinksEtcHostsContentMatch (0.57s)
20:37:14 [2020-11-06T20:37:14.558Z] === RUN   TestLinksContainerNames
20:37:15 [2020-11-06T20:37:15.671Z] --- PASS: TestDaemonDNSFallback (7.42s)
20:37:15 [2020-11-06T20:37:15.671Z] === RUN   TestInspectNetwork
20:37:16 [2020-11-06T20:37:16.454Z] --- PASS: TestLinksContainerNames (1.48s)
20:37:16 [2020-11-06T20:37:16.454Z] === RUN   TestLogsFollowTailEmpty
20:37:17 [2020-11-06T20:37:17.021Z] --- PASS: TestLogsFollowTailEmpty (0.81s)
20:37:17 [2020-11-06T20:37:17.021Z] === RUN   TestContainerNetworkMountsNoChown
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
20:37:17 [2020-11-06T20:37:17.584Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s)
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestMountDaemonRoot
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestMountDaemonRoot/default
20:37:17 [2020-11-06T20:37:17.584Z] === PAUSE TestMountDaemonRoot/default
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestMountDaemonRoot/private
20:37:17 [2020-11-06T20:37:17.584Z] === PAUSE TestMountDaemonRoot/private
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestMountDaemonRoot/rprivate
20:37:17 [2020-11-06T20:37:17.584Z] === PAUSE TestMountDaemonRoot/rprivate
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestMountDaemonRoot/slave
20:37:17 [2020-11-06T20:37:17.584Z] === PAUSE TestMountDaemonRoot/slave
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestMountDaemonRoot/rslave
20:37:17 [2020-11-06T20:37:17.584Z] === PAUSE TestMountDaemonRoot/rslave
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestMountDaemonRoot/shared
20:37:17 [2020-11-06T20:37:17.584Z] === PAUSE TestMountDaemonRoot/shared
20:37:17 [2020-11-06T20:37:17.584Z] === RUN   TestMountDaemonRoot/rshared
20:37:17 [2020-11-06T20:37:17.584Z] === PAUSE TestMountDaemonRoot/rshared
20:37:17 [2020-11-06T20:37:17.718Z] --- PASS: TestDockerNetworkConnectAlias (8.07s)
20:37:17 [2020-11-06T20:37:17.718Z] === RUN   TestDockerNetworkReConnect
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/default
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/default/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/default/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/rprivate
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/private
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/private/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/private/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/default/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/default/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/slave
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/rshared
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/shared
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/rslave
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/private/mount_root
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/private/bind_root
20:37:17 [2020-11-06T20:37:17.842Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:37:18 [2020-11-06T20:37:18.099Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:37:18 [2020-11-06T20:37:18.099Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:37:18 [2020-11-06T20:37:18.355Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:37:18 [2020-11-06T20:37:18.355Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:37:18 [2020-11-06T20:37:18.355Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:37:18 [2020-11-06T20:37:18.355Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:37:18 [2020-11-06T20:37:18.355Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:37:18 [2020-11-06T20:37:18.355Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:37:18 [2020-11-06T20:37:18.355Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:37:18 [2020-11-06T20:37:18.355Z] --- PASS: TestMountDaemonRoot (0.03s)
20:37:18 [2020-11-06T20:37:18.355Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:37:18 [2020-11-06T20:37:18.355Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
20:37:18 [2020-11-06T20:37:18.355Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
20:37:18 [2020-11-06T20:37:18.355Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:37:18 [2020-11-06T20:37:18.355Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
20:37:18 [2020-11-06T20:37:18.355Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:37:18 [2020-11-06T20:37:18.355Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
20:37:18 [2020-11-06T20:37:18.355Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:37:18 [2020-11-06T20:37:18.356Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
20:37:18 [2020-11-06T20:37:18.356Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
20:37:18 [2020-11-06T20:37:18.356Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s)
20:37:18 [2020-11-06T20:37:18.356Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
20:37:18 [2020-11-06T20:37:18.356Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
20:37:18 [2020-11-06T20:37:18.356Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
20:37:18 [2020-11-06T20:37:18.356Z] === RUN   TestContainerBindMountNonRecursive
20:37:18 [2020-11-06T20:37:18.613Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
20:37:18 [2020-11-06T20:37:18.661Z] latest: Pulling from library/busybox
20:37:18 [2020-11-06T20:37:18.661Z] 9758c28807f2: Pulling fs layer
20:37:18 [2020-11-06T20:37:18.877Z] 4612f6d0b889: Pull complete
20:37:18 [2020-11-06T20:37:18.922Z] 9758c28807f2: Verifying Checksum
20:37:18 [2020-11-06T20:37:18.922Z] 9758c28807f2: Download complete
20:37:19 [2020-11-06T20:37:19.176Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
20:37:19 [2020-11-06T20:37:19.176Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
20:37:19 [2020-11-06T20:37:19.183Z] 9758c28807f2: Pull complete
20:37:19 [2020-11-06T20:37:19.183Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
20:37:19 [2020-11-06T20:37:19.183Z] Status: Downloaded newer image for busybox:latest
20:37:19 [2020-11-06T20:37:19.893Z] === RUN   TestInspectNetwork/full_network_id
20:37:19 [2020-11-06T20:37:19.893Z] === RUN   TestInspectNetwork/partial_network_id
20:37:19 [2020-11-06T20:37:19.893Z] === RUN   TestInspectNetwork/network_name
20:37:19 [2020-11-06T20:37:19.893Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:37:20 [2020-11-06T20:37:20.545Z] --- PASS: TestContainerBindMountNonRecursive (2.08s)
20:37:20 [2020-11-06T20:37:20.545Z] === RUN   TestNetworkNat
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:37:20 [2020-11-06T20:37:20.883Z] + bundleName=docker-py
20:37:20 [2020-11-06T20:37:20.883Z] + echo Creating docker-py-bundles.tar.gz
20:37:20 [2020-11-06T20:37:20.883Z] Creating docker-py-bundles.tar.gz
20:37:20 [2020-11-06T20:37:20.883Z] + 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
20:37:20 [2020-11-06T20:37:20.897Z] Archiving artifacts
20:37:21 [2020-11-06T20:37:21.108Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
20:37:21 [2020-11-06T20:37:21.365Z] --- PASS: TestNetworkNat (0.84s)
20:37:21 [2020-11-06T20:37:21.365Z] === RUN   TestNetworkLocalhostTCPNat
20:37:22 [2020-11-06T20:37:22.296Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s)
20:37:22 [2020-11-06T20:37:22.296Z] === RUN   TestNetworkLoopbackNat
20:37:22 [2020-11-06T20:37:22.296Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
20:37:22 [2020-11-06T20:37:22.805Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41648/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
20:37:22 [2020-11-06T20:37:22.862Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
20:37:22 [2020-11-06T20:37:22.862Z] === RUN   TestDockerSuite/TestBuildAddTar
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
20:37:23 [2020-11-06T20:37:23.191Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh binary-daemon
20:37:23 [2020-11-06T20:37:23.763Z] 
20:37:23 [2020-11-06T20:37:23.764Z] Removing bundles/
20:37:23 [2020-11-06T20:37:23.764Z] 
20:37:23 [2020-11-06T20:37:23.764Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
20:37:23 [2020-11-06T20:37:23.764Z] Building: bundles/binary-daemon/dockerd-dev
20:37:23 [2020-11-06T20:37:23.764Z] GOOS="" GOARCH="" GOARM=""
20:37:24 [2020-11-06T20:37:24.231Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
20:37:24 [2020-11-06T20:37:24.644Z] --- PASS: TestDockerNetworkReConnect (6.33s)
20:37:24 [2020-11-06T20:37:24.644Z] === RUN   TestServicePlugin
20:37:24 [2020-11-06T20:37:24.644Z] --- SKIP: TestServicePlugin (0.00s)
20:37:24 [2020-11-06T20:37:24.644Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:24 [2020-11-06T20:37:24.644Z] === RUN   TestServiceUpdateLabel
20:37:25 [2020-11-06T20:37:25.195Z] --- PASS: TestInspectNetwork (9.52s)
20:37:25 [2020-11-06T20:37:25.196Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:37:25 [2020-11-06T20:37:25.196Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:37:25 [2020-11-06T20:37:25.196Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:37:25 [2020-11-06T20:37:25.196Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:37:25 [2020-11-06T20:37:25.196Z] === RUN   TestRunContainerWithBridgeNone
20:37:25 [2020-11-06T20:37:25.599Z] --- PASS: TestNetworkLoopbackNat (3.22s)
20:37:25 [2020-11-06T20:37:25.599Z] === RUN   TestPause
20:37:25 [2020-11-06T20:37:25.856Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
20:37:26 [2020-11-06T20:37:26.112Z] --- PASS: TestPause (0.83s)
20:37:26 [2020-11-06T20:37:26.112Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:37:26 [2020-11-06T20:37:26.112Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:37:26 [2020-11-06T20:37:26.112Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:37:26 [2020-11-06T20:37:26.112Z] === RUN   TestPauseStopPausedContainer
20:37:27 [2020-11-06T20:37:27.079Z] --- PASS: TestPauseStopPausedContainer (0.97s)
20:37:27 [2020-11-06T20:37:27.119Z] --- PASS: TestRunContainerWithBridgeNone (2.45s)
20:37:27 [2020-11-06T20:37:27.119Z] === RUN   TestNetworkInvalidJSON
20:37:27 [2020-11-06T20:37:27.119Z] === RUN   TestNetworkInvalidJSON//networks/create
20:37:27 [2020-11-06T20:37:27.119Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:37:27 [2020-11-06T20:37:27.119Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:37:27 [2020-11-06T20:37:27.119Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:37:27 [2020-11-06T20:37:27.119Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:37:27 [2020-11-06T20:37:27.119Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:37:27 [2020-11-06T20:37:27.119Z] === CONT  TestNetworkInvalidJSON//networks/create
20:37:27 [2020-11-06T20:37:27.119Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:37:27 [2020-11-06T20:37:27.119Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:37:27 [2020-11-06T20:37:27.119Z] --- PASS: TestNetworkInvalidJSON (0.03s)
20:37:27 [2020-11-06T20:37:27.119Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:37:27 [2020-11-06T20:37:27.119Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:37:27 [2020-11-06T20:37:27.119Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:37:27 [2020-11-06T20:37:27.119Z] === RUN   TestHostIPv4BridgeLabel
20:37:27 [2020-11-06T20:37:27.346Z] === RUN   TestPsFilter
20:37:27 [2020-11-06T20:37:27.346Z] --- PASS: TestPsFilter (0.24s)
20:37:27 [2020-11-06T20:37:27.346Z] === RUN   TestRemoveContainerWithRemovedVolume
20:37:27 [2020-11-06T20:37:27.371Z] --- PASS: TestServiceUpdateLabel (3.73s)
20:37:27 [2020-11-06T20:37:27.371Z] === RUN   TestServiceUpdateSecrets
20:37:27 [2020-11-06T20:37:27.606Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
20:37:27 [2020-11-06T20:37:27.695Z] --- PASS: TestHostIPv4BridgeLabel (0.81s)
20:37:27 [2020-11-06T20:37:27.695Z] === RUN   TestDaemonRestartWithLiveRestore
20:37:28 [2020-11-06T20:37:28.536Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.88s)
20:37:28 [2020-11-06T20:37:28.536Z] === RUN   TestRemoveContainerWithVolume
20:37:29 [2020-11-06T20:37:29.088Z] --- PASS: TestDaemonRestartWithLiveRestore (1.42s)
20:37:29 [2020-11-06T20:37:29.088Z] === RUN   TestDaemonDefaultNetworkPools
20:37:29 [2020-11-06T20:37:29.099Z] --- PASS: TestRemoveContainerWithVolume (0.79s)
20:37:29 [2020-11-06T20:37:29.099Z] === RUN   TestRemoveContainerRunning
20:37:29 [2020-11-06T20:37:29.662Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
20:37:29 [2020-11-06T20:37:29.920Z] --- PASS: TestRemoveContainerRunning (0.75s)
20:37:29 [2020-11-06T20:37:29.920Z] === RUN   TestRemoveContainerForceRemoveRunning
20:37:30 [2020-11-06T20:37:30.482Z] --- PASS: TestDaemonDefaultNetworkPools (1.31s)
20:37:30 [2020-11-06T20:37:30.482Z] === RUN   TestDaemonRestartWithExistingNetwork
20:37:30 [2020-11-06T20:37:30.850Z] === RUN   TestDockerSuite/TestBuildAddTarXz
20:37:30 [2020-11-06T20:37:30.850Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s)
20:37:30 [2020-11-06T20:37:30.850Z] === RUN   TestRemoveInvalidContainer
20:37:30 [2020-11-06T20:37:30.850Z] --- PASS: TestRemoveInvalidContainer (0.02s)
20:37:30 [2020-11-06T20:37:30.850Z] === RUN   TestRenameLinkedContainer
20:37:31 [2020-11-06T20:37:31.782Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
20:37:32 [2020-11-06T20:37:32.039Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
20:37:32 [2020-11-06T20:37:32.296Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
20:37:32 [2020-11-06T20:37:32.407Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.99s)
20:37:32 [2020-11-06T20:37:32.407Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:37:33 [2020-11-06T20:37:33.227Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
20:37:33 [2020-11-06T20:37:33.790Z] --- PASS: TestRenameLinkedContainer (2.94s)
20:37:33 [2020-11-06T20:37:33.790Z] === RUN   TestRenameStoppedContainer
20:37:34 [2020-11-06T20:37:34.354Z] --- PASS: TestRenameStoppedContainer (0.53s)
20:37:34 [2020-11-06T20:37:34.354Z] === RUN   TestRenameRunningContainerAndReuse
20:37:34 [2020-11-06T20:37:34.965Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.50s)
20:37:34 [2020-11-06T20:37:34.965Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:37:35 [2020-11-06T20:37:35.724Z] --- PASS: TestRenameRunningContainerAndReuse (1.26s)
20:37:35 [2020-11-06T20:37:35.724Z] === RUN   TestRenameInvalidName
20:37:35 [2020-11-06T20:37:35.724Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
20:37:35 [2020-11-06T20:37:35.914Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.89s)
20:37:35 [2020-11-06T20:37:35.914Z] === RUN   TestServiceWithPredefinedNetwork
20:37:35 [2020-11-06T20:37:35.981Z] --- PASS: TestRenameInvalidName (0.61s)
20:37:35 [2020-11-06T20:37:35.981Z] === RUN   TestRenameAnonymousContainer
20:37:36 [2020-11-06T20:37:36.238Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
20:37:38 [2020-11-06T20:37:38.760Z] --- PASS: TestRenameAnonymousContainer (2.34s)
20:37:38 [2020-11-06T20:37:38.760Z] === RUN   TestRenameContainerWithSameName
20:37:39 [2020-11-06T20:37:39.017Z] --- PASS: TestRenameContainerWithSameName (0.63s)
20:37:39 [2020-11-06T20:37:39.017Z] === RUN   TestRenameContainerWithLinkedContainer
20:37:39 [2020-11-06T20:37:39.230Z] --- PASS: TestServiceWithPredefinedNetwork (3.32s)
20:37:39 [2020-11-06T20:37:39.230Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:37:39 [2020-11-06T20:37:39.230Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:37:39 [2020-11-06T20:37:39.230Z]     service_test.go:236: FLAKY_TEST
20:37:39 [2020-11-06T20:37:39.230Z] === RUN   TestServiceWithDataPathPortInit
20:37:40 [2020-11-06T20:37:40.386Z] --- PASS: TestRenameContainerWithLinkedContainer (1.29s)
20:37:40 [2020-11-06T20:37:40.386Z] === RUN   TestResize
20:37:40 [2020-11-06T20:37:40.950Z] --- PASS: TestResize (0.67s)
20:37:40 [2020-11-06T20:37:40.950Z] === RUN   TestResizeWithInvalidSize
20:37:41 [2020-11-06T20:37:41.514Z] === RUN   TestDockerSuite/TestBuildBlankName
20:37:41 [2020-11-06T20:37:41.514Z] --- PASS: TestResizeWithInvalidSize (0.65s)
20:37:41 [2020-11-06T20:37:41.514Z] === RUN   TestResizeWhenContainerNotStarted
20:37:42 [2020-11-06T20:37:42.077Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
20:37:42 [2020-11-06T20:37:42.333Z] --- PASS: TestResizeWhenContainerNotStarted (0.60s)
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:37:42 [2020-11-06T20:37:42.334Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
20:37:44 [2020-11-06T20:37:44.234Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
20:37:45 [2020-11-06T20:37:45.166Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:37:45 [2020-11-06T20:37:45.166Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:37:46 [2020-11-06T20:37:46.024Z] --- PASS: TestServiceUpdateSecrets (15.76s)
20:37:46 [2020-11-06T20:37:46.024Z] === RUN   TestServiceUpdateConfigs
20:37:46 [2020-11-06T20:37:46.097Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
20:37:47 [2020-11-06T20:37:47.029Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:37:47 [2020-11-06T20:37:47.287Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:37:47 [2020-11-06T20:37:47.546Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
20:37:48 [2020-11-06T20:37:48.916Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:37:49 [2020-11-06T20:37:49.172Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:37:50 [2020-11-06T20:37:50.541Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
20:37:50 [2020-11-06T20:37:50.541Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
20:37:51 [2020-11-06T20:37:51.910Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:37:52 [2020-11-06T20:37:52.167Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:37:53 [2020-11-06T20:37:53.097Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
20:37:53 [2020-11-06T20:37:53.097Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
20:37:55 [2020-11-06T20:37:55.618Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:37:56 [2020-11-06T20:37:56.185Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
20:37:56 [2020-11-06T20:37:56.748Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:37:57 [2020-11-06T20:37:57.373Z] --- PASS: TestServiceWithDataPathPortInit (18.00s)
20:37:57 [2020-11-06T20:37:57.373Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:37:57 [2020-11-06T20:37:57.678Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
20:37:58 [2020-11-06T20:37:58.685Z] --- PASS: TestServiceUpdateConfigs (15.56s)
20:37:58 [2020-11-06T20:37:58.685Z] === RUN   TestServiceUpdateNetwork
20:38:00 [2020-11-06T20:38:00.202Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.92s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.87s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.06s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.97s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.83s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.88s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.01s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.87s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.63s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.57s)
20:38:00 [2020-11-06T20:38:00.203Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.14s)
20:38:00 [2020-11-06T20:38:00.203Z] === RUN   TestCgroupNamespacesRun
20:38:02 [2020-11-06T20:38:02.100Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
20:38:02 [2020-11-06T20:38:02.100Z] --- PASS: TestCgroupNamespacesRun (2.32s)
20:38:02 [2020-11-06T20:38:02.100Z] === RUN   TestCgroupNamespacesRunPrivileged
20:38:04 [2020-11-06T20:38:04.625Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s)
20:38:04 [2020-11-06T20:38:04.625Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:38:05 [2020-11-06T20:38:05.538Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.38s)
20:38:05 [2020-11-06T20:38:05.538Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gb56ix5qq77am75vlxzwti2j4 Created:2020-11-06 20:37:58.202391904 +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[e542a3f344efc0317f9c8c37c4c72ad6c5e8c862a0cef3972f4632d00a761788:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l5enpsy6v07cdtwia5nwbpnkt EndpointID:39094346eaef8e7929130e4676db05397dc3cb2a24bda1e0e8d1f1eb0522f960 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5ab4c66c4535b484651a4ffc134eb8e6f6098b4e1e38c8aa40073bc111e9348b 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:58e9325b90e0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l5enpsy6v07cdtwia5nwbpnkt EndpointID:39094346eaef8e7929130e4676db05397dc3cb2a24bda1e0e8d1f1eb0522f960 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:38:05 [2020-11-06T20:38:05.538Z] PASS
20:38:05 [2020-11-06T20:38:05.538Z] 
20:38:05 [2020-11-06T20:38:05.538Z] === Skipped
20:38:05 [2020-11-06T20:38:05.538Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:38:05 [2020-11-06T20:38:05.538Z]     service_test.go:236: FLAKY_TEST
20:38:05 [2020-11-06T20:38:05.538Z] 
20:38:05 [2020-11-06T20:38:05.538Z] 
20:38:05 [2020-11-06T20:38:05.538Z] DONE 23 tests, 1 skipped in 59.817s
20:38:05 [2020-11-06T20:38:05.538Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:38:05 [2020-11-06T20:38:05.538Z] ++ 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
20:38:05 [2020-11-06T20:38:05.538Z] ++ set -e
20:38:05 [2020-11-06T20:38:05.538Z] ++ '[' -n 0 ']'
20:38:05 [2020-11-06T20:38:05.538Z] ++ set -x
20:38:05 [2020-11-06T20:38:05.538Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
20:38:05 [2020-11-06T20:38:05.538Z] INFO: Testing against a local daemon
20:38:05 [2020-11-06T20:38:05.538Z] === RUN   TestDockerNetworkIpvlanPersistance
20:38:05 [2020-11-06T20:38:05.538Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:38:05 [2020-11-06T20:38:05.538Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:05 [2020-11-06T20:38:05.538Z] === RUN   TestDockerNetworkIpvlan
20:38:05 [2020-11-06T20:38:05.538Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:38:05 [2020-11-06T20:38:05.538Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:05 [2020-11-06T20:38:05.538Z] PASS
20:38:05 [2020-11-06T20:38:05.538Z] 
20:38:05 [2020-11-06T20:38:05.538Z] === Skipped
20:38:05 [2020-11-06T20:38:05.538Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:38:05 [2020-11-06T20:38:05.538Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:05 [2020-11-06T20:38:05.538Z] 
20:38:05 [2020-11-06T20:38:05.538Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:38:05 [2020-11-06T20:38:05.538Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:05 [2020-11-06T20:38:05.538Z] 
20:38:05 [2020-11-06T20:38:05.538Z] 
20:38:05 [2020-11-06T20:38:05.538Z] DONE 2 tests, 2 skipped in 0.163s
20:38:05 [2020-11-06T20:38:05.538Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:38:05 [2020-11-06T20:38:05.538Z] ++ 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
20:38:05 [2020-11-06T20:38:05.538Z] ++ set -e
20:38:05 [2020-11-06T20:38:05.538Z] ++ '[' -n 0 ']'
20:38:05 [2020-11-06T20:38:05.538Z] ++ set -x
20:38:05 [2020-11-06T20:38:05.538Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
20:38:05 [2020-11-06T20:38:05.802Z] INFO: Testing against a local daemon
20:38:05 [2020-11-06T20:38:05.802Z] === RUN   TestDockerNetworkMacvlanPersistance
20:38:06 [2020-11-06T20:38:06.523Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.13s)
20:38:06 [2020-11-06T20:38:06.523Z] === RUN   TestCgroupNamespacesRunHostMode
20:38:07 [2020-11-06T20:38:07.403Z] --- PASS: TestBuildWithHugeFile (55.20s)
20:38:07 [2020-11-06T20:38:07.403Z] === RUN   TestBuildWithEmptyDockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:38:07 [2020-11-06T20:38:07.403Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s)
20:38:07 [2020-11-06T20:38:07.403Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s)
20:38:07 [2020-11-06T20:38:07.403Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.32s)
20:38:07 [2020-11-06T20:38:07.403Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.33s)
20:38:07 [2020-11-06T20:38:07.403Z] === RUN   TestBuildPreserveOwnership
20:38:07 [2020-11-06T20:38:07.403Z] === RUN   TestBuildPreserveOwnership/copy_from
20:38:08 [2020-11-06T20:38:08.363Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.23s)
20:38:08 [2020-11-06T20:38:08.363Z] === RUN   TestDockerNetworkMacvlan
20:38:08 [2020-11-06T20:38:08.925Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:38:09 [2020-11-06T20:38:09.049Z] --- PASS: TestCgroupNamespacesRunHostMode (2.40s)
20:38:09 [2020-11-06T20:38:09.049Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:38:09 [2020-11-06T20:38:09.049Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
20:38:09 [2020-11-06T20:38:09.311Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:38:09 [2020-11-06T20:38:09.966Z] --- PASS: TestBuildPreserveOwnership (3.88s)
20:38:09 [2020-11-06T20:38:09.966Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.52s)
20:38:09 [2020-11-06T20:38:09.966Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.34s)
20:38:09 [2020-11-06T20:38:09.966Z] === RUN   TestBuildPlatformInvalid
20:38:09 [2020-11-06T20:38:09.966Z] --- PASS: TestBuildPlatformInvalid (0.12s)
20:38:09 [2020-11-06T20:38:09.966Z] PASS
20:38:09 [2020-11-06T20:38:09.966Z] 
20:38:09 [2020-11-06T20:38:09.966Z] === Skipped
20:38:09 [2020-11-06T20:38:09.966Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
20:38:09 [2020-11-06T20:38:09.966Z]     build_session_test.go:25: TODO: BuildKit
20:38:09 [2020-11-06T20:38:09.966Z] 
20:38:09 [2020-11-06T20:38:09.966Z] 
20:38:09 [2020-11-06T20:38:09.966Z] DONE 32 tests, 1 skipped in 94.084s
20:38:10 [2020-11-06T20:38:10.259Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:38:10 [2020-11-06T20:38:10.261Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
20:38:10 [2020-11-06T20:38:10.261Z] ++ 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
20:38:10 [2020-11-06T20:38:10.261Z] ++ set -e
20:38:10 [2020-11-06T20:38:10.261Z] ++ '[' -n 0 ']'
20:38:10 [2020-11-06T20:38:10.261Z] ++ set -x
20:38:10 [2020-11-06T20:38:10.261Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:38:10 [2020-11-06T20:38:10.261Z] INFO: Testing against a local daemon
20:38:10 [2020-11-06T20:38:10.261Z] === RUN   TestConfigInspect
20:38:10 [2020-11-06T20:38:10.945Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.93s)
20:38:10 [2020-11-06T20:38:10.945Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:38:11 [2020-11-06T20:38:11.202Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
20:38:11 [2020-11-06T20:38:11.651Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:38:12 [2020-11-06T20:38:12.347Z] --- PASS: TestConfigInspect (1.97s)
20:38:12 [2020-11-06T20:38:12.347Z] === RUN   TestConfigList
20:38:12 [2020-11-06T20:38:12.570Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
20:38:12 [2020-11-06T20:38:12.570Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.73s)
20:38:12 [2020-11-06T20:38:12.570Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:38:13 [2020-11-06T20:38:13.501Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s)
20:38:13 [2020-11-06T20:38:13.501Z] === RUN   TestCgroupNamespacesRunOlderClient
20:38:14 [2020-11-06T20:38:14.431Z] --- PASS: TestConfigList (1.86s)
20:38:14 [2020-11-06T20:38:14.431Z] === RUN   TestConfigsCreateAndDelete
20:38:14 [2020-11-06T20:38:14.456Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
20:38:14 [2020-11-06T20:38:14.965Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:38:15 [2020-11-06T20:38:15.397Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.90s)
20:38:15 [2020-11-06T20:38:15.397Z] === RUN   TestKernelTCPMemory
20:38:15 [2020-11-06T20:38:15.949Z] --- PASS: TestConfigsCreateAndDelete (1.91s)
20:38:15 [2020-11-06T20:38:15.949Z] === RUN   TestConfigsUpdate
20:38:16 [2020-11-06T20:38:16.334Z] --- PASS: TestKernelTCPMemory (0.90s)
20:38:16 [2020-11-06T20:38:16.334Z] === RUN   TestNISDomainname
20:38:17 [2020-11-06T20:38:17.256Z] --- PASS: TestServiceUpdateNetwork (16.55s)
20:38:17 [2020-11-06T20:38:17.256Z] === RUN   TestServiceUpdatePidsLimit
20:38:17 [2020-11-06T20:38:17.256Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:38:17 [2020-11-06T20:38:17.263Z] --- PASS: TestNISDomainname (0.98s)
20:38:17 [2020-11-06T20:38:17.263Z] === RUN   TestHostnameDnsResolution
20:38:17 [2020-11-06T20:38:17.520Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
20:38:17 [2020-11-06T20:38:17.520Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
20:38:17 [2020-11-06T20:38:17.546Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:38:18 [2020-11-06T20:38:18.028Z] --- PASS: TestConfigsUpdate (1.91s)
20:38:18 [2020-11-06T20:38:18.028Z] === RUN   TestTemplatedConfig
20:38:18 [2020-11-06T20:38:18.279Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:38:18 [2020-11-06T20:38:18.452Z] --- PASS: TestHostnameDnsResolution (1.30s)
20:38:18 [2020-11-06T20:38:18.452Z] === RUN   TestStats
20:38:19 [2020-11-06T20:38:19.822Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
20:38:20 [2020-11-06T20:38:20.386Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
20:38:20 [2020-11-06T20:38:20.386Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
20:38:20 [2020-11-06T20:38:20.802Z] --- PASS: TestTemplatedConfig (2.48s)
20:38:20 [2020-11-06T20:38:20.802Z] === RUN   TestConfigCreateResolve
20:38:21 [2020-11-06T20:38:21.316Z] --- PASS: TestStats (2.81s)
20:38:21 [2020-11-06T20:38:21.316Z] === RUN   TestStopContainerWithTimeout
20:38:21 [2020-11-06T20:38:21.316Z] === RUN   TestStopContainerWithTimeout/0
20:38:21 [2020-11-06T20:38:21.316Z] === PAUSE TestStopContainerWithTimeout/0
20:38:21 [2020-11-06T20:38:21.316Z] === RUN   TestStopContainerWithTimeout/1
20:38:21 [2020-11-06T20:38:21.316Z] === PAUSE TestStopContainerWithTimeout/1
20:38:21 [2020-11-06T20:38:21.316Z] === RUN   TestStopContainerWithTimeout/3
20:38:21 [2020-11-06T20:38:21.316Z] === PAUSE TestStopContainerWithTimeout/3
20:38:21 [2020-11-06T20:38:21.316Z] === RUN   TestStopContainerWithTimeout/-1
20:38:21 [2020-11-06T20:38:21.316Z] === PAUSE TestStopContainerWithTimeout/-1
20:38:21 [2020-11-06T20:38:21.316Z] === CONT  TestStopContainerWithTimeout/0
20:38:21 [2020-11-06T20:38:21.316Z] === CONT  TestStopContainerWithTimeout/-1
20:38:21 [2020-11-06T20:38:21.880Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
20:38:22 [2020-11-06T20:38:22.316Z] --- PASS: TestConfigCreateResolve (1.91s)
20:38:22 [2020-11-06T20:38:22.316Z] === RUN   TestConfigDaemonLibtrustID
20:38:22 [2020-11-06T20:38:22.444Z] === CONT  TestStopContainerWithTimeout/3
20:38:22 [2020-11-06T20:38:22.952Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
20:38:22 [2020-11-06T20:38:22.952Z] PASS
20:38:22 [2020-11-06T20:38:22.952Z] 
20:38:22 [2020-11-06T20:38:22.952Z] DONE 7 tests in 12.647s
20:38:22 [2020-11-06T20:38:22.952Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
20:38:22 [2020-11-06T20:38:22.952Z] ++ 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
20:38:22 [2020-11-06T20:38:22.952Z] ++ set -e
20:38:22 [2020-11-06T20:38:22.952Z] ++ '[' -n 0 ']'
20:38:22 [2020-11-06T20:38:22.952Z] ++ set -x
20:38:22 [2020-11-06T20:38:22.952Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:38:22 [2020-11-06T20:38:22.952Z] INFO: Testing against a local daemon
20:38:22 [2020-11-06T20:38:22.952Z] === RUN   TestCheckpoint
20:38:22 [2020-11-06T20:38:22.952Z] --- SKIP: TestCheckpoint (0.00s)
20:38:22 [2020-11-06T20:38:22.952Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:38:22 [2020-11-06T20:38:22.952Z] === RUN   TestContainerInvalidJSON
20:38:22 [2020-11-06T20:38:22.952Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:38:22 [2020-11-06T20:38:22.952Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:38:22 [2020-11-06T20:38:22.952Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:38:22 [2020-11-06T20:38:22.952Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:38:22 [2020-11-06T20:38:22.952Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:38:22 [2020-11-06T20:38:22.952Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:38:22 [2020-11-06T20:38:22.952Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:38:22 [2020-11-06T20:38:22.952Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:38:22 [2020-11-06T20:38:22.952Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:38:22 [2020-11-06T20:38:22.952Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:38:22 [2020-11-06T20:38:22.952Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:38:22 [2020-11-06T20:38:22.952Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:38:22 [2020-11-06T20:38:22.952Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:38:22 [2020-11-06T20:38:22.953Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:38:22 [2020-11-06T20:38:22.953Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
20:38:22 [2020-11-06T20:38:22.953Z] === RUN   TestCopyFromContainerPathIsNotDir
20:38:22 [2020-11-06T20:38:22.953Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
20:38:22 [2020-11-06T20:38:22.953Z] === RUN   TestCopyToContainerPathDoesNotExist
20:38:23 [2020-11-06T20:38:23.248Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
20:38:23 [2020-11-06T20:38:23.248Z] === RUN   TestCopyToContainerPathIsNotDir
20:38:23 [2020-11-06T20:38:23.248Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
20:38:23 [2020-11-06T20:38:23.248Z] === RUN   TestCopyFromContainer
20:38:24 [2020-11-06T20:38:24.337Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
20:38:24 [2020-11-06T20:38:24.337Z] === CONT  TestStopContainerWithTimeout/1
20:38:24 [2020-11-06T20:38:24.769Z] === RUN   TestCopyFromContainer//
20:38:24 [2020-11-06T20:38:24.769Z] === RUN   TestCopyFromContainer//bar/root
20:38:24 [2020-11-06T20:38:24.769Z] === RUN   TestCopyFromContainer//bar/root/
20:38:24 [2020-11-06T20:38:24.769Z] === RUN   TestCopyFromContainer/bar/quux
20:38:24 [2020-11-06T20:38:24.769Z] === RUN   TestCopyFromContainer/bar/quux/
20:38:24 [2020-11-06T20:38:24.769Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:38:24 [2020-11-06T20:38:24.887Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:38:24 [2020-11-06T20:38:24.901Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
20:38:25 [2020-11-06T20:38:25.066Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:38:25 [2020-11-06T20:38:25.067Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:38:25 [2020-11-06T20:38:25.067Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:38:25 [2020-11-06T20:38:25.067Z] === RUN   TestCopyFromContainer/bar/notarget
20:38:25 [2020-11-06T20:38:25.365Z] --- PASS: TestCopyFromContainer (2.05s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer// (0.07s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:38:25 [2020-11-06T20:38:25.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:38:25 [2020-11-06T20:38:25.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:38:25 [2020-11-06T20:38:25.365Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:38:25 [2020-11-06T20:38:25.365Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:38:25 [2020-11-06T20:38:25.365Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:38:25 [2020-11-06T20:38:25.365Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:38:25 [2020-11-06T20:38:25.365Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateLinkToNonExistingContainer
20:38:25 [2020-11-06T20:38:25.365Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateWithInvalidEnv
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateWithInvalidEnv/0
20:38:25 [2020-11-06T20:38:25.365Z] === PAUSE TestCreateWithInvalidEnv/0
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateWithInvalidEnv/1
20:38:25 [2020-11-06T20:38:25.365Z] === PAUSE TestCreateWithInvalidEnv/1
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateWithInvalidEnv/2
20:38:25 [2020-11-06T20:38:25.365Z] === PAUSE TestCreateWithInvalidEnv/2
20:38:25 [2020-11-06T20:38:25.365Z] === CONT  TestCreateWithInvalidEnv/0
20:38:25 [2020-11-06T20:38:25.365Z] === CONT  TestCreateWithInvalidEnv/2
20:38:25 [2020-11-06T20:38:25.365Z] === CONT  TestCreateWithInvalidEnv/1
20:38:25 [2020-11-06T20:38:25.365Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:38:25 [2020-11-06T20:38:25.365Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateTmpfsMountsTarget
20:38:25 [2020-11-06T20:38:25.365Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s)
20:38:25 [2020-11-06T20:38:25.365Z] === RUN   TestCreateWithCustomMaskedPaths
20:38:25 [2020-11-06T20:38:25.831Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:38:25 [2020-11-06T20:38:25.831Z]     --- PASS: TestStopContainerWithTimeout/0 (1.05s)
20:38:25 [2020-11-06T20:38:25.831Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.94s)
20:38:25 [2020-11-06T20:38:25.831Z]     --- PASS: TestStopContainerWithTimeout/3 (2.73s)
20:38:25 [2020-11-06T20:38:25.831Z]     --- PASS: TestStopContainerWithTimeout/1 (1.68s)
20:38:25 [2020-11-06T20:38:25.831Z] === RUN   TestDeleteDevicemapper
20:38:25 [2020-11-06T20:38:25.831Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:38:25 [2020-11-06T20:38:25.831Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:38:25 [2020-11-06T20:38:25.831Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:38:26 [2020-11-06T20:38:26.019Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:38:26 [2020-11-06T20:38:26.395Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
20:38:26 [2020-11-06T20:38:26.812Z] --- PASS: TestDockerNetworkMacvlan (18.53s)
20:38:26 [2020-11-06T20:38:26.812Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s)
20:38:26 [2020-11-06T20:38:26.812Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s)
20:38:26 [2020-11-06T20:38:26.812Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.12s)
20:38:26 [2020-11-06T20:38:26.812Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.03s)
20:38:26 [2020-11-06T20:38:26.812Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.88s)
20:38:26 [2020-11-06T20:38:26.812Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s)
20:38:26 [2020-11-06T20:38:26.812Z] PASS
20:38:26 [2020-11-06T20:38:26.812Z] 
20:38:26 [2020-11-06T20:38:26.812Z] DONE 8 tests in 20.914s
20:38:26 [2020-11-06T20:38:26.812Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
20:38:26 [2020-11-06T20:38:26.812Z] ++ 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
20:38:26 [2020-11-06T20:38:26.812Z] ++ set -e
20:38:26 [2020-11-06T20:38:26.812Z] ++ '[' -n 0 ']'
20:38:26 [2020-11-06T20:38:26.812Z] ++ set -x
20:38:26 [2020-11-06T20:38:26.812Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:38:26 [2020-11-06T20:38:26.812Z] testing: warning: no tests to run
20:38:26 [2020-11-06T20:38:26.812Z] PASS
20:38:26 [2020-11-06T20:38:26.812Z] 
20:38:26 [2020-11-06T20:38:26.812Z] DONE 0 tests in 0.031s
20:38:26 [2020-11-06T20:38:26.812Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:38:26 [2020-11-06T20:38:26.812Z] ++ 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
20:38:26 [2020-11-06T20:38:26.812Z] ++ set -e
20:38:26 [2020-11-06T20:38:26.812Z] ++ '[' -n 0 ']'
20:38:26 [2020-11-06T20:38:26.812Z] ++ set -x
20:38:26 [2020-11-06T20:38:26.812Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:38:26 [2020-11-06T20:38:26.812Z] INFO: Testing against a local daemon
20:38:26 [2020-11-06T20:38:26.812Z] === RUN   TestAuthZPluginAllowRequest
20:38:26 [2020-11-06T20:38:26.904Z] --- PASS: TestCreateWithCustomMaskedPaths (1.55s)
20:38:26 [2020-11-06T20:38:26.904Z] === RUN   TestCreateWithCustomReadonlyPaths
20:38:28 [2020-11-06T20:38:28.463Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s)
20:38:28 [2020-11-06T20:38:28.463Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:38:28 [2020-11-06T20:38:28.463Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:38:28 [2020-11-06T20:38:28.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:38:28 [2020-11-06T20:38:28.463Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:38:28 [2020-11-06T20:38:28.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:38:28 [2020-11-06T20:38:28.463Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:38:28 [2020-11-06T20:38:28.463Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:38:28 [2020-11-06T20:38:28.463Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:38:28 [2020-11-06T20:38:28.463Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:38:28 [2020-11-06T20:38:28.463Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
20:38:28 [2020-11-06T20:38:28.463Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
20:38:28 [2020-11-06T20:38:28.463Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
20:38:28 [2020-11-06T20:38:28.463Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
20:38:28 [2020-11-06T20:38:28.463Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
20:38:28 [2020-11-06T20:38:28.463Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:38:28 [2020-11-06T20:38:28.738Z] --- PASS: TestAuthZPluginAllowRequest (1.76s)
20:38:28 [2020-11-06T20:38:28.738Z] === RUN   TestAuthZPluginTLS
20:38:28 [2020-11-06T20:38:28.918Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.62s)
20:38:28 [2020-11-06T20:38:28.918Z] === RUN   TestUpdateMemory
20:38:28 [2020-11-06T20:38:28.918Z] --- SKIP: TestUpdateMemory (0.00s)
20:38:28 [2020-11-06T20:38:28.918Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:38:28 [2020-11-06T20:38:28.918Z] === RUN   TestUpdateCPUQuota
20:38:28 [2020-11-06T20:38:28.918Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
20:38:29 [2020-11-06T20:38:29.101Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.52s)
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestCreateDifferentPlatform
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestCreateDifferentPlatform/different_os
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:38:29 [2020-11-06T20:38:29.101Z] --- PASS: TestCreateDifferentPlatform (0.02s)
20:38:29 [2020-11-06T20:38:29.101Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:38:29 [2020-11-06T20:38:29.101Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:38:29 [2020-11-06T20:38:29.101Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
20:38:29 [2020-11-06T20:38:29.101Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestContainerStartOnDaemonRestart
20:38:29 [2020-11-06T20:38:29.101Z] === PAUSE TestContainerStartOnDaemonRestart
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestDaemonRestartIpcMode
20:38:29 [2020-11-06T20:38:29.101Z] === PAUSE TestDaemonRestartIpcMode
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestDaemonHostGatewayIP
20:38:29 [2020-11-06T20:38:29.101Z] === PAUSE TestDaemonHostGatewayIP
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestContainerKillOnDaemonStart
20:38:29 [2020-11-06T20:38:29.101Z] === PAUSE TestContainerKillOnDaemonStart
20:38:29 [2020-11-06T20:38:29.101Z] === RUN   TestDiff
20:38:29 [2020-11-06T20:38:29.175Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
20:38:29 [2020-11-06T20:38:29.314Z] --- PASS: TestAuthZPluginTLS (0.70s)
20:38:29 [2020-11-06T20:38:29.315Z] === RUN   TestAuthZPluginDenyRequest
20:38:29 [2020-11-06T20:38:29.739Z] --- PASS: TestDiff (0.51s)
20:38:29 [2020-11-06T20:38:29.739Z] === RUN   TestExecWithCloseStdin
20:38:29 [2020-11-06T20:38:29.890Z] --- PASS: TestAuthZPluginDenyRequest (0.65s)
20:38:29 [2020-11-06T20:38:29.890Z] === RUN   TestAuthZPluginAPIDenyResponse
20:38:30 [2020-11-06T20:38:30.105Z] --- PASS: TestUpdateCPUQuota (1.44s)
20:38:30 [2020-11-06T20:38:30.105Z] === RUN   TestUpdatePidsLimit
20:38:30 [2020-11-06T20:38:30.105Z] === RUN   TestUpdatePidsLimit/update_from_none
20:38:30 [2020-11-06T20:38:30.362Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
20:38:30 [2020-11-06T20:38:30.362Z] === RUN   TestUpdatePidsLimit/no_change
20:38:30 [2020-11-06T20:38:30.377Z] --- PASS: TestExecWithCloseStdin (0.59s)
20:38:30 [2020-11-06T20:38:30.377Z] === RUN   TestExec
20:38:30 [2020-11-06T20:38:30.466Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s)
20:38:30 [2020-11-06T20:38:30.466Z] === RUN   TestAuthZPluginDenyResponse
20:38:30 [2020-11-06T20:38:30.928Z] === RUN   TestUpdatePidsLimit/update_lower
20:38:31 [2020-11-06T20:38:31.018Z] --- PASS: TestExec (0.63s)
20:38:31 [2020-11-06T20:38:31.018Z] === RUN   TestExecUser
20:38:31 [2020-11-06T20:38:31.186Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:38:31 [2020-11-06T20:38:31.415Z] --- PASS: TestAuthZPluginDenyResponse (0.68s)
20:38:31 [2020-11-06T20:38:31.415Z] === RUN   TestAuthZPluginAllowEventStream
20:38:31 [2020-11-06T20:38:31.653Z] --- PASS: TestExecUser (0.60s)
20:38:31 [2020-11-06T20:38:31.653Z] === RUN   TestExportContainerAndImportImage
20:38:31 [2020-11-06T20:38:31.751Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:38:31 [2020-11-06T20:38:31.751Z] === RUN   TestDockerSuite/TestBuildCacheAdd
20:38:32 [2020-11-06T20:38:32.297Z] --- PASS: TestExportContainerAndImportImage (0.80s)
20:38:32 [2020-11-06T20:38:32.297Z] === RUN   TestExportContainerAfterDaemonRestart
20:38:32 [2020-11-06T20:38:32.315Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:38:32 [2020-11-06T20:38:32.571Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:38:32 [2020-11-06T20:38:32.571Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
20:38:32 [2020-11-06T20:38:32.949Z] --- PASS: TestServiceUpdatePidsLimit (17.84s)
20:38:32 [2020-11-06T20:38:32.949Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.92s)
20:38:32 [2020-11-06T20:38:32.949Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s)
20:38:32 [2020-11-06T20:38:32.949Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.25s)
20:38:32 [2020-11-06T20:38:32.949Z] PASS
20:38:33 [2020-11-06T20:38:33.240Z] 
20:38:33 [2020-11-06T20:38:33.240Z] === Skipped
20:38:33 [2020-11-06T20:38:33.240Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s)
20:38:33 [2020-11-06T20:38:33.240Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:38:33 [2020-11-06T20:38:33.240Z] 
20:38:33 [2020-11-06T20:38:33.240Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
20:38:33 [2020-11-06T20:38:33.240Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:33 [2020-11-06T20:38:33.240Z] 
20:38:33 [2020-11-06T20:38:33.240Z] 
20:38:33 [2020-11-06T20:38:33.240Z] DONE 27 tests, 2 skipped in 176.434s
20:38:33 [2020-11-06T20:38:33.240Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
20:38:33 [2020-11-06T20:38:33.240Z] ++ 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
20:38:33 [2020-11-06T20:38:33.240Z] ++ set -e
20:38:33 [2020-11-06T20:38:33.240Z] ++ '[' -n 0 ']'
20:38:33 [2020-11-06T20:38:33.240Z] ++ set -x
20:38:33 [2020-11-06T20:38:33.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:38:33 [2020-11-06T20:38:33.240Z] INFO: Testing against a local daemon
20:38:33 [2020-11-06T20:38:33.240Z] === RUN   TestSessionCreate
20:38:33 [2020-11-06T20:38:33.240Z] --- PASS: TestSessionCreate (0.02s)
20:38:33 [2020-11-06T20:38:33.240Z] === RUN   TestSessionCreateWithBadUpgrade
20:38:33 [2020-11-06T20:38:33.240Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
20:38:33 [2020-11-06T20:38:33.240Z] PASS
20:38:33 [2020-11-06T20:38:33.240Z] 
20:38:33 [2020-11-06T20:38:33.240Z] DONE 2 tests in 0.217s
20:38:33 [2020-11-06T20:38:33.240Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
20:38:33 [2020-11-06T20:38:33.240Z] ++ 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
20:38:33 [2020-11-06T20:38:33.240Z] ++ set -e
20:38:33 [2020-11-06T20:38:33.240Z] ++ '[' -n 0 ']'
20:38:33 [2020-11-06T20:38:33.240Z] ++ set -x
20:38:33 [2020-11-06T20:38:33.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:38:33 [2020-11-06T20:38:33.338Z] --- PASS: TestAuthZPluginAllowEventStream (1.81s)
20:38:33 [2020-11-06T20:38:33.338Z] === RUN   TestAuthZPluginErrorResponse
20:38:33 [2020-11-06T20:38:33.531Z] INFO: Testing against a local daemon
20:38:33 [2020-11-06T20:38:33.531Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:38:33 [2020-11-06T20:38:33.531Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:38:33 [2020-11-06T20:38:33.531Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:38:33 [2020-11-06T20:38:33.531Z] === RUN   TestEventsExecDie
20:38:33 [2020-11-06T20:38:33.818Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s)
20:38:33 [2020-11-06T20:38:33.818Z] === RUN   TestHealthCheckWorkdir
20:38:33 [2020-11-06T20:38:33.914Z] --- PASS: TestAuthZPluginErrorResponse (0.70s)
20:38:33 [2020-11-06T20:38:33.914Z] === RUN   TestAuthZPluginErrorRequest
20:38:33 [2020-11-06T20:38:33.940Z] --- PASS: TestUpdatePidsLimit (3.67s)
20:38:33 [2020-11-06T20:38:33.940Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.39s)
20:38:33 [2020-11-06T20:38:33.940Z]     --- PASS: TestUpdatePidsLimit/no_change (0.43s)
20:38:33 [2020-11-06T20:38:33.940Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.43s)
20:38:33 [2020-11-06T20:38:33.940Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s)
20:38:33 [2020-11-06T20:38:33.940Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s)
20:38:33 [2020-11-06T20:38:33.940Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s)
20:38:33 [2020-11-06T20:38:33.940Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s)
20:38:33 [2020-11-06T20:38:33.940Z] === RUN   TestUpdateRestartPolicy
20:38:33 [2020-11-06T20:38:33.940Z] === RUN   TestDockerSuite/TestBuildCacheFrom
20:38:34 [2020-11-06T20:38:34.456Z] --- PASS: TestHealthCheckWorkdir (0.76s)
20:38:34 [2020-11-06T20:38:34.456Z] === RUN   TestHealthKillContainer
20:38:34 [2020-11-06T20:38:34.491Z] --- PASS: TestAuthZPluginErrorRequest (0.68s)
20:38:34 [2020-11-06T20:38:34.491Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:38:34 [2020-11-06T20:38:34.564Z] --- PASS: TestEventsExecDie (0.92s)
20:38:34 [2020-11-06T20:38:34.564Z] === RUN   TestEventsBackwardsCompatible
20:38:34 [2020-11-06T20:38:34.564Z] --- PASS: TestEventsBackwardsCompatible (0.10s)
20:38:34 [2020-11-06T20:38:34.564Z] === RUN   TestInfoBinaryCommits
20:38:34 [2020-11-06T20:38:34.564Z] --- PASS: TestInfoBinaryCommits (0.01s)
20:38:34 [2020-11-06T20:38:34.564Z] === RUN   TestInfoAPIVersioned
20:38:34 [2020-11-06T20:38:34.564Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:38:34 [2020-11-06T20:38:34.564Z] === RUN   TestInfoDiscoveryBackend
20:38:35 [2020-11-06T20:38:35.066Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.68s)
20:38:35 [2020-11-06T20:38:35.066Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:38:35 [2020-11-06T20:38:35.195Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
20:38:35 [2020-11-06T20:38:35.195Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:38:36 [2020-11-06T20:38:36.227Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:38:36 [2020-11-06T20:38:36.227Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:38:36 [2020-11-06T20:38:36.518Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
20:38:36 [2020-11-06T20:38:36.518Z] === RUN   TestInfoAPI
20:38:36 [2020-11-06T20:38:36.518Z] --- PASS: TestInfoAPI (0.02s)
20:38:36 [2020-11-06T20:38:36.518Z] === RUN   TestInfoAPIWarnings
20:38:37 [2020-11-06T20:38:37.197Z] --- PASS: TestHealthKillContainer (2.61s)
20:38:37 [2020-11-06T20:38:37.197Z] === RUN   TestInspectCpusetInConfigPre120
20:38:37 [2020-11-06T20:38:37.623Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.27s)
20:38:37 [2020-11-06T20:38:37.624Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:38:37 [2020-11-06T20:38:37.839Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s)
20:38:37 [2020-11-06T20:38:37.839Z] === RUN   TestIpcModeNone
20:38:38 [2020-11-06T20:38:38.115Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
20:38:38 [2020-11-06T20:38:38.475Z] --- PASS: TestIpcModeNone (0.64s)
20:38:38 [2020-11-06T20:38:38.475Z] === RUN   TestIpcModePrivate
20:38:38 [2020-11-06T20:38:38.770Z] --- PASS: TestIpcModePrivate (0.62s)
20:38:38 [2020-11-06T20:38:38.771Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false
20:38:38 [2020-11-06T20:38:38.771Z] === RUN   TestIpcModeShareable
20:38:39 [2020-11-06T20:38:39.046Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
20:38:39 [2020-11-06T20:38:39.406Z] --- PASS: TestIpcModeShareable (0.60s)
20:38:39 [2020-11-06T20:38:39.406Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true
20:38:39 [2020-11-06T20:38:39.406Z] === RUN   TestAPIIpcModeShareableAndContainer
20:38:40 [2020-11-06T20:38:40.181Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.88s)
20:38:40 [2020-11-06T20:38:40.181Z] === RUN   TestAuthZPluginHeader
20:38:40 [2020-11-06T20:38:40.414Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
20:38:40 [2020-11-06T20:38:40.977Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
20:38:40 [2020-11-06T20:38:40.977Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
20:38:41 [2020-11-06T20:38:41.485Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.78s)
20:38:41 [2020-11-06T20:38:41.485Z] === RUN   TestAPIIpcModeHost
20:38:41 [2020-11-06T20:38:41.540Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
20:38:41 [2020-11-06T20:38:41.573Z] --- PASS: TestAuthZPluginHeader (1.05s)
20:38:41 [2020-11-06T20:38:41.573Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:38:41 [2020-11-06T20:38:41.573Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:38:41 [2020-11-06T20:38:41.573Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:41 [2020-11-06T20:38:41.573Z] === RUN   TestAuthZPluginV2Disable
20:38:41 [2020-11-06T20:38:41.573Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:38:41 [2020-11-06T20:38:41.573Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:41 [2020-11-06T20:38:41.573Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:38:41 [2020-11-06T20:38:41.573Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:38:41 [2020-11-06T20:38:41.573Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:41 [2020-11-06T20:38:41.573Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:38:41 [2020-11-06T20:38:41.573Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:38:41 [2020-11-06T20:38:41.573Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:41 [2020-11-06T20:38:41.573Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:38:41 [2020-11-06T20:38:41.783Z] --- PASS: TestAPIIpcModeHost (0.48s)
20:38:41 [2020-11-06T20:38:41.783Z] === RUN   TestDaemonIpcModeShareable
20:38:42 [2020-11-06T20:38:42.909Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
20:38:43 [2020-11-06T20:38:43.307Z] --- PASS: TestDaemonIpcModeShareable (1.41s)
20:38:43 [2020-11-06T20:38:43.307Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
20:38:43 [2020-11-06T20:38:43.307Z] === RUN   TestDaemonIpcModePrivate
20:38:44 [2020-11-06T20:38:44.806Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
20:38:44 [2020-11-06T20:38:44.827Z] --- PASS: TestDaemonIpcModePrivate (1.37s)
20:38:44 [2020-11-06T20:38:44.827Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
20:38:44 [2020-11-06T20:38:44.827Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:38:45 [2020-11-06T20:38:45.269Z] Created binary: bundles/binary-daemon/dockerd-dev
20:38:45 [2020-11-06T20:38:45.269Z] Copying nested executables into bundles/binary-daemon
20:38:45 [2020-11-06T20:38:45.871Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.40s)
20:38:45 [2020-11-06T20:38:45.871Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
20:38:45 [2020-11-06T20:38:45.871Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:38:46 [2020-11-06T20:38:46.176Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
20:38:46 [2020-11-06T20:38:46.434Z] --- PASS: TestUpdateRestartPolicy (12.81s)
20:38:46 [2020-11-06T20:38:46.434Z] === RUN   TestUpdateRestartWithAutoRemove
20:38:46 [2020-11-06T20:38:46.654Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
20:38:47 [2020-11-06T20:38:47.365Z] --- PASS: TestUpdateRestartWithAutoRemove (0.74s)
20:38:47 [2020-11-06T20:38:47.365Z] === RUN   TestWaitNonBlocked
20:38:47 [2020-11-06T20:38:47.365Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:38:47 [2020-11-06T20:38:47.365Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:38:47 [2020-11-06T20:38:47.365Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:38:47 [2020-11-06T20:38:47.365Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:38:47 [2020-11-06T20:38:47.365Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:38:47 [2020-11-06T20:38:47.365Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:38:47 [2020-11-06T20:38:47.365Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
20:38:47 [2020-11-06T20:38:47.365Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
20:38:47 [2020-11-06T20:38:47.365Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
20:38:47 [2020-11-06T20:38:47.391Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s)
20:38:47 [2020-11-06T20:38:47.391Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
20:38:47 [2020-11-06T20:38:47.391Z] === RUN   TestIpcModeOlderClient
20:38:47 [2020-11-06T20:38:47.391Z] === PAUSE TestIpcModeOlderClient
20:38:47 [2020-11-06T20:38:47.391Z] === RUN   TestKillContainerInvalidSignal
20:38:47 [2020-11-06T20:38:47.582Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/make.sh cross
20:38:48 [2020-11-06T20:38:48.036Z] --- PASS: TestKillContainerInvalidSignal (0.54s)
20:38:48 [2020-11-06T20:38:48.036Z] === RUN   TestKillContainer
20:38:48 [2020-11-06T20:38:48.036Z] === RUN   TestKillContainer/no_signal
20:38:48 [2020-11-06T20:38:48.154Z] 
20:38:48 [2020-11-06T20:38:48.154Z] Removing bundles/
20:38:48 [2020-11-06T20:38:48.154Z] 
20:38:48 [2020-11-06T20:38:48.154Z] ---> Making bundle: cross (in bundles/cross)
20:38:48 [2020-11-06T20:38:48.154Z] Cross building: bundles/cross/linux/amd64
20:38:48 [2020-11-06T20:38:48.154Z] Building: bundles/cross/linux/amd64/dockerd-dev
20:38:48 [2020-11-06T20:38:48.154Z] GOOS="linux" GOARCH="amd64" GOARM=""
20:38:48 [2020-11-06T20:38:48.334Z] === RUN   TestKillContainer/non_killing_signal
20:38:48 [2020-11-06T20:38:48.734Z] --- PASS: TestWaitNonBlocked (0.02s)
20:38:48 [2020-11-06T20:38:48.734Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.19s)
20:38:48 [2020-11-06T20:38:48.734Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.22s)
20:38:48 [2020-11-06T20:38:48.734Z] === RUN   TestWaitBlocked
20:38:48 [2020-11-06T20:38:48.734Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:38:48 [2020-11-06T20:38:48.734Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:38:48 [2020-11-06T20:38:48.734Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:38:48 [2020-11-06T20:38:48.734Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:38:48 [2020-11-06T20:38:48.734Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:38:48 [2020-11-06T20:38:48.734Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:38:48 [2020-11-06T20:38:48.734Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
20:38:48 [2020-11-06T20:38:48.972Z] === RUN   TestKillContainer/killing_signal
20:38:49 [2020-11-06T20:38:49.665Z] --- PASS: TestWaitBlocked (0.03s)
20:38:49 [2020-11-06T20:38:49.665Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s)
20:38:49 [2020-11-06T20:38:49.665Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.10s)
20:38:49 [2020-11-06T20:38:49.665Z] === CONT  TestContainerStartOnDaemonRestart
20:38:49 [2020-11-06T20:38:49.665Z] === CONT  TestContainerKillOnDaemonStart
20:38:49 [2020-11-06T20:38:49.665Z] === RUN   TestDockerSuite/TestBuildClearCmd
20:38:49 [2020-11-06T20:38:49.767Z] --- PASS: TestKillContainer (1.62s)
20:38:49 [2020-11-06T20:38:49.767Z]     --- PASS: TestKillContainer/no_signal (0.53s)
20:38:49 [2020-11-06T20:38:49.767Z]     --- PASS: TestKillContainer/non_killing_signal (0.38s)
20:38:49 [2020-11-06T20:38:49.767Z]     --- PASS: TestKillContainer/killing_signal (0.49s)
20:38:49 [2020-11-06T20:38:49.767Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:38:49 [2020-11-06T20:38:49.767Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:38:50 [2020-11-06T20:38:50.078Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:38:50 [2020-11-06T20:38:50.227Z] === RUN   TestDockerSuite/TestBuildCmd
20:38:50 [2020-11-06T20:38:50.485Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
20:38:50 [2020-11-06T20:38:50.725Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s)
20:38:50 [2020-11-06T20:38:50.725Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.52s)
20:38:50 [2020-11-06T20:38:50.725Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s)
20:38:50 [2020-11-06T20:38:50.725Z] === RUN   TestKillStoppedContainer
20:38:50 [2020-11-06T20:38:50.725Z] --- PASS: TestKillStoppedContainer (0.08s)
20:38:50 [2020-11-06T20:38:50.725Z] === RUN   TestKillStoppedContainerAPIPre120
20:38:50 [2020-11-06T20:38:50.725Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
20:38:50 [2020-11-06T20:38:50.725Z] === RUN   TestKillDifferentUserContainer
20:38:51 [2020-11-06T20:38:51.050Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
20:38:51 [2020-11-06T20:38:51.050Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
20:38:51 [2020-11-06T20:38:51.365Z] --- PASS: TestKillDifferentUserContainer (0.52s)
20:38:51 [2020-11-06T20:38:51.365Z] === RUN   TestInspectOomKilledTrue
20:38:51 [2020-11-06T20:38:51.613Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
20:38:51 [2020-11-06T20:38:51.613Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
20:38:52 [2020-11-06T20:38:52.415Z] --- PASS: TestInspectOomKilledTrue (0.89s)
20:38:52 [2020-11-06T20:38:52.415Z] === RUN   TestInspectOomKilledFalse
20:38:52 [2020-11-06T20:38:52.712Z] --- PASS: TestInspectOomKilledFalse (0.58s)
20:38:52 [2020-11-06T20:38:52.712Z] === RUN   TestLinksEtcHostsContentMatch
20:38:53 [2020-11-06T20:38:53.361Z] --- PASS: TestLinksEtcHostsContentMatch (0.42s)
20:38:53 [2020-11-06T20:38:53.361Z] === RUN   TestLinksContainerNames
20:38:53 [2020-11-06T20:38:53.511Z] --- PASS: TestContainerStartOnDaemonRestart (3.70s)
20:38:53 [2020-11-06T20:38:53.511Z] === CONT  TestDaemonHostGatewayIP
20:38:53 [2020-11-06T20:38:53.511Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
20:38:54 [2020-11-06T20:38:54.405Z] --- PASS: TestLinksContainerNames (1.10s)
20:38:54 [2020-11-06T20:38:54.405Z] === RUN   TestLogsFollowTailEmpty
20:38:54 [2020-11-06T20:38:54.700Z] --- PASS: TestLogsFollowTailEmpty (0.56s)
20:38:54 [2020-11-06T20:38:54.700Z] === RUN   TestContainerNetworkMountsNoChown
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestInfoAPIWarnings (16.25s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestInfoDebug
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestInfoDebug (0.52s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestInfoInsecureRegistries
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestInfoInsecureRegistries (0.52s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestInfoRegistryMirrors
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestInfoRegistryMirrors (0.52s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestLoginFailsWithBadCredentials
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestPingCacheHeaders
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestPingCacheHeaders (0.01s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestPingGet
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestPingGet (0.01s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestPingHead
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestPingHead (0.01s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestVersion
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestVersion (0.01s)
20:38:55 [2020-11-06T20:38:55.090Z] PASS
20:38:55 [2020-11-06T20:38:55.090Z] 
20:38:55 [2020-11-06T20:38:55.090Z] === Skipped
20:38:55 [2020-11-06T20:38:55.090Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:38:55 [2020-11-06T20:38:55.090Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:38:55 [2020-11-06T20:38:55.090Z] 
20:38:55 [2020-11-06T20:38:55.090Z] 
20:38:55 [2020-11-06T20:38:55.090Z] DONE 18 tests, 1 skipped in 21.430s
20:38:55 [2020-11-06T20:38:55.090Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
20:38:55 [2020-11-06T20:38:55.090Z] ++ 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
20:38:55 [2020-11-06T20:38:55.090Z] ++ set -e
20:38:55 [2020-11-06T20:38:55.090Z] ++ '[' -n 0 ']'
20:38:55 [2020-11-06T20:38:55.090Z] ++ set -x
20:38:55 [2020-11-06T20:38:55.090Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:38:55 [2020-11-06T20:38:55.090Z] INFO: Testing against a local daemon
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestVolumesCreateAndList
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestVolumesRemove
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestVolumesRemove (0.10s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestVolumesInspect
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestVolumesInspect (0.02s)
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestVolumesInvalidJSON
20:38:55 [2020-11-06T20:38:55.090Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:38:55 [2020-11-06T20:38:55.090Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:38:55 [2020-11-06T20:38:55.090Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:38:55 [2020-11-06T20:38:55.090Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:38:55 [2020-11-06T20:38:55.090Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:38:55 [2020-11-06T20:38:55.090Z] PASS
20:38:55 [2020-11-06T20:38:55.090Z] 
20:38:55 [2020-11-06T20:38:55.090Z] DONE 5 tests in 0.251s
20:38:55 [2020-11-06T20:38:55.090Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:38:55 [2020-11-06T20:38:55.090Z] ++++ cat bundles/test-integration/docker.pid
20:38:55 [2020-11-06T20:38:55.090Z] +++ kill 12118
20:38:55 [2020-11-06T20:38:55.343Z] --- PASS: TestContainerNetworkMountsNoChown (0.53s)
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/default
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/default
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/private
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/private
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rprivate
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rprivate
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/slave
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/slave
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rslave
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rslave
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/shared
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/shared
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rshared
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rshared
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/default
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/rprivate
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/rslave
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/rshared
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/default/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/default/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/shared
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/private
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/private/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/private/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/slave
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/default/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/private/bind_root
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/default/mount_root
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:38:55 [2020-11-06T20:38:55.343Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/private/mount_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:38:55 [2020-11-06T20:38:55.640Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:38:55 [2020-11-06T20:38:55.640Z] --- PASS: TestMountDaemonRoot (0.03s)
20:38:55 [2020-11-06T20:38:55.640Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
20:38:55 [2020-11-06T20:38:55.640Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
20:38:55 [2020-11-06T20:38:55.640Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
20:38:55 [2020-11-06T20:38:55.640Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
20:38:55 [2020-11-06T20:38:55.640Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
20:38:55 [2020-11-06T20:38:55.640Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
20:38:55 [2020-11-06T20:38:55.640Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
20:38:55 [2020-11-06T20:38:55.640Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
20:38:55 [2020-11-06T20:38:55.640Z] === RUN   TestContainerBindMountNonRecursive
20:38:56 [2020-11-06T20:38:56.626Z] +++ /etc/init.d/apparmor stop
20:38:56 [2020-11-06T20:38:56.626Z] Leaving: AppArmorNo profiles have been unloaded.
20:38:56 [2020-11-06T20:38:56.626Z] 
20:38:56 [2020-11-06T20:38:56.626Z] Unloading profiles will leave already running processes permanently
20:38:56 [2020-11-06T20:38:56.626Z] unconfined, which can lead to unexpected situations.
20:38:56 [2020-11-06T20:38:56.626Z] 
20:38:56 [2020-11-06T20:38:56.626Z] To set a process to complain mode, use the command line tool
20:38:56 [2020-11-06T20:38:56.626Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:38:56 [2020-11-06T20:38:56.626Z] +++ true
20:38:56 [2020-11-06T20:38:56.626Z] exiting test-integration
20:38:56 [2020-11-06T20:38:56.626Z] ++ exit 0
20:38:56 [2020-11-06T20:38:56.626Z] 
20:38:56 [2020-11-06T20:38:56.784Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
20:38:57 [2020-11-06T20:38:57.041Z] --- PASS: TestDaemonHostGatewayIP (3.66s)
20:38:57 [2020-11-06T20:38:57.041Z] === CONT  TestDaemonRestartIpcMode
20:38:57 [2020-11-06T20:38:57.163Z] --- PASS: TestContainerBindMountNonRecursive (1.45s)
20:38:57 [2020-11-06T20:38:57.163Z] === RUN   TestNetworkNat
20:38:57 [2020-11-06T20:38:57.805Z] --- PASS: TestNetworkNat (0.60s)
20:38:57 [2020-11-06T20:38:57.805Z] === RUN   TestNetworkLocalhostTCPNat
20:38:58 [2020-11-06T20:38:58.444Z] --- PASS: TestNetworkLocalhostTCPNat (0.56s)
20:38:58 [2020-11-06T20:38:58.444Z] === RUN   TestNetworkLoopbackNat
Post stage
[Pipeline] junit
20:38:58 [2020-11-06T20:38:58.739Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:38:59 [2020-11-06T20:38:59.361Z] + echo Ensuring container killed.
20:38:59 [2020-11-06T20:38:59.361Z] Ensuring container killed.
20:38:59 [2020-11-06T20:38:59.361Z] + docker rm -vf docker-pr1
20:38:59 [2020-11-06T20:38:59.361Z] Error: No such container: docker-pr1
20:38:59 [2020-11-06T20:38:59.361Z] + true
[Pipeline] sh
20:38:59 [2020-11-06T20:38:59.564Z] === RUN   TestDockerSuite/TestBuildConditionalCache
20:38:59 [2020-11-06T20:38:59.564Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
20:38:59 [2020-11-06T20:38:59.710Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.15s)
20:38:59 [2020-11-06T20:38:59.710Z] PASS
20:38:59 [2020-11-06T20:38:59.710Z] 
20:38:59 [2020-11-06T20:38:59.710Z] === Skipped
20:38:59 [2020-11-06T20:38:59.710Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:38:59 [2020-11-06T20:38:59.710Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:59 [2020-11-06T20:38:59.710Z] 
20:38:59 [2020-11-06T20:38:59.710Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:38:59 [2020-11-06T20:38:59.710Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:59 [2020-11-06T20:38:59.710Z] 
20:38:59 [2020-11-06T20:38:59.710Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:38:59 [2020-11-06T20:38:59.710Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:59 [2020-11-06T20:38:59.710Z] 
20:38:59 [2020-11-06T20:38:59.710Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:38:59 [2020-11-06T20:38:59.710Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:38:59 [2020-11-06T20:38:59.710Z] 
20:38:59 [2020-11-06T20:38:59.710Z] 
20:38:59 [2020-11-06T20:38:59.710Z] DONE 17 tests, 4 skipped in 32.823s
20:38:59 [2020-11-06T20:38:59.710Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:38:59 [2020-11-06T20:38:59.710Z] ++ 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
20:38:59 [2020-11-06T20:38:59.710Z] ++ set -e
20:38:59 [2020-11-06T20:38:59.710Z] ++ '[' -n 0 ']'
20:38:59 [2020-11-06T20:38:59.710Z] ++ set -x
20:38:59 [2020-11-06T20:38:59.710Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:38:59 [2020-11-06T20:38:59.710Z] INFO: Testing against a local daemon
20:38:59 [2020-11-06T20:38:59.710Z] === RUN   TestPluginInvalidJSON
20:38:59 [2020-11-06T20:38:59.710Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:38:59 [2020-11-06T20:38:59.710Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:38:59 [2020-11-06T20:38:59.710Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:38:59 [2020-11-06T20:38:59.710Z] --- PASS: TestPluginInvalidJSON (0.03s)
20:38:59 [2020-11-06T20:38:59.710Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:38:59 [2020-11-06T20:38:59.710Z] === RUN   TestPluginInstall
20:38:59 [2020-11-06T20:38:59.710Z] === RUN   TestPluginInstall/no_auth
20:38:59 [2020-11-06T20:38:59.742Z] + echo Chowning /workspace to jenkins user
20:38:59 [2020-11-06T20:38:59.742Z] Chowning /workspace to jenkins user
20:38:59 [2020-11-06T20:38:59.742Z] + id -u
20:38:59 [2020-11-06T20:38:59.742Z] + id -g
20:38:59 [2020-11-06T20:38:59.742Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41648:/workspace busybox chown -R 1001:1001 /workspace
20:38:59 [2020-11-06T20:38:59.742Z] Unable to find image 'busybox:latest' locally
20:39:00 [2020-11-06T20:39:00.033Z] latest: Pulling from library/busybox
20:39:00 [2020-11-06T20:39:00.033Z] 393d6a917252: Pulling fs layer
20:39:00 [2020-11-06T20:39:00.324Z] 393d6a917252: Download complete
20:39:00 [2020-11-06T20:39:00.561Z] === RUN   TestDockerSuite/TestBuildContChar
20:39:00 [2020-11-06T20:39:00.561Z] --- PASS: TestDaemonRestartIpcMode (3.63s)
20:39:00 [2020-11-06T20:39:00.561Z] === CONT  TestIpcModeOlderClient
20:39:00 [2020-11-06T20:39:00.561Z] --- PASS: TestIpcModeOlderClient (0.08s)
20:39:00 [2020-11-06T20:39:00.956Z] 393d6a917252: Pull complete
20:39:00 [2020-11-06T20:39:00.957Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
20:39:00 [2020-11-06T20:39:00.957Z] Status: Downloaded newer image for busybox:latest
20:39:01 [2020-11-06T20:39:01.181Z] --- PASS: TestNetworkLoopbackNat (2.75s)
20:39:01 [2020-11-06T20:39:01.181Z] === RUN   TestPause
20:39:01 [2020-11-06T20:39:01.818Z] --- PASS: TestPause (0.61s)
20:39:01 [2020-11-06T20:39:01.818Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:39:01 [2020-11-06T20:39:01.818Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:39:01 [2020-11-06T20:39:01.818Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:39:01 [2020-11-06T20:39:01.818Z] === RUN   TestPauseStopPausedContainer
20:39:02 [2020-11-06T20:39:02.111Z] --- PASS: TestPauseStopPausedContainer (0.56s)
20:39:02 [2020-11-06T20:39:02.111Z] === RUN   TestPsFilter
20:39:02 [2020-11-06T20:39:02.269Z] time="2020-11-06T20:39:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:02 [2020-11-06T20:39:02.269Z] time="2020-11-06T20:39:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:93338024aedeb69ae4edd4287a4c67eb0e60665ac2171d3972abd894dc002585" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:02 [2020-11-06T20:39:02.269Z] time="2020-11-06T20:39:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:02 [2020-11-06T20:39:02.269Z] time="2020-11-06T20:39:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:93338024aedeb69ae4edd4287a4c67eb0e60665ac2171d3972abd894dc002585" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:02 [2020-11-06T20:39:02.269Z] === RUN   TestPluginInstall/with_htpasswd
20:39:02 [2020-11-06T20:39:02.407Z] --- PASS: TestPsFilter (0.14s)
20:39:02 [2020-11-06T20:39:02.407Z] === RUN   TestRemoveContainerWithRemovedVolume
20:39:02 [2020-11-06T20:39:02.470Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:39:02 [2020-11-06T20:39:02.877Z] + bundleName=s390x-integration
20:39:02 [2020-11-06T20:39:02.877Z] + echo Creating s390x-integration-bundles.tar.gz
20:39:02 [2020-11-06T20:39:02.877Z] Creating s390x-integration-bundles.tar.gz
20:39:02 [2020-11-06T20:39:02.877Z] + + xargs tar -czf s390x-integration-bundles.tar.gzfind
20:39:02 [2020-11-06T20:39:02.877Z]  bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
20:39:02 [2020-11-06T20:39:02.921Z] Archiving artifacts
20:39:03 [2020-11-06T20:39:03.033Z] --- PASS: TestContainerKillOnDaemonStart (13.46s)
20:39:03 [2020-11-06T20:39:03.033Z] PASS
20:39:03 [2020-11-06T20:39:03.033Z] 
20:39:03 [2020-11-06T20:39:03.033Z] === Skipped
20:39:03 [2020-11-06T20:39:03.033Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:39:03 [2020-11-06T20:39:03.033Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:39:03 [2020-11-06T20:39:03.033Z] 
20:39:03 [2020-11-06T20:39:03.033Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:39:03 [2020-11-06T20:39:03.033Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:39:03 [2020-11-06T20:39:03.033Z] 
20:39:03 [2020-11-06T20:39:03.033Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
20:39:03 [2020-11-06T20:39:03.033Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:39:03 [2020-11-06T20:39:03.033Z] 
20:39:03 [2020-11-06T20:39:03.033Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:39:03 [2020-11-06T20:39:03.033Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:39:03 [2020-11-06T20:39:03.033Z] 
20:39:03 [2020-11-06T20:39:03.033Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:39:03 [2020-11-06T20:39:03.033Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:39:03 [2020-11-06T20:39:03.033Z] 
20:39:03 [2020-11-06T20:39:03.033Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
20:39:03 [2020-11-06T20:39:03.033Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:39:03 [2020-11-06T20:39:03.033Z] 
20:39:03 [2020-11-06T20:39:03.033Z] 
20:39:03 [2020-11-06T20:39:03.033Z] DONE 193 tests, 6 skipped in 145.038s
20:39:03 [2020-11-06T20:39:03.033Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:39:03 [2020-11-06T20:39:03.033Z] ++ 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
20:39:03 [2020-11-06T20:39:03.033Z] ++ set -e
20:39:03 [2020-11-06T20:39:03.033Z] ++ '[' -n 0 ']'
20:39:03 [2020-11-06T20:39:03.033Z] ++ set -x
20:39:03 [2020-11-06T20:39:03.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
20:39:03 [2020-11-06T20:39:03.046Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s)
20:39:03 [2020-11-06T20:39:03.046Z] === RUN   TestRemoveContainerWithVolume
20:39:03 [2020-11-06T20:39:03.217Z] time="2020-11-06T20:39:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:03 [2020-11-06T20:39:03.217Z] time="2020-11-06T20:39:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:689e632a25544dfa20d2f5d2ce82520b50caa7f79e947f62ff2ac6b90cbde65a" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:03 [2020-11-06T20:39:03.217Z] time="2020-11-06T20:39:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:03 [2020-11-06T20:39:03.217Z] time="2020-11-06T20:39:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:689e632a25544dfa20d2f5d2ce82520b50caa7f79e947f62ff2ac6b90cbde65a" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:03 [2020-11-06T20:39:03.290Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
20:39:03 [2020-11-06T20:39:03.290Z] INFO: Testing against a local daemon
20:39:03 [2020-11-06T20:39:03.290Z] === RUN   TestCommitInheritsEnv
20:39:03 [2020-11-06T20:39:03.304Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41648/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
20:39:03 [2020-11-06T20:39:03.340Z] --- PASS: TestRemoveContainerWithVolume (0.52s)
20:39:03 [2020-11-06T20:39:03.340Z] === RUN   TestRemoveContainerRunning
[Pipeline] sh
20:39:03 [2020-11-06T20:39:03.480Z] === RUN   TestPluginInstall/with_insecure
20:39:03 [2020-11-06T20:39:03.692Z] + make clean
20:39:03 [2020-11-06T20:39:03.855Z] --- PASS: TestCommitInheritsEnv (0.47s)
20:39:03 [2020-11-06T20:39:03.855Z] === RUN   TestImportExtremelyLargeImageWorks
20:39:03 [2020-11-06T20:39:03.855Z] === PAUSE TestImportExtremelyLargeImageWorks
20:39:03 [2020-11-06T20:39:03.855Z] === RUN   TestImagesFilterMultiReference
20:39:03 [2020-11-06T20:39:03.855Z] --- PASS: TestImagesFilterMultiReference (0.08s)
20:39:03 [2020-11-06T20:39:03.855Z] === RUN   TestImagePullPlatformInvalid
20:39:03 [2020-11-06T20:39:03.855Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
20:39:03 [2020-11-06T20:39:03.855Z] === RUN   TestRemoveImageOrphaning
20:39:03 [2020-11-06T20:39:03.978Z] --- PASS: TestRemoveContainerRunning (0.55s)
20:39:03 [2020-11-06T20:39:03.978Z] === RUN   TestRemoveContainerForceRemoveRunning
20:39:03 [2020-11-06T20:39:03.984Z] docker volume rm -f docker-dev-cache
20:39:04 [2020-11-06T20:39:04.112Z] === RUN   TestDockerSuite/TestBuildContextCleanup
20:39:04 [2020-11-06T20:39:04.275Z] docker-dev-cache
[Pipeline] deleteDir
20:39:04 [2020-11-06T20:39:04.368Z] --- PASS: TestRemoveImageOrphaning (0.52s)
20:39:04 [2020-11-06T20:39:04.369Z] === RUN   TestRemoveImageGarbageCollector
20:39:04 [2020-11-06T20:39:04.369Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
20:39:04 [2020-11-06T20:39:04.616Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.53s)
20:39:04 [2020-11-06T20:39:04.616Z] === RUN   TestRemoveInvalidContainer
20:39:04 [2020-11-06T20:39:04.616Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:39:04 [2020-11-06T20:39:04.616Z] === RUN   TestRenameLinkedContainer
20:39:04 [2020-11-06T20:39:04.625Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
20:39:05 [2020-11-06T20:39:05.188Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
20:39:05 [2020-11-06T20:39:05.404Z] time="2020-11-06T20:39:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:05 [2020-11-06T20:39:05.404Z] time="2020-11-06T20:39:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8ebae3e495cc0edcb65af29085b7d7765d0f134c6411ba1c972de5765e8199e2" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:05 [2020-11-06T20:39:05.404Z] time="2020-11-06T20:39:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:05 [2020-11-06T20:39:05.404Z] time="2020-11-06T20:39:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8ebae3e495cc0edcb65af29085b7d7765d0f134c6411ba1c972de5765e8199e2" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:05 [2020-11-06T20:39:05.404Z] --- PASS: TestPluginInstall (5.73s)
20:39:05 [2020-11-06T20:39:05.404Z]     --- PASS: TestPluginInstall/no_auth (2.68s)
20:39:05 [2020-11-06T20:39:05.404Z]     --- PASS: TestPluginInstall/with_htpasswd (1.23s)
20:39:05 [2020-11-06T20:39:05.404Z]     --- PASS: TestPluginInstall/with_insecure (1.83s)
20:39:05 [2020-11-06T20:39:05.404Z]         plugin_test.go:157: [d7f6d0d4c82e5] daemon is not started
20:39:05 [2020-11-06T20:39:05.404Z] PASS
20:39:05 [2020-11-06T20:39:05.404Z] 
20:39:05 [2020-11-06T20:39:05.404Z] DONE 6 tests in 5.929s
20:39:05 [2020-11-06T20:39:05.404Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:39:05 [2020-11-06T20:39:05.404Z] ++ 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
20:39:05 [2020-11-06T20:39:05.404Z] ++ set -e
20:39:05 [2020-11-06T20:39:05.404Z] ++ '[' -n 0 ']'
20:39:05 [2020-11-06T20:39:05.404Z] ++ set -x
20:39:05 [2020-11-06T20:39:05.405Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:39:05 [2020-11-06T20:39:05.668Z] INFO: Testing against a local daemon
20:39:05 [2020-11-06T20:39:05.668Z] === RUN   TestExternalGraphDriver
20:39:05 [2020-11-06T20:39:05.668Z] === RUN   TestExternalGraphDriver/json
20:39:05 [2020-11-06T20:39:05.751Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
20:39:06 [2020-11-06T20:39:06.007Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
20:39:06 [2020-11-06T20:39:06.571Z] --- PASS: TestRemoveImageGarbageCollector (2.11s)
20:39:06 [2020-11-06T20:39:06.571Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:39:06 [2020-11-06T20:39:06.571Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
20:39:06 [2020-11-06T20:39:06.571Z] === RUN   TestTagInvalidReference
20:39:06 [2020-11-06T20:39:06.571Z] --- PASS: TestTagInvalidReference (0.05s)
20:39:06 [2020-11-06T20:39:06.571Z] === RUN   TestTagValidPrefixedRepo
20:39:06 [2020-11-06T20:39:06.702Z] --- PASS: TestRenameLinkedContainer (2.17s)
20:39:06 [2020-11-06T20:39:06.702Z] === RUN   TestRenameStoppedContainer
20:39:06 [2020-11-06T20:39:06.827Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
20:39:06 [2020-11-06T20:39:06.827Z] === RUN   TestTagExistedNameWithoutForce
20:39:06 [2020-11-06T20:39:06.827Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
20:39:06 [2020-11-06T20:39:06.827Z] === RUN   TestTagOfficialNames
20:39:06 [2020-11-06T20:39:06.827Z] --- PASS: TestTagOfficialNames (0.06s)
20:39:06 [2020-11-06T20:39:06.827Z] === RUN   TestTagMatchesDigest
20:39:06 [2020-11-06T20:39:06.827Z] --- PASS: TestTagMatchesDigest (0.03s)
20:39:06 [2020-11-06T20:39:06.827Z] === CONT  TestImportExtremelyLargeImageWorks
20:39:07 [2020-11-06T20:39:07.343Z] --- PASS: TestRenameStoppedContainer (0.61s)
20:39:07 [2020-11-06T20:39:07.343Z] === RUN   TestRenameRunningContainerAndReuse
20:39:08 [2020-11-06T20:39:08.225Z] === RUN   TestExternalGraphDriver/spec
20:39:08 [2020-11-06T20:39:08.396Z] --- PASS: TestRenameRunningContainerAndReuse (1.11s)
20:39:08 [2020-11-06T20:39:08.396Z] === RUN   TestRenameInvalidName
20:39:08 [2020-11-06T20:39:08.722Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
20:39:09 [2020-11-06T20:39:09.036Z] --- PASS: TestRenameInvalidName (0.55s)
20:39:09 [2020-11-06T20:39:09.036Z] === RUN   TestRenameAnonymousContainer
20:39:10 [2020-11-06T20:39:10.794Z] === RUN   TestExternalGraphDriver/pull
20:39:11 [2020-11-06T20:39:11.302Z] --- PASS: TestRenameAnonymousContainer (2.01s)
20:39:11 [2020-11-06T20:39:11.302Z] === RUN   TestRenameContainerWithSameName
20:39:11 [2020-11-06T20:39:11.302Z] --- PASS: TestRenameContainerWithSameName (0.50s)
20:39:11 [2020-11-06T20:39:11.302Z] === RUN   TestRenameContainerWithLinkedContainer
20:39:12 [2020-11-06T20:39:12.351Z] --- PASS: TestRenameContainerWithLinkedContainer (1.08s)
20:39:12 [2020-11-06T20:39:12.351Z] === RUN   TestResize
20:39:12 [2020-11-06T20:39:12.992Z] --- PASS: TestResize (0.57s)
20:39:12 [2020-11-06T20:39:12.992Z] === RUN   TestResizeWithInvalidSize
20:39:13 [2020-11-06T20:39:13.032Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
20:39:13 [2020-11-06T20:39:13.366Z] --- PASS: TestExternalGraphDriver (7.68s)
20:39:13 [2020-11-06T20:39:13.366Z]     --- PASS: TestExternalGraphDriver/json (2.41s)
20:39:13 [2020-11-06T20:39:13.366Z]     --- PASS: TestExternalGraphDriver/spec (2.74s)
20:39:13 [2020-11-06T20:39:13.366Z]     --- PASS: TestExternalGraphDriver/pull (2.40s)
20:39:13 [2020-11-06T20:39:13.366Z] === RUN   TestGraphdriverPluginV2
20:39:13 [2020-11-06T20:39:13.366Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
20:39:13 [2020-11-06T20:39:13.366Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:13 [2020-11-06T20:39:13.366Z] PASS
20:39:13 [2020-11-06T20:39:13.366Z] 
20:39:13 [2020-11-06T20:39:13.366Z] === Skipped
20:39:13 [2020-11-06T20:39:13.366Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
20:39:13 [2020-11-06T20:39:13.366Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:13 [2020-11-06T20:39:13.366Z] 
20:39:13 [2020-11-06T20:39:13.366Z] 
20:39:13 [2020-11-06T20:39:13.366Z] DONE 5 tests, 1 skipped in 7.866s
20:39:13 [2020-11-06T20:39:13.366Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:39:13 [2020-11-06T20:39:13.366Z] ++ 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
20:39:13 [2020-11-06T20:39:13.366Z] ++ set -e
20:39:13 [2020-11-06T20:39:13.366Z] ++ '[' -n 0 ']'
20:39:13 [2020-11-06T20:39:13.366Z] ++ set -x
20:39:13 [2020-11-06T20:39:13.366Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:39:13 [2020-11-06T20:39:13.366Z] INFO: Testing against a local daemon
20:39:13 [2020-11-06T20:39:13.366Z] === RUN   TestContinueAfterPluginCrash
20:39:13 [2020-11-06T20:39:13.366Z] === PAUSE TestContinueAfterPluginCrash
20:39:13 [2020-11-06T20:39:13.366Z] === RUN   TestReadPluginNoRead
20:39:13 [2020-11-06T20:39:13.366Z] === PAUSE TestReadPluginNoRead
20:39:13 [2020-11-06T20:39:13.366Z] === RUN   TestDaemonStartWithLogOpt
20:39:13 [2020-11-06T20:39:13.366Z] === PAUSE TestDaemonStartWithLogOpt
20:39:13 [2020-11-06T20:39:13.366Z] === CONT  TestContinueAfterPluginCrash
20:39:13 [2020-11-06T20:39:13.366Z] === CONT  TestDaemonStartWithLogOpt
20:39:13 [2020-11-06T20:39:13.366Z] === CONT  TestReadPluginNoRead
20:39:13 [2020-11-06T20:39:13.638Z] --- PASS: TestResizeWithInvalidSize (0.56s)
20:39:13 [2020-11-06T20:39:13.638Z] === RUN   TestResizeWhenContainerNotStarted
20:39:14 [2020-11-06T20:39:14.294Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s)
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:39:14 [2020-11-06T20:39:14.294Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:39:15 [2020-11-06T20:39:15.584Z] 406ffb8432a7: Pull complete
20:39:15 [2020-11-06T20:39:15.584Z] Digest: sha256:c09d8edfe68365f519b02827171aacc61ed3451f7863325cee4059b96f41c0ce
20:39:15 [2020-11-06T20:39:15.584Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
20:39:15 [2020-11-06T20:39:15.584Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
20:39:15 [2020-11-06T20:39:15.584Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
20:39:15 [2020-11-06T20:39:15.584Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1518'
20:39:15 [2020-11-06T20:39:15.584Z] WARN: Skipping validation tests
20:39:15 [2020-11-06T20:39:15.584Z] INFO: Running unit tests at 11/06/2020 20:39:06...
20:39:15 [2020-11-06T20:39:15.584Z] INFO: make.ps1 starting at 11/06/2020 20:39:09
20:39:15 [2020-11-06T20:39:15.584Z] INFO: Git commit (1bb3491601) assumed from DOCKER_GITCOMMIT environment variable
20:39:15 [2020-11-06T20:39:15.584Z] INFO: Invoking autogen...
20:39:15 [2020-11-06T20:39:15.584Z] INFO: Running unit tests...
20:39:16 [2020-11-06T20:39:16.400Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:39:16 [2020-11-06T20:39:16.696Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:39:16 [2020-11-06T20:39:16.993Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:39:18 [2020-11-06T20:39:18.052Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:39:18 [2020-11-06T20:39:18.287Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
20:39:18 [2020-11-06T20:39:18.287Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
20:39:18 [2020-11-06T20:39:18.685Z] === RUN   TestReadPluginNoRead/default
20:39:18 [2020-11-06T20:39:18.685Z] --- PASS: TestDaemonStartWithLogOpt (4.95s)
20:39:18 [2020-11-06T20:39:18.698Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:39:18 [2020-11-06T20:39:18.699Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:39:19 [2020-11-06T20:39:19.220Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
20:39:19 [2020-11-06T20:39:19.380Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
20:39:19 [2020-11-06T20:39:19.755Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:39:19 [2020-11-06T20:39:19.784Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
20:39:20 [2020-11-06T20:39:20.042Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
20:39:20 [2020-11-06T20:39:20.077Z] === RUN   TestReadPluginNoRead/disabled_caching
20:39:20 [2020-11-06T20:39:20.401Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:39:21 [2020-11-06T20:39:21.923Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.95s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.60s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.74s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.69s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.42s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.78s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.66s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.63s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.43s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.67s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s)
20:39:21 [2020-11-06T20:39:21.923Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.41s)
20:39:21 [2020-11-06T20:39:21.923Z] === RUN   TestCgroupNamespacesRun
20:39:21 [2020-11-06T20:39:21.998Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:39:23 [2020-11-06T20:39:23.316Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
20:39:23 [2020-11-06T20:39:23.389Z] --- PASS: TestReadPluginNoRead (10.02s)
20:39:23 [2020-11-06T20:39:23.389Z]     --- PASS: TestReadPluginNoRead/default (1.93s)
20:39:23 [2020-11-06T20:39:23.389Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.84s)
20:39:23 [2020-11-06T20:39:23.389Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.82s)
20:39:23 [2020-11-06T20:39:23.389Z]     read_test.go:92: [da6824f65c7b4] daemon is not started
20:39:23 [2020-11-06T20:39:23.445Z] --- PASS: TestCgroupNamespacesRun (1.36s)
20:39:23 [2020-11-06T20:39:23.445Z] === RUN   TestCgroupNamespacesRunPrivileged
20:39:23 [2020-11-06T20:39:23.574Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
20:39:23 [2020-11-06T20:39:23.964Z] --- PASS: TestContinueAfterPluginCrash (10.57s)
20:39:23 [2020-11-06T20:39:23.964Z] PASS
20:39:23 [2020-11-06T20:39:23.964Z] 
20:39:23 [2020-11-06T20:39:23.964Z] DONE 6 tests in 10.723s
20:39:23 [2020-11-06T20:39:23.964Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:39:23 [2020-11-06T20:39:23.964Z] ++ 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
20:39:23 [2020-11-06T20:39:23.964Z] ++ set -e
20:39:23 [2020-11-06T20:39:23.964Z] ++ '[' -n 0 ']'
20:39:23 [2020-11-06T20:39:23.964Z] ++ set -x
20:39:23 [2020-11-06T20:39:23.964Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:39:24 [2020-11-06T20:39:24.227Z] testing: warning: no tests to run
20:39:24 [2020-11-06T20:39:24.227Z] PASS
20:39:24 [2020-11-06T20:39:24.227Z] 
20:39:24 [2020-11-06T20:39:24.227Z] DONE 0 tests in 0.048s
20:39:24 [2020-11-06T20:39:24.227Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:39:24 [2020-11-06T20:39:24.227Z] ++ 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
20:39:24 [2020-11-06T20:39:24.227Z] ++ set -e
20:39:24 [2020-11-06T20:39:24.227Z] ++ '[' -n 0 ']'
20:39:24 [2020-11-06T20:39:24.227Z] ++ set -x
20:39:24 [2020-11-06T20:39:24.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:39:24 [2020-11-06T20:39:24.227Z] INFO: Testing against a local daemon
20:39:24 [2020-11-06T20:39:24.227Z] === RUN   TestPluginWithDevMounts
20:39:24 [2020-11-06T20:39:24.227Z] === PAUSE TestPluginWithDevMounts
20:39:24 [2020-11-06T20:39:24.227Z] === CONT  TestPluginWithDevMounts
20:39:24 [2020-11-06T20:39:24.490Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.34s)
20:39:24 [2020-11-06T20:39:24.490Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:39:26 [2020-11-06T20:39:26.053Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.36s)
20:39:26 [2020-11-06T20:39:26.053Z] === RUN   TestCgroupNamespacesRunHostMode
20:39:26 [2020-11-06T20:39:26.545Z] ?   	github.com/docker/docker/api	[no test files]
20:39:26 [2020-11-06T20:39:26.784Z] --- PASS: TestPluginWithDevMounts (2.19s)
20:39:26 [2020-11-06T20:39:26.784Z] PASS
20:39:26 [2020-11-06T20:39:26.784Z] 
20:39:26 [2020-11-06T20:39:26.784Z] DONE 1 tests in 2.341s
20:39:26 [2020-11-06T20:39:26.784Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
20:39:26 [2020-11-06T20:39:26.784Z] ++ 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
20:39:26 [2020-11-06T20:39:26.784Z] ++ set -e
20:39:26 [2020-11-06T20:39:26.784Z] ++ '[' -n 0 ']'
20:39:26 [2020-11-06T20:39:26.784Z] ++ set -x
20:39:26 [2020-11-06T20:39:26.784Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:39:26 [2020-11-06T20:39:26.784Z] INFO: Testing against a local daemon
20:39:26 [2020-11-06T20:39:26.784Z] === RUN   TestSecretInspect
20:39:26 [2020-11-06T20:39:26.843Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
20:39:27 [2020-11-06T20:39:27.100Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
20:39:27 [2020-11-06T20:39:27.570Z] --- PASS: TestCgroupNamespacesRunHostMode (1.36s)
20:39:27 [2020-11-06T20:39:27.570Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:39:28 [2020-11-06T20:39:28.619Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.39s)
20:39:28 [2020-11-06T20:39:28.619Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:39:28 [2020-11-06T20:39:28.993Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
20:39:28 [2020-11-06T20:39:28.993Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
20:39:28 [2020-11-06T20:39:28.993Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
20:39:28 [2020-11-06T20:39:28.993Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
20:39:28 [2020-11-06T20:39:28.993Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
20:39:29 [2020-11-06T20:39:29.251Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
20:39:30 [2020-11-06T20:39:30.098Z] --- PASS: TestSecretInspect (3.27s)
20:39:30 [2020-11-06T20:39:30.098Z] === RUN   TestSecretList
20:39:30 [2020-11-06T20:39:30.142Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.38s)
20:39:30 [2020-11-06T20:39:30.142Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:39:30 [2020-11-06T20:39:30.781Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s)
20:39:30 [2020-11-06T20:39:30.781Z] === RUN   TestCgroupNamespacesRunOlderClient
20:39:32 [2020-11-06T20:39:32.299Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.42s)
20:39:32 [2020-11-06T20:39:32.299Z] === RUN   TestKernelTCPMemory
20:39:32 [2020-11-06T20:39:32.524Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
20:39:32 [2020-11-06T20:39:32.781Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
20:39:32 [2020-11-06T20:39:32.940Z] --- PASS: TestKernelTCPMemory (0.63s)
20:39:32 [2020-11-06T20:39:32.940Z] === RUN   TestNISDomainname
20:39:33 [2020-11-06T20:39:33.413Z] --- PASS: TestSecretList (3.25s)
20:39:33 [2020-11-06T20:39:33.413Z] === RUN   TestSecretsCreateAndDelete
20:39:33 [2020-11-06T20:39:33.623Z] --- PASS: TestNISDomainname (0.64s)
20:39:33 [2020-11-06T20:39:33.623Z] === RUN   TestHostnameDnsResolution
20:39:34 [2020-11-06T20:39:34.674Z] --- PASS: TestHostnameDnsResolution (0.88s)
20:39:34 [2020-11-06T20:39:34.674Z] === RUN   TestStats
20:39:36 [2020-11-06T20:39:36.726Z] --- PASS: TestSecretsCreateAndDelete (3.25s)
20:39:36 [2020-11-06T20:39:36.726Z] === RUN   TestSecretsUpdate
20:39:36 [2020-11-06T20:39:36.961Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
20:39:37 [2020-11-06T20:39:37.416Z] --- PASS: TestStats (2.53s)
20:39:37 [2020-11-06T20:39:37.416Z] === RUN   TestStopContainerWithTimeout
20:39:37 [2020-11-06T20:39:37.416Z] === RUN   TestStopContainerWithTimeout/0
20:39:37 [2020-11-06T20:39:37.416Z] === PAUSE TestStopContainerWithTimeout/0
20:39:37 [2020-11-06T20:39:37.416Z] === RUN   TestStopContainerWithTimeout/1
20:39:37 [2020-11-06T20:39:37.416Z] === PAUSE TestStopContainerWithTimeout/1
20:39:37 [2020-11-06T20:39:37.416Z] === RUN   TestStopContainerWithTimeout/3
20:39:37 [2020-11-06T20:39:37.416Z] === PAUSE TestStopContainerWithTimeout/3
20:39:37 [2020-11-06T20:39:37.416Z] === RUN   TestStopContainerWithTimeout/-1
20:39:37 [2020-11-06T20:39:37.416Z] === PAUSE TestStopContainerWithTimeout/-1
20:39:37 [2020-11-06T20:39:37.416Z] === CONT  TestStopContainerWithTimeout/0
20:39:37 [2020-11-06T20:39:37.416Z] === CONT  TestStopContainerWithTimeout/-1
20:39:37 [2020-11-06T20:39:37.416Z] === CONT  TestStopContainerWithTimeout/1
20:39:37 [2020-11-06T20:39:37.416Z] === CONT  TestStopContainerWithTimeout/3
20:39:37 [2020-11-06T20:39:37.892Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
20:39:39 [2020-11-06T20:39:39.055Z] === RUN   TestMiddlewares
20:39:39 [2020-11-06T20:39:39.056Z] --- PASS: TestMiddlewares (0.00s)
20:39:39 [2020-11-06T20:39:39.056Z] PASS
20:39:39 [2020-11-06T20:39:39.056Z] coverage: 9.0% of statements
20:39:39 [2020-11-06T20:39:39.056Z] ok  	github.com/docker/docker/api/server	0.195s	coverage: 9.0% of statements
20:39:39 [2020-11-06T20:39:39.261Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
20:39:39 [2020-11-06T20:39:39.825Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
20:39:39 [2020-11-06T20:39:39.825Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
20:39:40 [2020-11-06T20:39:40.040Z] --- PASS: TestSecretsUpdate (3.23s)
20:39:40 [2020-11-06T20:39:40.040Z] === RUN   TestTemplatedSecret
20:39:40 [2020-11-06T20:39:40.162Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:39:40 [2020-11-06T20:39:40.162Z]     --- PASS: TestStopContainerWithTimeout/0 (1.02s)
20:39:40 [2020-11-06T20:39:40.162Z]     --- PASS: TestStopContainerWithTimeout/1 (2.03s)
20:39:40 [2020-11-06T20:39:40.162Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.96s)
20:39:40 [2020-11-06T20:39:40.162Z]     --- PASS: TestStopContainerWithTimeout/3 (3.00s)
20:39:40 [2020-11-06T20:39:40.162Z] === RUN   TestDeleteDevicemapper
20:39:40 [2020-11-06T20:39:40.162Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:39:40 [2020-11-06T20:39:40.162Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:39:40 [2020-11-06T20:39:40.162Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:39:40 [2020-11-06T20:39:40.388Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
20:39:40 [2020-11-06T20:39:40.388Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
20:39:42 [2020-11-06T20:39:42.259Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.36s)
20:39:42 [2020-11-06T20:39:42.259Z] === RUN   TestUpdateMemory
20:39:42 [2020-11-06T20:39:42.898Z] --- PASS: TestUpdateMemory (0.63s)
20:39:42 [2020-11-06T20:39:42.898Z] === RUN   TestUpdateCPUQuota
20:39:43 [2020-11-06T20:39:43.354Z] --- PASS: TestTemplatedSecret (3.38s)
20:39:43 [2020-11-06T20:39:43.354Z] === RUN   TestSecretCreateResolve
20:39:43 [2020-11-06T20:39:43.938Z] --- PASS: TestUpdateCPUQuota (0.91s)
20:39:43 [2020-11-06T20:39:43.938Z] === RUN   TestUpdatePidsLimit
20:39:43 [2020-11-06T20:39:43.938Z] === RUN   TestUpdatePidsLimit/update_from_none
20:39:44 [2020-11-06T20:39:44.230Z] === RUN   TestUpdatePidsLimit/no_change
20:39:44 [2020-11-06T20:39:44.525Z] === RUN   TestUpdatePidsLimit/update_lower
20:39:44 [2020-11-06T20:39:44.828Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:39:44 [2020-11-06T20:39:44.828Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:39:45 [2020-11-06T20:39:45.124Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:39:45 [2020-11-06T20:39:45.418Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:39:45 [2020-11-06T20:39:45.640Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
20:39:45 [2020-11-06T20:39:45.640Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
20:39:46 [2020-11-06T20:39:46.477Z] --- PASS: TestUpdatePidsLimit (2.41s)
20:39:46 [2020-11-06T20:39:46.477Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.27s)
20:39:46 [2020-11-06T20:39:46.477Z]     --- PASS: TestUpdatePidsLimit/no_change (0.27s)
20:39:46 [2020-11-06T20:39:46.477Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
20:39:46 [2020-11-06T20:39:46.477Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s)
20:39:46 [2020-11-06T20:39:46.477Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s)
20:39:46 [2020-11-06T20:39:46.477Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
20:39:46 [2020-11-06T20:39:46.477Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s)
20:39:46 [2020-11-06T20:39:46.477Z] === RUN   TestUpdateRestartPolicy
20:39:46 [2020-11-06T20:39:46.569Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
20:39:46 [2020-11-06T20:39:46.667Z] --- PASS: TestSecretCreateResolve (3.24s)
20:39:46 [2020-11-06T20:39:46.667Z] PASS
20:39:46 [2020-11-06T20:39:46.667Z] 
20:39:46 [2020-11-06T20:39:46.667Z] DONE 6 tests in 19.772s
20:39:46 [2020-11-06T20:39:46.667Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
20:39:46 [2020-11-06T20:39:46.667Z] ++ 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
20:39:46 [2020-11-06T20:39:46.667Z] ++ set -e
20:39:46 [2020-11-06T20:39:46.667Z] ++ '[' -n 0 ']'
20:39:46 [2020-11-06T20:39:46.667Z] ++ set -x
20:39:46 [2020-11-06T20:39:46.667Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
20:39:46 [2020-11-06T20:39:46.667Z] INFO: Testing against a local daemon
20:39:46 [2020-11-06T20:39:46.667Z] === RUN   TestServiceCreateInit
20:39:46 [2020-11-06T20:39:46.667Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:39:47 [2020-11-06T20:39:47.132Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
20:39:49 [2020-11-06T20:39:49.023Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
20:39:51 [2020-11-06T20:39:51.975Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:39:52 [2020-11-06T20:39:52.297Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
20:39:52 [2020-11-06T20:39:52.297Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
20:39:52 [2020-11-06T20:39:52.297Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
20:39:52 [2020-11-06T20:39:52.554Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
20:39:53 [2020-11-06T20:39:53.924Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
20:39:55 [2020-11-06T20:39:55.297Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
20:39:57 [2020-11-06T20:39:57.214Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
20:39:57 [2020-11-06T20:39:57.282Z] --- PASS: TestServiceCreateInit (10.05s)
20:39:57 [2020-11-06T20:39:57.282Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.07s)
20:39:57 [2020-11-06T20:39:57.282Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.95s)
20:39:57 [2020-11-06T20:39:57.282Z] === RUN   TestCreateServiceMultipleTimes
20:39:58 [2020-11-06T20:39:58.150Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
20:39:58 [2020-11-06T20:39:58.713Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
20:39:58 [2020-11-06T20:39:58.713Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
20:39:59 [2020-11-06T20:39:59.174Z] --- PASS: TestUpdateRestartPolicy (11.28s)
20:39:59 [2020-11-06T20:39:59.174Z] === RUN   TestUpdateRestartWithAutoRemove
20:39:59 [2020-11-06T20:39:59.174Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s)
20:39:59 [2020-11-06T20:39:59.174Z] === RUN   TestWaitNonBlocked
20:39:59 [2020-11-06T20:39:59.174Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:39:59 [2020-11-06T20:39:59.174Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:39:59 [2020-11-06T20:39:59.174Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:39:59 [2020-11-06T20:39:59.174Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:39:59 [2020-11-06T20:39:59.174Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:39:59 [2020-11-06T20:39:59.174Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:39:59 [2020-11-06T20:39:59.174Z] --- PASS: TestWaitNonBlocked (0.02s)
20:39:59 [2020-11-06T20:39:59.174Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s)
20:39:59 [2020-11-06T20:39:59.174Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.77s)
20:39:59 [2020-11-06T20:39:59.174Z] === RUN   TestWaitBlocked
20:39:59 [2020-11-06T20:39:59.174Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:39:59 [2020-11-06T20:39:59.174Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:39:59 [2020-11-06T20:39:59.174Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:39:59 [2020-11-06T20:39:59.174Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:39:59 [2020-11-06T20:39:59.174Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:39:59 [2020-11-06T20:39:59.174Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:39:59 [2020-11-06T20:39:59.825Z] --- PASS: TestWaitBlocked (0.02s)
20:39:59 [2020-11-06T20:39:59.825Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.85s)
20:39:59 [2020-11-06T20:39:59.825Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.88s)
20:39:59 [2020-11-06T20:39:59.825Z] === CONT  TestContainerStartOnDaemonRestart
20:39:59 [2020-11-06T20:39:59.825Z] === CONT  TestContainerKillOnDaemonStart
20:39:59 [2020-11-06T20:39:59.825Z] === CONT  TestDaemonHostGatewayIP
20:39:59 [2020-11-06T20:39:59.825Z] === CONT  TestDaemonRestartIpcMode
20:40:00 [2020-11-06T20:40:00.080Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
20:40:01 [2020-11-06T20:40:01.448Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
20:40:01 [2020-11-06T20:40:01.448Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
20:40:02 [2020-11-06T20:40:02.818Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
20:40:02 [2020-11-06T20:40:02.818Z] === RUN   TestDockerSuite/TestBuildDockerignore
20:40:04 [2020-11-06T20:40:04.355Z] --- PASS: TestContainerStartOnDaemonRestart (3.79s)
20:40:04 [2020-11-06T20:40:04.355Z] === CONT  TestIpcModeOlderClient
20:40:04 [2020-11-06T20:40:04.355Z] --- PASS: TestIpcModeOlderClient (0.11s)
20:40:04 [2020-11-06T20:40:04.355Z] --- PASS: TestDaemonRestartIpcMode (4.20s)
20:40:04 [2020-11-06T20:40:04.355Z] --- PASS: TestDaemonHostGatewayIP (4.51s)
20:40:08 [2020-11-06T20:40:08.066Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
20:40:09 [2020-11-06T20:40:09.660Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
20:40:10 [2020-11-06T20:40:10.232Z] Copying nested executables into bundles/cross/linux/amd64
20:40:11 [2020-11-06T20:40:11.343Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
20:40:11 [2020-11-06T20:40:11.620Z] Cross building: bundles/cross/windows/amd64
20:40:11 [2020-11-06T20:40:11.620Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
20:40:11 [2020-11-06T20:40:11.620Z] GOOS="windows" GOARCH="amd64" GOARM=""
20:40:12 [2020-11-06T20:40:12.860Z] --- PASS: TestContainerKillOnDaemonStart (12.85s)
20:40:12 [2020-11-06T20:40:12.860Z] PASS
20:40:12 [2020-11-06T20:40:12.860Z] 
20:40:12 [2020-11-06T20:40:12.860Z] === Skipped
20:40:12 [2020-11-06T20:40:12.860Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
20:40:12 [2020-11-06T20:40:12.860Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:40:12 [2020-11-06T20:40:12.860Z] 
20:40:12 [2020-11-06T20:40:12.860Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:40:12 [2020-11-06T20:40:12.860Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:40:12 [2020-11-06T20:40:12.860Z] 
20:40:12 [2020-11-06T20:40:12.860Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
20:40:12 [2020-11-06T20:40:12.860Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:40:12 [2020-11-06T20:40:12.860Z] 
20:40:12 [2020-11-06T20:40:12.860Z] 
20:40:12 [2020-11-06T20:40:12.860Z] DONE 193 tests, 3 skipped in 109.917s
20:40:12 [2020-11-06T20:40:12.860Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
20:40:12 [2020-11-06T20:40:12.860Z] ++ 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
20:40:12 [2020-11-06T20:40:12.860Z] ++ set -e
20:40:12 [2020-11-06T20:40:12.860Z] ++ '[' -n 0 ']'
20:40:12 [2020-11-06T20:40:12.860Z] ++ set -x
20:40:12 [2020-11-06T20:40:12.860Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:40:12 [2020-11-06T20:40:12.860Z] INFO: Testing against a local daemon
20:40:12 [2020-11-06T20:40:12.860Z] === RUN   TestCommitInheritsEnv
20:40:13 [2020-11-06T20:40:13.156Z] --- PASS: TestCommitInheritsEnv (0.36s)
20:40:13 [2020-11-06T20:40:13.156Z] === RUN   TestImportExtremelyLargeImageWorks
20:40:13 [2020-11-06T20:40:13.156Z] === PAUSE TestImportExtremelyLargeImageWorks
20:40:13 [2020-11-06T20:40:13.156Z] === RUN   TestImagesFilterMultiReference
20:40:13 [2020-11-06T20:40:13.156Z] --- PASS: TestImagesFilterMultiReference (0.05s)
20:40:13 [2020-11-06T20:40:13.156Z] === RUN   TestImagePullPlatformInvalid
20:40:13 [2020-11-06T20:40:13.156Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
20:40:13 [2020-11-06T20:40:13.156Z] === RUN   TestRemoveImageOrphaning
20:40:13 [2020-11-06T20:40:13.795Z] --- PASS: TestRemoveImageOrphaning (0.34s)
20:40:13 [2020-11-06T20:40:13.795Z] === RUN   TestRemoveImageGarbageCollector
20:40:13 [2020-11-06T20:40:13.795Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:40:13 [2020-11-06T20:40:13.795Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:40:13 [2020-11-06T20:40:13.795Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:40:13 [2020-11-06T20:40:13.795Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
20:40:13 [2020-11-06T20:40:13.795Z] === RUN   TestTagInvalidReference
20:40:13 [2020-11-06T20:40:13.795Z] --- PASS: TestTagInvalidReference (0.02s)
20:40:13 [2020-11-06T20:40:13.795Z] === RUN   TestTagValidPrefixedRepo
20:40:13 [2020-11-06T20:40:13.795Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
20:40:13 [2020-11-06T20:40:13.795Z] === RUN   TestTagExistedNameWithoutForce
20:40:13 [2020-11-06T20:40:13.795Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:40:13 [2020-11-06T20:40:13.795Z] === RUN   TestTagOfficialNames
20:40:13 [2020-11-06T20:40:13.795Z] --- PASS: TestTagOfficialNames (0.05s)
20:40:13 [2020-11-06T20:40:13.795Z] === RUN   TestTagMatchesDigest
20:40:13 [2020-11-06T20:40:13.795Z] --- PASS: TestTagMatchesDigest (0.02s)
20:40:13 [2020-11-06T20:40:13.795Z] === CONT  TestImportExtremelyLargeImageWorks
20:40:13 [2020-11-06T20:40:13.862Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
20:40:13 [2020-11-06T20:40:13.862Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
20:40:14 [2020-11-06T20:40:14.794Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
20:40:15 [2020-11-06T20:40:15.426Z] --- PASS: TestCreateServiceMultipleTimes (18.72s)
20:40:15 [2020-11-06T20:40:15.426Z] === RUN   TestCreateServiceConflict
20:40:16 [2020-11-06T20:40:16.163Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
20:40:17 [2020-11-06T20:40:17.094Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
20:40:17 [2020-11-06T20:40:17.658Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
20:40:17 [2020-11-06T20:40:17.916Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
20:40:17 [2020-11-06T20:40:17.983Z] --- PASS: TestCreateServiceConflict (2.69s)
20:40:17 [2020-11-06T20:40:17.983Z] === RUN   TestCreateServiceMaxReplicas
20:40:18 [2020-11-06T20:40:18.173Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
20:40:20 [2020-11-06T20:40:20.066Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
20:40:20 [2020-11-06T20:40:20.066Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestBoolValue
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestBoolValue (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestBoolValueOrDefault
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestBoolValueOrDefault (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestInt64ValueOrZero
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestInt64ValueOrZero (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestInt64ValueOrDefault
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestInt64ValueOrDefault (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestInt64ValueOrDefaultWithError
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestJsonContentType
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestJsonContentType (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] PASS
20:40:21 [2020-11-06T20:40:21.775Z] coverage: 14.7% of statements
20:40:21 [2020-11-06T20:40:21.775Z] ok  	github.com/docker/docker/api/server/httputils	0.139s	coverage: 14.7% of statements
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestMaskSecretKeys
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestMaskSecretKeys (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestVersionMiddlewareVersion
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] PASS
20:40:21 [2020-11-06T20:40:21.775Z] coverage: 37.7% of statements
20:40:21 [2020-11-06T20:40:21.775Z] ok  	github.com/docker/docker/api/server/middleware	0.168s	coverage: 37.7% of statements
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestStrSliceMarshalJSON
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestStrSliceUnmarshalJSON
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestStrSliceUnmarshalString
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] === RUN   TestStrSliceUnmarshalSlice
20:40:21 [2020-11-06T20:40:21.775Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
20:40:21 [2020-11-06T20:40:21.775Z] PASS
20:40:21 [2020-11-06T20:40:21.775Z] coverage: 90.0% of statements
20:40:21 [2020-11-06T20:40:21.775Z] ok  	github.com/docker/docker/api/types/strslice	0.113s	coverage: 90.0% of statements
20:40:22 [2020-11-06T20:40:22.212Z] --- PASS: TestCreateServiceMaxReplicas (3.62s)
20:40:22 [2020-11-06T20:40:22.212Z] === RUN   TestCreateWithDuplicateNetworkNames
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestToJSON
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestToJSON (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestToParamWithVersion
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestToParamWithVersion (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestFromJSON
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestFromJSON (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestEmpty
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestEmpty (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestArgsMatchKVListEmptySources
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestArgsMatchKVList
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestArgsMatchKVList (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestArgsMatch
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestArgsMatch (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestAdd
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestAdd (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestDel
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestDel (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestLen
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestLen (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestExactMatch
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestExactMatch (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestOnlyOneExactMatch
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestOnlyOneExactMatch (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestContains
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestContains (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestValidate
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestValidate (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestWalkValues
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestWalkValues (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestFuzzyMatch
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestFuzzyMatch (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestClone
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestClone (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] PASS
20:40:22 [2020-11-06T20:40:22.244Z] coverage: 92.2% of statements
20:40:22 [2020-11-06T20:40:22.244Z] ok  	github.com/docker/docker/api/types/filters	0.062s	coverage: 92.2% of statements
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestAdjustForAPIVersion
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestAdjustForAPIVersion (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] PASS
20:40:22 [2020-11-06T20:40:22.244Z] coverage: 5.7% of statements
20:40:22 [2020-11-06T20:40:22.244Z] ok  	github.com/docker/docker/api/server/router/swarm	0.089s	coverage: 5.7% of statements
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestDurationToSecondsString
20:40:22 [2020-11-06T20:40:22.244Z] --- PASS: TestDurationToSecondsString (0.00s)
20:40:22 [2020-11-06T20:40:22.244Z] === RUN   TestGetTimestamp
20:40:22 [2020-11-06T20:40:22.713Z] --- PASS: TestGetTimestamp (0.10s)
20:40:22 [2020-11-06T20:40:22.713Z] === RUN   TestParseTimestamps
20:40:22 [2020-11-06T20:40:22.713Z] --- PASS: TestParseTimestamps (0.00s)
20:40:22 [2020-11-06T20:40:22.713Z] PASS
20:40:22 [2020-11-06T20:40:22.713Z] coverage: 100.0% of statements
20:40:22 [2020-11-06T20:40:22.713Z] ok  	github.com/docker/docker/api/types/time	0.184s	coverage: 100.0% of statements
20:40:22 [2020-11-06T20:40:22.713Z] === RUN   TestCompareVersion
20:40:22 [2020-11-06T20:40:22.713Z] --- PASS: TestCompareVersion (0.00s)
20:40:22 [2020-11-06T20:40:22.713Z] PASS
20:40:22 [2020-11-06T20:40:22.713Z] coverage: 75.0% of statements
20:40:22 [2020-11-06T20:40:22.713Z] ok  	github.com/docker/docker/api/types/versions	0.052s	coverage: 75.0% of statements
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/builder	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:40:22 [2020-11-06T20:40:22.713Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:40:23 [2020-11-06T20:40:23.182Z] === RUN   TestReadAll
20:40:23 [2020-11-06T20:40:23.182Z] --- PASS: TestReadAll (0.00s)
20:40:23 [2020-11-06T20:40:23.182Z] PASS
20:40:23 [2020-11-06T20:40:23.182Z] coverage: 96.8% of statements
20:40:23 [2020-11-06T20:40:23.341Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
20:40:23 [2020-11-06T20:40:23.652Z] ok  	github.com/docker/docker/builder/dockerignore	0.074s	coverage: 96.8% of statements
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
20:40:24 [2020-11-06T20:40:24.640Z] --- PASS: TestParseRemoteURL (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestCloneArgsSmartHttp
20:40:24 [2020-11-06T20:40:24.640Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestCloneArgsDumbHttp
20:40:24 [2020-11-06T20:40:24.640Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestCloneArgsGit
20:40:24 [2020-11-06T20:40:24.640Z] --- PASS: TestCloneArgsGit (0.00s)
20:40:24 [2020-11-06T20:40:24.640Z] === RUN   TestCheckoutGit
20:40:25 [2020-11-06T20:40:25.865Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestProcessNoDockerignore
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestProcessNoDockerignore (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestProcessShouldLeaveAllFiles
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestDetectContentType
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestDetectContentType (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestSelectAcceptableMIME
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestSelectAcceptableMIME (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestInspectEmptyResponse
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestInspectEmptyResponse (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestInspectResponseBinary
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestInspectResponseBinary (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestResponseUnsupportedContentType
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestInspectResponseTextSimple
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestInspectResponseTextSimple (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestInspectResponseEmptyContentType
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestUnknownContentLength
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestUnknownContentLength (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestDownloadRemote
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestDownloadRemote (0.08s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestGetWithStatusError
20:40:26 [2020-11-06T20:40:26.206Z] --- PASS: TestGetWithStatusError (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestCloseRootDirectory
20:40:26 [2020-11-06T20:40:26.206Z] --- SKIP: TestCloseRootDirectory (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestHashFile
20:40:26 [2020-11-06T20:40:26.206Z] --- SKIP: TestHashFile (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestHashSubdir
20:40:26 [2020-11-06T20:40:26.206Z] --- SKIP: TestHashSubdir (0.01s)
20:40:26 [2020-11-06T20:40:26.206Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:40:26 [2020-11-06T20:40:26.206Z] === RUN   TestRemoveDirectory
20:40:26 [2020-11-06T20:40:26.206Z] --- SKIP: TestRemoveDirectory (0.00s)
20:40:26 [2020-11-06T20:40:26.206Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:40:26 [2020-11-06T20:40:26.206Z] PASS
20:40:26 [2020-11-06T20:40:26.206Z] coverage: 9.3% of statements
20:40:26 [2020-11-06T20:40:26.206Z] ok  	github.com/docker/docker/builder/remotecontext	0.497s	coverage: 9.3% of statements
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestGetAllAllowed
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestGetAllAllowed (0.00s)
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestGetAllMeta
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestGetAllMeta (0.00s)
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestWarnOnUnusedBuildArgs
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestIsUnreferencedBuiltin
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestIsExistingDirectory
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestIsExistingDirectory (0.00s)
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestGetFilenameForDownload
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestGetFilenameForDownload (0.00s)
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestEnv2Variables
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestEnv2Variables (0.00s)
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestEnvValueWithExistingRunConfigEnv
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
20:40:27 [2020-11-06T20:40:27.196Z] === RUN   TestMaintainer
20:40:27 [2020-11-06T20:40:27.196Z] --- PASS: TestMaintainer (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestLabel
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestLabel (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestFromScratch
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestFromScratch (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestFromWithArg
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestFromWithArg (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestFromWithArgButBuildArgsNotGiven
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestFromWithUndefinedArg
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestFromWithUndefinedArg (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestFromMultiStageWithNamedStage
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestOnbuild
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestOnbuild (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestWorkdir
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestWorkdir (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestCmd
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestCmd (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestHealthcheckNone
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestHealthcheckNone (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestHealthcheckCmd
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestHealthcheckCmd (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestEntrypoint
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestEntrypoint (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestExpose
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestExpose (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestUser
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestUser (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestVolume
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestVolume (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestStopSignal
20:40:27 [2020-11-06T20:40:27.197Z] --- SKIP: TestStopSignal (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z]     dispatchers_test.go:376: Windows does not support stopsignal
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestArg
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestArg (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestShell
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestShell (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestPrependEnvOnCmd
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestPrependEnvOnCmd (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestRunWithBuildArgs
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestRunWithBuildArgs (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestRunIgnoresHealthcheck
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestNormalizeWorkdir
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestNormalizeWorkdir (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDispatch
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDispatch/ADD_multiple_files_to_file
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDispatch/COPY_multiple_files_to_file
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestEnable
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestEnable (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDisable
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestDisable (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestEnabled
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestEnabled (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] PASS
20:40:27 [2020-11-06T20:40:27.197Z] coverage: 100.0% of statements
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
20:40:27 [2020-11-06T20:40:27.197Z] ok  	github.com/docker/docker/cli/debug	0.293s	coverage: 100.0% of statements
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDispatch/COPY_wildcard_no_files
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDispatch/COPY_url
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestDispatch (0.04s)
20:40:27 [2020-11-06T20:40:27.197Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s)
20:40:27 [2020-11-06T20:40:27.197Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
20:40:27 [2020-11-06T20:40:27.197Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
20:40:27 [2020-11-06T20:40:27.197Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
20:40:27 [2020-11-06T20:40:27.197Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z]     --- PASS: TestDispatch/COPY_url (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestAddScratchImageAddsToMounts
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestAddFromScratchPopulatesPlatform
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestImageSourceGetAddsToMounts
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestEmptyDockerfile
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestEmptyDockerfile (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestSymlinkDockerfile
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestSymlinkDockerfile (0.01s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDockerfileOutsideTheBuildContext
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestNonExistingDockerfile
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestNonExistingDockerfile (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestCopyRunConfig
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestCopyRunConfig (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestDeepCopyRunConfig
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestDeepCopyRunConfig (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestExportImage
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestExportImage (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] === RUN   TestNormalizeDest
20:40:27 [2020-11-06T20:40:27.197Z] --- PASS: TestNormalizeDest (0.00s)
20:40:27 [2020-11-06T20:40:27.197Z] PASS
20:40:27 [2020-11-06T20:40:27.197Z] coverage: 46.3% of statements
20:40:27 [2020-11-06T20:40:27.197Z] ok  	github.com/docker/docker/builder/dockerfile	0.392s	coverage: 46.3% of statements
20:40:29 [2020-11-06T20:40:29.137Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
20:40:29 [2020-11-06T20:40:29.701Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
20:40:29 [2020-11-06T20:40:29.959Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
20:40:29 [2020-11-06T20:40:29.959Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
20:40:31 [2020-11-06T20:40:31.854Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
20:40:33 [2020-11-06T20:40:33.750Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
20:40:34 [2020-11-06T20:40:34.682Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
20:40:37 [2020-11-06T20:40:37.168Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.47s)
20:40:37 [2020-11-06T20:40:37.168Z] === RUN   TestCreateServiceSecretFileMode
20:40:37 [2020-11-06T20:40:37.204Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
20:40:37 [2020-11-06T20:40:37.204Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCheckpointCreateError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCheckpointCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCheckpointCreate
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCheckpointCreate (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCheckpointDeleteError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCheckpointDeleteError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCheckpointDelete
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCheckpointDelete (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCheckpointListError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCheckpointListError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCheckpointList
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCheckpointList (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCheckpointListContainerNotFound
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestNewClientWithOpsFromEnv
20:40:37 [2020-11-06T20:40:37.635Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z]     client_test.go:23: runtime.GOOS == "windows"
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestGetAPIPath
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestGetAPIPath (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestParseHostURL
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestParseHostURL (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestNegotiateAPIVersionEmpty
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestNegotiateAPIVersion
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestNegotiateAPIVersion (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestNegotiateAPVersionOverride
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestNegotiateAPIVersionAutomatic
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestClientRedirect
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestClientRedirect (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigCreateUnsupported
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigCreateUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigCreateError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigCreate
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigCreate (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigInspectNotFound
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigInspectNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigInspectUnsupported
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigInspectUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigInspectError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigInspectConfigNotFound
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigInspect
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigListUnsupported
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigListUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigListError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigListError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigList
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigList (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigRemoveUnsupported
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigRemoveError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigRemove
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigUpdateUnsupported
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigUpdateError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigUpdateError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestConfigUpdate
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestConfigUpdate (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerCommitError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerCommitError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerCommit
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerCommit (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerStatPathError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerStatPathError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerStatPathNotFoundError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerStatPathNoHeaderError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerStatPath
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerStatPath (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyToContainerError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyToContainerError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyToContainerNotFoundError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyToContainerNotStatusOKError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyToContainer
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyToContainer (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyFromContainerError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyFromContainerError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyFromContainerNotFoundError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyFromContainerNotStatusOKError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyFromContainerNoHeaderError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestCopyFromContainer
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestCopyFromContainer (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerCreateError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerCreateImageNotFound
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerCreateWithName
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerCreateWithName (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerCreateAutoRemove
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerDiffError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerDiffError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerDiff
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerDiff (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerExecCreateError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerExecCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerExecCreate
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerExecCreate (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerExecStartError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerExecStartError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerExecStart
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerExecStart (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerExecInspectError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerExecInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerExecInspect
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerExecInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerExportError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerExportError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerExport
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerExport (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerInspectError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerInspectContainerNotFound
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerInspect
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerInspectNode
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerInspectNode (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerKillError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerKillError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerKill
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerKill (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerListError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerListError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerList
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerList (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerLogsNotFoundError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerLogsError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerLogsError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerLogs
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerLogs (0.12s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerPauseError
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerPauseError (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainerPause
20:40:37 [2020-11-06T20:40:37.635Z] --- PASS: TestContainerPause (0.00s)
20:40:37 [2020-11-06T20:40:37.635Z] === RUN   TestContainersPruneError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainersPruneError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainersPrune
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainersPrune (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerRemoveError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerRemoveNotFoundError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerRemove
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerRenameError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerRenameError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerRename
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerRename (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerResizeError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerResizeError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerExecResizeError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerExecResizeError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerResize
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerResize (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerExecResize
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerExecResize (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerRestartError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerRestartError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerRestart
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerRestart (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerStartError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerStartError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerStart
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerStart (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerStatsError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerStatsError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerStats
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerStats (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerStopError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerStopError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerStop
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerStop (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerTopError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerTopError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerTop
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerTop (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerUnpauseError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerUnpauseError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerUnpause
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerUnpause (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerUpdateError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerUpdateError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerUpdate
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerUpdate (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerWaitError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerWaitError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestContainerWait
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestContainerWait (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestDiskUsageError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestDiskUsageError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestDiskUsage
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestDiskUsage (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestDistributionInspectUnsupported
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestDistributionInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestEventsErrorInOptions
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestEventsErrorInOptions (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestEventsErrorFromServer
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestEventsErrorFromServer (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestEvents
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestEvents (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestTLSCloseWriter
20:40:37 [2020-11-06T20:40:37.636Z] === PAUSE TestTLSCloseWriter
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageBuildError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageBuildError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageBuild
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageBuild (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestGetDockerOS
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestGetDockerOS (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageCreateError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageCreate
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageCreate (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageHistoryError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageHistoryError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageHistory
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageHistory (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageImportError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageImportError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageImport
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageImport (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageInspectError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageInspectImageNotFound
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageInspectImageNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageInspect
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageListError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageListError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageList
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageList (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageListApiBefore125
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageListApiBefore125 (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageLoadError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageLoadError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageLoad
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageLoad (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagesPruneError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagesPruneError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagesPrune
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagesPrune (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePullReferenceParseError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePullReferenceParseError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePullAnyError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePullAnyError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePullStatusUnauthorizedError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePullWithPrivilegedFuncNoError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePullWithoutErrors
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePullWithoutErrors (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushReferenceError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePushReferenceError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushAnyError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePushAnyError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushStatusUnauthorizedError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushWithPrivilegedFuncNoError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushWithoutErrors
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImagePushWithoutErrors (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageRemoveError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageRemoveImageNotFound
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageRemove
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageSaveError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageSaveError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageSave
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageSave (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageSearchAnyError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageSearchAnyError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageSearchStatusUnauthorizedError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageSearchWithoutErrors
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageTagError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageTagError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageTagInvalidReference
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageTagInvalidReference (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageTagInvalidSourceImageName
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageTagHexSource
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageTagHexSource (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestImageTag
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestImageTag (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestInfoServerError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestInfoServerError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestInfoInvalidResponseJSONError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestInfo
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestInfo (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkConnectError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkConnectError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkConnect
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkConnect (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkCreateError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkCreate
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkCreate (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkDisconnectError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkDisconnectError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkDisconnect
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkDisconnect (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkInspectError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkInspectNotFoundError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkInspect
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkListError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkListError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkList
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkList (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworksPruneError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworksPruneError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworksPrune
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworksPrune (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkRemoveError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNetworkRemove
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNetworkRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeInspectError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeInspectNodeNotFound
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeInspect
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeListError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeListError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeList
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeList (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeRemoveError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeRemove
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeUpdateError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeUpdateError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestNodeUpdate
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestNodeUpdate (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestOptionWithTimeout
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestOptionWithTimeout (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPingFail
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPingFail (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPingWithError
20:40:37 [2020-11-06T20:40:37.636Z] 2020/11/06 20:40:36 RoundTripper returned a response & error; ignoring response
20:40:37 [2020-11-06T20:40:37.636Z] 2020/11/06 20:40:36 RoundTripper returned a response & error; ignoring response
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPingWithError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPingSuccess
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPingSuccess (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPingHeadFallback
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPingHeadFallback/OK
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPingHeadFallback/Internal_Server_Error
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPingHeadFallback/Not_Found
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPingHeadFallback (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginDisableError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginDisableError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginDisable
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginDisable (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginEnableError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginEnableError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginEnable
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginEnable (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginInspectError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginInspect
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginListError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginListError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginList
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginList (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginPushError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginPushError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginPush
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginPush (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginRemoveError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginRemove
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginSetError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginSetError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPluginSet
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPluginSet (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestSetHostHeader
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestSetHostHeader (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestPlainTextError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestPlainTextError (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestInfiniteError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestInfiniteError (0.01s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestSecretCreateUnsupported
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestSecretCreateUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.636Z] === RUN   TestSecretCreateError
20:40:37 [2020-11-06T20:40:37.636Z] --- PASS: TestSecretCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretCreate
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretCreate (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretInspectUnsupported
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretInspectUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretInspectError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretInspectSecretNotFound
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretInspect
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretListUnsupported
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretListUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretListError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretListError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretList
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretList (0.01s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretRemoveUnsupported
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretRemoveError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretRemove
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretUpdateUnsupported
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretUpdateError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretUpdateError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSecretUpdate
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSecretUpdate (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceCreateError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceCreate
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceCreate (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceCreateCompatiblePlatforms
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceCreateDigestPinning
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceInspectError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceInspectServiceNotFound
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceInspect
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceListError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceListError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceList
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceList (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceLogsError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceLogsError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceLogs
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceLogs (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceRemoveError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceRemoveNotFoundError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceRemove
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceUpdateError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceUpdateError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestServiceUpdate
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestServiceUpdate (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmGetUnlockKeyError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmGetUnlockKey
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmInitError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmInitError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmInit
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmInit (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmInspectError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmInspect
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmJoinError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmJoinError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmJoin
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmJoin (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmLeaveError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmLeaveError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmLeave
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmLeave (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmUnlockError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmUnlockError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmUnlock
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmUnlock (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmUpdateError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmUpdateError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestSwarmUpdate
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestSwarmUpdate (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestTaskInspectError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestTaskInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestTaskInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestTaskInspect
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestTaskInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestTaskListError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestTaskListError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestTaskList
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestTaskList (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeCreateError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeCreateError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeCreate
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeCreate (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeInspectError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeInspectError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeInspectNotFound
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeInspectNotFound (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeInspectWithEmptyID
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeInspect
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeInspect (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeListError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeListError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeList
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeList (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeRemoveError
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeRemoveError (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === RUN   TestVolumeRemove
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestVolumeRemove (0.00s)
20:40:37 [2020-11-06T20:40:37.637Z] === CONT  TestTLSCloseWriter
20:40:37 [2020-11-06T20:40:37.637Z] --- PASS: TestTLSCloseWriter (0.01s)
20:40:37 [2020-11-06T20:40:37.637Z] PASS
20:40:37 [2020-11-06T20:40:37.637Z] coverage: 74.9% of statements
20:40:37 [2020-11-06T20:40:37.637Z] ok  	github.com/docker/docker/client	0.487s	coverage: 74.9% of statements
20:40:39 [2020-11-06T20:40:39.725Z] --- PASS: TestCreateServiceSecretFileMode (3.38s)
20:40:39 [2020-11-06T20:40:39.725Z] === RUN   TestCreateServiceConfigFileMode
20:40:39 [2020-11-06T20:40:39.725Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
20:40:40 [2020-11-06T20:40:40.287Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
20:40:43 [2020-11-06T20:40:43.038Z] --- PASS: TestCreateServiceConfigFileMode (3.40s)
20:40:43 [2020-11-06T20:40:43.038Z] === RUN   TestCreateServiceSysctls
20:40:44 [2020-11-06T20:40:44.457Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
20:40:46 [2020-11-06T20:40:46.350Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
20:40:46 [2020-11-06T20:40:46.350Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
20:40:47 [2020-11-06T20:40:47.259Z] --- PASS: TestCreateServiceSysctls (4.11s)
20:40:47 [2020-11-06T20:40:47.259Z] === RUN   TestCreateServiceCapabilities
20:40:47 [2020-11-06T20:40:47.720Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
20:40:48 [2020-11-06T20:40:48.650Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
20:40:48 [2020-11-06T20:40:48.907Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
20:40:49 [2020-11-06T20:40:49.818Z] --- PASS: TestCreateServiceCapabilities (2.84s)
20:40:49 [2020-11-06T20:40:49.819Z] === RUN   TestInspect
20:40:51 [2020-11-06T20:40:51.430Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
20:40:52 [2020-11-06T20:40:52.022Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
20:40:52 [2020-11-06T20:40:52.585Z] --- PASS: TestCheckoutGit (26.05s)
20:40:52 [2020-11-06T20:40:52.585Z] === RUN   TestValidGitTransport
20:40:52 [2020-11-06T20:40:52.585Z] --- PASS: TestValidGitTransport (0.00s)
20:40:52 [2020-11-06T20:40:52.585Z] === RUN   TestGitInvalidRef
20:40:52 [2020-11-06T20:40:52.585Z] --- PASS: TestGitInvalidRef (0.21s)
20:40:52 [2020-11-06T20:40:52.585Z] PASS
20:40:52 [2020-11-06T20:40:52.585Z] coverage: 86.3% of statements
20:40:52 [2020-11-06T20:40:52.585Z] ok  	github.com/docker/docker/builder/remotecontext/git	26.414s	coverage: 86.3% of statements
20:40:52 [2020-11-06T20:40:52.585Z] ?   	github.com/docker/docker/cli	[no test files]
20:40:52 [2020-11-06T20:40:52.585Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:40:53 [2020-11-06T20:40:53.134Z] --- PASS: TestInspect (3.49s)
20:40:53 [2020-11-06T20:40:53.135Z] === RUN   TestCreateJob
20:40:57 [2020-11-06T20:40:57.356Z] --- PASS: TestCreateJob (4.14s)
20:40:57 [2020-11-06T20:40:57.356Z] === RUN   TestReplicatedJob
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliConfigWithTLS
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliConfigWithConflicts
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliWithConflictingLabels
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestConfigureDaemonLogs
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestConfigureDaemonLogs (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestCommonOptionsInstallFlags
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
20:40:58 [2020-11-06T20:40:58.458Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
20:40:58 [2020-11-06T20:40:58.458Z] PASS
20:40:58 [2020-11-06T20:40:58.458Z] coverage: 18.5% of statements
20:40:58 [2020-11-06T20:40:58.458Z] ok  	github.com/docker/docker/cmd/dockerd	0.785s	coverage: 18.5% of statements
20:40:58 [2020-11-06T20:40:58.928Z] === RUN   TestContainerStopSignal
20:40:58 [2020-11-06T20:40:58.928Z] --- PASS: TestContainerStopSignal (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestContainerStopTimeout
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestContainerStopTimeout (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestContainerSecretReferenceDestTarget
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestContainerLogPathSetForJSONFileLogger
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestContainerLogPathSetForRingLogger
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestReplaceAndAppendEnvVars
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestNewMemoryStore
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestNewMemoryStore (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestAddContainers
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestAddContainers (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestGetContainer
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestGetContainer (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestDeleteContainer
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestDeleteContainer (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestListContainers
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestListContainers (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestFirstContainer
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestFirstContainer (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestApplyAllContainer
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestApplyAllContainer (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestIsValidHealthString
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestIsValidHealthString (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestStateRunStop
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestStateRunStop (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestStateTimeoutWait
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestStateTimeoutWait (0.10s)
20:40:59 [2020-11-06T20:40:59.398Z]     state_test.go:141: Stop callback fired
20:40:59 [2020-11-06T20:40:59.398Z]     state_test.go:165: Stop callback fired
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestIsValidStateString
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestIsValidStateString (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestViewSaveDelete
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestViewSaveDelete (0.01s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestViewAll
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestViewAll (0.01s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestViewGet
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestViewGet (0.01s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestNames
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestNames (0.00s)
20:40:59 [2020-11-06T20:40:59.398Z] === RUN   TestViewWithHealthCheck
20:40:59 [2020-11-06T20:40:59.398Z] --- PASS: TestViewWithHealthCheck (0.01s)
20:40:59 [2020-11-06T20:40:59.398Z] PASS
20:40:59 [2020-11-06T20:40:59.398Z] coverage: 41.3% of statements
20:40:59 [2020-11-06T20:40:59.398Z] ok  	github.com/docker/docker/container	0.540s	coverage: 41.3% of statements
20:40:59 [2020-11-06T20:40:59.398Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:40:59 [2020-11-06T20:40:59.398Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:40:59 [2020-11-06T20:40:59.398Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:40:59 [2020-11-06T20:40:59.398Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:41:00 [2020-11-06T20:41:00.132Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
20:41:02 [2020-11-06T20:41:02.355Z] === RUN   TestPrepare
20:41:02 [2020-11-06T20:41:02.355Z] --- PASS: TestPrepare (0.00s)
20:41:02 [2020-11-06T20:41:02.355Z] === RUN   TestStart
20:41:02 [2020-11-06T20:41:02.355Z] --- PASS: TestStart (0.00s)
20:41:02 [2020-11-06T20:41:02.355Z] === RUN   TestWaitCancel
20:41:02 [2020-11-06T20:41:02.355Z] --- PASS: TestWaitCancel (0.00s)
20:41:02 [2020-11-06T20:41:02.355Z] === RUN   TestWaitDisabled
20:41:02 [2020-11-06T20:41:02.355Z] --- PASS: TestWaitDisabled (0.00s)
20:41:02 [2020-11-06T20:41:02.355Z] === RUN   TestWaitEnabled
20:41:02 [2020-11-06T20:41:02.355Z] --- PASS: TestWaitEnabled (0.00s)
20:41:02 [2020-11-06T20:41:02.355Z] === RUN   TestRemove
20:41:02 [2020-11-06T20:41:02.355Z] --- PASS: TestRemove (0.00s)
20:41:02 [2020-11-06T20:41:02.355Z] PASS
20:41:02 [2020-11-06T20:41:02.355Z] coverage: 65.3% of statements
20:41:02 [2020-11-06T20:41:02.355Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.797s	coverage: 65.3% of statements
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.10s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCContainerRuntime
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCIsolation
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCIsolation/empty
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCIsolation/default
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCIsolation/process
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCIsolation
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCIsolation/default
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCIsolation/process
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCConfigs
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCConfigs/file
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCConfigs
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCConfigs/file
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
20:41:03 [2020-11-06T20:41:03.344Z] === RUN   TestServiceConvertToGRPCConfigs/none
20:41:03 [2020-11-06T20:41:03.344Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
20:41:03 [2020-11-06T20:41:03.344Z] PASS
20:41:03 [2020-11-06T20:41:03.344Z] coverage: 35.9% of statements
20:41:03 [2020-11-06T20:41:03.344Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.539s	coverage: 35.9% of statements
20:41:03 [2020-11-06T20:41:03.960Z] --- PASS: TestReplicatedJob (6.05s)
20:41:03 [2020-11-06T20:41:03.960Z] === RUN   TestUpdateReplicatedJob
20:41:04 [2020-11-06T20:41:04.332Z] === RUN   TestNewListSecretsFilters
20:41:04 [2020-11-06T20:41:04.332Z] --- PASS: TestNewListSecretsFilters (0.00s)
20:41:04 [2020-11-06T20:41:04.332Z] === RUN   TestNewListConfigsFilters
20:41:04 [2020-11-06T20:41:04.332Z] --- PASS: TestNewListConfigsFilters (0.00s)
20:41:04 [2020-11-06T20:41:04.332Z] PASS
20:41:04 [2020-11-06T20:41:04.332Z] coverage: 0.5% of statements
20:41:04 [2020-11-06T20:41:04.332Z] ok  	github.com/docker/docker/daemon/cluster	1.011s	coverage: 0.5% of statements
20:41:06 [2020-11-06T20:41:06.675Z] === RUN   TestDockerSuite/TestBuildDotDotFile
20:41:06 [2020-11-06T20:41:06.934Z] === RUN   TestDockerSuite/TestBuildEOLInLine
20:41:08 [2020-11-06T20:41:08.183Z] --- PASS: TestUpdateReplicatedJob (4.23s)
20:41:08 [2020-11-06T20:41:08.183Z] === RUN   TestServiceListWithStatuses
20:41:08 [2020-11-06T20:41:08.183Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:41:08 [2020-11-06T20:41:08.183Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:41:08 [2020-11-06T20:41:08.183Z] === RUN   TestDockerNetworkConnectAlias
20:41:08 [2020-11-06T20:41:08.304Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestBuilderGC
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestBuilderGC (0.01s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationNotFound
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonBrokenConfiguration
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestParseClusterAdvertiseSettings
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestFindConfigurationConflicts
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestFindConfigurationConflicts (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationMergeConflicts
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationMergeConcurrent
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationMergeConcurrentError
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s)
20:41:09 [2020-11-06T20:41:09.092Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestFindConfigurationConflictsWithMergedValues
20:41:09 [2020-11-06T20:41:09.092Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
20:41:09 [2020-11-06T20:41:09.092Z] === RUN   TestValidateConfigurationErrors
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
20:41:09 [2020-11-06T20:41:09.093Z] --- PASS: TestValidateConfigurationErrors (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration/with_label
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration/with_dns
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration/with_dns-search
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration/with_max-download-attempts
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
20:41:09 [2020-11-06T20:41:09.093Z] === RUN   TestValidateConfiguration/with_node_generic_resources
20:41:09 [2020-11-06T20:41:09.093Z] --- PASS: TestValidateConfiguration (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
20:41:09 [2020-11-06T20:41:09.093Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestModifiedDiscoverySettings
20:41:09 [2020-11-06T20:41:09.562Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestReloadSetConfigFileNotExist
20:41:09 [2020-11-06T20:41:09.562Z] time="2020-11-06T20:41:09Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
20:41:09 [2020-11-06T20:41:09.562Z] --- PASS: TestReloadSetConfigFileNotExist (0.10s)
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestReloadDefaultConfigNotExist
20:41:09 [2020-11-06T20:41:09.562Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestReloadBadDefaultConfig
20:41:09 [2020-11-06T20:41:09.562Z] time="2020-11-06T20:41:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-314155707"
20:41:09 [2020-11-06T20:41:09.562Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestReloadWithConflictingLabels
20:41:09 [2020-11-06T20:41:09.562Z] time="2020-11-06T20:41:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-018376414"
20:41:09 [2020-11-06T20:41:09.562Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestReloadWithDuplicateLabels
20:41:09 [2020-11-06T20:41:09.562Z] time="2020-11-06T20:41:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-926336677"
20:41:09 [2020-11-06T20:41:09.562Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestDaemonConfigurationMerge
20:41:09 [2020-11-06T20:41:09.562Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z] PASS
20:41:09 [2020-11-06T20:41:09.562Z] coverage: 79.7% of statements
20:41:09 [2020-11-06T20:41:09.562Z] ok  	github.com/docker/docker/daemon/config	1.164s	coverage: 79.7% of statements
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestDiscoveryOptsErrors
20:41:09 [2020-11-06T20:41:09.562Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z] === RUN   TestDiscoveryOpts
20:41:09 [2020-11-06T20:41:09.562Z] --- PASS: TestDiscoveryOpts (0.00s)
20:41:09 [2020-11-06T20:41:09.562Z] PASS
20:41:09 [2020-11-06T20:41:09.562Z] coverage: 30.0% of statements
20:41:09 [2020-11-06T20:41:09.562Z] ok  	github.com/docker/docker/daemon/discovery	0.210s	coverage: 30.0% of statements
20:41:10 [2020-11-06T20:41:10.831Z] === RUN   TestDockerDaemonSuite/TestShmSize
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestVerifyNetworkingConfig
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestGetContainer
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestGetContainer (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestValidContainerNames
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestValidContainerNames (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestContainerInitDNS
20:41:11 [2020-11-06T20:41:11.129Z] --- SKIP: TestContainerInitDNS (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z]     daemon_test.go:147: root required
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestMerge
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestMerge (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestValidateContainerIsolation
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestValidateContainerIsolation (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestFindNetworkErrorType
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestFindNetworkErrorType (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestEnsureServicesExist
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestEnsureServicesExist (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestEnsureServicesExistErrors
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestContainerDelete
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestContainerDelete (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestContainerDoubleDelete
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestContainerDoubleDelete (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestLogContainerEventCopyLabels
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestLogContainerEventWithAttributes
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestNoneHealthcheck
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestNoneHealthcheck (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestHealthStates
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] time="2020-11-06T20:41:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestHealthStates (0.07s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestMaskURLCredentials
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestMaskURLCredentials (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestGetInspectData
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestGetInspectData (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestFillLicense
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestFillLicense (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestListInvalidFilter
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestListInvalidFilter (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestNameFilter
20:41:11 [2020-11-06T20:41:11.129Z] --- PASS: TestNameFilter (0.00s)
20:41:11 [2020-11-06T20:41:11.129Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
20:41:11 [2020-11-06T20:41:11.130Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
20:41:11 [2020-11-06T20:41:11.130Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestDaemonReloadLabels
20:41:11 [2020-11-06T20:41:11.130Z] --- PASS: TestDaemonReloadLabels (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
20:41:11 [2020-11-06T20:41:11.130Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestDaemonReloadMirrors
20:41:11 [2020-11-06T20:41:11.130Z] --- PASS: TestDaemonReloadMirrors (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestDaemonReloadInsecureRegistries
20:41:11 [2020-11-06T20:41:11.130Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestDaemonReloadNotAffectOthers
20:41:11 [2020-11-06T20:41:11.130Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
20:41:11 [2020-11-06T20:41:11.130Z] === RUN   TestDaemonDiscoveryReload
20:41:11 [2020-11-06T20:41:11.763Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
20:41:12 [2020-11-06T20:41:12.118Z] === RUN   TestWaitNodeAttachment
20:41:12 [2020-11-06T20:41:12.118Z] --- PASS: TestDaemonDiscoveryReload (1.01s)
20:41:12 [2020-11-06T20:41:12.118Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
20:41:12 [2020-11-06T20:41:12.327Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
20:41:12 [2020-11-06T20:41:12.584Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestWaitNodeAttachment (0.46s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestIsolationConversion
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestIsolationConversion/default
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestIsolationConversion/process
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestIsolationConversion/hyperv
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestIsolationConversion (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z]     --- PASS: TestIsolationConversion/default (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z]     --- PASS: TestIsolationConversion/process (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestContainerLabels
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestContainerLabels (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestCredentialSpecConversion
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestCredentialSpecConversion/none
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestCredentialSpecConversion/config
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestCredentialSpecConversion/file
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestCredentialSpecConversion/registry
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestCredentialSpecConversion (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestControllerValidateMountBind
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestControllerValidateMountBind (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestControllerValidateMountVolume
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestControllerValidateMountVolume (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestControllerValidateMountTarget
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestControllerValidateMountTarget (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestControllerValidateMountTmpfs
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestControllerValidateMountInvalidType
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestControllerValidateMountNamedPipe
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
20:41:12 [2020-11-06T20:41:12.588Z] PASS
20:41:12 [2020-11-06T20:41:12.588Z] coverage: 11.3% of statements
20:41:12 [2020-11-06T20:41:12.588Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	2.128s	coverage: 11.3% of statements
20:41:12 [2020-11-06T20:41:12.588Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
20:41:12 [2020-11-06T20:41:12.588Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
20:41:12 [2020-11-06T20:41:12.841Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
20:41:13 [2020-11-06T20:41:13.058Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
20:41:13 [2020-11-06T20:41:13.058Z]     reload_test.go:520: root required
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestEventsLog
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestEventsLog (0.00s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestEventsLogTimeout
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestEventsLogTimeout (0.00s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestLogEvents
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestParseVolumesFrom
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestParseVolumesFrom (0.00s)
20:41:13 [2020-11-06T20:41:13.058Z] PASS
20:41:13 [2020-11-06T20:41:13.058Z] coverage: 9.1% of statements
20:41:13 [2020-11-06T20:41:13.058Z] ok  	github.com/docker/docker/daemon	3.442s	coverage: 9.1% of statements
20:41:13 [2020-11-06T20:41:13.058Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:41:13 [2020-11-06T20:41:13.058Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestLogEvents (0.05s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestLoadBufferedEvents
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestLoadBufferedEvents (0.10s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestLoadBufferedEventsOnlyFromPast
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
20:41:13 [2020-11-06T20:41:13.058Z] === RUN   TestIgnoreBufferedWhenNoTimes
20:41:13 [2020-11-06T20:41:13.058Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
20:41:13 [2020-11-06T20:41:13.058Z] PASS
20:41:13 [2020-11-06T20:41:13.058Z] coverage: 50.0% of statements
20:41:13 [2020-11-06T20:41:13.058Z] ok  	github.com/docker/docker/daemon/events	0.397s	coverage: 50.0% of statements
20:41:13 [2020-11-06T20:41:13.058Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:41:13 [2020-11-06T20:41:13.058Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:41:13 [2020-11-06T20:41:13.403Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
20:41:13 [2020-11-06T20:41:13.527Z] === RUN   TestIsEmptyDir
20:41:13 [2020-11-06T20:41:13.527Z] --- PASS: TestIsEmptyDir (0.00s)
20:41:13 [2020-11-06T20:41:13.527Z] PASS
20:41:13 [2020-11-06T20:41:13.527Z] coverage: 2.3% of statements
20:41:13 [2020-11-06T20:41:13.527Z] ok  	github.com/docker/docker/daemon/graphdriver	0.144s	coverage: 2.3% of statements
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
20:41:13 [2020-11-06T20:41:13.527Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
20:41:13 [2020-11-06T20:41:13.660Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
20:41:13 [2020-11-06T20:41:13.917Z] === RUN   TestDockerSuite/TestBuildEntrypoint
20:41:13 [2020-11-06T20:41:13.997Z] === RUN   TestLinkNaming
20:41:13 [2020-11-06T20:41:13.997Z] --- PASS: TestLinkNaming (0.00s)
20:41:13 [2020-11-06T20:41:13.997Z] === RUN   TestLinkNew
20:41:13 [2020-11-06T20:41:13.997Z] --- PASS: TestLinkNew (0.00s)
20:41:13 [2020-11-06T20:41:13.997Z] === RUN   TestLinkEnv
20:41:13 [2020-11-06T20:41:13.997Z] --- PASS: TestLinkEnv (0.00s)
20:41:13 [2020-11-06T20:41:13.997Z] === RUN   TestLinkMultipleEnv
20:41:13 [2020-11-06T20:41:13.997Z] --- PASS: TestLinkMultipleEnv (0.00s)
20:41:13 [2020-11-06T20:41:13.997Z] === RUN   TestLinkPortRangeEnv
20:41:13 [2020-11-06T20:41:13.997Z] --- PASS: TestLinkPortRangeEnv (0.00s)
20:41:13 [2020-11-06T20:41:13.997Z] PASS
20:41:13 [2020-11-06T20:41:13.997Z] coverage: 93.0% of statements
20:41:13 [2020-11-06T20:41:13.997Z] ok  	github.com/docker/docker/daemon/links	0.115s	coverage: 93.0% of statements
20:41:14 [2020-11-06T20:41:14.479Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
20:41:14 [2020-11-06T20:41:14.790Z] --- PASS: TestDockerNetworkConnectAlias (6.50s)
20:41:14 [2020-11-06T20:41:14.790Z] === RUN   TestDockerNetworkReConnect
20:41:15 [2020-11-06T20:41:15.848Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
20:41:15 [2020-11-06T20:41:15.848Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
20:41:16 [2020-11-06T20:41:16.221Z] === RUN   TestAdapterReadLogs
20:41:16 [2020-11-06T20:41:16.221Z] --- PASS: TestAdapterReadLogs (0.00s)
20:41:16 [2020-11-06T20:41:16.221Z] === RUN   TestCopier
20:41:16 [2020-11-06T20:41:16.221Z] --- PASS: TestCopier (0.00s)
20:41:16 [2020-11-06T20:41:16.221Z] === RUN   TestCopierLongLines
20:41:16 [2020-11-06T20:41:16.221Z] --- PASS: TestCopierLongLines (0.00s)
20:41:16 [2020-11-06T20:41:16.221Z] === RUN   TestCopierSlow
20:41:16 [2020-11-06T20:41:16.221Z] --- PASS: TestCopierSlow (0.20s)
20:41:16 [2020-11-06T20:41:16.221Z] === RUN   TestCopierWithSized
20:41:16 [2020-11-06T20:41:16.221Z] --- PASS: TestCopierWithSized (0.00s)
20:41:16 [2020-11-06T20:41:16.221Z] === RUN   TestCopierWithPartial
20:41:16 [2020-11-06T20:41:16.221Z] --- PASS: TestCopierWithPartial (0.00s)
20:41:16 [2020-11-06T20:41:16.221Z] === RUN   TestRingLogger
20:41:16 [2020-11-06T20:41:16.221Z] --- PASS: TestRingLogger (0.00s)
20:41:16 [2020-11-06T20:41:16.222Z] === RUN   TestRingCap
20:41:16 [2020-11-06T20:41:16.222Z] --- PASS: TestRingCap (0.00s)
20:41:16 [2020-11-06T20:41:16.222Z] === RUN   TestRingClose
20:41:16 [2020-11-06T20:41:16.222Z] --- PASS: TestRingClose (0.00s)
20:41:16 [2020-11-06T20:41:16.222Z] === RUN   TestRingDrain
20:41:16 [2020-11-06T20:41:16.222Z] --- PASS: TestRingDrain (0.00s)
20:41:16 [2020-11-06T20:41:16.222Z] PASS
20:41:16 [2020-11-06T20:41:16.222Z] coverage: 41.2% of statements
20:41:16 [2020-11-06T20:41:16.222Z] ok  	github.com/docker/docker/daemon/logger	0.453s	coverage: 41.2% of statements
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewStreamConfig
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewStreamConfig/defaults
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewStreamConfig/invalid_create_group
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewStreamConfig/invalid_flush_interval
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewStreamConfig/flush_interval_at_15
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestNewStreamConfig (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewAWSLogsClientUserAgentHandler
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestNewAWSLogsClientRegionDetect
20:41:16 [2020-11-06T20:41:16.691Z] time="2020-11-06T20:41:16Z" level=info msg="Trying to get region from EC2 Metadata"
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCreateSuccess
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCreateSuccess (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCreateLogGroupSuccess
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCreateError
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCreateError (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCreateAlreadyExists
20:41:16 [2020-11-06T20:41:16.691Z] time="2020-11-06T20:41:16Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCreateAlreadyExists (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestLogClosed
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestLogClosed (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestLogBlocking
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestLogBlocking (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestLogNonBlockingBufferEmpty
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestLogNonBlockingBufferFull
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestPublishBatchSuccess
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestPublishBatchSuccess (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestPublishBatchError
20:41:16 [2020-11-06T20:41:16.691Z] time="2020-11-06T20:41:16Z" level=error msg=Error
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestPublishBatchError (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestPublishBatchInvalidSeqSuccess
20:41:16 [2020-11-06T20:41:16.691Z] time="2020-11-06T20:41:16Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestPublishBatchAlreadyAccepted
20:41:16 [2020-11-06T20:41:16.691Z] time="2020-11-06T20:41:16Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
20:41:16 [2020-11-06T20:41:16.691Z] time="2020-11-06T20:41:16Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchSimple
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchSimple (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchTicker
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchTicker (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchMultilinePattern
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.13s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchClose
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchClose (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestEffectiveLen
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestEffectiveLen/0/Hello
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestEffectiveLen/2/🙃
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestEffectiveLen/3/����
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestEffectiveLen/4/He��o
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestEffectiveLen/5/
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestEffectiveLen (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit/0/
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit/1/Hello
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit/2/Hello
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit/3/Hello
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit/4/🙃
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit/5/🙃
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit/6/a�
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestFindValidSplit/7/a�
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestFindValidSplit (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1044: 
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1045: 
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1044: Hello
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1045: 
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1044: He
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1045: llo
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1044: 
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1045: Hello
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1044: 
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1045: 🙃
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1044: 🙃
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1045: 
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1044: a
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1045: �
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1044: a�
20:41:16 [2020-11-06T20:41:16.691Z]         cloudwatchlogs_test.go:1045: 
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestProcessEventEmoji
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestProcessEventEmoji (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchLineSplit
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchLineSplit (0.01s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchLineSplitWithBinary
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchMaxEvents
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchMaxEvents (0.02s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchMaxTotalBytes
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestCollectBatchWithDuplicateTimestamps
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsMultilinePattern
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsDatetimeFormat
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
20:41:16 [2020-11-06T20:41:16.691Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
20:41:16 [2020-11-06T20:41:16.691Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
20:41:16 [2020-11-06T20:41:16.692Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
20:41:16 [2020-11-06T20:41:16.692Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
20:41:16 [2020-11-06T20:41:16.692Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestCreateTagSuccess
20:41:16 [2020-11-06T20:41:16.692Z] --- PASS: TestCreateTagSuccess (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
20:41:16 [2020-11-06T20:41:16.692Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
20:41:16 [2020-11-06T20:41:16.692Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
20:41:16 [2020-11-06T20:41:16.692Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
20:41:16 [2020-11-06T20:41:16.692Z] PASS
20:41:16 [2020-11-06T20:41:16.692Z] coverage: 77.8% of statements
20:41:16 [2020-11-06T20:41:16.692Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.839s	coverage: 77.8% of statements
20:41:16 [2020-11-06T20:41:16.779Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
20:41:17 [2020-11-06T20:41:17.681Z] === RUN   TestSearchRegistryForImagesErrors
20:41:17 [2020-11-06T20:41:17.681Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
20:41:17 [2020-11-06T20:41:17.681Z] === RUN   TestSearchRegistryForImages
20:41:17 [2020-11-06T20:41:17.681Z] --- PASS: TestSearchRegistryForImages (0.00s)
20:41:17 [2020-11-06T20:41:17.681Z] PASS
20:41:17 [2020-11-06T20:41:17.681Z] coverage: 4.9% of statements
20:41:17 [2020-11-06T20:41:17.681Z] ok  	github.com/docker/docker/daemon/images	0.630s	coverage: 4.9% of statements
20:41:17 [2020-11-06T20:41:17.681Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:41:17 [2020-11-06T20:41:17.681Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:41:17 [2020-11-06T20:41:17.681Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
20:41:17 [2020-11-06T20:41:17.681Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:41:17 [2020-11-06T20:41:17.681Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:41:17 [2020-11-06T20:41:17.681Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
20:41:17 [2020-11-06T20:41:17.681Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
20:41:18 [2020-11-06T20:41:18.193Z] === RUN   TestJSONFileLogger
20:41:18 [2020-11-06T20:41:18.193Z] --- PASS: TestJSONFileLogger (0.00s)
20:41:18 [2020-11-06T20:41:18.193Z] === RUN   TestJSONFileLoggerWithTags
20:41:18 [2020-11-06T20:41:18.193Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
20:41:18 [2020-11-06T20:41:18.193Z] === RUN   TestJSONFileLoggerWithOpts
20:41:18 [2020-11-06T20:41:18.193Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
20:41:18 [2020-11-06T20:41:18.193Z] === RUN   TestJSONFileLoggerWithLabelsEnv
20:41:18 [2020-11-06T20:41:18.193Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
20:41:18 [2020-11-06T20:41:18.193Z] === RUN   TestEncodeDecode
20:41:18 [2020-11-06T20:41:18.193Z] === PAUSE TestEncodeDecode
20:41:18 [2020-11-06T20:41:18.193Z] === CONT  TestEncodeDecode
20:41:18 [2020-11-06T20:41:18.193Z] --- PASS: TestEncodeDecode (0.09s)
20:41:18 [2020-11-06T20:41:18.193Z] PASS
20:41:18 [2020-11-06T20:41:18.193Z] coverage: 61.6% of statements
20:41:18 [2020-11-06T20:41:18.193Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.372s	coverage: 61.6% of statements
20:41:18 [2020-11-06T20:41:18.193Z] === RUN   TestJSONLogsMarshalJSONBuf
20:41:18 [2020-11-06T20:41:18.193Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
20:41:18 [2020-11-06T20:41:18.193Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
20:41:18 [2020-11-06T20:41:18.193Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.10s)
20:41:18 [2020-11-06T20:41:18.193Z] === RUN   TestFastTimeMarshalJSON
20:41:18 [2020-11-06T20:41:18.193Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
20:41:18 [2020-11-06T20:41:18.193Z] PASS
20:41:18 [2020-11-06T20:41:18.673Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
20:41:18 [2020-11-06T20:41:18.680Z] coverage: 87.2% of statements
20:41:18 [2020-11-06T20:41:18.680Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.191s	coverage: 87.2% of statements
20:41:19 [2020-11-06T20:41:19.010Z] --- PASS: TestDockerNetworkReConnect (4.83s)
20:41:19 [2020-11-06T20:41:19.010Z] === RUN   TestServicePlugin
20:41:19 [2020-11-06T20:41:19.010Z] --- SKIP: TestServicePlugin (0.00s)
20:41:19 [2020-11-06T20:41:19.010Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:41:19 [2020-11-06T20:41:19.010Z] === RUN   TestServiceUpdateLabel
20:41:19 [2020-11-06T20:41:19.667Z] === RUN   TestWriteLog
20:41:19 [2020-11-06T20:41:19.668Z] === PAUSE TestWriteLog
20:41:19 [2020-11-06T20:41:19.668Z] === RUN   TestReadLog
20:41:19 [2020-11-06T20:41:19.668Z] === PAUSE TestReadLog
20:41:19 [2020-11-06T20:41:19.668Z] === CONT  TestWriteLog
20:41:19 [2020-11-06T20:41:19.668Z] === CONT  TestReadLog
20:41:19 [2020-11-06T20:41:19.668Z] --- PASS: TestWriteLog (0.00s)
20:41:20 [2020-11-06T20:41:20.045Z] === RUN   TestDockerSuite/TestBuildEnv
20:41:20 [2020-11-06T20:41:20.137Z] === RUN   TestReadLog/tail_exact
20:41:20 [2020-11-06T20:41:20.137Z] === RUN   TestReadLog/tail_less_than_available
20:41:20 [2020-11-06T20:41:20.137Z] === RUN   TestReadLog/tail_more_than_available
20:41:20 [2020-11-06T20:41:20.137Z] --- PASS: TestReadLog (0.38s)
20:41:20 [2020-11-06T20:41:20.137Z]     --- PASS: TestReadLog/tail_exact (0.10s)
20:41:20 [2020-11-06T20:41:20.137Z]     --- PASS: TestReadLog/tail_less_than_available (0.13s)
20:41:20 [2020-11-06T20:41:20.137Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
20:41:20 [2020-11-06T20:41:20.137Z] PASS
20:41:20 [2020-11-06T20:41:20.137Z] coverage: 75.2% of statements
20:41:20 [2020-11-06T20:41:20.137Z] ok  	github.com/docker/docker/daemon/logger/local	0.744s	coverage: 75.2% of statements
20:41:20 [2020-11-06T20:41:20.137Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:41:20 [2020-11-06T20:41:20.605Z] === RUN   TestOpenFileDelete
20:41:20 [2020-11-06T20:41:20.605Z] --- PASS: TestOpenFileDelete (0.00s)
20:41:20 [2020-11-06T20:41:20.605Z] === RUN   TestOpenFileRename
20:41:20 [2020-11-06T20:41:20.605Z] --- PASS: TestOpenFileRename (0.00s)
20:41:20 [2020-11-06T20:41:20.605Z] === RUN   TestParseLogTagDefaultTag
20:41:20 [2020-11-06T20:41:20.605Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
20:41:20 [2020-11-06T20:41:20.605Z] === RUN   TestParseLogTag
20:41:20 [2020-11-06T20:41:20.605Z] --- PASS: TestParseLogTag (0.00s)
20:41:20 [2020-11-06T20:41:20.605Z] === RUN   TestParseLogTagEmptyTag
20:41:20 [2020-11-06T20:41:20.605Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
20:41:20 [2020-11-06T20:41:20.605Z] === RUN   TestTailFiles
20:41:20 [2020-11-06T20:41:20.605Z] --- PASS: TestTailFiles (0.00s)
20:41:20 [2020-11-06T20:41:20.605Z] === RUN   TestFollowLogsConsumerGone
20:41:20 [2020-11-06T20:41:20.605Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
20:41:20 [2020-11-06T20:41:20.605Z] === RUN   TestFollowLogsProducerGone
20:41:20 [2020-11-06T20:41:20.605Z] --- PASS: TestFollowLogsProducerGone (0.00s)
20:41:20 [2020-11-06T20:41:20.605Z]     logfile_test.go:179: logDecode() closed after sending 2060 messages
20:41:20 [2020-11-06T20:41:20.605Z]     logfile_test.go:232: messages sent: 2060, received: 2060
20:41:20 [2020-11-06T20:41:20.606Z] === RUN   TestCheckCapacityAndRotate
20:41:20 [2020-11-06T20:41:20.606Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
20:41:20 [2020-11-06T20:41:20.606Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
20:41:21 [2020-11-06T20:41:21.074Z] --- PASS: TestCheckCapacityAndRotate (0.16s)
20:41:21 [2020-11-06T20:41:21.074Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
20:41:21 [2020-11-06T20:41:21.074Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.15s)
20:41:21 [2020-11-06T20:41:21.074Z] PASS
20:41:21 [2020-11-06T20:41:21.074Z] coverage: 55.3% of statements
20:41:21 [2020-11-06T20:41:21.074Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.480s	coverage: 55.3% of statements
20:41:21 [2020-11-06T20:41:21.074Z] === RUN   TestLog
20:41:21 [2020-11-06T20:41:21.074Z] --- PASS: TestLog (0.01s)
20:41:21 [2020-11-06T20:41:21.074Z] PASS
20:41:21 [2020-11-06T20:41:21.074Z] coverage: 33.3% of statements
20:41:21 [2020-11-06T20:41:21.074Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.351s	coverage: 33.3% of statements
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestValidateLogOpt
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestValidateLogOpt (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestNewMissedConfig
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestNewMissedConfig (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestNewMissedUrl
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestNewMissedUrl (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestNewMissedToken
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestNewMissedToken (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestNewWithProxy
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestNewWithProxy (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestDefault
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestDefault (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestInlineFormatWithNonDefaultOptions
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestJsonFormat
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestJsonFormat (0.01s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestRawFormat
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestRawFormat (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestRawFormatWithLabels
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestRawFormatWithLabels (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestRawFormatWithoutTag
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestRawFormatWithoutTag (0.00s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestBatching
20:41:21 [2020-11-06T20:41:21.543Z] --- PASS: TestBatching (0.25s)
20:41:21 [2020-11-06T20:41:21.543Z] === RUN   TestFrequency
20:41:21 [2020-11-06T20:41:21.939Z] --- PASS: TestDockerDaemonSuite (353.07s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.06s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.79s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.69s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.69s)
20:41:21 [2020-11-06T20:41:21.939Z]         docker_cli_daemon_test.go:1455: [d1d610c37eb92] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [d44c0882ef4ea] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.40s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.04s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [d1691640b7e33] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.87s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.98s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.80s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.60s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.58s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.48s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.40s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.08s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [def1cb4afc8ae] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.54s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [da0bab6897937] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.37s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [d2825d57f6b8c] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.51s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.58s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.22s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.19s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.64s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.68s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [df939ac4a0c85] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.56s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.35s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.10s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.52s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
20:41:21 [2020-11-06T20:41:21.939Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [d160bcc6704ba] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.00s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.33s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.44s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.60s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [dc43915bac82c] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.21s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [d0006132c78b1] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.03s)
20:41:21 [2020-11-06T20:41:21.939Z]         docker_cli_daemon_plugins_test.go:79: [d413a0be6ab1d] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.19s)
20:41:21 [2020-11-06T20:41:21.939Z]         docker_cli_daemon_plugins_test.go:169: [ddc1404f199a4] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.71s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.57s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [d6552e287d664] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.70s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.83s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.45s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.56s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.90s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.98s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.02s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s)
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.25s)
20:41:21 [2020-11-06T20:41:21.939Z]         check_test.go:309: [def592cbb1cca] daemon is not started
20:41:21 [2020-11-06T20:41:21.939Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.59s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.79s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.23s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.18s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.15s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.82s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.57s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [dd661f4d47d05] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.46s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.53s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.22s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.90s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.03s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.67s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [d788954aa41ea] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [d09365f40a68e] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.73s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [dc258a3f865af] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.12s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.20s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.94s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.32s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.03s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.30s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.57s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.61s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [dc6f77110e39e] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.42s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.53s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.08s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [d314714fa0dd3] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.24s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.18s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.57s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.26s)
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [d5df29617f700] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.05s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [dd65c4e2d54ed] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.53s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.11s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [de61711f6e3d7] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.89s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.97s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.17s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.09s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [d708898f5e15e] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.69s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.67s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.89s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.51s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [d82c3565d4ec4] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.61s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.85s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [dd970d7ae3736] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.90s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.79s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.36s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.59s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.04s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.28s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.30s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.33s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.76s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.29s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.23s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.13s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.63s)
20:41:21 [2020-11-06T20:41:21.940Z]         docker_cli_daemon_test.go:2550: [d393e0cab81af] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.46s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.77s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.94s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.82s)
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s)
20:41:21 [2020-11-06T20:41:21.940Z]         check_test.go:309: [d9626bac65e09] daemon is not started
20:41:21 [2020-11-06T20:41:21.940Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.96s)
20:41:21 [2020-11-06T20:41:21.940Z] === RUN   TestDockerSwarmSuite
20:41:21 [2020-11-06T20:41:21.940Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
20:41:21 [2020-11-06T20:41:21.940Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
20:41:22 [2020-11-06T20:41:22.327Z] --- PASS: TestServiceUpdateLabel (3.20s)
20:41:22 [2020-11-06T20:41:22.327Z] === RUN   TestServiceUpdateSecrets
20:41:22 [2020-11-06T20:41:22.531Z] --- PASS: TestFrequency (0.46s)
20:41:22 [2020-11-06T20:41:22.531Z] === RUN   TestOneMessagePerRequest
20:41:22 [2020-11-06T20:41:22.531Z] --- PASS: TestOneMessagePerRequest (0.00s)
20:41:22 [2020-11-06T20:41:22.531Z] === RUN   TestVerify
20:41:22 [2020-11-06T20:41:22.531Z] --- PASS: TestVerify (0.00s)
20:41:22 [2020-11-06T20:41:22.531Z] === RUN   TestSkipVerify
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] === RUN   TestNewParse
20:41:22 [2020-11-06T20:41:22.531Z] --- PASS: TestNewParse (0.00s)
20:41:22 [2020-11-06T20:41:22.531Z] PASS
20:41:22 [2020-11-06T20:41:22.531Z] coverage: 8.3% of statements
20:41:22 [2020-11-06T20:41:22.531Z] ok  	github.com/docker/docker/daemon/logger/templates	0.031s	coverage: 8.3% of statements
20:41:22 [2020-11-06T20:41:22.531Z] --- PASS: TestSkipVerify (0.42s)
20:41:22 [2020-11-06T20:41:22.531Z] === RUN   TestBufferMaximum
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604695282.213890\",\"host\":\"2f9205167bb5\"}'"
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604695282.213890\",\"host\":\"2f9205167bb5\"}'"
20:41:22 [2020-11-06T20:41:22.531Z] --- PASS: TestBufferMaximum (0.01s)
20:41:22 [2020-11-06T20:41:22.531Z] === RUN   TestServerAlwaysDown
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.531Z] time="2020-11-06T20:41:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.532Z] time="2020-11-06T20:41:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604695282.220885\",\"host\":\"2f9205167bb5\"}'"
20:41:22 [2020-11-06T20:41:22.532Z] time="2020-11-06T20:41:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604695282.220885\",\"host\":\"2f9205167bb5\"}'"
20:41:22 [2020-11-06T20:41:22.532Z] time="2020-11-06T20:41:22Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
20:41:22 [2020-11-06T20:41:22.532Z] time="2020-11-06T20:41:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604695282.220885\",\"host\":\"2f9205167bb5\"}'"
20:41:22 [2020-11-06T20:41:22.532Z] time="2020-11-06T20:41:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604695282.220885\",\"host\":\"2f9205167bb5\"}'"
20:41:22 [2020-11-06T20:41:22.532Z] time="2020-11-06T20:41:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1604695282.220885\",\"host\":\"2f9205167bb5\"}'"
20:41:22 [2020-11-06T20:41:22.532Z] --- PASS: TestServerAlwaysDown (0.00s)
20:41:22 [2020-11-06T20:41:22.532Z] === RUN   TestCannotSendAfterClose
20:41:22 [2020-11-06T20:41:22.532Z] --- PASS: TestCannotSendAfterClose (0.00s)
20:41:22 [2020-11-06T20:41:22.532Z] === RUN   TestDeadlockOnBlockedEndpoint
20:41:23 [2020-11-06T20:41:23.000Z] === RUN   TestParseLogFormat
20:41:23 [2020-11-06T20:41:23.000Z] --- PASS: TestParseLogFormat (0.00s)
20:41:23 [2020-11-06T20:41:23.001Z] === RUN   TestValidateLogOptEmpty
20:41:23 [2020-11-06T20:41:23.001Z] --- PASS: TestValidateLogOptEmpty (0.00s)
20:41:23 [2020-11-06T20:41:23.001Z] === RUN   TestValidateSyslogAddress
20:41:23 [2020-11-06T20:41:23.001Z] --- PASS: TestValidateSyslogAddress (0.00s)
20:41:23 [2020-11-06T20:41:23.001Z] === RUN   TestParseAddressDefaultPort
20:41:23 [2020-11-06T20:41:23.001Z] --- PASS: TestParseAddressDefaultPort (0.00s)
20:41:23 [2020-11-06T20:41:23.001Z] === RUN   TestValidateSyslogFacility
20:41:23 [2020-11-06T20:41:23.001Z] --- PASS: TestValidateSyslogFacility (0.00s)
20:41:23 [2020-11-06T20:41:23.001Z] === RUN   TestValidateLogOptSyslogFormat
20:41:23 [2020-11-06T20:41:23.001Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
20:41:23 [2020-11-06T20:41:23.001Z] === RUN   TestValidateLogOpt
20:41:23 [2020-11-06T20:41:23.001Z] --- PASS: TestValidateLogOpt (0.00s)
20:41:23 [2020-11-06T20:41:23.001Z] PASS
20:41:23 [2020-11-06T20:41:23.001Z] coverage: 46.8% of statements
20:41:23 [2020-11-06T20:41:23.001Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.379s	coverage: 46.8% of statements
20:41:23 [2020-11-06T20:41:23.308Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
20:41:23 [2020-11-06T20:41:23.470Z] time="2020-11-06T20:41:23Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
20:41:23 [2020-11-06T20:41:23.470Z] time="2020-11-06T20:41:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2f9205167bb5\"}'"
20:41:23 [2020-11-06T20:41:23.470Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
20:41:23 [2020-11-06T20:41:23.470Z] PASS
20:41:23 [2020-11-06T20:41:23.470Z] coverage: 82.5% of statements
20:41:23 [2020-11-06T20:41:23.470Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.499s	coverage: 82.5% of statements
20:41:23 [2020-11-06T20:41:23.470Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:41:23 [2020-11-06T20:41:23.470Z] ?   	github.com/docker/docker/daemon/network	[no test files]
20:41:23 [2020-11-06T20:41:23.470Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestContinueOnError_NonMirrorEndpoint
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestContinueOnError_MirrorEndpoint
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestContinueOnError_NeverContinue
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestContinueOnError_UnnestsErrors
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestFixManifestLayers
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestFixManifestLayers (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestFixManifestLayersBaseLayerParent
20:41:24 [2020-11-06T20:41:24.458Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z]     pull_v2_test.go:73: Needs fixing on Windows
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestFixManifestLayersBadParent
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestValidateManifest
20:41:24 [2020-11-06T20:41:24.458Z] --- SKIP: TestValidateManifest (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z]     pull_v2_test.go:118: Needs fixing on Windows
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestFormatPlatform
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestFormatPlatform (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestGetRepositoryMountCandidates
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestLayerAlreadyExists
20:41:24 [2020-11-06T20:41:24.458Z] --- PASS: TestLayerAlreadyExists (0.00s)
20:41:24 [2020-11-06T20:41:24.458Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:41:24 [2020-11-06T20:41:24.458Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:41:24 [2020-11-06T20:41:24.458Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:41:24 [2020-11-06T20:41:24.458Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:41:24 [2020-11-06T20:41:24.458Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:41:24 [2020-11-06T20:41:24.458Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
20:41:24 [2020-11-06T20:41:24.458Z] === RUN   TestWhenEmptyAuthConfig
20:41:24 [2020-11-06T20:41:24.677Z] === RUN   TestDockerSuite/TestBuildEnvUsage
20:41:24 [2020-11-06T20:41:24.677Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
20:41:24 [2020-11-06T20:41:24.927Z] === RUN   TestV1IDService
20:41:25 [2020-11-06T20:41:25.396Z] --- PASS: TestV1IDService (0.33s)
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestV2MetadataService
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestSuccessfulDownload
20:41:25 [2020-11-06T20:41:25.396Z] --- SKIP: TestSuccessfulDownload (0.00s)
20:41:25 [2020-11-06T20:41:25.396Z]     download_test.go:268: Needs fixing on Windows
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestCancelledDownload
20:41:25 [2020-11-06T20:41:25.396Z] --- PASS: TestCancelledDownload (0.00s)
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestMaxDownloadAttempts
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
20:41:25 [2020-11-06T20:41:25.396Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
20:41:25 [2020-11-06T20:41:25.396Z] --- PASS: TestWhenEmptyAuthConfig (1.15s)
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
20:41:25 [2020-11-06T20:41:25.396Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestTokenPassThru
20:41:25 [2020-11-06T20:41:25.396Z] --- PASS: TestTokenPassThru (0.01s)
20:41:25 [2020-11-06T20:41:25.396Z] === RUN   TestTokenPassThruDifferentHost
20:41:25 [2020-11-06T20:41:25.396Z] --- PASS: TestTokenPassThruDifferentHost (0.00s)
20:41:25 [2020-11-06T20:41:25.396Z] PASS
20:41:25 [2020-11-06T20:41:25.396Z] coverage: 20.1% of statements
20:41:25 [2020-11-06T20:41:25.396Z] ok  	github.com/docker/docker/distribution	1.498s	coverage: 20.1% of statements
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestNotFound
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestNotFound (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestConflict
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestConflict (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestForbidden
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestForbidden (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestInvalidParameter
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestInvalidParameter (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestNotImplemented
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestNotImplemented (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestNotModified
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestNotModified (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestUnauthorized
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestUnauthorized (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestUnknown
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestUnknown (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestCancelled
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestCancelled (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestDeadline
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestDeadline (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestDataLoss
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestDataLoss (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestUnavailable
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestUnavailable (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestSystem
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestSystem (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Not_Found
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Bad_Request
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Conflict
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Unauthorized
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Service_Unavailable
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Forbidden
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Not_Modified
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Not_Implemented
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Internal_Server_Error
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
20:41:25 [2020-11-06T20:41:25.865Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
20:41:25 [2020-11-06T20:41:25.865Z] --- PASS: TestFromStatusCode (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
20:41:25 [2020-11-06T20:41:25.865Z] PASS
20:41:25 [2020-11-06T20:41:25.865Z] coverage: 49.4% of statements
20:41:25 [2020-11-06T20:41:25.865Z] ok  	github.com/docker/docker/errdefs	0.117s	coverage: 49.4% of statements
20:41:25 [2020-11-06T20:41:25.865Z] time="2020-11-06T20:41:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:41:25 [2020-11-06T20:41:25.865Z] time="2020-11-06T20:41:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:41:25 [2020-11-06T20:41:25.865Z] time="2020-11-06T20:41:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:41:25 [2020-11-06T20:41:25.865Z] time="2020-11-06T20:41:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
20:41:25 [2020-11-06T20:41:25.866Z] --- PASS: TestMaxDownloadAttempts (0.00s)
20:41:25 [2020-11-06T20:41:25.866Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.35s)
20:41:25 [2020-11-06T20:41:25.866Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.35s)
20:41:25 [2020-11-06T20:41:25.866Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.35s)
20:41:25 [2020-11-06T20:41:25.866Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.35s)
20:41:25 [2020-11-06T20:41:25.866Z] === RUN   TestTransfer
20:41:25 [2020-11-06T20:41:25.866Z] --- PASS: TestTransfer (0.15s)
20:41:25 [2020-11-06T20:41:25.866Z] === RUN   TestConcurrencyLimit
20:41:26 [2020-11-06T20:41:26.334Z] --- PASS: TestConcurrencyLimit (0.39s)
20:41:26 [2020-11-06T20:41:26.334Z] === RUN   TestInactiveJobs
20:41:26 [2020-11-06T20:41:26.334Z] --- PASS: TestV2MetadataService (0.95s)
20:41:26 [2020-11-06T20:41:26.334Z] PASS
20:41:26 [2020-11-06T20:41:26.334Z] coverage: 48.2% of statements
20:41:26 [2020-11-06T20:41:26.334Z] ok  	github.com/docker/docker/distribution/metadata	1.556s	coverage: 48.2% of statements
20:41:26 [2020-11-06T20:41:26.334Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:41:26 [2020-11-06T20:41:26.803Z] --- PASS: TestInactiveJobs (0.45s)
20:41:26 [2020-11-06T20:41:26.803Z] === RUN   TestWatchRelease
20:41:26 [2020-11-06T20:41:26.803Z] --- PASS: TestWatchRelease (0.04s)
20:41:26 [2020-11-06T20:41:26.803Z] === RUN   TestWatchFinishedTransfer
20:41:26 [2020-11-06T20:41:26.803Z] --- PASS: TestWatchFinishedTransfer (0.00s)
20:41:26 [2020-11-06T20:41:26.803Z] === RUN   TestDuplicateTransfer
20:41:26 [2020-11-06T20:41:26.803Z] --- PASS: TestDuplicateTransfer (0.04s)
20:41:26 [2020-11-06T20:41:26.803Z] === RUN   TestSuccessfulUpload
20:41:27 [2020-11-06T20:41:27.272Z] time="2020-11-06T20:41:26Z" level=error msg="Upload failed, retrying: simulating retry"
20:41:27 [2020-11-06T20:41:27.272Z] === RUN   TestCompare
20:41:27 [2020-11-06T20:41:27.272Z] --- PASS: TestCompare (0.00s)
20:41:27 [2020-11-06T20:41:27.272Z] PASS
20:41:27 [2020-11-06T20:41:27.272Z] coverage: 19.2% of statements
20:41:27 [2020-11-06T20:41:27.272Z] --- PASS: TestSuccessfulUpload (0.57s)
20:41:27 [2020-11-06T20:41:27.272Z] === RUN   TestCancelledUpload
20:41:27 [2020-11-06T20:41:27.272Z] ok  	github.com/docker/docker/image/cache	0.188s	coverage: 19.2% of statements
20:41:27 [2020-11-06T20:41:27.272Z] --- PASS: TestCancelledUpload (0.00s)
20:41:27 [2020-11-06T20:41:27.272Z] PASS
20:41:27 [2020-11-06T20:41:27.272Z] coverage: 77.3% of statements
20:41:27 [2020-11-06T20:41:27.272Z] ok  	github.com/docker/docker/distribution/xfer	2.502s	coverage: 77.3% of statements
20:41:27 [2020-11-06T20:41:27.272Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSGetInvalidData
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSGetInvalidData (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSInvalidSet
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSInvalidSet (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSInvalidRoot
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSInvalidRoot (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSMetadataGetSet
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSMetadataGetSet (0.03s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSInvalidWalker
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSInvalidWalker (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSGetSet
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSGetSet (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSGetUnsetKey
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSGetUnsetKey (0.00s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSGetEmptyData
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSGetEmptyData (0.00s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSDelete
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSDelete (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSWalker
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSWalker (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestFSWalkerStopOnError
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestFSWalkerStopOnError (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestNewFromJSON
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestNewFromJSON (0.00s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestNewFromJSONWithInvalidJSON
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestMarshalKeyOrder
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestMarshalKeyOrder (0.00s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestImage
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestImage (0.00s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestImageOSNotEmpty
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestImageOSNotEmpty (0.00s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestNewChildImageFromImageWithRootFS
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestRestore
20:41:27 [2020-11-06T20:41:27.741Z] time="2020-11-06T20:41:27Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestRestore (0.13s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestAddDelete
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestAddDelete (0.02s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestSearchAfterDelete
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestSearchAfterDelete (0.01s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestParentReset
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestParentReset (0.04s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestGetAndSetLastUpdated
20:41:27 [2020-11-06T20:41:27.741Z] --- PASS: TestGetAndSetLastUpdated (0.15s)
20:41:27 [2020-11-06T20:41:27.741Z] === RUN   TestStoreLen
20:41:27 [2020-11-06T20:41:27.950Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
20:41:28 [2020-11-06T20:41:28.210Z] --- PASS: TestStoreLen (0.05s)
20:41:28 [2020-11-06T20:41:28.210Z] PASS
20:41:28 [2020-11-06T20:41:28.210Z] coverage: 86.4% of statements
20:41:28 [2020-11-06T20:41:28.210Z] ok  	github.com/docker/docker/image	0.729s	coverage: 86.4% of statements
20:41:28 [2020-11-06T20:41:28.210Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:41:28 [2020-11-06T20:41:28.679Z] === RUN   TestMakeV1ConfigFromConfig
20:41:28 [2020-11-06T20:41:28.679Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
20:41:28 [2020-11-06T20:41:28.679Z] PASS
20:41:28 [2020-11-06T20:41:28.679Z] coverage: 25.0% of statements
20:41:28 [2020-11-06T20:41:28.679Z] ok  	github.com/docker/docker/image/v1	0.359s	coverage: 25.0% of statements
20:41:28 [2020-11-06T20:41:28.679Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:41:29 [2020-11-06T20:41:29.669Z] === RUN   TestSerialization
20:41:29 [2020-11-06T20:41:29.669Z] --- PASS: TestSerialization (0.02s)
20:41:29 [2020-11-06T20:41:29.669Z] PASS
20:41:29 [2020-11-06T20:41:29.669Z] coverage: 100.0% of statements
20:41:29 [2020-11-06T20:41:29.669Z] ok  	github.com/docker/docker/libcontainerd/queue	0.285s	coverage: 100.0% of statements
20:41:30 [2020-11-06T20:41:30.139Z] === RUN   TestEnvironmentParsing
20:41:30 [2020-11-06T20:41:30.139Z] --- PASS: TestEnvironmentParsing (0.00s)
20:41:30 [2020-11-06T20:41:30.139Z] PASS
20:41:30 [2020-11-06T20:41:30.139Z] coverage: 1.0% of statements
20:41:30 [2020-11-06T20:41:30.139Z] ok  	github.com/docker/docker/libcontainerd/local	0.231s	coverage: 1.0% of statements
20:41:30 [2020-11-06T20:41:30.139Z] === RUN   TestEmptyLayer
20:41:30 [2020-11-06T20:41:30.139Z] --- PASS: TestEmptyLayer (0.00s)
20:41:30 [2020-11-06T20:41:30.139Z] === RUN   TestCommitFailure
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestCommitFailure (0.01s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestStartTransactionFailure
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestStartTransactionFailure (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestGetOrphan
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestGetOrphan (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestMountAndRegister
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestMountAndRegister (0.05s)
20:41:30 [2020-11-06T20:41:30.608Z]     layer_test.go:271: Layer size: 14
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestLayerRelease
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestLayerRelease (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     layer_test.go:304: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestStoreRestore
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestStoreRestore (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     layer_test.go:353: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestTarStreamStability
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestTarStreamStability (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     layer_test.go:468: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestRegisterExistingLayer
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestAddressPoolOpt
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestAddressPoolOpt (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/a
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/something
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/_=a
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/env1=value1
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/_env1=value1
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/env2=value2=value3
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/env3=abc!qwe
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/env_4=value_4
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/PATH
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/=a
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/PATH=
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/PATH=something
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/asd!qwe
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/1asd
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/123
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/some_space
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/__some_space_before
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/some_space_after__
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/=
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateEnv/PaTh
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestValidateEnv (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/a (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/something (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/_=a (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/PATH (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/=a (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/1asd (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/123 (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/some_space (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/= (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestParseHost
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestParseHost (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestParseDockerDaemonHost
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestParseDockerDaemonHost (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestParseTCP
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestParseTCP (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestParseInvalidUnixAddrInvalid
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateExtraHosts
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestValidateExtraHosts (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestIpOptString
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestIpOptString (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestNewIpOptInvalidDefaultVal
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestNewIpOptValidDefaultVal
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestIpOptSetInvalidVal
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateIPAddress
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestValidateIPAddress (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestMapOpts
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestMapOpts (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestListOptsWithoutValidator
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestListOptsWithoutValidator (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestListOptsWithValidator
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestListOptsWithValidator (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateDNSSearch
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestValidateDNSSearch (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_general_format
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_more_than_one_=
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_one_more
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestValidateLabel (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestNamedListOpts
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestNamedListOpts (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestNamedMapOpts
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestNamedMapOpts (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestParseLink
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestParseLink (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestQuotedStringSetWithQuotes
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestQuotedStringSetWithNoQuotes
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestUlimitOpt
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestUlimitOpt (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z] PASS
20:41:30 [2020-11-06T20:41:30.608Z] coverage: 67.1% of statements
20:41:30 [2020-11-06T20:41:30.608Z] ok  	github.com/docker/docker/opts	0.082s	coverage: 67.1% of statements
20:41:30 [2020-11-06T20:41:30.608Z] --- PASS: TestRegisterExistingLayer (0.13s)
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestTarStreamVerification
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestTarStreamVerification (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     layer_test.go:697: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestLayerMigration
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestLayerMigration (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     migration_test.go:46: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestLayerMigrationNoTarsplit
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     migration_test.go:182: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestMountInit
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestMountInit (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     mount_test.go:17: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestMountSize
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestMountSize (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     mount_test.go:76: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestMountChanges
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestMountChanges (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     mount_test.go:125: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] === RUN   TestMountApply
20:41:30 [2020-11-06T20:41:30.608Z] --- SKIP: TestMountApply (0.00s)
20:41:30 [2020-11-06T20:41:30.608Z]     mount_test.go:212: Failing on Windows
20:41:30 [2020-11-06T20:41:30.608Z] PASS
20:41:30 [2020-11-06T20:41:30.608Z] coverage: 30.1% of statements
20:41:30 [2020-11-06T20:41:30.608Z] ok  	github.com/docker/docker/layer	0.604s	coverage: 30.1% of statements
20:41:30 [2020-11-06T20:41:30.608Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:41:30 [2020-11-06T20:41:30.608Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:41:30 [2020-11-06T20:41:30.608Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:41:30 [2020-11-06T20:41:30.608Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:41:30 [2020-11-06T20:41:30.608Z] ?   	github.com/docker/docker/oci	[no test files]
20:41:30 [2020-11-06T20:41:30.608Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:41:31 [2020-11-06T20:41:31.078Z] === RUN   TestParseVersion
20:41:31 [2020-11-06T20:41:31.078Z] --- PASS: TestParseVersion (0.00s)
20:41:31 [2020-11-06T20:41:31.078Z] PASS
20:41:31 [2020-11-06T20:41:31.078Z] coverage: 52.9% of statements
20:41:31 [2020-11-06T20:41:31.078Z] ok  	github.com/docker/docker/pkg/aaparser	0.034s	coverage: 52.9% of statements
20:41:31 [2020-11-06T20:41:31.546Z] === RUN   TestUnbuffered
20:41:31 [2020-11-06T20:41:31.546Z] --- PASS: TestUnbuffered (0.00s)
20:41:31 [2020-11-06T20:41:31.546Z] === RUN   TestRaceUnbuffered
20:41:31 [2020-11-06T20:41:31.546Z] --- PASS: TestRaceUnbuffered (0.00s)
20:41:31 [2020-11-06T20:41:31.546Z] PASS
20:41:31 [2020-11-06T20:41:31.546Z] coverage: 100.0% of statements
20:41:31 [2020-11-06T20:41:31.546Z] ok  	github.com/docker/docker/pkg/broadcaster	0.045s	coverage: 100.0% of statements
20:41:32 [2020-11-06T20:41:32.125Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestPeerCertificateMarshalJSON
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[foo]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[bar]_[foo]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[foo_bar]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[qux]_[foo]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[]#01
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[qux]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[foo_bar_qux]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[qux]_[baz]]
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMatch/[[foo_baz]]
20:41:32 [2020-11-06T20:41:32.535Z] --- PASS: TestMatch (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[foo]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[]#01 (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[qux]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z] PASS
20:41:32 [2020-11-06T20:41:32.535Z] coverage: 87.5% of statements
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
20:41:32 [2020-11-06T20:41:32.535Z] --- PASS: TestPeerCertificateMarshalJSON (0.29s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestMiddleware
20:41:32 [2020-11-06T20:41:32.535Z] --- PASS: TestMiddleware (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z] === RUN   TestNewResponseModifier
20:41:32 [2020-11-06T20:41:32.535Z] --- PASS: TestNewResponseModifier (0.00s)
20:41:32 [2020-11-06T20:41:32.535Z] PASS
20:41:32 [2020-11-06T20:41:32.535Z] coverage: 26.8% of statements
20:41:32 [2020-11-06T20:41:32.535Z] ok  	github.com/docker/docker/pkg/capabilities	0.163s	coverage: 87.5% of statements
20:41:32 [2020-11-06T20:41:32.535Z] ok  	github.com/docker/docker/pkg/authorization	0.600s	coverage: 26.8% of statements
20:41:33 [2020-11-06T20:41:33.004Z] === RUN   TestIsArchivePathDir
20:41:33 [2020-11-06T20:41:33.004Z] --- PASS: TestIsArchivePathDir (0.10s)
20:41:33 [2020-11-06T20:41:33.004Z] === RUN   TestIsArchivePathInvalidFile
20:41:33 [2020-11-06T20:41:33.055Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
20:41:33 [2020-11-06T20:41:33.125Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
20:41:33 [2020-11-06T20:41:33.125Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
20:41:33 [2020-11-06T20:41:33.125Z] remote: Enumerating objects: 2, done.
20:41:33 [2020-11-06T20:41:33.125Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
20:41:33 [2020-11-06T20:41:33.125Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
20:41:33 [2020-11-06T20:41:33.125Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
20:41:33 [2020-11-06T20:41:33.125Z] 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.
20:41:33 [2020-11-06T20:41:33.125Z] Building: bundles/cross/windows/amd64/containerutility.exe
20:41:33 [2020-11-06T20:41:33.125Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:41:33 [2020-11-06T20:41:33.467Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/test/unit
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootTarUntar
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootTarUntar (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootUntarWithHugeExcludesList
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootUntarEmptyArchive
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootTarUntarWithSymlink
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootCopyWithTar
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootCopyWithTar (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootCopyFileWithTar
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootUntarPath
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootUntarPath (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestChrootApplyDotDotFile
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
20:41:33 [2020-11-06T20:41:33.473Z] PASS
20:41:33 [2020-11-06T20:41:33.473Z] coverage: 15.4% of statements
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestIsArchivePathInvalidFile (0.15s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestIsArchivePathTar
20:41:33 [2020-11-06T20:41:33.473Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.144s	coverage: 15.4% of statements
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestIsArchivePathTar (0.18s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestDecompressStreamGzip
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestDecompressStreamGzip (0.12s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestDecompressStreamBzip2
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestSizeEmpty
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestSizeEmpty (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestSizeEmptyFile
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestSizeEmptyFile (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestSizeNonemptyFile
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestSizeNonemptyFile (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestSizeNestedDirectoryEmpty
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestMoveToSubdir
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestMoveToSubdir (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestSizeNonExistingDirectory
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] PASS
20:41:33 [2020-11-06T20:41:33.473Z] coverage: 80.0% of statements
20:41:33 [2020-11-06T20:41:33.473Z] ok  	github.com/docker/docker/pkg/directory	0.043s	coverage: 80.0% of statements
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestDecompressStreamBzip2 (0.08s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestDecompressStreamXz
20:41:33 [2020-11-06T20:41:33.473Z] --- SKIP: TestDecompressStreamXz (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z]     archive_test.go:133: Xz not present in msys2
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestCompressStreamXzUnsupported
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestCompressStreamBzip2Unsupported
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestCompressStreamInvalid
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestCompressStreamInvalid (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestExtensionInvalid
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestExtensionInvalid (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestExtensionUncompressed
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestExtensionUncompressed (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestExtensionBzip2
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestExtensionBzip2 (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestExtensionGzip
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestExtensionGzip (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestExtensionXz
20:41:33 [2020-11-06T20:41:33.473Z] --- PASS: TestExtensionXz (0.00s)
20:41:33 [2020-11-06T20:41:33.473Z] === RUN   TestCmdStreamLargeStderr
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCmdStreamLargeStderr (0.06s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCmdStreamBad
20:41:33 [2020-11-06T20:41:33.942Z] --- SKIP: TestCmdStreamBad (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     archive_test.go:238: Failing on Windows CI machines
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCmdStreamGood
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCmdStreamGood (0.06s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestUntarPathWithInvalidDest
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestUntarPathWithInvalidDest (0.05s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestUntarPathWithInvalidSrc
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestUntarPath
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestUntarPath (0.08s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestUntarPathWithDestinationFile
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestUntarPathWithDestinationFile (0.07s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestContainsEntry
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestCreateEntries
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestEntriesDiff
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestEntriesEquality
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestGeneratorNotGenerate
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestGeneratorWithPort
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestGeneratorWithPortNotGenerate
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestNewEntry
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   Test/TestParse
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: Test (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestContainsEntry (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestCreateEntries (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestEntriesDiff (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestEntriesEquality (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestNewEntry (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z]     --- PASS: Test/TestParse (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] PASS
20:41:33 [2020-11-06T20:41:33.942Z] coverage: 58.3% of statements
20:41:33 [2020-11-06T20:41:33.942Z] ok  	github.com/docker/docker/pkg/discovery	0.042s	coverage: 58.3% of statements
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCopyWithTarInvalidSrc
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCopyWithTarSrcFile
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCopyWithTarSrcFolder
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCopyWithTarSrcFolder (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCopyFileWithTarInvalidSrc
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCopyFileWithTarSrcFolder
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestCopyFileWithTarSrcFile
20:41:33 [2020-11-06T20:41:33.942Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
20:41:33 [2020-11-06T20:41:33.942Z] === RUN   TestTarFiles
20:41:34 [2020-11-06T20:41:34.411Z] === RUN   Test
20:41:34 [2020-11-06T20:41:34.411Z] === RUN   Test/TestContent
20:41:34 [2020-11-06T20:41:34.411Z] === RUN   Test/TestInitialize
20:41:34 [2020-11-06T20:41:34.411Z] === RUN   Test/TestNew
20:41:34 [2020-11-06T20:41:34.411Z] === RUN   Test/TestParsingContentsWithComments
20:41:34 [2020-11-06T20:41:34.411Z] === RUN   Test/TestRegister
20:41:34 [2020-11-06T20:41:34.411Z] === RUN   Test/TestWatch
20:41:34 [2020-11-06T20:41:34.411Z] --- PASS: Test (0.01s)
20:41:34 [2020-11-06T20:41:34.411Z]     --- PASS: Test/TestContent (0.00s)
20:41:34 [2020-11-06T20:41:34.411Z]     --- PASS: Test/TestInitialize (0.00s)
20:41:34 [2020-11-06T20:41:34.411Z]     --- PASS: Test/TestNew (0.00s)
20:41:34 [2020-11-06T20:41:34.411Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
20:41:34 [2020-11-06T20:41:34.411Z]     --- PASS: Test/TestRegister (0.00s)
20:41:34 [2020-11-06T20:41:34.411Z]     --- PASS: Test/TestWatch (0.01s)
20:41:34 [2020-11-06T20:41:34.411Z] PASS
20:41:34 [2020-11-06T20:41:34.411Z] coverage: 92.9% of statements
20:41:34 [2020-11-06T20:41:34.411Z] ok  	github.com/docker/docker/pkg/discovery/file	0.200s	coverage: 92.9% of statements
20:41:35 [2020-11-06T20:41:35.400Z] === RUN   Test
20:41:35 [2020-11-06T20:41:35.400Z] === RUN   Test/TestWatch
20:41:35 [2020-11-06T20:41:35.400Z] --- PASS: Test (0.00s)
20:41:35 [2020-11-06T20:41:35.400Z]     --- PASS: Test/TestWatch (0.00s)
20:41:35 [2020-11-06T20:41:35.400Z] PASS
20:41:35 [2020-11-06T20:41:35.400Z] coverage: 92.3% of statements
20:41:35 [2020-11-06T20:41:35.400Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.117s	coverage: 92.3% of statements
20:41:35 [2020-11-06T20:41:35.869Z] === RUN   Test
20:41:35 [2020-11-06T20:41:35.869Z] === RUN   Test/TestInitialize
20:41:35 [2020-11-06T20:41:35.870Z] time="2020-11-06T20:41:35Z" level=info msg="Initializing discovery without TLS"
20:41:35 [2020-11-06T20:41:35.870Z] time="2020-11-06T20:41:35Z" level=info msg="Initializing discovery without TLS"
20:41:35 [2020-11-06T20:41:35.870Z] time="2020-11-06T20:41:35Z" level=info msg="Initializing discovery without TLS"
20:41:35 [2020-11-06T20:41:35.870Z] === RUN   Test/TestInitializeWithCerts
20:41:35 [2020-11-06T20:41:35.870Z] time="2020-11-06T20:41:35Z" level=info msg="Initializing discovery with TLS"
20:41:35 [2020-11-06T20:41:35.870Z] === RUN   Test/TestWatch
20:41:35 [2020-11-06T20:41:35.870Z] time="2020-11-06T20:41:35Z" level=info msg="Initializing discovery without TLS"
20:41:35 [2020-11-06T20:41:35.870Z] === RUN   Test
20:41:35 [2020-11-06T20:41:35.870Z] === RUN   Test/TestInitialize
20:41:35 [2020-11-06T20:41:35.870Z] === RUN   Test/TestInitializeWithPattern
20:41:35 [2020-11-06T20:41:35.870Z] === RUN   Test/TestRegister
20:41:35 [2020-11-06T20:41:35.870Z] === RUN   Test/TestWatch
20:41:35 [2020-11-06T20:41:35.870Z] --- PASS: Test (0.00s)
20:41:35 [2020-11-06T20:41:35.870Z]     --- PASS: Test/TestInitialize (0.00s)
20:41:35 [2020-11-06T20:41:35.870Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
20:41:35 [2020-11-06T20:41:35.870Z]     --- PASS: Test/TestRegister (0.00s)
20:41:35 [2020-11-06T20:41:35.870Z]     --- PASS: Test/TestWatch (0.00s)
20:41:35 [2020-11-06T20:41:35.870Z] PASS
20:41:35 [2020-11-06T20:41:35.870Z] coverage: 93.8% of statements
20:41:35 [2020-11-06T20:41:35.870Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.448s	coverage: 93.8% of statements
20:41:36 [2020-11-06T20:41:36.770Z] ?   	github.com/docker/docker/api	[no test files]
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestPollerAddRemove
20:41:37 [2020-11-06T20:41:37.437Z] --- PASS: TestPollerAddRemove (0.00s)
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestPollerEvent
20:41:37 [2020-11-06T20:41:37.437Z] --- SKIP: TestPollerEvent (0.00s)
20:41:37 [2020-11-06T20:41:37.437Z]     poller_test.go:41: No chmod on Windows
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestPollerClose
20:41:37 [2020-11-06T20:41:37.437Z] --- PASS: TestPollerClose (0.00s)
20:41:37 [2020-11-06T20:41:37.437Z] PASS
20:41:37 [2020-11-06T20:41:37.437Z] coverage: 36.2% of statements
20:41:37 [2020-11-06T20:41:37.437Z] ok  	github.com/docker/docker/pkg/filenotify	0.226s	coverage: 36.2% of statements
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestCopyFileWithInvalidSrc
20:41:37 [2020-11-06T20:41:37.437Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestCopyFileWithInvalidDest
20:41:37 [2020-11-06T20:41:37.437Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestCopyFileWithSameSrcAndDest
20:41:37 [2020-11-06T20:41:37.437Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
20:41:37 [2020-11-06T20:41:37.437Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.03s)
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestCopyFile
20:41:37 [2020-11-06T20:41:37.437Z] --- PASS: TestCopyFile (0.00s)
20:41:37 [2020-11-06T20:41:37.437Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
20:41:37 [2020-11-06T20:41:37.437Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z]     fileutils_test.go:134: Needs porting to Windows
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestReadSymlinkedDirectoryToFile
20:41:37 [2020-11-06T20:41:37.438Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z]     fileutils_test.go:180: Needs porting to Windows
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestWildcardMatches
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestWildcardMatches (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestPatternMatches
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestPatternMatches (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestExclusionPatternMatchesPatternBefore
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestPatternMatchesFolderExclusions
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestPatternMatchesFolderWildcardExclusions
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestExclusionPatternMatchesPatternAfter
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestExclusionPatternMatchesWholeDirectory
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestSingleExclamationError
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestSingleExclamationError (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestMatchesWithNoPatterns
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestMatchesWithMalformedPatterns
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestMatches
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestMatches (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestCleanPatterns
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestCleanPatterns (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestCleanPatternsStripEmptyPatterns
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestCleanPatternsExceptionFlag
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestCleanPatternsErrorSingleException
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestCreateIfNotExistsDir
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestCreateIfNotExistsFile
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestCreateIfNotExistsFile (0.01s)
20:41:37 [2020-11-06T20:41:37.438Z] === RUN   TestMatch
20:41:37 [2020-11-06T20:41:37.438Z] --- PASS: TestMatch (0.00s)
20:41:37 [2020-11-06T20:41:37.438Z] PASS
20:41:37 [2020-11-06T20:41:37.438Z] coverage: 87.7% of statements
20:41:37 [2020-11-06T20:41:37.438Z] ok  	github.com/docker/docker/pkg/fileutils	0.111s	coverage: 87.7% of statements
20:41:37 [2020-11-06T20:41:37.907Z] === RUN   TestGet
20:41:37 [2020-11-06T20:41:37.907Z] --- PASS: TestGet (0.00s)
20:41:37 [2020-11-06T20:41:37.907Z] === RUN   TestGetShortcutString
20:41:37 [2020-11-06T20:41:37.907Z] --- PASS: TestGetShortcutString (0.00s)
20:41:37 [2020-11-06T20:41:37.907Z] PASS
20:41:37 [2020-11-06T20:41:37.907Z] coverage: 42.9% of statements
20:41:37 [2020-11-06T20:41:37.907Z] ok  	github.com/docker/docker/pkg/homedir	0.097s	coverage: 42.9% of statements
20:41:38 [2020-11-06T20:41:38.376Z] === RUN   TestCreateIDMapOrder
20:41:38 [2020-11-06T20:41:38.376Z] --- PASS: TestCreateIDMapOrder (0.00s)
20:41:38 [2020-11-06T20:41:38.376Z] PASS
20:41:38 [2020-11-06T20:41:38.376Z] coverage: 7.3% of statements
20:41:38 [2020-11-06T20:41:38.845Z] ok  	github.com/docker/docker/pkg/idtools	0.132s	coverage: 7.3% of statements
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestTarFiles (4.60s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestTarUntar
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestTarUntar (0.02s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestTarWithOptions
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestTarWithOptions (0.02s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestUntarUstarGnuConflict
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestUntarInvalidFilenames
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames982452274\\dest"
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestUntarInvalidFilenames (0.10s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestUntarHardlinkToSymlink
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestUntarInvalidHardlink
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink027308035\\victim\\hello" -> "../victim/hello"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink281969030\\victim\\hello" -> "/../victim/hello"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink746393901\\victim" -> "../victim"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink225688744\\victim" -> "../victim"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink795499495\\victim" -> "../victim"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink191931418\\victim" -> "../victim"
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestUntarInvalidHardlink (0.01s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestUntarInvalidSymlink
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink644605617\\dest\\dotdot" -> "../victim/hello"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink038589020\\dest\\slash-dotdot" -> "/../victim/hello"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink375042571\\dest\\loophole-victim" -> "../victim"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink756426222\\dest\\loophole-victim" -> "../victim"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink233419893\\dest\\loophole-victim" -> "../victim"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink929769296\\dest\\loophole-victim" -> "../victim"
20:41:38 [2020-11-06T20:41:38.845Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink879725679\\dest\\dir\\loophole" -> "../../victim"
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestUntarInvalidSymlink (0.03s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestTempArchiveCloseMultipleTimes
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestReplaceFileTarWrapper
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: Test (3.08s)
20:41:38 [2020-11-06T20:41:38.845Z]     --- PASS: Test/TestInitialize (0.07s)
20:41:38 [2020-11-06T20:41:38.845Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
20:41:38 [2020-11-06T20:41:38.845Z]     --- PASS: Test/TestWatch (3.00s)
20:41:38 [2020-11-06T20:41:38.845Z] PASS
20:41:38 [2020-11-06T20:41:38.845Z] coverage: 84.1% of statements
20:41:38 [2020-11-06T20:41:38.845Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.572s	coverage: 84.1% of statements
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestReplaceFileTarWrapper (0.12s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestPrefixHeaderReadable
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestPrefixHeaderReadable (0.01s)
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestDisablePigz
20:41:38 [2020-11-06T20:41:38.845Z] --- PASS: TestDisablePigz (0.09s)
20:41:38 [2020-11-06T20:41:38.845Z]     archive_test.go:1310: Test will not check full path when Pigz not installed
20:41:38 [2020-11-06T20:41:38.845Z] === RUN   TestPigz
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestPigz (0.10s)
20:41:39 [2020-11-06T20:41:39.314Z]     archive_test.go:1339: Tested whether Pigz is not used, as it not installed
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestCopyFileWithInvalidDest
20:41:39 [2020-11-06T20:41:39.314Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z]     archive_windows_test.go:16: Currently fails
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestCanonicalTarNameForPath
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestCanonicalTarName
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestCanonicalTarName (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestChmodTarEntry
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestChmodTarEntry (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestHardLinkOrder
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestHardLinkOrder (0.11s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestChangeString
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestChangeString (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestChangesWithNoChanges
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestChangesWithNoChanges (0.03s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestChangesWithChanges
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestChangesWithChanges (0.02s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestChangesWithChangesGH13590
20:41:39 [2020-11-06T20:41:39.314Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z]     changes_test.go:192: needs more investigation
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestChangesDirsEmpty
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestFixedBufferCap
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestFixedBufferCap (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestFixedBufferLen
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestFixedBufferLen (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestFixedBufferString
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestFixedBufferString (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestFixedBufferWrite
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestFixedBufferWrite (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestFixedBufferRead
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestFixedBufferRead (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestBytesPipeRead
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestBytesPipeRead (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestBytesPipeWrite
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestBytesPipeWrite (0.00s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestBytesPipeWriteRandomChunks
20:41:39 [2020-11-06T20:41:39.314Z] --- PASS: TestChangesDirsEmpty (0.14s)
20:41:39 [2020-11-06T20:41:39.314Z] === RUN   TestChangesDirsMutated
20:41:39 [2020-11-06T20:41:39.783Z] --- PASS: TestChangesDirsMutated (0.13s)
20:41:39 [2020-11-06T20:41:39.783Z] === RUN   TestApplyLayer
20:41:39 [2020-11-06T20:41:39.783Z] --- SKIP: TestApplyLayer (0.00s)
20:41:39 [2020-11-06T20:41:39.783Z]     changes_test.go:405: needs further investigation
20:41:39 [2020-11-06T20:41:39.783Z] === RUN   TestChangesSizeWithHardlinks
20:41:39 [2020-11-06T20:41:39.783Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
20:41:39 [2020-11-06T20:41:39.783Z]     changes_test.go:441: needs further investigation
20:41:39 [2020-11-06T20:41:39.783Z] === RUN   TestChangesSizeWithNoChanges
20:41:39 [2020-11-06T20:41:39.783Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
20:41:39 [2020-11-06T20:41:39.783Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
20:41:39 [2020-11-06T20:41:39.783Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
20:41:39 [2020-11-06T20:41:39.783Z] === RUN   TestChangesSize
20:41:39 [2020-11-06T20:41:39.783Z] --- PASS: TestChangesSize (0.00s)
20:41:39 [2020-11-06T20:41:39.783Z] === RUN   TestApplyLayerInvalidFilenames
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames135340579\\dest"
20:41:39 [2020-11-06T20:41:39.783Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
20:41:39 [2020-11-06T20:41:39.783Z] === RUN   TestApplyLayerInvalidHardlink
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink004889677\\victim\\hello" -> "../victim/hello"
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink249021256\\victim\\hello" -> "/../victim/hello"
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink790279175\\victim" -> "../victim"
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink557623226\\victim" -> "../victim"
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink021757905\\victim" -> "../victim"
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink800518396\\victim" -> "../victim"
20:41:39 [2020-11-06T20:41:39.783Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s)
20:41:39 [2020-11-06T20:41:39.783Z] === RUN   TestApplyLayerInvalidSymlink
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink192693803\\dest\\dotdot" -> "../victim/hello"
20:41:39 [2020-11-06T20:41:39.783Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink177678734\\dest\\slash-dotdot" -> "/../victim/hello"
20:41:39 [2020-11-06T20:41:39.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink260613013\\dest\\loophole-victim" -> "../victim"
20:41:39 [2020-11-06T20:41:39.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink897504752\\dest\\loophole-victim" -> "../victim"
20:41:39 [2020-11-06T20:41:39.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink471159951\\dest\\loophole-victim" -> "../victim"
20:41:39 [2020-11-06T20:41:39.784Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink006594722\\dest\\loophole-victim" -> "../victim"
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestApplyLayerWhiteouts
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestApplyLayerWhiteouts (0.04s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestGenerateEmptyFile
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestGenerateEmptyFile (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestGenerateWithContent
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestGenerateWithContent (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] PASS
20:41:39 [2020-11-06T20:41:39.784Z] coverage: 62.7% of statements
20:41:39 [2020-11-06T20:41:39.784Z] ok  	github.com/docker/docker/pkg/archive	6.812s	coverage: 62.7% of statements
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestError
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestError (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString/no_progress
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString/progress_1
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString/some_progress_with_a_start_time
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString/some_progress_without_a_start_time
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString/with_units
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestProgressString/hide_counts
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestProgressString (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z]     --- PASS: TestProgressString/no_progress (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z]     --- PASS: TestProgressString/progress_1 (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z]     --- PASS: TestProgressString/with_units (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z]     --- PASS: TestProgressString/hide_counts (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestJSONMessageDisplay
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestStandardLongPath
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestStandardLongPath (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestUNCLongPath
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestUNCLongPath (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] PASS
20:41:39 [2020-11-06T20:41:39.784Z] coverage: 100.0% of statements
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestAtomicWriteToFile
20:41:39 [2020-11-06T20:41:39.784Z] ok  	github.com/docker/docker/pkg/longpath	0.050s	coverage: 100.0% of statements
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestAtomicWriteToFile (0.01s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestAtomicWriteSetCommit
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestAtomicWriteSetCancel
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestReadCloserWrapperClose
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestReadCloserWrapperClose (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestReaderErrWrapperReadOnError
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestReaderErrWrapperRead
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestReaderErrWrapperRead (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestHashData
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestHashData (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestCancelReadCloser
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestJSONMessageDisplay (0.10s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestJSONMessageDisplayWithJSONError
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] === RUN   TestDisplayJSONMessagesStream
20:41:39 [2020-11-06T20:41:39.784Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
20:41:39 [2020-11-06T20:41:39.784Z] PASS
20:41:39 [2020-11-06T20:41:39.784Z] coverage: 91.7% of statements
20:41:39 [2020-11-06T20:41:39.784Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.166s	coverage: 91.7% of statements
20:41:40 [2020-11-06T20:41:40.253Z] powershell.exe : # github.com/docker/docker/pkg/mount
20:41:40 [2020-11-06T20:41:40.253Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-f728218b\powershellWrapper.ps1:3 char:1
20:41:40 [2020-11-06T20:41:40.253Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ...
20:41:40 [2020-11-06T20:41:40.253Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20:41:40 [2020-11-06T20:41:40.253Z]     + CategoryInfo          : NotSpecified: (# github.com/docker/docker/pkg/mount:String) [], RemoteException
20:41:40 [2020-11-06T20:41:40.253Z]     + FullyQualifiedErrorId : NativeCommandError
20:41:40 [2020-11-06T20:41:40.253Z]  
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:23:16: undefined: mount.RDONLY
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:24:16: undefined: mount.NOSUID
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:25:16: undefined: mount.NOEXEC
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:26:16: undefined: mount.SYNCHRONOUS
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:27:16: undefined: mount.NOATIME
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:28:16: undefined: mount.BIND
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:29:16: undefined: mount.DIRSYNC
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:30:16: undefined: mount.MANDLOCK
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:31:16: undefined: mount.NODEV
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:32:16: undefined: mount.NODIRATIME
20:41:40 [2020-11-06T20:41:40.253Z] pkg\mount\deprecated.go:32:16: too many errors
20:41:40 [2020-11-06T20:41:40.253Z] --- PASS: TestCancelReadCloser (0.11s)
20:41:40 [2020-11-06T20:41:40.253Z] === RUN   TestWriteCloserWrapperClose
20:41:40 [2020-11-06T20:41:40.253Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
20:41:40 [2020-11-06T20:41:40.253Z] === RUN   TestNopWriteCloser
20:41:40 [2020-11-06T20:41:40.253Z] --- PASS: TestNopWriteCloser (0.00s)
20:41:40 [2020-11-06T20:41:40.253Z] === RUN   TestNopWriter
20:41:40 [2020-11-06T20:41:40.253Z] --- PASS: TestNopWriter (0.00s)
20:41:40 [2020-11-06T20:41:40.253Z] === RUN   TestWriteCounter
20:41:40 [2020-11-06T20:41:40.253Z] --- PASS: TestWriteCounter (0.00s)
20:41:40 [2020-11-06T20:41:40.253Z] PASS
20:41:40 [2020-11-06T20:41:40.253Z] coverage: 69.2% of statements
20:41:40 [2020-11-06T20:41:40.253Z] ok  	github.com/docker/docker/pkg/ioutils	0.615s	coverage: 69.2% of statements
20:41:40 [2020-11-06T20:41:40.465Z] --- PASS: TestServiceUpdateSecrets (15.31s)
20:41:40 [2020-11-06T20:41:40.465Z] === RUN   TestServiceUpdateConfigs
20:41:40 [2020-11-06T20:41:40.722Z] === RUN   TestNameFormat
20:41:40 [2020-11-06T20:41:40.722Z] --- PASS: TestNameFormat (0.00s)
20:41:40 [2020-11-06T20:41:40.722Z] === RUN   TestNameRetries
20:41:40 [2020-11-06T20:41:40.722Z] --- PASS: TestNameRetries (0.00s)
20:41:40 [2020-11-06T20:41:40.722Z] PASS
20:41:40 [2020-11-06T20:41:40.722Z] coverage: 85.7% of statements
20:41:40 [2020-11-06T20:41:40.722Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.041s	coverage: 85.7% of statements
20:41:40 [2020-11-06T20:41:40.722Z] === RUN   TestParseKeyValueOpt
20:41:40 [2020-11-06T20:41:40.722Z] --- PASS: TestParseKeyValueOpt (0.00s)
20:41:40 [2020-11-06T20:41:40.722Z] === RUN   TestParseUintList
20:41:40 [2020-11-06T20:41:40.722Z] --- PASS: TestParseUintList (0.00s)
20:41:40 [2020-11-06T20:41:40.722Z] === RUN   TestParseUintListMaximumLimits
20:41:40 [2020-11-06T20:41:40.722Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
20:41:40 [2020-11-06T20:41:40.722Z] PASS
20:41:40 [2020-11-06T20:41:40.722Z] coverage: 97.0% of statements
20:41:40 [2020-11-06T20:41:40.722Z] ok  	github.com/docker/docker/pkg/parsers	0.043s	coverage: 97.0% of statements
20:41:41 [2020-11-06T20:41:41.191Z] === RUN   TestNewAndRemove
20:41:41 [2020-11-06T20:41:41.191Z] --- PASS: TestNewAndRemove (0.00s)
20:41:41 [2020-11-06T20:41:41.191Z] === RUN   TestRemoveInvalidPath
20:41:41 [2020-11-06T20:41:41.191Z] --- PASS: TestRemoveInvalidPath (0.00s)
20:41:41 [2020-11-06T20:41:41.191Z] PASS
20:41:41 [2020-11-06T20:41:41.191Z] coverage: 82.6% of statements
20:41:41 [2020-11-06T20:41:41.191Z] ok  	github.com/docker/docker/pkg/pidfile	0.047s	coverage: 82.6% of statements
20:41:42 [2020-11-06T20:41:42.179Z] === RUN   TestParseEmptyInterface
20:41:42 [2020-11-06T20:41:42.179Z] --- PASS: TestParseEmptyInterface (0.00s)
20:41:42 [2020-11-06T20:41:42.179Z] === RUN   TestParseNonInterfaceType
20:41:42 [2020-11-06T20:41:42.179Z] --- PASS: TestParseNonInterfaceType (0.00s)
20:41:42 [2020-11-06T20:41:42.179Z] === RUN   TestParseWithOneFunction
20:41:42 [2020-11-06T20:41:42.179Z] --- PASS: TestParseWithOneFunction (0.00s)
20:41:42 [2020-11-06T20:41:42.179Z] === RUN   TestParseWithMultipleFuncs
20:41:42 [2020-11-06T20:41:42.179Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
20:41:42 [2020-11-06T20:41:42.179Z] === RUN   TestParseWithUnnamedReturn
20:41:42 [2020-11-06T20:41:42.179Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
20:41:42 [2020-11-06T20:41:42.179Z] === RUN   TestEmbeddedInterface
20:41:42 [2020-11-06T20:41:42.179Z] --- PASS: TestEmbeddedInterface (0.00s)
20:41:42 [2020-11-06T20:41:42.179Z] === RUN   TestParsedImports
20:41:42 [2020-11-06T20:41:42.179Z] --- PASS: TestParsedImports (0.00s)
20:41:42 [2020-11-06T20:41:42.179Z] === RUN   TestAliasedImports
20:41:42 [2020-11-06T20:41:42.179Z] --- PASS: TestAliasedImports (0.00s)
20:41:42 [2020-11-06T20:41:42.179Z] PASS
20:41:42 [2020-11-06T20:41:42.179Z] coverage: 56.8% of statements
20:41:42 [2020-11-06T20:41:42.179Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.067s	coverage: 56.8% of statements
20:41:43 [2020-11-06T20:41:43.168Z] === RUN   TestFailedConnection
20:41:43 [2020-11-06T20:41:43.168Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
20:41:43 [2020-11-06T20:41:43.168Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
20:41:43 [2020-11-06T20:41:43.168Z] === RUN   TestBufioReaderPoolPutAndGet
20:41:43 [2020-11-06T20:41:43.168Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
20:41:43 [2020-11-06T20:41:43.168Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
20:41:43 [2020-11-06T20:41:43.168Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
20:41:43 [2020-11-06T20:41:43.168Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
20:41:43 [2020-11-06T20:41:43.168Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
20:41:43 [2020-11-06T20:41:43.168Z] === RUN   TestBufioWriterPoolPutAndGet
20:41:43 [2020-11-06T20:41:43.168Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
20:41:43 [2020-11-06T20:41:43.168Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
20:41:43 [2020-11-06T20:41:43.168Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
20:41:43 [2020-11-06T20:41:43.168Z] === RUN   TestBufferPoolPutAndGet
20:41:43 [2020-11-06T20:41:43.168Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
20:41:43 [2020-11-06T20:41:43.168Z] PASS
20:41:43 [2020-11-06T20:41:43.168Z] coverage: 88.2% of statements
20:41:43 [2020-11-06T20:41:43.168Z] ok  	github.com/docker/docker/pkg/pools	0.035s	coverage: 88.2% of statements
20:41:43 [2020-11-06T20:41:43.637Z] === RUN   TestHTTPTransport
20:41:43 [2020-11-06T20:41:43.637Z] --- PASS: TestHTTPTransport (0.00s)
20:41:43 [2020-11-06T20:41:43.637Z] PASS
20:41:43 [2020-11-06T20:41:43.637Z] coverage: 85.7% of statements
20:41:43 [2020-11-06T20:41:43.637Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.104s	coverage: 85.7% of statements
20:41:44 [2020-11-06T20:41:44.110Z] --- PASS: TestFailedConnection (1.08s)
20:41:44 [2020-11-06T20:41:44.110Z] === RUN   TestFailOnce
20:41:44 [2020-11-06T20:41:44.110Z] === RUN   TestOutputOnPrematureClose
20:41:44 [2020-11-06T20:41:44.110Z] --- PASS: TestOutputOnPrematureClose (0.00s)
20:41:44 [2020-11-06T20:41:44.110Z] === RUN   TestCompleteSilently
20:41:44 [2020-11-06T20:41:44.110Z] --- PASS: TestCompleteSilently (0.00s)
20:41:44 [2020-11-06T20:41:44.110Z] PASS
20:41:44 [2020-11-06T20:41:44.110Z] coverage: 75.9% of statements
20:41:44 [2020-11-06T20:41:44.110Z] ok  	github.com/docker/docker/pkg/progress	0.035s	coverage: 75.9% of statements
20:41:44 [2020-11-06T20:41:44.110Z] 2020/11/06 20:41:43 http: panic serving 127.0.0.1:49217: Plugin not ready
20:41:44 [2020-11-06T20:41:44.110Z] goroutine 34 [running]:
20:41:44 [2020-11-06T20:41:44.110Z] net/http.(*conn).serve.func1(0xc000126000)
20:41:44 [2020-11-06T20:41:44.110Z] 	c:/go/src/net/http/server.go:1795 +0x140
20:41:44 [2020-11-06T20:41:44.110Z] panic(0x849ac0, 0x986830)
20:41:44 [2020-11-06T20:41:44.110Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
20:41:44 [2020-11-06T20:41:44.110Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc00015a000, 0xc000142000)
20:41:44 [2020-11-06T20:41:44.110Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
20:41:44 [2020-11-06T20:41:44.110Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc00015a000, 0xc000142000)
20:41:44 [2020-11-06T20:41:44.110Z] 	c:/go/src/net/http/server.go:2036 +0x4b
20:41:44 [2020-11-06T20:41:44.110Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc00015a000, 0xc000142000)
20:41:44 [2020-11-06T20:41:44.110Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
20:41:44 [2020-11-06T20:41:44.110Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc00015a000, 0xc000142000)
20:41:44 [2020-11-06T20:41:44.110Z] 	c:/go/src/net/http/server.go:2831 +0xab
20:41:44 [2020-11-06T20:41:44.110Z] net/http.(*conn).serve(0xc000126000, 0x99b060, 0xc000138000)
20:41:44 [2020-11-06T20:41:44.110Z] 	c:/go/src/net/http/server.go:1919 +0x87c
20:41:44 [2020-11-06T20:41:44.110Z] created by net/http.(*Server).Serve
20:41:44 [2020-11-06T20:41:44.110Z] 	c:/go/src/net/http/server.go:2957 +0x38b
20:41:44 [2020-11-06T20:41:44.110Z] time="2020-11-06T20:41:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49216/Test.FailOnce: Post http://127.0.0.1:49216/Test.FailOnce: EOF, retrying in 1s"
20:41:44 [2020-11-06T20:41:44.110Z] === RUN   TestSendToOneSub
20:41:44 [2020-11-06T20:41:44.110Z] --- PASS: TestSendToOneSub (0.00s)
20:41:44 [2020-11-06T20:41:44.110Z] === RUN   TestSendToMultipleSubs
20:41:44 [2020-11-06T20:41:44.110Z] --- PASS: TestSendToMultipleSubs (0.00s)
20:41:44 [2020-11-06T20:41:44.110Z] === RUN   TestEvictOneSub
20:41:44 [2020-11-06T20:41:44.110Z] --- PASS: TestEvictOneSub (0.00s)
20:41:44 [2020-11-06T20:41:44.110Z] === RUN   TestClosePublisher
20:41:44 [2020-11-06T20:41:44.110Z] --- PASS: TestClosePublisher (0.00s)
20:41:44 [2020-11-06T20:41:44.110Z] === RUN   TestPubSubRace
20:41:45 [2020-11-06T20:41:45.099Z] === RUN   TestRegister
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestRegister (0.00s)
20:41:45 [2020-11-06T20:41:45.099Z] === RUN   TestCommand
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestCommand (0.03s)
20:41:45 [2020-11-06T20:41:45.099Z] === RUN   TestNaiveSelf
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestNaiveSelf (0.02s)
20:41:45 [2020-11-06T20:41:45.099Z] PASS
20:41:45 [2020-11-06T20:41:45.099Z] coverage: 82.4% of statements
20:41:45 [2020-11-06T20:41:45.099Z] ok  	github.com/docker/docker/pkg/reexec	0.084s	coverage: 82.4% of statements
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestFailOnce (1.11s)
20:41:45 [2020-11-06T20:41:45.099Z] === RUN   TestEchoInputOutput
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestEchoInputOutput (0.00s)
20:41:45 [2020-11-06T20:41:45.099Z] === RUN   TestBackoff
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestBackoff (0.00s)
20:41:45 [2020-11-06T20:41:45.099Z] === RUN   TestAbortRetry
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestAbortRetry (0.00s)
20:41:45 [2020-11-06T20:41:45.099Z] === RUN   TestClientScheme
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestClientScheme (0.00s)
20:41:45 [2020-11-06T20:41:45.099Z] === RUN   TestNewClientWithTimeout
20:41:45 [2020-11-06T20:41:45.099Z] --- PASS: TestPubSubRace (1.04s)
20:41:45 [2020-11-06T20:41:45.099Z] PASS
20:41:45 [2020-11-06T20:41:45.099Z] coverage: 75.0% of statements
20:41:45 [2020-11-06T20:41:45.099Z] ok  	github.com/docker/docker/pkg/pubsub	1.074s	coverage: 75.0% of statements
20:41:45 [2020-11-06T20:41:45.568Z] time="2020-11-06T20:41:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.Echo: Post http://127.0.0.1:49221/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
20:41:45 [2020-11-06T20:41:45.568Z] === RUN   TestParseSignal
20:41:45 [2020-11-06T20:41:45.568Z] --- PASS: TestParseSignal (0.00s)
20:41:45 [2020-11-06T20:41:45.568Z] === RUN   TestValidSignalForPlatform
20:41:45 [2020-11-06T20:41:45.568Z] --- PASS: TestValidSignalForPlatform (0.00s)
20:41:45 [2020-11-06T20:41:45.568Z] PASS
20:41:45 [2020-11-06T20:41:45.568Z] coverage: 20.3% of statements
20:41:45 [2020-11-06T20:41:45.568Z] ok  	github.com/docker/docker/pkg/signal	0.066s	coverage: 20.3% of statements
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestNewStdWriter
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestNewStdWriter (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestWriteWithUninitializedStdWriter
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestWriteWithNilBytes
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestWriteWithNilBytes (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestWrite
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestWrite (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestWriteWithWriterError
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestWriteWithWriterError (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyWriteAndRead
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyReturnsErrorReadingHeader
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyReturnsErrorReadingFrame
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyDetectsCorruptedFrame
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyWithInvalidInputHeader
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyWithCorruptedPrefix
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyReturnsWriteErrors
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] === RUN   TestStdCopyReturnsErrorFromSystem
20:41:46 [2020-11-06T20:41:46.037Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
20:41:46 [2020-11-06T20:41:46.037Z] PASS
20:41:46 [2020-11-06T20:41:46.037Z] coverage: 100.0% of statements
20:41:46 [2020-11-06T20:41:46.037Z] ok  	github.com/docker/docker/pkg/stdcopy	0.032s	coverage: 100.0% of statements
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestRawProgressFormatterFormatStatus
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestRawProgressFormatterFormatProgress
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestFormatStatus
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestFormatStatus (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestFormatError
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestFormatError (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestFormatJSONError
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestFormatJSONError (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestJsonProgressFormatterFormatProgress
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestJsonProgressFormatterFormatStatus
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestNewJSONProgressOutput
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestNewJSONProgressOutput (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestAuxFormatterEmit
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestAuxFormatterEmit (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestStreamWriterStdout
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestStreamWriterStdout (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestStreamWriterStderr
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestStreamWriterStderr (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] PASS
20:41:47 [2020-11-06T20:41:47.026Z] coverage: 66.2% of statements
20:41:47 [2020-11-06T20:41:47.026Z] ok  	github.com/docker/docker/pkg/streamformatter	0.075s	coverage: 66.2% of statements
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestGenerateRandomID
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestGenerateRandomID (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestShortenId
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestShortenId (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestShortenSha256Id
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestShortenSha256Id (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestShortenIdEmpty
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestShortenIdEmpty (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestShortenIdInvalid
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestShortenIdInvalid (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestIsShortIDNonHex
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestIsShortIDNonHex (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] === RUN   TestIsShortIDNotCorrectSize
20:41:47 [2020-11-06T20:41:47.026Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
20:41:47 [2020-11-06T20:41:47.026Z] PASS
20:41:47 [2020-11-06T20:41:47.026Z] coverage: 70.6% of statements
20:41:47 [2020-11-06T20:41:47.026Z] ok  	github.com/docker/docker/pkg/stringid	0.040s	coverage: 70.6% of statements
20:41:47 [2020-11-06T20:41:47.026Z] time="2020-11-06T20:41:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.Echo: Post http://127.0.0.1:49221/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
20:41:47 [2020-11-06T20:41:47.908Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
20:41:47 [2020-11-06T20:41:47.908Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
20:41:48 [2020-11-06T20:41:48.014Z] # github.com/docker/docker/pkg/system [github.com/docker/docker/pkg/system.test]
20:41:48 [2020-11-06T20:41:48.014Z] pkg\system\rm_test.go:62:12: undefined: mount.Mount
20:41:48 [2020-11-06T20:41:48.014Z] === RUN   TestIsCpusetListAvailable
20:41:48 [2020-11-06T20:41:48.014Z] --- PASS: TestIsCpusetListAvailable (0.00s)
20:41:48 [2020-11-06T20:41:48.014Z] PASS
20:41:48 [2020-11-06T20:41:48.014Z] coverage: 38.2% of statements
20:41:48 [2020-11-06T20:41:48.014Z] ok  	github.com/docker/docker/pkg/sysinfo	0.090s	coverage: 38.2% of statements
20:41:48 [2020-11-06T20:41:48.483Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:41:48 [2020-11-06T20:41:48.483Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:41:48 [2020-11-06T20:41:48.483Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestTailFile
20:41:48 [2020-11-06T20:41:48.483Z] --- PASS: TestTailFile (0.00s)
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestTailFileManyLines
20:41:48 [2020-11-06T20:41:48.483Z] --- PASS: TestTailFileManyLines (0.00s)
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestTailEmptyFile
20:41:48 [2020-11-06T20:41:48.483Z] --- PASS: TestTailEmptyFile (0.00s)
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestTailNegativeN
20:41:48 [2020-11-06T20:41:48.483Z] --- PASS: TestTailNegativeN (0.00s)
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader
20:41:48 [2020-11-06T20:41:48.483Z] === CONT  TestNewTailReader
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/single_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/2_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/2_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/4_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/4_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/8_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/8_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/12_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/12_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/no_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/no_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/truncated_last_line
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/truncated_last_line#01
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/truncated_last_line#02
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
20:41:48 [2020-11-06T20:41:48.483Z] === CONT  TestNewTailReader/single_byte_delimiter
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.483Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/no_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/4_byte_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/12_byte_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/2_byte_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/8_byte_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.484Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.484Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/no_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.956Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.956Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.956Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.957Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.958Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.959Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.960Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.961Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
20:41:48 [2020-11-06T20:41:48.961Z] --- PASS: TestNewTailReader (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.02s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.04s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.01s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.961Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.01s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
20:41:48 [2020-11-06T20:41:48.962Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
20:41:48 [2020-11-06T20:41:48.963Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] PASS
20:41:49 [2020-11-06T20:41:49.432Z] coverage: 88.6% of statements
20:41:49 [2020-11-06T20:41:49.432Z] ok  	github.com/docker/docker/pkg/tailfile	0.319s	coverage: 88.6% of statements
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestTarSumRemoveNonExistent
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestTarSumRemove
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestTarSumRemove (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestSortFileInfoSums
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestSortFileInfoSums (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestNewTarSumForLabelInvalid
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestNewTarSumForLabel
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestNewTarSumForLabel (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestEmptyTar
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestEmptyTar (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestTarSumsReadSize
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestTarSumsReadSize (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestTarSums
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestTarSums (0.07s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestIteration
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestIteration (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestVersionLabelForChecksum
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestVersionLabelForChecksum (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestVersion
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestVersion (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestGetVersion
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestGetVersion (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] === RUN   TestGetVersions
20:41:49 [2020-11-06T20:41:49.432Z] --- PASS: TestGetVersions (0.00s)
20:41:49 [2020-11-06T20:41:49.432Z] PASS
20:41:49 [2020-11-06T20:41:49.432Z] coverage: 89.3% of statements
20:41:49 [2020-11-06T20:41:49.432Z] ok  	github.com/docker/docker/pkg/tarsum	0.154s	coverage: 89.3% of statements
20:41:49 [2020-11-06T20:41:49.432Z] testing: warning: no tests to run
20:41:49 [2020-11-06T20:41:49.432Z] PASS
20:41:49 [2020-11-06T20:41:49.432Z] coverage: [no statements]
20:41:49 [2020-11-06T20:41:49.432Z] time="2020-11-06T20:41:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.Echo: Post http://127.0.0.1:49221/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
20:41:49 [2020-11-06T20:41:49.432Z] ok  	github.com/docker/docker/pkg/term/windows	0.035s	coverage: [no statements] [no tests to run]
20:41:49 [2020-11-06T20:41:49.901Z] === RUN   TestTruncIndex
20:41:49 [2020-11-06T20:41:49.901Z] --- PASS: TestTruncIndex (0.10s)
20:41:49 [2020-11-06T20:41:49.901Z] PASS
20:41:49 [2020-11-06T20:41:49.901Z] coverage: 91.5% of statements
20:41:49 [2020-11-06T20:41:49.901Z] ok  	github.com/docker/docker/pkg/truncindex	0.194s	coverage: 91.5% of statements
20:41:49 [2020-11-06T20:41:49.901Z] === RUN   TestIsGIT
20:41:49 [2020-11-06T20:41:49.901Z] --- PASS: TestIsGIT (0.00s)
20:41:49 [2020-11-06T20:41:49.901Z] === RUN   TestIsTransport
20:41:49 [2020-11-06T20:41:49.901Z] --- PASS: TestIsTransport (0.00s)
20:41:49 [2020-11-06T20:41:49.901Z] PASS
20:41:49 [2020-11-06T20:41:49.901Z] coverage: 100.0% of statements
20:41:49 [2020-11-06T20:41:49.901Z] ok  	github.com/docker/docker/pkg/urlutil	0.041s	coverage: 100.0% of statements
20:41:50 [2020-11-06T20:41:50.370Z] === RUN   TestVersionInfo
20:41:50 [2020-11-06T20:41:50.370Z] --- PASS: TestVersionInfo (0.00s)
20:41:50 [2020-11-06T20:41:50.370Z] === RUN   TestAppendVersions
20:41:50 [2020-11-06T20:41:50.370Z] --- PASS: TestAppendVersions (0.00s)
20:41:50 [2020-11-06T20:41:50.370Z] PASS
20:41:50 [2020-11-06T20:41:50.370Z] coverage: 88.9% of statements
20:41:50 [2020-11-06T20:41:50.370Z] ok  	github.com/docker/docker/pkg/useragent	0.034s	coverage: 88.9% of statements
20:41:51 [2020-11-06T20:41:51.180Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
20:41:51 [2020-11-06T20:41:51.359Z] === RUN   TestNewSettable
20:41:51 [2020-11-06T20:41:51.359Z] --- PASS: TestNewSettable (0.00s)
20:41:51 [2020-11-06T20:41:51.359Z] === RUN   TestIsSettable
20:41:51 [2020-11-06T20:41:51.359Z] --- PASS: TestIsSettable (0.00s)
20:41:51 [2020-11-06T20:41:51.359Z] === RUN   TestUpdateSettingsEnv
20:41:51 [2020-11-06T20:41:51.359Z] --- PASS: TestUpdateSettingsEnv (0.00s)
20:41:51 [2020-11-06T20:41:51.359Z] PASS
20:41:51 [2020-11-06T20:41:51.359Z] coverage: 20.1% of statements
20:41:51 [2020-11-06T20:41:51.359Z] ok  	github.com/docker/docker/plugin/v2	0.218s	coverage: 20.1% of statements
20:41:51 [2020-11-06T20:41:51.691Z] ok  	github.com/docker/docker/api/server	0.020s	coverage: 9.0% of statements
20:41:51 [2020-11-06T20:41:51.828Z] === RUN   TestLoad
20:41:51 [2020-11-06T20:41:51.828Z] --- PASS: TestLoad (0.00s)
20:41:51 [2020-11-06T20:41:51.828Z] === RUN   TestSave
20:41:51 [2020-11-06T20:41:51.828Z] --- PASS: TestSave (0.05s)
20:41:51 [2020-11-06T20:41:51.828Z] === RUN   TestAddDeleteGet
20:41:51 [2020-11-06T20:41:51.828Z] --- PASS: TestAddDeleteGet (0.04s)
20:41:51 [2020-11-06T20:41:51.828Z] === RUN   TestInvalidTags
20:41:51 [2020-11-06T20:41:51.828Z] --- PASS: TestInvalidTags (0.00s)
20:41:51 [2020-11-06T20:41:51.828Z] PASS
20:41:51 [2020-11-06T20:41:51.828Z] coverage: 84.4% of statements
20:41:51 [2020-11-06T20:41:51.828Z] ok  	github.com/docker/docker/reference	0.144s	coverage: 84.4% of statements
20:41:52 [2020-11-06T20:41:52.298Z] === RUN   TestValidatePrivileges
20:41:52 [2020-11-06T20:41:52.298Z] --- PASS: TestValidatePrivileges (0.00s)
20:41:52 [2020-11-06T20:41:52.298Z] === RUN   TestFilterByCapNeg
20:41:52 [2020-11-06T20:41:52.298Z] --- PASS: TestFilterByCapNeg (0.00s)
20:41:52 [2020-11-06T20:41:52.298Z] === RUN   TestFilterByCapPos
20:41:52 [2020-11-06T20:41:52.298Z] --- PASS: TestFilterByCapPos (0.00s)
20:41:52 [2020-11-06T20:41:52.298Z] === RUN   TestStoreGetPluginNotMatchCapRefs
20:41:52 [2020-11-06T20:41:52.298Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
20:41:52 [2020-11-06T20:41:52.298Z] PASS
20:41:52 [2020-11-06T20:41:52.298Z] coverage: 12.0% of statements
20:41:52 [2020-11-06T20:41:52.298Z] ok  	github.com/docker/docker/plugin	0.249s	coverage: 12.0% of statements
20:41:53 [2020-11-06T20:41:53.287Z] === RUN   TestResumableRequestHeaderSimpleErrors
20:41:53 [2020-11-06T20:41:53.287Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
20:41:53 [2020-11-06T20:41:53.287Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
20:41:53 [2020-11-06T20:41:53.287Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
20:41:53 [2020-11-06T20:41:53.287Z] === RUN   TestResumableRequestHeaderTooMuchFailures
20:41:53 [2020-11-06T20:41:53.287Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
20:41:53 [2020-11-06T20:41:53.287Z] === RUN   TestResumableRequestReaderWithReadError
20:41:53 [2020-11-06T20:41:53.700Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
20:41:53 [2020-11-06T20:41:53.757Z] time="2020-11-06T20:41:53Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
20:41:53 [2020-11-06T20:41:53.757Z] --- PASS: TestResumableRequestReaderWithReadError (0.09s)
20:41:53 [2020-11-06T20:41:53.757Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
20:41:53 [2020-11-06T20:41:53.757Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
20:41:53 [2020-11-06T20:41:53.757Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
20:41:53 [2020-11-06T20:41:53.757Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
20:41:53 [2020-11-06T20:41:53.757Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
20:41:53 [2020-11-06T20:41:53.757Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
20:41:53 [2020-11-06T20:41:53.757Z] === RUN   TestResumableRequestReader
20:41:53 [2020-11-06T20:41:53.757Z] === RUN   TestRestartManagerTimeout
20:41:53 [2020-11-06T20:41:53.757Z] --- PASS: TestRestartManagerTimeout (0.00s)
20:41:53 [2020-11-06T20:41:53.757Z] === RUN   TestRestartManagerTimeoutReset
20:41:53 [2020-11-06T20:41:53.757Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
20:41:53 [2020-11-06T20:41:53.757Z] PASS
20:41:53 [2020-11-06T20:41:53.757Z] --- PASS: TestResumableRequestReader (0.00s)
20:41:53 [2020-11-06T20:41:53.757Z] === RUN   TestResumableRequestReaderWithInitialResponse
20:41:53 [2020-11-06T20:41:53.757Z] coverage: 50.9% of statements
20:41:53 [2020-11-06T20:41:53.757Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
20:41:53 [2020-11-06T20:41:53.757Z] PASS
20:41:53 [2020-11-06T20:41:53.757Z] coverage: 100.0% of statements
20:41:53 [2020-11-06T20:41:53.757Z] ok  	github.com/docker/docker/restartmanager	0.090s	coverage: 50.9% of statements
20:41:53 [2020-11-06T20:41:53.757Z] ok  	github.com/docker/docker/registry/resumable	0.394s	coverage: 100.0% of statements
20:41:54 [2020-11-06T20:41:54.233Z] time="2020-11-06T20:41:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.Echo: Post http://127.0.0.1:49221/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestResolveAuthConfigIndexServer
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestResolveAuthConfigFullURL
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestLoadAllowNondistributableArtifacts
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestValidateMirror
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestValidateMirror (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestLoadInsecureRegistries
20:41:54 [2020-11-06T20:41:54.233Z] time="2020-11-06T20:41:53Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
20:41:54 [2020-11-06T20:41:54.233Z] time="2020-11-06T20:41:54Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
20:41:54 [2020-11-06T20:41:54.233Z] time="2020-11-06T20:41:54Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestLoadInsecureRegistries (0.09s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestNewServiceConfig
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestNewServiceConfig (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestValidateIndexName
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestValidateIndexName (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestValidateIndexNameWithError
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestValidateIndexNameWithError (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestEndpointParse
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestEndpointParse (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestEndpointParseInvalid
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestEndpointParseInvalid (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestValidateEndpoint
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestValidateEndpoint (0.01s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestPing
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestPing (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestPingRegistryEndpoint
20:41:54 [2020-11-06T20:41:54.233Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestEndpoint
20:41:54 [2020-11-06T20:41:54.233Z] --- SKIP: TestEndpoint (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestParseRepositoryInfo
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestParseRepositoryInfo (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestNewIndexInfo
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestNewIndexInfo (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestMirrorEndpointLookup
20:41:54 [2020-11-06T20:41:54.233Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestSearchRepositories
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestSearchRepositories (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
20:41:54 [2020-11-06T20:41:54.233Z]         Host: 127.0.0.1:49236
20:41:54 [2020-11-06T20:41:54.233Z]         User-Agent: docker test client
20:41:54 [2020-11-06T20:41:54.233Z]         Authorization: Token fake-token
20:41:54 [2020-11-06T20:41:54.233Z]         X-Docker-Token: true
20:41:54 [2020-11-06T20:41:54.233Z]         Accept-Encoding: gzip
20:41:54 [2020-11-06T20:41:54.233Z]         
20:41:54 [2020-11-06T20:41:54.233Z]         
20:41:54 [2020-11-06T20:41:54.233Z]     registry_test.go:730: HTTP/1.1 200 OK
20:41:54 [2020-11-06T20:41:54.233Z]         Connection: close
20:41:54 [2020-11-06T20:41:54.233Z]         Content-Length: 144
20:41:54 [2020-11-06T20:41:54.233Z]         Cache-Control: no-cache
20:41:54 [2020-11-06T20:41:54.233Z]         Content-Type: application/json
20:41:54 [2020-11-06T20:41:54.233Z]         Date: Fri, 06 Nov 2020 20:41:54 GMT
20:41:54 [2020-11-06T20:41:54.233Z]         Expires: -1
20:41:54 [2020-11-06T20:41:54.233Z]         Pragma: no-cache
20:41:54 [2020-11-06T20:41:54.233Z]         Server: docker-tests/mock
20:41:54 [2020-11-06T20:41:54.233Z]         X-Docker-Registry-Config: mock
20:41:54 [2020-11-06T20:41:54.233Z]         X-Docker-Registry-Version: 0.0.0
20:41:54 [2020-11-06T20:41:54.233Z]         
20:41:54 [2020-11-06T20:41:54.233Z]         
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestTrustedLocation
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestTrustedLocation (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestAllowNondistributableArtifacts
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestIsSecureIndex
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestIsSecureIndex (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] PASS
20:41:54 [2020-11-06T20:41:54.233Z] coverage: 50.3% of statements
20:41:54 [2020-11-06T20:41:54.233Z] ok  	github.com/docker/docker/registry	0.460s	coverage: 50.3% of statements
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestDecodeContainerConfig
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestDecodeContainerConfig (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestDecodeContainerConfigIsolation
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] === RUN   TestValidatePrivileged
20:41:54 [2020-11-06T20:41:54.233Z] --- PASS: TestValidatePrivileged (0.00s)
20:41:54 [2020-11-06T20:41:54.233Z] PASS
20:41:54 [2020-11-06T20:41:54.233Z] coverage: 52.2% of statements
20:41:54 [2020-11-06T20:41:54.233Z] ok  	github.com/docker/docker/runconfig	0.046s	coverage: 52.2% of statements
20:41:54 [2020-11-06T20:41:54.703Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
20:41:54 [2020-11-06T20:41:54.703Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
20:41:54 [2020-11-06T20:41:54.703Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
20:41:54 [2020-11-06T20:41:54.703Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
20:41:54 [2020-11-06T20:41:54.703Z] PASS
20:41:54 [2020-11-06T20:41:54.703Z] coverage: 62.5% of statements
20:41:54 [2020-11-06T20:41:54.703Z] ok  	github.com/docker/docker/testutil	0.072s	coverage: 62.5% of statements
20:41:55 [2020-11-06T20:41:55.401Z] --- PASS: TestServiceUpdateConfigs (15.42s)
20:41:55 [2020-11-06T20:41:55.401Z] === RUN   TestServiceUpdateNetwork
20:41:56 [2020-11-06T20:41:56.921Z] === RUN   TestGetDriver
20:41:56 [2020-11-06T20:41:56.921Z] --- PASS: TestGetDriver (0.00s)
20:41:56 [2020-11-06T20:41:56.921Z] === RUN   TestVolumeRequestError
20:41:56 [2020-11-06T20:41:56.921Z] --- PASS: TestVolumeRequestError (0.00s)
20:41:56 [2020-11-06T20:41:56.921Z] PASS
20:41:56 [2020-11-06T20:41:56.921Z] coverage: 36.1% of statements
20:41:56 [2020-11-06T20:41:56.921Z] ok  	github.com/docker/docker/volume/drivers	0.171s	coverage: 36.1% of statements
20:41:57 [2020-11-06T20:41:57.390Z] === RUN   TestGetAddress
20:41:57 [2020-11-06T20:41:57.390Z] --- PASS: TestGetAddress (0.00s)
20:41:57 [2020-11-06T20:41:57.390Z] === RUN   TestRemove
20:41:57 [2020-11-06T20:41:57.390Z] --- SKIP: TestRemove (0.00s)
20:41:57 [2020-11-06T20:41:57.390Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
20:41:57 [2020-11-06T20:41:57.390Z] === RUN   TestInitializeWithVolumes
20:41:57 [2020-11-06T20:41:57.390Z] --- PASS: TestInitializeWithVolumes (0.00s)
20:41:57 [2020-11-06T20:41:57.390Z] === RUN   TestCreate
20:41:57 [2020-11-06T20:41:57.390Z] --- PASS: TestCreate (0.00s)
20:41:57 [2020-11-06T20:41:57.390Z] === RUN   TestValidateName
20:41:57 [2020-11-06T20:41:57.390Z] --- PASS: TestValidateName (0.00s)
20:41:57 [2020-11-06T20:41:57.390Z] === RUN   TestCreateWithOpts
20:41:57 [2020-11-06T20:41:57.390Z] --- SKIP: TestCreateWithOpts (0.00s)
20:41:57 [2020-11-06T20:41:57.390Z]     local_test.go:181: runtime.GOOS == "windows"
20:41:57 [2020-11-06T20:41:57.390Z] === RUN   TestRelaodNoOpts
20:41:57 [2020-11-06T20:41:57.390Z] --- PASS: TestRelaodNoOpts (0.01s)
20:41:57 [2020-11-06T20:41:57.390Z] PASS
20:41:57 [2020-11-06T20:41:57.390Z] coverage: 41.0% of statements
20:41:57 [2020-11-06T20:41:57.390Z] ok  	github.com/docker/docker/volume/local	0.170s	coverage: 41.0% of statements
20:41:57 [2020-11-06T20:41:57.859Z] === RUN   TestConvertTmpfsOptions
20:41:57 [2020-11-06T20:41:57.859Z] --- PASS: TestConvertTmpfsOptions (0.00s)
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:49: data="mode=700,size=1m"
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:49: data="ro"
20:41:57 [2020-11-06T20:41:57.859Z] === RUN   TestParseMountRaw
20:41:57 [2020-11-06T20:41:57.859Z] --- PASS: TestParseMountRaw (0.02s)
20:41:57 [2020-11-06T20:41:57.859Z] === RUN   TestParseMountRawSplit
20:41:57 [2020-11-06T20:41:57.859Z] --- PASS: TestParseMountRawSplit (0.00s)
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 0
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 1
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 2
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 3
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 4
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 5
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 6
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 7
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 8
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 0
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 1
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 2
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 3
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 4
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 5
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 6
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 7
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 8
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 9
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 10
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 11
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 12
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 0
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 1
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 2
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 3
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 4
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 5
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 6
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 7
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 8
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 9
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 10
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:390: case 11
20:41:57 [2020-11-06T20:41:57.859Z] === RUN   TestParseMountSpec
20:41:57 [2020-11-06T20:41:57.859Z] --- PASS: TestParseMountSpec (0.00s)
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:455: case 0
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:455: case 1
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:455: case 2
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:455: case 3
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:455: case 4
20:41:57 [2020-11-06T20:41:57.859Z]     parser_test.go:455: case 5
20:41:57 [2020-11-06T20:41:57.859Z] === RUN   TestParseMountSpecBindWithFileinfoError
20:41:57 [2020-11-06T20:41:57.859Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
20:41:57 [2020-11-06T20:41:57.859Z] === RUN   TestValidateMount
20:41:57 [2020-11-06T20:41:57.859Z] --- PASS: TestValidateMount (0.00s)
20:41:57 [2020-11-06T20:41:57.859Z] PASS
20:41:57 [2020-11-06T20:41:57.859Z] coverage: 66.2% of statements
20:41:57 [2020-11-06T20:41:57.859Z] ok  	github.com/docker/docker/volume/mounts	0.111s	coverage: 66.2% of statements
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestSetGetMeta
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestSetGetMeta
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestRestore
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestRestore
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestServiceCreate
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestServiceCreate
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestServiceList
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestServiceList
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestServiceRemove
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestServiceRemove
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestServiceGet
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestServiceGet
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestServicePrune
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestServicePrune
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestCreate
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestCreate
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestRemove
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestRemove
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestList
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestList
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFindByDriver
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFindByDriver
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFindByReferenced
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFindByReferenced
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestDerefMultipleOfSameRef
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestDerefMultipleOfSameRef
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestDefererencePluginOnCreateError
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestDefererencePluginOnCreateError
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestRefDerefRemove
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestRefDerefRemove
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestGet
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestGet
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestGetWithReference
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestGetWithReference
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc/test_nil_list
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFilterFunc/test_nil_list
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc/test_empty_list
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFilterFunc/test_empty_list
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc/test_filter_some
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFilterFunc/test_filter_some
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc/test_filter_middle
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFilterFunc/test_filter_middle
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc/test_filter_middle_and_last
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
20:41:58 [2020-11-06T20:41:58.847Z] === RUN   TestFilterFunc/test_filter_first_and_last
20:41:58 [2020-11-06T20:41:58.847Z] === PAUSE TestFilterFunc/test_filter_first_and_last
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFilterFunc/test_nil_list
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFilterFunc/test_filter_some
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFilterFunc/test_empty_list
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFilterFunc/test_filter_middle_and_last
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFilterFunc/test_filter_middle
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFilterFunc/test_filter_first_and_last
20:41:58 [2020-11-06T20:41:58.847Z] --- PASS: TestFilterFunc (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestSetGetMeta
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestFindByDriver
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestServiceList
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestServiceGet
20:41:58 [2020-11-06T20:41:58.847Z] --- PASS: TestSetGetMeta (0.03s)
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestList
20:41:58 [2020-11-06T20:41:58.847Z] --- PASS: TestFindByDriver (0.04s)
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestRemove
20:41:58 [2020-11-06T20:41:58.847Z] --- PASS: TestList (0.02s)
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestCreate
20:41:58 [2020-11-06T20:41:58.847Z] --- PASS: TestRemove (0.02s)
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestServicePrune
20:41:58 [2020-11-06T20:41:58.847Z] --- PASS: TestCreate (0.01s)
20:41:58 [2020-11-06T20:41:58.847Z] === CONT  TestServiceCreate
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestServiceGet (0.12s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestRefDerefRemove
20:41:59 [2020-11-06T20:41:59.320Z] time="2020-11-06T20:41:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestServiceList (0.13s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestGetWithReference
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestServiceCreate (0.07s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestGet
20:41:59 [2020-11-06T20:41:59.320Z] time="2020-11-06T20:41:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:41:59 [2020-11-06T20:41:59.320Z] time="2020-11-06T20:41:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestRefDerefRemove (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
20:41:59 [2020-11-06T20:41:59.320Z] time="2020-11-06T20:41:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestGet (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestDefererencePluginOnCreateError
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestGetWithReference (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestDerefMultipleOfSameRef
20:41:59 [2020-11-06T20:41:59.320Z] time="2020-11-06T20:41:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestServicePrune (0.10s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestServiceRemove
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestFindByReferenced
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] === CONT  TestRestore
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestDefererencePluginOnCreateError (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestServiceRemove (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestFindByReferenced (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] --- PASS: TestRestore (0.02s)
20:41:59 [2020-11-06T20:41:59.320Z] PASS
20:41:59 [2020-11-06T20:41:59.320Z] coverage: 70.3% of statements
20:41:59 [2020-11-06T20:41:59.320Z] ok  	github.com/docker/docker/volume/service	0.458s	coverage: 70.3% of statements
20:42:01 [2020-11-06T20:42:01.793Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
20:42:02 [2020-11-06T20:42:02.722Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestNewClientWithTimeout (17.67s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestClientStream
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestClientStream (0.00s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestClientSendFile
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestClientSendFile (0.00s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestClientWithRequestTimeout
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestClientWithRequestTimeout (0.00s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestFileSpecPlugin
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestFileSpecPlugin (0.01s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestFileJSONSpecPlugin
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestPluginAddHandler
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestPluginAddHandler (0.00s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestPluginWaitBadPlugin
20:42:03 [2020-11-06T20:42:03.115Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
20:42:03 [2020-11-06T20:42:03.115Z] === RUN   TestGet
20:42:03 [2020-11-06T20:42:03.115Z] time="2020-11-06T20:42:02Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
20:42:03 [2020-11-06T20:42:03.585Z] time="2020-11-06T20:42:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
20:42:03 [2020-11-06T20:42:03.653Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
20:42:04 [2020-11-06T20:42:04.274Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
20:42:05 [2020-11-06T20:42:05.806Z] time="2020-11-06T20:42:05Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
20:42:06 [2020-11-06T20:42:06.172Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
20:42:06 [2020-11-06T20:42:06.172Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
20:42:06 [2020-11-06T20:42:06.428Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
20:42:07 [2020-11-06T20:42:07.655Z] --- PASS: TestServiceUpdateNetwork (14.61s)
20:42:07 [2020-11-06T20:42:07.655Z] === RUN   TestServiceUpdatePidsLimit
20:42:09 [2020-11-06T20:42:09.048Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:42:09 [2020-11-06T20:42:09.603Z] time="2020-11-06T20:42:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
20:42:09 [2020-11-06T20:42:09.996Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:42:16 [2020-11-06T20:42:16.380Z] === RUN   TestDockerSuite/TestBuildExpose
20:42:16 [2020-11-06T20:42:16.380Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
20:42:16 [2020-11-06T20:42:16.380Z] === RUN   TestDockerSuite/TestBuildExposeOrder
20:42:16 [2020-11-06T20:42:16.638Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
20:42:16 [2020-11-06T20:42:16.895Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
20:42:16 [2020-11-06T20:42:16.895Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
20:42:16 [2020-11-06T20:42:16.895Z] === RUN   TestDockerSuite/TestBuildFails
20:42:18 [2020-11-06T20:42:18.156Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:42:18 [2020-11-06T20:42:18.266Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
20:42:18 [2020-11-06T20:42:18.266Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
20:42:18 [2020-11-06T20:42:18.270Z] --- PASS: TestGet (15.00s)
20:42:18 [2020-11-06T20:42:18.270Z] === RUN   TestPluginWithNoManifest
20:42:18 [2020-11-06T20:42:18.270Z] --- PASS: TestPluginWithNoManifest (0.00s)
20:42:18 [2020-11-06T20:42:18.270Z] === RUN   TestGetAll
20:42:18 [2020-11-06T20:42:18.270Z] --- PASS: TestGetAll (0.00s)
20:42:18 [2020-11-06T20:42:18.270Z] PASS
20:42:18 [2020-11-06T20:42:18.270Z] coverage: 73.4% of statements
20:42:18 [2020-11-06T20:42:18.270Z] ok  	github.com/docker/docker/pkg/plugins	35.102s	coverage: 73.4% of statements
20:42:18 [2020-11-06T20:42:18.270Z] WARN invalid TestEvent: FAIL	github.com/docker/docker/pkg/system [build failed]
20:42:18 [2020-11-06T20:42:18.270Z] bad output from test2json: FAIL	github.com/docker/docker/pkg/system [build failed]
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === Skipped
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     dispatchers_test.go:376: Windows does not support stopsignal
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
20:42:19 [2020-11-06T20:42:19.258Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     client_test.go:23: runtime.GOOS == "windows"
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     daemon_test.go:147: root required
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     reload_test.go:520: root required
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     pull_v2_test.go:73: Needs fixing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     pull_v2_test.go:118: Needs fixing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     download_test.go:268: Needs fixing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     layer_test.go:304: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     layer_test.go:353: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     layer_test.go:468: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     layer_test.go:697: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     migration_test.go:46: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     migration_test.go:182: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     mount_test.go:17: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     mount_test.go:76: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     mount_test.go:125: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     mount_test.go:212: Failing on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:133: Xz not present in msys2
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:238: Failing on Windows CI machines
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_windows_test.go:16: Currently fails
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     changes_test.go:192: needs more investigation
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     changes_test.go:405: needs further investigation
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     changes_test.go:441: needs further investigation
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     poller_test.go:41: No chmod on Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     fileutils_test.go:134: Needs porting to Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     fileutils_test.go:180: Needs porting to Windows
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
20:42:19 [2020-11-06T20:42:19.258Z]     local_test.go:181: runtime.GOOS == "windows"
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] === Errors
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:23:16: undefined: mount.RDONLY
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:24:16: undefined: mount.NOSUID
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:25:16: undefined: mount.NOEXEC
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:26:16: undefined: mount.SYNCHRONOUS
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:27:16: undefined: mount.NOATIME
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:28:16: undefined: mount.BIND
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:29:16: undefined: mount.DIRSYNC
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:30:16: undefined: mount.MANDLOCK
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:31:16: undefined: mount.NODEV
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:32:16: undefined: mount.NODIRATIME
20:42:19 [2020-11-06T20:42:19.258Z] pkg\mount\deprecated.go:32:16: too many errors
20:42:19 [2020-11-06T20:42:19.258Z] pkg\system\rm_test.go:62:12: undefined: mount.Mount
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] DONE 1763 tests, 45 skipped, 12 errors in 180.230s
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] ERROR: make.ps1 failed:
20:42:19 [2020-11-06T20:42:19.258Z] Unit tests failed
20:42:19 [2020-11-06T20:42:19.258Z] At C:\gopath\src\github.com\docker\docker\hack\make.ps1:335 char:30
20:42:19 [2020-11-06T20:42:19.258Z] +     if ($p.ExitCode -ne 0) { Throw "Unit tests failed" }
20:42:19 [2020-11-06T20:42:19.258Z] +                              ~~~~~~~~~~~~~~~~~~~~~~~~~
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] ___________      .__.__             .___
20:42:19 [2020-11-06T20:42:19.258Z] \_   _____/____  |__|  |   ____   __| _/
20:42:19 [2020-11-06T20:42:19.258Z]  |    __) \__  \ |  |  | _/ __ \ / __ | 
20:42:19 [2020-11-06T20:42:19.258Z]  |     \   / __ \|  |  |_\  ___// /_/ | 
20:42:19 [2020-11-06T20:42:19.258Z]  \___  /  (____  /__|____/\___  >____ | 
20:42:19 [2020-11-06T20:42:19.258Z]      \/        \/             \/     \/ 
20:42:19 [2020-11-06T20:42:19.258Z] 
20:42:19 [2020-11-06T20:42:19.258Z] INFO: make.ps1 ended at 11/06/2020 20:42:19
20:42:20 [2020-11-06T20:42:20.790Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
20:42:20 [2020-11-06T20:42:20.823Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
20:42:20 [2020-11-06T20:42:20.823Z] 
20:42:20 [2020-11-06T20:42:20.823Z] 
20:42:20 [2020-11-06T20:42:20.823Z] ERROR: Failed 'ERROR: Unit tests failed' at 11/06/2020 20:42:20
20:42:20 [2020-11-06T20:42:20.823Z] At D:\gopath\src\github.com\docker\docker\hack\ci\windows.ps1:808 char:17
20:42:20 [2020-11-06T20:42:20.823Z] +                 Throw "ERROR: Unit tests failed"
20:42:20 [2020-11-06T20:42:20.823Z] +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20:42:20 [2020-11-06T20:42:20.823Z] 
20:42:20 [2020-11-06T20:42:20.823Z] 
20:42:20 [2020-11-06T20:42:20.823Z] 
20:42:20 [2020-11-06T20:42:20.823Z] INFO: Tidying up at end of run
20:42:20 [2020-11-06T20:42:20.823Z] INFO: Saving daemon under test log (d:\CI\PR-41648\1\dut.out) to bundles\CIDUT.out
20:42:20 [2020-11-06T20:42:20.823Z] INFO: Saving daemon under test log (d:\CI\PR-41648\1\dut.err) to bundles\CIDUT.err
20:42:20 [2020-11-06T20:42:20.823Z] INFO: Nuke-Everything...
20:42:20 [2020-11-06T20:42:20.823Z] INFO: Container count on control daemon to delete is 2
20:42:21 [2020-11-06T20:42:21.292Z] 2f9205167bb5
20:42:21 [2020-11-06T20:42:21.292Z] 588c1778687c
20:42:21 [2020-11-06T20:42:21.760Z] INFO: Killing daemon with PID 1372
20:42:21 [2020-11-06T20:42:21.760Z] INFO: Tidying pidfile d:\CI\PR-41648\1\docker.pid
20:42:21 [2020-11-06T20:42:21.760Z] INFO: Stopping possible daemon pid 1372
20:42:21 [2020-11-06T20:42:21.760Z] ERROR: The process "1372" not found.
20:42:21 [2020-11-06T20:42:21.760Z] INFO: Nuking d:\CI
20:42:22 [2020-11-06T20:42:22.683Z] === RUN   TestDockerSuite/TestBuildForceRm
20:42:24 [2020-11-06T20:42:24.052Z] === RUN   TestDockerSuite/TestBuildFromGit
20:42:24 [2020-11-06T20:42:24.759Z] --- PASS: TestServiceUpdatePidsLimit (17.34s)
20:42:24 [2020-11-06T20:42:24.759Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s)
20:42:24 [2020-11-06T20:42:24.759Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
20:42:24 [2020-11-06T20:42:24.759Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s)
20:42:24 [2020-11-06T20:42:24.759Z] PASS
20:42:24 [2020-11-06T20:42:24.759Z] 
20:42:24 [2020-11-06T20:42:24.759Z] === Skipped
20:42:24 [2020-11-06T20:42:24.759Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
20:42:24 [2020-11-06T20:42:24.759Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:42:24 [2020-11-06T20:42:24.759Z] 
20:42:24 [2020-11-06T20:42:24.759Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
20:42:24 [2020-11-06T20:42:24.759Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:42:24 [2020-11-06T20:42:24.759Z] 
20:42:24 [2020-11-06T20:42:24.759Z] 
20:42:24 [2020-11-06T20:42:24.759Z] DONE 27 tests, 2 skipped in 158.567s
20:42:24 [2020-11-06T20:42:24.759Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
20:42:24 [2020-11-06T20:42:24.759Z] ++ 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
20:42:24 [2020-11-06T20:42:24.759Z] ++ set -e
20:42:24 [2020-11-06T20:42:24.759Z] ++ '[' -n 0 ']'
20:42:24 [2020-11-06T20:42:24.759Z] ++ set -x
20:42:24 [2020-11-06T20:42:24.759Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
20:42:25 [2020-11-06T20:42:25.022Z] INFO: Testing against a local daemon
20:42:25 [2020-11-06T20:42:25.022Z] === RUN   TestSessionCreate
20:42:25 [2020-11-06T20:42:25.022Z] --- PASS: TestSessionCreate (0.05s)
20:42:25 [2020-11-06T20:42:25.022Z] === RUN   TestSessionCreateWithBadUpgrade
20:42:25 [2020-11-06T20:42:25.022Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
20:42:25 [2020-11-06T20:42:25.022Z] PASS
20:42:25 [2020-11-06T20:42:25.022Z] 
20:42:25 [2020-11-06T20:42:25.022Z] DONE 2 tests in 0.251s
20:42:25 [2020-11-06T20:42:25.022Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
20:42:25 [2020-11-06T20:42:25.022Z] ++ 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
20:42:25 [2020-11-06T20:42:25.022Z] ++ set -e
20:42:25 [2020-11-06T20:42:25.022Z] ++ '[' -n 0 ']'
20:42:25 [2020-11-06T20:42:25.022Z] ++ set -x
20:42:25 [2020-11-06T20:42:25.022Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
20:42:25 [2020-11-06T20:42:25.285Z] INFO: Testing against a local daemon
20:42:25 [2020-11-06T20:42:25.285Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:42:25 [2020-11-06T20:42:25.285Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:42:25 [2020-11-06T20:42:25.285Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:42:25 [2020-11-06T20:42:25.285Z] === RUN   TestEventsExecDie
20:42:25 [2020-11-06T20:42:25.424Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
20:42:25 [2020-11-06T20:42:25.987Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
20:42:26 [2020-11-06T20:42:26.234Z] --- PASS: TestEventsExecDie (0.88s)
20:42:26 [2020-11-06T20:42:26.234Z] === RUN   TestEventsBackwardsCompatible
20:42:26 [2020-11-06T20:42:26.234Z] --- PASS: TestEventsBackwardsCompatible (0.11s)
20:42:26 [2020-11-06T20:42:26.234Z] === RUN   TestInfoBinaryCommits
20:42:26 [2020-11-06T20:42:26.234Z] --- PASS: TestInfoBinaryCommits (0.05s)
20:42:26 [2020-11-06T20:42:26.234Z] === RUN   TestInfoAPIVersioned
20:42:26 [2020-11-06T20:42:26.497Z] --- PASS: TestInfoAPIVersioned (0.02s)
20:42:26 [2020-11-06T20:42:26.497Z] === RUN   TestInfoDiscoveryBackend
20:42:26 [2020-11-06T20:42:26.916Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
20:42:27 [2020-11-06T20:42:27.073Z] --- PASS: TestInfoDiscoveryBackend (0.65s)
20:42:27 [2020-11-06T20:42:27.073Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:42:28 [2020-11-06T20:42:28.019Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:42:28 [2020-11-06T20:42:28.019Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:42:28 [2020-11-06T20:42:28.286Z] --- PASS: TestImportExtremelyLargeImageWorks (201.46s)
20:42:28 [2020-11-06T20:42:28.286Z] PASS
20:42:28 [2020-11-06T20:42:28.286Z] 
20:42:28 [2020-11-06T20:42:28.286Z] DONE 12 tests in 205.198s
20:42:28 [2020-11-06T20:42:28.286Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:42:28 [2020-11-06T20:42:28.286Z] ++ 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
20:42:28 [2020-11-06T20:42:28.286Z] ++ set -e
20:42:28 [2020-11-06T20:42:28.286Z] ++ '[' -n 0 ']'
20:42:28 [2020-11-06T20:42:28.286Z] ++ set -x
20:42:28 [2020-11-06T20:42:28.286Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
20:42:28 [2020-11-06T20:42:28.543Z] INFO: Testing against a local daemon
20:42:28 [2020-11-06T20:42:28.543Z] === RUN   TestNetworkCreateDelete
20:42:28 [2020-11-06T20:42:28.543Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
20:42:28 [2020-11-06T20:42:28.543Z] --- PASS: TestNetworkCreateDelete (0.19s)
20:42:28 [2020-11-06T20:42:28.543Z] === RUN   TestDockerNetworkDeletePreferID
20:42:28 [2020-11-06T20:42:28.595Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s)
20:42:28 [2020-11-06T20:42:28.595Z] === RUN   TestInfoAPI
20:42:28 [2020-11-06T20:42:28.595Z] --- PASS: TestInfoAPI (0.05s)
20:42:28 [2020-11-06T20:42:28.595Z] === RUN   TestInfoAPIWarnings
20:42:29 [2020-11-06T20:42:29.106Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s)
20:42:29 [2020-11-06T20:42:29.106Z] === RUN   TestDaemonDNSFallback
20:42:29 [2020-11-06T20:42:29.106Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
20:42:29 [2020-11-06T20:42:29.362Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
20:42:31 [2020-11-06T20:42:31.254Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
20:42:33 [2020-11-06T20:42:33.144Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
20:42:33 [2020-11-06T20:42:33.708Z] === RUN   TestDockerSuite/TestBuildHistory
20:42:36 [2020-11-06T20:42:36.225Z] --- PASS: TestDaemonDNSFallback (6.91s)
20:42:36 [2020-11-06T20:42:36.225Z] === RUN   TestInspectNetwork
20:42:36 [2020-11-06T20:42:36.789Z] === RUN   TestDockerSuite/TestBuildIidFile
20:42:37 [2020-11-06T20:42:37.047Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
20:42:37 [2020-11-06T20:42:37.304Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
20:42:38 [2020-11-06T20:42:38.236Z] === RUN   TestDockerSuite/TestBuildInheritance
20:42:38 [2020-11-06T20:42:38.236Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
20:42:39 [2020-11-06T20:42:39.167Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
20:42:39 [2020-11-06T20:42:39.730Z] === RUN   TestDockerSuite/TestBuildInvalidTag
20:42:39 [2020-11-06T20:42:39.730Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
20:42:40 [2020-11-06T20:42:40.294Z] === RUN   TestInspectNetwork/full_network_id
20:42:40 [2020-11-06T20:42:40.294Z] === RUN   TestInspectNetwork/partial_network_id
20:42:40 [2020-11-06T20:42:40.294Z] === RUN   TestInspectNetwork/network_name
20:42:40 [2020-11-06T20:42:40.294Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:42:40 [2020-11-06T20:42:40.858Z] === RUN   TestDockerSuite/TestBuildLabel
20:42:41 [2020-11-06T20:42:41.421Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
20:42:41 [2020-11-06T20:42:41.421Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
20:42:41 [2020-11-06T20:42:41.983Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
20:42:41 [2020-11-06T20:42:41.983Z] === RUN   TestDockerSuite/TestBuildLabels
20:42:42 [2020-11-06T20:42:42.546Z] === RUN   TestDockerSuite/TestBuildLabelsCache
20:42:43 [2020-11-06T20:42:43.009Z] INFO: Zapped successfully
20:42:43 [2020-11-06T20:42:43.009Z] 
20:42:43 [2020-11-06T20:42:43.009Z] INFO: executeCI.ps1 exiting at Fri Nov  6 20:42:41 CUT 2020. Duration 00:18:32.8113145
20:42:43 [2020-11-06T20:42:43.009Z] 
20:42:43 [2020-11-06T20:42:43.108Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
20:42:43 [2020-11-06T20:42:43.263Z] Recording test results
20:42:45 [2020-11-06T20:42:45.000Z] --- PASS: TestInspectNetwork (8.61s)
20:42:45 [2020-11-06T20:42:45.000Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:42:45 [2020-11-06T20:42:45.000Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:42:45 [2020-11-06T20:42:45.000Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:42:45 [2020-11-06T20:42:45.000Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:42:45 [2020-11-06T20:42:45.000Z] === RUN   TestRunContainerWithBridgeNone
20:42:45 [2020-11-06T20:42:45.257Z] === RUN   TestDockerSuite/TestBuildLastModified
20:42:46 [2020-11-06T20:42:46.627Z] --- PASS: TestRunContainerWithBridgeNone (1.91s)
20:42:46 [2020-11-06T20:42:46.627Z] === RUN   TestNetworkInvalidJSON
20:42:46 [2020-11-06T20:42:46.627Z] === RUN   TestNetworkInvalidJSON//networks/create
20:42:46 [2020-11-06T20:42:46.627Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:42:46 [2020-11-06T20:42:46.627Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:42:46 [2020-11-06T20:42:46.627Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:42:46 [2020-11-06T20:42:46.627Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:42:46 [2020-11-06T20:42:46.627Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:42:46 [2020-11-06T20:42:46.627Z] === CONT  TestNetworkInvalidJSON//networks/create
20:42:46 [2020-11-06T20:42:46.627Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:42:46 [2020-11-06T20:42:46.627Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:42:46 [2020-11-06T20:42:46.627Z] --- PASS: TestNetworkInvalidJSON (0.01s)
20:42:46 [2020-11-06T20:42:46.627Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:42:46 [2020-11-06T20:42:46.627Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:42:46 [2020-11-06T20:42:46.627Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:42:46 [2020-11-06T20:42:46.627Z] === RUN   TestHostIPv4BridgeLabel
20:42:46 [2020-11-06T20:42:46.734Z] --- PASS: TestInfoAPIWarnings (16.63s)
20:42:46 [2020-11-06T20:42:46.734Z] === RUN   TestInfoDebug
20:42:46 [2020-11-06T20:42:46.734Z] --- PASS: TestInfoDebug (0.72s)
20:42:46 [2020-11-06T20:42:46.734Z] === RUN   TestInfoInsecureRegistries
20:42:46 [2020-11-06T20:42:46.734Z] --- PASS: TestInfoInsecureRegistries (0.64s)
20:42:46 [2020-11-06T20:42:46.734Z] === RUN   TestInfoRegistryMirrors
20:42:47 [2020-11-06T20:42:47.189Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
20:42:47 [2020-11-06T20:42:47.189Z] === RUN   TestDaemonRestartWithLiveRestore
20:42:47 [2020-11-06T20:42:47.311Z] --- PASS: TestInfoRegistryMirrors (0.62s)
20:42:47 [2020-11-06T20:42:47.311Z] === RUN   TestLoginFailsWithBadCredentials
20:42:47 [2020-11-06T20:42:47.573Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s)
20:42:47 [2020-11-06T20:42:47.573Z] === RUN   TestPingCacheHeaders
20:42:47 [2020-11-06T20:42:47.573Z] --- PASS: TestPingCacheHeaders (0.05s)
20:42:47 [2020-11-06T20:42:47.573Z] === RUN   TestPingGet
20:42:47 [2020-11-06T20:42:47.836Z] --- PASS: TestPingGet (0.03s)
20:42:47 [2020-11-06T20:42:47.836Z] === RUN   TestPingHead
20:42:47 [2020-11-06T20:42:47.836Z] --- PASS: TestPingHead (0.05s)
20:42:47 [2020-11-06T20:42:47.836Z] === RUN   TestVersion
20:42:47 [2020-11-06T20:42:47.836Z] --- PASS: TestVersion (0.05s)
20:42:47 [2020-11-06T20:42:47.836Z] PASS
20:42:47 [2020-11-06T20:42:47.836Z] 
20:42:47 [2020-11-06T20:42:47.836Z] === Skipped
20:42:47 [2020-11-06T20:42:47.836Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:42:47 [2020-11-06T20:42:47.836Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:42:47 [2020-11-06T20:42:47.836Z] 
20:42:47 [2020-11-06T20:42:47.836Z] 
20:42:47 [2020-11-06T20:42:47.836Z] DONE 18 tests, 1 skipped in 22.652s
20:42:47 [2020-11-06T20:42:47.836Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
20:42:47 [2020-11-06T20:42:47.836Z] ++ 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
20:42:47 [2020-11-06T20:42:47.836Z] ++ set -e
20:42:47 [2020-11-06T20:42:47.836Z] ++ '[' -n 0 ']'
20:42:47 [2020-11-06T20:42:47.836Z] ++ set -x
20:42:47 [2020-11-06T20:42:47.836Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:42:48 [2020-11-06T20:42:48.099Z] INFO: Testing against a local daemon
20:42:48 [2020-11-06T20:42:48.099Z] === RUN   TestVolumesCreateAndList
20:42:48 [2020-11-06T20:42:48.099Z] --- PASS: TestVolumesCreateAndList (0.05s)
20:42:48 [2020-11-06T20:42:48.099Z] === RUN   TestVolumesRemove
20:42:48 [2020-11-06T20:42:48.099Z] --- PASS: TestVolumesRemove (0.11s)
20:42:48 [2020-11-06T20:42:48.099Z] === RUN   TestVolumesInspect
20:42:48 [2020-11-06T20:42:48.099Z] --- PASS: TestVolumesInspect (0.03s)
20:42:48 [2020-11-06T20:42:48.099Z] === RUN   TestVolumesInvalidJSON
20:42:48 [2020-11-06T20:42:48.099Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:42:48 [2020-11-06T20:42:48.099Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:42:48 [2020-11-06T20:42:48.099Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:42:48 [2020-11-06T20:42:48.099Z] --- PASS: TestVolumesInvalidJSON (0.03s)
20:42:48 [2020-11-06T20:42:48.099Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:42:48 [2020-11-06T20:42:48.099Z] PASS
20:42:48 [2020-11-06T20:42:48.099Z] 
20:42:48 [2020-11-06T20:42:48.099Z] DONE 5 tests in 0.388s
20:42:48 [2020-11-06T20:42:48.099Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:42:48 [2020-11-06T20:42:48.117Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
20:42:48 [2020-11-06T20:42:48.117Z] === RUN   TestDaemonDefaultNetworkPools
20:42:48 [2020-11-06T20:42:48.674Z] ++++ cat bundles/test-integration/docker.pid
20:42:48 [2020-11-06T20:42:48.674Z] +++ kill 13696
20:42:49 [2020-11-06T20:42:49.048Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s)
20:42:49 [2020-11-06T20:42:49.048Z] === RUN   TestDaemonRestartWithExistingNetwork
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
20:42:50 [2020-11-06T20:42:50.020Z] === RUN   TestDockerSuite/TestBuildLineBreak
20:42:50 [2020-11-06T20:42:50.020Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
20:42:50 [2020-11-06T20:42:50.020Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:42:50 [2020-11-06T20:42:50.066Z] +++ /etc/init.d/apparmor stop
20:42:50 [2020-11-06T20:42:50.066Z] Leaving: AppArmorNo profiles have been unloaded.
20:42:50 [2020-11-06T20:42:50.066Z] 
20:42:50 [2020-11-06T20:42:50.066Z] Unloading profiles will leave already running processes permanently
20:42:50 [2020-11-06T20:42:50.066Z] unconfined, which can lead to unexpected situations.
20:42:50 [2020-11-06T20:42:50.066Z] 
20:42:50 [2020-11-06T20:42:50.066Z] To set a process to complain mode, use the command line tool
20:42:50 [2020-11-06T20:42:50.066Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:42:50 [2020-11-06T20:42:50.066Z] +++ true
20:42:50 [2020-11-06T20:42:50.066Z] exiting test-integration
20:42:50 [2020-11-06T20:42:50.066Z] ++ exit 0
20:42:50 [2020-11-06T20:42:50.066Z] 
20:42:51 [2020-11-06T20:42:51.287Z] Creating windowsRS5-integration-bundles.zip
20:42:51 [2020-11-06T20:42:51.388Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s)
20:42:51 [2020-11-06T20:42:51.388Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
[Pipeline] step
20:42:51 [2020-11-06T20:42:51.975Z] Archiving artifacts
20:42:52 [2020-11-06T20:42:52.026Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
20:42:52 [2020-11-06T20:42:52.026Z] === RUN   TestServiceWithPredefinedNetwork
Post stage
[Pipeline] junit
20:42:52 [2020-11-06T20:42:52.639Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
20:42:53 [2020-11-06T20:42:53.000Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
20:42:53 [2020-11-06T20:42:53.000Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
20:42:53 [2020-11-06T20:42:53.000Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
20:42:53 [2020-11-06T20:42:53.000Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:42:53 [2020-11-06T20:42:53.265Z] === RUN   TestDockerSuite/TestBuildMaintainer
20:42:53 [2020-11-06T20:42:53.265Z] === RUN   TestDockerSuite/TestBuildMissingArgs
20:42:53 [2020-11-06T20:42:53.329Z] + echo Ensuring container killed.
20:42:53 [2020-11-06T20:42:53.329Z] Ensuring container killed.
20:42:53 [2020-11-06T20:42:53.329Z] + docker rm -vf docker-pr1
20:42:53 [2020-11-06T20:42:53.329Z] Error: No such container: docker-pr1
20:42:53 [2020-11-06T20:42:53.329Z] + true
[Pipeline] sh
20:42:53 [2020-11-06T20:42:53.627Z] + echo Chowning /workspace to jenkins user
20:42:53 [2020-11-06T20:42:53.627Z] Chowning /workspace to jenkins user
20:42:53 [2020-11-06T20:42:53.627Z] + id -u
20:42:53 [2020-11-06T20:42:53.627Z] + id -g
20:42:53 [2020-11-06T20:42:53.627Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41648:/workspace busybox chown -R 1000:1000 /workspace
20:42:53 [2020-11-06T20:42:53.627Z] Unable to find image 'busybox:latest' locally
20:42:53 [2020-11-06T20:42:53.627Z] latest: Pulling from library/busybox
20:42:53 [2020-11-06T20:42:53.893Z] 5dce72bf4214: Pulling fs layer
20:42:53 [2020-11-06T20:42:53.893Z] 5dce72bf4214: Verifying Checksum
20:42:53 [2020-11-06T20:42:53.893Z] 5dce72bf4214: Download complete
20:42:54 [2020-11-06T20:42:54.164Z] 5dce72bf4214: Pull complete
20:42:54 [2020-11-06T20:42:54.164Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
20:42:54 [2020-11-06T20:42:54.164Z] Status: Downloaded newer image for busybox:latest
20:42:55 [2020-11-06T20:42:55.161Z] --- PASS: TestServiceWithPredefinedNetwork (3.00s)
20:42:55 [2020-11-06T20:42:55.161Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:42:55 [2020-11-06T20:42:55.161Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:42:55 [2020-11-06T20:42:55.161Z]     service_test.go:236: FLAKY_TEST
20:42:55 [2020-11-06T20:42:55.161Z] === RUN   TestServiceWithDataPathPortInit
20:42:55 [2020-11-06T20:42:55.161Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
20:42:56 [2020-11-06T20:42:56.529Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:42:57 [2020-11-06T20:42:57.799Z] + bundleName=arm64-integration
20:42:57 [2020-11-06T20:42:57.799Z] + echo Creating arm64-integration-bundles.tar.gz
20:42:57 [2020-11-06T20:42:57.799Z] Creating arm64-integration-bundles.tar.gz
20:42:57 [2020-11-06T20:42:57.799Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:42:57 [2020-11-06T20:42:57.799Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
20:42:58 [2020-11-06T20:42:58.077Z] Archiving artifacts
20:42:59 [2020-11-06T20:42:59.805Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
20:42:59 [2020-11-06T20:42:59.805Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
20:43:00 [2020-11-06T20:43:00.061Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
20:43:00 [2020-11-06T20:43:00.226Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41648/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:43:00 [2020-11-06T20:43:00.572Z] + make clean
20:43:01 [2020-11-06T20:43:01.148Z] docker volume rm -f docker-dev-cache
20:43:01 [2020-11-06T20:43:01.148Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:43:05 [2020-11-06T20:43:05.578Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41648/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:43:06 [2020-11-06T20:43:06.533Z] + make clean
20:43:08 [2020-11-06T20:43:08.104Z] docker volume rm -f docker-dev-cache
20:43:08 [2020-11-06T20:43:08.104Z] docker-dev-cache
20:43:08 [2020-11-06T20:43:08.157Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:43:10 [2020-11-06T20:43:10.048Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
20:43:11 [2020-11-06T20:43:11.018Z] --- PASS: TestServiceWithDataPathPortInit (15.85s)
20:43:11 [2020-11-06T20:43:11.018Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:43:11 [2020-11-06T20:43:11.018Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
20:43:12 [2020-11-06T20:43:12.914Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
20:43:12 [2020-11-06T20:43:12.914Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/api/server/middleware	0.018s	coverage: 37.7% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/api/types/strslice	0.010s	coverage: 90.0% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/api/types/filters	0.015s	coverage: 92.2% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/api/types/versions	0.007s	coverage: 75.0% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/builder	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/builder/dockerignore	0.008s	coverage: 96.8% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/builder/dockerfile	0.147s	coverage: 48.1% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/builder/remotecontext	0.142s	coverage: 13.7% of statements
20:43:13 [2020-11-06T20:43:13.207Z] ok  	github.com/docker/docker/cli/debug	0.004s	coverage: 100.0% of statements
20:43:13 [2020-11-06T20:43:13.780Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.251s	coverage: 86.3% of statements
20:43:13 [2020-11-06T20:43:13.780Z] ?   	github.com/docker/docker/cli	[no test files]
20:43:13 [2020-11-06T20:43:13.780Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:43:16 [2020-11-06T20:43:16.183Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
20:43:16 [2020-11-06T20:43:16.440Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
20:43:17 [2020-11-06T20:43:17.810Z] === RUN   TestDockerSuite/TestBuildMultipleTags
20:43:18 [2020-11-06T20:43:18.069Z] === RUN   TestDockerSuite/TestBuildNetContainer
20:43:18 [2020-11-06T20:43:18.076Z] ok  	github.com/docker/docker/client	0.189s	coverage: 75.4% of statements
20:43:19 [2020-11-06T20:43:19.000Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.94s)
20:43:19 [2020-11-06T20:43:19.000Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qu9io0k2fu3cyz9xcvgru3qjc Created:2020-11-06 20:43:12.388440417 +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[5ebc1d1e45f4aae0c87097d4df08fca53192a76ef4472ee935a58980aff02447:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3p40ooqrzgnj6kwsy3lbx4yrc EndpointID:867c5d0ee82f25c5e199d828219f8e1c83c929b696f5c56fbf1a0c8ddbc8488a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7ee42b6b89ceadc8842b91ac25c364dacb39c3200e859ca1dc915addaa804cdb 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:1d40a65edbab IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3p40ooqrzgnj6kwsy3lbx4yrc EndpointID:867c5d0ee82f25c5e199d828219f8e1c83c929b696f5c56fbf1a0c8ddbc8488a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:43:19 [2020-11-06T20:43:19.000Z] PASS
20:43:19 [2020-11-06T20:43:19.000Z] 
20:43:19 [2020-11-06T20:43:19.000Z] === Skipped
20:43:19 [2020-11-06T20:43:19.000Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:43:19 [2020-11-06T20:43:19.000Z]     service_test.go:236: FLAKY_TEST
20:43:19 [2020-11-06T20:43:19.000Z] 
20:43:19 [2020-11-06T20:43:19.000Z] 
20:43:19 [2020-11-06T20:43:19.000Z] DONE 23 tests, 1 skipped in 50.516s
20:43:19 [2020-11-06T20:43:19.000Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:43:19 [2020-11-06T20:43:19.000Z] ++ 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
20:43:19 [2020-11-06T20:43:19.000Z] ++ set -e
20:43:19 [2020-11-06T20:43:19.000Z] ++ '[' -n 0 ']'
20:43:19 [2020-11-06T20:43:19.000Z] ++ set -x
20:43:19 [2020-11-06T20:43:19.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:43:19 [2020-11-06T20:43:19.000Z] INFO: Testing against a local daemon
20:43:19 [2020-11-06T20:43:19.000Z] === RUN   TestDockerNetworkIpvlanPersistance
20:43:19 [2020-11-06T20:43:19.000Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:43:19 [2020-11-06T20:43:19.000Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:43:19 [2020-11-06T20:43:19.000Z] === RUN   TestDockerNetworkIpvlan
20:43:19 [2020-11-06T20:43:19.000Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:43:19 [2020-11-06T20:43:19.000Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:43:19 [2020-11-06T20:43:19.000Z] PASS
20:43:19 [2020-11-06T20:43:19.000Z] 
20:43:19 [2020-11-06T20:43:19.000Z] === Skipped
20:43:19 [2020-11-06T20:43:19.000Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:43:19 [2020-11-06T20:43:19.000Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:43:19 [2020-11-06T20:43:19.000Z] 
20:43:19 [2020-11-06T20:43:19.000Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:43:19 [2020-11-06T20:43:19.000Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:43:19 [2020-11-06T20:43:19.000Z] 
20:43:19 [2020-11-06T20:43:19.000Z] 
20:43:19 [2020-11-06T20:43:19.000Z] DONE 2 tests, 2 skipped in 0.130s
20:43:19 [2020-11-06T20:43:19.000Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:43:19 [2020-11-06T20:43:19.000Z] ++ 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
20:43:19 [2020-11-06T20:43:19.000Z] ++ set -e
20:43:19 [2020-11-06T20:43:19.000Z] ++ '[' -n 0 ']'
20:43:19 [2020-11-06T20:43:19.000Z] ++ set -x
20:43:19 [2020-11-06T20:43:19.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:43:19 [2020-11-06T20:43:19.000Z] INFO: Testing against a local daemon
20:43:19 [2020-11-06T20:43:19.000Z] === RUN   TestDockerNetworkMacvlanPersistance
20:43:19 [2020-11-06T20:43:19.563Z] === RUN   TestDockerSuite/TestBuildNetNone
20:43:20 [2020-11-06T20:43:20.126Z] === RUN   TestDockerSuite/TestBuildNoContext
20:43:20 [2020-11-06T20:43:20.689Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s)
20:43:20 [2020-11-06T20:43:20.689Z] === RUN   TestDockerNetworkMacvlan
20:43:20 [2020-11-06T20:43:20.689Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
20:43:21 [2020-11-06T20:43:21.618Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:43:21 [2020-11-06T20:43:21.618Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
20:43:22 [2020-11-06T20:43:22.182Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:43:23 [2020-11-06T20:43:23.112Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
20:43:23 [2020-11-06T20:43:23.112Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:43:23 [2020-11-06T20:43:23.368Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
20:43:23 [2020-11-06T20:43:23.368Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
20:43:23 [2020-11-06T20:43:23.932Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
20:43:24 [2020-11-06T20:43:24.495Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
20:43:25 [2020-11-06T20:43:25.058Z] === RUN   TestDockerSuite/TestBuildOnBuild
20:43:25 [2020-11-06T20:43:25.314Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:43:27 [2020-11-06T20:43:27.221Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
20:43:27 [2020-11-06T20:43:27.221Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
20:43:27 [2020-11-06T20:43:27.791Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
20:43:27 [2020-11-06T20:43:27.791Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:43:31 [2020-11-06T20:43:31.061Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
20:43:32 [2020-11-06T20:43:32.429Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
20:43:33 [2020-11-06T20:43:33.800Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:43:34 [2020-11-06T20:43:34.731Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
20:43:34 [2020-11-06T20:43:34.990Z] --- PASS: TestDockerNetworkMacvlan (14.39s)
20:43:34 [2020-11-06T20:43:34.990Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
20:43:34 [2020-11-06T20:43:34.990Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
20:43:34 [2020-11-06T20:43:34.990Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.12s)
20:43:34 [2020-11-06T20:43:34.990Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.28s)
20:43:34 [2020-11-06T20:43:34.990Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.28s)
20:43:34 [2020-11-06T20:43:34.990Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.99s)
20:43:34 [2020-11-06T20:43:34.990Z] PASS
20:43:34 [2020-11-06T20:43:34.990Z] 
20:43:34 [2020-11-06T20:43:34.990Z] DONE 8 tests in 15.974s
20:43:34 [2020-11-06T20:43:34.990Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:43:34 [2020-11-06T20:43:34.990Z] ++ 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
20:43:34 [2020-11-06T20:43:34.990Z] ++ set -e
20:43:34 [2020-11-06T20:43:34.990Z] ++ '[' -n 0 ']'
20:43:34 [2020-11-06T20:43:34.990Z] ++ set -x
20:43:34 [2020-11-06T20:43:34.990Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:43:34 [2020-11-06T20:43:34.990Z] testing: warning: no tests to run
20:43:34 [2020-11-06T20:43:34.990Z] PASS
20:43:34 [2020-11-06T20:43:34.990Z] 
20:43:34 [2020-11-06T20:43:34.990Z] DONE 0 tests in 0.036s
20:43:34 [2020-11-06T20:43:34.990Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:43:34 [2020-11-06T20:43:34.990Z] ++ 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
20:43:34 [2020-11-06T20:43:34.990Z] ++ set -e
20:43:34 [2020-11-06T20:43:34.990Z] ++ '[' -n 0 ']'
20:43:34 [2020-11-06T20:43:34.990Z] ++ set -x
20:43:34 [2020-11-06T20:43:34.990Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:43:35 [2020-11-06T20:43:35.246Z] INFO: Testing against a local daemon
20:43:35 [2020-11-06T20:43:35.246Z] === RUN   TestAuthZPluginAllowRequest
20:43:35 [2020-11-06T20:43:35.808Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
20:43:36 [2020-11-06T20:43:36.550Z] --- PASS: TestImportExtremelyLargeImageWorks (193.41s)
20:43:36 [2020-11-06T20:43:36.550Z] PASS
20:43:36 [2020-11-06T20:43:36.550Z] 
20:43:36 [2020-11-06T20:43:36.550Z] === Skipped
20:43:36 [2020-11-06T20:43:36.550Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
20:43:36 [2020-11-06T20:43:36.550Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:43:36 [2020-11-06T20:43:36.550Z] 
20:43:36 [2020-11-06T20:43:36.550Z] 
20:43:36 [2020-11-06T20:43:36.550Z] DONE 12 tests, 1 skipped in 194.460s
20:43:36 [2020-11-06T20:43:36.550Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
20:43:36 [2020-11-06T20:43:36.550Z] ++ 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
20:43:36 [2020-11-06T20:43:36.550Z] ++ set -e
20:43:36 [2020-11-06T20:43:36.550Z] ++ '[' -n 0 ']'
20:43:36 [2020-11-06T20:43:36.550Z] ++ set -x
20:43:36 [2020-11-06T20:43:36.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=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:43:36 [2020-11-06T20:43:36.550Z] INFO: Testing against a local daemon
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestNetworkCreateDelete
20:43:36 [2020-11-06T20:43:36.550Z] --- PASS: TestNetworkCreateDelete (0.16s)
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestDockerNetworkDeletePreferID
20:43:36 [2020-11-06T20:43:36.550Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s)
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestDaemonDNSFallback
20:43:36 [2020-11-06T20:43:36.550Z] --- PASS: TestDaemonDNSFallback (1.56s)
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestInspectNetwork
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestInspectNetwork/full_network_id
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestInspectNetwork/partial_network_id
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestInspectNetwork/network_name
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:43:36 [2020-11-06T20:43:36.550Z] --- PASS: TestInspectNetwork (6.99s)
20:43:36 [2020-11-06T20:43:36.550Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:43:36 [2020-11-06T20:43:36.550Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:43:36 [2020-11-06T20:43:36.550Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:43:36 [2020-11-06T20:43:36.550Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:43:36 [2020-11-06T20:43:36.550Z] === RUN   TestRunContainerWithBridgeNone
20:43:36 [2020-11-06T20:43:36.738Z] --- PASS: TestAuthZPluginAllowRequest (1.51s)
20:43:36 [2020-11-06T20:43:36.738Z] === RUN   TestAuthZPluginTLS
20:43:36 [2020-11-06T20:43:36.995Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
20:43:37 [2020-11-06T20:43:37.252Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
20:43:37 [2020-11-06T20:43:37.252Z] --- PASS: TestAuthZPluginTLS (0.57s)
20:43:37 [2020-11-06T20:43:37.252Z] === RUN   TestAuthZPluginDenyRequest
20:43:37 [2020-11-06T20:43:37.818Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:43:37 [2020-11-06T20:43:37.818Z] === RUN   TestAuthZPluginAPIDenyResponse
20:43:38 [2020-11-06T20:43:38.382Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
20:43:38 [2020-11-06T20:43:38.382Z] === RUN   TestAuthZPluginDenyResponse
20:43:38 [2020-11-06T20:43:38.626Z] --- PASS: TestRunContainerWithBridgeNone (1.87s)
20:43:38 [2020-11-06T20:43:38.626Z] === RUN   TestNetworkInvalidJSON
20:43:38 [2020-11-06T20:43:38.626Z] === RUN   TestNetworkInvalidJSON//networks/create
20:43:38 [2020-11-06T20:43:38.626Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:43:38 [2020-11-06T20:43:38.626Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:43:38 [2020-11-06T20:43:38.626Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:43:38 [2020-11-06T20:43:38.626Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:43:38 [2020-11-06T20:43:38.626Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:43:38 [2020-11-06T20:43:38.626Z] === CONT  TestNetworkInvalidJSON//networks/create
20:43:38 [2020-11-06T20:43:38.626Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:43:38 [2020-11-06T20:43:38.626Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:43:38 [2020-11-06T20:43:38.626Z] --- PASS: TestNetworkInvalidJSON (0.02s)
20:43:38 [2020-11-06T20:43:38.626Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:43:38 [2020-11-06T20:43:38.626Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:43:38 [2020-11-06T20:43:38.626Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:43:38 [2020-11-06T20:43:38.626Z] === RUN   TestHostIPv4BridgeLabel
20:43:38 [2020-11-06T20:43:38.921Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
20:43:38 [2020-11-06T20:43:38.921Z] === RUN   TestDaemonRestartWithLiveRestore
20:43:38 [2020-11-06T20:43:38.945Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
20:43:38 [2020-11-06T20:43:38.945Z] === RUN   TestAuthZPluginAllowEventStream
20:43:39 [2020-11-06T20:43:39.876Z] === RUN   TestDockerSuite/TestBuildPATH
20:43:39 [2020-11-06T20:43:39.964Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
20:43:39 [2020-11-06T20:43:39.964Z] === RUN   TestDaemonDefaultNetworkPools
20:43:40 [2020-11-06T20:43:40.439Z] --- PASS: TestAuthZPluginAllowEventStream (1.42s)
20:43:40 [2020-11-06T20:43:40.439Z] === RUN   TestAuthZPluginErrorResponse
20:43:41 [2020-11-06T20:43:41.002Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
20:43:41 [2020-11-06T20:43:41.002Z] === RUN   TestAuthZPluginErrorRequest
20:43:41 [2020-11-06T20:43:41.008Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
20:43:41 [2020-11-06T20:43:41.008Z] === RUN   TestDaemonRestartWithExistingNetwork
20:43:41 [2020-11-06T20:43:41.565Z] --- PASS: TestAuthZPluginErrorRequest (0.57s)
20:43:41 [2020-11-06T20:43:41.565Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:43:41 [2020-11-06T20:43:41.823Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
20:43:42 [2020-11-06T20:43:42.055Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
20:43:42 [2020-11-06T20:43:42.055Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:43:42 [2020-11-06T20:43:42.085Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s)
20:43:42 [2020-11-06T20:43:42.085Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:43:42 [2020-11-06T20:43:42.343Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
20:43:43 [2020-11-06T20:43:43.121Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s)
20:43:43 [2020-11-06T20:43:43.121Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:43:43 [2020-11-06T20:43:43.276Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
20:43:43 [2020-11-06T20:43:43.765Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
20:43:43 [2020-11-06T20:43:43.765Z] === RUN   TestServiceWithPredefinedNetwork
20:43:43 [2020-11-06T20:43:43.838Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.83s)
20:43:43 [2020-11-06T20:43:43.839Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:43:45 [2020-11-06T20:43:45.730Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.98s)
20:43:45 [2020-11-06T20:43:45.730Z] === RUN   TestAuthZPluginHeader
20:43:45 [2020-11-06T20:43:45.901Z] --- PASS: TestServiceWithPredefinedNetwork (2.10s)
20:43:45 [2020-11-06T20:43:45.901Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:43:45 [2020-11-06T20:43:45.901Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:43:45 [2020-11-06T20:43:45.901Z]     service_test.go:236: FLAKY_TEST
20:43:45 [2020-11-06T20:43:45.901Z] === RUN   TestServiceWithDataPathPortInit
20:43:46 [2020-11-06T20:43:46.659Z] --- PASS: TestAuthZPluginHeader (0.86s)
20:43:46 [2020-11-06T20:43:46.659Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:43:51 [2020-11-06T20:43:51.907Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
20:43:51 [2020-11-06T20:43:51.907Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.74s)
20:43:51 [2020-11-06T20:43:51.907Z] === RUN   TestAuthZPluginV2Disable
20:43:53 [2020-11-06T20:43:53.798Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
20:43:55 [2020-11-06T20:43:55.165Z] --- PASS: TestAuthZPluginV2Disable (3.56s)
20:43:55 [2020-11-06T20:43:55.165Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:43:55 [2020-11-06T20:43:55.422Z] === RUN   TestDockerSuite/TestBuildRm
20:43:57 [2020-11-06T20:43:57.940Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
20:43:57 [2020-11-06T20:43:57.940Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.02s)
20:43:57 [2020-11-06T20:43:57.940Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:43:58 [2020-11-06T20:43:58.504Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
20:43:59 [2020-11-06T20:43:59.433Z] === RUN   TestDockerSuite/TestBuildScratchCopy
20:43:59 [2020-11-06T20:43:59.433Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
20:44:00 [2020-11-06T20:44:00.363Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
20:44:00 [2020-11-06T20:44:00.925Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
20:44:01 [2020-11-06T20:44:01.182Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
20:44:01 [2020-11-06T20:44:01.811Z] --- PASS: TestServiceWithDataPathPortInit (13.85s)
20:44:01 [2020-11-06T20:44:01.811Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:44:02 [2020-11-06T20:44:02.566Z] === RUN   TestDockerSuite/TestBuildShellInherited
20:44:04 [2020-11-06T20:44:04.461Z] === RUN   TestDockerSuite/TestBuildShellMultiple
20:44:04 [2020-11-06T20:44:04.803Z] ok  	github.com/docker/docker/cmd/dockerd	0.092s	coverage: 29.1% of statements
20:44:04 [2020-11-06T20:44:04.803Z] ok  	github.com/docker/docker/container	0.116s	coverage: 34.7% of statements
20:44:04 [2020-11-06T20:44:04.803Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:44:04 [2020-11-06T20:44:04.803Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:44:04 [2020-11-06T20:44:04.803Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:44:04 [2020-11-06T20:44:04.803Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:44:07 [2020-11-06T20:44:07.399Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s)
20:44:07 [2020-11-06T20:44:07.399Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:d4h69md3bfa35mpp74tlnh9ha Created:2020-11-06 20:44:00.804645159 +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[8137e8002d155bccb4097abd219aec342284eafb71ebb406543f687d1ecbd5fe:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x1ankjw2c2c0nuywpousk7i8u EndpointID:68b5751fa64374a37995e4072327f35376e493f4cfcd954542876a34d19cbe8f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4576a08c0c720551b0c023777a4a946d29a87b50fc830ed44cfecd5175ec44af 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:ee2a7e1ab7bd IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x1ankjw2c2c0nuywpousk7i8u EndpointID:68b5751fa64374a37995e4072327f35376e493f4cfcd954542876a34d19cbe8f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:44:07 [2020-11-06T20:44:07.399Z] PASS
20:44:07 [2020-11-06T20:44:07.399Z] 
20:44:07 [2020-11-06T20:44:07.399Z] === Skipped
20:44:07 [2020-11-06T20:44:07.399Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:44:07 [2020-11-06T20:44:07.399Z]     service_test.go:236: FLAKY_TEST
20:44:07 [2020-11-06T20:44:07.399Z] 
20:44:07 [2020-11-06T20:44:07.399Z] 
20:44:07 [2020-11-06T20:44:07.399Z] DONE 23 tests, 1 skipped in 39.542s
20:44:07 [2020-11-06T20:44:07.399Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:44:07 [2020-11-06T20:44:07.399Z] ++ 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
20:44:07 [2020-11-06T20:44:07.399Z] ++ set -e
20:44:07 [2020-11-06T20:44:07.399Z] ++ '[' -n 0 ']'
20:44:07 [2020-11-06T20:44:07.399Z] ++ set -x
20:44:07 [2020-11-06T20:44:07.399Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:44:07 [2020-11-06T20:44:07.399Z] INFO: Testing against a local daemon
20:44:07 [2020-11-06T20:44:07.399Z] === RUN   TestDockerNetworkIpvlanPersistance
20:44:07 [2020-11-06T20:44:07.399Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:44:07 [2020-11-06T20:44:07.399Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:44:07 [2020-11-06T20:44:07.399Z] === RUN   TestDockerNetworkIpvlan
20:44:07 [2020-11-06T20:44:07.399Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:44:07 [2020-11-06T20:44:07.399Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:44:07 [2020-11-06T20:44:07.399Z] PASS
20:44:07 [2020-11-06T20:44:07.399Z] 
20:44:07 [2020-11-06T20:44:07.399Z] === Skipped
20:44:07 [2020-11-06T20:44:07.399Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:44:07 [2020-11-06T20:44:07.399Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:44:07 [2020-11-06T20:44:07.399Z] 
20:44:07 [2020-11-06T20:44:07.399Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:44:07 [2020-11-06T20:44:07.399Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:44:07 [2020-11-06T20:44:07.399Z] 
20:44:07 [2020-11-06T20:44:07.399Z] 
20:44:07 [2020-11-06T20:44:07.399Z] DONE 2 tests, 2 skipped in 0.076s
20:44:07 [2020-11-06T20:44:07.399Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:44:07 [2020-11-06T20:44:07.399Z] ++ 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
20:44:07 [2020-11-06T20:44:07.399Z] ++ set -e
20:44:07 [2020-11-06T20:44:07.399Z] ++ '[' -n 0 ']'
20:44:07 [2020-11-06T20:44:07.399Z] ++ set -x
20:44:07 [2020-11-06T20:44:07.399Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:44:07 [2020-11-06T20:44:07.399Z] INFO: Testing against a local daemon
20:44:07 [2020-11-06T20:44:07.399Z] === RUN   TestDockerNetworkMacvlanPersistance
20:44:08 [2020-11-06T20:44:08.446Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s)
20:44:08 [2020-11-06T20:44:08.446Z] === RUN   TestDockerNetworkMacvlan
20:44:08 [2020-11-06T20:44:08.633Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
20:44:08 [2020-11-06T20:44:08.633Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
20:44:08 [2020-11-06T20:44:08.633Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
20:44:08 [2020-11-06T20:44:08.633Z] === RUN   TestDockerSuite/TestBuildSpaces
20:44:08 [2020-11-06T20:44:08.889Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
20:44:09 [2020-11-06T20:44:09.098Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:44:09 [2020-11-06T20:44:09.452Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
20:44:09 [2020-11-06T20:44:09.708Z] === RUN   TestDockerSuite/TestBuildStderr
20:44:10 [2020-11-06T20:44:10.104Z] ok  	github.com/docker/docker/daemon/cluster	0.070s	coverage: 0.5% of statements
20:44:10 [2020-11-06T20:44:10.155Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:44:10 [2020-11-06T20:44:10.271Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
20:44:10 [2020-11-06T20:44:10.820Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:44:11 [2020-11-06T20:44:11.199Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.09s)
20:44:11 [2020-11-06T20:44:11.199Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:44:12 [2020-11-06T20:44:12.020Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
20:44:12 [2020-11-06T20:44:12.908Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:44:13 [2020-11-06T20:44:13.090Z] === RUN   TestDockerSuite/TestBuildStopSignal
20:44:13 [2020-11-06T20:44:13.410Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 35.9% of statements
20:44:14 [2020-11-06T20:44:14.019Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
20:44:14 [2020-11-06T20:44:14.581Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
20:44:14 [2020-11-06T20:44:14.837Z] === RUN   TestDockerSuite/TestBuildTagEvent
20:44:14 [2020-11-06T20:44:14.988Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:44:15 [2020-11-06T20:44:15.399Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
20:44:16 [2020-11-06T20:44:16.328Z] === RUN   TestDockerSuite/TestBuildUser
20:44:17 [2020-11-06T20:44:17.694Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
20:44:18 [2020-11-06T20:44:18.526Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:44:19 [2020-11-06T20:44:19.574Z] --- PASS: TestDockerNetworkMacvlan (11.10s)
20:44:19 [2020-11-06T20:44:19.574Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
20:44:19 [2020-11-06T20:44:19.574Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
20:44:19 [2020-11-06T20:44:19.574Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s)
20:44:19 [2020-11-06T20:44:19.574Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s)
20:44:19 [2020-11-06T20:44:19.574Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.23s)
20:44:19 [2020-11-06T20:44:19.574Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s)
20:44:19 [2020-11-06T20:44:19.574Z] PASS
20:44:19 [2020-11-06T20:44:19.574Z] 
20:44:19 [2020-11-06T20:44:19.574Z] DONE 8 tests in 12.566s
20:44:19 [2020-11-06T20:44:19.574Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
20:44:19 [2020-11-06T20:44:19.574Z] ++ 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
20:44:19 [2020-11-06T20:44:19.574Z] ++ set -e
20:44:19 [2020-11-06T20:44:19.574Z] ++ '[' -n 0 ']'
20:44:19 [2020-11-06T20:44:19.574Z] ++ set -x
20:44:19 [2020-11-06T20:44:19.574Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:44:19 [2020-11-06T20:44:19.574Z] testing: warning: no tests to run
20:44:19 [2020-11-06T20:44:19.574Z] PASS
20:44:19 [2020-11-06T20:44:19.574Z] 
20:44:19 [2020-11-06T20:44:19.574Z] DONE 0 tests in 0.012s
20:44:19 [2020-11-06T20:44:19.574Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:44:19 [2020-11-06T20:44:19.574Z] ++ 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
20:44:19 [2020-11-06T20:44:19.574Z] ++ set -e
20:44:19 [2020-11-06T20:44:19.574Z] ++ '[' -n 0 ']'
20:44:19 [2020-11-06T20:44:19.574Z] ++ set -x
20:44:19 [2020-11-06T20:44:19.574Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:44:19 [2020-11-06T20:44:19.574Z] INFO: Testing against a local daemon
20:44:19 [2020-11-06T20:44:19.574Z] === RUN   TestAuthZPluginAllowRequest
20:44:20 [2020-11-06T20:44:20.211Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
20:44:21 [2020-11-06T20:44:21.092Z] --- PASS: TestAuthZPluginAllowRequest (1.31s)
20:44:21 [2020-11-06T20:44:21.092Z] === RUN   TestAuthZPluginTLS
20:44:21 [2020-11-06T20:44:21.386Z] --- PASS: TestAuthZPluginTLS (0.58s)
20:44:21 [2020-11-06T20:44:21.386Z] === RUN   TestAuthZPluginDenyRequest
20:44:22 [2020-11-06T20:44:22.027Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
20:44:22 [2020-11-06T20:44:22.027Z] === RUN   TestAuthZPluginAPIDenyResponse
20:44:22 [2020-11-06T20:44:22.675Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
20:44:22 [2020-11-06T20:44:22.675Z] === RUN   TestAuthZPluginDenyResponse
20:44:22 [2020-11-06T20:44:22.971Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
20:44:22 [2020-11-06T20:44:22.971Z] === RUN   TestAuthZPluginAllowEventStream
20:44:23 [2020-11-06T20:44:23.412Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.436s	coverage: 14.1% of statements
20:44:23 [2020-11-06T20:44:23.673Z] ok  	github.com/docker/docker/daemon	12.182s	coverage: 17.2% of statements
20:44:23 [2020-11-06T20:44:23.673Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:44:23 [2020-11-06T20:44:23.673Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:44:23 [2020-11-06T20:44:23.934Z] ok  	github.com/docker/docker/daemon/config	0.060s	coverage: 81.8% of statements
20:44:24 [2020-11-06T20:44:24.499Z] --- PASS: TestAuthZPluginAllowEventStream (1.32s)
20:44:24 [2020-11-06T20:44:24.499Z] === RUN   TestAuthZPluginErrorResponse
20:44:25 [2020-11-06T20:44:25.137Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
20:44:25 [2020-11-06T20:44:25.137Z] === RUN   TestAuthZPluginErrorRequest
20:44:25 [2020-11-06T20:44:25.323Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
20:44:25 [2020-11-06T20:44:25.323Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
20:44:25 [2020-11-06T20:44:25.323Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:44:25 [2020-11-06T20:44:25.323Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:44:25 [2020-11-06T20:44:25.431Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
20:44:25 [2020-11-06T20:44:25.431Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:44:26 [2020-11-06T20:44:26.069Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
20:44:26 [2020-11-06T20:44:26.070Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:44:26 [2020-11-06T20:44:26.712Z] ok  	github.com/docker/docker/daemon/graphdriver	0.010s	coverage: 2.2% of statements
20:44:26 [2020-11-06T20:44:26.764Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
20:44:27 [2020-11-06T20:44:27.694Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.65s)
20:44:27 [2020-11-06T20:44:27.694Z] PASS
20:44:27 [2020-11-06T20:44:27.694Z] 
20:44:27 [2020-11-06T20:44:27.694Z] DONE 17 tests in 52.691s
20:44:27 [2020-11-06T20:44:27.694Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:44:27 [2020-11-06T20:44:27.694Z] ++ 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
20:44:27 [2020-11-06T20:44:27.694Z] ++ set -e
20:44:27 [2020-11-06T20:44:27.694Z] ++ '[' -n 0 ']'
20:44:27 [2020-11-06T20:44:27.694Z] ++ set -x
20:44:27 [2020-11-06T20:44:27.694Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:44:27 [2020-11-06T20:44:27.951Z] INFO: Testing against a local daemon
20:44:27 [2020-11-06T20:44:27.951Z] === RUN   TestPluginInvalidJSON
20:44:27 [2020-11-06T20:44:27.951Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:44:27 [2020-11-06T20:44:27.951Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:44:27 [2020-11-06T20:44:27.951Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:44:27 [2020-11-06T20:44:27.951Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:44:27 [2020-11-06T20:44:27.951Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:44:27 [2020-11-06T20:44:27.951Z] === RUN   TestPluginInstall
20:44:27 [2020-11-06T20:44:27.951Z] === RUN   TestPluginInstall/no_auth
20:44:28 [2020-11-06T20:44:28.146Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.73s)
20:44:28 [2020-11-06T20:44:28.146Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:44:28 [2020-11-06T20:44:28.631Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.451s	coverage: 73.1% of statements
20:44:29 [2020-11-06T20:44:29.576Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.9% of statements
20:44:29 [2020-11-06T20:44:29.703Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s)
20:44:29 [2020-11-06T20:44:29.703Z] === RUN   TestAuthZPluginHeader
20:44:29 [2020-11-06T20:44:29.838Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.428s	coverage: 56.2% of statements
20:44:30 [2020-11-06T20:44:30.340Z] --- PASS: TestAuthZPluginHeader (0.85s)
20:44:30 [2020-11-06T20:44:30.340Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:44:30 [2020-11-06T20:44:30.340Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:44:30 [2020-11-06T20:44:30.340Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:30 [2020-11-06T20:44:30.340Z] === RUN   TestAuthZPluginV2Disable
20:44:30 [2020-11-06T20:44:30.340Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:44:30 [2020-11-06T20:44:30.340Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:30 [2020-11-06T20:44:30.340Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:44:30 [2020-11-06T20:44:30.340Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:44:30 [2020-11-06T20:44:30.340Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:30 [2020-11-06T20:44:30.340Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:44:30 [2020-11-06T20:44:30.340Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:44:30 [2020-11-06T20:44:30.340Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:30 [2020-11-06T20:44:30.340Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:44:31 [2020-11-06T20:44:31.224Z] time="2020-11-06T20:44:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:31 [2020-11-06T20:44:31.224Z] time="2020-11-06T20:44:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:983521d25f5fb7866da86ac72d186794be2eadf461e1879318370acd31f58137" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:31 [2020-11-06T20:44:31.224Z] time="2020-11-06T20:44:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:31 [2020-11-06T20:44:31.224Z] time="2020-11-06T20:44:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:983521d25f5fb7866da86ac72d186794be2eadf461e1879318370acd31f58137" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:31 [2020-11-06T20:44:31.225Z] === RUN   TestPluginInstall/with_htpasswd
20:44:31 [2020-11-06T20:44:31.481Z] === RUN   TestDockerSuite/TestBuildVerboseOut
20:44:32 [2020-11-06T20:44:32.043Z] time="2020-11-06T20:44:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:32 [2020-11-06T20:44:32.043Z] time="2020-11-06T20:44:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75c53104d4f6df773dc39d342f5b4d961f4882784e0695f15b57cc550b530075" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:32 [2020-11-06T20:44:32.043Z] time="2020-11-06T20:44:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:32 [2020-11-06T20:44:32.043Z] time="2020-11-06T20:44:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75c53104d4f6df773dc39d342f5b4d961f4882784e0695f15b57cc550b530075" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:32 [2020-11-06T20:44:32.300Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
20:44:32 [2020-11-06T20:44:32.300Z] === RUN   TestPluginInstall/with_insecure
20:44:32 [2020-11-06T20:44:32.403Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.8% of statements
20:44:32 [2020-11-06T20:44:32.865Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
20:44:33 [2020-11-06T20:44:33.428Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
20:44:33 [2020-11-06T20:44:33.685Z] time="2020-11-06T20:44:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:33 [2020-11-06T20:44:33.685Z] time="2020-11-06T20:44:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1d984873fb1944e0745e7306fb6bfef953ed9393643c66040430fa4f5d0f589e" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:33 [2020-11-06T20:44:33.685Z] time="2020-11-06T20:44:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:33 [2020-11-06T20:44:33.685Z] time="2020-11-06T20:44:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1d984873fb1944e0745e7306fb6bfef953ed9393643c66040430fa4f5d0f589e" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:33 [2020-11-06T20:44:33.942Z] --- PASS: TestPluginInstall (6.06s)
20:44:33 [2020-11-06T20:44:33.942Z]     --- PASS: TestPluginInstall/no_auth (3.36s)
20:44:33 [2020-11-06T20:44:33.942Z]     --- PASS: TestPluginInstall/with_htpasswd (1.10s)
20:44:33 [2020-11-06T20:44:33.942Z]     --- PASS: TestPluginInstall/with_insecure (1.60s)
20:44:33 [2020-11-06T20:44:33.942Z]         plugin_test.go:157: [d76be900109b7] daemon is not started
20:44:33 [2020-11-06T20:44:33.942Z] PASS
20:44:33 [2020-11-06T20:44:33.942Z] 
20:44:33 [2020-11-06T20:44:33.942Z] DONE 6 tests in 6.257s
20:44:33 [2020-11-06T20:44:33.942Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:44:33 [2020-11-06T20:44:33.942Z] ++ 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
20:44:33 [2020-11-06T20:44:33.942Z] ++ set -e
20:44:33 [2020-11-06T20:44:33.942Z] ++ '[' -n 0 ']'
20:44:33 [2020-11-06T20:44:33.942Z] ++ set -x
20:44:33 [2020-11-06T20:44:33.942Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:44:34 [2020-11-06T20:44:34.198Z] INFO: Testing against a local daemon
20:44:34 [2020-11-06T20:44:34.198Z] === RUN   TestExternalGraphDriver
20:44:34 [2020-11-06T20:44:34.198Z] === RUN   TestExternalGraphDriver/json
20:44:34 [2020-11-06T20:44:34.455Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
20:44:34 [2020-11-06T20:44:34.961Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.442s	coverage: 45.9% of statements
20:44:34 [2020-11-06T20:44:34.961Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:44:34 [2020-11-06T20:44:34.961Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.359s	coverage: 49.5% of statements
20:44:35 [2020-11-06T20:44:35.827Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
20:44:35 [2020-11-06T20:44:35.827Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
20:44:35 [2020-11-06T20:44:35.827Z] === RUN   TestDockerSuite/TestBuildWindowsUser
20:44:35 [2020-11-06T20:44:35.827Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
20:44:35 [2020-11-06T20:44:35.827Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
20:44:36 [2020-11-06T20:44:36.084Z] === RUN   TestExternalGraphDriver/spec
20:44:36 [2020-11-06T20:44:36.879Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 58.0% of statements
20:44:37 [2020-11-06T20:44:37.014Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
20:44:37 [2020-11-06T20:44:37.014Z] === RUN   TestDockerSuite/TestBuildWithFailure
20:44:37 [2020-11-06T20:44:37.140Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.686s	coverage: 57.7% of statements
20:44:37 [2020-11-06T20:44:37.140Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:44:37 [2020-11-06T20:44:37.140Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:44:37 [2020-11-06T20:44:37.945Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
20:44:37 [2020-11-06T20:44:37.945Z] === RUN   TestExternalGraphDriver/pull
20:44:38 [2020-11-06T20:44:38.508Z] === RUN   TestDockerSuite/TestBuildWithTabs
20:44:38 [2020-11-06T20:44:38.529Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
20:44:39 [2020-11-06T20:44:39.103Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
20:44:39 [2020-11-06T20:44:39.438Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
20:44:39 [2020-11-06T20:44:39.438Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
20:44:39 [2020-11-06T20:44:39.695Z] --- PASS: TestExternalGraphDriver (5.43s)
20:44:39 [2020-11-06T20:44:39.695Z]     --- PASS: TestExternalGraphDriver/json (1.87s)
20:44:39 [2020-11-06T20:44:39.695Z]     --- PASS: TestExternalGraphDriver/spec (1.90s)
20:44:39 [2020-11-06T20:44:39.695Z]     --- PASS: TestExternalGraphDriver/pull (1.53s)
20:44:39 [2020-11-06T20:44:39.695Z] === RUN   TestGraphdriverPluginV2
20:44:40 [2020-11-06T20:44:40.049Z] ok  	github.com/docker/docker/daemon/images	0.014s	coverage: 4.9% of statements
20:44:40 [2020-11-06T20:44:40.049Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:44:40 [2020-11-06T20:44:40.049Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:44:41 [2020-11-06T20:44:41.438Z] ok  	github.com/docker/docker/daemon/logger	0.221s	coverage: 41.0% of statements
20:44:41 [2020-11-06T20:44:41.596Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
20:44:42 [2020-11-06T20:44:42.383Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.204s	coverage: 77.8% of statements
20:44:42 [2020-11-06T20:44:42.383Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:44:42 [2020-11-06T20:44:42.383Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:44:42 [2020-11-06T20:44:42.645Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.016s	coverage: 67.0% of statements
20:44:42 [2020-11-06T20:44:42.970Z] === RUN   TestDockerSuite/TestBuildWithVolumes
20:44:43 [2020-11-06T20:44:43.590Z] ok  	github.com/docker/docker/daemon/logger/journald	0.014s	coverage: 23.9% of statements
20:44:43 [2020-11-06T20:44:43.899Z] --- PASS: TestGraphdriverPluginV2 (4.10s)
20:44:43 [2020-11-06T20:44:43.899Z] PASS
20:44:43 [2020-11-06T20:44:43.899Z] 
20:44:43 [2020-11-06T20:44:43.899Z] DONE 5 tests in 9.661s
20:44:43 [2020-11-06T20:44:43.899Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:44:43 [2020-11-06T20:44:43.899Z] ++ 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
20:44:43 [2020-11-06T20:44:43.899Z] ++ set -e
20:44:43 [2020-11-06T20:44:43.899Z] ++ '[' -n 0 ']'
20:44:43 [2020-11-06T20:44:43.899Z] ++ set -x
20:44:43 [2020-11-06T20:44:43.899Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:44:43 [2020-11-06T20:44:43.899Z] INFO: Testing against a local daemon
20:44:43 [2020-11-06T20:44:43.899Z] === RUN   TestContinueAfterPluginCrash
20:44:43 [2020-11-06T20:44:43.899Z] === PAUSE TestContinueAfterPluginCrash
20:44:43 [2020-11-06T20:44:43.899Z] === RUN   TestReadPluginNoRead
20:44:43 [2020-11-06T20:44:43.899Z] === PAUSE TestReadPluginNoRead
20:44:43 [2020-11-06T20:44:43.899Z] === RUN   TestDaemonStartWithLogOpt
20:44:43 [2020-11-06T20:44:43.899Z] === PAUSE TestDaemonStartWithLogOpt
20:44:43 [2020-11-06T20:44:43.899Z] === CONT  TestContinueAfterPluginCrash
20:44:43 [2020-11-06T20:44:43.899Z] === CONT  TestDaemonStartWithLogOpt
20:44:43 [2020-11-06T20:44:43.899Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
20:44:44 [2020-11-06T20:44:44.163Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 61.6% of statements
20:44:44 [2020-11-06T20:44:44.424Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
20:44:44 [2020-11-06T20:44:44.461Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
20:44:45 [2020-11-06T20:44:45.392Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
20:44:45 [2020-11-06T20:44:45.392Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
20:44:45 [2020-11-06T20:44:45.813Z] ok  	github.com/docker/docker/daemon/logger/local	0.018s	coverage: 75.2% of statements
20:44:45 [2020-11-06T20:44:45.813Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:44:46 [2020-11-06T20:44:46.075Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.056s	coverage: 56.8% of statements
20:44:46 [2020-11-06T20:44:46.322Z] === RUN   TestDockerSuite/TestBuildXZHost
20:44:47 [2020-11-06T20:44:47.027Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.009s	coverage: 33.3% of statements
20:44:48 [2020-11-06T20:44:48.416Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
20:44:48 [2020-11-06T20:44:48.846Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
20:44:48 [2020-11-06T20:44:48.846Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
20:44:48 [2020-11-06T20:44:48.846Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
20:44:48 [2020-11-06T20:44:48.988Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
20:44:49 [2020-11-06T20:44:49.002Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s)
20:44:49 [2020-11-06T20:44:49.002Z] PASS
20:44:49 [2020-11-06T20:44:49.002Z] 
20:44:49 [2020-11-06T20:44:49.002Z] === Skipped
20:44:49 [2020-11-06T20:44:49.002Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:44:49 [2020-11-06T20:44:49.002Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:49 [2020-11-06T20:44:49.002Z] 
20:44:49 [2020-11-06T20:44:49.002Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:44:49 [2020-11-06T20:44:49.002Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:49 [2020-11-06T20:44:49.002Z] 
20:44:49 [2020-11-06T20:44:49.002Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:44:49 [2020-11-06T20:44:49.002Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:49 [2020-11-06T20:44:49.002Z] 
20:44:49 [2020-11-06T20:44:49.002Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:44:49 [2020-11-06T20:44:49.002Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:49 [2020-11-06T20:44:49.002Z] 
20:44:49 [2020-11-06T20:44:49.002Z] 
20:44:49 [2020-11-06T20:44:49.002Z] DONE 17 tests, 4 skipped in 27.571s
20:44:49 [2020-11-06T20:44:49.002Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:44:49 [2020-11-06T20:44:49.002Z] ++ 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
20:44:49 [2020-11-06T20:44:49.002Z] ++ set -e
20:44:49 [2020-11-06T20:44:49.002Z] ++ '[' -n 0 ']'
20:44:49 [2020-11-06T20:44:49.002Z] ++ set -x
20:44:49 [2020-11-06T20:44:49.002Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:44:49 [2020-11-06T20:44:49.002Z] INFO: Testing against a local daemon
20:44:49 [2020-11-06T20:44:49.002Z] === RUN   TestPluginInvalidJSON
20:44:49 [2020-11-06T20:44:49.002Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:44:49 [2020-11-06T20:44:49.002Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:44:49 [2020-11-06T20:44:49.002Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:44:49 [2020-11-06T20:44:49.002Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:44:49 [2020-11-06T20:44:49.002Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:44:49 [2020-11-06T20:44:49.002Z] === RUN   TestPluginInstall
20:44:49 [2020-11-06T20:44:49.002Z] === RUN   TestPluginInstall/no_auth
20:44:49 [2020-11-06T20:44:49.002Z] time="2020-11-06T20:44:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:49 [2020-11-06T20:44:49.002Z] time="2020-11-06T20:44:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:70bb730c6c724ce6598d64cddd5a1225541e428a42f85b3a9ec41c0d8bdac717" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:49 [2020-11-06T20:44:49.002Z] time="2020-11-06T20:44:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:49 [2020-11-06T20:44:49.002Z] time="2020-11-06T20:44:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:70bb730c6c724ce6598d64cddd5a1225541e428a42f85b3a9ec41c0d8bdac717" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:49 [2020-11-06T20:44:49.103Z] --- PASS: TestDaemonStartWithLogOpt (5.35s)
20:44:49 [2020-11-06T20:44:49.103Z] === CONT  TestReadPluginNoRead
20:44:49 [2020-11-06T20:44:49.299Z] === RUN   TestPluginInstall/with_htpasswd
20:44:49 [2020-11-06T20:44:49.363Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
20:44:49 [2020-11-06T20:44:49.562Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.588s	coverage: 82.5% of statements
20:44:49 [2020-11-06T20:44:49.562Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:44:49 [2020-11-06T20:44:49.562Z] ok  	github.com/docker/docker/daemon/network	0.006s	coverage: 63.8% of statements
20:44:49 [2020-11-06T20:44:49.562Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:44:49 [2020-11-06T20:44:49.928Z] === RUN   TestDockerSuite/TestCommitChange
20:44:49 [2020-11-06T20:44:49.938Z] time="2020-11-06T20:44:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:49 [2020-11-06T20:44:49.939Z] time="2020-11-06T20:44:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9df0cbac3e827cb906ed5d711a2b0f0cabcf2c6e93684a7f5a5dea7bc649741d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:49 [2020-11-06T20:44:49.939Z] time="2020-11-06T20:44:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:49 [2020-11-06T20:44:49.939Z] time="2020-11-06T20:44:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9df0cbac3e827cb906ed5d711a2b0f0cabcf2c6e93684a7f5a5dea7bc649741d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:50 [2020-11-06T20:44:50.234Z] === RUN   TestPluginInstall/with_insecure
20:44:50 [2020-11-06T20:44:50.857Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
20:44:51 [2020-11-06T20:44:51.116Z] === RUN   TestDockerSuite/TestCommitChangeLabels
20:44:51 [2020-11-06T20:44:51.281Z] time="2020-11-06T20:44:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:51 [2020-11-06T20:44:51.281Z] time="2020-11-06T20:44:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:14bff95430ce6061afda6124353749f8fb17872d98059094b2765b1a4c125d3b" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:51 [2020-11-06T20:44:51.281Z] time="2020-11-06T20:44:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:44:51 [2020-11-06T20:44:51.281Z] time="2020-11-06T20:44:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:14bff95430ce6061afda6124353749f8fb17872d98059094b2765b1a4c125d3b" mediatype=application/vnd.docker.plugin.v1+json size=522
20:44:51 [2020-11-06T20:44:51.478Z] ok  	github.com/docker/docker/distribution/metadata	0.046s	coverage: 48.2% of statements
20:44:51 [2020-11-06T20:44:51.576Z] --- PASS: TestPluginInstall (4.35s)
20:44:51 [2020-11-06T20:44:51.576Z]     --- PASS: TestPluginInstall/no_auth (2.02s)
20:44:51 [2020-11-06T20:44:51.576Z]     --- PASS: TestPluginInstall/with_htpasswd (0.95s)
20:44:51 [2020-11-06T20:44:51.576Z]     --- PASS: TestPluginInstall/with_insecure (1.38s)
20:44:51 [2020-11-06T20:44:51.576Z]         plugin_test.go:157: [dc92a4c28e5b9] daemon is not started
20:44:51 [2020-11-06T20:44:51.576Z] PASS
20:44:51 [2020-11-06T20:44:51.576Z] 
20:44:51 [2020-11-06T20:44:51.576Z] DONE 6 tests in 4.442s
20:44:51 [2020-11-06T20:44:51.576Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:44:51 [2020-11-06T20:44:51.576Z] ++ 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
20:44:51 [2020-11-06T20:44:51.576Z] ++ set -e
20:44:51 [2020-11-06T20:44:51.576Z] ++ '[' -n 0 ']'
20:44:51 [2020-11-06T20:44:51.576Z] ++ set -x
20:44:51 [2020-11-06T20:44:51.576Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:44:51 [2020-11-06T20:44:51.576Z] INFO: Testing against a local daemon
20:44:51 [2020-11-06T20:44:51.576Z] === RUN   TestExternalGraphDriver
20:44:51 [2020-11-06T20:44:51.870Z] === RUN   TestExternalGraphDriver/json
20:44:52 [2020-11-06T20:44:52.050Z] ok  	github.com/docker/docker/distribution	0.161s	coverage: 21.9% of statements
20:44:52 [2020-11-06T20:44:52.050Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:44:52 [2020-11-06T20:44:52.484Z] === RUN   TestDockerSuite/TestCommitHardlink
20:44:53 [2020-11-06T20:44:53.048Z] === RUN   TestReadPluginNoRead/default
20:44:53 [2020-11-06T20:44:53.436Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 49.4% of statements
20:44:53 [2020-11-06T20:44:53.956Z] === RUN   TestExternalGraphDriver/spec
20:44:53 [2020-11-06T20:44:53.978Z] === RUN   TestDockerSuite/TestCommitNewFile
20:44:54 [2020-11-06T20:44:54.382Z] ok  	github.com/docker/docker/image	0.017s	coverage: 86.4% of statements
20:44:54 [2020-11-06T20:44:54.542Z] --- PASS: TestContinueAfterPluginCrash (10.63s)
20:44:54 [2020-11-06T20:44:54.957Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
20:44:55 [2020-11-06T20:44:55.104Z] === RUN   TestReadPluginNoRead/disabled_caching
20:44:55 [2020-11-06T20:44:55.218Z] ok  	github.com/docker/docker/distribution/xfer	1.879s	coverage: 85.1% of statements
20:44:55 [2020-11-06T20:44:55.219Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:44:55 [2020-11-06T20:44:55.219Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:44:55 [2020-11-06T20:44:55.473Z] === RUN   TestExternalGraphDriver/pull
20:44:55 [2020-11-06T20:44:55.668Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
20:44:55 [2020-11-06T20:44:55.925Z] === RUN   TestDockerSuite/TestCommitPausedContainer
20:44:56 [2020-11-06T20:44:56.163Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
20:44:56 [2020-11-06T20:44:56.163Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:44:56 [2020-11-06T20:44:56.855Z] === RUN   TestDockerSuite/TestCommitTTY
20:44:56 [2020-11-06T20:44:56.855Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:44:56 [2020-11-06T20:44:56.993Z] --- PASS: TestExternalGraphDriver (5.51s)
20:44:56 [2020-11-06T20:44:56.993Z]     --- PASS: TestExternalGraphDriver/json (1.82s)
20:44:56 [2020-11-06T20:44:56.994Z]     --- PASS: TestExternalGraphDriver/spec (1.80s)
20:44:56 [2020-11-06T20:44:56.994Z]     --- PASS: TestExternalGraphDriver/pull (1.77s)
20:44:56 [2020-11-06T20:44:56.994Z] === RUN   TestGraphdriverPluginV2
20:44:57 [2020-11-06T20:44:57.108Z] ok  	github.com/docker/docker/libcontainerd/queue	0.022s	coverage: 100.0% of statements
20:44:57 [2020-11-06T20:44:57.293Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
20:44:57 [2020-11-06T20:44:57.293Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:57 [2020-11-06T20:44:57.293Z] PASS
20:44:57 [2020-11-06T20:44:57.293Z] 
20:44:57 [2020-11-06T20:44:57.293Z] === Skipped
20:44:57 [2020-11-06T20:44:57.293Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
20:44:57 [2020-11-06T20:44:57.293Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:44:57 [2020-11-06T20:44:57.293Z] 
20:44:57 [2020-11-06T20:44:57.293Z] 
20:44:57 [2020-11-06T20:44:57.293Z] DONE 5 tests, 1 skipped in 5.662s
20:44:57 [2020-11-06T20:44:57.293Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:44:57 [2020-11-06T20:44:57.293Z] ++ 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
20:44:57 [2020-11-06T20:44:57.293Z] ++ set -e
20:44:57 [2020-11-06T20:44:57.293Z] ++ '[' -n 0 ']'
20:44:57 [2020-11-06T20:44:57.293Z] ++ set -x
20:44:57 [2020-11-06T20:44:57.293Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:44:57 [2020-11-06T20:44:57.293Z] INFO: Testing against a local daemon
20:44:57 [2020-11-06T20:44:57.293Z] === RUN   TestContinueAfterPluginCrash
20:44:57 [2020-11-06T20:44:57.293Z] === PAUSE TestContinueAfterPluginCrash
20:44:57 [2020-11-06T20:44:57.293Z] === RUN   TestReadPluginNoRead
20:44:57 [2020-11-06T20:44:57.293Z] === PAUSE TestReadPluginNoRead
20:44:57 [2020-11-06T20:44:57.293Z] === RUN   TestDaemonStartWithLogOpt
20:44:57 [2020-11-06T20:44:57.293Z] === PAUSE TestDaemonStartWithLogOpt
20:44:57 [2020-11-06T20:44:57.293Z] === CONT  TestContinueAfterPluginCrash
20:44:57 [2020-11-06T20:44:57.293Z] === CONT  TestDaemonStartWithLogOpt
20:44:57 [2020-11-06T20:44:57.293Z] === CONT  TestReadPluginNoRead
20:44:58 [2020-11-06T20:44:58.053Z] ok  	github.com/docker/docker/oci	0.005s	coverage: 8.2% of statements
20:44:58 [2020-11-06T20:44:58.627Z] ok  	github.com/docker/docker/opts	0.021s	coverage: 67.1% of statements
20:44:58 [2020-11-06T20:44:58.758Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
20:44:58 [2020-11-06T20:44:58.758Z] --- PASS: TestReadPluginNoRead (9.58s)
20:44:58 [2020-11-06T20:44:58.758Z]     --- PASS: TestReadPluginNoRead/default (2.19s)
20:44:58 [2020-11-06T20:44:58.758Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.74s)
20:44:58 [2020-11-06T20:44:58.758Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.91s)
20:44:58 [2020-11-06T20:44:58.758Z]     read_test.go:92: [d6d3e11244a0a] daemon is not started
20:44:58 [2020-11-06T20:44:58.758Z] PASS
20:44:58 [2020-11-06T20:44:58.758Z] 
20:44:58 [2020-11-06T20:44:58.758Z] DONE 6 tests in 15.081s
20:44:58 [2020-11-06T20:44:58.758Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:44:58 [2020-11-06T20:44:58.758Z] ++ 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
20:44:58 [2020-11-06T20:44:58.758Z] ++ set -e
20:44:58 [2020-11-06T20:44:58.758Z] ++ '[' -n 0 ']'
20:44:58 [2020-11-06T20:44:58.758Z] ++ set -x
20:44:58 [2020-11-06T20:44:58.759Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:44:58 [2020-11-06T20:44:58.888Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
20:44:59 [2020-11-06T20:44:59.015Z] testing: warning: no tests to run
20:44:59 [2020-11-06T20:44:59.015Z] PASS
20:44:59 [2020-11-06T20:44:59.015Z] 
20:44:59 [2020-11-06T20:44:59.015Z] DONE 0 tests in 0.055s
20:44:59 [2020-11-06T20:44:59.015Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:44:59 [2020-11-06T20:44:59.015Z] ++ 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
20:44:59 [2020-11-06T20:44:59.015Z] ++ set -e
20:44:59 [2020-11-06T20:44:59.015Z] ++ '[' -n 0 ']'
20:44:59 [2020-11-06T20:44:59.015Z] ++ set -x
20:44:59 [2020-11-06T20:44:59.015Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:44:59 [2020-11-06T20:44:59.015Z] INFO: Testing against a local daemon
20:44:59 [2020-11-06T20:44:59.015Z] === RUN   TestPluginWithDevMounts
20:44:59 [2020-11-06T20:44:59.015Z] === PAUSE TestPluginWithDevMounts
20:44:59 [2020-11-06T20:44:59.015Z] === CONT  TestPluginWithDevMounts
20:44:59 [2020-11-06T20:44:59.579Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
20:45:00 [2020-11-06T20:45:00.834Z] ok  	github.com/docker/docker/pkg/archive	0.377s	coverage: 76.9% of statements
20:45:00 [2020-11-06T20:45:00.945Z] === RUN   TestDockerSuite/TestCommitWithoutPause
20:45:00 [2020-11-06T20:45:00.945Z] --- PASS: TestPluginWithDevMounts (1.98s)
20:45:00 [2020-11-06T20:45:00.945Z] PASS
20:45:00 [2020-11-06T20:45:00.945Z] 
20:45:00 [2020-11-06T20:45:00.945Z] DONE 1 tests in 2.115s
20:45:00 [2020-11-06T20:45:00.945Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:45:00 [2020-11-06T20:45:00.945Z] ++ 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
20:45:00 [2020-11-06T20:45:00.945Z] ++ set -e
20:45:00 [2020-11-06T20:45:00.945Z] ++ '[' -n 0 ']'
20:45:00 [2020-11-06T20:45:00.945Z] ++ set -x
20:45:00 [2020-11-06T20:45:00.945Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:45:01 [2020-11-06T20:45:01.202Z] INFO: Testing against a local daemon
20:45:01 [2020-11-06T20:45:01.202Z] === RUN   TestSecretInspect
20:45:01 [2020-11-06T20:45:01.458Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
20:45:01 [2020-11-06T20:45:01.458Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
20:45:01 [2020-11-06T20:45:01.458Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
20:45:01 [2020-11-06T20:45:01.714Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
20:45:01 [2020-11-06T20:45:01.714Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
20:45:01 [2020-11-06T20:45:01.714Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
20:45:01 [2020-11-06T20:45:01.714Z] === RUN   TestDockerSuite/TestContainerAPICommit
20:45:01 [2020-11-06T20:45:01.799Z] ok  	github.com/docker/docker/pkg/authorization	0.119s	coverage: 68.3% of statements
20:45:01 [2020-11-06T20:45:01.799Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
20:45:02 [2020-11-06T20:45:02.068Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
20:45:02 [2020-11-06T20:45:02.906Z] === RUN   TestReadPluginNoRead/default
20:45:02 [2020-11-06T20:45:02.906Z] --- PASS: TestDaemonStartWithLogOpt (5.44s)
20:45:03 [2020-11-06T20:45:03.089Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
20:45:03 [2020-11-06T20:45:03.950Z] === RUN   TestReadPluginNoRead/disabled_caching
20:45:04 [2020-11-06T20:45:04.019Z] --- PASS: TestSecretInspect (2.87s)
20:45:04 [2020-11-06T20:45:04.019Z] === RUN   TestSecretList
20:45:04 [2020-11-06T20:45:04.276Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
20:45:04 [2020-11-06T20:45:04.276Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
20:45:04 [2020-11-06T20:45:04.840Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
20:45:04 [2020-11-06T20:45:04.995Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:45:05 [2020-11-06T20:45:05.376Z] ok  	github.com/docker/docker/layer	7.373s	coverage: 68.8% of statements
20:45:05 [2020-11-06T20:45:05.376Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:45:05 [2020-11-06T20:45:05.376Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:45:05 [2020-11-06T20:45:05.376Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:45:05 [2020-11-06T20:45:05.376Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:45:05 [2020-11-06T20:45:05.376Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:45:05 [2020-11-06T20:45:05.376Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.558s	coverage: 43.2% of statements
20:45:05 [2020-11-06T20:45:05.376Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:45:05 [2020-11-06T20:45:05.376Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:45:05 [2020-11-06T20:45:05.376Z] ok  	github.com/docker/docker/pkg/directory	0.009s	coverage: 80.0% of statements
20:45:05 [2020-11-06T20:45:05.401Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
20:45:05 [2020-11-06T20:45:05.946Z] ok  	github.com/docker/docker/pkg/discovery	0.006s	coverage: 58.3% of statements
20:45:05 [2020-11-06T20:45:05.962Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
20:45:06 [2020-11-06T20:45:06.208Z] ok  	github.com/docker/docker/pkg/discovery/file	0.004s	coverage: 92.9% of statements
20:45:06 [2020-11-06T20:45:06.511Z] --- PASS: TestReadPluginNoRead (9.22s)
20:45:06 [2020-11-06T20:45:06.511Z]     --- PASS: TestReadPluginNoRead/default (1.44s)
20:45:06 [2020-11-06T20:45:06.511Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.42s)
20:45:06 [2020-11-06T20:45:06.511Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.36s)
20:45:06 [2020-11-06T20:45:06.511Z]     read_test.go:92: [dad64fe1bf379] daemon is not started
20:45:06 [2020-11-06T20:45:06.782Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.010s	coverage: 92.3% of statements
20:45:06 [2020-11-06T20:45:06.889Z] === RUN   TestDockerSuite/TestContainerAPICreate
20:45:06 [2020-11-06T20:45:06.889Z] --- PASS: TestSecretList (2.73s)
20:45:06 [2020-11-06T20:45:06.889Z] === RUN   TestSecretsCreateAndDelete
20:45:07 [2020-11-06T20:45:07.146Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
20:45:07 [2020-11-06T20:45:07.355Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.018s	coverage: 93.8% of statements
20:45:07 [2020-11-06T20:45:07.402Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
20:45:07 [2020-11-06T20:45:07.402Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
20:45:07 [2020-11-06T20:45:07.928Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
20:45:07 [2020-11-06T20:45:07.967Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
20:45:07 [2020-11-06T20:45:07.967Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
20:45:07 [2020-11-06T20:45:07.967Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
20:45:07 [2020-11-06T20:45:07.967Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
20:45:07 [2020-11-06T20:45:07.967Z] === RUN   TestDockerSuite/TestContainerAPIDelete
20:45:08 [2020-11-06T20:45:08.029Z] --- PASS: TestContinueAfterPluginCrash (10.71s)
20:45:08 [2020-11-06T20:45:08.029Z] PASS
20:45:08 [2020-11-06T20:45:08.029Z] 
20:45:08 [2020-11-06T20:45:08.029Z] DONE 6 tests in 10.780s
20:45:08 [2020-11-06T20:45:08.029Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:45:08 [2020-11-06T20:45:08.029Z] ++ 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
20:45:08 [2020-11-06T20:45:08.029Z] ++ set -e
20:45:08 [2020-11-06T20:45:08.029Z] ++ '[' -n 0 ']'
20:45:08 [2020-11-06T20:45:08.029Z] ++ set -x
20:45:08 [2020-11-06T20:45:08.029Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:45:08 [2020-11-06T20:45:08.029Z] testing: warning: no tests to run
20:45:08 [2020-11-06T20:45:08.029Z] PASS
20:45:08 [2020-11-06T20:45:08.029Z] 
20:45:08 [2020-11-06T20:45:08.029Z] DONE 0 tests in 0.019s
20:45:08 [2020-11-06T20:45:08.029Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:45:08 [2020-11-06T20:45:08.029Z] ++ 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
20:45:08 [2020-11-06T20:45:08.029Z] ++ set -e
20:45:08 [2020-11-06T20:45:08.029Z] ++ '[' -n 0 ']'
20:45:08 [2020-11-06T20:45:08.029Z] ++ set -x
20:45:08 [2020-11-06T20:45:08.030Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:45:08 [2020-11-06T20:45:08.030Z] INFO: Testing against a local daemon
20:45:08 [2020-11-06T20:45:08.030Z] === RUN   TestPluginWithDevMounts
20:45:08 [2020-11-06T20:45:08.030Z] === PAUSE TestPluginWithDevMounts
20:45:08 [2020-11-06T20:45:08.030Z] === CONT  TestPluginWithDevMounts
20:45:08 [2020-11-06T20:45:08.871Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
20:45:08 [2020-11-06T20:45:08.895Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
20:45:09 [2020-11-06T20:45:09.153Z] --- PASS: TestSecretsCreateAndDelete (2.31s)
20:45:09 [2020-11-06T20:45:09.153Z] === RUN   TestSecretsUpdate
20:45:09 [2020-11-06T20:45:09.409Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
20:45:09 [2020-11-06T20:45:09.814Z] ok  	github.com/docker/docker/pkg/fileutils	0.013s	coverage: 89.5% of statements
20:45:09 [2020-11-06T20:45:09.973Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
20:45:09 [2020-11-06T20:45:09.973Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
20:45:09 [2020-11-06T20:45:09.973Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
20:45:10 [2020-11-06T20:45:10.104Z] --- PASS: TestPluginWithDevMounts (1.84s)
20:45:10 [2020-11-06T20:45:10.104Z] PASS
20:45:10 [2020-11-06T20:45:10.104Z] 
20:45:10 [2020-11-06T20:45:10.104Z] DONE 1 tests in 1.907s
20:45:10 [2020-11-06T20:45:10.104Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
20:45:10 [2020-11-06T20:45:10.104Z] ++ 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
20:45:10 [2020-11-06T20:45:10.104Z] ++ set -e
20:45:10 [2020-11-06T20:45:10.104Z] ++ '[' -n 0 ']'
20:45:10 [2020-11-06T20:45:10.104Z] ++ set -x
20:45:10 [2020-11-06T20:45:10.104Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:45:10 [2020-11-06T20:45:10.104Z] INFO: Testing against a local daemon
20:45:10 [2020-11-06T20:45:10.104Z] === RUN   TestSecretInspect
20:45:10 [2020-11-06T20:45:10.386Z] ok  	github.com/docker/docker/pkg/fsutils	0.187s	coverage: 85.1% of statements
20:45:10 [2020-11-06T20:45:10.648Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.077s	coverage: 84.1% of statements
20:45:10 [2020-11-06T20:45:10.909Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
20:45:11 [2020-11-06T20:45:11.853Z] ok  	github.com/docker/docker/pkg/idtools	0.505s	coverage: 70.1% of statements
20:45:11 [2020-11-06T20:45:11.864Z] --- PASS: TestSecretsUpdate (2.65s)
20:45:11 [2020-11-06T20:45:11.864Z] === RUN   TestTemplatedSecret
20:45:11 [2020-11-06T20:45:11.864Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
20:45:12 [2020-11-06T20:45:12.186Z] --- PASS: TestSecretInspect (1.92s)
20:45:12 [2020-11-06T20:45:12.187Z] === RUN   TestSecretList
20:45:12 [2020-11-06T20:45:12.426Z] ok  	github.com/docker/docker/pkg/ioutils	0.555s	coverage: 70.6% of statements
20:45:12 [2020-11-06T20:45:12.426Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
20:45:12 [2020-11-06T20:45:12.426Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:45:12 [2020-11-06T20:45:12.687Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
20:45:12 [2020-11-06T20:45:12.687Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:45:12 [2020-11-06T20:45:12.687Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:45:12 [2020-11-06T20:45:12.793Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
20:45:12 [2020-11-06T20:45:12.793Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
20:45:12 [2020-11-06T20:45:12.948Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
20:45:12 [2020-11-06T20:45:12.948Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:45:13 [2020-11-06T20:45:13.050Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
20:45:13 [2020-11-06T20:45:13.209Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
20:45:13 [2020-11-06T20:45:13.471Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
20:45:13 [2020-11-06T20:45:13.733Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 86.7% of statements
20:45:13 [2020-11-06T20:45:13.733Z] ok  	github.com/docker/docker/pkg/pidfile	0.011s	coverage: 82.4% of statements
20:45:13 [2020-11-06T20:45:13.733Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:45:13 [2020-11-06T20:45:13.733Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:45:13 [2020-11-06T20:45:13.979Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
20:45:14 [2020-11-06T20:45:14.294Z] --- PASS: TestSecretList (1.95s)
20:45:14 [2020-11-06T20:45:14.294Z] === RUN   TestSecretsCreateAndDelete
20:45:14 [2020-11-06T20:45:14.677Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
20:45:15 [2020-11-06T20:45:15.353Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
20:45:15 [2020-11-06T20:45:15.622Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
20:45:15 [2020-11-06T20:45:15.819Z] --- PASS: TestSecretsCreateAndDelete (1.88s)
20:45:15 [2020-11-06T20:45:15.819Z] === RUN   TestSecretsUpdate
20:45:15 [2020-11-06T20:45:15.883Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
20:45:15 [2020-11-06T20:45:15.916Z] --- PASS: TestTemplatedSecret (4.09s)
20:45:15 [2020-11-06T20:45:15.916Z] === RUN   TestSecretCreateResolve
20:45:16 [2020-11-06T20:45:16.144Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
20:45:16 [2020-11-06T20:45:16.172Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
20:45:16 [2020-11-06T20:45:16.172Z] === RUN   TestDockerSuite/TestContainerAPIKill
20:45:16 [2020-11-06T20:45:16.735Z] === RUN   TestDockerSuite/TestContainerAPIPause
20:45:17 [2020-11-06T20:45:17.298Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
20:45:17 [2020-11-06T20:45:17.529Z] ok  	github.com/docker/docker/pkg/pubsub	1.029s	coverage: 75.0% of statements
20:45:17 [2020-11-06T20:45:17.789Z] ok  	github.com/docker/docker/pkg/reexec	0.008s	coverage: 82.4% of statements
20:45:17 [2020-11-06T20:45:17.896Z] --- PASS: TestSecretsUpdate (1.93s)
20:45:17 [2020-11-06T20:45:17.896Z] === RUN   TestTemplatedSecret
20:45:18 [2020-11-06T20:45:18.226Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
20:45:18 [2020-11-06T20:45:18.226Z] === RUN   TestDockerSuite/TestContainerAPIRename
20:45:18 [2020-11-06T20:45:18.226Z] --- PASS: TestSecretCreateResolve (2.41s)
20:45:18 [2020-11-06T20:45:18.226Z] PASS
20:45:18 [2020-11-06T20:45:18.226Z] 
20:45:18 [2020-11-06T20:45:18.226Z] DONE 6 tests in 17.168s
20:45:18 [2020-11-06T20:45:18.226Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:45:18 [2020-11-06T20:45:18.226Z] ++ 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
20:45:18 [2020-11-06T20:45:18.226Z] ++ set -e
20:45:18 [2020-11-06T20:45:18.226Z] ++ '[' -n 0 ']'
20:45:18 [2020-11-06T20:45:18.226Z] ++ set -x
20:45:18 [2020-11-06T20:45:18.226Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
20:45:18 [2020-11-06T20:45:18.483Z] INFO: Testing against a local daemon
20:45:18 [2020-11-06T20:45:18.483Z] === RUN   TestServiceCreateInit
20:45:18 [2020-11-06T20:45:18.483Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:45:18 [2020-11-06T20:45:18.739Z] === RUN   TestDockerSuite/TestContainerAPIRestart
20:45:19 [2020-11-06T20:45:19.668Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
20:45:20 [2020-11-06T20:45:20.651Z] --- PASS: TestTemplatedSecret (2.44s)
20:45:20 [2020-11-06T20:45:20.651Z] === RUN   TestSecretCreateResolve
20:45:21 [2020-11-06T20:45:21.037Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
20:45:21 [2020-11-06T20:45:21.037Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
20:45:21 [2020-11-06T20:45:21.037Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
20:45:21 [2020-11-06T20:45:21.037Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
20:45:21 [2020-11-06T20:45:21.037Z] === RUN   TestDockerSuite/TestContainerAPIStart
20:45:21 [2020-11-06T20:45:21.090Z] ok  	github.com/docker/docker/pkg/signal	2.396s	coverage: 61.0% of statements
20:45:21 [2020-11-06T20:45:21.090Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
20:45:21 [2020-11-06T20:45:21.352Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
20:45:21 [2020-11-06T20:45:21.352Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
20:45:21 [2020-11-06T20:45:21.600Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
20:45:22 [2020-11-06T20:45:22.170Z] --- PASS: TestSecretCreateResolve (1.91s)
20:45:22 [2020-11-06T20:45:22.170Z] PASS
20:45:22 [2020-11-06T20:45:22.170Z] 
20:45:22 [2020-11-06T20:45:22.170Z] DONE 6 tests in 12.107s
20:45:22 [2020-11-06T20:45:22.170Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
20:45:22 [2020-11-06T20:45:22.170Z] ++ 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
20:45:22 [2020-11-06T20:45:22.170Z] ++ set -e
20:45:22 [2020-11-06T20:45:22.170Z] ++ '[' -n 0 ']'
20:45:22 [2020-11-06T20:45:22.170Z] ++ set -x
20:45:22 [2020-11-06T20:45:22.170Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:45:22 [2020-11-06T20:45:22.170Z] INFO: Testing against a local daemon
20:45:22 [2020-11-06T20:45:22.170Z] === RUN   TestServiceCreateInit
20:45:22 [2020-11-06T20:45:22.170Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:45:22 [2020-11-06T20:45:22.295Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
20:45:22 [2020-11-06T20:45:22.557Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 36.9% of statements
20:45:22 [2020-11-06T20:45:22.968Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:45:23 [2020-11-06T20:45:23.130Z] ok  	github.com/docker/docker/pkg/tailfile	0.065s	coverage: 88.6% of statements
20:45:23 [2020-11-06T20:45:23.703Z] ok  	github.com/docker/docker/pkg/tarsum	0.048s	coverage: 89.3% of statements
20:45:23 [2020-11-06T20:45:23.965Z] testing: warning: no tests to run
20:45:23 [2020-11-06T20:45:23.965Z] coverage: [no statements]
20:45:23 [2020-11-06T20:45:23.965Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
20:45:24 [2020-11-06T20:45:24.226Z] ok  	github.com/docker/docker/pkg/truncindex	0.103s	coverage: 91.5% of statements
20:45:24 [2020-11-06T20:45:24.488Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
20:45:24 [2020-11-06T20:45:24.749Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
20:45:26 [2020-11-06T20:45:26.235Z] === RUN   TestDockerSuite/TestContainerAPIStop
20:45:26 [2020-11-06T20:45:26.492Z] === RUN   TestDockerSuite/TestContainerAPITop
20:45:26 [2020-11-06T20:45:26.639Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:45:26 [2020-11-06T20:45:26.664Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
20:45:27 [2020-11-06T20:45:27.054Z] --- PASS: TestServiceCreateInit (8.55s)
20:45:27 [2020-11-06T20:45:27.054Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.53s)
20:45:27 [2020-11-06T20:45:27.054Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.00s)
20:45:27 [2020-11-06T20:45:27.054Z] === RUN   TestCreateServiceMultipleTimes
20:45:27 [2020-11-06T20:45:27.310Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
20:45:27 [2020-11-06T20:45:27.310Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
20:45:27 [2020-11-06T20:45:27.310Z] === RUN   TestDockerSuite/TestContainerAPIWait
20:45:27 [2020-11-06T20:45:27.609Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
20:45:27 [2020-11-06T20:45:27.871Z] ok  	github.com/docker/docker/profiles/seccomp	0.008s	coverage: 85.4% of statements
20:45:29 [2020-11-06T20:45:29.261Z] ok  	github.com/docker/docker/quota	0.195s	coverage: 71.4% of statements
20:45:29 [2020-11-06T20:45:29.523Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
20:45:29 [2020-11-06T20:45:29.828Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
20:45:30 [2020-11-06T20:45:30.188Z] --- PASS: TestServiceCreateInit (7.49s)
20:45:30 [2020-11-06T20:45:30.188Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.73s)
20:45:30 [2020-11-06T20:45:30.188Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s)
20:45:30 [2020-11-06T20:45:30.188Z] === RUN   TestCreateServiceMultipleTimes
20:45:30 [2020-11-06T20:45:30.758Z] === RUN   TestDockerSuite/TestContainerNetworkMode
20:45:30 [2020-11-06T20:45:30.912Z] ok  	github.com/docker/docker/registry	0.060s	coverage: 57.2% of statements
20:45:31 [2020-11-06T20:45:31.485Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
20:45:31 [2020-11-06T20:45:31.687Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
20:45:31 [2020-11-06T20:45:31.746Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
20:45:32 [2020-11-06T20:45:32.691Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
20:45:32 [2020-11-06T20:45:32.691Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
20:45:35 [2020-11-06T20:45:35.880Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
20:45:35 [2020-11-06T20:45:35.996Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
20:45:36 [2020-11-06T20:45:36.443Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
20:45:36 [2020-11-06T20:45:36.570Z] ok  	github.com/docker/docker/volume/local	0.094s	coverage: 76.6% of statements
20:45:37 [2020-11-06T20:45:37.144Z] ok  	github.com/docker/docker/volume/mounts	0.019s	coverage: 67.0% of statements
20:45:38 [2020-11-06T20:45:38.335Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
20:45:38 [2020-11-06T20:45:38.531Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
20:45:38 [2020-11-06T20:45:38.899Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
20:45:39 [2020-11-06T20:45:39.828Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
20:45:41 [2020-11-06T20:45:41.194Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
20:45:42 [2020-11-06T20:45:42.560Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
20:45:43 [2020-11-06T20:45:43.925Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
20:45:44 [2020-11-06T20:45:44.852Z] --- PASS: TestCreateServiceMultipleTimes (17.68s)
20:45:44 [2020-11-06T20:45:44.852Z] === RUN   TestCreateServiceConflict
20:45:44 [2020-11-06T20:45:44.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc00070c6c0_<nil>}
20:45:45 [2020-11-06T20:45:45.578Z] --- PASS: TestCreateServiceMultipleTimes (15.66s)
20:45:45 [2020-11-06T20:45:45.579Z] === RUN   TestCreateServiceConflict
20:45:46 [2020-11-06T20:45:46.219Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1534713493_/foo_false__<nil>_<nil>_<nil>}
20:45:46 [2020-11-06T20:45:46.781Z] --- PASS: TestCreateServiceConflict (1.97s)
20:45:46 [2020-11-06T20:45:46.781Z] === RUN   TestCreateServiceMaxReplicas
20:45:47 [2020-11-06T20:45:47.100Z] --- PASS: TestCreateServiceConflict (1.90s)
20:45:47 [2020-11-06T20:45:47.100Z] === RUN   TestCreateServiceMaxReplicas
20:45:47 [2020-11-06T20:45:47.709Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1534713493_/foo_true__<nil>_<nil>_<nil>}
20:45:49 [2020-11-06T20:45:49.078Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3587091184_/foo_false__<nil>_<nil>_<nil>}
20:45:49 [2020-11-06T20:45:49.641Z] --- PASS: TestCreateServiceMaxReplicas (2.90s)
20:45:49 [2020-11-06T20:45:49.641Z] === RUN   TestCreateWithDuplicateNetworkNames
20:45:49 [2020-11-06T20:45:49.850Z] --- PASS: TestCreateServiceMaxReplicas (2.63s)
20:45:49 [2020-11-06T20:45:49.850Z] === RUN   TestCreateWithDuplicateNetworkNames
20:45:50 [2020-11-06T20:45:50.579Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3587091184_/foo_true__<nil>_<nil>_<nil>}
20:45:50 [2020-11-06T20:45:50.759Z] ok  	github.com/docker/docker/pkg/plugins	33.617s	coverage: 76.6% of statements
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/rootless	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/volume	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === Skipped
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver btrfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:73: No driver to put!
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z] time="2020-11-06T20:44:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z] time="2020-11-06T20:44:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z] time="2020-11-06T20:44:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z] time="2020-11-06T20:44:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z] time="2020-11-06T20:44:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:73: No driver to put!
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     overlay_test.go:49: Fails to compute changes intermittently
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.759Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2020-11-06T20:45:50.759Z] 
20:45:50 [2020-11-06T20:45:50.759Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:45:50 [2020-11-06T20:45:50.760Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.760Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2020-11-06T20:45:50.760Z] 
20:45:50 [2020-11-06T20:45:50.760Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:45:50 [2020-11-06T20:45:50.760Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.760Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2020-11-06T20:45:50.760Z] 
20:45:50 [2020-11-06T20:45:50.760Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:45:50 [2020-11-06T20:45:50.760Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:45:50 [2020-11-06T20:45:50.760Z]     graphtest_unix.go:46: Driver zfs not supported
20:45:50 [2020-11-06T20:45:50.760Z] 
20:45:50 [2020-11-06T20:45:50.760Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:45:50 [2020-11-06T20:45:50.760Z]     graphtest_unix.go:73: No driver to put!
20:45:50 [2020-11-06T20:45:50.760Z] 
20:45:50 [2020-11-06T20:45:50.760Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:45:50 [2020-11-06T20:45:50.760Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:45:50 [2020-11-06T20:45:50.760Z] 
20:45:50 [2020-11-06T20:45:50.760Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:45:50 [2020-11-06T20:45:50.760Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:45:50 [2020-11-06T20:45:50.760Z] 
20:45:50 [2020-11-06T20:45:50.760Z] 
20:45:50 [2020-11-06T20:45:50.760Z] DONE 2169 tests, 26 skipped in 253.947s
Post stage
[Pipeline] junit
20:45:50 [2020-11-06T20:45:50.775Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
20:45:51 [2020-11-06T20:45:51.748Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/validate/vendor
20:45:52 [2020-11-06T20:45:52.320Z] No vendor changes in diff.
20:45:52 [2020-11-06T20:45:52.480Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3587091184_/foo_true__0xc00070c720_<nil>_<nil>}
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build e2e image)
[Pipeline] sh
20:45:53 [2020-11-06T20:45:53.237Z] + echo Building e2e image
20:45:53 [2020-11-06T20:45:53.237Z] Building e2e image
20:45:53 [2020-11-06T20:45:53.237Z] + docker build --build-arg DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -t moby-e2e-test -f Dockerfile.e2e .
20:45:53 [2020-11-06T20:45:53.237Z] #2 [internal] load .dockerignore
20:45:53 [2020-11-06T20:45:53.237Z] #2 transferring context: 34B done
20:45:53 [2020-11-06T20:45:53.237Z] #2 DONE 0.0s
20:45:53 [2020-11-06T20:45:53.237Z] 
20:45:53 [2020-11-06T20:45:53.237Z] #1 [internal] load build definition from Dockerfile.e2e
20:45:53 [2020-11-06T20:45:53.237Z] #1 transferring dockerfile: 3.21kB done
20:45:53 [2020-11-06T20:45:53.237Z] #1 DONE 0.0s
20:45:53 [2020-11-06T20:45:53.237Z] 
20:45:53 [2020-11-06T20:45:53.237Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine
20:45:53 [2020-11-06T20:45:53.408Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc00070c7a0_<nil>}
20:45:53 [2020-11-06T20:45:53.814Z] #4 DONE 0.7s
20:45:53 [2020-11-06T20:45:53.814Z] 
20:45:53 [2020-11-06T20:45:53.814Z] #3 [internal] load metadata for docker.io/library/alpine:3.10
20:45:53 [2020-11-06T20:45:53.814Z] #3 DONE 0.6s
20:45:53 [2020-11-06T20:45:53.814Z] 
20:45:53 [2020-11-06T20:45:53.814Z] #8 [internal] load build context
20:45:54 [2020-11-06T20:45:54.388Z] #8 transferring context: 863.59kB 0.4s done
20:45:54 [2020-11-06T20:45:54.388Z] #8 DONE 0.4s
20:45:54 [2020-11-06T20:45:54.388Z] 
20:45:54 [2020-11-06T20:45:54.388Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:45:54 [2020-11-06T20:45:54.388Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.1s done
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done
20:45:54 [2020-11-06T20:45:54.388Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.2s
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 10.91MB / 127.34MB 0.4s
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.2s done
20:45:54 [2020-11-06T20:45:54.388Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 20.00MB / 127.34MB 0.5s
20:45:54 [2020-11-06T20:45:54.678Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.4s done
20:45:54 [2020-11-06T20:45:54.678Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 27.10MB / 127.34MB 0.6s
20:45:54 [2020-11-06T20:45:54.678Z] #14 ...
20:45:54 [2020-11-06T20:45:54.678Z] 
20:45:54 [2020-11-06T20:45:54.678Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013...
20:45:54 [2020-11-06T20:45:54.678Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done
20:45:54 [2020-11-06T20:45:54.678Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done
20:45:54 [2020-11-06T20:45:54.678Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done
20:45:54 [2020-11-06T20:45:54.678Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done
20:45:54 [2020-11-06T20:45:54.678Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.2s done
20:45:54 [2020-11-06T20:45:54.678Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.3s done
20:45:54 [2020-11-06T20:45:54.678Z] #5 DONE 0.8s
20:45:54 [2020-11-06T20:45:54.678Z] 
20:45:54 [2020-11-06T20:45:54.678Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:45:54 [2020-11-06T20:45:54.678Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 35.06MB / 127.34MB 0.8s
20:45:54 [2020-11-06T20:45:54.678Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d
20:45:54 [2020-11-06T20:45:54.773Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc00070c7c0_<nil>}
20:45:54 [2020-11-06T20:45:54.943Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 41.83MB / 127.34MB 1.0s
20:45:54 [2020-11-06T20:45:54.943Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.3s done
20:45:54 [2020-11-06T20:45:54.943Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f
20:45:55 [2020-11-06T20:45:55.210Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 50.67MB / 127.34MB 1.1s
20:45:55 [2020-11-06T20:45:55.210Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0.0s done
20:45:55 [2020-11-06T20:45:55.210Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 65.00MB / 127.34MB 1.3s
20:45:55 [2020-11-06T20:45:55.473Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 73.92MB / 127.34MB 1.4s
20:45:55 [2020-11-06T20:45:55.473Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 99.55MB / 127.34MB 1.6s
20:45:55 [2020-11-06T20:45:55.736Z] #14 ...
20:45:55 [2020-11-06T20:45:55.736Z] 
20:45:55 [2020-11-06T20:45:55.736Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus...
20:45:55 [2020-11-06T20:45:55.736Z] #6 DONE 1.0s
20:45:55 [2020-11-06T20:45:55.736Z] 
20:45:55 [2020-11-06T20:45:55.736Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:45:55 [2020-11-06T20:45:55.736Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 113.67MB / 127.34MB 1.8s
20:45:55 [2020-11-06T20:45:55.997Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 2.0s
20:45:55 [2020-11-06T20:45:55.997Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 2.0s done
20:45:55 [2020-11-06T20:45:55.997Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b
20:45:56 [2020-11-06T20:45:56.139Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc00070c7e0_<nil>}
20:45:57 [2020-11-06T20:45:57.506Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
20:45:57 [2020-11-06T20:45:57.506Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc00070c800_<nil>}
20:45:58 [2020-11-06T20:45:58.875Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
20:45:59 [2020-11-06T20:45:59.804Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
20:46:00 [2020-11-06T20:46:00.061Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
20:46:00 [2020-11-06T20:46:00.061Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
20:46:00 [2020-11-06T20:46:00.061Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
20:46:00 [2020-11-06T20:46:00.061Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
20:46:01 [2020-11-06T20:46:01.291Z] #14 ...
20:46:01 [2020-11-06T20:46:01.291Z] 
20:46:01 [2020-11-06T20:46:01.291Z] #7 [runner 3/12] RUN apk --no-cache add     bash     ca-certificates     g+...
20:46:01 [2020-11-06T20:46:01.291Z] #7 0.705 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.819 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.922 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2)
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.928 (2/30) Installing ncurses-libs (6.1_p20190518-r2)
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.939 (3/30) Installing readline (8.0.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.945 (4/30) Installing bash (5.0.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.961 Executing bash-5.0.0-r0.post-install
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.963 (5/30) Installing ca-certificates (20191127-r2)
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.982 (6/30) Installing libgcc (8.3.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 1.986 (7/30) Installing libstdc++ (8.3.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 2.004 (8/30) Installing binutils (2.32-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 2.101 (9/30) Installing gmp (6.1.2-r1)
20:46:01 [2020-11-06T20:46:01.291Z] #7 2.110 (10/30) Installing isl (0.18-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 2.129 (11/30) Installing libgomp (8.3.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 2.134 (12/30) Installing libatomic (8.3.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 2.137 (13/30) Installing mpfr3 (3.1.5-r1)
20:46:01 [2020-11-06T20:46:01.291Z] #7 2.143 (14/30) Installing mpc1 (1.1.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 2.148 (15/30) Installing gcc (8.3.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 3.077 (16/30) Installing musl-dev (1.1.22-r3)
20:46:01 [2020-11-06T20:46:01.291Z] #7 3.185 (17/30) Installing libc-dev (0.7.1-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 3.187 (18/30) Installing g++ (8.3.0-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 3.787 (19/30) Installing nghttp2-libs (1.39.2-r1)
20:46:01 [2020-11-06T20:46:01.291Z] #7 3.794 (20/30) Installing libcurl (7.66.0-r1)
20:46:01 [2020-11-06T20:46:01.291Z] #7 3.804 (21/30) Installing expat (2.2.8-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 3.808 (22/30) Installing pcre2 (10.33-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 3.816 (23/30) Installing git (2.22.4-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.020 (24/30) Installing libmnl (1.0.4-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.023 (25/30) Installing libnftnl-libs (1.1.3-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.030 (26/30) Installing iptables (1.8.3-r1)
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.056 (27/30) Installing pigz (2.4-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.062 (28/30) Installing tar (1.32-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.071 (29/30) Installing xz-libs (5.2.4-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.076 (30/30) Installing xz (5.2.4-r0)
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.103 Executing busybox-1.30.1-r3.trigger
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.106 Executing ca-certificates-20191127-r2.trigger
20:46:01 [2020-11-06T20:46:01.291Z] #7 4.160 OK: 179 MiB in 44 packages
20:46:01 [2020-11-06T20:46:01.291Z] #7 DONE 5.1s
20:46:01 [2020-11-06T20:46:01.291Z] 
20:46:01 [2020-11-06T20:46:01.291Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh       /scripts/run.sh
20:46:01 [2020-11-06T20:46:01.291Z] #9 DONE 0.1s
20:46:01 [2020-11-06T20:46:01.291Z] 
20:46:01 [2020-11-06T20:46:01.291Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs  /scripts/ensure-emptyfs.sh
20:46:01 [2020-11-06T20:46:01.291Z] #10 DONE 0.0s
20:46:01 [2020-11-06T20:46:01.291Z] 
20:46:01 [2020-11-06T20:46:01.291Z] #11 [runner 6/12] COPY integration/testdata       /tests/integration/testdat...
20:46:01 [2020-11-06T20:46:01.291Z] #11 DONE 0.0s
20:46:01 [2020-11-06T20:46:01.291Z] 
20:46:01 [2020-11-06T20:46:01.291Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t...
20:46:01 [2020-11-06T20:46:01.291Z] #12 DONE 0.0s
20:46:01 [2020-11-06T20:46:01.291Z] 
20:46:01 [2020-11-06T20:46:01.291Z] #13 [runner 8/12] COPY integration-cli/fixtures   /tests/integration-cli/fix...
20:46:01 [2020-11-06T20:46:01.291Z] #13 DONE 0.0s
20:46:01 [2020-11-06T20:46:01.291Z] 
20:46:01 [2020-11-06T20:46:01.291Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:46:01 [2020-11-06T20:46:01.291Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.2s
20:46:02 [2020-11-06T20:46:02.234Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 6.0s done
20:46:02 [2020-11-06T20:46:02.234Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12
20:46:02 [2020-11-06T20:46:02.234Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done
20:46:02 [2020-11-06T20:46:02.234Z] #14 DONE 8.4s
20:46:02 [2020-11-06T20:46:02.234Z] 
20:46:02 [2020-11-06T20:46:02.234Z] #15 [base 2/5] RUN apk --no-cache add     bash     btrfs-progs-dev     build...
20:46:02 [2020-11-06T20:46:02.544Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.79s)
20:46:02 [2020-11-06T20:46:02.544Z] === RUN   TestCreateServiceSecretFileMode
20:46:02 [2020-11-06T20:46:02.580Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
20:46:02 [2020-11-06T20:46:02.806Z] #15 0.388 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
20:46:02 [2020-11-06T20:46:02.836Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.22s)
20:46:02 [2020-11-06T20:46:02.836Z] === RUN   TestCreateServiceSecretFileMode
20:46:03 [2020-11-06T20:46:03.748Z] #15 1.428 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
20:46:03 [2020-11-06T20:46:03.748Z] #15 1.540 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.546 (2/54) Installing ncurses-libs (6.2_p20200523-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.553 (3/54) Installing readline (8.0.4-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.558 (4/54) Installing bash (5.0.17-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.570 Executing bash-5.0.17-r0.post-install
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.572 (5/54) Installing linux-headers (5.4.5-r1)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.655 (6/54) Installing libblkid (2.35.2-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.660 (7/54) Installing libuuid (2.35.2-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.663 (8/54) Installing btrfs-progs-libs (5.6.1-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.669 (9/54) Installing btrfs-progs-dev (5.6.1-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.674 (10/54) Installing libgcc (9.3.0-r2)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.677 (11/54) Installing libstdc++ (9.3.0-r2)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.690 (12/54) Installing binutils (2.34-r1)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.759 (13/54) Installing libmagic (5.38-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.780 (14/54) Installing file (5.38-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.782 (15/54) Installing gmp (6.2.0-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.789 (16/54) Installing isl (0.18-r0)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.804 (17/54) Installing libgomp (9.3.0-r2)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.808 (18/54) Installing libatomic (9.3.0-r2)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.811 (19/54) Installing libgphobos (9.3.0-r2)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.854 (20/54) Installing mpfr4 (4.0.2-r4)
20:46:04 [2020-11-06T20:46:04.010Z] #15 1.861 (21/54) Installing mpc1 (1.1.0-r1)
20:46:04 [2020-11-06T20:46:04.205Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
20:46:04 [2020-11-06T20:46:04.272Z] #15 1.864 (22/54) Installing gcc (9.3.0-r2)
20:46:05 [2020-11-06T20:46:05.219Z] #15 2.698 (23/54) Installing musl-dev (1.1.24-r9)
20:46:05 [2020-11-06T20:46:05.219Z] #15 2.771 (24/54) Installing libc-dev (0.7.2-r3)
20:46:05 [2020-11-06T20:46:05.219Z] #15 2.774 (25/54) Installing g++ (9.3.0-r2)
20:46:05 [2020-11-06T20:46:05.293Z] --- PASS: TestCreateServiceSecretFileMode (2.21s)
20:46:05 [2020-11-06T20:46:05.293Z] === RUN   TestCreateServiceConfigFileMode
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.184 (26/54) Installing make (4.3-r0)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.188 (27/54) Installing fortify-headers (1.1-r0)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.191 (28/54) Installing patch (2.7.6-r6)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.195 (29/54) Installing build-base (0.5-r2)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.197 (30/54) Installing nghttp2-libs (1.41.0-r0)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.200 (31/54) Installing libcurl (7.69.1-r1)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.207 (32/54) Installing curl (7.69.1-r1)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.210 (33/54) Installing oniguruma (6.9.5-r2)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.217 (34/54) Installing jq (1.6-r1)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.224 (35/54) Installing device-mapper-libs (2.02.186-r1)
20:46:05 [2020-11-06T20:46:05.482Z] #15 3.229 (36/54) Installing device-mapper-event-libs (2.02.186-r1)
20:46:05 [2020-11-06T20:46:05.576Z] --- PASS: TestCreateServiceSecretFileMode (2.77s)
20:46:05 [2020-11-06T20:46:05.576Z] === RUN   TestCreateServiceConfigFileMode
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.340 (37/54) Installing libaio (0.3.112-r1)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.342 (38/54) Installing lvm2-libs (2.02.186-r1)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.373 (39/54) Installing blkid (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.377 (40/54) Installing libcap-ng (0.7.10-r1)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.379 (41/54) Installing setpriv (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.382 (42/54) Installing libmount (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.387 (43/54) Installing libsmartcols (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.391 (44/54) Installing findmnt (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.394 (45/54) Installing mcookie (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.397 (46/54) Installing hexdump (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.399 (47/54) Installing lsblk (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.403 (48/54) Installing libfdisk (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.409 (49/54) Installing sfdisk (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.412 (50/54) Installing cfdisk (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.415 (51/54) Installing util-linux (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.449 (52/54) Installing pkgconf (1.7.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.453 (53/54) Installing util-linux-dev (2.35.2-r0)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.475 (54/54) Installing lvm2-dev (2.02.186-r1)
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.480 Executing busybox-1.31.1-r16.trigger
20:46:05 [2020-11-06T20:46:05.743Z] #15 3.486 OK: 230 MiB in 69 packages
20:46:06 [2020-11-06T20:46:06.316Z] #15 DONE 4.0s
20:46:06 [2020-11-06T20:46:06.316Z] 
20:46:06 [2020-11-06T20:46:06.316Z] #16 [base 3/5] RUN mkdir -p /build/
20:46:06 [2020-11-06T20:46:06.889Z] #16 DONE 0.5s
20:46:06 [2020-11-06T20:46:06.889Z] 
20:46:06 [2020-11-06T20:46:06.889Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/
20:46:07 [2020-11-06T20:46:07.382Z] --- PASS: TestCreateServiceConfigFileMode (2.26s)
20:46:07 [2020-11-06T20:46:07.382Z] === RUN   TestCreateServiceSysctls
20:46:07 [2020-11-06T20:46:07.462Z] #17 DONE 0.5s
20:46:07 [2020-11-06T20:46:07.462Z] 
20:46:07 [2020-11-06T20:46:07.462Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/
20:46:07 [2020-11-06T20:46:07.462Z] #18 DONE 0.0s
20:46:07 [2020-11-06T20:46:07.462Z] 
20:46:07 [2020-11-06T20:46:07.462Z] #26 [contrib 1/4] COPY contrib/syscall-test           /build/syscall-test
20:46:07 [2020-11-06T20:46:07.462Z] #26 DONE 0.1s
20:46:07 [2020-11-06T20:46:07.462Z] 
20:46:07 [2020-11-06T20:46:07.462Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh /
20:46:07 [2020-11-06T20:46:07.462Z] #19 DONE 0.1s
20:46:07 [2020-11-06T20:46:07.462Z] 
20:46:07 [2020-11-06T20:46:07.462Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
20:46:07 [2020-11-06T20:46:07.462Z] #22 DONE 0.1s
20:46:07 [2020-11-06T20:46:07.462Z] 
20:46:07 [2020-11-06T20:46:07.462Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
20:46:07 [2020-11-06T20:46:07.462Z] #23 DONE 0.1s
20:46:07 [2020-11-06T20:46:07.462Z] 
20:46:07 [2020-11-06T20:46:07.462Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile  /build/httpserver/Dock...
20:46:07 [2020-11-06T20:46:07.462Z] #27 DONE 0.1s
20:46:07 [2020-11-06T20:46:07.462Z] 
20:46:07 [2020-11-06T20:46:07.462Z] #28 [contrib 3/4] COPY contrib/httpserver             contrib/httpserver
20:46:07 [2020-11-06T20:46:07.462Z] #28 DONE 0.1s
20:46:07 [2020-11-06T20:46:07.462Z] 
20:46:07 [2020-11-06T20:46:07.462Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
20:46:07 [2020-11-06T20:46:07.466Z] === RUN   TestDockerSuite/TestCopyAndRestart
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 + RM_GOPATH=0
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 + TMP_GOPATH=
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 + : /build
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 + '[' -z '' ']'
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 ++ mktemp -d
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 + export GOPATH=/tmp/tmp.jeahNP
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 + GOPATH=/tmp/tmp.jeahNP
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 + RM_GOPATH=1
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 + case "$(go env GOARCH)" in
20:46:08 [2020-11-06T20:46:08.405Z] #24 0.974 ++ go env GOARCH
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.986 + export GO_BUILDMODE=-buildmode=pie
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.986 + GO_BUILDMODE=-buildmode=pie
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.986 ++ dirname ./install.sh
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 + dir=.
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 + bin=dockercli
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 + shift
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 + '[' '!' -f ./dockercli.installer ']'
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 + . ./dockercli.installer
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 ++ : stable
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 ++ : 17.06.2-ce
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 + install_dockercli
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.988 Install docker/cli version 17.06.2-ce from stable
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.990 ++ uname -m
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.990 + arch=x86_64
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.991 + '[' x86_64 '!=' x86_64 ']'
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.991 + url=https://download.docker.com/linux/static
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.994 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:46:08 [2020-11-06T20:46:08.666Z] #24 0.994 + tar -xz docker/docker
20:46:08 [2020-11-06T20:46:08.832Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
20:46:09 [2020-11-06T20:46:09.092Z] === RUN   TestDockerSuite/TestCpAbsolutePath
20:46:09 [2020-11-06T20:46:09.092Z] --- PASS: TestCreateServiceConfigFileMode (3.46s)
20:46:09 [2020-11-06T20:46:09.092Z] === RUN   TestCreateServiceSysctls
20:46:09 [2020-11-06T20:46:09.664Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
20:46:10 [2020-11-06T20:46:10.145Z] --- PASS: TestCreateServiceSysctls (3.04s)
20:46:10 [2020-11-06T20:46:10.145Z] === RUN   TestCreateServiceCapabilities
20:46:10 [2020-11-06T20:46:10.594Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
20:46:11 [2020-11-06T20:46:11.159Z] === RUN   TestDockerSuite/TestCpFromCaseA
20:46:11 [2020-11-06T20:46:11.221Z] #24 3.619 + mkdir -p /build
20:46:11 [2020-11-06T20:46:11.221Z] #24 3.620 + mv docker/docker /build/
20:46:11 [2020-11-06T20:46:11.221Z] #24 3.623 + rmdir docker
20:46:11 [2020-11-06T20:46:11.483Z] #24 DONE 4.1s
20:46:11 [2020-11-06T20:46:11.483Z] 
20:46:11 [2020-11-06T20:46:11.483Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
20:46:11 [2020-11-06T20:46:11.483Z] #20 2.431 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:46:11 [2020-11-06T20:46:11.483Z] #20 3.123 
20:46:11 [2020-11-06T20:46:11.483Z] #20 3.242 
                                                                           0.0%
################                                                          23.0%
###############################                                           44.2%
##################################################                        70.5%
################################################################          89.6%
######################################################################## 100.0%
20:46:11 [2020-11-06T20:46:11.483Z] #20 4.176 #=#=#                                                                         
20:46:11 [2020-11-06T20:46:11.744Z] #20 4.319 
##############                                                            20.7%
######################################################################## 100.0%
20:46:12 [2020-11-06T20:46:12.006Z] #20 ...
20:46:12 [2020-11-06T20:46:12.006Z] 
20:46:12 [2020-11-06T20:46:12.006Z] #31 [builder 1/4] COPY . .
20:46:12 [2020-11-06T20:46:12.006Z] #31 DONE 4.6s
20:46:12 [2020-11-06T20:46:12.006Z] 
20:46:12 [2020-11-06T20:46:12.006Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-...
20:46:12 [2020-11-06T20:46:12.089Z] === RUN   TestDockerSuite/TestCpFromCaseB
20:46:12 [2020-11-06T20:46:12.348Z] --- PASS: TestCreateServiceSysctls (3.45s)
20:46:12 [2020-11-06T20:46:12.349Z] === RUN   TestCreateServiceCapabilities
20:46:12 [2020-11-06T20:46:12.604Z] === RUN   TestDockerSuite/TestCpFromCaseC
20:46:12 [2020-11-06T20:46:12.922Z] --- PASS: TestCreateServiceCapabilities (2.31s)
20:46:12 [2020-11-06T20:46:12.922Z] === RUN   TestInspect
20:46:13 [2020-11-06T20:46:13.168Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
20:46:13 [2020-11-06T20:46:13.397Z] #32 DONE 1.3s
20:46:13 [2020-11-06T20:46:13.397Z] 
20:46:13 [2020-11-06T20:46:13.397Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
20:46:13 [2020-11-06T20:46:13.397Z] #20 4.977 
20:46:13 [2020-11-06T20:46:13.397Z] #20 5.156 
                                                                           0.0%
#######################################################                   76.4%
######################################################################## 100.0%
20:46:13 [2020-11-06T20:46:13.397Z] #20 5.725 
20:46:13 [2020-11-06T20:46:13.425Z] === RUN   TestDockerSuite/TestCpFromCaseD
20:46:13 [2020-11-06T20:46:13.922Z] #20 5.932 
                                                                           0.0%
######                                                                     9.5%
##################                                                        26.1%
##########################                                                36.2%
##############################################                            64.3%
################################################################          89.5%
######################################################################## 100.0%
20:46:14 [2020-11-06T20:46:14.358Z] === RUN   TestDockerSuite/TestCpFromCaseE
20:46:14 [2020-11-06T20:46:14.496Z] #20 6.889 
20:46:15 [2020-11-06T20:46:15.017Z] --- PASS: TestInspect (2.52s)
20:46:15 [2020-11-06T20:46:15.017Z] === RUN   TestCreateJob
20:46:15 [2020-11-06T20:46:15.730Z] === RUN   TestDockerSuite/TestCpFromCaseF
20:46:15 [2020-11-06T20:46:15.988Z] --- PASS: TestCreateServiceCapabilities (3.69s)
20:46:15 [2020-11-06T20:46:15.988Z] === RUN   TestInspect
20:46:16 [2020-11-06T20:46:16.862Z] #20 7.005 
                                                                           1.1%
####                                                                       6.6%
#########                                                                 13.1%
############                                                              17.6%
################                                                          23.2%
#####################                                                     29.2%
########################                                                  34.5%
############################                                              39.7%
################################                                          44.9%
#################################                                         46.5%
###################################                                       49.8%
#####################################                                     51.4%
######################################                                    52.9%
#########################################                                 57.3%
############################################                              61.9%
###############################################                           66.1%
###################################################                       71.2%
######################################################                    75.7%
##########################################################                80.7%
###########################################################               83.1%
###############################################################           88.0%
###################################################################       93.8%
######################################################################    98.1%
######################################################################## 100.0%
20:46:16 [2020-11-06T20:46:16.919Z] === RUN   TestDockerSuite/TestCpFromCaseG
20:46:17 [2020-11-06T20:46:17.124Z] #20 9.762 
20:46:17 [2020-11-06T20:46:17.484Z] === RUN   TestDockerSuite/TestCpFromCaseH
20:46:17 [2020-11-06T20:46:17.698Z] #20 ...
20:46:17 [2020-11-06T20:46:17.698Z] 
20:46:17 [2020-11-06T20:46:17.698Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
20:46:17 [2020-11-06T20:46:17.698Z] #29 ...
20:46:17 [2020-11-06T20:46:17.698Z] 
20:46:17 [2020-11-06T20:46:17.698Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
20:46:17 [2020-11-06T20:46:17.698Z] #33 0.859 
20:46:17 [2020-11-06T20:46:17.698Z] #33 1.021 Removing bundles/
20:46:17 [2020-11-06T20:46:17.698Z] #33 1.022 
20:46:17 [2020-11-06T20:46:17.698Z] #33 1.026 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary)
20:46:17 [2020-11-06T20:46:17.698Z] #33 2.405 Building test suite binary ./integration-cli/test.main
20:46:17 [2020-11-06T20:46:17.765Z] --- PASS: TestCreateJob (2.95s)
20:46:17 [2020-11-06T20:46:17.765Z] === RUN   TestReplicatedJob
20:46:18 [2020-11-06T20:46:18.416Z] === RUN   TestDockerSuite/TestCpFromCaseI
20:46:19 [2020-11-06T20:46:19.345Z] === RUN   TestDockerSuite/TestCpFromCaseJ
20:46:19 [2020-11-06T20:46:19.602Z] --- PASS: TestInspect (3.53s)
20:46:19 [2020-11-06T20:46:19.602Z] === RUN   TestCreateJob
20:46:19 [2020-11-06T20:46:19.617Z] #33 ...
20:46:19 [2020-11-06T20:46:19.617Z] 
20:46:19 [2020-11-06T20:46:19.617Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
20:46:19 [2020-11-06T20:46:19.617Z] #20 11.00 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:46:19 [2020-11-06T20:46:19.617Z] #20 11.40 
20:46:19 [2020-11-06T20:46:19.617Z] #20 11.62 #=#=#                                                                         

                                                                           0.1%
######################################################################## 100.0%
20:46:19 [2020-11-06T20:46:19.617Z] #20 12.06 
20:46:20 [2020-11-06T20:46:20.166Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
20:46:21 [2020-11-06T20:46:21.007Z] #20 13.47 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:46:21 [2020-11-06T20:46:21.269Z] #20 13.92 
20:46:21 [2020-11-06T20:46:21.532Z] #20 14.04 
#######                                                                    9.8%
######################################################################## 100.0%
20:46:21 [2020-11-06T20:46:21.534Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
20:46:21 [2020-11-06T20:46:21.793Z] #20 14.45 
20:46:22 [2020-11-06T20:46:22.465Z] === RUN   TestDockerSuite/TestCpGarbagePath
20:46:23 [2020-11-06T20:46:23.028Z] --- PASS: TestCreateJob (3.43s)
20:46:23 [2020-11-06T20:46:23.028Z] === RUN   TestReplicatedJob
20:46:23 [2020-11-06T20:46:23.028Z] === RUN   TestDockerSuite/TestCpLocalOnly
20:46:23 [2020-11-06T20:46:23.285Z] === RUN   TestDockerSuite/TestCpNameHasColon
20:46:23 [2020-11-06T20:46:23.402Z] --- PASS: TestReplicatedJob (4.81s)
20:46:23 [2020-11-06T20:46:23.402Z] === RUN   TestUpdateReplicatedJob
20:46:23 [2020-11-06T20:46:23.711Z] #20 16.00 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:46:23 [2020-11-06T20:46:23.711Z] #20 16.18 skipping existing c35d46ef359f
20:46:23 [2020-11-06T20:46:23.849Z] === RUN   TestDockerSuite/TestCpRelativePath
20:46:23 [2020-11-06T20:46:23.973Z] #20 16.52 
20:46:24 [2020-11-06T20:46:24.412Z] === RUN   TestDockerSuite/TestCpSpecialFiles
20:46:25 [2020-11-06T20:46:25.362Z] #20 17.98 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:46:25 [2020-11-06T20:46:25.484Z] --- PASS: TestUpdateReplicatedJob (2.90s)
20:46:25 [2020-11-06T20:46:25.484Z] === RUN   TestServiceListWithStatuses
20:46:25 [2020-11-06T20:46:25.484Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:46:25 [2020-11-06T20:46:25.484Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:46:25 [2020-11-06T20:46:25.484Z] === RUN   TestDockerNetworkConnectAlias
20:46:25 [2020-11-06T20:46:25.794Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
20:46:25 [2020-11-06T20:46:25.936Z] #20 18.47 
20:46:26 [2020-11-06T20:46:26.198Z] #20 18.63 
######################################################################## 100.0%
20:46:26 [2020-11-06T20:46:26.359Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
20:46:26 [2020-11-06T20:46:26.459Z] #20 18.97 
20:46:26 [2020-11-06T20:46:26.459Z] #20 19.06 Download of images into '/build' complete.
20:46:26 [2020-11-06T20:46:26.459Z] #20 19.07 Use something like the following to load the result into a Docker daemon:
20:46:26 [2020-11-06T20:46:26.459Z] #20 19.07   tar -cC '/build' . | docker load
20:46:27 [2020-11-06T20:46:27.035Z] #20 DONE 19.5s
20:46:27 [2020-11-06T20:46:27.035Z] 
20:46:27 [2020-11-06T20:46:27.035Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
20:46:27 [2020-11-06T20:46:27.289Z] === RUN   TestDockerSuite/TestCpToCaseA
20:46:28 [2020-11-06T20:46:28.660Z] === RUN   TestDockerSuite/TestCpToCaseB
20:46:29 [2020-11-06T20:46:29.222Z] === RUN   TestDockerSuite/TestCpToCaseC
20:46:29 [2020-11-06T20:46:29.222Z] --- PASS: TestReplicatedJob (6.27s)
20:46:29 [2020-11-06T20:46:29.222Z] === RUN   TestUpdateReplicatedJob
20:46:29 [2020-11-06T20:46:29.982Z] --- PASS: TestDockerNetworkConnectAlias (4.01s)
20:46:29 [2020-11-06T20:46:29.982Z] === RUN   TestDockerNetworkReConnect
20:46:30 [2020-11-06T20:46:30.342Z] #29 ...
20:46:30 [2020-11-06T20:46:30.342Z] 
20:46:30 [2020-11-06T20:46:30.342Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images
20:46:30 [2020-11-06T20:46:30.603Z] #21 DONE 0.8s
20:46:30 [2020-11-06T20:46:30.603Z] 
20:46:30 [2020-11-06T20:46:30.603Z] #25 [runner 10/12] COPY --from=dockercli     /build/ /usr/bin/
20:46:30 [2020-11-06T20:46:30.865Z] #25 DONE 0.1s
20:46:30 [2020-11-06T20:46:30.865Z] 
20:46:30 [2020-11-06T20:46:30.865Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
20:46:31 [2020-11-06T20:46:31.116Z] === RUN   TestDockerSuite/TestCpToCaseD
20:46:32 [2020-11-06T20:46:32.730Z] --- PASS: TestDockerNetworkReConnect (3.20s)
20:46:32 [2020-11-06T20:46:32.730Z] === RUN   TestServicePlugin
20:46:32 [2020-11-06T20:46:32.730Z] --- SKIP: TestServicePlugin (0.00s)
20:46:32 [2020-11-06T20:46:32.730Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:32 [2020-11-06T20:46:32.730Z] === RUN   TestServiceUpdateLabel
20:46:33 [2020-11-06T20:46:33.010Z] --- PASS: TestUpdateReplicatedJob (3.78s)
20:46:33 [2020-11-06T20:46:33.010Z] === RUN   TestServiceListWithStatuses
20:46:33 [2020-11-06T20:46:33.010Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:46:33 [2020-11-06T20:46:33.010Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:46:33 [2020-11-06T20:46:33.010Z] === RUN   TestDockerNetworkConnectAlias
20:46:34 [2020-11-06T20:46:34.380Z] === RUN   TestDockerSuite/TestCpToCaseE
20:46:34 [2020-11-06T20:46:34.812Z] --- PASS: TestServiceUpdateLabel (1.91s)
20:46:34 [2020-11-06T20:46:34.812Z] === RUN   TestServiceUpdateSecrets
20:46:37 [2020-11-06T20:46:37.653Z] === RUN   TestDockerSuite/TestCpToCaseF
20:46:37 [2020-11-06T20:46:37.909Z] === RUN   TestDockerSuite/TestCpToCaseG
20:46:38 [2020-11-06T20:46:38.164Z] --- PASS: TestDockerNetworkConnectAlias (4.99s)
20:46:38 [2020-11-06T20:46:38.164Z] === RUN   TestDockerNetworkReConnect
20:46:41 [2020-11-06T20:46:41.010Z] #29 32.66 # github.com/docker/docker/contrib/httpserver
20:46:41 [2020-11-06T20:46:41.010Z] #29 32.66 loadinternal: cannot find runtime/cgo
20:46:41 [2020-11-06T20:46:41.010Z] #29 DONE 32.9s
20:46:41 [2020-11-06T20:46:41.010Z] 
20:46:41 [2020-11-06T20:46:41.010Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
20:46:41 [2020-11-06T20:46:41.277Z] #33 ...
20:46:41 [2020-11-06T20:46:41.277Z] 
20:46:41 [2020-11-06T20:46:41.277Z] #30 [runner 11/12] COPY --from=contrib       /build/ /tests/contrib/
20:46:41 [2020-11-06T20:46:41.277Z] #30 DONE 0.1s
20:46:41 [2020-11-06T20:46:41.277Z] 
20:46:41 [2020-11-06T20:46:41.277Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
20:46:41 [2020-11-06T20:46:41.435Z] === RUN   TestDockerSuite/TestCpToCaseH
20:46:42 [2020-11-06T20:46:42.807Z] --- PASS: TestDockerNetworkReConnect (4.44s)
20:46:42 [2020-11-06T20:46:42.807Z] === RUN   TestServicePlugin
20:46:44 [2020-11-06T20:46:44.706Z] === RUN   TestDockerSuite/TestCpToCaseI
20:46:45 [2020-11-06T20:46:45.270Z] === RUN   TestDockerSuite/TestCpToCaseJ
20:46:48 [2020-11-06T20:46:48.543Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
20:46:48 [2020-11-06T20:46:48.800Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
20:46:49 [2020-11-06T20:46:49.363Z] === RUN   TestDockerSuite/TestCpToDot
20:46:50 [2020-11-06T20:46:50.172Z] --- PASS: TestServiceUpdateSecrets (14.26s)
20:46:50 [2020-11-06T20:46:50.172Z] === RUN   TestServiceUpdateConfigs
20:46:50 [2020-11-06T20:46:50.296Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
20:46:51 [2020-11-06T20:46:51.665Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
20:46:52 [2020-11-06T20:46:52.593Z] === RUN   TestDockerSuite/TestCpToStdout
20:46:53 [2020-11-06T20:46:53.156Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
20:46:54 [2020-11-06T20:46:54.089Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
20:46:54 [2020-11-06T20:46:54.345Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
20:46:54 [2020-11-06T20:46:54.909Z] === RUN   TestDockerSuite/TestCpVolumePath
20:46:55 [2020-11-06T20:46:55.839Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
20:46:55 [2020-11-06T20:46:55.839Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
20:46:56 [2020-11-06T20:46:56.095Z] === RUN   TestDockerSuite/TestCreateArgs
20:46:56 [2020-11-06T20:46:56.095Z] === RUN   TestDockerSuite/TestCreateByImageID
20:46:56 [2020-11-06T20:46:56.658Z] === RUN   TestDockerSuite/TestCreateEchoStdout
20:46:57 [2020-11-06T20:46:57.222Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
20:46:57 [2020-11-06T20:46:57.222Z] === RUN   TestDockerSuite/TestCreateHostConfig
20:46:57 [2020-11-06T20:46:57.222Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
20:46:57 [2020-11-06T20:46:57.786Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
20:46:58 [2020-11-06T20:46:58.358Z] === RUN   TestDockerSuite/TestCreateLabels
20:46:58 [2020-11-06T20:46:58.358Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
20:46:58 [2020-11-06T20:46:58.358Z] === RUN   TestDockerSuite/TestCreateRM
20:46:58 [2020-11-06T20:46:58.615Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
20:46:58 [2020-11-06T20:46:58.615Z] === RUN   TestDockerSuite/TestCreateStopSignal
20:46:58 [2020-11-06T20:46:58.615Z] === RUN   TestDockerSuite/TestCreateStopTimeout
20:46:58 [2020-11-06T20:46:58.615Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
20:47:00 [2020-11-06T20:47:00.507Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
20:47:00 [2020-11-06T20:47:00.507Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
20:47:00 [2020-11-06T20:47:00.507Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
20:47:04 [2020-11-06T20:47:04.695Z] === RUN   TestDockerSuite/TestCreateWithPortRange
20:47:04 [2020-11-06T20:47:04.952Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
20:47:04 [2020-11-06T20:47:04.952Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
20:47:04 [2020-11-06T20:47:04.952Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
20:47:04 [2020-11-06T20:47:04.952Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
20:47:05 [2020-11-06T20:47:05.209Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
20:47:05 [2020-11-06T20:47:05.537Z] --- PASS: TestServiceUpdateConfigs (14.25s)
20:47:05 [2020-11-06T20:47:05.537Z] === RUN   TestServiceUpdateNetwork
20:47:05 [2020-11-06T20:47:05.770Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
20:47:06 [2020-11-06T20:47:06.698Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
20:47:07 [2020-11-06T20:47:07.260Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
20:47:08 [2020-11-06T20:47:08.190Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
20:47:09 [2020-11-06T20:47:09.118Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
20:47:09 [2020-11-06T20:47:09.680Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
20:47:10 [2020-11-06T20:47:10.242Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
20:47:10 [2020-11-06T20:47:10.242Z] === RUN   TestDockerSuite/TestDevicePermissions
20:47:10 [2020-11-06T20:47:10.499Z] === RUN   TestDockerSuite/TestDockerFails
20:47:10 [2020-11-06T20:47:10.499Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
20:47:10 [2020-11-06T20:47:10.499Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
20:47:10 [2020-11-06T20:47:10.756Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
20:47:11 [2020-11-06T20:47:11.319Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
20:47:11 [2020-11-06T20:47:11.883Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
20:47:13 [2020-11-06T20:47:13.249Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
20:47:13 [2020-11-06T20:47:13.249Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
20:47:13 [2020-11-06T20:47:13.249Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
20:47:13 [2020-11-06T20:47:13.249Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
20:47:15 [2020-11-06T20:47:15.766Z] --- PASS: TestServicePlugin (33.27s)
20:47:15 [2020-11-06T20:47:15.766Z]     plugin_test.go:62: [df07d0578e27c] joining swarm manager [deb01917b5257]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:47:15 [2020-11-06T20:47:15.766Z]     plugin_test.go:65: [d1082d46b368b] joining swarm manager [deb01917b5257]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:47:15 [2020-11-06T20:47:15.766Z] === RUN   TestServiceUpdateLabel
20:47:15 [2020-11-06T20:47:15.919Z] --- PASS: TestServiceUpdateNetwork (12.33s)
20:47:15 [2020-11-06T20:47:15.919Z] === RUN   TestServiceUpdatePidsLimit
20:47:16 [2020-11-06T20:47:16.557Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:47:17 [2020-11-06T20:47:17.197Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:47:17 [2020-11-06T20:47:17.656Z] --- PASS: TestServiceUpdateLabel (1.86s)
20:47:17 [2020-11-06T20:47:17.656Z] === RUN   TestServiceUpdateSecrets
20:47:18 [2020-11-06T20:47:18.585Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
20:47:18 [2020-11-06T20:47:18.585Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
20:47:21 [2020-11-06T20:47:21.868Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
20:47:23 [2020-11-06T20:47:23.234Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
20:47:24 [2020-11-06T20:47:24.102Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:47:24 [2020-11-06T20:47:24.600Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
20:47:25 [2020-11-06T20:47:25.530Z] === RUN   TestDockerSuite/TestEventsAttach
20:47:25 [2020-11-06T20:47:25.786Z] === RUN   TestDockerSuite/TestEventsCommit
20:47:26 [2020-11-06T20:47:26.717Z] === RUN   TestDockerSuite/TestEventsContainerEvents
20:47:27 [2020-11-06T20:47:27.279Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
20:47:27 [2020-11-06T20:47:27.842Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
20:47:28 [2020-11-06T20:47:28.099Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
20:47:29 [2020-11-06T20:47:29.989Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
20:47:30 [2020-11-06T20:47:30.552Z] === RUN   TestDockerSuite/TestEventsContainerRestart
20:47:32 [2020-11-06T20:47:32.444Z] --- PASS: TestServiceUpdateSecrets (14.79s)
20:47:32 [2020-11-06T20:47:32.444Z] === RUN   TestServiceUpdateConfigs
20:47:32 [2020-11-06T20:47:32.604Z] --- PASS: TestServiceUpdatePidsLimit (15.80s)
20:47:32 [2020-11-06T20:47:32.604Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.64s)
20:47:32 [2020-11-06T20:47:32.604Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
20:47:32 [2020-11-06T20:47:32.604Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
20:47:32 [2020-11-06T20:47:32.604Z] PASS
20:47:32 [2020-11-06T20:47:32.604Z] 
20:47:32 [2020-11-06T20:47:32.604Z] === Skipped
20:47:32 [2020-11-06T20:47:32.604Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
20:47:32 [2020-11-06T20:47:32.604Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:47:32 [2020-11-06T20:47:32.604Z] 
20:47:32 [2020-11-06T20:47:32.604Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
20:47:32 [2020-11-06T20:47:32.604Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:47:32 [2020-11-06T20:47:32.604Z] 
20:47:32 [2020-11-06T20:47:32.604Z] 
20:47:32 [2020-11-06T20:47:32.604Z] DONE 27 tests, 2 skipped in 129.317s
20:47:32 [2020-11-06T20:47:32.604Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
20:47:32 [2020-11-06T20:47:32.604Z] ++ 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
20:47:32 [2020-11-06T20:47:32.604Z] ++ set -e
20:47:32 [2020-11-06T20:47:32.604Z] ++ '[' -n 0 ']'
20:47:32 [2020-11-06T20:47:32.604Z] ++ set -x
20:47:32 [2020-11-06T20:47:32.604Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:47:32 [2020-11-06T20:47:32.604Z] INFO: Testing against a local daemon
20:47:32 [2020-11-06T20:47:32.604Z] === RUN   TestSessionCreate
20:47:32 [2020-11-06T20:47:32.604Z] --- PASS: TestSessionCreate (0.03s)
20:47:32 [2020-11-06T20:47:32.604Z] === RUN   TestSessionCreateWithBadUpgrade
20:47:32 [2020-11-06T20:47:32.604Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
20:47:32 [2020-11-06T20:47:32.604Z] PASS
20:47:32 [2020-11-06T20:47:32.604Z] 
20:47:32 [2020-11-06T20:47:32.604Z] DONE 2 tests in 0.139s
20:47:32 [2020-11-06T20:47:32.604Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
20:47:32 [2020-11-06T20:47:32.604Z] ++ 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
20:47:32 [2020-11-06T20:47:32.604Z] ++ set -e
20:47:32 [2020-11-06T20:47:32.604Z] ++ '[' -n 0 ']'
20:47:32 [2020-11-06T20:47:32.604Z] ++ set -x
20:47:32 [2020-11-06T20:47:32.604Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:47:32 [2020-11-06T20:47:32.604Z] INFO: Testing against a local daemon
20:47:32 [2020-11-06T20:47:32.604Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:47:32 [2020-11-06T20:47:32.604Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:47:32 [2020-11-06T20:47:32.604Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:47:32 [2020-11-06T20:47:32.604Z] === RUN   TestEventsExecDie
20:47:32 [2020-11-06T20:47:32.604Z] --- PASS: TestEventsExecDie (0.62s)
20:47:32 [2020-11-06T20:47:32.604Z] === RUN   TestEventsBackwardsCompatible
20:47:32 [2020-11-06T20:47:32.604Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
20:47:32 [2020-11-06T20:47:32.604Z] === RUN   TestInfoBinaryCommits
20:47:32 [2020-11-06T20:47:32.604Z] --- PASS: TestInfoBinaryCommits (0.03s)
20:47:32 [2020-11-06T20:47:32.604Z] === RUN   TestInfoAPIVersioned
20:47:32 [2020-11-06T20:47:32.604Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:47:32 [2020-11-06T20:47:32.604Z] === RUN   TestInfoDiscoveryBackend
20:47:32 [2020-11-06T20:47:32.896Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
20:47:32 [2020-11-06T20:47:32.896Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:47:33 [2020-11-06T20:47:33.007Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
20:47:33 [2020-11-06T20:47:33.937Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:47:33 [2020-11-06T20:47:33.937Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:47:34 [2020-11-06T20:47:34.573Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
20:47:34 [2020-11-06T20:47:34.573Z] === RUN   TestInfoAPI
20:47:34 [2020-11-06T20:47:34.573Z] --- PASS: TestInfoAPI (0.04s)
20:47:34 [2020-11-06T20:47:34.573Z] === RUN   TestInfoAPIWarnings
20:47:35 [2020-11-06T20:47:35.526Z] === RUN   TestDockerSuite/TestEventsCopy
20:47:36 [2020-11-06T20:47:36.088Z] === RUN   TestDockerSuite/TestEventsFilterContainer
20:47:37 [2020-11-06T20:47:37.017Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
20:47:37 [2020-11-06T20:47:37.578Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
20:47:37 [2020-11-06T20:47:37.578Z] === RUN   TestDockerSuite/TestEventsFilterImageName
20:47:38 [2020-11-06T20:47:38.947Z] === RUN   TestDockerSuite/TestEventsFilterLabels
20:47:39 [2020-11-06T20:47:39.207Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
20:47:39 [2020-11-06T20:47:39.207Z] === RUN   TestDockerSuite/TestEventsFilterType
20:47:39 [2020-11-06T20:47:39.463Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
20:47:39 [2020-11-06T20:47:39.719Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
20:47:39 [2020-11-06T20:47:39.719Z] === RUN   TestDockerSuite/TestEventsFilters
20:47:40 [2020-11-06T20:47:40.647Z] === RUN   TestDockerSuite/TestEventsFormat
20:47:41 [2020-11-06T20:47:41.575Z] === RUN   TestDockerSuite/TestEventsFormatBadField
20:47:41 [2020-11-06T20:47:41.832Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
20:47:41 [2020-11-06T20:47:41.832Z] === RUN   TestDockerSuite/TestEventsImageImport
20:47:42 [2020-11-06T20:47:42.395Z] === RUN   TestDockerSuite/TestEventsImageLoad
20:47:42 [2020-11-06T20:47:42.651Z] === RUN   TestDockerSuite/TestEventsImagePull
20:47:43 [2020-11-06T20:47:43.212Z] === RUN   TestDockerSuite/TestEventsImageTag
20:47:44 [2020-11-06T20:47:44.141Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
20:47:44 [2020-11-06T20:47:44.397Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
20:47:44 [2020-11-06T20:47:44.397Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
20:47:44 [2020-11-06T20:47:44.397Z] === RUN   TestDockerSuite/TestEventsPluginOps
20:47:46 [2020-11-06T20:47:46.286Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
20:47:46 [2020-11-06T20:47:46.849Z] === RUN   TestDockerSuite/TestEventsRename
20:47:47 [2020-11-06T20:47:47.413Z] === RUN   TestDockerSuite/TestEventsResize
20:47:47 [2020-11-06T20:47:47.413Z] --- PASS: TestServiceUpdateConfigs (15.02s)
20:47:47 [2020-11-06T20:47:47.413Z] === RUN   TestServiceUpdateNetwork
20:47:47 [2020-11-06T20:47:47.980Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestInfoAPIWarnings (16.33s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestInfoDebug
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestInfoDebug (0.53s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestInfoInsecureRegistries
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestInfoInsecureRegistries (0.53s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestInfoRegistryMirrors
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestInfoRegistryMirrors (0.53s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestLoginFailsWithBadCredentials
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestPingCacheHeaders
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestPingCacheHeaders (0.03s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestPingGet
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestPingGet (0.02s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestPingHead
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestPingHead (0.04s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestVersion
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestVersion (0.03s)
20:47:53 [2020-11-06T20:47:53.196Z] PASS
20:47:53 [2020-11-06T20:47:53.196Z] 
20:47:53 [2020-11-06T20:47:53.196Z] === Skipped
20:47:53 [2020-11-06T20:47:53.196Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:47:53 [2020-11-06T20:47:53.196Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:47:53 [2020-11-06T20:47:53.196Z] 
20:47:53 [2020-11-06T20:47:53.196Z] 
20:47:53 [2020-11-06T20:47:53.196Z] DONE 18 tests, 1 skipped in 21.270s
20:47:53 [2020-11-06T20:47:53.196Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
20:47:53 [2020-11-06T20:47:53.196Z] ++ 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
20:47:53 [2020-11-06T20:47:53.196Z] ++ set -e
20:47:53 [2020-11-06T20:47:53.196Z] ++ '[' -n 0 ']'
20:47:53 [2020-11-06T20:47:53.196Z] ++ set -x
20:47:53 [2020-11-06T20:47:53.196Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/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
20:47:53 [2020-11-06T20:47:53.196Z] INFO: Testing against a local daemon
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestVolumesCreateAndList
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestVolumesRemove
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestVolumesRemove (0.08s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestVolumesInspect
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestVolumesInspect (0.02s)
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestVolumesInvalidJSON
20:47:53 [2020-11-06T20:47:53.196Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:47:53 [2020-11-06T20:47:53.196Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:47:53 [2020-11-06T20:47:53.196Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:47:53 [2020-11-06T20:47:53.196Z] --- PASS: TestVolumesInvalidJSON (0.02s)
20:47:53 [2020-11-06T20:47:53.196Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:47:53 [2020-11-06T20:47:53.196Z] PASS
20:47:53 [2020-11-06T20:47:53.196Z] 
20:47:53 [2020-11-06T20:47:53.196Z] DONE 5 tests in 0.206s
20:47:53 [2020-11-06T20:47:53.196Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:47:53 [2020-11-06T20:47:53.196Z] ++++ cat bundles/test-integration/docker.pid
20:47:53 [2020-11-06T20:47:53.196Z] +++ kill 13878
20:47:54 [2020-11-06T20:47:54.517Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
20:47:54 [2020-11-06T20:47:54.517Z] === RUN   TestDockerSuite/TestEventsStreaming
20:47:54 [2020-11-06T20:47:54.707Z] +++ /etc/init.d/apparmor stop
20:47:54 [2020-11-06T20:47:54.707Z] Leaving: AppArmorNo profiles have been unloaded.
20:47:54 [2020-11-06T20:47:54.707Z] 
20:47:54 [2020-11-06T20:47:54.707Z] Unloading profiles will leave already running processes permanently
20:47:54 [2020-11-06T20:47:54.707Z] unconfined, which can lead to unexpected situations.
20:47:54 [2020-11-06T20:47:54.707Z] 
20:47:54 [2020-11-06T20:47:54.707Z] To set a process to complain mode, use the command line tool
20:47:54 [2020-11-06T20:47:54.707Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:47:54 [2020-11-06T20:47:54.707Z] +++ true
20:47:54 [2020-11-06T20:47:54.707Z] exiting test-integration
20:47:54 [2020-11-06T20:47:54.707Z] ++ exit 0
20:47:54 [2020-11-06T20:47:54.707Z] 
20:47:54 [2020-11-06T20:47:54.773Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
Post stage
[Pipeline] junit
20:47:55 [2020-11-06T20:47:55.803Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:47:56 [2020-11-06T20:47:56.820Z] + echo Ensuring container killed.
20:47:56 [2020-11-06T20:47:56.820Z] Ensuring container killed.
20:47:56 [2020-11-06T20:47:56.820Z] + docker rm -vf docker-pr1
20:47:56 [2020-11-06T20:47:56.820Z] Error: No such container: docker-pr1
20:47:56 [2020-11-06T20:47:56.820Z] + true
[Pipeline] sh
20:47:57 [2020-11-06T20:47:57.221Z] + echo Chowning /workspace to jenkins user
20:47:57 [2020-11-06T20:47:57.221Z] Chowning /workspace to jenkins user
20:47:57 [2020-11-06T20:47:57.221Z] + id -u
20:47:57 [2020-11-06T20:47:57.221Z] + id -g
20:47:57 [2020-11-06T20:47:57.221Z] + docker run --rm -v /home/docker/workspace/moby_PR-41648:/workspace busybox chown -R 1001:1001 /workspace
20:47:57 [2020-11-06T20:47:57.221Z] Unable to find image 'busybox:latest' locally
20:47:57 [2020-11-06T20:47:57.513Z] latest: Pulling from library/busybox
20:47:58 [2020-11-06T20:47:58.041Z] === RUN   TestDockerSuite/TestEventsTop
20:47:58 [2020-11-06T20:47:58.041Z] === RUN   TestDockerSuite/TestEventsUntag
20:47:58 [2020-11-06T20:47:58.162Z] a72ff6653ea1: Pulling fs layer
20:47:58 [2020-11-06T20:47:58.162Z] a72ff6653ea1: Verifying Checksum
20:47:58 [2020-11-06T20:47:58.162Z] a72ff6653ea1: Download complete
20:47:58 [2020-11-06T20:47:58.455Z] a72ff6653ea1: Pull complete
20:47:58 [2020-11-06T20:47:58.455Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
20:47:58 [2020-11-06T20:47:58.455Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:48:00 [2020-11-06T20:48:00.377Z] + bundleName=ppc64le-integration
20:48:00 [2020-11-06T20:48:00.377Z] + echo Creating ppc64le-integration-bundles.tar.gz
20:48:00 [2020-11-06T20:48:00.377Z] Creating ppc64le-integration-bundles.tar.gz
20:48:00 [2020-11-06T20:48:00.377Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof+  -o -name *-report.xml )xargs -print tar
20:48:00 [2020-11-06T20:48:00.377Z]  -czf ppc64le-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
20:48:00 [2020-11-06T20:48:00.424Z] Archiving artifacts
20:48:00 [2020-11-06T20:48:00.577Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
20:48:00 [2020-11-06T20:48:00.577Z] --- PASS: TestServiceUpdateNetwork (13.15s)
20:48:00 [2020-11-06T20:48:00.577Z] === RUN   TestServiceUpdatePidsLimit
20:48:01 [2020-11-06T20:48:01.039Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41648/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:48:01 [2020-11-06T20:48:01.435Z] + make clean
20:48:01 [2020-11-06T20:48:01.506Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:48:01 [2020-11-06T20:48:01.728Z] make: command: Command not found
20:48:01 [2020-11-06T20:48:01.728Z] make: command: Command not found
20:48:01 [2020-11-06T20:48:01.728Z] docker volume rm -f docker-dev-cache
20:48:01 [2020-11-06T20:48:01.728Z] docker-dev-cache
[Pipeline] deleteDir
20:48:02 [2020-11-06T20:48:02.441Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:48:10 [2020-11-06T20:48:10.524Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:48:11 [2020-11-06T20:48:11.454Z] === RUN   TestDockerSuite/TestExec
20:48:12 [2020-11-06T20:48:12.016Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
20:48:12 [2020-11-06T20:48:12.580Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
20:48:13 [2020-11-06T20:48:13.146Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
20:48:13 [2020-11-06T20:48:13.402Z] === RUN   TestDockerSuite/TestExecAPIStart
20:48:14 [2020-11-06T20:48:14.770Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
20:48:15 [2020-11-06T20:48:15.334Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
20:48:15 [2020-11-06T20:48:15.898Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
20:48:16 [2020-11-06T20:48:16.464Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
20:48:17 [2020-11-06T20:48:17.027Z] --- PASS: TestServiceUpdatePidsLimit (16.22s)
20:48:17 [2020-11-06T20:48:17.027Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s)
20:48:17 [2020-11-06T20:48:17.027Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
20:48:17 [2020-11-06T20:48:17.027Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s)
20:48:17 [2020-11-06T20:48:17.027Z] PASS
20:48:17 [2020-11-06T20:48:17.027Z] 
20:48:17 [2020-11-06T20:48:17.027Z] === Skipped
20:48:17 [2020-11-06T20:48:17.027Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:48:17 [2020-11-06T20:48:17.027Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:48:17 [2020-11-06T20:48:17.027Z] 
20:48:17 [2020-11-06T20:48:17.027Z] 
20:48:17 [2020-11-06T20:48:17.027Z] DONE 27 tests, 1 skipped in 178.576s
20:48:17 [2020-11-06T20:48:17.027Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:48:17 [2020-11-06T20:48:17.027Z] ++ 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
20:48:17 [2020-11-06T20:48:17.027Z] ++ set -e
20:48:17 [2020-11-06T20:48:17.027Z] ++ '[' -n 0 ']'
20:48:17 [2020-11-06T20:48:17.027Z] ++ set -x
20:48:17 [2020-11-06T20:48:17.027Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
20:48:17 [2020-11-06T20:48:17.027Z] INFO: Testing against a local daemon
20:48:17 [2020-11-06T20:48:17.027Z] === RUN   TestSessionCreate
20:48:17 [2020-11-06T20:48:17.027Z] --- PASS: TestSessionCreate (0.03s)
20:48:17 [2020-11-06T20:48:17.027Z] === RUN   TestSessionCreateWithBadUpgrade
20:48:17 [2020-11-06T20:48:17.027Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
20:48:17 [2020-11-06T20:48:17.027Z] PASS
20:48:17 [2020-11-06T20:48:17.027Z] 
20:48:17 [2020-11-06T20:48:17.027Z] DONE 2 tests in 0.196s
20:48:17 [2020-11-06T20:48:17.027Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:48:17 [2020-11-06T20:48:17.027Z] ++ 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
20:48:17 [2020-11-06T20:48:17.027Z] ++ set -e
20:48:17 [2020-11-06T20:48:17.027Z] ++ '[' -n 0 ']'
20:48:17 [2020-11-06T20:48:17.027Z] ++ set -x
20:48:17 [2020-11-06T20:48:17.027Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
20:48:17 [2020-11-06T20:48:17.284Z] INFO: Testing against a local daemon
20:48:17 [2020-11-06T20:48:17.284Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:48:17 [2020-11-06T20:48:17.284Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:48:17 [2020-11-06T20:48:17.284Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:48:17 [2020-11-06T20:48:17.284Z] === RUN   TestEventsExecDie
20:48:17 [2020-11-06T20:48:17.284Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
20:48:17 [2020-11-06T20:48:17.848Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
20:48:18 [2020-11-06T20:48:18.105Z] --- PASS: TestEventsExecDie (0.78s)
20:48:18 [2020-11-06T20:48:18.105Z] === RUN   TestEventsBackwardsCompatible
20:48:18 [2020-11-06T20:48:18.105Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
20:48:18 [2020-11-06T20:48:18.105Z] === RUN   TestInfoBinaryCommits
20:48:18 [2020-11-06T20:48:18.105Z] --- PASS: TestInfoBinaryCommits (0.03s)
20:48:18 [2020-11-06T20:48:18.105Z] === RUN   TestInfoAPIVersioned
20:48:18 [2020-11-06T20:48:18.105Z] --- PASS: TestInfoAPIVersioned (0.03s)
20:48:18 [2020-11-06T20:48:18.105Z] === RUN   TestInfoDiscoveryBackend
20:48:18 [2020-11-06T20:48:18.668Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
20:48:18 [2020-11-06T20:48:18.668Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
20:48:18 [2020-11-06T20:48:18.668Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:48:19 [2020-11-06T20:48:19.596Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:48:19 [2020-11-06T20:48:19.597Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:48:19 [2020-11-06T20:48:19.857Z] === RUN   TestDockerSuite/TestExecCgroup
20:48:20 [2020-11-06T20:48:20.114Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
20:48:20 [2020-11-06T20:48:20.114Z] === RUN   TestInfoAPI
20:48:20 [2020-11-06T20:48:20.114Z] --- PASS: TestInfoAPI (0.03s)
20:48:20 [2020-11-06T20:48:20.114Z] === RUN   TestInfoAPIWarnings
20:48:20 [2020-11-06T20:48:20.689Z] === RUN   TestDockerSuite/TestExecEnv
20:48:21 [2020-11-06T20:48:21.251Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
20:48:22 [2020-11-06T20:48:22.616Z] === RUN   TestDockerSuite/TestExecExitStatus
20:48:22 [2020-11-06T20:48:22.876Z] === RUN   TestDockerSuite/TestExecInspectID
20:48:25 [2020-11-06T20:48:25.395Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
20:48:25 [2020-11-06T20:48:25.395Z] === RUN   TestDockerSuite/TestExecInteractive
20:48:26 [2020-11-06T20:48:26.327Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
20:48:26 [2020-11-06T20:48:26.892Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
20:48:27 [2020-11-06T20:48:27.821Z] === RUN   TestDockerSuite/TestExecParseError
20:48:28 [2020-11-06T20:48:28.077Z] === RUN   TestDockerSuite/TestExecPausedContainer
20:48:29 [2020-11-06T20:48:29.005Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
20:48:29 [2020-11-06T20:48:29.261Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
20:48:30 [2020-11-06T20:48:30.644Z] === RUN   TestDockerSuite/TestExecSetEnv
20:48:30 [2020-11-06T20:48:30.901Z] === RUN   TestDockerSuite/TestExecStartFails
20:48:31 [2020-11-06T20:48:31.830Z] === RUN   TestDockerSuite/TestExecStateCleanup
20:48:37 [2020-11-06T20:48:37.078Z] --- PASS: TestInfoAPIWarnings (16.35s)
20:48:37 [2020-11-06T20:48:37.078Z] === RUN   TestInfoDebug
20:48:37 [2020-11-06T20:48:37.078Z] --- PASS: TestInfoDebug (0.52s)
20:48:37 [2020-11-06T20:48:37.078Z] === RUN   TestInfoInsecureRegistries
20:48:37 [2020-11-06T20:48:37.649Z] --- PASS: TestInfoInsecureRegistries (0.52s)
20:48:37 [2020-11-06T20:48:37.649Z] === RUN   TestInfoRegistryMirrors
20:48:38 [2020-11-06T20:48:38.214Z] --- PASS: TestInfoRegistryMirrors (0.56s)
20:48:38 [2020-11-06T20:48:38.214Z] === RUN   TestLoginFailsWithBadCredentials
20:48:38 [2020-11-06T20:48:38.471Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s)
20:48:38 [2020-11-06T20:48:38.471Z] === RUN   TestPingCacheHeaders
20:48:38 [2020-11-06T20:48:38.471Z] --- PASS: TestPingCacheHeaders (0.04s)
20:48:38 [2020-11-06T20:48:38.471Z] === RUN   TestPingGet
20:48:38 [2020-11-06T20:48:38.471Z] --- PASS: TestPingGet (0.02s)
20:48:38 [2020-11-06T20:48:38.471Z] === RUN   TestPingHead
20:48:38 [2020-11-06T20:48:38.471Z] --- PASS: TestPingHead (0.02s)
20:48:38 [2020-11-06T20:48:38.471Z] === RUN   TestVersion
20:48:38 [2020-11-06T20:48:38.471Z] --- PASS: TestVersion (0.03s)
20:48:38 [2020-11-06T20:48:38.471Z] PASS
20:48:38 [2020-11-06T20:48:38.471Z] 
20:48:38 [2020-11-06T20:48:38.471Z] === Skipped
20:48:38 [2020-11-06T20:48:38.471Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:48:38 [2020-11-06T20:48:38.471Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:48:38 [2020-11-06T20:48:38.471Z] 
20:48:38 [2020-11-06T20:48:38.471Z] 
20:48:38 [2020-11-06T20:48:38.471Z] DONE 18 tests, 1 skipped in 21.487s
20:48:38 [2020-11-06T20:48:38.471Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:48:38 [2020-11-06T20:48:38.471Z] ++ 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
20:48:38 [2020-11-06T20:48:38.471Z] ++ set -e
20:48:38 [2020-11-06T20:48:38.471Z] ++ '[' -n 0 ']'
20:48:38 [2020-11-06T20:48:38.471Z] ++ set -x
20:48:38 [2020-11-06T20:48:38.471Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:48:38 [2020-11-06T20:48:38.727Z] INFO: Testing against a local daemon
20:48:38 [2020-11-06T20:48:38.727Z] === RUN   TestVolumesCreateAndList
20:48:38 [2020-11-06T20:48:38.727Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:48:38 [2020-11-06T20:48:38.727Z] === RUN   TestVolumesRemove
20:48:38 [2020-11-06T20:48:38.727Z] --- PASS: TestVolumesRemove (0.06s)
20:48:38 [2020-11-06T20:48:38.727Z] === RUN   TestVolumesInspect
20:48:38 [2020-11-06T20:48:38.727Z] --- PASS: TestVolumesInspect (0.01s)
20:48:38 [2020-11-06T20:48:38.727Z] === RUN   TestVolumesInvalidJSON
20:48:38 [2020-11-06T20:48:38.727Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:48:38 [2020-11-06T20:48:38.727Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:48:38 [2020-11-06T20:48:38.727Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:48:38 [2020-11-06T20:48:38.727Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:48:38 [2020-11-06T20:48:38.727Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:48:38 [2020-11-06T20:48:38.727Z] PASS
20:48:38 [2020-11-06T20:48:38.727Z] 
20:48:38 [2020-11-06T20:48:38.727Z] DONE 5 tests in 0.220s
20:48:38 [2020-11-06T20:48:38.727Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:48:38 [2020-11-06T20:48:38.984Z] ++++ cat bundles/test-integration/docker.pid
20:48:38 [2020-11-06T20:48:38.984Z] +++ kill 5564
20:48:40 [2020-11-06T20:48:40.350Z] +++ /etc/init.d/apparmor stop
20:48:40 [2020-11-06T20:48:40.350Z] Leaving: AppArmorNo profiles have been unloaded.
20:48:40 [2020-11-06T20:48:40.350Z] 
20:48:40 [2020-11-06T20:48:40.350Z] Unloading profiles will leave already running processes permanently
20:48:40 [2020-11-06T20:48:40.350Z] unconfined, which can lead to unexpected situations.
20:48:40 [2020-11-06T20:48:40.350Z] 
20:48:40 [2020-11-06T20:48:40.350Z] To set a process to complain mode, use the command line tool
20:48:40 [2020-11-06T20:48:40.350Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:48:40 [2020-11-06T20:48:40.350Z] +++ true
20:48:40 [2020-11-06T20:48:40.350Z] exiting test-integration
20:48:40 [2020-11-06T20:48:40.350Z] ++ exit 0
20:48:40 [2020-11-06T20:48:40.350Z] 
20:48:40 [2020-11-06T20:48:40.912Z] + for job in $(jobs -p)
20:48:40 [2020-11-06T20:48:40.912Z] + wait 15263
20:48:42 [2020-11-06T20:48:42.800Z] === RUN   TestDockerSuite/TestExecStopNotHanging
20:48:43 [2020-11-06T20:48:43.056Z] === RUN   TestDockerSuite/TestExecTTY
20:48:43 [2020-11-06T20:48:43.619Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
20:48:44 [2020-11-06T20:48:44.181Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
20:48:44 [2020-11-06T20:48:44.743Z] === RUN   TestDockerSuite/TestExecUlimits
20:48:45 [2020-11-06T20:48:45.309Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
20:48:45 [2020-11-06T20:48:45.309Z] === RUN   TestDockerSuite/TestExecWithImageUser
20:48:46 [2020-11-06T20:48:46.674Z] === RUN   TestDockerSuite/TestExecWithNoTERM
20:48:46 [2020-11-06T20:48:46.930Z] === RUN   TestDockerSuite/TestExecWithPrivileged
20:48:47 [2020-11-06T20:48:47.822Z] #33 142.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:48:47 [2020-11-06T20:48:47.823Z] #33 144.1 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:48:47 [2020-11-06T20:48:47.823Z] #33 145.4 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:48:47 [2020-11-06T20:48:47.823Z] #33 147.2 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:48:47 [2020-11-06T20:48:47.823Z] #33 150.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:48:47 [2020-11-06T20:48:47.823Z] #33 151.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:48:47 [2020-11-06T20:48:47.823Z] #33 152.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:48:47 [2020-11-06T20:48:47.823Z] #33 153.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:48:47 [2020-11-06T20:48:47.823Z] #33 154.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:48:47 [2020-11-06T20:48:47.860Z] === RUN   TestDockerSuite/TestExecWithTERM
20:48:48 [2020-11-06T20:48:48.423Z] === RUN   TestDockerSuite/TestExecWithUser
20:48:48 [2020-11-06T20:48:48.768Z] #33 155.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:48:48 [2020-11-06T20:48:48.987Z] === RUN   TestDockerSuite/TestGetContainerStats
20:48:50 [2020-11-06T20:48:50.157Z] #33 157.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:48:52 [2020-11-06T20:48:52.074Z] #33 158.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:48:53 [2020-11-06T20:48:53.465Z] #33 160.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:48:54 [2020-11-06T20:48:54.038Z] #33 160.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:48:54 [2020-11-06T20:48:54.241Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
20:48:55 [2020-11-06T20:48:55.427Z] #33 162.3 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:48:56 [2020-11-06T20:48:56.816Z] #33 163.5 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:48:58 [2020-11-06T20:48:58.205Z] #33 165.1 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:48:58 [2020-11-06T20:48:58.411Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
20:48:59 [2020-11-06T20:48:59.594Z] #33 166.3 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:48:59 [2020-11-06T20:48:59.778Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
20:49:00 [2020-11-06T20:49:00.983Z] #33 167.5 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:49:01 [2020-11-06T20:49:01.928Z] #33 168.7 
20:49:01 [2020-11-06T20:49:01.928Z] #33 DONE 168.9s
20:49:02 [2020-11-06T20:49:02.189Z] 
20:49:02 [2020-11-06T20:49:02.189Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ...
20:49:03 [2020-11-06T20:49:03.576Z] #34 DONE 1.4s
20:49:03 [2020-11-06T20:49:03.945Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
20:49:04 [2020-11-06T20:49:04.508Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
20:49:04 [2020-11-06T20:49:04.508Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
20:49:04 [2020-11-06T20:49:04.508Z] === RUN   TestDockerSuite/TestHealth
20:49:05 [2020-11-06T20:49:05.499Z] 
20:49:05 [2020-11-06T20:49:05.499Z] #35 [runner 12/12] COPY --from=builder       /build/ /
20:49:05 [2020-11-06T20:49:05.760Z] #35 DONE 0.7s
20:49:06 [2020-11-06T20:49:06.033Z] 
20:49:06 [2020-11-06T20:49:06.033Z] #36 exporting to image
20:49:06 [2020-11-06T20:49:06.033Z] #36 exporting layers
20:49:08 [2020-11-06T20:49:08.677Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
20:49:09 [2020-11-06T20:49:09.347Z] #36 exporting layers 3.1s done
20:49:09 [2020-11-06T20:49:09.347Z] #36 writing image sha256:9b205f3c18ba4d648f05f9ae50c323f795e8e49dfa4b29bd9ee39f54934a1639 done
20:49:09 [2020-11-06T20:49:09.347Z] #36 naming to docker.io/library/moby-e2e-test done
20:49:09 [2020-11-06T20:49:09.347Z] #36 DONE 3.1s
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:49:09 [2020-11-06T20:49:09.675Z] + echo Ensuring container killed.
20:49:09 [2020-11-06T20:49:09.675Z] Ensuring container killed.
20:49:09 [2020-11-06T20:49:09.675Z] + docker rm -vf docker-pr1
20:49:09 [2020-11-06T20:49:09.675Z] Error: No such container: docker-pr1
20:49:09 [2020-11-06T20:49:09.675Z] + true
[Pipeline] sh
20:49:09 [2020-11-06T20:49:09.966Z] + echo Chowning /workspace to jenkins user
20:49:09 [2020-11-06T20:49:09.966Z] Chowning /workspace to jenkins user
20:49:09 [2020-11-06T20:49:09.966Z] + id -u
20:49:09 [2020-11-06T20:49:09.966Z] + id -g
20:49:09 [2020-11-06T20:49:09.966Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41648:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:49:11 [2020-11-06T20:49:11.224Z] + bundleName=unit
20:49:11 [2020-11-06T20:49:11.224Z] + echo Creating unit-bundles.tar.gz
20:49:11 [2020-11-06T20:49:11.224Z] Creating unit-bundles.tar.gz
20:49:11 [2020-11-06T20:49:11.224Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
20:49:11 [2020-11-06T20:49:11.224Z] bundles/junit-report.xml
20:49:11 [2020-11-06T20:49:11.224Z] bundles/go-test-report.json
20:49:11 [2020-11-06T20:49:11.224Z] bundles/profile.out
[Pipeline] archiveArtifacts
20:49:11 [2020-11-06T20:49:11.239Z] Archiving artifacts
20:49:11 [2020-11-06T20:49:11.899Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41648/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:49:12 [2020-11-06T20:49:12.231Z] + make clean
20:49:12 [2020-11-06T20:49:12.491Z] docker volume rm -f docker-dev-cache
20:49:12 [2020-11-06T20:49:12.492Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:49:23 [2020-11-06T20:49:23.538Z] === RUN   TestDockerSuite/TestHistoryExistentImage
20:49:23 [2020-11-06T20:49:23.538Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
20:49:23 [2020-11-06T20:49:23.538Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
20:49:23 [2020-11-06T20:49:23.538Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
20:49:23 [2020-11-06T20:49:23.795Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
20:49:23 [2020-11-06T20:49:23.795Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
20:49:24 [2020-11-06T20:49:24.358Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
20:49:24 [2020-11-06T20:49:24.359Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
20:49:24 [2020-11-06T20:49:24.359Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
20:49:24 [2020-11-06T20:49:24.359Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
20:49:24 [2020-11-06T20:49:24.615Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
20:49:24 [2020-11-06T20:49:24.871Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
20:49:25 [2020-11-06T20:49:25.128Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
20:49:25 [2020-11-06T20:49:25.128Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
20:49:25 [2020-11-06T20:49:25.691Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
20:49:25 [2020-11-06T20:49:25.949Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
20:49:26 [2020-11-06T20:49:26.513Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
20:49:27 [2020-11-06T20:49:27.076Z] === RUN   TestDockerSuite/TestImagesFormat
20:49:27 [2020-11-06T20:49:27.076Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
20:49:27 [2020-11-06T20:49:27.637Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
20:49:29 [2020-11-06T20:49:29.527Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
20:49:30 [2020-11-06T20:49:30.456Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
20:49:30 [2020-11-06T20:49:30.456Z] === RUN   TestDockerSuite/TestImportBadURL
20:49:30 [2020-11-06T20:49:30.456Z] === RUN   TestDockerSuite/TestImportDisplay
20:49:32 [2020-11-06T20:49:32.349Z] === RUN   TestDockerSuite/TestImportFile
20:49:33 [2020-11-06T20:49:33.718Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
20:49:33 [2020-11-06T20:49:33.974Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
20:49:33 [2020-11-06T20:49:33.974Z] === RUN   TestDockerSuite/TestImportFileWithMessage
20:49:35 [2020-11-06T20:49:35.351Z] === RUN   TestDockerSuite/TestImportGzipped
20:49:39 [2020-11-06T20:49:39.923Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
20:49:39 [2020-11-06T20:49:39.923Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
20:49:39 [2020-11-06T20:49:39.923Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
20:49:40 [2020-11-06T20:49:40.487Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
20:49:41 [2020-11-06T20:49:41.051Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
20:49:41 [2020-11-06T20:49:41.051Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
20:49:41 [2020-11-06T20:49:41.051Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
20:49:41 [2020-11-06T20:49:41.981Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
20:49:42 [2020-11-06T20:49:42.910Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
20:49:43 [2020-11-06T20:49:43.473Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
20:49:44 [2020-11-06T20:49:44.038Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
20:49:44 [2020-11-06T20:49:44.294Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
20:49:44 [2020-11-06T20:49:44.856Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
20:49:44 [2020-11-06T20:49:44.856Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
20:49:46 [2020-11-06T20:49:46.223Z] === RUN   TestDockerSuite/TestInspectAmpersand
20:49:46 [2020-11-06T20:49:46.480Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
20:49:46 [2020-11-06T20:49:46.738Z] === RUN   TestDockerSuite/TestInspectByPrefix
20:49:46 [2020-11-06T20:49:46.994Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
20:49:47 [2020-11-06T20:49:47.251Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
20:49:47 [2020-11-06T20:49:47.251Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
20:49:48 [2020-11-06T20:49:48.179Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
20:49:48 [2020-11-06T20:49:48.435Z] === RUN   TestDockerSuite/TestInspectDefault
20:49:48 [2020-11-06T20:49:48.998Z] === RUN   TestDockerSuite/TestInspectHistory
20:49:49 [2020-11-06T20:49:49.561Z] === RUN   TestDockerSuite/TestInspectImage
20:49:49 [2020-11-06T20:49:49.561Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
20:49:49 [2020-11-06T20:49:49.561Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
20:49:49 [2020-11-06T20:49:49.561Z] === RUN   TestDockerSuite/TestInspectInt64
20:49:50 [2020-11-06T20:49:50.124Z] === RUN   TestDockerSuite/TestInspectJSONFields
20:49:50 [2020-11-06T20:49:50.686Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
20:49:50 [2020-11-06T20:49:50.686Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
20:49:51 [2020-11-06T20:49:51.250Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
20:49:51 [2020-11-06T20:49:51.812Z] === RUN   TestDockerSuite/TestInspectPlugin
20:49:53 [2020-11-06T20:49:53.189Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
20:49:53 [2020-11-06T20:49:53.447Z] === RUN   TestDockerSuite/TestInspectRootFS
20:49:53 [2020-11-06T20:49:53.447Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
20:49:54 [2020-11-06T20:49:54.376Z] === RUN   TestDockerSuite/TestInspectStatus
20:49:55 [2020-11-06T20:49:55.307Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
20:49:56 [2020-11-06T20:49:56.236Z] === RUN   TestDockerSuite/TestInspectTemplateError
20:49:57 [2020-11-06T20:49:57.168Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
20:49:57 [2020-11-06T20:49:57.731Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
20:49:58 [2020-11-06T20:49:58.294Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
20:49:59 [2020-11-06T20:49:59.225Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
20:49:59 [2020-11-06T20:49:59.788Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
20:50:00 [2020-11-06T20:50:00.352Z] === RUN   TestDockerSuite/TestInspectUnknownObject
20:50:00 [2020-11-06T20:50:00.608Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
20:50:01 [2020-11-06T20:50:01.976Z] === RUN   TestDockerSuite/TestLinkShortDefinition
20:50:02 [2020-11-06T20:50:02.905Z] === RUN   TestDockerSuite/TestLinksEnvs
20:50:03 [2020-11-06T20:50:03.834Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
20:50:04 [2020-11-06T20:50:04.089Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
20:50:05 [2020-11-06T20:50:05.455Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
20:50:06 [2020-11-06T20:50:06.821Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
20:50:08 [2020-11-06T20:50:08.210Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
20:50:08 [2020-11-06T20:50:08.210Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
20:50:09 [2020-11-06T20:50:09.576Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
20:50:09 [2020-11-06T20:50:09.832Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
20:50:10 [2020-11-06T20:50:10.089Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
20:50:10 [2020-11-06T20:50:10.348Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
20:50:20 [2020-11-06T20:50:20.301Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
20:50:20 [2020-11-06T20:50:20.301Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
20:50:21 [2020-11-06T20:50:21.669Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
20:50:21 [2020-11-06T20:50:21.925Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
20:50:23 [2020-11-06T20:50:23.817Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
20:50:23 [2020-11-06T20:50:23.818Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
20:50:23 [2020-11-06T20:50:23.818Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
20:50:23 [2020-11-06T20:50:23.818Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
20:50:23 [2020-11-06T20:50:23.818Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
20:50:24 [2020-11-06T20:50:24.380Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
20:50:24 [2020-11-06T20:50:24.943Z] === RUN   TestDockerSuite/TestLogsAPIUntil
20:50:25 [2020-11-06T20:50:25.870Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
20:50:28 [2020-11-06T20:50:28.390Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
20:50:28 [2020-11-06T20:50:28.969Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
20:50:31 [2020-11-06T20:50:31.499Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
20:50:34 [2020-11-06T20:50:34.019Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
20:50:34 [2020-11-06T20:50:34.281Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
20:50:34 [2020-11-06T20:50:34.281Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
20:50:35 [2020-11-06T20:50:35.650Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
20:50:36 [2020-11-06T20:50:36.581Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
20:50:37 [2020-11-06T20:50:37.949Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
20:50:38 [2020-11-06T20:50:38.880Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
20:50:39 [2020-11-06T20:50:39.810Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
20:50:41 [2020-11-06T20:50:41.702Z] === RUN   TestDockerSuite/TestLogsFollowStopped
20:50:42 [2020-11-06T20:50:42.266Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
20:50:42 [2020-11-06T20:50:42.522Z] === RUN   TestDockerSuite/TestLogsSince
20:50:49 [2020-11-06T20:50:49.072Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
20:50:55 [2020-11-06T20:50:55.612Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
20:50:55 [2020-11-06T20:50:55.612Z] === RUN   TestDockerSuite/TestLogsTail
20:50:55 [2020-11-06T20:50:55.612Z] === RUN   TestDockerSuite/TestLogsTimestamps
20:50:56 [2020-11-06T20:50:56.177Z] === RUN   TestDockerSuite/TestLogsWithDetails
20:50:56 [2020-11-06T20:50:56.741Z] === RUN   TestDockerSuite/TestMountIntoProc
20:50:56 [2020-11-06T20:50:56.999Z] === RUN   TestDockerSuite/TestMountIntoSys
20:50:57 [2020-11-06T20:50:57.256Z] === RUN   TestDockerSuite/TestNetHostname
20:50:58 [2020-11-06T20:50:58.625Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
20:50:58 [2020-11-06T20:50:58.882Z] === RUN   TestDockerSuite/TestNetworkEvents
20:50:59 [2020-11-06T20:50:59.820Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
20:51:02 [2020-11-06T20:51:02.340Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
20:51:04 [2020-11-06T20:51:04.810Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
20:51:06 [2020-11-06T20:51:06.181Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
20:51:07 [2020-11-06T20:51:07.120Z] === RUN   TestDockerSuite/TestPluginActive
20:51:08 [2020-11-06T20:51:08.491Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
20:51:13 [2020-11-06T20:51:13.749Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
20:51:13 [2020-11-06T20:51:13.749Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
20:51:15 [2020-11-06T20:51:15.116Z] === RUN   TestDockerSuite/TestPluginLogDriver
20:51:17 [2020-11-06T20:51:17.631Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
20:51:18 [2020-11-06T20:51:18.997Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
20:51:21 [2020-11-06T20:51:21.518Z] === RUN   TestDockerSuite/TestPluginUpgrade
20:51:25 [2020-11-06T20:51:25.685Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
20:51:25 [2020-11-06T20:51:25.685Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
20:51:27 [2020-11-06T20:51:27.595Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
20:51:28 [2020-11-06T20:51:28.964Z] === RUN   TestDockerSuite/TestPortHostBinding
20:51:29 [2020-11-06T20:51:29.526Z] === RUN   TestDockerSuite/TestPortList
20:51:37 [2020-11-06T20:51:37.628Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
20:51:38 [2020-11-06T20:51:38.556Z] === RUN   TestDockerSuite/TestPostContainersAttach
20:51:45 [2020-11-06T20:51:45.093Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
20:51:45 [2020-11-06T20:51:45.093Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
20:51:45 [2020-11-06T20:51:45.093Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
20:51:45 [2020-11-06T20:51:45.349Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
20:51:45 [2020-11-06T20:51:45.349Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
20:51:45 [2020-11-06T20:51:45.913Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
20:51:45 [2020-11-06T20:51:45.913Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
20:51:46 [2020-11-06T20:51:46.476Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
20:51:46 [2020-11-06T20:51:46.476Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
20:51:47 [2020-11-06T20:51:47.843Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
20:51:47 [2020-11-06T20:51:47.843Z] === RUN   TestDockerSuite/TestPruneContainerLabel
20:51:50 [2020-11-06T20:51:50.365Z] === RUN   TestDockerSuite/TestPruneContainerUntil
20:51:50 [2020-11-06T20:51:50.945Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
20:51:51 [2020-11-06T20:51:51.507Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
20:51:51 [2020-11-06T20:51:51.507Z] === RUN   TestDockerSuite/TestPsByOrder
20:51:53 [2020-11-06T20:51:53.401Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
20:51:53 [2020-11-06T20:51:53.402Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
20:51:54 [2020-11-06T20:51:54.330Z] === RUN   TestDockerSuite/TestPsListContainersBase
20:51:57 [2020-11-06T20:51:57.603Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
20:52:01 [2020-11-06T20:52:01.776Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
20:52:01 [2020-11-06T20:52:01.776Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
20:52:05 [2020-11-06T20:52:05.047Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
20:52:11 [2020-11-06T20:52:11.585Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
20:52:12 [2020-11-06T20:52:12.147Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
20:52:13 [2020-11-06T20:52:13.528Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
20:52:14 [2020-11-06T20:52:14.456Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
20:52:15 [2020-11-06T20:52:15.385Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
20:52:17 [2020-11-06T20:52:17.276Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
20:52:18 [2020-11-06T20:52:18.642Z] === RUN   TestDockerSuite/TestPsListContainersSize
20:52:19 [2020-11-06T20:52:19.206Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
20:52:19 [2020-11-06T20:52:19.462Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
20:52:20 [2020-11-06T20:52:20.025Z] === RUN   TestDockerSuite/TestPsRightTagName
20:52:20 [2020-11-06T20:52:20.589Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
20:52:21 [2020-11-06T20:52:21.520Z] === RUN   TestDockerSuite/TestPsShowMounts
20:52:24 [2020-11-06T20:52:24.042Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
20:52:24 [2020-11-06T20:52:24.298Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
20:52:24 [2020-11-06T20:52:24.298Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
20:52:24 [2020-11-06T20:52:24.555Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
20:52:24 [2020-11-06T20:52:24.555Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
20:52:24 [2020-11-06T20:52:24.812Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
20:52:25 [2020-11-06T20:52:25.742Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
20:52:26 [2020-11-06T20:52:26.670Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
20:52:27 [2020-11-06T20:52:27.611Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
20:52:28 [2020-11-06T20:52:28.545Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
20:52:35 [2020-11-06T20:52:35.103Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
20:52:35 [2020-11-06T20:52:35.103Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
20:52:36 [2020-11-06T20:52:36.471Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
20:52:36 [2020-11-06T20:52:36.728Z] === RUN   TestDockerSuite/TestRestartPolicyNO
20:52:36 [2020-11-06T20:52:36.728Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
20:52:36 [2020-11-06T20:52:36.985Z] === RUN   TestDockerSuite/TestRestartRunningContainer
20:52:38 [2020-11-06T20:52:38.876Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
20:52:39 [2020-11-06T20:52:39.805Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
20:52:42 [2020-11-06T20:52:42.327Z] === RUN   TestDockerSuite/TestRestartWithVolumes
20:52:43 [2020-11-06T20:52:43.698Z] === RUN   TestDockerSuite/TestRmiBlank
20:52:43 [2020-11-06T20:52:43.698Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
20:52:43 [2020-11-06T20:52:43.698Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
20:52:46 [2020-11-06T20:52:46.216Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
20:52:46 [2020-11-06T20:52:46.779Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
20:52:47 [2020-11-06T20:52:47.036Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
20:52:47 [2020-11-06T20:52:47.983Z] === RUN   TestDockerSuite/TestRmiImgIDForce
20:52:49 [2020-11-06T20:52:49.352Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
20:52:50 [2020-11-06T20:52:50.721Z] === RUN   TestDockerSuite/TestRmiParentImageFail
20:52:51 [2020-11-06T20:52:51.285Z] === RUN   TestDockerSuite/TestRmiTag
20:52:51 [2020-11-06T20:52:51.285Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
20:52:51 [2020-11-06T20:52:51.848Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
20:52:54 [2020-11-06T20:52:54.365Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
20:52:54 [2020-11-06T20:52:54.928Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
20:52:55 [2020-11-06T20:52:55.491Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
20:52:55 [2020-11-06T20:52:55.747Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
20:52:56 [2020-11-06T20:52:56.676Z] === RUN   TestDockerSuite/TestRunAddHost
20:52:57 [2020-11-06T20:52:57.239Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
20:52:57 [2020-11-06T20:52:57.239Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
20:52:57 [2020-11-06T20:52:57.801Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
20:52:57 [2020-11-06T20:52:57.801Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
20:52:58 [2020-11-06T20:52:58.364Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
20:52:59 [2020-11-06T20:52:59.293Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
20:52:59 [2020-11-06T20:52:59.550Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
20:53:00 [2020-11-06T20:53:00.479Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
20:53:00 [2020-11-06T20:53:00.479Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
20:53:01 [2020-11-06T20:53:01.043Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
20:53:01 [2020-11-06T20:53:01.972Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
20:53:03 [2020-11-06T20:53:03.360Z] === RUN   TestDockerSuite/TestRunAttachDetach
20:53:04 [2020-11-06T20:53:04.289Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
20:53:04 [2020-11-06T20:53:04.853Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
20:53:05 [2020-11-06T20:53:05.783Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
20:53:06 [2020-11-06T20:53:06.345Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
20:53:06 [2020-11-06T20:53:06.907Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
20:53:07 [2020-11-06T20:53:07.470Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
20:53:08 [2020-11-06T20:53:08.400Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
20:53:08 [2020-11-06T20:53:08.964Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
20:53:09 [2020-11-06T20:53:09.527Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
20:53:10 [2020-11-06T20:53:10.090Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
20:53:10 [2020-11-06T20:53:10.090Z] === RUN   TestDockerSuite/TestRunBindMounts
20:53:11 [2020-11-06T20:53:11.980Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
20:53:12 [2020-11-06T20:53:12.237Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
20:53:12 [2020-11-06T20:53:12.799Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
20:53:13 [2020-11-06T20:53:13.054Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
20:53:13 [2020-11-06T20:53:13.618Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
20:53:13 [2020-11-06T20:53:13.618Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
20:53:14 [2020-11-06T20:53:14.181Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
20:53:14 [2020-11-06T20:53:14.744Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
20:53:15 [2020-11-06T20:53:15.307Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
20:53:15 [2020-11-06T20:53:15.873Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
20:53:16 [2020-11-06T20:53:16.458Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
20:53:16 [2020-11-06T20:53:16.458Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
20:53:17 [2020-11-06T20:53:17.022Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
20:53:17 [2020-11-06T20:53:17.022Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
20:53:17 [2020-11-06T20:53:17.951Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
20:53:18 [2020-11-06T20:53:18.515Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
20:53:19 [2020-11-06T20:53:19.078Z] === RUN   TestDockerSuite/TestRunContainerNetwork
20:53:20 [2020-11-06T20:53:20.009Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
20:53:20 [2020-11-06T20:53:20.009Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
20:53:20 [2020-11-06T20:53:20.572Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
20:53:21 [2020-11-06T20:53:21.502Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
20:53:22 [2020-11-06T20:53:22.870Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
20:53:23 [2020-11-06T20:53:23.433Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
20:53:23 [2020-11-06T20:53:23.997Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
20:53:24 [2020-11-06T20:53:24.561Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
20:53:25 [2020-11-06T20:53:25.493Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
20:53:26 [2020-11-06T20:53:26.056Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
20:53:26 [2020-11-06T20:53:26.312Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
20:53:26 [2020-11-06T20:53:26.569Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
20:53:28 [2020-11-06T20:53:28.468Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
20:53:30 [2020-11-06T20:53:30.998Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
20:53:31 [2020-11-06T20:53:31.572Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
20:53:31 [2020-11-06T20:53:31.572Z] === RUN   TestDockerSuite/TestRunCreateVolume
20:53:32 [2020-11-06T20:53:32.135Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
20:53:34 [2020-11-06T20:53:34.030Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
20:53:34 [2020-11-06T20:53:34.030Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
20:53:35 [2020-11-06T20:53:35.400Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
20:53:37 [2020-11-06T20:53:37.293Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
20:53:37 [2020-11-06T20:53:37.293Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
20:53:39 [2020-11-06T20:53:39.814Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
20:53:39 [2020-11-06T20:53:39.814Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
20:53:39 [2020-11-06T20:53:39.814Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
20:53:39 [2020-11-06T20:53:39.814Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
20:53:40 [2020-11-06T20:53:40.377Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
20:53:41 [2020-11-06T20:53:41.745Z] === RUN   TestDockerSuite/TestRunDNSOptions
20:53:42 [2020-11-06T20:53:42.675Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
20:53:43 [2020-11-06T20:53:43.238Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
20:53:45 [2020-11-06T20:53:45.131Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
20:53:45 [2020-11-06T20:53:45.693Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
20:53:45 [2020-11-06T20:53:45.694Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
20:53:46 [2020-11-06T20:53:46.623Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
20:53:47 [2020-11-06T20:53:47.560Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
20:53:47 [2020-11-06T20:53:47.560Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
20:53:48 [2020-11-06T20:53:48.124Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
20:53:50 [2020-11-06T20:53:50.017Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
20:53:50 [2020-11-06T20:53:50.017Z] === RUN   TestDockerSuite/TestRunDuplicateMount
20:53:50 [2020-11-06T20:53:50.017Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
20:53:50 [2020-11-06T20:53:50.274Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
20:53:50 [2020-11-06T20:53:50.837Z] === RUN   TestDockerSuite/TestRunEchoStdout
20:53:51 [2020-11-06T20:53:51.399Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
20:53:51 [2020-11-06T20:53:51.963Z] === RUN   TestDockerSuite/TestRunEmptyEnv
20:53:51 [2020-11-06T20:53:51.963Z] === RUN   TestDockerSuite/TestRunEntrypoint
20:53:52 [2020-11-06T20:53:52.892Z] === RUN   TestDockerSuite/TestRunEnvironment
20:53:53 [2020-11-06T20:53:53.455Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
20:53:54 [2020-11-06T20:53:54.017Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
20:53:54 [2020-11-06T20:53:54.579Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
20:53:54 [2020-11-06T20:53:54.579Z] === RUN   TestDockerSuite/TestRunExitCode
20:53:55 [2020-11-06T20:53:55.143Z] === RUN   TestDockerSuite/TestRunExitCodeOne
20:53:55 [2020-11-06T20:53:55.707Z] === RUN   TestDockerSuite/TestRunExitCodeZero
20:53:56 [2020-11-06T20:53:56.639Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
20:53:57 [2020-11-06T20:53:57.203Z] === RUN   TestDockerSuite/TestRunExposePort
20:53:57 [2020-11-06T20:53:57.203Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
20:53:57 [2020-11-06T20:53:57.767Z] === RUN   TestDockerSuite/TestRunGroupAdd
20:53:58 [2020-11-06T20:53:58.023Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
20:53:58 [2020-11-06T20:53:58.953Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
20:53:59 [2020-11-06T20:53:59.210Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
20:53:59 [2020-11-06T20:53:59.210Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
20:54:01 [2020-11-06T20:54:01.108Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
20:54:01 [2020-11-06T20:54:01.671Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
20:54:02 [2020-11-06T20:54:02.236Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
20:54:03 [2020-11-06T20:54:03.164Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
20:54:04 [2020-11-06T20:54:04.093Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
20:54:04 [2020-11-06T20:54:04.093Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
20:54:04 [2020-11-06T20:54:04.093Z] === RUN   TestDockerSuite/TestRunInvalidReference
20:54:04 [2020-11-06T20:54:04.093Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
20:54:04 [2020-11-06T20:54:04.349Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
20:54:06 [2020-11-06T20:54:06.241Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
20:54:07 [2020-11-06T20:54:07.170Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
20:54:08 [2020-11-06T20:54:08.099Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
20:54:14 [2020-11-06T20:54:14.634Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
20:54:14 [2020-11-06T20:54:14.634Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
20:54:14 [2020-11-06T20:54:14.634Z] === RUN   TestDockerSuite/TestRunModeHostname
20:54:14 [2020-11-06T20:54:14.890Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
20:54:14 [2020-11-06T20:54:14.890Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
20:54:15 [2020-11-06T20:54:15.146Z] === RUN   TestDockerSuite/TestRunModeIpcHost
20:54:16 [2020-11-06T20:54:16.075Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
20:54:16 [2020-11-06T20:54:16.636Z] === RUN   TestDockerSuite/TestRunModePIDContainer
20:54:18 [2020-11-06T20:54:18.005Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
20:54:18 [2020-11-06T20:54:18.005Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
20:54:18 [2020-11-06T20:54:18.005Z] === RUN   TestDockerSuite/TestRunModePIDHost
20:54:18 [2020-11-06T20:54:18.567Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
20:54:19 [2020-11-06T20:54:19.132Z] === RUN   TestDockerSuite/TestRunModeUTSHost
20:54:20 [2020-11-06T20:54:20.502Z] === RUN   TestDockerSuite/TestRunMount
20:54:25 [2020-11-06T20:54:25.750Z] === RUN   TestDockerSuite/TestRunMountOrdering
20:54:25 [2020-11-06T20:54:25.750Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
20:54:25 [2020-11-06T20:54:25.750Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
20:54:27 [2020-11-06T20:54:27.117Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
20:54:27 [2020-11-06T20:54:27.374Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
20:54:29 [2020-11-06T20:54:29.268Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
20:54:30 [2020-11-06T20:54:30.635Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
20:54:32 [2020-11-06T20:54:32.005Z] === RUN   TestDockerSuite/TestRunNamedVolume
20:54:33 [2020-11-06T20:54:33.375Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
20:54:35 [2020-11-06T20:54:35.266Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
20:54:35 [2020-11-06T20:54:35.831Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
20:54:36 [2020-11-06T20:54:36.760Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
20:54:36 [2020-11-06T20:54:36.760Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
20:54:37 [2020-11-06T20:54:37.322Z] === RUN   TestDockerSuite/TestRunNetHost
20:54:37 [2020-11-06T20:54:37.898Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
20:54:38 [2020-11-06T20:54:38.461Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
20:54:38 [2020-11-06T20:54:38.717Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
20:54:40 [2020-11-06T20:54:40.247Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
20:54:41 [2020-11-06T20:54:41.613Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
20:54:43 [2020-11-06T20:54:43.505Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
20:54:44 [2020-11-06T20:54:44.435Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
20:54:44 [2020-11-06T20:54:44.999Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
20:54:44 [2020-11-06T20:54:44.999Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
20:54:45 [2020-11-06T20:54:45.927Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
20:54:45 [2020-11-06T20:54:45.927Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
20:54:46 [2020-11-06T20:54:46.185Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
20:54:46 [2020-11-06T20:54:46.442Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
20:54:47 [2020-11-06T20:54:47.007Z] === RUN   TestDockerSuite/TestRunNonExistingImage
20:54:47 [2020-11-06T20:54:47.007Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
20:54:47 [2020-11-06T20:54:47.570Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
20:54:49 [2020-11-06T20:54:49.461Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
20:54:51 [2020-11-06T20:54:51.353Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
20:54:53 [2020-11-06T20:54:53.243Z] === RUN   TestDockerSuite/TestRunOOMExitCode
20:54:53 [2020-11-06T20:54:53.243Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
20:54:53 [2020-11-06T20:54:53.808Z] === RUN   TestDockerSuite/TestRunPIDsLimit
20:54:54 [2020-11-06T20:54:54.065Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
20:54:54 [2020-11-06T20:54:54.641Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
20:54:56 [2020-11-06T20:54:56.008Z] === RUN   TestDockerSuite/TestRunPortInUse
20:54:56 [2020-11-06T20:54:56.572Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
20:54:56 [2020-11-06T20:54:56.830Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
20:54:57 [2020-11-06T20:54:57.393Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
20:54:57 [2020-11-06T20:54:57.958Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
20:54:58 [2020-11-06T20:54:58.521Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
20:54:59 [2020-11-06T20:54:59.451Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
20:54:59 [2020-11-06T20:54:59.707Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
20:54:59 [2020-11-06T20:54:59.963Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
20:54:59 [2020-11-06T20:54:59.963Z] === RUN   TestDockerSuite/TestRunPublishPort
20:55:00 [2020-11-06T20:55:00.527Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
20:55:01 [2020-11-06T20:55:01.091Z] === RUN   TestDockerSuite/TestRunReadProcLatency
20:55:01 [2020-11-06T20:55:01.091Z] === RUN   TestDockerSuite/TestRunReadProcTimer
20:55:01 [2020-11-06T20:55:01.654Z] === RUN   TestDockerSuite/TestRunRedirectStdout
20:55:01 [2020-11-06T20:55:01.911Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
20:55:02 [2020-11-06T20:55:02.841Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
20:55:02 [2020-11-06T20:55:02.841Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
20:55:05 [2020-11-06T20:55:05.361Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
20:55:05 [2020-11-06T20:55:05.361Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
20:55:06 [2020-11-06T20:55:06.730Z] === RUN   TestDockerSuite/TestRunRm
20:55:07 [2020-11-06T20:55:07.293Z] === RUN   TestDockerSuite/TestRunRmAndWait
20:55:11 [2020-11-06T20:55:11.470Z] === RUN   TestDockerSuite/TestRunRmPre125Api
20:55:11 [2020-11-06T20:55:11.470Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
20:55:11 [2020-11-06T20:55:11.470Z] === RUN   TestDockerSuite/TestRunRootWorkdir
20:55:12 [2020-11-06T20:55:12.033Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
20:55:13 [2020-11-06T20:55:13.925Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
20:55:14 [2020-11-06T20:55:14.488Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
20:55:17 [2020-11-06T20:55:17.014Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
20:55:17 [2020-11-06T20:55:17.014Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
20:55:20 [2020-11-06T20:55:20.289Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
20:55:20 [2020-11-06T20:55:20.852Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
20:55:21 [2020-11-06T20:55:21.415Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
20:55:21 [2020-11-06T20:55:21.671Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
20:55:22 [2020-11-06T20:55:22.234Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
20:55:22 [2020-11-06T20:55:22.797Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
20:55:23 [2020-11-06T20:55:23.056Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
20:55:23 [2020-11-06T20:55:23.619Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
20:55:23 [2020-11-06T20:55:23.875Z] === RUN   TestDockerSuite/TestRunSetMacAddress
20:55:24 [2020-11-06T20:55:24.438Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
20:55:26 [2020-11-06T20:55:26.953Z] === RUN   TestDockerSuite/TestRunState
20:55:27 [2020-11-06T20:55:27.888Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
20:55:28 [2020-11-06T20:55:28.472Z] === RUN   TestDockerSuite/TestRunStdinPipe
20:55:28 [2020-11-06T20:55:28.728Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
20:55:28 [2020-11-06T20:55:28.986Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
20:55:28 [2020-11-06T20:55:28.986Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
20:55:29 [2020-11-06T20:55:29.549Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
20:55:29 [2020-11-06T20:55:29.805Z] === RUN   TestDockerSuite/TestRunSysctls
20:55:30 [2020-11-06T20:55:30.368Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
20:55:30 [2020-11-06T20:55:30.931Z] === RUN   TestDockerSuite/TestRunTLSVerify
20:55:30 [2020-11-06T20:55:30.931Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
20:55:31 [2020-11-06T20:55:31.187Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
20:55:31 [2020-11-06T20:55:31.751Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
20:55:33 [2020-11-06T20:55:33.643Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
20:55:33 [2020-11-06T20:55:33.643Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
20:55:34 [2020-11-06T20:55:34.205Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
20:55:36 [2020-11-06T20:55:36.098Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
20:55:37 [2020-11-06T20:55:37.467Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
20:55:38 [2020-11-06T20:55:38.835Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
20:55:40 [2020-11-06T20:55:40.725Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
20:55:41 [2020-11-06T20:55:41.655Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
20:55:42 [2020-11-06T20:55:42.585Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
20:55:43 [2020-11-06T20:55:43.150Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
20:55:43 [2020-11-06T20:55:43.721Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
20:55:45 [2020-11-06T20:55:45.621Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
20:55:45 [2020-11-06T20:55:45.621Z] === RUN   TestDockerSuite/TestRunUnshareProc
20:55:46 [2020-11-06T20:55:46.554Z] === RUN   TestDockerSuite/TestRunUserByID
20:55:47 [2020-11-06T20:55:47.117Z] === RUN   TestDockerSuite/TestRunUserByIDBig
20:55:47 [2020-11-06T20:55:47.117Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
20:55:47 [2020-11-06T20:55:47.374Z] === RUN   TestDockerSuite/TestRunUserByIDZero
20:55:47 [2020-11-06T20:55:47.937Z] === RUN   TestDockerSuite/TestRunUserByName
20:55:48 [2020-11-06T20:55:48.500Z] === RUN   TestDockerSuite/TestRunUserDefaults
20:55:48 [2020-11-06T20:55:48.756Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
20:55:49 [2020-11-06T20:55:49.012Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
20:55:49 [2020-11-06T20:55:49.012Z] === RUN   TestDockerSuite/TestRunUserNotFound
20:55:49 [2020-11-06T20:55:49.269Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
20:55:49 [2020-11-06T20:55:49.833Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
20:55:53 [2020-11-06T20:55:53.105Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
20:55:53 [2020-11-06T20:55:53.105Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
20:55:54 [2020-11-06T20:55:54.034Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
20:55:55 [2020-11-06T20:55:55.399Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
20:55:55 [2020-11-06T20:55:55.963Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
20:55:57 [2020-11-06T20:55:57.330Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
20:55:59 [2020-11-06T20:55:59.231Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
20:55:59 [2020-11-06T20:55:59.488Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsShared
20:56:00 [2020-11-06T20:56:00.059Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsSlave
20:56:00 [2020-11-06T20:56:00.620Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
20:56:00 [2020-11-06T20:56:00.620Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
20:56:00 [2020-11-06T20:56:00.620Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
20:56:00 [2020-11-06T20:56:00.620Z] === RUN   TestDockerSuite/TestRunWithBadDevice
20:56:00 [2020-11-06T20:56:00.620Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
20:56:00 [2020-11-06T20:56:00.620Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
20:56:01 [2020-11-06T20:56:01.183Z] === RUN   TestDockerSuite/TestRunWithCPUShares
20:56:01 [2020-11-06T20:56:01.746Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
20:56:01 [2020-11-06T20:56:01.746Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
20:56:03 [2020-11-06T20:56:03.114Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
20:56:03 [2020-11-06T20:56:03.370Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
20:56:04 [2020-11-06T20:56:04.301Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
20:56:04 [2020-11-06T20:56:04.302Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
20:56:04 [2020-11-06T20:56:04.864Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
20:56:05 [2020-11-06T20:56:05.426Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
20:56:05 [2020-11-06T20:56:05.989Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
20:56:06 [2020-11-06T20:56:06.246Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
20:56:06 [2020-11-06T20:56:06.246Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
20:56:06 [2020-11-06T20:56:06.807Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
20:56:07 [2020-11-06T20:56:07.063Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
20:56:07 [2020-11-06T20:56:07.320Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
20:56:07 [2020-11-06T20:56:07.578Z] === RUN   TestDockerSuite/TestRunWithShmSize
20:56:07 [2020-11-06T20:56:07.835Z] === RUN   TestDockerSuite/TestRunWithSwappiness
20:56:08 [2020-11-06T20:56:08.397Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
20:56:08 [2020-11-06T20:56:08.397Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
20:56:08 [2020-11-06T20:56:08.397Z] === RUN   TestDockerSuite/TestRunWithUlimits
20:56:08 [2020-11-06T20:56:08.960Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
20:56:09 [2020-11-06T20:56:09.888Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
20:56:10 [2020-11-06T20:56:10.145Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
20:56:10 [2020-11-06T20:56:10.145Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
20:56:10 [2020-11-06T20:56:10.708Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
20:56:10 [2020-11-06T20:56:10.708Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
20:56:11 [2020-11-06T20:56:11.636Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
20:56:11 [2020-11-06T20:56:11.893Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
20:56:13 [2020-11-06T20:56:13.786Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
20:56:13 [2020-11-06T20:56:13.786Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
20:56:13 [2020-11-06T20:56:13.786Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
20:56:13 [2020-11-06T20:56:13.786Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
20:56:14 [2020-11-06T20:56:14.725Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
20:56:15 [2020-11-06T20:56:15.293Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
20:56:15 [2020-11-06T20:56:15.550Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
20:56:16 [2020-11-06T20:56:16.478Z] === RUN   TestDockerSuite/TestSaveCheckTimes
20:56:16 [2020-11-06T20:56:16.478Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
20:56:18 [2020-11-06T20:56:18.375Z] === RUN   TestDockerSuite/TestSaveImageId
20:56:18 [2020-11-06T20:56:18.375Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
20:56:18 [2020-11-06T20:56:18.631Z] === RUN   TestDockerSuite/TestSaveLoadParents
20:56:20 [2020-11-06T20:56:20.001Z] === RUN   TestDockerSuite/TestSaveMultipleNames
20:56:20 [2020-11-06T20:56:20.001Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
20:56:21 [2020-11-06T20:56:21.369Z] === RUN   TestDockerSuite/TestSaveSingleTag
20:56:21 [2020-11-06T20:56:21.369Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
20:56:21 [2020-11-06T20:56:21.369Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
20:56:22 [2020-11-06T20:56:22.300Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
20:56:23 [2020-11-06T20:56:23.667Z] === RUN   TestDockerSuite/TestSearchCmdOptions
20:56:23 [2020-11-06T20:56:23.923Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
20:56:23 [2020-11-06T20:56:23.923Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
20:56:23 [2020-11-06T20:56:23.923Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
20:56:23 [2020-11-06T20:56:23.923Z] === RUN   TestDockerSuite/TestSearchWithLimit
20:56:24 [2020-11-06T20:56:24.485Z] === RUN   TestDockerSuite/TestSlowStdinClosing
20:56:26 [2020-11-06T20:56:26.376Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
20:56:28 [2020-11-06T20:56:28.892Z] === RUN   TestDockerSwarmSuite/TestServiceScale
20:56:30 [2020-11-06T20:56:30.784Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
20:56:31 [2020-11-06T20:56:31.361Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
20:56:33 [2020-11-06T20:56:33.253Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
20:56:33 [2020-11-06T20:56:33.815Z] === RUN   TestDockerSuite/TestStartAttachSilent
20:56:34 [2020-11-06T20:56:34.743Z] === RUN   TestDockerSuite/TestStartAttachWithRename
20:56:37 [2020-11-06T20:56:37.261Z] === RUN   TestDockerSuite/TestStartMultipleContainers
20:56:39 [2020-11-06T20:56:39.780Z] === RUN   TestDockerSuite/TestStartPausedContainer
20:56:40 [2020-11-06T20:56:40.037Z] === RUN   TestDockerSuite/TestStartRecordError
20:56:40 [2020-11-06T20:56:40.965Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
20:56:42 [2020-11-06T20:56:42.335Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
20:56:43 [2020-11-06T20:56:43.263Z] === RUN   TestDockerSuite/TestStatsAllNoStream
20:56:45 [2020-11-06T20:56:45.782Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
20:56:47 [2020-11-06T20:56:47.676Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
20:56:50 [2020-11-06T20:56:50.217Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
20:56:50 [2020-11-06T20:56:50.473Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
20:56:52 [2020-11-06T20:56:52.363Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
20:56:53 [2020-11-06T20:56:53.730Z] === RUN   TestDockerSuite/TestStatsFormatAll
20:56:58 [2020-11-06T20:56:58.976Z] === RUN   TestDockerSuite/TestStatsNoStream
20:57:00 [2020-11-06T20:57:00.866Z] === RUN   TestDockerSuite/TestStopContainerSignal
20:57:02 [2020-11-06T20:57:02.232Z] === RUN   TestDockerSuite/TestTopMultipleArgs
20:57:02 [2020-11-06T20:57:02.795Z] === RUN   TestDockerSuite/TestTopNonPrivileged
20:57:03 [2020-11-06T20:57:03.357Z] === RUN   TestDockerSuite/TestTopPrivileged
20:57:03 [2020-11-06T20:57:03.921Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
20:57:03 [2020-11-06T20:57:03.921Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
20:57:04 [2020-11-06T20:57:04.484Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
20:57:07 [2020-11-06T20:57:07.002Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
20:57:10 [2020-11-06T20:57:10.295Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
20:57:10 [2020-11-06T20:57:10.295Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
20:57:10 [2020-11-06T20:57:10.857Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
20:57:10 [2020-11-06T20:57:10.857Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
20:57:11 [2020-11-06T20:57:11.419Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
20:57:11 [2020-11-06T20:57:11.675Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
20:57:12 [2020-11-06T20:57:12.605Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
20:57:12 [2020-11-06T20:57:12.605Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
20:57:13 [2020-11-06T20:57:13.535Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
20:57:14 [2020-11-06T20:57:14.465Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
20:57:15 [2020-11-06T20:57:15.028Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
20:57:15 [2020-11-06T20:57:15.956Z] === RUN   TestDockerSuite/TestUpdateStats
20:57:20 [2020-11-06T20:57:20.124Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
20:57:20 [2020-11-06T20:57:20.124Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
20:57:20 [2020-11-06T20:57:20.686Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
20:57:20 [2020-11-06T20:57:20.686Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
20:57:21 [2020-11-06T20:57:21.248Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
20:57:22 [2020-11-06T20:57:22.177Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
20:57:22 [2020-11-06T20:57:22.740Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
20:57:25 [2020-11-06T20:57:25.259Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
20:57:27 [2020-11-06T20:57:27.782Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
20:57:29 [2020-11-06T20:57:29.672Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
20:57:31 [2020-11-06T20:57:31.565Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
20:57:34 [2020-11-06T20:57:34.083Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
20:57:36 [2020-11-06T20:57:36.604Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
20:57:37 [2020-11-06T20:57:37.972Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
20:57:37 [2020-11-06T20:57:37.972Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
20:57:39 [2020-11-06T20:57:39.864Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
20:57:40 [2020-11-06T20:57:40.795Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
20:57:42 [2020-11-06T20:57:42.164Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
20:57:43 [2020-11-06T20:57:43.531Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
20:57:44 [2020-11-06T20:57:44.901Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
20:57:46 [2020-11-06T20:57:46.284Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
20:57:47 [2020-11-06T20:57:47.651Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
20:57:49 [2020-11-06T20:57:49.019Z] === RUN   TestDockerSuite/TestVolumeCLICreate
20:57:58 [2020-11-06T20:57:58.961Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
20:58:04 [2020-11-06T20:58:04.205Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
20:58:04 [2020-11-06T20:58:04.205Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
20:58:04 [2020-11-06T20:58:04.205Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
20:58:04 [2020-11-06T20:58:04.461Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
20:58:04 [2020-11-06T20:58:04.461Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
20:58:04 [2020-11-06T20:58:04.717Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
20:58:04 [2020-11-06T20:58:04.717Z] === RUN   TestDockerSuite/TestVolumeCLILs
20:58:05 [2020-11-06T20:58:05.281Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
20:58:05 [2020-11-06T20:58:05.281Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
20:58:05 [2020-11-06T20:58:05.537Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
20:58:06 [2020-11-06T20:58:06.100Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
20:58:06 [2020-11-06T20:58:06.356Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
20:58:06 [2020-11-06T20:58:06.356Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
20:58:06 [2020-11-06T20:58:06.356Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
20:58:06 [2020-11-06T20:58:06.357Z] === RUN   TestDockerSuite/TestVolumeCLIRm
20:58:08 [2020-11-06T20:58:08.251Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
20:58:08 [2020-11-06T20:58:08.507Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
20:58:08 [2020-11-06T20:58:08.507Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
20:58:08 [2020-11-06T20:58:08.764Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
20:58:08 [2020-11-06T20:58:08.764Z] === RUN   TestDockerSuite/TestVolumeEvents
20:58:15 [2020-11-06T20:58:15.312Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
20:58:15 [2020-11-06T20:58:15.570Z] === RUN   TestDockerSuite/TestVolumeLsFormat
20:58:15 [2020-11-06T20:58:15.827Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
20:58:15 [2020-11-06T20:58:15.827Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
20:58:17 [2020-11-06T20:58:17.718Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
20:58:20 [2020-11-06T20:58:20.239Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
20:58:20 [2020-11-06T20:58:20.239Z] --- PASS: TestDockerSuite (1371.90s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.10s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (1.25s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.61s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.79s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.46s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.11s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.98s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.23s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.90s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.32s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.47s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.99s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.77s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.77s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.81s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.77s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.08s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.89s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.17s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.98s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.19s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.89s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.82s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.55s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.92s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.35s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.24s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.26s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.03s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.66s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.65s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.33s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.14s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.49s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.80s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.25s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.18s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.18s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.11s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.86s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.22s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.63s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.40s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.30s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.35s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddScript (3.10s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.11s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.65s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.16s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddTar (7.82s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.40s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.21s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.03s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.27s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.35s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.40s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.80s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.49s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.86s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.47s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.09s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.72s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.02s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.42s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.31s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.36s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.36s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.72s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.09s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.11s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.22s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.34s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.97s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.26s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.29s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.62s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.69s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.70s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.45s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.99s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.40s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.48s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.52s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.80s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.67s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.31s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildContChar (2.76s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.92s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.69s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.50s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.30s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.99s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.13s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.36s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.77s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.65s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s)
20:58:20 [2020-11-06T20:58:20.239Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.239Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.10s)
20:58:20 [2020-11-06T20:58:20.239Z]         docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.239Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
20:58:20 [2020-11-06T20:58:20.239Z]         docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.239Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]         docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.52s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.51s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.08s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.10s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.24s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.80s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.42s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.97s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.79s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.30s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.41s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.22s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (10.88s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.31s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.13s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.76s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.05s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.86s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.49s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.30s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.84s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.39s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.44s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.49s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.96s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.41s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.41s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.83s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.39s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.47s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.53s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.63s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.71s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.30s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.37s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (7.01s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.86s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.35s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.15s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.00s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.73s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.54s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.74s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s)
20:58:20 [2020-11-06T20:58:20.239Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.47s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.75s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.34s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.63s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFails (1.04s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.68s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.91s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.42s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.50s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.92s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.63s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.25s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.86s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.50s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.93s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildHistory (2.99s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.47s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.99s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.82s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.08s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.40s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.29s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.31s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.32s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.76s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.22s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.61s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.82s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.67s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.36s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.92s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.31s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.39s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.45s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.56s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.99s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.77s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
20:58:20 [2020-11-06T20:58:20.239Z]         docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.37s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.33s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.42s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.58s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.74s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.82s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.33s)
20:58:20 [2020-11-06T20:58:20.239Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.46s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.43s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.44s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.62s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.92s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.76s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.08s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.72s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.21s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.02s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.25s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.34s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.54s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.09s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.60s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.84s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.67s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.91s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.48s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildRm (2.18s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.78s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.91s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.31s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.71s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.98s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.22s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.72s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (4.04s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.27s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.35s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.62s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.69s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.85s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.70s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.66s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.37s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.59s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.92s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildUser (1.21s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.23s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.67s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.87s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.32s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.80s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.88s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.26s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.33s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.75s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.64s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.75s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.18s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.46s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.98s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.36s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.81s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.03s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.39s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_sni_test.go:18: Flakey test
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.58s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.68s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitChange (1.31s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.07s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.80s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.79s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.97s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.71s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.91s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.38s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.65s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.19s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.39s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.49s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.56s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.62s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.83s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.50s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.56s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.64s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.68s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.52s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.89s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.77s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.55s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.95s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.16s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.85s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.54s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.73s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.70s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.58s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (0.96s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.25s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.64s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.25s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.67s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.61s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.55s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.81s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.01s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.38s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.44s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.59s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.91s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.83s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.32s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.35s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.33s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.32s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc00070c6c0_<nil>} (1.34s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1534713493_/foo_false__<nil>_<nil>_<nil>} (1.36s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1534713493_/foo_true__<nil>_<nil>_<nil>} (1.34s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3587091184_/foo_false__<nil>_<nil>_<nil>} (1.50s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3587091184_/foo_true__<nil>_<nil>_<nil>} (1.62s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3587091184_/foo_true__0xc00070c720_<nil>_<nil>} (1.35s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc00070c7a0_<nil>} (1.34s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc00070c7c0_<nil>} (1.32s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc00070c7e0_<nil>} (1.33s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc00070c800_<nil>} (1.32s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.02s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
20:58:20 [2020-11-06T20:58:20.240Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.19s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.05s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.89s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.66s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.15s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.68s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.72s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.81s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.70s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.77s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.66s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.94s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.39s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.05s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.76s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.98s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (1.03s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.76s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.34s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.90s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.70s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.61s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.61s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.11s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.81s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.90s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.33s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.62s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.59s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.68s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.63s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.85s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.63s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.90s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.66s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.36s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.75s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToDot (0.99s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.40s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.96s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.57s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.96s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.55s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.07s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.05s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.48s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.52s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.67s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.45s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.07s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateRM (0.12s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
20:58:20 [2020-11-06T20:58:20.240Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.81s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.12s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.55s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.91s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.57s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.95s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.09s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.47s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.46s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
20:58:20 [2020-11-06T20:58:20.240Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.77s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.50s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.08s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.41s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.79s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.84s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.41s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.71s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.52s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.72s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.57s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.49s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.47s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.22s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.17s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.96s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.96s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.46s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.49s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.27s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.93s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.69s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
20:58:20 [2020-11-06T20:58:20.241Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
20:58:20 [2020-11-06T20:58:20.241Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
20:58:20 [2020-11-06T20:58:20.241Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.84s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.44s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsRename (0.71s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsResize (0.57s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.74s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.68s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsTop (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.87s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExec (0.61s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.48s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.49s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.33s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.69s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.68s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.73s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.67s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.20s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.95s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecEnv (0.57s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.03s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.59s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.70s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.78s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.63s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecParseError (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.67s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.07s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.62s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.66s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.86s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.49s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecTTY (0.54s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.57s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.50s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.54s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
20:58:20 [2020-11-06T20:58:20.241Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.29s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.61s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.52s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.59s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.48s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.46s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestHealth (18.74s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.56s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.54s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.62s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.65s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.60s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.56s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.69s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.04s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.07s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.90s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImportFile (1.58s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.40s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.79s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.64s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.94s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.76s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.56s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.84s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.70s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.67s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.48s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.46s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.18s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.46s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
20:58:20 [2020-11-06T20:58:20.241Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.70s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.50s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.46s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.56s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
20:58:20 [2020-11-06T20:58:20.241Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.46s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.48s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.47s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.51s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.86s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.64s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.92s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.17s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.83s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.59s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.64s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.82s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.73s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.58s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.50s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.00s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.94s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.11s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.43s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.41s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.44s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.60s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.45s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.13s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.48s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.53s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.49s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.48s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.62s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.73s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.54s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.05s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.18s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.18s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.21s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.10s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.82s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.90s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.51s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsSince (6.54s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.44s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.54s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsTail (0.49s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.45s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.51s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.30s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.45s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestNetHostname (1.37s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.66s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.57s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.81s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPluginActive (1.67s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.12s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s)
20:58:20 [2020-11-06T20:58:20.241Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.10s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.76s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.34s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.50s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.34s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.67s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.25s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.92s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPortList (7.71s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.05s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.11s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.73s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.69s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s)
20:58:20 [2020-11-06T20:58:20.241Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.44s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.15s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.89s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.85s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.64s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.50s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.16s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.25s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.00s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.56s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.44s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (0.91s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.53s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.61s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPsShowMounts (2.04s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.64s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.14s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.11s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.88s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.01s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.81s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.03s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.79s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.35s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (1.94s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.01s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.44s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.27s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.40s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.67s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.15s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (1.00s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.51s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.57s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.65s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.87s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.45s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.20s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.98s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.58s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.62s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.96s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.51s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.96s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.84s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.65s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.65s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.95s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.51s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.49s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.49s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.65s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.55s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.48s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.61s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.48s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.55s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.59s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.04s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.50s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.96s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.57s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.59s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.82s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.50s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.17s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.96s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.92s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.51s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.60s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.75s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.81s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.51s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.52s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.30s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.61s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.75s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.21s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.21s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.30s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.69s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.50s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.23s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.72s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.77s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.15s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.61s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.74s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.57s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.54s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.57s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.48s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.66s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.07s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.67s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.62s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.73s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.63s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.50s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.59s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.73s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.64s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.48s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.44s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.91s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.20s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.04s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.50s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (0.44s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.86s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.91s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.76s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.94s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.92s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.58s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.62s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.14s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.87s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.74s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.01s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.21s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (1.19s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.20s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunMount (4.60s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.52s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.72s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.66s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.71s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.96s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.93s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.42s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.66s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.48s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.43s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.34s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.34s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.91s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.49s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.19s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.78s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.50s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.55s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.64s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.75s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.59s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.49s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.80s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.52s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.60s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.68s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.80s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.49s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.51s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.61s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.71s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.12s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.59s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunRm (0.71s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.87s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.53s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.57s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.91s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.50s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.39s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.46s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.40s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.45s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.45s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.45s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.39s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunState (0.98s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.47s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.49s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
20:58:20 [2020-11-06T20:58:20.242Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.45s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.42s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.19s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.52s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.15s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.53s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.60s)
20:58:20 [2020-11-06T20:58:20.242Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.77s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.13s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.83s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.58s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.46s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.72s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.17s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.47s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.66s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.55s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.54s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.11s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.57s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.98s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.42s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.68s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.34s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.88s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.38s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.59s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.46s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.47s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.55s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.48s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.72s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.09s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.48s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.75s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.03s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.57s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.44s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.48s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.46s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.51s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.15s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.44s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.48s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.50s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.89s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.43s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.37s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.90s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.40s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.47s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.77s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.89s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.90s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.73s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.21s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents582253978
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.12s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.15s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.45s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.92s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.93s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.81s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.89s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.08s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.59s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.10s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.07s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.18s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.62s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.60s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.84s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.50s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.49s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.51s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.50s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.53s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.90s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.47s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.55s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.20s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.05s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.82s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.55s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.07s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.52s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.09s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.73s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.75s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (3.05s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.33s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.22s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.53s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.55s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.62s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.54s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.57s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.30s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.24s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.47s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.36s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.38s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.34s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.31s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.77s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.75s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.12s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.10s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.95s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.12s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.55s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.39s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.78s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.40s)
20:58:20 [2020-11-06T20:58:20.243Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
20:58:20 [2020-11-06T20:58:20.243Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
20:58:20 [2020-11-06T20:58:20.243Z] === RUN   TestDockerRegistrySuite
20:58:20 [2020-11-06T20:58:20.243Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
20:58:21 [2020-11-06T20:58:21.172Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
20:58:22 [2020-11-06T20:58:22.153Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
20:58:23 [2020-11-06T20:58:23.518Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
20:58:23 [2020-11-06T20:58:23.518Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
20:58:26 [2020-11-06T20:58:26.789Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
20:58:29 [2020-11-06T20:58:29.307Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
20:58:31 [2020-11-06T20:58:31.827Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
20:58:32 [2020-11-06T20:58:32.755Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
20:58:33 [2020-11-06T20:58:33.684Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
20:58:34 [2020-11-06T20:58:34.613Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
20:58:35 [2020-11-06T20:58:35.986Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
20:58:36 [2020-11-06T20:58:36.916Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
20:58:37 [2020-11-06T20:58:37.846Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
20:58:38 [2020-11-06T20:58:38.775Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
20:58:40 [2020-11-06T20:58:40.667Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
20:58:42 [2020-11-06T20:58:42.558Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
20:58:43 [2020-11-06T20:58:43.119Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
20:58:45 [2020-11-06T20:58:45.638Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
20:58:46 [2020-11-06T20:58:46.215Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
20:58:46 [2020-11-06T20:58:46.479Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
20:58:47 [2020-11-06T20:58:47.408Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
20:58:48 [2020-11-06T20:58:48.336Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
20:58:49 [2020-11-06T20:58:49.264Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
20:58:51 [2020-11-06T20:58:51.783Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
20:58:51 [2020-11-06T20:58:51.783Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
20:58:53 [2020-11-06T20:58:53.149Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
20:58:53 [2020-11-06T20:58:53.149Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
20:58:53 [2020-11-06T20:58:53.406Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
20:58:53 [2020-11-06T20:58:53.662Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
20:58:53 [2020-11-06T20:58:53.918Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
20:58:54 [2020-11-06T20:58:54.174Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
20:58:54 [2020-11-06T20:58:54.430Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
20:58:55 [2020-11-06T20:58:55.358Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
20:58:56 [2020-11-06T20:58:56.726Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
20:58:57 [2020-11-06T20:58:57.655Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
20:58:58 [2020-11-06T20:58:58.584Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
20:58:59 [2020-11-06T20:58:59.514Z] === RUN   TestDockerRegistrySuite/TestV2Only
20:59:00 [2020-11-06T20:59:00.077Z] --- PASS: TestDockerRegistrySuite (40.22s)
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.26s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d5ac982bd6093] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.02s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dad64a1f9ec57] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.26s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [df21fefa6d2c5] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d87e89b341ccf] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.69s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d185294c9759a] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.74s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dd31c05c782bc] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.69s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d44926072eaf5] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.94s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d4799435d5367] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d225dc9fc2f3e] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d3aaee1682df5] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.13s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d7be371132ed5] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.05s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dac8bfe2e6501] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.94s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d983c9af9b2af] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.95s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dae0e8320c06c] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.76s)
20:59:00 [2020-11-06T20:59:00.077Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5fa224190f4dd836dd89d2c80fe6370ea8d023876ee074f34fb50b22406b7897
20:59:00 [2020-11-06T20:59:00.077Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0956b6dd4999a348b3cd15a7351a6bbce2d958aff334d306d769bfbf5e242770
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d05ab32992a78] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.82s)
20:59:00 [2020-11-06T20:59:00.077Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:496fac1804dc38f44dabc565e408f8d134de9eb2f1c407fbbc9982e013c661e6
20:59:00 [2020-11-06T20:59:00.077Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a99c43ef54290efbc9dc8ebd9f1e7268cc4a2023634b6353aca3947c0019fbac
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d2a4516a35c0c] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dd87407558969] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.19s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dd906ceba21ca] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.92s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dd23c76dc38c8] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [ded7fea8d4cc5] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.00s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d6e31dba40898] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.85s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d82d657d60bae] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.91s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dce421ec36192] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.28s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d7f50ebbbfcc2] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d6b031638f44d] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.00s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d1f8b4433fbea] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d0b2366586e82] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [df1d1262a5968] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.37s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [df5eb2d34cd9c] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d75b4a158c92f] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [dc75a57c491c3] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d0d2b31ff0494] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.98s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [da89b9116ba12] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.36s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d5324fd362957] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.78s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [deacc63c2bfac] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.97s)
20:59:00 [2020-11-06T20:59:00.077Z]         check_test.go:196: [d322bed281800] daemon is not started
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s)
20:59:00 [2020-11-06T20:59:00.077Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
20:59:00 [2020-11-06T20:59:00.077Z] === RUN   TestDockerSchema1RegistrySuite
20:59:00 [2020-11-06T20:59:00.077Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
20:59:00 [2020-11-06T20:59:00.333Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
20:59:03 [2020-11-06T20:59:03.609Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
20:59:06 [2020-11-06T20:59:06.128Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
20:59:08 [2020-11-06T20:59:08.646Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
20:59:09 [2020-11-06T20:59:09.576Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
20:59:10 [2020-11-06T20:59:10.945Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
20:59:10 [2020-11-06T20:59:10.945Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
20:59:11 [2020-11-06T20:59:11.874Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
20:59:12 [2020-11-06T20:59:12.804Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
20:59:13 [2020-11-06T20:59:13.734Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
20:59:16 [2020-11-06T20:59:16.254Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
20:59:16 [2020-11-06T20:59:16.512Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
20:59:16 [2020-11-06T20:59:16.770Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
20:59:16 [2020-11-06T20:59:16.770Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
20:59:17 [2020-11-06T20:59:17.333Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
20:59:17 [2020-11-06T20:59:17.333Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
20:59:17 [2020-11-06T20:59:17.895Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
20:59:17 [2020-11-06T20:59:17.895Z] --- PASS: TestDockerSchema1RegistrySuite (17.75s)
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.14s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d730d05cb37ef] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.90s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d9b7a0963e4b0] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.81s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d2e48198900e1] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.71s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [df676d5d710d9] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.96s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d8004ebaea0d1] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.01s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d47045b2d00cc] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [dc002191ae0a2] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.96s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [dc436b1ec0093] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [dbd3b0ec4309c] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.87s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d658a234df898] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.44s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d3e4d27b995e8] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [dd3b51d6512e5] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d2f48a6b8b57f] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d95120403b86f] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d78782fe0207f] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [d5ce3568d2fd6] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [da7e28324e15a] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
20:59:17 [2020-11-06T20:59:17.895Z]         check_test.go:223: [db604b60e4e84] daemon is not started
20:59:17 [2020-11-06T20:59:17.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
20:59:17 [2020-11-06T20:59:17.895Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
20:59:18 [2020-11-06T20:59:18.824Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
20:59:19 [2020-11-06T20:59:19.080Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
20:59:19 [2020-11-06T20:59:19.336Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
20:59:20 [2020-11-06T20:59:20.705Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
20:59:20 [2020-11-06T20:59:20.705Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
20:59:20 [2020-11-06T20:59:20.964Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
20:59:21 [2020-11-06T20:59:21.547Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
20:59:21 [2020-11-06T20:59:21.803Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.79s)
20:59:21 [2020-11-06T20:59:21.803Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s)
20:59:21 [2020-11-06T20:59:21.803Z]         check_test.go:252: [d03cfa5b14bf4] daemon is not started
20:59:21 [2020-11-06T20:59:21.803Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s)
20:59:21 [2020-11-06T20:59:21.803Z]         check_test.go:252: [d1a23fc701b0d] daemon is not started
20:59:21 [2020-11-06T20:59:21.803Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
20:59:21 [2020-11-06T20:59:21.803Z]         check_test.go:252: [d2872e0199667] daemon is not started
20:59:21 [2020-11-06T20:59:21.803Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s)
20:59:21 [2020-11-06T20:59:21.803Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s)
20:59:21 [2020-11-06T20:59:21.803Z]         check_test.go:252: [d17d9dc8087c4] daemon is not started
20:59:21 [2020-11-06T20:59:21.803Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s)
20:59:21 [2020-11-06T20:59:21.803Z]         check_test.go:252: [d912f17b4a856] daemon is not started
20:59:21 [2020-11-06T20:59:21.803Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.56s)
20:59:21 [2020-11-06T20:59:21.803Z]         check_test.go:252: [ddcb5e11abc0d] daemon is not started
20:59:21 [2020-11-06T20:59:21.803Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
20:59:21 [2020-11-06T20:59:21.803Z]         check_test.go:252: [dbb9970096569] daemon is not started
20:59:21 [2020-11-06T20:59:21.803Z] === RUN   TestDockerRegistryAuthTokenSuite
20:59:21 [2020-11-06T20:59:21.803Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
20:59:27 [2020-11-06T20:59:27.046Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
20:59:27 [2020-11-06T20:59:27.046Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
20:59:27 [2020-11-06T20:59:27.046Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
20:59:27 [2020-11-06T20:59:27.302Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
20:59:27 [2020-11-06T20:59:27.558Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s)
20:59:27 [2020-11-06T20:59:27.558Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
20:59:27 [2020-11-06T20:59:27.558Z]         check_test.go:279: [d020e5d4ba98d] daemon is not started
20:59:27 [2020-11-06T20:59:27.558Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
20:59:27 [2020-11-06T20:59:27.558Z]         check_test.go:279: [dcefdac9bbcbd] daemon is not started
20:59:27 [2020-11-06T20:59:27.558Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
20:59:27 [2020-11-06T20:59:27.558Z]         check_test.go:279: [d43c9dc42818d] daemon is not started
20:59:27 [2020-11-06T20:59:27.558Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
20:59:27 [2020-11-06T20:59:27.558Z]         check_test.go:279: [de0339a8f40e0] daemon is not started
20:59:27 [2020-11-06T20:59:27.558Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
20:59:27 [2020-11-06T20:59:27.558Z]         check_test.go:279: [d381b46ae2c21] daemon is not started
20:59:27 [2020-11-06T20:59:27.558Z] === RUN   TestDockerNetworkSuite
20:59:27 [2020-11-06T20:59:27.559Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
20:59:29 [2020-11-06T20:59:29.452Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
20:59:30 [2020-11-06T20:59:30.014Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
20:59:33 [2020-11-06T20:59:33.284Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
20:59:34 [2020-11-06T20:59:34.652Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
20:59:37 [2020-11-06T20:59:37.172Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
20:59:38 [2020-11-06T20:59:38.539Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
20:59:45 [2020-11-06T20:59:45.089Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
20:59:46 [2020-11-06T20:59:46.457Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
20:59:47 [2020-11-06T20:59:47.824Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
20:59:48 [2020-11-06T20:59:48.080Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
20:59:48 [2020-11-06T20:59:48.644Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
20:59:49 [2020-11-06T20:59:49.573Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
20:59:50 [2020-11-06T20:59:50.501Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
20:59:50 [2020-11-06T20:59:50.501Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
20:59:51 [2020-11-06T20:59:51.064Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
20:59:51 [2020-11-06T20:59:51.627Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
20:59:51 [2020-11-06T20:59:51.884Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
20:59:51 [2020-11-06T20:59:51.884Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
20:59:52 [2020-11-06T20:59:52.140Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
20:59:53 [2020-11-06T20:59:53.069Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
20:59:54 [2020-11-06T20:59:54.000Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
20:59:54 [2020-11-06T20:59:54.000Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
20:59:54 [2020-11-06T20:59:54.258Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
20:59:54 [2020-11-06T20:59:54.258Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
20:59:56 [2020-11-06T20:59:56.778Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
20:59:58 [2020-11-06T20:59:58.668Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
21:00:05 [2020-11-06T21:00:05.210Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
21:00:05 [2020-11-06T21:00:05.210Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
21:00:05 [2020-11-06T21:00:05.210Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
21:00:05 [2020-11-06T21:00:05.472Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
21:00:05 [2020-11-06T21:00:05.472Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
21:00:05 [2020-11-06T21:00:05.733Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
21:00:05 [2020-11-06T21:00:05.733Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
21:00:05 [2020-11-06T21:00:05.733Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
21:00:08 [2020-11-06T21:00:08.255Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
21:00:08 [2020-11-06T21:00:08.255Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
21:00:08 [2020-11-06T21:00:08.255Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
21:00:09 [2020-11-06T21:00:09.183Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
21:00:12 [2020-11-06T21:00:12.454Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
21:00:12 [2020-11-06T21:00:12.454Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
21:00:16 [2020-11-06T21:00:16.626Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
21:00:16 [2020-11-06T21:00:16.882Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
21:00:16 [2020-11-06T21:00:16.882Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
21:00:17 [2020-11-06T21:00:17.813Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
21:00:20 [2020-11-06T21:00:20.332Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
21:00:20 [2020-11-06T21:00:20.332Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
21:00:21 [2020-11-06T21:00:21.260Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
21:00:21 [2020-11-06T21:00:21.516Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
21:00:22 [2020-11-06T21:00:22.884Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
21:00:24 [2020-11-06T21:00:24.780Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
21:00:31 [2020-11-06T21:00:31.329Z] --- PASS: TestDockerNetworkSuite (62.70s)
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.97s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [df01f4c513973] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.71s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d57aa2cec65b4] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.86s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d7442ec1b58cb] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.54s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d0409468e7c7e] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.55s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:1233: [d121d975cc6c8] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.47s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [db7d20ba19bee] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.49s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [de2e118bdf54d] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.43s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d0b2cdbf41264] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.14s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d36f0cafba15e] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d13452fbe0f4b] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.44s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d436a9f85c5e0] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [da562ac6de66b] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.94s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d9acaa55f7460] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d07db4714caf5] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [dc27fa930eaa7] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.76s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d197b2b2235f8] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.25s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d10a265f769cd] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d7b7b1c48cf7e] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.21s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [df059c81b7045] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.77s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [dd6d886379bfd] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d21c93880c6f2] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [db9f798d87ed2] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.24s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d5848ce0e9641] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [dcff26fc6cb3c] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.37s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:968: [dbe66ae93f5d5] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.64s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d16f4760008cb] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.91s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:1116: [d220fdad2f2a7] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [de80107550cbd] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [dc8ef1dd091fa] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d440daad985ce] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [dfbe9a8b1a3f1] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d34de9d0d1003] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [db6332554b95b] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [df98f7147e28d] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.52s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d9ee163122c2d] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d9fe293bc9300] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [de2fc9bef1622] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d51ac03d02f0d] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.41s)
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.27s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:1084: [dee8ad15d4616] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d58be0f42cf01] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.98s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [de87aefb27b4e] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.22s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [dfbef393f2a27] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d439c0c09ff6b] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.92s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d1535a6a55f07] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d9f9d4495df23] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.47s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d96f2c1ebe019] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.19s)
21:00:31 [2020-11-06T21:00:31.329Z]         docker_cli_network_unix_test.go:46: [d6d64f8a04fa6] daemon is not started
21:00:31 [2020-11-06T21:00:31.329Z] === RUN   TestDockerHubPullSuite
21:00:31 [2020-11-06T21:00:31.329Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
21:00:32 [2020-11-06T21:00:32.697Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
21:00:32 [2020-11-06T21:00:32.697Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
21:00:35 [2020-11-06T21:00:35.214Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
21:00:35 [2020-11-06T21:00:35.214Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
21:00:35 [2020-11-06T21:00:35.776Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
21:00:38 [2020-11-06T21:00:38.295Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
21:00:38 [2020-11-06T21:00:38.859Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
21:00:38 [2020-11-06T21:00:38.859Z] --- PASS: TestDockerHubPullSuite (8.62s)
21:00:38 [2020-11-06T21:00:38.859Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.60s)
21:00:38 [2020-11-06T21:00:38.859Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s)
21:00:38 [2020-11-06T21:00:38.859Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s)
21:00:38 [2020-11-06T21:00:38.859Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.71s)
21:00:38 [2020-11-06T21:00:38.859Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.33s)
21:00:38 [2020-11-06T21:00:38.859Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s)
21:00:38 [2020-11-06T21:00:38.859Z] PASS
21:00:38 [2020-11-06T21:00:38.859Z] 
21:00:38 [2020-11-06T21:00:38.859Z] === Skipped
21:00:38 [2020-11-06T21:00:38.859Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
21:00:38 [2020-11-06T21:00:38.859Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.10s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.10s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_sni_test.go:18: Flakey test
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.02s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.02s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
21:00:38 [2020-11-06T21:00:38.860Z]         docker_cli_network_unix_test.go:46: [de2fc9bef1622] daemon is not started
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] 
21:00:38 [2020-11-06T21:00:38.860Z] DONE 1277 tests, 51 skipped in 1550.820s
21:00:38 [2020-11-06T21:00:38.860Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:00:38 [2020-11-06T21:00:38.860Z] ++++ cat bundles/test-integration/docker.pid
21:00:38 [2020-11-06T21:00:38.860Z] +++ kill 7665
21:00:39 [2020-11-06T21:00:39.789Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
21:00:39 [2020-11-06T21:00:39.789Z] +++ /etc/init.d/apparmor stop
21:00:39 [2020-11-06T21:00:39.789Z] Leaving: AppArmorNo profiles have been unloaded.
21:00:39 [2020-11-06T21:00:39.789Z] 
21:00:39 [2020-11-06T21:00:39.789Z] Unloading profiles will leave already running processes permanently
21:00:39 [2020-11-06T21:00:39.789Z] unconfined, which can lead to unexpected situations.
21:00:39 [2020-11-06T21:00:39.789Z] 
21:00:39 [2020-11-06T21:00:39.789Z] To set a process to complain mode, use the command line tool
21:00:39 [2020-11-06T21:00:39.789Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
21:00:39 [2020-11-06T21:00:39.789Z] +++ true
21:00:39 [2020-11-06T21:00:39.789Z] exiting test-integration
21:00:39 [2020-11-06T21:00:39.789Z] ++ exit 0
21:00:39 [2020-11-06T21:00:39.789Z] 
21:00:40 [2020-11-06T21:00:40.353Z] + for job in $(jobs -p)
21:00:40 [2020-11-06T21:00:40.353Z] + wait 15264
21:00:46 [2020-11-06T21:00:46.891Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
21:00:50 [2020-11-06T21:00:50.161Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
21:00:50 [2020-11-06T21:00:50.161Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
21:00:56 [2020-11-06T21:00:56.713Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
21:00:56 [2020-11-06T21:00:56.713Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
21:00:57 [2020-11-06T21:00:57.275Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
21:00:59 [2020-11-06T21:00:59.169Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
21:01:55 [2020-11-06T21:01:55.342Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
21:02:51 [2020-11-06T21:02:51.520Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
21:03:01 [2020-11-06T21:03:01.460Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
21:03:04 [2020-11-06T21:03:04.729Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
21:05:26 [2020-11-06T21:05:26.120Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
21:05:26 [2020-11-06T21:05:26.120Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
21:05:26 [2020-11-06T21:05:26.682Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
21:05:26 [2020-11-06T21:05:26.938Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
21:05:26 [2020-11-06T21:05:26.938Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
21:05:27 [2020-11-06T21:05:27.195Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
21:05:27 [2020-11-06T21:05:27.766Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
21:05:30 [2020-11-06T21:05:30.283Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
21:05:33 [2020-11-06T21:05:33.549Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
21:05:36 [2020-11-06T21:05:36.065Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
21:06:32 [2020-11-06T21:06:32.230Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
21:06:32 [2020-11-06T21:06:32.231Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
21:06:34 [2020-11-06T21:06:34.122Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
21:06:36 [2020-11-06T21:06:36.012Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
21:06:39 [2020-11-06T21:06:39.292Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
21:06:41 [2020-11-06T21:06:41.809Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
21:07:03 [2020-11-06T21:07:03.696Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
21:07:15 [2020-11-06T21:07:15.863Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
21:07:15 [2020-11-06T21:07:15.863Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
21:07:17 [2020-11-06T21:07:17.752Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
21:07:21 [2020-11-06T21:07:21.019Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
21:07:27 [2020-11-06T21:07:27.579Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
21:07:32 [2020-11-06T21:07:32.827Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
21:07:34 [2020-11-06T21:07:34.194Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
21:07:36 [2020-11-06T21:07:36.715Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
21:07:39 [2020-11-06T21:07:39.233Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
21:07:41 [2020-11-06T21:07:41.126Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
21:07:44 [2020-11-06T21:07:44.397Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
21:07:46 [2020-11-06T21:07:46.913Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
21:08:43 [2020-11-06T21:08:43.097Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
21:08:57 [2020-11-06T21:08:57.936Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
21:09:12 [2020-11-06T21:09:12.775Z] --- PASS: TestDockerSwarmSuite (1671.14s)
21:09:12 [2020-11-06T21:09:12.775Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.90s)
21:09:12 [2020-11-06T21:09:12.775Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.97s)
21:09:12 [2020-11-06T21:09:12.775Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.55s)
21:09:12 [2020-11-06T21:09:12.775Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.48s)
21:09:12 [2020-11-06T21:09:12.775Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s)
21:09:12 [2020-11-06T21:09:12.775Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.27s)
21:09:12 [2020-11-06T21:09:12.775Z]         docker_api_swarm_test.go:562: [d2b4cf7fadd98] joining swarm manager [defb90331a740]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.775Z]         docker_api_swarm_test.go:584: [d6fd001738e4f] joining swarm manager [defb90331a740]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.775Z]         check_test.go:380: [d2b4cf7fadd98] daemon is not started
21:09:12 [2020-11-06T21:09:12.775Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
21:09:12 [2020-11-06T21:09:12.775Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
21:09:12 [2020-11-06T21:09:12.775Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.27s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:45: [d97b47159dcb4] joining swarm manager [d65a2bdb97bb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.03s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.88s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.81s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:303: [d564b6fdcbc9b] joining swarm manager [dfd7e08a41172]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:304: [deedc6f61e509] joining swarm manager [dfd7e08a41172]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:363: Waiting for possible election...
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.63s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:271: [d76bafb012c61] joining swarm manager [d2de477af1d4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:272: [d5ae9aff266c5] joining swarm manager [d2de477af1d4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.43s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.66s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.47s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_node_test.go:19: [dae8eb3b59a8e] joining swarm manager [d0fec18239c00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_node_test.go:20: [d30ef8b318013] joining swarm manager [d0fec18239c00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.21s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:501: [de23db8631756] joining swarm manager [dfee7075f39fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:506: [d975aee334d61] joining swarm manager [dfee7075f39fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.89s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_node_test.go:80: [d2c144ff7b803] joining swarm manager [d956f890b8099]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.75s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_node_test.go:52: [d3bac2e977b72] joining swarm manager [da1a8e90e61a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_node_test.go:53: [d416f5710ea89] joining swarm manager [da1a8e90e61a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.68s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (22.99s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:201: [dc94c1e3e0ba6] joining swarm manager [d6c8823784325]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.38s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:383: [df336b100ee65] joining swarm manager [df16b8231898b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:384: [d09448680f4cf] joining swarm manager [df16b8231898b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]         check_test.go:380: [d09448680f4cf] daemon is not started
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (42.94s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:801: [d3e74d77bbb4a] joining swarm manager [d0cac1c43db0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:801: [d74b4ae4f87e5] joining swarm manager [d0cac1c43db0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:801: [dd8d5ca0074f1] joining swarm manager [d0cac1c43db0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:801: [d20c831211d30] joining swarm manager [d0cac1c43db0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:809: [d577de952904f] joining swarm manager [d0cac1c43db0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.30s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.22s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.79s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:394: [dbee7e8d8e399] joining swarm manager [d7fc7e46668cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:394: [d57715922901b] joining swarm manager [d7fc7e46668cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.98s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:342: [d12c083d55923] joining swarm manager [d19a12f28a4ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:342: [de614fd567bf5] joining swarm manager [d19a12f28a4ee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.63s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:489: [df046beaffa36] joining swarm manager [d5ee93068a2ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:489: [d2a7e9d2a27e7] joining swarm manager [d5ee93068a2ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.63s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.34s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:127: [d36f04e76e84f] joining swarm manager [d725b5fd4adfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:128: [d6f10d576470a] joining swarm manager [d725b5fd4adfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:136: [d00e24b2fae1e] joining swarm manager [d725b5fd4adfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:137: [d4c65a9c086ed] joining swarm manager [d725b5fd4adfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.30s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.26s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:303: [dd734b9ab8a77] joining swarm manager [dc533b35e004f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:303: [dff81e17fa4d5] joining swarm manager [dc533b35e004f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (28.11s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:99: [d2702114c94e7] joining swarm manager [d7ac7569adbbe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:100: [d3087f9ce1db9] joining swarm manager [d7ac7569adbbe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]         check_test.go:380: [d2702114c94e7] daemon is not started
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.08s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:532: [d3c4e81f12680] joining swarm manager [d2e2065819579]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:533: [d4e802927fc0e] joining swarm manager [d2e2065819579]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.95s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:147: [d4c7cd7b761db] joining swarm manager [de649e1699e72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_service_test.go:147: [d103d4a751991] joining swarm manager [de649e1699e72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.71s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.80s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.67s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.22s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.77s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.97s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.91s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.29s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.58s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.08s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.67s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.39s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.55s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.97s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.08s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.24s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.55s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.73s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.91s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.34s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.31s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.00s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.60s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.52s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.23s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.75s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.03s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.98s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.39s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.10s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.28s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.34s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_service_logs_test.go:245: checking task npgp4v28rl9c
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_service_logs_test.go:250: checking messages for npgp4v28rl9c
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_service_logs_test.go:245: checking task mng8ko9r94xb
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_service_logs_test.go:250: checking messages for mng8ko9r94xb
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (1.98s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.16s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.29s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.30s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.58s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1901: [d67c8775a53e9] joining swarm manager [d2de1d1b14030]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1902: [de8f0a441e805] joining swarm manager [d2de1d1b14030]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.15s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.73s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.44s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.41s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1802: [d9b15470d91a4] joining swarm manager [d996432bd5f49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1803: [d406441429fdf] joining swarm manager [d996432bd5f49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.95s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (126.73s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1321: [d583cc5bdfe24] joining swarm manager [d719971d52dbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1322: [d48f681c54eff] joining swarm manager [d719971d52dbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.39s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.86s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.34s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.41s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.61s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.53s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.87s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.73s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.72s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.73s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (1.85s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.23s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (55.12s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1186: [d13634465e9b4] joining swarm manager [dfb9fa3abb629]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1195: [df088a84ca702] joining swarm manager [dfb9fa3abb629]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.03s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.96s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.93s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1118: [d4ed7bf511f53] joining swarm manager [d78f9c0c5de65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1119: [d20004cab5f33] joining swarm manager [d78f9c0c5de65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1172: [d12f39a7489f6] joining swarm manager [d78f9c0c5de65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.00s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1453: [d6cd00c96ad72] joining swarm manager [d86da779bb187]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_test.go:1454: [d637d4a7af0f0] joining swarm manager [d86da779bb187]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.32s)
21:09:12 [2020-11-06T21:09:12.776Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s)
21:09:12 [2020-11-06T21:09:12.776Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.12s)
21:09:12 [2020-11-06T21:09:12.776Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s)
21:09:12 [2020-11-06T21:09:12.776Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.31s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.42s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.27s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.49s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_cli_swarm_unix_test.go:62: [d991dfe78d1bd] joining swarm manager [dbc52a7a5e6b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.27s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.23s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.31s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.93s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.53s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.15s)
21:09:12 [2020-11-06T21:09:12.776Z]         docker_api_swarm_test.go:961: [d39c3b8a03d6f] joining swarm manager [d5f78ca37392e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.11s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.88s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.94s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.88s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.82s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.69s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.23s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.56s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.20s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.16s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.14s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.30s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.02s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.30s)
21:09:12 [2020-11-06T21:09:12.776Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.88s)
21:09:12 [2020-11-06T21:09:12.776Z] === RUN   TestDockerExternalVolumeSuite
21:09:12 [2020-11-06T21:09:12.776Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
21:09:30 [2020-11-06T21:09:30.834Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
21:10:38 [2020-11-06T21:10:38.458Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
21:10:46 [2020-11-06T21:10:46.543Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
21:11:18 [2020-11-06T21:11:18.588Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
21:11:30 [2020-11-06T21:11:30.756Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
21:12:02 [2020-11-06T21:12:02.779Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
21:12:17 [2020-11-06T21:12:17.625Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
21:12:49 [2020-11-06T21:12:49.665Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
21:13:04 [2020-11-06T21:13:04.502Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
21:13:19 [2020-11-06T21:13:19.341Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
21:14:05 [2020-11-06T21:14:05.981Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
21:14:24 [2020-11-06T21:14:24.023Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
21:14:56 [2020-11-06T21:14:56.048Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
21:15:28 [2020-11-06T21:15:28.092Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
21:15:42 [2020-11-06T21:15:42.930Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
21:16:00 [2020-11-06T21:16:00.972Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
21:16:15 [2020-11-06T21:16:15.825Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
21:16:30 [2020-11-06T21:16:30.659Z] --- PASS: TestDockerExternalVolumeSuite (437.16s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_external_volume_driver_test.go:53: [daf2ae47e6174] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.23s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_external_volume_driver_test.go:53: [d40b98d3b8d27] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_external_volume_driver_test.go:53: [d2d5e6e43cb63] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_external_volume_driver_test.go:53: [d542023fc72a4] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.18s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.23s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.28s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.22s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.62s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_external_volume_driver_test.go:485: [d757f1888a7ae] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_external_volume_driver_test.go:53: [d7b0d7929d446] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z] PASS
21:16:30 [2020-11-06T21:16:30.659Z] 
21:16:30 [2020-11-06T21:16:30.659Z] === Skipped
21:16:30 [2020-11-06T21:16:30.659Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
21:16:30 [2020-11-06T21:16:30.659Z]         check_test.go:309: [d160bcc6704ba] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z] 
21:16:30 [2020-11-06T21:16:30.659Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
21:16:30 [2020-11-06T21:16:30.659Z]         check_test.go:309: [d788954aa41ea] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z] 
21:16:30 [2020-11-06T21:16:30.659Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
21:16:30 [2020-11-06T21:16:30.659Z]         check_test.go:309: [d09365f40a68e] daemon is not started
21:16:30 [2020-11-06T21:16:30.659Z] 
21:16:30 [2020-11-06T21:16:30.659Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
21:16:30 [2020-11-06T21:16:30.659Z] 
21:16:30 [2020-11-06T21:16:30.659Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:16:30 [2020-11-06T21:16:30.659Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:16:30 [2020-11-06T21:16:30.659Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
21:16:30 [2020-11-06T21:16:30.659Z] 
21:16:30 [2020-11-06T21:16:30.659Z] 
21:16:30 [2020-11-06T21:16:30.659Z] DONE 273 tests, 5 skipped in 2501.996s
21:16:30 [2020-11-06T21:16:30.659Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:16:30 [2020-11-06T21:16:30.659Z] ++++ cat bundles/test-integration/docker.pid
21:16:30 [2020-11-06T21:16:30.659Z] +++ kill 7670
21:16:31 [2020-11-06T21:16:31.586Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da52f40eb0bf4/docker.pid
21:16:31 [2020-11-06T21:16:31.586Z] +++ kill 5477
21:16:31 [2020-11-06T21:16:31.586Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5477 is not a child of this shell
21:16:31 [2020-11-06T21:16:31.586Z] warning: PID 5477 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da52f40eb0bf4/docker.pid had a nonzero exit code
21:16:31 [2020-11-06T21:16:31.586Z] +++ /etc/init.d/apparmor stop
21:16:31 [2020-11-06T21:16:31.586Z] Leaving: AppArmorNo profiles have been unloaded.
21:16:31 [2020-11-06T21:16:31.586Z] 
21:16:31 [2020-11-06T21:16:31.586Z] Unloading profiles will leave already running processes permanently
21:16:31 [2020-11-06T21:16:31.586Z] unconfined, which can lead to unexpected situations.
21:16:31 [2020-11-06T21:16:31.586Z] 
21:16:31 [2020-11-06T21:16:31.586Z] To set a process to complain mode, use the command line tool
21:16:31 [2020-11-06T21:16:31.586Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
21:16:31 [2020-11-06T21:16:31.586Z] +++ true
21:16:31 [2020-11-06T21:16:31.586Z] exiting test-integration
21:16:31 [2020-11-06T21:16:31.586Z] ++ exit 0
21:16:31 [2020-11-06T21:16:31.586Z] 
21:16:31 [2020-11-06T21:16:31.586Z] + exit 0
21:16:31 [2020-11-06T21:16:31.586Z] ++ jobs -p
21:16:31 [2020-11-06T21:16:31.586Z] + pids=
21:16:31 [2020-11-06T21:16:31.586Z] + echo 'Remaining pids to kill: []'
21:16:31 [2020-11-06T21:16:31.586Z] Remaining pids to kill: []
21:16:31 [2020-11-06T21:16:31.586Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
21:16:31 [2020-11-06T21:16:31.602Z] Recording test results
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
21:16:33 [2020-11-06T21:16:33.875Z] + echo Ensuring container killed.
21:16:33 [2020-11-06T21:16:33.875Z] Ensuring container killed.
21:16:33 [2020-11-06T21:16:33.875Z] + docker ps -aq -f name=docker-pr1-*
21:16:33 [2020-11-06T21:16:33.875Z] + cids=71b8f37698fc
21:16:33 [2020-11-06T21:16:33.875Z] 734836a63871
21:16:33 [2020-11-06T21:16:33.875Z] 1cc485b15c40
21:16:33 [2020-11-06T21:16:33.875Z] + [ -n 71b8f37698fc
21:16:33 [2020-11-06T21:16:33.875Z] 734836a63871
21:16:33 [2020-11-06T21:16:33.875Z] 1cc485b15c40 ]
21:16:33 [2020-11-06T21:16:33.875Z] + docker rm -vf 71b8f37698fc 734836a63871 1cc485b15c40
21:16:36 [2020-11-06T21:16:36.397Z] 71b8f37698fc
21:16:36 [2020-11-06T21:16:36.397Z] 734836a63871
21:16:36 [2020-11-06T21:16:36.397Z] 1cc485b15c40
[Pipeline] sh
21:16:36 [2020-11-06T21:16:36.724Z] + echo Chowning /workspace to jenkins user
21:16:36 [2020-11-06T21:16:36.725Z] Chowning /workspace to jenkins user
21:16:36 [2020-11-06T21:16:36.725Z] + id -u
21:16:36 [2020-11-06T21:16:36.725Z] + id -g
21:16:36 [2020-11-06T21:16:36.725Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41648:/workspace busybox chown -R 1000:1000 /workspace
21:16:36 [2020-11-06T21:16:36.725Z] Unable to find image 'busybox:latest' locally
21:16:41 [2020-11-06T21:16:41.968Z] latest: Pulling from library/busybox
21:16:41 [2020-11-06T21:16:41.969Z] 9758c28807f2: Pulling fs layer
21:16:41 [2020-11-06T21:16:41.969Z] 9758c28807f2: Download complete
21:16:42 [2020-11-06T21:16:42.224Z] 9758c28807f2: Pull complete
21:16:42 [2020-11-06T21:16:42.224Z] Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
21:16:42 [2020-11-06T21:16:42.224Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
21:16:45 [2020-11-06T21:16:45.793Z] + bundleName=amd64
21:16:45 [2020-11-06T21:16:45.794Z] + echo Creating amd64-bundles.tar.gz
21:16:45 [2020-11-06T21:16:45.794Z] Creating amd64-bundles.tar.gz
21:16:45 [2020-11-06T21:16:45.794Z] + xargs tar -czf amd64-bundles.tar.gz
21:16:45 [2020-11-06T21:16:45.794Z] + 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
21:16:46 [2020-11-06T21:16:46.730Z] Archiving artifacts
21:16:48 [2020-11-06T21:16:48.685Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41648/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
21:16:48 [2020-11-06T21:16:48.994Z] + make clean
21:16:49 [2020-11-06T21:16:49.250Z] docker volume rm -f docker-dev-cache
21:16:49 [2020-11-06T21:16:49.250Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[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